@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=Oswald:wght@200..700&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #111;
  --color-primary: #0070BD;
  --color-primary-shade: linear-gradient(135deg, #008ad4 10%, #033592 90%);
  --color-primary-tint: ;
  --color-secondary: #009041;
  --color-secondary-tint: linear-gradient(-135deg, #BBD774 10%, #03A23F 63%, #006D33 100%);
  --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: #111;
  --header-color-primary: #0070BD;
  --header-secondary: linear-gradient(135deg, #008ad4 10%, #033592 90%);
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #F6F6F6;
  --footer-color-font: #111;
  --footer-color-primary: #0070BD;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Oswald", sans-serif;
  --font-family03: ;
  --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: -120px !important;
  padding-top: 120px !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;
}

body:not(.page.home) {
  background: #fff;
}

/*--お知らせ　下線--------------------------------------------*/
.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--bg-pink {
  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: var(--color-primary-tint);
}

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

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

  .widecolor--bg-pink,
  .widecolor--bg-primary {
    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);
}

#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_w340 {
  max-width: 340px !important;
}

.max_w600 {
  max-width: 600px;
}

.max_w890 {
  max-width: 890px !important;
}

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

.bg_blue {
  background: #EFFAFE !important;
}

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

.bg_yellow {
  background: #FCF8DA !important;
}

.bg_pink {
  background: #FFB5B9 !important;
}

.bg_light-pink {
  background: #FFF4F5 !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: var(--color-secondary) !important;
}

.fc_yellow {
  color: #FBB74C !important;
}

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

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

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

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

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

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

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

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

  .tab-txt_l {
    text-align: left !important;
  }
}

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

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

  .sp-w60 {
    width: 60% !important;
  }
}

/*----------------------------------------------
  title
----------------------------------------------*/
header#h1Header h1.title {
  font-size: var(--rem42);
  font-family: var(--font-family01);
}

.post h3 {
  font-family: var(--font-family02);
  font-size: var(--rem20);
  border: none;
  text-align: center;
  padding: 0;
}

#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 {

  /*---------top-main-title-----------*/
  &.top-main-title {
    font-family: var(--font-family02);
    font-size: var(--rem80);
    font-weight: 500;
    text-align: center;
    color: var(--color-primary);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: 0 0 var(--rem30);
    border: none;
    background: transparent;


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


    .subtxt {
      display: block;
      font-size: var(--rem24);
      font-family: var(--font-family01);
      font-weight: 500;
      color: var(--color-font);
      padding: 0;
      margin: var(--rem14) 0 0;
      border: none;
      background: transparent;
    }

    &.top-main-title--left {
      text-align: left;
    }

    &.top-main-title--white {
      color: var(--color-background);

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

    &.top-main-title--secondary {
      color: var(--color-secondary);

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

  }

  /*---------top-secondary-title-----------*/
  &.top-secondary-title {
    font-family: var(--font-family01);
    font-size: var(--rem30);
    font-weight: bold;
    text-align: left;
    color: #000;
    overflow-wrap: break-word;
    padding: 0 5px 5px 0;
    margin: 0 0 var(--rem30);
    border-bottom: 1px solid var(--color-font);

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

    &.top-secondary-title--blue {
      color: var(--color-primary);
      border-bottom: 1px solid var(--color-primary);
    }

    &.top-secondary-title--green {
      color: var(--color-secondary);
      border-bottom: 1px solid var(--color-secondary);
    }
  }


  /*---------page-main-title-----------*/
  &.page-main-title {
    font-family: var(--font-family02);
    font-size: var(--rem36);
    font-weight: 500;
    text-align: center;
    color: var(--color-primary);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: 0 0 var(--rem40);
    border: none;
    background: transparent;


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


    .subtxt {
      display: block;
      font-size: var(--rem18);
      font-family: var(--font-family01);
      font-weight: 500;
      color: var(--color-font);
      padding: 0;
      margin: var(--rem14) 0 0;
      border: none;
      background: transparent;
    }
  }

  /*---------page-secondary-title-----------*/
  &.page-secondary-title {
    font-family: var(--font-family01);
    font-size: var(--rem24);
    font-weight: bold;
    text-align: left;
    color: var(--color-font);
    overflow-wrap: break-word;
    padding: 0 5px 5px 0;
    margin: 0 0 var(--rem30);
    border-bottom: 1px solid var(--color-font);


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

  /*---------page-third-title-----------*/
  &.page-third-title {
    font-family: var(--font-family01);
    font-size: var(--rem24);
    font-weight: bold;
    text-align: center;
    color: var(--color-font);
    overflow-wrap: break-word;
    padding: 0 5px 5px 0;
    margin: 0 0 var(--rem30);
    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 {}
}

@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 {}
}

@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
----------------------------------------------*/
/*---------column01-----------*/
.column01 {
  position: relative;
  margin: 0;
}

.column01_wrap {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

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

/* .column01 .txtarea .txtinner {
  max-width: 540px;
} */

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

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

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

/*---------column05-----------*/
.column05 {
  position: relative;
  margin: var(--px60) 0 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;
  justify-content: center;
  background: #fff;
  /* padding: var(--px80) var(--px40); */
  margin: 0 auto auto -5%;
  z-index: 10;
}

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

@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;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 20;
}

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

.column05_02 .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  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;
}

@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%;
  border-radius: 20% 0 0 20%;
}

.column06 .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
  border-radius: 0 20% 20% 0;
}

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

.column06 .txtarea {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  ;
  background: #fff;
  padding: var(--px80) var(--px40);
  margin: 0 auto 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: 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%;
  }
}

/*----------------------------------------------
  fullwide
----------------------------------------------*/
/*---------fullwide01_max1240-----------*/
.fullwide01 {
  position: relative;
}

.fullwide01_wrap {
  background: rgba(255, 255, 255, 0.86);
  max-width: 1240px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px80);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullwide01_inner {
  max-width: 960px;
}

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

/*---------fullwide03_max1240-----------*/
.fullwide03 {
  position: relative;
  background: url(/wp-content/uploads/top-reason-bg.jpg) no-repeat center / cover;
}

.fullwide03:before {
  content: "";
  background: var(--color-background);
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

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

/*----------------------------------------------
  card
----------------------------------------------*/
/*---------col02-----------*/
.post .col2_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col2_list>li {
  width: 49%;
  margin-bottom: 2%;
}

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

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

/*---------col03-----------*/
.post .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--rem20);
}

.post .col3_list>li {
  width: 31%;
  margin-bottom: 2%;
  margin-bottom: 2%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

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

  .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;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--rem16);
}

.post .col4_list>li {
  width: 24%;
}

@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;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/*---------style04-------------*/

.card02_list.cardstyle04>li {
  padding: 16px;
  background: transparent;
  border-bottom: solid 1px;
  align-items: flex-start;
  padding-bottom: var(--rem60);
  margin-top: var(--rem40);
}

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

.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: var(--px80);
  background: rgba(255, 255, 255, 0.8);
}

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

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

.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: var(--color-primary);
  border-radius: 0;
  transition: all ease .15s;
  font-weight: bold;
}

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

@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;
  margin-bottom: 1rem;
}

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

/*電話ボタン*/

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

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

.cta01 a.telbtn {
  background: #fff;
  color: var(--color-primary);
}

/*メールボタン*/

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

.cta01 a.mailbtn {
  color: #fff;
  background: var(--color-primary-shade);
}


/*ボタンアイコン*/

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

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

.cta01 .linebtn .btnttl::before {
  content: '\f3c0';
}

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

/*----------------------------------------------
  teleco
----------------------------------------------*/
/*--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: 100%;
  height: auto;
  max-width: none;
  top: 0;
  left: 0;
}

.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;
  background: var(--color-background);
  padding: 0 var(--rem40);
  /* 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;
  }
}

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

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

.gt_flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 10px;
  background: var(--color-background);
}

#flags {
  width: 140px !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;
}

@media print,
screen and (min-width: 1024px) {
  #glt-translate-trigger {
    display: none;
  }

  #header {
    height: auto !important;
  }

  #header-layout {
    height: 100px;
  }
}

@media print,
screen and (max-width: 1023px) {
  #glt-translate-trigger {
    bottom: 58px;
  }

  .tool-container {
    bottom: 100px !important;
  }

  #glt-translate-trigger {
    display: none;
  }

  .tool-container.tool-top .arrow {
    display: none;
  }

  .tool-container {
    opacity: 1 !important;
    display: block !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
    background: #fff !important;
    padding: 6px !important;
    left: inherit !important;
    right: 0 !important;
    bottom: 80px !important;
    border-radius: 8px 0 0 8px;
    position: fixed;
  }

  .tool-items {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
  }
}

/*--------------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: #fff;
    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%);
    }

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

  a.head_btn .header_tel {
    font-family: var(--font-family01);
    font-weight: bold;
    font-size: var(--rem24);
    color: var(--header-color-primary);

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

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

    &::before {
      content: none;
    }

    .note {
      font-weight: 500;
    }
  }

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

    >span {
      &:before {
        content: '\f0e0';
        display: inline-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);
    font-family: var(--font-family02);
  }

  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) var(--px12);

    &:hover {
      opacity: 0.6;
    }
  }

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

    &: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%);
    }

    &:last-child {
      &::before {
        content: none;
      }
    }

    &:hover {
      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;
  }
}

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

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

/*----------------------------------------------
  footer
----------------------------------------------*/
#footer li a,
.footeradd,
.footertel,
#footer li a:hover {
  color: var(--footer-color-font);
}

/*----------------------------------------------
  link
----------------------------------------------*/
.txt-link {
  font-family: var(--font-family02);
  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: 200px;
  font-size: var(--rem16);
  color: var(--color-background);
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary-shade);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: 0;
  transition: all .3s;
  border-radius: 0;
}

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

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

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

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

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


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

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

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

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

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

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

/* ---------------white----------------- */
.linkBtn--white,
.post .linkBtn--white,
a.linkBtn--white,
.post .subimitarea .linkBtn--white input[type="submit"] {
  position: relative;
  display: inline-block;
  max-width: 240px;
  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: 0;
  transition: all .3s;
  border-radius: 0;
}

.post .linkBtn--white::after,
.linkBtn--white::after,
a.linkBtn--white::after {
  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;
}

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

.post table.table_style02 {
  border: none;
}

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

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

/*----------------------------------------------
  各ページ説明
----------------------------------------------*/
.post .lead {
  font-size: var(--rem24);
  /* 3.2-2.4rem (1920-375) */
  font-weight: 500;
}

/* ==========================
TOP
=========================== */

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

h1.about_read-txt,
p.service_read-txt {
  font-size: var(--rem40);
  margin-bottom: var(--rem30);
  color: var(--color-primary);

}

.top-reason {
  .col3_list {
    li .imgarea {
      position: relative;

      .img-num {
        color: var(--color-background);
        font-family: var(--font-family02);
        font-size: var(--rem80);
        position: absolute;
        top: -4rem;
        left: 0;
        line-height: 1;
      }

      .img-text {
        width: 100%;
        color: var(--color-background);
        font-family: var(--font-family01);
        background: var(--color-primary);
        font-size: var(--rem24);
        font-weight: bold;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        padding: 10px 5%;
      }
    }

  }
}

.works_read-txt {
  font-size: var(--rem40);
  margin-bottom: var(--rem30);
  color: var(--color-secondary);
  font-weight: bold;
  text-align: center;
}

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: var(--color-secondary);
}

.post_link,
.post2b_link,
.post4b_link {
  position: absolute;
  float: none;
  color: var(--color-secondary);
  font-size: var(--rem12);
  margin: 0;
  bottom: 10px;
  right: 5px;
  border-bottom: 1px solid var(--color-secondary);
}

.post_link a,
.post2b_link a,
.post4b_link a {
  color: var(--color-secondary);
}

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

.proofing_read-txt {
  font-size: var(--rem40);
  margin-bottom: var(--rem30);
  color: var(--color-font);
  font-weight: bold;
}

.top-proofing {
  background: url(/wp-content/uploads/top-bnr-bg.jpg) no-repeat center / cover;
  background-attachment: fixed;
}


.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.banner01:after {
  background: url(/wp-content/uploads/bnr01.jpg) no-repeat center center;
}

.banner02:after {
  background: url(/wp-content/uploads/bnr02.jpg) no-repeat center center;
}

.banner:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.banner:hover:after {
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.banner a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
  padding: var(--rem20);
}

.banner-inner {
  display: grid;
  text-align: right;

  .banner-inner_title {
    font-family: var(--font-family02);
    font-size: var(--rem18);
    font-weight: bold;
  }

  .banner-inner_main {
    font-family: var(--font-family01);
    font-size: var(--rem28);
    font-weight: bold;
  }

}

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

.bannerlist02 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 380px;
}

.bannerlist02:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.bannerlist02:hover:after {
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bannerlist02 a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
  padding: var(--rem20);
}

.bannerlist02-inner {
  display: grid;

  .bannerlist02_title {
    font-family: var(--font-family02);
    font-size: var(--rem18);
    font-weight: bold;
  }

  .bannerlist02_main {
    font-family: var(--font-family01);
    font-size: var(--rem28);
    font-weight: bold;
  }
}

.bannerlist02_01::after {
  background: url(/wp-content/uploads/bannerlist02_01-bg.jpg) no-repeat center / cover;
}

.bannerlist02_02::after {
  background: url(/wp-content/uploads/bannerlist02_02-bg.jpg) no-repeat center / cover;
}

.bannerlist02_03::after {
  background: url(/wp-content/uploads/bannerlist02_03-bg.jpg) no-repeat center / cover;
}

.bannerlist02_04::after {
  background: url(/wp-content/uploads/bannerlist02_04-bg.jpg) no-repeat center / cover;
}

.bannerlist02_05::after {
  background: url(/wp-content/uploads/bannerlist02_05-bg.jpg) no-repeat center / cover;
}

.bannerlist02_06::after {
  background: url(/wp-content/uploads/bannerlist02_06-bg.jpg) no-repeat center / cover;
}

.bannerlist02_07::after {
  background: url(/wp-content/uploads/bannerlist02_07-bg.jpg) no-repeat center / cover;
}


@media screen and (max-width: 768px) {
  .top-reason {
    padding: var(--px120) 5%;

    &.fullwide03:before {
      height: 15%;
    }

    .col3_list {
      display: grid;
      gap: var(--rem60);

      >li {
        width: 100%;
      }
    }

    .mb6 {
      margin-bottom: 6rem !important;
    }
  }

  .top-works {
    padding: var(--px120) 5%;
  }

  .top-proofing {
    padding: var(--px120) 5%;
  }

  .top-service {
    padding: var(--px120) 5%;

    .col4_list>li {
      width: 100%;
    }
  }

  .top-instagram {
    padding: var(--px120) 5%;
  }

  .top-recruit {
    padding: var(--px120) 5%;
  }

  .top-partner {
    padding: var(--px120) 5%;
  }
}


@media screen and (max-width: 450px) {
  .top-reason {
    & .col3_list {
      & li .imgarea {
        .img-num {
          top: -2rem;
        }
      }
    }
  }
}


/* ==========================
事業内容
=========================== */
.area_box-wrap {
  padding: var(--rem80) var(--rem60);
  background: #F6F6F6;
}

@media screen and (max-width: 768px) {
  .area_box-wrap {
    padding: var(--rem40) 5%;
  }
}


h3.title-service-list {
  display: grid;
  padding: 0;
  text-align: left;

  .title-service_num {
    font-family: var(--font-family02);
    color: #D6D6D6;
    font-weight: bold;
    font-size: var(--rem20);
  }

  .title-service_name {
    font-family: var(--font-family01);
    color: var(--color-font);
    font-size: var(--rem24);
  }
}

h4.title-read {
  color: var(--color-primary);
  font-size: var(--rem18);
  padding: 0;
  margin: 0;

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

/* ==========================
協力会社募集
=========================== */
.contact_area {
  padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);
  /*80px-40px (1920-375)x*/
  text-align: center;
  background: #f7f7f7;
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}

.post .contact_ttl {
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem);
  /* 2.8-2.1rem (1920-375) */
  font-weight: 600;
  text-align: center;
  letter-spacing: .2rem;
  padding: 0;
  margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px);
  /* 120-65px auto 50-35px (1920-375) */
}

.post .contact_ttl::before {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}

.post .contact_ttl::after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: 2.2em;
  height: 3px;
  background: var(--color-primary);
  margin: 0.6em auto 0;
}

.contact_read {
  margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
  /*30px-15px (1920-375)*/
  text-align: center;
}

.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.button_wrap>*,
.post .button_wrap>* {
  margin: 10px !important;
}

.contact_area .linkBtn,
.contact_area .post .linkBtn {
  padding: 0;
  width: 220px;
}

.contact_area .linkBtn a {
  color: #fff;
  padding: 0.8em 1.2em;
  display: block;
}

/* ==========================
働く魅力
=========================== */
.post .staff {
  padding: var(--rem60) var(--rem40);
  background: #F6F6F6;
}

.staff_img {
  border-radius: 50%;
  overflow: hidden;
  width: var(--px180);
  height: var(--px180);

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


.post .staff_name {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  background: none;
  border: none;
  border-bottom: 1px dashed var(--color-font);
  margin: min(calc(120px + (1vw - 19.2px) * 5.178), 120px) 0 min(calc(45px + (1vw - 19.2px) * 1.2945), 45px);
  /* -- 1920 120px 375 40px -- */
  /* -- 1920 45px 375 25px -- */
  padding: 0 0 0.5em;
  color: #404040;
  font-family: inherit;
  font-size: min(calc(3.6rem + (1vw - 19.2px) * 0.9709), 3.6rem);
  /* -- 1920 3.6rem 375 2.1rem -- */
  font-weight: 700;
  text-align: left;
  line-height: 1.35;
  letter-spacing: normal;
  gap: 0.15em 1em;
}

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

.staff_name span.sub {
  font-weight: 500;
  font-size: var(--rem20);
  text-align: left;
  letter-spacing: normal;
}

@media screen and (max-width: 768px) {
  .staff_img {
    width: 240px;
    height: 240px;
  }
}


/* ==========================
お問い合わせ
=========================== */
.wpcf7-form .must {
  background: #fff;
  color: var(--color-font);
}

.wpcf7-form .must_fn {
  background-color: rgb(202, 16, 16);
  color: #fff;
  padding: 5px;
}

.post .subimitarea .linkBtn input[type="submit"] {
  color: var(--color-background);
}


/* ==========================
投稿
=========================== */
.post-box_wrap {
  padding: var(--rem40);
  background: #F6F6F6;
}

h1.post_main-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-font);
  padding: 0 0 5px 0;

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

  .post_title-name {
    font-size: var(--rem30);
    color: var(--color-font);
  }

  .post_title-area {
    background-color: var(--color-primary);
    color: var(--color-background);
    padding: 5px;
    font-size: var(--rem18);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.triangle {
  background: var(--color-font);
  height: calc(tan(60deg) * 30px / 2);
  width: 30px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

h2.post_secondary-title {
  font-size: var(--rem28);
  color: var(--color-font);
  padding-left: 10px;
  border-left: 10px solid var(--color-primary);
  text-align: left;

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

@media screen and (max-width: 768px) {
  h1.post_main-title {
    display: grid;

    .post_title-name {
      text-align: left;
    }
  }

  .post-box_wrap {
    .flexbox {
      display: grid;
      align-items: center;
    }

    .gap {
      row-gap: var(--rem20);
    }
  }

  .triangle {
    height: calc(tan(60deg) * 20px / 2);
    width: 40px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 auto;
  }
}