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

Theme Name: truach recruit

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

   base

**********************/
html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  scroll-behavior: smooth;
  background-color: #fff;
}

* {
  box-sizing: border-box;
  color: #2D2E2D;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}
img.img {
  width: 100%;
}
img.vab {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo", 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.7rem;
}
@media screen and (max-width : 1300px) {
  a,
p,
li,
th,
td,
dt,
dd {
    font-size: 1.6rem;
  }
}
@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;
  line-height: 1.3;
}

h2 {
  font-size: 3.2rem;
  padding: 12px;
  margin: 2rem 0 4rem;
}
@media screen and (max-width : 600px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width : 460px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 398px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width : 460px) {
  h2 .sp_fzsmall {
    font-size: 1.6rem;
  }
}

h3 {
  font-size: 3rem;
  padding: 40px 0 10px;
}
@media screen and (max-width : 1300px) {
  h3 {
    font-size: 2.4rem;
    padding: 20px 0 10px;
  }
}
@media screen and (max-width: 398px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 2.4rem;
  letter-spacing: 0;
  padding: 10px 0 5px;
}
@media screen and (max-width : 600px) {
  h4 {
    font-size: 1.7rem;
  }
}

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

title

**********************/
.ttl_silver, .ttl_gold {
  margin: 0 auto 50px;
  padding: 0 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width : 900px) {
  .ttl_silver, .ttl_gold {
    padding: 0 70px;
  }
}
@media screen and (max-width : 600px) {
  .ttl_silver, .ttl_gold {
    padding: 0 30px;
    margin: 0 auto 30px;
  }
}
.ttl_silver::before, .ttl_gold::before, .ttl_silver::after, .ttl_gold::after {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 160px;
  width: 70px;
}
@media screen and (max-width : 900px) {
  .ttl_silver::before, .ttl_gold::before, .ttl_silver::after, .ttl_gold::after {
    height: 85px;
    width: 35px;
  }
}
.ttl_silver p, .ttl_gold p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttl_silver p::before, .ttl_gold p::before, .ttl_silver p::after, .ttl_gold p::after {
  content: "";
  display: block;
  height: 1px;
  width: 100px;
}
@media screen and (max-width : 900px) {
  .ttl_silver p::before, .ttl_gold p::before, .ttl_silver p::after, .ttl_gold p::after {
    width: 26%;
  }
}
.ttl_silver p span.side_line, .ttl_gold p span.side_line {
  padding: 0 12px;
}
.ttl_silver h2, .ttl_gold h2 {
  margin-bottom: 0;
}
@media screen and (max-width : 600px) {
  .ttl_silver h2, .ttl_gold h2 {
    font-size: 2rem;
  }
}

.ttl_gold::before {
  background-image: url(../img/ttl_gold_right.png);
  left: 0;
}
.ttl_gold::after {
  background-image: url(../img/ttl_gold_left.png);
  right: 0;
}
.ttl_gold p::before, .ttl_gold p::after {
  background: #2D2E2D;
}

.ttl_silver::before {
  background-image: url(../img/ttl_silver_right.png);
  left: 0;
}
.ttl_silver::after {
  background-image: url(../img/ttl_silver_left.png);
  right: 0;
}
.ttl_silver p::before, .ttl_silver p::after {
  background: #fff;
}

.ttl_line01 h2 {
  margin: 0;
}
.ttl_line01 p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ttl_line01 p::before, .ttl_line01 p::after {
  background: #2D2E2D;
  content: "";
  display: block;
  height: 1px;
  width: 100px;
}
.ttl_line01 p span {
  padding: 0 20px;
}

.ttl_line_bk h2 {
  margin: 0;
}
.ttl_line_bk p {
  display: flex;
  align-items: center;
}
.ttl_line_bk p::before {
  background: #2D2E2D;
  content: "";
  display: block;
  height: 1px;
  width: 100px;
  padding: 0;
}
.ttl_line_bk p span {
  padding: 0 20px;
}
.ttl_line_bk h2 {
  padding: 12px 0;
}

.ttl_line_white h2 {
  margin: 0;
}
.ttl_line_white p {
  display: flex;
  align-items: center;
}
.ttl_line_white p::before {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  width: 100px;
  padding: 0;
}
.ttl_line_white p span {
  padding: 0 20px;
}
.ttl_line_white h2 {
  padding: 12px 0;
}

.ttl_h4 {
  border-left: 5px solid #0069E5;
  padding: 10px;
}

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

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, .allpost_post_item > div:first-of-type > a, .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;
  }
}

/* allpost */
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px 12px;
}
@media screen and (max-width : 1024px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 17px 8px;
  }
}
@media screen and (max-width : 600px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* post item */
.grid02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px 36px;
}
@media screen and (max-width : 1024px) {
  .grid02 {
    gap: 17px;
  }
}
@media screen and (max-width : 798px) {
  .grid02 {
    grid-template-columns: 1fr;
  }
}

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

button

**********************/
.more_btn_wh a, .more_btn_bl a {
  display: inline-block;
  font-size: 20px;
  padding: 25px 0;
  position: relative;
  text-align: center;
  width: 90%;
  max-width: 460px;
}
@media screen and (max-width : 600px) {
  .more_btn_wh a, .more_btn_bl a {
    font-size: 15px;
    padding: 20px 0;
    width: 100%;
  }
}
@media screen and (max-width : 460px) {
  .more_btn_wh a, .more_btn_bl a {
    padding: 17px 0;
  }
}
.more_btn_wh a .arrow, .more_btn_bl a .arrow {
  border-bottom: solid 1px;
  border-right: solid 1px;
  display: block;
  align-items: center;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  transition-duration: 0.3s;
  transform: skew(45deg);
  width: 30px;
}
@media screen and (max-width : 600px) {
  .more_btn_wh a .arrow, .more_btn_bl a .arrow {
    right: 20px;
    width: 27px;
  }
}

.more_btn_bl a {
  background-color: #01316A;
  border: 1px solid #01316A;
  color: #fff;
}
.more_btn_bl a .arrow {
  border-color: #fff;
}

.more_btn_wh a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #01316A;
}
.more_btn_wh a .arrow {
  border-color: #01316A;
}

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

container
margin

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

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

.m1 {
  margin: 1rem;
}

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

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

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

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

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

header

**********************/
#top-head {
  width: 100%;
  height: 125px;
  display: flex;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.5s;
  position: absolute;
}
@media screen and (max-width : 600px) {
  #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 6em;
}
@media screen and (max-width : 798px) {
  #top-head .inner .h1_a {
    padding: 4px 2em 4px 6em;
  }
}
#top-head .inner .h1_a img {
  width: 170px;
  margin-top: 4%;
}
@media screen and (max-width : 798px) {
  #top-head .inner .h1_a img {
    width: 150px;
  }
}
@media screen and (max-width : 600px) {
  #top-head .inner .h1_a img {
    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: 8px;
    right: 5px;
    z-index: 100;
    margin: 0 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: #fff;
    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: #011226;
  }
}
#top-head .inner nav > ul {
  display: flex;
  align-items: flex-end;
}
@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;
}
@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: #fff;
}
@media screen and (max-width : 1260px) {
  #top-head .inner nav > ul > li > a {
    display: block;
    padding: 1.5rem;
  }
}
#top-head .inner nav > ul > li.entry {
  margin-left: 5em;
}
@media screen and (max-width : 1260px) {
  #top-head .inner nav > ul > li.entry {
    margin-left: 0;
  }
}
#top-head .inner nav > ul > li.entry a {
  font-size: 20px;
  padding: 20px;
  border-radius: 50vh;
  color: #fff;
  position: relative;
}
#top-head .inner nav > ul > li.entry a::before {
  content: "";
  background-color: #C13400;
  width: 170px;
  height: 170px;
  display: inline-block;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width : 1260px) {
  #top-head .inner nav > ul > li.entry a::before {
    content: none;
  }
}

/* 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 {
  position: fixed;
  z-index: 999;
  height: 70px;
  background-color: #011226;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  top: 0;
}
#top-head.HeightMin .inner .h1_a img {
  width: 140px;
  margin-top: 4%;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**********************

common

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

.por {
  position: relative;
}

.lh16 {
  line-height: 1.6;
}

.lh18 {
  line-height: 1.8;
}

.lh20 {
  line-height: 2;
}

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

.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, .allpost_post_item .allpost_post_item_in > a h3 {
  font-size: 1.6rem;
}
@media screen and (max-width : 600px) {
  .fz16, .allpost_post_item .allpost_post_item_in > a h3 {
    font-size: 1.3rem;
  }
}

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

.fz22 {
  font-size: 2.2rem;
}
@media screen and (max-width : 1300px) {
  .fz22 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width : 600px) {
  .fz22 {
    font-size: 1.6rem;
  }
}

.fz24 {
  font-size: 2.4rem;
}
@media screen and (max-width : 1300px) {
  .fz24 {
    font-size: 2rem;
  }
}
@media screen and (max-width : 600px) {
  .fz24 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width : 460px) {
  .fz24 {
    font-size: 1.7rem;
  }
}

.fz30 {
  font-size: 3rem;
}
@media screen and (max-width : 1300px) {
  .fz30 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width : 600px) {
  .fz30 {
    font-size: 2rem;
  }
}

.fz32 {
  font-size: 3.2rem;
}
@media screen and (max-width : 1300px) {
  .fz32 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width : 600px) {
  .fz32 {
    font-size: 2.2rem;
  }
}

.tdu {
  text-decoration: underline;
}

.white {
  color: #fff;
}

.red {
  color: #C13400;
}

.bl {
  color: #01316A;
}

.sky_bl {
  color: #0069E5;
}

.bg_white {
  background-color: #fff;
}

.bg_red {
  background-color: #C13400;
}

.bg_lbl {
  background-color: #E4EAF1;
}

.bg_gray {
  background: url(../img/bg_gray.jpg) no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 87%, 50% 100%, 0 87%);
          clip-path: polygon(0% 0%, 100% 0, 100% 87%, 50% 100%, 0 87%);
  padding-bottom: 20rem;
}
@media screen and (max-width : 600px) {
  .bg_gray {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 50% 100%, 0 93%);
            clip-path: polygon(0% 0%, 100% 0, 100% 93%, 50% 100%, 0 93%);
    padding-bottom: 13rem;
  }
}

.bg_gray_page {
  background: url(../img/bg_gray.jpg) no-repeat;
  background-size: cover;
}

.bg_beige {
  background: url(../img/bg_beige.jpg) no-repeat;
  background-size: cover;
  margin-top: -10em;
  padding-top: 12em;
}
@media screen and (max-width : 600px) {
  .bg_beige {
    margin-top: -8em;
  }
}

.bg_beige_page {
  background: url(../img/bg_beige.jpg) no-repeat;
  background-size: cover;
}

.bg_gold {
  background: url(../img/bg_gold.jpg) no-repeat;
  background-size: cover;
}

.bg_bl {
  background: url(../img/bg_bl.jpg) no-repeat;
  background-size: cover;
}

.txt_shadow {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.shadow {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

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

.mincho_regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.mincho_semibold, .table02_sp dt, .table02_sp dd, .table02 th, .table02 td {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}

.mincho_bold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
}

.band_white {
  background-color: #fff;
  padding: 1% 1.5%;
  display: inline-block;
}

.atag_u_line {
  color: #01316A;
  text-decoration: underline;
}

.u_line {
  border-bottom: 1px solid;
  padding-bottom: 7px;
}

.marker_red {
  background: #C13400;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 2px 5px;
}

.breadcrumbs {
  margin: 0 auto;
  padding: 1rem 5rem;
  background: #011226;
  color: #fff;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs a:hover {
  opacity: 1;
}
.breadcrumbs a span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.breadcrumbs a span:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  font-size: 1.4rem;
  color: #fff;
}

time {
  display: inline-block;
  padding: 5px 0;
}
time span {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
time span::before {
  content: "";
  background-image: url(../img/edit/icon_time.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  padding-left: 3px;
}
time span.pl::before {
  content: "";
  background-image: url(../img/edit/icon_re.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  padding-left: 3px;
}

time + .post-categories {
  margin: 0 12px;
}

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

keyframes

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

front-page
mv

**********************/
.video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.mv {
  overflow: hidden;
}
.mv::before {
  content: "";
  background: linear-gradient(59deg, rgba(0, 14, 31, 0.68) 0%, rgba(0, 60, 122, 0.68) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv .mv_main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 18rem 2rem 0;
}
@media screen and (max-width : 900px) {
  .mv .mv_main {
    display: block;
  }
}
.mv .mv_main .catch_p {
  padding-left: 3em;
}
@media screen and (max-width : 460px) {
  .mv .mv_main .catch_p {
    padding-left: 0;
  }
}
.mv .mv_main .catch {
  font-size: 5.7rem;
}
@media screen and (max-width : 1024px) {
  .mv .mv_main .catch {
    font-size: 5rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width : 460px) {
  .mv .mv_main .catch {
    font-size: 3.9rem;
    padding: 0;
  }
}
.mv .mv_main .band_bl span {
  background-color: #01316A;
  padding: 3px 7px;
  margin-bottom: 7px;
  display: inline-block;
  font-size: 1.3em;
}
@media screen and (max-width : 1024px) {
  .mv .mv_main .key_box {
    width: 40%;
  }
}
@media screen and (max-width : 900px) {
  .mv .mv_main .key_box {
    width: 100%;
    text-align: right;
  }
}
@media screen and (max-width : 900px) {
  .mv .mv_main .key_box img {
    width: 300px;
  }
}

.box_gradgray {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(177, 177, 177) 100%);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 6em;
  padding: 4em 4em 0 4em;
  align-items: center;
}
@media screen and (max-width : 1024px) {
  .box_gradgray {
    grid-template-columns: 150px 1fr;
    gap: 2em;
  }
}
@media screen and (max-width : 600px) {
  .box_gradgray {
    grid-template-columns: 100px 1fr;
    gap: 1em;
    padding: 3em 2em 0 2em;
    align-items: end;
  }
}
@media screen and (max-width : 460px) {
  .box_gradgray {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width : 460px) {
  .box_gradgray > div:first-of-type {
    order: 2;
  }
}
@media screen and (max-width : 460px) {
  .box_gradgray > div:first-of-type img {
    width: 50%;
  }
}

.ul_list02 li, .ul_list li {
  margin-bottom: 10px;
}
@media screen and (max-width : 460px) {
  .ul_list02 li, .ul_list li {
    margin-bottom: 5px;
  }
}
.ul_list02 li::before, .ul_list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #B1ADA7;
  display: inline-block;
  border-radius: 50%;
  margin-right: 12px;
}

.ul_list li::before {
  background-color: #B1ADA7;
}

span.list_pl {
  padding-left: 1em;
}

.ul_list_pb {
  padding-bottom: 3rem;
}
@media screen and (max-width : 460px) {
  .ul_list_pb {
    padding-bottom: 0;
  }
}

.ul_list02 li::before {
  background-color: #01316A;
}

.skill_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width : 460px) {
  .skill_list {
    gap: 7px;
  }
}
.skill_list li {
  padding: 1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skill_list li.miz_grad {
  background: linear-gradient(59deg, rgb(0, 140, 236) 0%, rgb(0, 99, 169) 100%);
}
.skill_list li.bl_grad {
  background: linear-gradient(59deg, rgb(16, 89, 208) 0%, rgb(18, 61, 159) 100%);
}

.skill_list02 {
  padding: 2em;
}
.skill_list02 li {
  margin-bottom: 0;
}

.box_white {
  padding: 7rem;
}
@media screen and (max-width : 1024px) {
  .box_white {
    padding: 5rem;
  }
}
@media screen and (max-width : 798px) {
  .box_white {
    padding: 3.2rem 3.2rem 5rem;
  }
}

.box_white02 {
  padding: 7rem 5rem;
}
@media screen and (max-width : 1024px) {
  .box_white02 {
    padding: 3rem;
  }
}
.box_white02 li {
  display: grid;
  gap: 10px;
  align-items: center;
  grid-template-columns: 130px 1fr 2fr;
}
@media screen and (max-width : 600px) {
  .box_white02 li {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.box_white02 li::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
}
@media screen and (max-width : 600px) {
  .box_white02 li::before {
    width: 90px;
    height: 90px;
  }
}
.box_white02 li.box_white02_list01 {
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width : 600px) {
  .box_white02 li.box_white02_list01 {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
}
.box_white02 li.box_white02_list01::before {
  background-image: url(../img/point01.png);
}
.box_white02 li.box_white02_list02::before {
  background-image: url(../img/point02.png);
}
.box_white02 h3 {
  padding: 0;
  font-size: 2.5rem;
}
@media screen and (max-width : 1024px) {
  .box_white02 h3 {
    font-size: 2.2rem;
  }
}

.box_white03 {
  padding: 3% 5% 3% 3%;
  gap: 4%;
  display: grid;
  grid-template-columns: 30% 1fr;
}
@media screen and (max-width : 600px) {
  .box_white03 {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 5px;
  }
}
@media screen and (max-width : 600px) {
  .box_white03 img {
    width: 50%;
  }
}
.box_white03 h3 {
  margin-bottom: 2rem;
}
@media screen and (max-width : 600px) {
  .box_white03 h3 {
    margin-bottom: 0;
  }
}

.arrow_down {
  margin-bottom: 17rem;
}
@media screen and (max-width : 1024px) {
  .arrow_down {
    margin-bottom: 13rem;
  }
}
.arrow_down::after {
  content: "";
  background: url(../img/arrow_down.png) no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  height: 91px;
  margin: auto;
  position: absolute;
  bottom: -9rem;
  right: 0;
  left: 0;
  width: 278px;
}

.triangle_box {
  margin: 1em auto;
  text-align: center;
}
.triangle_box .triangle {
  height: 32px;
  width: 160px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #898989;
  display: inline-block;
}
@media screen and (max-width : 600px) {
  .triangle_box .triangle {
    height: 17px;
    width: 100px;
  }
}

.box_beige {
  background-color: #EBE9E2;
  padding: 4em 6em;
}
@media screen and (max-width : 1024px) {
  .box_beige {
    padding: 3em 4em;
  }
}
@media screen and (max-width : 600px) {
  .box_beige {
    padding: 3em;
  }
}

.box_lbl {
  background-color: #E4EAF1;
  padding: 4em 6em;
}
@media screen and (max-width : 1024px) {
  .box_lbl {
    padding: 3em 4em;
  }
}
@media screen and (max-width : 600px) {
  .box_lbl {
    padding: 3em;
  }
}

.grid03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
@media screen and (max-width : 600px) {
  .grid03 {
    grid-template-columns: 1fr;
  }
}

.grid04 {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 21px;
}
@media screen and (max-width : 600px) {
  .grid04 {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.grid04 h3 {
  padding: 0 0 10px;
}

.grid05 {
  display: grid;
  grid-template-columns: 1fr 38%;
  gap: 21px;
  background-color: #fff;
  padding: 3rem;
}
@media screen and (max-width : 798px) {
  .grid05 {
    grid-template-columns: 1fr;
  }
}

.grid06 {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 21px;
  background-color: #fff;
  padding: 3rem;
}
@media screen and (max-width : 798px) {
  .grid06 {
    grid-template-columns: 1fr;
  }
}

.icon_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 7px;
}

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

page共通

**********************/
.bg_top {
  background: url(../img/page/bg_page.png) no-repeat;
  background-size: cover;
}
.bg_top h2.page_ttl {
  padding: 23rem 4rem 12rem;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media screen and (max-width : 798px) {
  .bg_top h2.page_ttl {
    padding: 17rem 2rem 8rem;
  }
}
.bg_top h2.page_ttl::after {
  content: attr(data-label);
  color: white;
  font-size: 14px;
  margin-top: 14px;
  font-family: "Shippori Mincho B1", serif;
  display: block;
}

.electric-bill__area {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.electric-bill__area li {
  background: #fff;
  margin: 0 0 20px;
  width: 32%;
}
@media screen and (max-width : 900px) {
  .electric-bill__area li {
    width: 48%;
  }
}

.area-header {
  background: #333C48;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width : 900px) {
  .area-header {
    height: 75px;
  }
}
.area-header p {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width : 900px) {
  .area-header p {
    font-size: 21px;
  }
}

.area-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 60px);
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width : 900px) {
  .area-body {
    height: calc(100% - 75px);
    padding: 15px 0;
  }
}
.area-body p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.area-body p .eyecatch {
  background: #C13400;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  padding: 2px 15px;
}
@media screen and (max-width : 900px) {
  .area-body p .eyecatch {
    font-size: 12px;
    padding: 2px 10px;
  }
}
.area-body p .num {
  color: #C13400;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 56px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width : 900px) {
  .area-body p .num {
    font-size: 42px;
  }
}
.area-body p .unit {
  color: #C13400;
  font-size: 32px;
  font-weight: 500;
  margin-left: 5px;
}
@media screen and (max-width : 900px) {
  .area-body p .unit {
    font-size: 26px;
  }
}

.ul_list03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width : 900px) {
  .ul_list03 {
    gap: 12px;
  }
}
@media screen and (max-width : 600px) {
  .ul_list03 {
    grid-template-columns: 1fr;
  }
}
.ul_list03 li {
  background-color: #fff;
  padding: 35px;
  text-align: center;
}
@media screen and (max-width : 900px) {
  .ul_list03 li {
    padding: 15px;
  }
}
.ul_list03 li dt {
  background-color: #01316A;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  padding: 5px 10px;
  margin-bottom: 12px;
  text-align: center;
}

.table {
  margin: 0 auto;
  border: 1px solid #2D2E2D;
}
@media screen and (max-width : 900px) {
  .table {
    width: 100%;
    margin: 3rem auto;
  }
}
.table dt {
  width: 30%;
  font-weight: bold;
  padding: 1.8rem;
  background-color: #01316A;
  color: #fff;
}
.table dt:not(:last-of-type) {
  border-bottom: 1px solid #2D2E2D;
}
@media screen and (max-width : 600px) {
  .table dt {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    padding: 1rem;
  }
}
.table dd {
  width: 70%;
  text-align: left;
  padding: 2.4rem;
}
.table dd:not(:last-of-type) {
  border-bottom: 1px solid;
}
@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;
  }
}

.table02 {
  max-width: 900px;
}
@media screen and (max-width : 1024px) {
  .table02 table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media screen and (max-width : 600px) {
  .table02 table {
    display: none;
  }
}
.table02 .fixed {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.table02 .fixed::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  height: 100%;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.table02 th, .table02 td {
  padding: 1em;
  border: 1px solid #2D2E2D;
}
.table02 th {
  background-color: #01316A;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  min-width: 120px;
}
.table02 td {
  min-width: 180px;
}
.table02 td.tac_vam {
  text-align: center;
  vertical-align: middle;
}

.table02_sp {
  display: none;
}
@media screen and (max-width : 600px) {
  .table02_sp {
    display: block;
  }
}
.table02_sp dt, .table02_sp dd {
  padding: 1em;
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.table02_sp dt {
  background-color: #01316A;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  margin-top: 1em;
}
.table02_sp dd.dd_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 0;
}
.table02_sp dd.dd_grid p {
  padding: 1em;
}
.table02_sp dd.dd_grid p:first-of-type {
  background-color: #E4EAF1;
}

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

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

**********************/
.post_item > div {
  background-color: #fff;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width : 600px) {
  .post_item > div {
    display: block;
  }
}
.post_item > div > div:first-of-type {
  width: 40%;
}
@media screen and (max-width : 600px) {
  .post_item > div > div:first-of-type {
    width: 100%;
  }
}
.post_item > div > div:first-of-type > a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.post_item > div > div:first-of-type > a:hover {
  opacity: 1;
}
.post_item > div > div:first-of-type > a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.post_item > div > div:first-of-type > a img:hover {
  scale: 1.1;
  transition: all 0.3s;
}
.post_item > div .post_item_in {
  width: 60%;
  padding: 2rem;
}
@media screen and (max-width : 900px) {
  .post_item > div .post_item_in {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width : 600px) {
  .post_item > div .post_item_in {
    width: 70%;
    padding: 2rem;
  }
}
@media screen and (max-width : 600px) {
  .post_item > div .post_item_in {
    width: 100%;
  }
}
.post_item > div .post_item_in > a {
  display: block;
  height: 100%;
  padding: 1.4rem 0 0 4px;
}
@media screen and (max-width : 600px) {
  .post_item > div .post_item_in > a {
    padding: 2px 0 0 2px;
  }
}
.post_item > div .post_item_in > a h3 {
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
}
@media screen and (max-width : 798px) {
  .post_item > div .post_item_in > a h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width : 600px) {
  .post_item > div .post_item_in > a h3 {
    margin-top: 4px;
    text-align: justify;
  }
}

.allpost_post_item {
  background-color: #fff;
  overflow: hidden;
}
.allpost_post_item > div:first-of-type > a {
  position: relative;
  overflow: hidden;
}
.allpost_post_item > div:first-of-type > a:hover {
  opacity: 1;
}
.allpost_post_item > div:first-of-type > a img {
  transition: all 0.3s;
}
.allpost_post_item > div:first-of-type > a img:hover {
  scale: 1.1;
  transition: all 0.3s;
}
.allpost_post_item .allpost_post_item_in {
  padding: 1.2rem;
}
@media screen and (max-width : 600px) {
  .allpost_post_item .allpost_post_item_in {
    padding: 1rem;
  }
}
.allpost_post_item .allpost_post_item_in > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: right;
}
.allpost_post_item .allpost_post_item_in > a h3 {
  line-height: 1.6;
  padding: 12px 0;
  margin: 0;
  transition: all 0.3s;
}
@media screen and (max-width : 600px) {
  .allpost_post_item .allpost_post_item_in > a h3 {
    padding: 7px 0;
  }
}

.cat_post_item {
  display: flex;
  margin-bottom: 3rem;
  width: 50%;
  padding: 1rem 0;
}
@media screen and (max-width : 900px) {
  .cat_post_item {
    width: 77%;
    margin: 0 auto;
  }
}
@media screen and (max-width : 600px) {
  .cat_post_item {
    width: 100%;
    display: block;
  }
}
.cat_post_item > div:first-of-type {
  width: 40%;
  height: auto;
  padding: 0;
}
@media screen and (max-width : 600px) {
  .cat_post_item > div:first-of-type {
    width: 100%;
    padding: 1.2rem 0;
  }
}
.cat_post_item > div:first-of-type > a {
  display: block;
  overflow: hidden;
  max-height: 28vh;
}
@media screen and (max-width : 600px) {
  .cat_post_item > div:first-of-type > a {
    height: 130px;
  }
}
.cat_post_item .cat_post_item_in {
  background-color: #fff;
  padding: 0 3rem 2.2rem 1.4rem;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width : 900px) {
  .cat_post_item .cat_post_item_in {
    padding: 0 2.2rem 0 1rem;
  }
}
@media screen and (max-width : 600px) {
  .cat_post_item .cat_post_item_in {
    width: 100%;
    padding: 0 0 0 1.4rem;
  }
}
.cat_post_item .cat_post_item_in a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.cat_post_item .cat_post_item_in a h3 {
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
}
@media screen and (max-width : 600px) {
  .cat_post_item .cat_post_item_in a h3 {
    font-size: 1.6rem;
  }
}
.cat_post_item .cat_post_item_in a p {
  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 4px;
  display: inline-block;
  color: #01316A;
}
@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;
  }
}

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

parts price

**********************/
.price_sec {
  background: url(../img/bg_price.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.price_sec .price_box {
  padding: 8rem;
}
@media screen and (max-width : 900px) {
  .price_sec .price_box {
    padding: 4rem 5rem;
  }
}
@media screen and (max-width : 600px) {
  .price_sec .price_box {
    padding: 4rem 3rem;
  }
}
.price_sec .price_box dl {
  border: 1px solid #2D2E2D;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media screen and (max-width : 900px) {
  .price_sec .price_box dl {
    grid-template-columns: 1fr;
  }
}
.price_sec .price_box dl dt, .price_sec .price_box dl dd {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em;
}
.price_sec .price_box dl dt {
  background-color: #2D2E2D;
  color: #fff;
}
.price_sec .price_box .more_btn_bl {
  margin-top: 2rem;
}
@media screen and (max-width : 900px) {
  .price_sec .price_box .more_btn_bl {
    margin-top: 1rem;
  }
}

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

parts cv

**********************/
.cv_sec {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.cv_sec h2 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  margin: 0;
}
@media screen and (max-width : 1024px) {
  .cv_sec h2 {
    font-size: 30px;
  }
}
.cv_sec h2::before {
  content: "";
  background: url(../img/icon_email.png) no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  height: 58px;
  margin-right: 12px;
  width: 58px;
}

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

footer

**********************/
.cv_sec02 {
  background: url(../img/bg_cv.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.cv_sec02 h2 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  margin: 0;
}
@media screen and (max-width : 1024px) {
  .cv_sec02 h2 {
    font-size: 30px;
  }
}
.cv_sec02 h2::before {
  content: "";
  background: url(../img/icon_email.png) no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  height: 58px;
  margin-right: 12px;
  width: 58px;
}

footer {
  background-color: #011226;
  padding: 12rem 0 12px;
}
footer a {
  color: #fff;
  font-weight: bold;
}
footer .foot_grid {
  display: grid;
  grid-template-columns: 180px 1fr 140px;
  gap: 5em;
}
@media screen and (max-width : 798px) {
  footer .foot_grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width : 798px) {
  footer .foot_grid .foot_grid_logo {
    order: 3;
    text-align: center;
  }
}
footer .foot_grid .flex {
  gap: 6em;
}
@media screen and (max-width : 798px) {
  footer .foot_grid .flex {
    order: 1;
    gap: 2em;
  }
}
footer .foot_grid .flex ul li {
  margin-bottom: 21px;
}
@media screen and (max-width : 798px) {
  footer .foot_grid .footer_contact_btn {
    order: 2;
  }
}
footer .foot_grid .footer_contact_btn a {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.13);
  height: 140px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 0;
  font-size: 13px;
}
@media screen and (max-width : 798px) {
  footer .foot_grid .footer_contact_btn a {
    font-size: 16px;
  }
}
footer .foot_line {
  border-top: 1px solid #fff;
}
footer .footer_more_btn {
  padding: 12px 5px;
}

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

404.php

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

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

single.php
投稿ページ

**********************/
/* 投稿内のcssは editor-style 記述 */
.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;
}

/* 目次 */
.page_nav {
  background: #f6f6f6;
  width: 88%;
  padding: 3rem 2rem 3rem 6rem;
  margin: 3rem auto 6rem;
}
@media screen and (max-width : 600px) {
  .page_nav {
    padding: 3rem 2rem 3rem 4rem;
  }
}
@media screen and (max-width : 460px) {
  .page_nav {
    width: 100%;
  }
}
.page_nav p {
  margin-bottom: 0;
  text-align: left;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width : 600px) {
  .page_nav p {
    font-size: 1.8rem;
  }
}
.page_nav p::before {
  content: "";
  background: url(../img/icon_toc.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.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: "- ";
}

/* 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: 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;
  border: 1px solid #B1ADA7;
}

.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: 2rem;
  padding: 3rem 0 0;
  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: 1px solid;
}
dl.parts_post dd {
  display: grid;
  grid-template-columns: repeat(4, 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(120px, 1fr));
  }
}
@media screen and (max-width : 600px) {
  dl.parts_post dd {
    gap: 12px 8px;
  }
}
dl.parts_post dd > div {
  display: flex;
  flex-direction: column;
  text-align: right;
  overflow: hidden;
}
dl.parts_post dd > div > p {
  padding: 0;
}
dl.parts_post dd > div > p a {
  overflow: hidden;
  display: flex;
  align-items: center;
}
dl.parts_post dd > div > p a:hover {
  opacity: 1;
}
dl.parts_post dd > div > p a img {
  transition: all 0.3s;
}
dl.parts_post dd > div > p a img:hover {
  scale: 1.1;
  transition: all 0.3s;
}
dl.parts_post dd > div > div {
  height: 100%;
  background-color: #fff;
}
dl.parts_post dd > div > div > a {
  width: 100%;
  height: 100%;
  padding: 1.4rem 2.6rem 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width : 600px) {
  dl.parts_post dd > div > div > a {
    padding: 1rem 1.4rem 1.5rem;
  }
}
dl.parts_post dd > div > div > a p {
  transition: all 0.3s;
  line-height: 1.6;
  padding: 0;
  text-align: left;
}

/***************
pager
***************/
.pager {
  margin-top: 5rem;
}
.pager .posts-navigation {
  border-top: 1px solid #2D2E2D;
  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: #2D2E2D;
  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;
}

.wpcf7 .template01 {
  color: #333;
  font-size: 16px;
}
.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: 0;
  padding: 0;
  margin-top: 2em;
}
.wpcf7 .template01 div.form__row.row-privacy {
  margin-top: 3.5em;
  text-align: center;
}
.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 label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label.is-required label {
  padding-left: 45px;
}
.wpcf7 .template01 p.form__label.is-optional label::after, .wpcf7 .template01 p.form__label.is-required label::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 2px;
  border-radius: 3px;
  box-sizing: border-box;
}

.wpcf7 .template01 p.form__label.is-required label::after {
  content: "必須";
  background: #f00;
}
.wpcf7 .template01 p.form__label.is-optional label {
  padding-left: 45px;
}
.wpcf7 .template01 p.form__label.is-optional label::after {
  content: "任意";
  background: #5c5c5c;
}

/* テキストフィールド */
.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 #b1b1b1;
  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: #b1b1b1;
}
.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: #b1b1b1;
}

.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: #b1b1b1;
}

.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: #b1b1b1;
}

/* テキストフィールド フォーカス時 */
.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 #b1b1b1;
  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 #b1b1b1;
  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 select {
  cursor: pointer;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 2.5em 0.5em 1em;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template01 select::-ms-expand {
  display: none;
}

.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 #b1b1b1;
  border-right: 1px solid #b1b1b1;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.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.6em 0;
}

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

@media only screen and (max-width: 768px) {
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
}
/*送信後のメッセージ表示*/
.wpcf7 form .wpcf7-response-output {
  font-size: 1.6rem;
  line-height: 1.4;
}
/*# sourceMappingURL=style.css.map */