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

Theme Name: truach recruit

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

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

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

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: 0.1em;
  line-height: 1.3;
}

h2 {
  font-size: 6rem;
  padding: 12px;
  margin: 2rem 0 4rem;
}
@media screen and (max-width : 1300px) {
  h2 {
    font-size: 5.6rem;
  }
}
@media screen and (max-width : 600px) {
  h2 {
    font-size: 5.2rem;
  }
}
@media screen and (max-width : 460px) {
  h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 398px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 3.4rem;
  padding: 40px 0 10px;
}
@media screen and (max-width : 1300px) {
  h3 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width : 600px) {
  h3 {
    font-size: 2.2rem;
    padding: 20px 0 10px;
  }
}

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

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

title

**********************/
.ttl01_white > span, .ttl01_jp > span, .ttl01_en > span, .ttl01 > span {
  background: #FF0000;
  color: #fff;
  font-weight: bold;
  padding: 6px 14px;
  display: inline-block;
}
.ttl01_white h2, .ttl01_jp h2, .ttl01_en h2, .ttl01 h2 {
  margin: 0;
  padding: 5px 0;
}

.ttl01_white h2, .ttl01_jp h2, .ttl01 h2 {
  font-size: 5.6rem;
}
@media screen and (max-width : 1300px) {
  .ttl01_white h2, .ttl01_jp h2, .ttl01 h2 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width : 600px) {
  .ttl01_white h2, .ttl01_jp h2, .ttl01 h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width : 460px) {
  .ttl01_white h2, .ttl01_jp h2, .ttl01 h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 398px) {
  .ttl01_white h2, .ttl01_jp h2, .ttl01 h2 {
    font-size: 3rem;
  }
}

.ttl01 > span {
  font-size: 15px;
  background: none;
  color: #FF0000;
}
.ttl01 h2 {
  margin-bottom: 14px;
}

.ttl01_en > span {
  font-size: 14px;
}
.ttl01_en h2 {
  letter-spacing: 0;
}

.ttl01_jp > span {
  font-size: 13px;
}
.ttl01_white > span {
  font-size: 13px;
  background: #fff;
  color: #FF0000;
}
.ttl01_white h2 {
  color: #fff;
  margin-bottom: 14px;
}

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

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(3, 1fr);
  gap: 27px;
}
@media screen and (max-width : 1024px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }
}
@media screen and (max-width : 600px) {
  .grid {
    padding: 0;
    gap: 17px 8px;
  }
}
@media screen and (max-width : 460px) {
  .grid {
    grid-template-columns: 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 a {
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  border-radius: 35px;
  width: 277px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.more_btn a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  display: inline-block;
}
.more_btn a:hover {
  opacity: 1;
  scale: 1.1;
}

.more_btn a {
  display: block;
}

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

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

.m2 {
  margin: 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;
  }
}

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

header

**********************/
#top-head {
  width: 100%;
  height: 125px;
  display: flex;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.5s;
  position: relative;
}
@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 {
  background-color: #FF0000;
  margin-left: -4em;
  padding: 8px 3em 8px 4em;
}
@media screen and (max-width : 798px) {
  #top-head .inner .h1_a {
    margin-left: -2em;
  }
}
#top-head .inner .h1_a img {
  width: 140px;
  margin-top: 4%;
}
@media screen and (max-width : 600px) {
  #top-head .inner .h1_a img {
    width: 110px;
    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: #000;
    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: #FF0000;
  }
}
#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;
}
@media screen and (max-width : 1260px) {
  #top-head .inner nav > ul > li > a {
    display: block;
    padding: 1.5rem;
    color: #fff;
  }
}
#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: #FF0000;
  width: 170px;
  height: 170px;
  display: inline-block;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
}
@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 {
  background: #fff;
  position: fixed;
  z-index: 999;
  height: 60px;
  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 .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: 120px;
}

@-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: 6rem 0;
  }
}

.por {
  position: relative;
}

.lh16 {
  line-height: 1.6;
}

.lh18 {
  line-height: 1.8;
}

.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, .about_box figure figcaption, .more_btn a {
  font-size: 2.2rem;
}
@media screen and (max-width : 1300px) {
  .fz22, .about_box figure figcaption, .more_btn a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width : 600px) {
  .fz22, .about_box figure figcaption, .more_btn a {
    font-size: 1.6rem;
  }
}

.fz25, .grid07 li .list_ttl, .btn_list02 li a {
  font-size: 2.5rem;
}
@media screen and (max-width : 1300px) {
  .fz25, .grid07 li .list_ttl, .btn_list02 li a {
    font-size: 2.1rem;
  }
}
@media screen and (max-width : 600px) {
  .fz25, .grid07 li .list_ttl, .btn_list02 li a {
    font-size: 1.8rem;
  }
}

.fz32, .btn_list01 li a {
  font-size: 3.2rem;
}
@media screen and (max-width : 1300px) {
  .fz32, .btn_list01 li a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width : 900px) {
  .fz32, .btn_list01 li a {
    font-size: 2rem;
  }
}
@media screen and (max-width : 600px) {
  .fz32, .btn_list01 li a {
    font-size: 1.6rem;
  }
}

.fz36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1150px) {
  .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;
  }
}

.tdu {
  text-decoration: underline;
}

.white {
  color: #fff;
}

.red {
  color: #FF0000;
}

.og {
  color: #FF5800;
}

.gray {
  color: #A8A8A9;
}

.bg_white {
  background-color: #fff;
}

.bg_red {
  background-color: #FF0000;
}

.bg_gray {
  background: url(../img/common/bg_top.png) #F7F6F3 no-repeat;
  background-size: 100%;
  background-position: top center;
  position: relative;
  z-index: 3;
}

.bg_grad_gray {
  background: linear-gradient(180deg, rgba(247, 246, 243, 0) 0%, rgb(247, 246, 243) 100%);
}
.bg_grad_gray .bg_grad_gray_in {
  background: url("../img/common/bg_left.png") no-repeat bottom left, url("../img/common/bg_right.png") no-repeat bottom right;
  background-size: contain, contain;
}

.bg_grid_ogred {
  background: linear-gradient(144deg, rgb(255, 135, 71) 0%, rgb(255, 0, 0) 100%);
}

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

.breadcrumbs {
  margin: 0 auto;
  padding: 1rem 5rem;
  background: #FF0000;
  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

**********************/
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/**********************

front-page
mv

**********************/
.anim-box {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.mv {
  background: url(../img/mv_bgtop.png) no-repeat;
  background-position: top center;
  background-size: contain;
  text-align: center;
  width: 100%;
  height: 110vh;
}
@media screen and (max-width : 798px) {
  .mv {
    background: url(../img/mv_bgtop_sp.png) no-repeat;
    background-position: top center;
    background-size: contain;
    height: auto;
    padding-top: 6rem;
  }
}
.mv .mv_catch {
  width: 100%;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%, 0);
}
.mv .mv01 {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.mv .mv02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 87%;
}
@media screen and (max-width : 1024px) {
  .mv .mv02 {
    bottom: 12%;
  }
}
.mv .mv03 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 87%;
}
.mv .mv_sp {
  margin-top: 17rem;
}
@media screen and (max-width : 798px) {
  .mv .img_wrap_pc {
    display: none;
  }
}
.mv .img_wrap_sp {
  display: none;
}
@media screen and (max-width : 798px) {
  .mv .img_wrap_sp {
    display: block;
  }
}

.about_box {
  margin-top: 3em;
  padding-bottom: 8em;
}
.about_box figure img {
  margin-top: 2.4em;
}
.about_box figure figcaption {
  background-color: #FF0000;
  color: #fff;
  font-weight: bold;
  padding: 7px 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.about_box .about_box_in {
  border: 2px solid #FF0000;
  background-color: #fff;
  padding: 4em;
  position: relative;
  z-index: 3;
  width: 96%;
  margin: -7rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
@media screen and (max-width : 798px) {
  .about_box .about_box_in {
    grid-template-columns: 1fr;
    padding: 2em;
    margin: -3rem auto 0;
  }
}
.about_box .about_box_in dl dt {
  font-weight: bold;
  margin-bottom: 1em;
}
.about_box .about_box_in dl dd {
  font-weight: 600;
}
.about_box .about_box_in dl dd ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}
.about_box .about_box_in dl dd ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background: #A8A8A9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.grid03 {
  display: grid;
  grid-template-columns: 40% 55%;
  gap: 5%;
}
@media screen and (max-width : 1024px) {
  .grid03 {
    grid-template-columns: 1fr;
  }
}
.grid03 .grid03_in {
  margin-top: 3rem;
}
@media screen and (max-width : 1024px) {
  .grid03 .grid03_in {
    margin-top: 1rem;
    margin-left: 30%;
  }
}
@media screen and (max-width : 600px) {
  .grid03 .grid03_in {
    display: table;
    margin: 0 auto 20rem;
  }
}

.grid04 {
  display: grid;
  align-items: center;
  grid-template-columns: 45% 52%;
  gap: 3%;
}
@media screen and (max-width : 900px) {
  .grid04 {
    display: block;
  }
}
.grid04 figure figcaption {
  position: absolute;
  bottom: 10px;
  left: 8px;
}
.grid04 figure figcaption span {
  background-color: #FF0000;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 4px 12px;
  line-height: 1.3;
  display: inline-block;
}
.grid04 dl dt {
  margin-bottom: 0.7em;
}
@media screen and (max-width : 900px) {
  .grid04 dl dt {
    margin: 7px 0;
  }
}

.bg_message {
  padding: 12rem 0 15rem;
  background: url("../img/message02.png") no-repeat top right, url("../img/message01.png") no-repeat bottom left;
  background-size: 280px, 440px;
}
@media screen and (max-width : 1024px) {
  .bg_message {
    background-size: 240px, 340px;
  }
}
@media screen and (max-width : 600px) {
  .bg_message {
    background-size: 190px, 280px;
  }
}
@media screen and (max-width : 460px) {
  .bg_message {
    background-size: 150px, 240px;
    padding: 12rem 0 11rem;
  }
}

.btn_list02 li a, .btn_list01 li a {
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.btn_list02 li a::before, .btn_list01 li a::before {
  content: "";
  background-image: url(../img/common/btn_red.svg);
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
@media screen and (max-width : 600px) {
  .btn_list02 li a::before, .btn_list01 li a::before {
    width: 40px;
    height: 40px;
  }
}

.btn_list01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
@media screen and (max-width : 1024px) {
  .btn_list01 {
    gap: 7px;
  }
}
@media screen and (max-width : 798px) {
  .btn_list01 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.btn_list01 li {
  background-repeat: no-repeat;
  background-size: cover;
}
.btn_list01 li.truach01 {
  background-image: url(../img/truach01.jpg);
}
@media screen and (max-width : 798px) {
  .btn_list01 li.truach01 {
    grid-area: 1/1/2/2;
  }
}
.btn_list01 li.truach02 {
  background-image: url(../img/truach02.jpg);
}
@media screen and (max-width : 798px) {
  .btn_list01 li.truach02 {
    grid-area: 1/2/2/3;
  }
}
.btn_list01 li.truach03 {
  background-image: url(../img/truach03.jpg);
}
@media screen and (max-width : 798px) {
  .btn_list01 li.truach03 {
    grid-area: 2/1/3/3;
  }
}
.btn_list01 li a {
  padding: 4.2em 0;
}

.btn_list02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (max-width : 1024px) {
  .btn_list02 {
    gap: 7px;
  }
}
@media screen and (max-width : 900px) {
  .btn_list02 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.btn_list02 li {
  background-repeat: no-repeat;
  background-size: cover;
}
.btn_list02 li a {
  padding: 4.2em 0;
}
.btn_list02 li.work01 {
  grid-area: 1/1/3/2;
  background-image: url(../img/works01.jpg);
}
@media screen and (max-width : 900px) {
  .btn_list02 li.work01 {
    grid-area: 1/1/2/3;
  }
}
.btn_list02 li.work02 {
  grid-area: 1/2/2/3;
  background-image: url(../img/works02.jpg);
}
@media screen and (max-width : 900px) {
  .btn_list02 li.work02 {
    grid-area: 2/1/3/3;
  }
}
.btn_list02 li.work03 {
  grid-area: 2/2/3/3;
  background-image: url(../img/works03.jpg);
}
@media screen and (max-width : 900px) {
  .btn_list02 li.work03 {
    grid-area: 3/1/4/3;
  }
}

.interview_sec {
  padding: 13rem 0 4rem;
}
@media screen and (max-width : 900px) {
  .interview_sec {
    padding: 9rem 0 3rem;
  }
}
@media screen and (max-width : 600px) {
  .interview_sec {
    padding: 6rem 0 0;
  }
}

.bg_interview h2 {
  display: inline-block;
  position: relative;
}
.bg_interview h2::before, .bg_interview h2::after {
  content: "";
  width: 190px;
  height: 256px;
  position: absolute;
  top: -1.4em;
}
@media screen and (max-width : 1300px) {
  .bg_interview h2::before, .bg_interview h2::after {
    width: 140px;
    height: 206px;
  }
}
@media screen and (max-width : 798px) {
  .bg_interview h2::before, .bg_interview h2::after {
    width: 100px;
    height: 166px;
  }
}
@media screen and (max-width : 460px) {
  .bg_interview h2::before, .bg_interview h2::after {
    width: 80px;
    height: 146px;
  }
}
.bg_interview h2::before {
  background: url(../img/interveiw_left.png) no-repeat;
  background-size: contain;
  left: -4em;
}
@media screen and (max-width : 798px) {
  .bg_interview h2::before {
    left: -3em;
  }
}
.bg_interview h2::after {
  background: url(../img/interveiw_right.png) no-repeat;
  background-size: contain;
  right: -3.4em;
}
@media screen and (max-width : 798px) {
  .bg_interview h2::after {
    right: -2.4em;
  }
}
.bg_interview > span {
  display: block;
}

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

parts-slick
slick slider部分はparts-slick.php記述

**********************/
.cv_sec {
  padding: 5rem 0;
}

.grid05 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (max-width : 1024px) {
  .grid05 {
    grid-template-columns: 1fr;
  }
}
.grid05 p {
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 0;
}
.grid05 p a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  gap: 7px;
  position: relative;
}
.grid05 p a::before {
  content: "";
  width: 53px;
  height: 39px;
  display: block;
}
@media screen and (max-width : 600px) {
  .grid05 p a::before {
    width: 43px;
    height: 29px;
  }
}
.grid05 p a.description_btn::before {
  background: url(../img/common/icon_idcard.svg) no-repeat;
  background-size: contain;
}
.grid05 p a.entry_btn::before {
  background: url(../img/common/icon_mail.svg) no-repeat;
  background-size: contain;
}
.grid05 p a::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  right: 7px;
  bottom: 7px;
}
@media screen and (max-width : 600px) {
  .grid05 p a::after {
    width: 35px;
    height: 35px;
  }
}
.grid05 p a.description_btn::after {
  background: url(../img/common/btn_og.svg) no-repeat;
  background-size: contain;
}
.grid05 p a.entry_btn::after {
  background: url(../img/common/btn_red.svg) no-repeat;
  background-size: contain;
}

.cv_white_box {
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}
.cv_white_box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  gap: 7px;
  position: relative;
}
.cv_white_box a.entry_btn::before {
  content: "";
  width: 53px;
  height: 39px;
  display: block;
  background: url(../img/common/icon_mail.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width : 600px) {
  .cv_white_box a.entry_btn::before {
    width: 43px;
    height: 29px;
  }
}
.cv_white_box a.entry_btn::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  right: 7px;
  bottom: 7px;
  background: url(../img/common/btn_red.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width : 600px) {
  .cv_white_box a.entry_btn::after {
    width: 35px;
    height: 35px;
  }
}

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

page共通

**********************/
.bg_top {
  background: #fff;
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}
@media screen and (max-width : 798px) {
  .bg_top {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.bg_top h2.page_ttl {
  padding: 10rem 4rem;
  letter-spacing: 0;
}
@media screen and (max-width : 798px) {
  .bg_top h2.page_ttl {
    padding: 1rem 2rem;
  }
}
.bg_top h2.page_ttl::after {
  content: attr(data-label);
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
  display: block;
  letter-spacing: 3px;
}
@media screen and (max-width : 798px) {
  .bg_top h2.page_ttl::after {
    font-size: 12px;
  }
}

.bg_page01 {
  background: center center/cover no-repeat;
  border-radius: 30px;
  margin: 20px;
}
@media screen and (max-width : 798px) {
  .bg_page01 {
    border-radius: 0;
    width: 100%;
    height: 350px;
    margin: 0;
  }
}
@media screen and (max-width : 460px) {
  .bg_page01 {
    height: 250px;
  }
}

.bg_page01 {
  background-image: url(../img/page/bg_page01.jpg);
}

.ul_list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
  display: block;
  margin-bottom: 0.5em;
}
.ul_list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 11px;
  background: #A8A8A9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.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: #FF0000;
  color: #fff;
}
.table dt:not(:last-of-type) {
  border-bottom: 1px solid;
}
@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: #FF0000;
  }
}
.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 {
  display: grid;
  grid-template-columns: 25% 85%;
}
.table02 dt {
  padding: 1.8rem;
  color: #fff;
  background-color: #FF0000;
  text-align: center;
}
.table02 dd {
  padding: 1.8rem;
}

.flow {
  width: 80%;
  max-width: 900px;
}
@media screen and (max-width : 798px) {
  .flow {
    width: 100%;
  }
}
.flow li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2em;
}
@media screen and (max-width : 798px) {
  .flow li {
    gap: 1em;
    grid-template-columns: 90px 1fr;
  }
}
.flow li:not(:last-child) {
  margin: 0 0 40px;
}
.flow .flow_time {
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #FF0000;
  position: relative;
  line-height: 125%;
  margin: 0;
}
.flow .flow_time::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 20px solid #FF0000;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width : 798px) {
  .flow .flow_time::after {
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
  }
}
.flow .flow_txt {
  display: flex;
  align-items: center;
  margin-right: 2em;
  border-bottom: 3px solid #FF0000;
  line-height: 1.6;
}

.grid06 {
  display: grid;
  grid-template-columns: 63% 35%;
  gap: 2%;
}
@media screen and (max-width : 798px) {
  .grid06 {
    grid-template-columns: 1fr;
  }
}

.grid07 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media screen and (max-width : 798px) {
  .grid07 {
    grid-template-columns: 1fr;
  }
}
.grid07 li {
  background-color: #fff;
  padding: 2em;
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.grid07 li .list_ttl {
  font-weight: bold;
  color: #FF0000;
}
.grid07 li .list_txt {
  color: #FF0000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid07 li .list_txt .jp_txt {
  font-size: 4.4rem;
}
.grid07 li .list_txt .number {
  font-size: 6.2rem;
}

.grid08 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.grid09 {
  display: grid;
  grid-template-columns: 35% 63%;
  gap: 2%;
}
@media screen and (max-width : 798px) {
  .grid09 {
    grid-template-columns: 1fr;
  }
}

.white_box, .gray_box {
  padding: 5em;
}
@media screen and (max-width : 798px) {
  .white_box, .gray_box {
    padding: 2.4em;
  }
}

.gray_box {
  background-color: #F7F6F3;
}
.gray_box h3 {
  padding: 0 0 10px;
}

.white_box {
  background-color: #fff;
}
.white_box h3 {
  padding: 0 0 10px;
}

.movie_box {
  width: 100%;
  text-align: center;
  margin: 1rem auto;
}
.movie_box .movie {
  width: 100%;
  max-width: 920px; /*PC版での最大幅*/
}

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

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

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

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;
  max-height: 34vh;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  text-align: right;
}
@media screen and (max-width : 600px) {
  .allpost_post_item > div:first-of-type > a {
    border-radius: 5px 5px 0 0;
  }
}
.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: 17px 0 27px;
  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:hover {
  opacity: 1;
}
.cat_post_item .cat_post_item_in a:hover h3, .cat_post_item .cat_post_item_in a:hover p {
  color: #A8A8A9;
  transition: all 0.3s;
}
.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;
}

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

カテゴリー名取得

**********************/
.cat_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 75%;
  margin: 4rem auto 0;
}
@media screen and (max-width : 1024px) {
  .cat_nav ul {
    width: 91%;
  }
}
@media screen and (max-width : 600px) {
  .cat_nav ul {
    justify-content: flex-start;
    margin: 2rem auto 0;
  }
}
.cat_nav ul li {
  margin: 8px 12px;
}
@media screen and (max-width : 600px) {
  .cat_nav ul li {
    margin: 4px 5px;
  }
}
.cat_nav ul li a {
  display: block;
  font-weight: bold;
  padding: 5px 24px;
  border-radius: 50px;
  color: #fff;
}

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: #FF0000;
}
@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;
  }
}

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

footer

**********************/
footer {
  padding: 12em 0 5em;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 4em 0 3em;
  }
}
@media screen and (max-width: 1200px) {
  footer .footer_logo {
    padding: 1% 0 4%;
  }
}
footer .footer_logo a {
  background-color: #FF0000;
  display: block;
  position: absolute;
  top: 7em;
  left: 0;
  padding: 1em 3.2em;
}
@media screen and (max-width: 1400px) {
  footer .footer_logo a {
    padding: 1em 2.2em;
  }
}
@media screen and (max-width: 1200px) {
  footer .footer_logo a {
    position: unset;
    display: inline-block;
  }
}
@media screen and (max-width : 600px) {
  footer .footer_logo a {
    padding: 0.5em 2.2em;
  }
}
footer .footer_logo a img {
  max-width: 140px;
}
@media screen and (max-width : 600px) {
  footer .footer_logo a img {
    max-width: 170px;
  }
}
footer .footer_in {
  margin-bottom: 12rem;
}
@media screen and (max-width : 900px) {
  footer .footer_in {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width : 600px) {
  footer .footer_in {
    margin-bottom: 4rem;
  }
}
footer .footer_nav {
  display: grid;
  grid-template-columns: 70% 20%;
  gap: 2%;
  justify-content: end;
}
@media screen and (max-width : 1024px) {
  footer .footer_nav {
    grid-template-columns: 1fr;
    gap: 3em;
  }
}
footer .footer_nav .footer_nav_in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width : 600px) {
  footer .footer_nav .footer_nav_in {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2em;
  }
}
@media screen and (max-width : 460px) {
  footer .footer_nav .footer_nav_in {
    grid-template-columns: 1fr;
  }
}
footer .footer_nav .footer_nav_in dl dd a {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
  display: block;
  font-size: 15px;
}
footer .footer_nav .footer_nav_in dl dd a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background: #A8A8A9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media screen and (max-width : 1024px) {
  footer .footer_nav .footer_cvbtn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2em;
  }
}
@media screen and (max-width : 600px) {
  footer .footer_nav .footer_cvbtn {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
footer .footer_nav .footer_cvbtn p a {
  color: #fff;
  font-weight: bold;
  padding: 1em;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_nav .footer_cvbtn p a::after {
  content: "";
  background: url(../img/common/arrow_white.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translate(0, -50%);
}
footer .footer_nav .footer_cvbtn .description_btn a {
  background-color: #FF5800;
}
footer .footer_nav .footer_cvbtn .entry_btn a {
  background-color: #FF0000;
}
footer .footer_btm ul {
  display: flex;
}
footer .footer_btm ul.sns_list {
  gap: 10px;
  margin-bottom: 4em;
}
@media screen and (max-width : 600px) {
  footer .footer_btm ul.sns_list {
    margin-bottom: 2em;
  }
}
footer .footer_btm ul.sns_list li {
  max-width: 180px;
}
footer .footer_btm ul.sns_list li a {
  display: block;
}
footer .footer_btm ul.link_list {
  gap: 16px;
}
@media screen and (max-width : 600px) {
  footer .footer_btm ul.link_list {
    display: block;
  }
}
footer .footer_btm ul.link_list a {
  display: block;
}
footer .footer_btm ul.link_list a.icon_newtab::after {
  content: "";
  background: url(../img/common/icon_newtab.png) no-repeat;
  width: 25px;
  height: 23px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
footer .footer_btm ul.link_list a span {
  text-decoration: underline;
}
footer .copyright {
  text-align: right;
}
@media screen and (max-width : 600px) {
  footer .copyright {
    text-align: center;
  }
}

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

404.php

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

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

single.php
投稿ページ

**********************/
/* 投稿内のcssは editor-style 記述 */
.single_article {
  margin: 4rem auto 5rem;
  padding: 2rem 4rem;
}
@media screen and (max-width : 600px) {
  .single_article {
    width: 100%;
  }
}
.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;
  background: #A8A8A9;
}
.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 dashed;
}
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;
  overflow: hidden;
}
dl.parts_post dd > div > p {
  padding: 0;
  max-height: 150px;
}
dl.parts_post dd > div > p a {
  max-height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width : 798px) {
  dl.parts_post dd > div > p a {
    height: auto;
  }
}
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;
  flex-direction: column;
  justify-content: space-between;
}
@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: 17px 0 27px;
  text-align: left;
}

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