@charset "UTF-8";
/* 日本語指定 */
/**********************

Theme Name: tripley_2025

**********************/
/**********************

   base

**********************/
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  scroll-behavior: smooth;
  background-color: #fff;
}

* {
  box-sizing: border-box;
  color: #231815;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}
img.img {
  width: 100%;
}
img.img60 {
  width: 60%;
}
@media screen and (max-width : 600px) {
  img.img60 {
    width: 100%;
  }
}
img.vab {
  vertical-align: bottom;
}

sup {
  vertical-align: super;
  font-size: 0.7em;
}

a {
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
a.disabled {
  pointer-events: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a,
p,
li,
th,
td,
dt,
dd {
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (max-width : 1300px) {
  a,
p,
li,
th,
td,
dt,
dd {
    font-size: 1.5rem;
  }
}
@media screen and (max-width : 1024px) {
  a,
p,
li,
th,
td,
dt,
dd {
    font-size: 1.4rem;
  }
}

p {
  padding: 1% 0;
}

h2,
h3,
h4 {
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
}

h2 {
  font-size: 6rem;
  padding: 12px;
  font-size: clamp(2.3rem, 1.864rem + 2.18vw, 3.5rem);
}

h3 {
  font-size: clamp(2.2rem, 1.909rem + 1.45vw, 3rem);
  padding: 40px 0 10px;
}

h4 {
  font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
  letter-spacing: 0;
  padding: 20px 0 10px;
}

/**********************

title

**********************/
.ttl04, .ttl02, .ttl01 {
  padding-left: 0;
}
.ttl04 > span::after, .ttl02 > span::after, .ttl01 > span::after {
  content: "";
  display: block;
  width: 1em;
  height: 4px;
  margin-top: 16px;
}

.ttl01::before {
  content: attr(data-label);
  color: #ED6A00;
  display: block;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.ttl01 > span::after {
  background-color: #ED6A00;
}

.ttl01.tac > span::after {
  margin: 16px auto 0;
}

.ttl02 > span::after {
  background-color: #ED0000;
  margin: 16px auto 0;
}

.ttl03 {
  padding: 0px 0 10px;
}
.ttl03 a {
  text-decoration: underline;
  font-size: clamp(1.8rem, 1.618rem + 0.91vw, 2.3rem);
}
.ttl03 a::before {
  content: "";
  background-image: url(../img/icon/arrow_og.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 11px;
}
@media screen and (max-width : 600px) {
  .ttl03 a::before {
    width: 25px;
    height: 25px;
    margin-right: 7px;
  }
}
.ttl03 a:hover {
  opacity: 1;
  color: #581e04;
  text-decoration: none;
}

.ttl04::before {
  content: attr(data-label);
  color: #3ABB54;
  display: block;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.ttl04 > span::after {
  background-color: #2BA744;
  margin-top: 16px;
}

.ttl05 {
  border-bottom: 1px solid;
  margin-bottom: 12px;
}
.ttl05::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 12px;
  height: 20px;
  background-color: #ED6A00;
  display: inline-block;
  margin-right: 10px;
}

.column_ttl, .works_ttl, .service_ttl {
  position: relative;
  z-index: 1;
}
.column_ttl::after, .works_ttl::after, .service_ttl::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0.7em;
  left: -16%;
  z-index: -1;
}
@media screen and (max-width : 1024px) {
  .column_ttl::after, .works_ttl::after, .service_ttl::after {
    left: -9%;
  }
}
@media screen and (max-width : 798px) {
  .column_ttl::after, .works_ttl::after, .service_ttl::after {
    left: -7%;
  }
}

.service_ttl::after {
  background-image: url(../img/icon/service.svg);
  width: 453px;
  height: 88px;
}
@media screen and (max-width : 798px) {
  .service_ttl::after {
    width: 353px;
  }
}

.works_ttl::after {
  background-image: url(../img/icon/works.svg);
  width: 420px;
  height: 88px;
}
@media screen and (max-width : 798px) {
  .works_ttl::after {
    width: 320px;
  }
}

.column_ttl::after {
  background-image: url(../img/icon/column.svg);
  width: 507px;
  height: 88px;
  left: -46%;
}
@media screen and (max-width : 798px) {
  .column_ttl::after {
    left: -7%;
    width: 407px;
  }
}

/**********************

display none

**********************/
@media screen and (min-width: 601px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .tb_sp {
    display: none;
  }
}
@media screen and (max-width : 600px) {
  .pc {
    display: none;
  }
}
/**********************

display
flex,grid,inline-block

**********************/
.dib {
  display: inline-block;
}

.dit {
  display: table;
  margin: 0 auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex_cc, .pager_allpost, .table dt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_column_c {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aic {
  align-items: center;
}

.ais {
  align-items: stretch;
}

.aife {
  align-items: flex-end;
}

.jcsb {
  justify-content: space-between;
}

.jcsa {
  justify-content: space-around;
}

.jcc {
  justify-content: center;
}

.jcfe {
  justify-content: flex-end;
}

.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width : 600px) {
  .reverse {
    flex-direction: unset;
  }
}

/* front-page,category */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 12px;
}
@media screen and (max-width : 1024px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width : 460px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/**********************

button

**********************/
.more_btn04 a, .more_btn02 a, .more_btn a {
  display: inline-block;
  font-weight: bold;
  padding: 16px 76px 16px 36px;
  border-radius: 50vh;
  position: relative;
  min-width: 260px;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width : 600px) {
  .more_btn04 a, .more_btn02 a, .more_btn a {
    min-width: unset;
  }
}
.more_btn04 a::after, .more_btn02 a::after, .more_btn a::after {
  content: "";
  width: 36px;
  height: 36px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.more_btn a {
  background: linear-gradient(90deg, rgb(237, 0, 0) 0%, rgb(255, 170, 0) 50%, rgb(237, 0, 0) 100%);
  background-size: 200% 100%;
  border: 1px solid #fff;
  color: #fff;
}
.more_btn a::after {
  background-image: url(../img/icon/arrow_wh.png);
}
.more_btn a:hover {
  opacity: 1;
  background-position: 100% 0;
}

.more_btn02 a {
  background: #fff;
  border: 1px solid #ED6A00;
  color: #ED6A00;
}
.more_btn02 a::after {
  background-image: url(../img/icon/arrow_og.png);
}
.more_btn02 a:hover {
  background: #fff7e7;
  opacity: 1;
}

.more_btn03 a {
  background-color: #2BA744;
  border: 1px solid #2BA744;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 50vh;
  padding: 5px 30px;
}
.more_btn03 a:hover {
  opacity: 1;
  color: #2BA744;
  background-color: #fff;
}

.more_btn04 a {
  background: linear-gradient(90deg, rgb(237, 108, 0) 0%, rgb(246, 170, 8) 50%, rgb(237, 108, 0) 100%);
  background-size: 200% 100%;
  border: 1px solid #fff;
  color: #fff;
}
.more_btn04 a::after {
  background-image: url(../img/icon/arrow_wh.png);
}
.more_btn04 a:hover {
  opacity: 1;
  background-position: 100% 0;
}

/**********************

container
margin

**********************/
.container {
  width: 84%;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width : 798px) {
  .container {
    width: 88%;
  }
}
@media screen and (max-width : 460px) {
  .container {
    width: 92%;
  }
}

.container02 {
  width: 74%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width : 600px) {
  .container02 {
    width: 88%;
  }
}
@media screen and (max-width : 460px) {
  .container02 {
    width: 92%;
  }
}

.m1 {
  margin: 1rem;
}

.m2 {
  margin: 2rem;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}
@media screen and (max-width : 600px) {
  .mt3 {
    margin-top: 2rem;
  }
}

.mt5 {
  margin-top: 5rem;
}
@media screen and (max-width : 600px) {
  .mt5 {
    margin-top: 3rem;
  }
}

.mt7 {
  margin-top: 7rem;
}
@media screen and (max-width : 900px) {
  .mt7 {
    margin-top: 5rem;
  }
}
@media screen and (max-width : 900px) {
  .mt7 {
    margin-top: 4rem;
  }
}

.mt10 {
  margin-top: 10rem;
}
@media screen and (max-width : 900px) {
  .mt10 {
    margin-top: 7rem;
  }
}
@media screen and (max-width : 600px) {
  .mt10 {
    margin-top: 5rem;
  }
}

.mt12 {
  margin-top: 12rem;
}
@media screen and (max-width : 900px) {
  .mt12 {
    margin-top: 9rem;
  }
}
@media screen and (max-width : 600px) {
  .mt12 {
    margin-top: 7rem;
  }
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}
@media screen and (max-width : 600px) {
  .mb3 {
    margin-bottom: 2rem;
  }
}

.mb5 {
  margin-bottom: 5rem;
}
@media screen and (max-width : 600px) {
  .mb5 {
    margin-bottom: 3rem;
  }
}

.mb7 {
  margin-bottom: 7rem;
}
@media screen and (max-width : 900px) {
  .mb7 {
    margin-bottom: 5rem;
  }
}

.mb10 {
  margin-bottom: 10rem;
}
@media screen and (max-width : 900px) {
  .mb10 {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width : 600px) {
  .mb10 {
    margin-bottom: 4rem;
  }
}

.mb12 {
  margin-bottom: 12rem;
}
@media screen and (max-width : 900px) {
  .mb12 {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width : 600px) {
  .mb12 {
    margin-bottom: 7rem;
  }
}

.pt3 {
  padding-top: 3rem;
}
@media screen and (max-width : 600px) {
  .pt3 {
    padding-top: 2rem;
  }
}

.pt5 {
  padding-top: 5rem;
}
@media screen and (max-width : 900px) {
  .pt5 {
    padding-top: 3rem;
  }
}

.pt7 {
  padding-top: 7rem;
}
@media screen and (max-width : 900px) {
  .pt7 {
    padding-top: 5rem;
  }
}

.pb3 {
  padding-bottom: 3rem;
}
@media screen and (max-width : 600px) {
  .pb3 {
    padding-bottom: 2rem;
  }
}

.pb5 {
  padding-bottom: 5rem;
}
@media screen and (max-width : 900px) {
  .pb5 {
    padding-bottom: 3rem;
  }
}

.pb7 {
  padding-bottom: 7rem;
}
@media screen and (max-width : 900px) {
  .pb7 {
    padding-bottom: 5rem;
  }
}

.pl0 {
  padding-left: 0;
}

.pr5 {
  padding-right: 5rem;
}

/**********************

header

**********************/
#top-head {
  width: 100%;
  height: 100px;
  display: flex;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.5s;
  background-color: #fff;
}
@media screen and (max-width : 1260px) {
  #top-head {
    height: 90px;
  }
}
#top-head .inner {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width : 1260px) {
  #top-head .inner {
    width: 100%;
  }
}
#top-head .inner .h1_a {
  margin-left: -4em;
  padding: 8px 3em 8px 5em;
}
@media screen and (max-width : 798px) {
  #top-head .inner .h1_a {
    margin-left: -2em;
  }
}
#top-head .inner .h1_a img {
  width: 200px;
  margin-top: 4%;
}
@media screen and (max-width : 798px) {
  #top-head .inner .h1_a img {
    width: 120px;
    margin-top: 0;
  }
}
@media screen and (max-width : 1260px) {
  #top-head .inner .div_ham {
    display: flex;
  }
}
#top-head .inner #nav_toggle {
  display: none;
}
@media screen and (max-width : 1260px) {
  #top-head .inner #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 5px;
    right: 18px;
    z-index: 100;
    margin-left: 30px;
  }
}
@media screen and (max-width : 1260px) {
  #top-head .inner #nav_toggle div {
    position: relative;
  }
}
@media screen and (max-width : 1260px) {
  #top-head .inner #nav_toggle div span {
    display: block;
    height: 2px;
    background: #231815;
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s ease-in-out;
  }
  #top-head .inner #nav_toggle div span:nth-child(1) {
    top: 0px;
  }
  #top-head .inner #nav_toggle div span:nth-child(2) {
    top: 10px;
  }
  #top-head .inner #nav_toggle div span:nth-child(3) {
    top: 20px;
  }
}
@media screen and (max-width : 1260px) {
  #top-head .inner nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1040px;
    z-index: 99;
    padding-top: 100px;
    background-color: #fff;
  }
}
#top-head .inner nav > ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width : 1260px) {
  #top-head .inner nav > ul {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
#top-head .inner nav > ul > li {
  padding: 0 27px;
}
#top-head .inner nav > ul > li.contact_btn > a {
  display: block;
  padding: 17px 29px;
  background: linear-gradient(90deg, rgb(237, 108, 0) 0%, rgb(246, 170, 8) 50%, rgb(237, 108, 0) 100%);
  background-size: 200% 100%;
  border-radius: 50vh;
  color: #fff;
}
#top-head .inner nav > ul > li.contact_btn > a::before {
  content: "";
  background-image: url(../img/icon/mail.svg);
  width: 20px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
#top-head .inner nav > ul > li.contact_btn > a:hover {
  background-position: 100% 0;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width : 1260px) {
  #top-head .inner nav > ul > li {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 0;
  }
  #top-head .inner nav > ul > li:last-child {
    border: none;
  }
}
#top-head .inner nav > ul > li > a {
  font-weight: bold;
  font-size: 15px;
  color: #231815;
}
@media screen and (max-width : 1260px) {
  #top-head .inner nav > ul > li > a {
    display: block;
    padding: 1.5rem;
  }
}
#top-head .inner nav > ul > li > a:hover {
  opacity: 1;
  color: #581e04;
}

/* when nav open */
@media screen and (max-width : 1260px) {
  #top-head.open .inner #nav_toggle div span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
  }
  #top-head.open .inner #nav_toggle div span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #top-head.open .inner #nav_toggle div span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
  }
}

/* when header scrolling */
#top-head.HeightMin {
  background: #fff;
  position: fixed;
  z-index: 999;
  height: 60px;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  top: 0;
}
#top-head.HeightMin .h1_a {
  padding: 0 4rem;
  height: 60px;
}
@media screen and (max-width : 1260px) {
  #top-head.HeightMin .h1_a {
    display: flex;
    align-items: center;
    margin-left: -2rem;
  }
}
#top-head.HeightMin .h1_a img {
  width: 150px;
}
#top-head.HeightMin .head_address {
  display: none;
}
#top-head.HeightMin .inner nav > ul > li.contact_btn > a {
  padding: 10px 29px;
}
@media screen and (max-width : 1260px) {
  #top-head.HeightMin .inner nav > ul > li.contact_btn > a {
    padding: 17px 29px;
    border-radius: 7px;
  }
}

/**********************

common

**********************/
.base_sec {
  padding: 9rem 0 14rem;
}
@media screen and (max-width : 900px) {
  .base_sec {
    padding: 7rem 0;
  }
}
@media screen and (max-width : 600px) {
  .base_sec {
    padding: 6rem 0;
  }
}

.base_sec02 {
  padding: 10rem 0;
}
@media screen and (max-width : 900px) {
  .base_sec02 {
    padding: 7rem 0;
  }
}
@media screen and (max-width : 600px) {
  .base_sec02 {
    padding: 6rem 0;
  }
}

.por {
  position: relative;
}

.lh16 {
  line-height: 1.6;
}

.lh18, .grid05 p, .grid04 dd {
  line-height: 1.8;
}
@media screen and (max-width : 600px) {
  .lh18, .grid05 p, .grid04 dd {
    line-height: 1.6;
  }
}

.lh22 {
  line-height: 2.2;
}
@media screen and (max-width : 600px) {
  .lh22 {
    line-height: 2;
  }
}

strong {
  font-weight: bold;
}

.fz12 {
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (max-width : 600px) {
  .fz12 {
    font-size: 1rem;
  }
}

.fz14 {
  font-size: 1.4rem;
}
@media screen and (max-width : 600px) {
  .fz14 {
    font-size: 1.2rem;
  }
}

.fz16 {
  font-size: 1.6rem;
}
@media screen and (max-width : 600px) {
  .fz16 {
    font-size: 1.3rem;
  }
}

.fz18, .table dt, .grid02 .grid02_post_item .grid02_post_item_in h3 {
  font-size: 1.8rem;
}
@media screen and (max-width : 600px) {
  .fz18, .table dt, .grid02 .grid02_post_item .grid02_post_item_in h3 {
    font-size: 1.5rem;
  }
}

.fz22, .faq_list dl dd::before, .faq_list dl dt, .flow_list03 li dl dt, .flow_list02 li dl dt, .flow_list li dl dt {
  font-size: 2.2rem;
}
@media screen and (max-width : 1300px) {
  .fz22, .faq_list dl dd::before, .faq_list dl dt, .flow_list03 li dl dt, .flow_list02 li dl dt, .flow_list li dl dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width : 600px) {
  .fz22, .faq_list dl dd::before, .faq_list dl dt, .flow_list03 li dl dt, .flow_list02 li dl dt, .flow_list li dl dt {
    font-size: 1.6rem;
  }
}

.fz25, .single_article h3, .grid06 dt, .ttl05 {
  font-size: 2.5rem;
}
@media screen and (max-width : 1300px) {
  .fz25, .single_article h3, .grid06 dt, .ttl05 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width : 600px) {
  .fz25, .single_article h3, .grid06 dt, .ttl05 {
    font-size: 1.8rem;
  }
}

.fz30, .grid05 h2, .grid04 dt {
  font-size: 3rem;
}
@media screen and (max-width : 1300px) {
  .fz30, .grid05 h2, .grid04 dt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width : 900px) {
  .fz30, .grid05 h2, .grid04 dt {
    font-size: 2rem;
  }
}
@media screen and (max-width : 600px) {
  .fz30, .grid05 h2, .grid04 dt {
    font-size: 1.6rem;
  }
}

.fz36 {
  font-size: 3.6rem;
}
@media screen and (max-width : 1300px) {
  .fz36 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width : 1024px) {
  .fz36 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width : 798px) {
  .fz36 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width : 460px) {
  .fz36 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 398px) {
  .fz36 {
    font-size: 2.1rem;
  }
}

.fz42 {
  font-size: 4.2rem;
}
@media screen and (max-width : 1300px) {
  .fz42 {
    font-size: 3.7rem;
  }
}
@media screen and (max-width : 900px) {
  .fz42 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width : 600px) {
  .fz42 {
    font-size: 2.8rem;
  }
}

.fz45 {
  font-size: 4.5rem;
}
@media screen and (max-width : 1300px) {
  .fz45 {
    font-size: 4rem;
  }
}
@media screen and (max-width : 900px) {
  .fz45 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width : 600px) {
  .fz45 {
    font-size: 3rem;
  }
}

.fz55 {
  font-size: 5.5rem;
}
@media screen and (max-width : 1300px) {
  .fz55 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width : 798px) {
  .fz55 {
    font-size: 4rem;
  }
}
@media screen and (max-width : 600px) {
  .fz55 {
    font-size: 3rem;
  }
}

.fz12em {
  font-size: 1.2em;
}

.fz13em {
  font-size: 1.3em;
  letter-spacing: 0;
}

.tdu {
  text-decoration: underline;
}

.yl_marker {
  background-color: #fbfbb5;
}

.white {
  color: #fff;
}

.red {
  color: #ED0000;
}

.og {
  color: #ED6A00;
}

.green {
  color: #2BA744;
}

.gray {
  color: #6B6B6B;
}

.bg_white {
  background-color: #fff;
}

.bg_gray {
  background-color: #f3f3f3;
}

.bg_og {
  background-color: #fff7e7;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

.txt_change {
  text-align: center;
}
@media screen and (max-width : 600px) {
  .txt_change {
    text-align: justify;
  }
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.bold_normal {
  font-weight: bold;
}
@media screen and (max-width : 600px) {
  .bold_normal {
    font-weight: normal;
  }
}

.r7 {
  border-radius: 7px;
}

.breadcrumbs {
  margin: 0 auto;
  padding: 0 5rem;
  color: #fff;
}
@media screen and (max-width : 600px) {
  .breadcrumbs {
    padding: 0 2rem;
  }
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs a span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  letter-spacing: 0;
}
.breadcrumbs span {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0;
}

time .pl {
  padding-left: 1em;
}

.ofh {
  overflow: hidden;
}

/**********************

front-page
mv

**********************/
.video-wrapper {
  position: relative;
  height: 90vh;
  width: 100%;
}
@media screen and (max-width : 1024px) {
  .video-wrapper {
    height: 55vh;
  }
}
@media screen and (max-width : 798px) {
  .video-wrapper {
    height: 40vh;
  }
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.scroll {
  position: absolute;
  right: 8%;
  bottom: 0;
  writing-mode: vertical-rl;
}
.scroll span {
  position: absolute;
  top: -88px;
  right: -15px;
}
.scroll::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -15px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.bg_about {
  background-image: url(../img/bg_about.jpg);
  background-size: cover;
  background-position: center;
}

.bg_main {
  background-image: url(../img/bg_main.jpg);
  background-size: cover;
  overflow: hidden;
}

.bg_main02 {
  background-image: url(../img/bg_main02.jpg);
  background-size: cover;
}

.bg_reason {
  background-image: url(../img/bg_reason_top.jpg), url(../img/bg_reason_btm.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top, bottom;
  overflow: hidden;
}

.white_box {
  background-color: #fff;
  border-radius: 7px;
  padding: 6em;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width : 798px) {
  .white_box {
    padding: 3em 3em 5em;
  }
}

.grid_box01 {
  display: grid;
  grid-template-columns: 46% 52%;
  gap: 2%;
  align-items: center;
}
@media screen and (max-width : 1024px) {
  .grid_box01 {
    grid-template-columns: 56% 42%;
    align-items: flex-end;
  }
}
@media screen and (max-width : 798px) {
  .grid_box01 {
    grid-template-columns: 1fr;
  }
}

.service01_box {
  display: grid;
  grid-template-columns: 52% 42%;
  align-items: center;
  gap: 8%;
  margin-bottom: 18px;
}
@media screen and (max-width : 798px) {
  .service01_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media screen and (max-width : 600px) {
  .service01_box {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 3em;
  }
}

.grid_box02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 18px;
}
@media screen and (max-width : 900px) {
  .grid_box02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 18px;
  }
}
@media screen and (max-width : 600px) {
  .grid_box02 {
    grid-template-columns: 1fr;
    gap: 3em;
  }
}
.grid_box02 h3 {
  padding: 30px 0 10px;
}
@media screen and (max-width : 900px) {
  .grid_box02 h3 {
    padding: 12px 0 5px;
  }
}
@media screen and (max-width : 600px) {
  .grid_box02 h3 {
    padding: 10px 0 5px;
  }
}
.grid_box02 .grid_box02_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.grid_box03 {
  display: grid;
  grid-template-columns: 43% 53%;
  gap: 4%;
  align-items: center;
}
@media screen and (max-width : 798px) {
  .grid_box03 {
    grid-template-columns: 1fr;
  }
}
.grid_box03 div {
  margin-left: -40%;
}
@media screen and (max-width : 798px) {
  .grid_box03 div {
    margin-left: 0;
  }
}
.grid_box03 dl dt {
  margin-bottom: 1.2em;
  position: relative;
  z-index: 1;
}
.grid_box03 dl dt::after {
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
  width: 183px;
  height: 146px;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.grid_box03 dl dt.no01::after {
  background-image: url(../img/icon/no01.svg);
}
.grid_box03 dl dt.no03::after {
  background-image: url(../img/icon/no03.svg);
}
.grid_box03 dl dd {
  position: relative;
  z-index: 2;
}

.grid_box03_reverse {
  display: grid;
  grid-template-columns: 53% 43%;
  gap: 4%;
  align-items: center;
}
@media screen and (max-width : 798px) {
  .grid_box03_reverse {
    grid-template-columns: 1fr;
  }
}
.grid_box03_reverse div {
  margin-right: -40%;
}
@media screen and (max-width : 1260px) {
  .grid_box03_reverse div {
    margin-right: -23%;
  }
}
@media screen and (max-width : 798px) {
  .grid_box03_reverse div {
    margin-right: 0;
    order: 1;
  }
}
@media screen and (max-width : 798px) {
  .grid_box03_reverse dl {
    order: 2;
  }
}
.grid_box03_reverse dl dt {
  margin-bottom: 1.2em;
  position: relative;
  z-index: 1;
}
.grid_box03_reverse dl dt.no02::after {
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
  width: 183px;
  height: 146px;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -1em;
  background-image: url(../img/icon/no02.svg);
  z-index: -1;
}
@media screen and (max-width : 798px) {
  .grid_box03_reverse dl dt.no02::after {
    right: 0;
  }
}
.grid_box03_reverse dl dd {
  position: relative;
  z-index: 2;
}

.grid_box04 {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 3em;
}
@media screen and (max-width : 1260px) {
  .grid_box04 {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width : 798px) {
  .grid_box04 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.grid02 {
  z-index: 1;
}
.grid02 .grid02_post_item {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 2em;
  margin-bottom: 1em;
  align-items: center;
}
@media screen and (max-width : 798px) {
  .grid02 .grid02_post_item {
    gap: 1em;
  }
}
.grid02 .grid02_post_item .grid02_post_item_in h3 {
  font-weight: normal;
  padding: 20px 0 10px;
  line-height: 1.5;
}

/**********************

parts recruit

**********************/
.bg_recruit {
  background-image: url(../img/bg_recruit.jpg);
  background-size: cover;
  background-position: center;
}

.white_box02 {
  background-color: #fff;
  border-radius: 7px;
  padding: 6em;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: 45% 52%;
  gap: 3%;
  align-items: center;
}
@media screen and (max-width : 798px) {
  .white_box02 {
    grid-template-columns: 1fr;
    gap: 5%;
    padding: 4em 4em 8em;
  }
}
.white_box02 img {
  border-radius: 7px;
}

/**********************

parts cv

**********************/
.bg_cv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width : 798px) {
  .bg_cv {
    grid-template-columns: 1fr;
  }
}
.bg_cv .bg_green {
  background-color: #3ABB54;
}
.bg_cv .bg_og {
  background-color: #ED6A00;
}
.bg_cv > div {
  grid-template-rows: subgrid;
  display: grid;
  text-align: center;
}
.bg_cv > div .bg_cv_in {
  background-color: #fff;
  margin: 2em;
  padding: 4em;
  text-align: center;
}
@media screen and (max-width : 798px) {
  .bg_cv > div .bg_cv_in h3 {
    padding: 0 0 10px;
  }
}
.bg_cv .cv_tel a::before {
  content: "";
  background-image: url(../img/icon/tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
}

/**********************

page共通

**********************/
.bg_top {
  background: linear-gradient(90deg, rgba(237, 107, 0, 0.9) 0%, rgba(246, 171, 8, 0.9) 100%), url(../img/page/bg_pagetop.jpg);
  background-size: cover;
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
}
.bg_top h2.page_ttl {
  font-size: 4.3rem;
  color: #fff;
  text-align: center;
  padding: 12rem 3rem;
}
@media screen and (max-width : 798px) {
  .bg_top h2.page_ttl {
    padding: 7rem 3rem;
    font-size: 3.8rem;
  }
}
@media screen and (max-width : 600px) {
  .bg_top h2.page_ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width : 460px) {
  .bg_top h2.page_ttl {
    font-size: 3rem;
  }
}
.bg_top h2.page_ttl::after {
  content: attr(data-label);
  display: block;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: -3px;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg_page01 {
  background: linear-gradient(90deg, rgba(237, 107, 0, 0.9) 0%, rgba(246, 171, 8, 0.9) 100%), url(../img/page/bg01.jpg);
  background-size: cover;
}

.bg_page02 {
  background: linear-gradient(90deg, rgba(237, 107, 0, 0.9) 0%, rgba(246, 171, 8, 0.9) 100%), url(../img/page/bg02.jpg);
  background-size: cover;
}

.bg_page03 {
  background: linear-gradient(90deg, rgba(237, 107, 0, 0.9) 0%, rgba(246, 171, 8, 0.9) 100%), url(../img/page/bg03.jpg);
  background-size: cover;
}

.bg_page04 {
  background: linear-gradient(90deg, rgba(237, 107, 0, 0.9) 0%, rgba(246, 171, 8, 0.9) 100%), url(../img/page/bg04.jpg);
  background-size: cover;
}

.bg_page05 {
  background: linear-gradient(90deg, rgba(237, 107, 0, 0.9) 0%, rgba(246, 171, 8, 0.9) 100%), url(../img/page/bg05.jpg);
  background-size: cover;
}

.bg_page06 {
  background: linear-gradient(90deg, rgba(237, 107, 0, 0.9) 0%, rgba(246, 171, 8, 0.9) 100%), url(../img/page/bg06.jpg);
  background-size: cover;
}

.bg_page07 {
  background: linear-gradient(90deg, rgba(237, 107, 0, 0.9) 0%, rgba(246, 171, 8, 0.9) 100%), url(../img/page/bg07.jpg);
  background-size: cover;
}

.bg_page08 {
  background: linear-gradient(90deg, rgba(237, 107, 0, 0.9) 0%, rgba(246, 171, 8, 0.9) 100%), url(../img/page/bg08.jpg);
  background-size: cover;
}

.bg_page09 {
  background: linear-gradient(90deg, rgba(237, 107, 0, 0.9) 0%, rgba(246, 171, 8, 0.9) 100%), url(../img/page/bg09.jpg);
  background-size: cover;
}

.bg_page10 {
  background: linear-gradient(90deg, rgba(237, 107, 0, 0.9) 0%, rgba(246, 171, 8, 0.9) 100%), url(../img/page/bg10.jpg);
  background-size: cover;
}

.grid03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media screen and (max-width : 900px) {
  .grid03 {
    grid-template-columns: repeat(2, 1fr);
    padding: 3em 2em;
  }
}
@media screen and (max-width : 600px) {
  .grid03 {
    grid-template-columns: 1fr;
  }
}
.grid03 > div {
  border-radius: 7px;
  background-color: #fff;
  padding: 5em 4em;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.grid03 > div > img {
  height: 90px;
}
.grid03 > div dl dt {
  margin: 1.4em 0 14px;
}
.grid03 > div dl dd {
  text-align: left;
}

.grid04 {
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 3em;
  align-items: center;
}
@media screen and (max-width : 900px) {
  .grid04 {
    grid-template-columns: 1fr;
  }
}
.grid04 dt {
  font-weight: bold;
  margin-bottom: 16px;
}
.grid04 dd {
  text-align: justify;
}

.grid05 {
  display: grid;
  grid-template-columns: 1fr 36%;
  gap: 3em;
  align-items: center;
  background-color: #fff;
  border-radius: 7px;
}
@media screen and (max-width : 900px) {
  .grid05 {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
.grid05 > div:first-of-type {
  order: 2;
}
@media screen and (max-width : 900px) {
  .grid05 > div:first-of-type {
    order: 1;
  }
}
.grid05 .grid05_in {
  padding-left: 3em;
  order: 1;
}
@media screen and (max-width : 900px) {
  .grid05 .grid05_in {
    padding: 0em 3em 3em;
    order: 2;
  }
}
.grid05 p {
  text-align: justify;
}

.grid06 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 4em 2.6em;
  border: 2px solid #ED6A00;
  padding: 3.8em 4.4em;
  border-radius: 16px;
}
@media screen and (max-width : 600px) {
  .grid06 {
    gap: 3.2em;
    padding: 2em;
    grid-template-columns: 1fr;
  }
}
.grid06 dt {
  font-weight: bold;
  margin: 12px 0 10px;
}
@media screen and (max-width : 600px) {
  .grid06 dt {
    margin: 8px 0 6px;
  }
}
.grid06 dd {
  text-align: justify;
  font-size: 1.5em;
}
@media screen and (max-width : 1300px) {
  .grid06 dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width : 1024px) {
  .grid06 dd {
    font-size: 1.3rem;
  }
}

.grid07 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6em;
}
@media screen and (max-width : 600px) {
  .grid07 {
    gap: 2.5em 1.3em;
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid07 .grid07_subgrid {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 3px;
}

.flow_list03 li, .flow_list02 li, .flow_list li {
  display: grid;
  grid-template-columns: 80px 1fr;
  padding: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width : 600px) {
  .flow_list03 li, .flow_list02 li, .flow_list li {
    grid-template-columns: 1fr;
    padding: 1.2em 2em 2em;
  }
}
.flow_list03 li p, .flow_list02 li p, .flow_list li p {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.flow_list03 li dl, .flow_list02 li dl, .flow_list li dl {
  padding-left: 1.5em;
}
@media screen and (max-width : 600px) {
  .flow_list03 li dl, .flow_list02 li dl, .flow_list li dl {
    padding-left: 0;
  }
}
.flow_list03 li dl dt, .flow_list02 li dl dt, .flow_list li dl dt {
  font-weight: bold;
  margin-bottom: 12px;
}

.flow_list li {
  background-color: #fff7e7;
}
.flow_list li p {
  color: #ED6A00;
  border-right: 3px solid #fff;
}
@media screen and (max-width : 600px) {
  .flow_list li p {
    border-right: none;
  }
}

.flow_list02 li {
  background-color: #fff;
}
.flow_list02 li p {
  color: #ED6A00;
  border-right: 3px solid #f7e8ca;
}
@media screen and (max-width : 600px) {
  .flow_list02 li p {
    border-right: none;
  }
}

.flow_list03 li {
  grid-template-columns: 80px 250px 1fr;
  align-items: center;
  background-color: #eff7e8;
}
@media screen and (max-width : 900px) {
  .flow_list03 li {
    grid-template-columns: 1fr;
  }
}
.flow_list03 li p {
  color: #3ABB54;
}
@media screen and (max-width : 900px) {
  .flow_list03 li dl dt {
    margin-top: 12px;
  }
}

.faq_list dl {
  background-color: #fff;
  margin-bottom: 1em;
  padding: 3em;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width : 600px) {
  .faq_list dl {
    padding: 2em;
  }
}
.faq_list dl dt {
  border-radius: 4px;
  font-weight: bold;
  color: #ED6A00;
  padding: 14px 1em;
  border-bottom: 1px solid;
}
.faq_list dl dt::before {
  content: "Q";
  display: inline-block;
  margin-right: 1em;
}
.faq_list dl dd {
  padding: 14px 1em 2em;
}
.faq_list dl dd::before {
  content: "A";
  display: inline-block;
  font-weight: bold;
  margin-right: 1em;
}

.box02, .box01 {
  border-radius: 10px;
  padding: 3em;
}
.box02 h3, .box01 h3 {
  padding: 0 0 18px;
}
.box02 .bg_og, .box01 .bg_og {
  padding: 14px 24px;
  font-size: 1.8em;
}

.box01 {
  background-color: #fff;
}

.box02 {
  background-color: #fff;
  border: 1px solid #ED6A00;
}

.price_table {
  width: 100%;
  border-top: 1px solid #aeccaa;
  border-left: 1px solid #aeccaa;
  background: #ffffff;
}
.price_table th, .price_table td {
  padding: 1.5rem;
  border-right: 1px solid #aeccaa;
  border-bottom: 1px solid #aeccaa;
}
.price_table th {
  width: 25%;
  font-weight: bold;
  text-align: center;
  background: #dce8d2;
}

.table {
  width: 87%;
  margin: 5rem auto 0;
}
@media screen and (max-width : 900px) {
  .table {
    width: 100%;
    margin: 3rem auto;
  }
}
.table dt {
  width: 30%;
  font-weight: bold;
  padding: 1.8rem;
  background-color: #fff7e7;
  color: #ED6A00;
}
.table dt:not(:last-of-type) {
  border-bottom: 1px solid #ED6A00;
}
@media screen and (max-width : 600px) {
  .table dt {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid;
    background-color: unset;
    color: #ED6A00;
  }
}
.table dd {
  width: 70%;
  text-align: left;
  padding: 2.4rem;
}
.table dd:not(:last-of-type) {
  border-bottom: 1px solid #ED6A00;
}
@media screen and (max-width : 600px) {
  .table dd:not(:last-of-type) {
    border-bottom: none;
  }
}
@media screen and (max-width : 600px) {
  .table dd {
    margin-bottom: 10px;
    width: 100%;
    padding: 1rem;
  }
}

.bnr_wide {
  max-width: 770px;
  margin: 0 auto 7em;
}
@media screen and (max-width : 600px) {
  .bnr_wide {
    margin: 0 auto 4em;
  }
}
.bnr_wide a {
  display: block;
}

/**********************

front-page
category　共通
投稿取得
カテゴリ名取得

**********************/
.post_item .post_item_img a {
  display: block;
}
.post_item .post_item_in .post-categories {
  margin-top: 1rem;
}
.post_item .post_item_in > a {
  display: block;
  height: 100%;
}
.post_item .post_item_in > a h3 {
  font-size: 1.8rem;
  padding: 15px 0 10px;
  margin: 0;
  transition: all 0.3s;
}
@media screen and (max-width : 798px) {
  .post_item .post_item_in > a h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width : 600px) {
  .post_item .post_item_in > a h3 {
    text-align: justify;
  }
}

.post_item02 {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2.4em;
  margin-bottom: 1em;
}
@media screen and (max-width : 600px) {
  .post_item02 {
    grid-template-columns: 160px 1fr;
    gap: 12px;
  }
}
@media screen and (max-width : 460px) {
  .post_item02 {
    grid-template-columns: 130px 1fr;
    gap: 7px;
  }
}

.news_post_item li {
  margin-bottom: 5rem;
}
@media screen and (max-width : 600px) {
  .news_post_item li {
    margin-bottom: 4rem;
  }
}
.news_post_item li h3 {
  border-left: 7px solid #000;
  color: #000;
  padding: 10px 17px;
  letter-spacing: 1px;
  margin-bottom: 3rem;
}
@media screen and (max-width : 600px) {
  .news_post_item li h3 {
    padding: 10px;
    margin-bottom: 2rem;
  }
}
.news_post_item li > div {
  padding-left: 1em;
}
.news_post_item li > div .post_txt {
  padding: 3% 0;
}

/**********************

カテゴリー名取得

**********************/
ul.post-categories {
  line-height: 1;
}
ul.post-categories li {
  display: inline-block;
}
ul.post-categories li a {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2px 8px;
  margin-right: 3px;
  display: inline-block;
  color: #fff;
  background-color: #ED6A00;
  border: 1px solid #ED6A00;
  transition: all 0.3s;
}
@media screen and (max-width : 900px) {
  ul.post-categories li a {
    font-size: 1rem;
  }
}
@media screen and (max-width : 600px) {
  ul.post-categories li a {
    padding: 3px 10px;
  }
}
ul.post-categories li a:hover {
  transition: all 0.3s;
  background-color: #fff7e7;
  color: #ED6A00;
}

/**********************

footer

**********************/
footer .foot_grid {
  display: grid;
  grid-template-columns: 40% 35%;
  gap: 2em;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width : 798px) {
  footer .foot_grid {
    grid-template-columns: 1fr;
    gap: 4em;
  }
}
footer .foot_grid h3, footer .foot_grid a {
  font-size: 15px;
}
@media screen and (max-width : 798px) {
  footer .foot_grid .foot_addbox {
    order: 2;
  }
}
footer .foot_grid .foot_addbox .footer_logo a {
  display: block;
  max-width: 220px;
}
footer .foot_grid .foot_navbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media screen and (max-width : 798px) {
  footer .foot_grid .foot_navbox {
    order: 1;
  }
}
footer .foot_grid .foot_navbox h3 {
  padding: 5px 0;
}
@media screen and (max-width : 798px) {
  footer .foot_grid .foot_navbox h3 {
    padding: 10px 0;
  }
}
footer .foot_grid .foot_navbox h3 a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .foot_grid .foot_navbox ul li a {
  display: block;
  position: relative;
  padding: 5px 0 5px 1em;
}
@media screen and (max-width : 798px) {
  footer .foot_grid .foot_navbox ul li a {
    padding: 10px 0 10px 1em;
  }
}
footer .foot_grid .foot_navbox ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #ED6A00;
  width: 6px;
  height: 6px;
  border-radius: 50vh;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.3s ease-in-out;
}
footer .foot_grid .foot_navbox ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.copyright {
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(90deg, rgb(237, 108, 0) 0%, rgb(246, 170, 8) 100%);
  color: #fff;
  padding: 10px 0;
}

/**********************

404.php

**********************/
.error_404 {
  padding-top: 180px;
  margin-bottom: 100px;
}

/**********************

category-cases
category
archive
カテゴリーページ
アーカイブページ

**********************/
.cat_nav {
  background-color: #f3f3f3;
  padding: 12px;
  margin-bottom: 4em;
}
.cat_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.cat_nav ul li {
  display: flex;
}
.cat_nav ul li a {
  border: 1px solid #ED6A00;
  color: #ED6A00;
  padding: 6px 24px;
  margin: 4px;
  background-color: #fff;
}
.cat_nav ul li a:hover {
  opacity: 1;
  background-color: #fff7e7;
}

/**********************

single.php
投稿ページ

**********************/
.single_article {
  margin: 4rem auto 5rem;
  padding: 2rem 4rem;
}
@media screen and (max-width : 600px) {
  .single_article {
    width: 100%;
    padding: 0;
  }
}
.single_article h1 {
  font-size: 3rem;
  font-weight: 600;
  padding: 2rem;
  margin: 1rem 0 4rem;
  display: block;
  text-align: left;
  line-height: 1.6;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width : 900px) {
  .single_article h1 {
    font-size: 2.4rem;
    padding: 1rem;
    margin: 1rem 0 3rem;
  }
}
@media screen and (max-width : 600px) {
  .single_article h1 {
    font-size: 2rem;
  }
}
.single_article h1:after, .single_article h1:before {
  content: none;
  text-align: left;
}
.single_article .content_design h1 {
  color: #ED6A00;
}
.single_article .content_design h1 span {
  font-weight: bold !important;
  color: #ED6A00 !important;
}
.single_article h2 {
  padding: 12px 20px;
  color: #000;
  font-size: clamp(2.6rem, 2.345rem + 1.27vw, 3.3rem);
  border-left: 12px solid #ED6A00;
}
.single_article h2 span, .single_article h2 b {
  font-weight: bold !important;
  color: #000;
}
.single_article h3 {
  padding: 0;
  margin: 1.8rem 0;
  color: #ED6A00;
}
.single_article h3 span, .single_article h3 b {
  font-weight: bold !important;
  color: #ED6A00;
}
.single_article h4 {
  padding: 0;
  margin: 1.5rem 0;
}
.single_article a {
  text-decoration: underline;
  color: #2323a7;
}
.single_article a span {
  color: #2323a7;
}

.slide_area {
  position: relative;
  margin-bottom: 20px;
}

.slider-for .slide-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* bx-pagerスタイル */
#bx-pager {
  display: flex;
  gap: 7px;
  justify-content: center;
}

#bx-pager a {
  display: block;
  width: 300px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
  border: 2px solid transparent;
}

#bx-pager a:hover,
#bx-pager a.active {
  opacity: 1;
  border-color: #333;
}

#bx-pager a img {
  width: 100%;
  height: auto;
  display: block;
}

/* 矢印ボタン */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 0;
  width: 40px;
  height: 40px;
}

.slick-prev:hover,
.slick-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.slick-prev::before {
  transform: rotate(-135deg);
  margin-left: 5px;
}

.slick-next::before {
  transform: rotate(45deg);
  margin-right: 5px;
}

/* 目次 */
.page_nav {
  background: #f3f3f3;
  width: 88%;
  padding: 3rem 2rem 3rem 6rem;
  margin: 3rem auto 6rem;
}
@media screen and (max-width : 600px) {
  .page_nav {
    padding: 2rem;
  }
}
@media screen and (max-width : 460px) {
  .page_nav {
    width: 100%;
  }
}
.page_nav .Label {
  margin-bottom: 0;
  text-align: left;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width : 600px) {
  .page_nav .Label {
    font-size: 1.8rem;
  }
}
.page_nav #toc > ol li {
  list-style-type: decimal;
  line-height: 1.8;
  margin: 4px 0;
}
.page_nav #toc > ol li a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
}
@media screen and (max-width : 600px) {
  .page_nav #toc > ol li a {
    font-size: 1.4rem;
  }
}
.page_nav #toc > ol li a:hover {
  font-weight: bold;
  opacity: 1;
}
.page_nav #toc > ol li a span:hover {
  font-weight: bold;
}
.page_nav #toc > ol li a br {
  display: none;
}
.page_nav #toc > ol > ol > li {
  list-style: none;
}
.page_nav #toc > ol > ol > li a::before {
  content: "- ";
}

/*目次：アコーディオン部分*/
.toggle {
  display: none;
}

.Label {
  padding: 1em;
  display: block;
  color: #fff;
  background: #581e04;
}

.Label::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px 23px;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

/* single用pager */
.post__pagination .post__pagination__right, .post__pagination .post__pagination__left {
  width: 330px;
}
@media screen and (max-width : 600px) {
  .post__pagination .post__pagination__right, .post__pagination .post__pagination__left {
    width: 100%;
  }
}
.post__pagination .post__pagination__right::before, .post__pagination .post__pagination__left::before {
  content: attr(data-label);
  display: block;
  color: font-gray;
  font-weight: normal;
  padding-bottom: 5px;
}

.post__pagination .post__pagination__right a, .post__pagination .post__pagination__left a {
  display: block;
  transition: all 0.5s;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.post__pagination .post__pagination__right a:hover, .post__pagination .post__pagination__left a:hover {
  opacity: 1;
  background: #efefef;
}

.post__pagination .post__pagination__right a::after, .post__pagination .post__pagination__left a::after {
  position: absolute;
  content: "";
  bottom: calc(50% - 5px);
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000;
}

.post__pagination {
  margin-bottom: 5rem;
  padding: 3rem 5rem 7rem;
  overflow: hidden;
}
.post__pagination .post__pagination__left {
  float: left;
  margin-top: 12px;
}
.post__pagination .post__pagination__left a {
  padding: 2rem 2rem 2rem 4rem;
}
.post__pagination .post__pagination__left a::after {
  left: 10px;
  transform: rotate(225deg);
}
.post__pagination .post__pagination__right {
  float: right;
  text-align: right;
  margin-top: 12px;
}
.post__pagination .post__pagination__right a {
  padding: 2rem 4rem 2rem 2rem;
}
.post__pagination .post__pagination__right a::after {
  right: 10px;
  transform: rotate(45deg);
}

/***************
parts post
***************/
dl.parts_post dt {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  padding: 12px;
}
@media screen and (max-width : 600px) {
  dl.parts_post dt {
    font-size: 2rem;
  }
}

dl.parts_post dt {
  padding: 20px 0 12px;
  position: relative;
  border-bottom: 2px solid #000;
  color: #000;
}
dl.parts_post dd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
  margin-bottom: 7rem;
}
dl.parts_post dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width : 1024px) {
  dl.parts_post dd {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media screen and (max-width : 600px) {
  dl.parts_post dd {
    gap: 12px;
  }
}
dl.parts_post dd > div {
  display: flex;
  flex-direction: column;
  text-align: right;
}
dl.parts_post dd > div > p {
  padding: 0;
}
dl.parts_post dd > div > p a {
  display: flex;
  align-items: center;
}
dl.parts_post dd > div > div {
  height: 100%;
}
dl.parts_post dd > div > div > a {
  width: 100%;
  height: 100%;
  padding: 1.4rem 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width : 600px) {
  dl.parts_post dd > div > div > a {
    padding: 1rem 0 1.5rem;
  }
}
dl.parts_post dd > div > div > a p {
  transition: all 0.3s;
  line-height: 1.6;
  padding: 17px 0;
  text-align: left;
}

/***************
pager
***************/
.pager {
  margin-top: 5rem;
}
.pager .posts-navigation {
  border-top: 1px solid #231815;
  padding: 20px 0;
  margin: 3.5rem auto;
}
.pager .nav-links {
  display: flex;
  justify-content: space-between;
}
.pager .nav-previous,
.pager .nav-next {
  display: inline-block;
}
.pager .nav-previous a,
.pager .nav-next a {
  font-weight: bold;
}

.pager_allpost .page-numbers {
  padding: 3px 6px;
  margin: 0 2px;
}
.pager_allpost .page-numbers.prev, .pager_allpost .page-numbers.next {
  font-size: 1.5rem;
}
.pager_allpost span.page-numbers.current {
  font-size: 1.7rem;
  padding: 4px 6px;
  background-color: #231815;
  color: #fff;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/**********************

contact

**********************/
.box-scroll {
  height: 12em;
  overflow: auto;
  padding: 10px;
  border: solid 1px #b1b1b1;
}
.box-scroll p {
  font-size: 14px;
}

/* フォームのテンプレート template01 */
.form__wrap {
  width: 90%;
  max-width: 900px;
  /*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width : 600px) {
  .form__wrap {
    width: 100%;
  }
}

.wpcf7 .template01 {
  color: #333;
  font-size: 1.6rem;
}
.wpcf7 .template01 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity 0.25s;
}
.wpcf7 .template01 a:hover {
  opacity: 0.5;
  transition: opacity 0.25s;
}
.wpcf7 .template01 div.form__row {
  margin: 2em 2em 1.5em;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width : 600px) {
  .wpcf7 .template01 div.form__row {
    display: block;
    margin: 1.5em;
  }
}
.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  margin-bottom: 2%;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label {
  width: 40%;
  text-align: right;
}
@media screen and (max-width : 600px) {
  .wpcf7 .template01 p.form__label {
    width: 100%;
    text-align: left;
  }
}
.wpcf7 .template01 p.form__body {
  width: 60%;
}
@media screen and (max-width : 600px) {
  .wpcf7 .template01 p.form__body {
    width: 100%;
  }
}
.wpcf7 .template01 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label.is-optional label::after, .wpcf7 .template01 p.form__label.is-required label::after {
  width: 36px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 3px 5px;
  margin: 0 15px 0 4px;
  vertical-align: middle;
  display: inline-block;
}

.wpcf7 .template01 p.form__label.is-required label::after {
  content: "必須";
  background: #f00;
}
.wpcf7 .template01 p.form__label.is-optional label::after {
  content: "任意";
  background: #5c5c5c;
}
.wpcf7 .template01 p.form__zip {
  width: 140px;
}
.wpcf7 .template01 p.form__short {
  width: 50%;
}
@media screen and (max-width : 600px) {
  .wpcf7 .template01 p.form__short {
    width: 100%;
  }
}
.wpcf7 .template01 p.form__short span {
  display: inline-block;
  width: 50%;
}
.wpcf7 .template01 div.form__row.form__kind p.form__label {
  width: 45%;
}
@media screen and (max-width : 600px) {
  .wpcf7 .template01 div.form__row.form__kind p.form__label {
    width: 100%;
  }
}
.wpcf7 .template01 div.form__row.form__kind p.form__body {
  width: 55%;
  padding-left: 2rem;
}
@media screen and (max-width : 600px) {
  .wpcf7 .template01 div.form__row.form__kind p.form__body {
    width: 100%;
    padding-left: 0;
  }
}
.wpcf7 .template01 div.form__row.form__kind p.form__body span {
  display: block;
}

/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::-moz-placeholder, .wpcf7 .template01 input[type=tel]::-moz-placeholder, .wpcf7 .template01 input[type=email]::-moz-placeholder, .wpcf7 .template01 input[type=url]::-moz-placeholder, .wpcf7 .template01 input[type=date]::-moz-placeholder, .wpcf7 .template01 input[type=number]::-moz-placeholder, .wpcf7 .template01 textarea::-moz-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #080808 solid;
}

/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
  display: none;
}
.wpcf7 .template01 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  line-height: 1.5;
}
.wpcf7 .template01 input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  z-index: 1;
}
.wpcf7 .template01 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
  z-index: 10;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 2px solid #306ad4;
  border-right: 2px solid #306ad4;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
  display: none;
}
.wpcf7 .template01 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  transition: opacity 0.25s ease;
}
.wpcf7 .template01 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .template01 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0.2em;
  left: 0.2em;
  width: 0.6em;
  height: 0.6em;
  background-color: #306ad4;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .template01 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}
.wpcf7 .template01 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 1.5em;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .template01 select {
  cursor: pointer;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 2.5em 0.5em 1em;
  border: 1px solid #ccc;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
}

.wpcf7 .template01 select:focus {
  outline: 0;
  border: 1px #080808 solid;
}

.wpcf7 .template01 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}

/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .template01 input[type=submit] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template01 input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #999 !important;
}

.wpcf7 .template01 input[type=submit]:hover {
  background-color: #fff;
  color: #000;
  transition: opacity 0.25s, background-color 0.25s;
}

.wpcf7 .template01 input[type=submit]:focus {
  outline: 1px #eee solid;
  border: 1px #080808 solid;
}

.wpcf7 .template01 span.wpcf7-list-item {
  margin: 0 1em 0.2em 0;
}

.wpcf7 .template01 .ajax-loader {
  display: block;
}

@media only screen and (max-width: 768px) {
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */