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

Theme Name: seiryo_2025

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

   base

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

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

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

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 : 798px) {
  h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width : 600px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width : 460px) {
  h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 398px) {
  h2 {
    font-size: 3rem;
  }
}

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

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

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

title

**********************/
h3.ttl05::after, .ttl04::after, .ttl03::before, .ttl02::before, .ttl01::after {
  content: attr(data-label);
  display: block;
  letter-spacing: 0;
}

.ttl01 {
  padding-left: 0;
}
.ttl01::after {
  color: #b4d8e7;
  margin-top: 14px;
}

.bg_bl03 .ttl01::after {
  color: #fff;
}

.ttl01.pl1em::after {
  padding-left: 1em;
}

.ttl02 {
  padding-left: 0;
  color: #0E6EB8;
  letter-spacing: 0;
}
.ttl02::before {
  color: #000;
  margin-bottom: 14px;
}

.ttl03 {
  padding-left: 0;
  color: #fff;
  letter-spacing: 0;
}
.ttl03::before {
  color: #fff;
  margin-bottom: 14px;
}

.ttl04 {
  padding-left: 0;
  color: #fff;
  letter-spacing: 0;
}
.ttl04::after {
  color: #fff;
}

h3.ttl05 {
  color: #0E6EB8;
}
h3.ttl05::after {
  color: #00A1EA;
  font-weight: normal;
  margin-top: 6px;
}

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

display none

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

display
flex,grid,inline-block

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

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

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

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

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

.aic {
  align-items: center;
}

.ais {
  align-items: stretch;
}

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

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

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

.jcc {
  justify-content: center;
}

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

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

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

.grid02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
@media screen and (max-width : 1024px) {
  .grid02 {
    gap: 17px;
  }
}
@media screen and (max-width : 798px) {
  .grid02 {
    grid-template-columns: 1fr;
  }
}
.grid02 .post_item {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
}
@media screen and (max-width : 798px) {
  .grid02 .post_item {
    grid-template-columns: 150px 1fr;
    gap: 10px;
  }
}
.grid02 .post_item .post_item_in h3 {
  font-weight: normal;
}
@media screen and (max-width : 798px) {
  .grid02 .post_item .post_item_in h3 {
    padding: 5px 0 10px;
  }
}

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

button

**********************/
.more_btn a {
  display: block;
  border: 1px solid #fff;
  background-color: #0E6EB8;
  color: #fff;
  padding: 4px 24px;
  text-align: center;
  max-width: 155px;
  margin-top: 12px;
  letter-spacing: 0;
}
.more_btn a:hover {
  background-color: #fff;
  color: #0E6EB8;
  border: 1px solid #0E6EB8;
}

.more_btn03 a, .more_btn02 a {
  font-weight: 500;
  position: relative;
  padding: 14px 67px 14px 28px;
  transition: 0.3s ease-in-out;
  min-width: 240px;
  display: inline-block;
  text-align: left;
}
.more_btn03 a:after, .more_btn02 a:after {
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}

.more_btn02 a {
  background-color: #fff;
  border: 2px solid #0E6EB8;
  color: #0E6EB8;
}
.more_btn02 a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #0E6EB8;
  border-right: 2px solid #0E6EB8;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.more_btn02 a:hover {
  background: #b4d8e7;
}

.more_btn03 a {
  background-color: #EDF5FC;
  border: 2px solid #0E6EB8;
  color: #0E6EB8;
}
.more_btn03 a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #0E6EB8;
  border-right: 2px solid #0E6EB8;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.more_btn03 a:hover {
  background: #fff;
}

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

container
margin

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

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

.m1 {
  margin: 1rem;
}

.m2 {
  margin: 2rem;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

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

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

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

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

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

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pl0 {
  padding-left: 0;
}

.pr5 {
  padding-right: 5rem;
}

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

header

**********************/
#top-head {
  width: 100%;
  height: 155px;
  display: flex;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.5s;
  position: fixed;
}
@media screen and (max-width : 1260px) {
  #top-head {
    height: 90px;
  }
}
#top-head .inner {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width : 1260px) {
  #top-head .inner {
    width: 100%;
  }
}
#top-head .inner .h1_a {
  margin-left: -4em;
  padding: 8px 3em 8px 5em;
}
@media screen and (max-width : 798px) {
  #top-head .inner .h1_a {
    margin-left: -2em;
  }
}
#top-head .inner .h1_a img {
  width: 240px;
  margin-top: 4%;
}
@media screen and (max-width : 600px) {
  #top-head .inner .h1_a img {
    width: 180px;
    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: #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: #0E6EB8;
  }
}
#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;
  }
}

/* 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 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: #0E6EB8;
  position: fixed;
  z-index: 999;
  height: 60px;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  top: 0;
}
#top-head.HeightMin .h1_a {
  padding: 0 4rem;
  height: 60px;
}
@media screen and (max-width : 1260px) {
  #top-head.HeightMin .h1_a {
    display: flex;
    align-items: center;
    margin-left: -2rem;
  }
}
#top-head.HeightMin .h1_a img {
  width: 180px;
}
#top-head.HeightMin .head_address {
  display: none;
}

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

common

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

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

strong {
  font-weight: bold;
}

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

.fz14, .grid06 a h3 span::after, .grid05_a a h3 span::after, .grid05 h3 span::after, .grid03 li a h3 span::after, h3.ttl05::after {
  font-size: 1.4rem;
}
@media screen and (max-width : 600px) {
  .fz14, .grid06 a h3 span::after, .grid05_a a h3 span::after, .grid05 h3 span::after, .grid03 li a h3 span::after, h3.ttl05::after {
    font-size: 1.2rem;
  }
}

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

.fz18, .table dt, .news_grid .news_grid_ul li a h3, .ttl01::after, .ttl02::before, .ttl03::before, .ttl04::after, .grid02 .post_item .post_item_in h3 {
  font-size: 1.8rem;
}
@media screen and (max-width : 600px) {
  .fz18, .table dt, .news_grid .news_grid_ul li a h3, .ttl01::after, .ttl02::before, .ttl03::before, .ttl04::after, .grid02 .post_item .post_item_in h3 {
    font-size: 1.5rem;
  }
}

.fz22, .grid06 a h3, .grid05_a a h3, .grid05 h3, .grid03 li a h3 {
  font-size: 2.2rem;
}
@media screen and (max-width : 1300px) {
  .fz22, .grid06 a h3, .grid05_a a h3, .grid05 h3, .grid03 li a h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width : 600px) {
  .fz22, .grid06 a h3, .grid05_a a h3, .grid05 h3, .grid03 li a h3 {
    font-size: 1.6rem;
  }
}

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

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

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

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

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

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

.fz12em {
  font-size: 1.2em;
}

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

.tdu {
  text-decoration: underline;
}

.yl_marker {
  background-color: #fbfbb5;
}

.white {
  color: #fff;
}

.bl {
  color: #0E6EB8;
}

.mizu {
  color: #00A1EA;
}

.red {
  color: #ec2929;
}

.gray {
  color: #6B6B6B;
}

.bg_white {
  background-color: #fff;
}

.bg_bl {
  background: linear-gradient(140deg, rgb(0, 161, 234) 0%, rgb(14, 110, 184) 100%);
}

.bg_bl02 {
  background-color: #EDF5FC;
}

.bg_bl03 {
  background-color: #bfddf9;
}

.bg_change {
  background-color: #fff;
}
@media screen and (max-width : 798px) {
  .bg_change {
    background-color: #EDF5FC;
  }
}

.bg_halfbl {
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #EDF5FC 40%, #EDF5FC 100%);
}
@media screen and (max-width : 900px) {
  .bg_halfbl {
    background: #EDF5FC;
  }
}

.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;
  color: #000;
  border-bottom: 1px solid #b6b6b6;
}
@media screen and (max-width : 600px) {
  .breadcrumbs {
    padding: 1rem 2rem;
  }
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs a:hover {
  opacity: 1;
}
.breadcrumbs a span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}
.breadcrumbs a span:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  font-size: 1.4rem;
  color: #000;
}

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

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

keyframes

**********************/
@-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);
  }
}
@-webkit-keyframes more_btn_hover {
  0% {
    width: 2.4rem;
    right: 0;
  }
  100% {
    width: 0;
    right: -2.4rem;
  }
}
@keyframes more_btn_hover {
  0% {
    width: 2.4rem;
    right: 0;
  }
  100% {
    width: 0;
    right: -2.4rem;
  }
}
/**********************

front-page
mv

**********************/
.catchcopy {
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translate(0, -50%);
  font-size: 3em;
  text-shadow: 3px 3px 16px #000;
}
@media screen and (max-width : 798px) {
  .catchcopy {
    top: 60%;
    font-size: 2em;
  }
}
@media screen and (max-width : 600px) {
  .catchcopy {
    top: 70%;
    left: 1em;
    font-size: 1.4em;
  }
}

.news_grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2em;
  align-items: center;
}
@media screen and (max-width : 900px) {
  .news_grid {
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (max-width : 600px) {
  .news_grid {
    grid-template-columns: 1fr;
  }
}
.news_grid h2 {
  padding: 0;
  margin: 0;
}
.news_grid .news_grid_ul li a {
  display: flex;
  align-items: center;
  gap: 3em;
  padding: 12px 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}
.news_grid .news_grid_ul li a h3 {
  font-weight: normal;
  padding: 0;
}
.news_grid .news_grid_ul li a:hover {
  border-bottom: 1px solid #000;
  opacity: 1;
}

.bg_about {
  background-image: url(../img/bg_about.jpg);
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width : 798px) {
  .bg_about {
    background-image: url(../img/bg_about_sp.jpg);
    background-attachment: unset;
  }
}
.bg_about h2 {
  padding-left: 0;
  margin-bottom: 2rem;
}

.intro_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  margin-left: 12%;
}
@media screen and (max-width : 1300px) {
  .intro_grid {
    margin-left: 9%;
  }
}
@media screen and (max-width : 900px) {
  .intro_grid {
    grid-template-columns: 1fr;
    width: 84%;
    margin: 0 auto;
  }
}
@media screen and (max-width : 798px) {
  .intro_grid {
    width: 88%;
  }
}
@media screen and (max-width : 460px) {
  .intro_grid {
    width: 92%;
  }
}
.intro_grid .intro_grid_img {
  padding-top: 20em;
}
@media screen and (max-width : 900px) {
  .intro_grid .intro_grid_img {
    padding-top: 5em;
  }
}
@media screen and (max-width : 798px) {
  .intro_grid .intro_grid_img {
    padding-top: 3em;
  }
}

.grid03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 13px;
}
@media screen and (max-width : 798px) {
  .grid03 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 7px;
  }
}
.grid03 li a {
  display: block;
}
.grid03 li a img {
  border: 4px solid #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width : 798px) {
  .grid03 li a img {
    border: 0;
  }
}
.grid03 li a h3 {
  position: relative;
  padding: 12px 0;
}
.grid03 li a h3::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #00A1EA;
  border-right: 2px solid #00A1EA;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 27px;
  left: -5px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.grid03 li a h3 span {
  display: block;
  padding-left: 22px;
  transition: 0.3s ease-in-out;
}
.grid03 li a h3 span::after {
  content: attr(data-label);
  color: #b6b6b6;
  letter-spacing: 0;
  display: block;
  margin-top: 5px;
}
.grid03 li a:hover {
  opacity: 1;
}
.grid03 li a:hover img {
  border: 4px solid #0E6EB8;
}
@media screen and (max-width : 798px) {
  .grid03 li a:hover img {
    border: 0;
  }
}
.grid03 li a:hover h3 span {
  color: #0E6EB8;
}
.grid03 li a:hover h3::before {
  left: 0px;
}

.grid04 {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 38% 60%;
  gap: 2%;
}
@media screen and (max-width : 900px) {
  .grid04 {
    grid-template-columns: 1fr;
    gap: 5%;
    margin-bottom: 10rem;
  }
}

.grid05 {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 2em;
}
@media screen and (max-width : 1024px) {
  .grid05 {
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (max-width : 600px) {
  .grid05 {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 5rem;
  }
}
.grid05 img {
  border: 2px solid #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width : 600px) {
  .grid05 img {
    width: 65%;
  }
}
.grid05 h3 {
  position: relative;
  padding: 12px 0;
}
.grid05 h3::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #00A1EA;
  border-right: 2px solid #00A1EA;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 27px;
  left: -5px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.grid05 h3 span {
  display: block;
  padding-left: 22px;
  transition: 0.3s ease-in-out;
}
.grid05 h3 span::after {
  content: attr(data-label);
  color: #b6b6b6;
  letter-spacing: 0;
  display: block;
  margin-top: 5px;
}

.grid05_a a {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 2em;
}
@media screen and (max-width : 1024px) {
  .grid05_a a {
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (max-width : 600px) {
  .grid05_a a {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 5rem;
  }
}
.grid05_a a img {
  border: 2px solid #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width : 600px) {
  .grid05_a a img {
    width: 65%;
  }
}
.grid05_a a h3 {
  position: relative;
  padding: 12px 0;
}
.grid05_a a h3::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #00A1EA;
  border-right: 2px solid #00A1EA;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 27px;
  left: -5px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.grid05_a a h3 span {
  display: block;
  padding-left: 22px;
  transition: 0.3s ease-in-out;
}
.grid05_a a h3 span::after {
  content: attr(data-label);
  color: #b6b6b6;
  letter-spacing: 0;
  display: block;
  margin-top: 5px;
}
.grid05_a a:hover {
  opacity: 1;
}
.grid05_a a:hover img {
  border: 2px solid #0E6EB8;
}
.grid05_a a:hover h3 span {
  color: #0E6EB8;
}
.grid05_a a:hover h3::before {
  left: 0px;
}

.grid06 a {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 2em;
}
@media screen and (max-width : 1024px) {
  .grid06 a {
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (max-width : 600px) {
  .grid06 a {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 5rem;
  }
}
.grid06 a img {
  border: 2px solid #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width : 600px) {
  .grid06 a img {
    width: 65%;
  }
}
.grid06 a h3 {
  position: relative;
  padding: 12px 0;
}
.grid06 a h3::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #00A1EA;
  border-right: 2px solid #00A1EA;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 27px;
  left: -5px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.grid06 a h3 span {
  display: block;
  padding-left: 22px;
  transition: 0.3s ease-in-out;
}
.grid06 a h3 span::after {
  content: attr(data-label);
  color: #b6b6b6;
  letter-spacing: 0;
  display: block;
  margin-top: 5px;
}
.grid06 a:hover {
  opacity: 1;
}
.grid06 a:hover img {
  border: 2px solid #0E6EB8;
}
.grid06 a:hover h3 span {
  color: #0E6EB8;
}
.grid06 a:hover h3::before {
  left: 0px;
}

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

parts recruit

**********************/
.bg_recruit {
  background-image: url(../img/bg_recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width : 798px) {
  .bg_recruit {
    background-image: url(../img/bg_recruit_sp.jpg);
    background-attachment: unset;
  }
}

.white_box {
  background-color: #fff;
  padding: 5em 5em 12em;
  width: 57%;
}
@media screen and (max-width : 798px) {
  .white_box {
    width: 100%;
    padding: 5em 3em 8em;
  }
}
.white_box h3 {
  padding: 10px 0;
}

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

parts cv

**********************/
.bg_cv {
  background-image: url(../img/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width : 798px) {
  .bg_cv {
    background-image: url(../img/bg_contact_sp.jpg);
    background-attachment: unset;
  }
}
.bg_cv h2 {
  margin: 2rem 0 0;
}

.cv_btnlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
  width: 90%;
  margin: 6rem auto 3rem;
}
@media screen and (max-width : 600px) {
  .cv_btnlist {
    width: 100%;
    gap: 1em;
    margin: 5rem auto 3rem;
  }
}
@media screen and (max-width : 600px) {
  .cv_btnlist {
    grid-template-columns: 1fr;
  }
}
.cv_btnlist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.2em;
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width : 600px) {
  .cv_btnlist li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
  }
}
.cv_btnlist li a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.cv_btnlist li a.cv_btnlist_tel::before {
  background-image: url(../img/icon/tel.svg);
  width: 33px;
  height: 33px;
}
.cv_btnlist li a.cv_btnlist_mail::before {
  background-image: url(../img/icon/mail.svg);
  width: 37px;
  height: 27px;
}

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

page共通

**********************/
.bg_top {
  background: #fff;
  padding: 2rem 0;
}
.bg_top h2.page_ttl {
  font-size: 4.5rem;
  color: #fff;
  text-align: center;
  padding: 24rem 4rem 10rem;
}
@media screen and (max-width : 798px) {
  .bg_top h2.page_ttl {
    padding: 10rem 4rem;
    font-size: 4rem;
  }
}
@media screen and (max-width : 600px) {
  .bg_top h2.page_ttl {
    font-size: 3.8rem;
  }
}
@media screen and (max-width : 460px) {
  .bg_top h2.page_ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 398px) {
  .bg_top h2.page_ttl {
    font-size: 3rem;
  }
}
.bg_top h2.page_ttl::after {
  content: attr(data-label);
  display: block;
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 1px;
  font-weight: normal;
}

.bg_page10, .bg_page09, .bg_page08, .bg_page07, .bg_page06, .bg_page05, .bg_page04, .bg_page03, .bg_page02, .bg_page01 {
  background: center center/cover no-repeat;
}
@media screen and (max-width : 798px) {
  .bg_page10, .bg_page09, .bg_page08, .bg_page07, .bg_page06, .bg_page05, .bg_page04, .bg_page03, .bg_page02, .bg_page01 {
    width: 100%;
    height: 350px;
    margin: 0;
  }
}
@media screen and (max-width : 460px) {
  .bg_page10, .bg_page09, .bg_page08, .bg_page07, .bg_page06, .bg_page05, .bg_page04, .bg_page03, .bg_page02, .bg_page01 {
    height: 250px;
  }
}

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

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

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

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

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

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

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

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

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

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

.grid06 {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 5%;
  align-items: center;
}
@media screen and (max-width : 798px) {
  .grid06 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.grid06_reverse {
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 5%;
  align-items: center;
}
@media screen and (max-width : 798px) {
  .grid06_reverse {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width : 798px) {
  .grid06_reverse .order01 {
    order: 1;
  }
}
@media screen and (max-width : 798px) {
  .grid06_reverse .order02 {
    order: 2;
  }
}

.grid07 {
  display: grid;
  grid-template-columns: 32% 1fr;
  gap: 5%;
}
@media screen and (max-width : 798px) {
  .grid07 {
    grid-template-columns: 1fr;
    gap: 3%;
  }
}
@media screen and (max-width : 798px) {
  .grid07 > div {
    order: 2;
  }
}
@media screen and (max-width : 798px) {
  .grid07 > dl {
    order: 1;
  }
}
@media screen and (max-width : 798px) {
  .grid07 > dl dt {
    margin-bottom: 1em;
  }
}

.grid08 {
  display: grid;
  grid-template-columns: 1fr 32%;
  gap: 5%;
}
@media screen and (max-width : 798px) {
  .grid08 {
    grid-template-columns: 1fr;
    gap: 3%;
  }
}
@media screen and (max-width : 798px) {
  .grid08 .grid08_txt {
    order: 2;
  }
}
@media screen and (max-width : 798px) {
  .grid08 .grid08_img {
    order: 1;
  }
}
@media screen and (max-width : 798px) {
  .grid08 .grid08_img img {
    width: 50%;
  }
}

.grid09 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.grid10 {
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 5%;
}
@media screen and (max-width : 798px) {
  .grid10 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.grid11 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (max-width : 798px) {
  .grid11 {
    gap: 7px;
  }
}

.dl01 dt {
  font-weight: bold;
  color: #0E6EB8;
  margin-bottom: 1em;
}
@media screen and (max-width : 798px) {
  .dl01 dt {
    margin-bottom: 0;
  }
}
.dl01 dd {
  line-height: 1.8;
  text-align: justify;
}
.dl01.no01 dt {
  display: flex;
  align-items: center;
}
.dl01.no01 dt::before {
  content: attr(data-label);
  color: #b4d8e7;
  font-size: 3em;
  margin-right: 12px;
}
.dl01.no01 dt span {
  color: #0E6EB8;
}

.bg_page_about {
  background-image: url(../img/page/bg_page_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width : 798px) {
  .bg_page_about {
    background-image: url(../img/page/bg_page_about_sp.jpg);
    background-attachment: unset;
  }
}

.bg_page_recruit {
  background-image: url(../img/page/bg_page_recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width : 798px) {
  .bg_page_recruit {
    background-image: url(../img/page/bg_page_recruit_sp.jpg);
    background-attachment: unset;
  }
}

.bg_page_company {
  background-image: url(../img/page/bg_page_company.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width : 798px) {
  .bg_page_company {
    background-image: url(../img/page/bg_page_company_sp.jpg);
    background-attachment: unset;
  }
}

.white_box02 {
  margin: 0 auto;
  background-color: #fff;
  padding: 6em 8em 10em;
}
@media screen and (max-width : 798px) {
  .white_box02 {
    padding: 2em 3em 5em;
  }
}

.white_box03 {
  background-color: #fff;
  padding-right: 5rem;
}
@media screen and (max-width : 798px) {
  .white_box03 {
    padding-right: 0;
  }
}
@media screen and (max-width : 798px) {
  .white_box03 dl {
    padding: 2rem;
  }
}
@media screen and (max-width : 798px) {
  .white_box03 dl dt {
    margin-bottom: 1rem;
  }
}

.box01 {
  background-color: #fff;
  border: 1px solid #00A1EA;
  padding: 0 4em 4em;
  margin: 5rem auto 0;
}
@media screen and (max-width : 600px) {
  .box01 {
    padding: 2em 4em 4em;
  }
}

.ul_list {
  background-color: #EDF5FC;
  padding: 2em;
}
.ul_list li {
  line-height: 1.8;
}
.ul_list li::before {
  content: "";
  background: #00A1EA;
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 5px;
}

.view_point01 {
  background-image: url(../img/bg_about.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 320px 0;
}
@media screen and (max-width : 798px) {
  .view_point01 {
    background-image: url(../img/bg_about_sp.jpg);
    background-attachment: unset;
  }
}

.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: #0E6EB8;
  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: #0E6EB8;
  }
}
.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 dt, .table02 dd {
  padding: 12px 0;
}
@media screen and (max-width : 600px) {
  .table02 dt, .table02 dd {
    padding: 12px;
  }
}
.table02 dt {
  color: #0E6EB8;
  font-weight: bold;
  border-right: 1px solid #0E6EB8;
  text-align: center;
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.5rem;
}
@media screen and (max-width : 1300px) {
  .table02 dt {
    font-size: 2.1rem;
  }
}
@media screen and (max-width : 600px) {
  .table02 dt {
    font-size: 1.6rem;
  }
}
.table02 dd {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 2.4em;
}
@media screen and (max-width : 600px) {
  .table02 dd {
    padding-left: 12px;
  }
}

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

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

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

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

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

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

カテゴリー名取得

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

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

footer

**********************/
footer .foot_grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 10em;
}
@media screen and (max-width : 900px) {
  footer .foot_grid {
    grid-template-columns: 1fr;
    gap: 6em;
  }
}
footer .foot_grid h3, footer .foot_grid a {
  font-size: 15px;
}
@media screen and (max-width : 900px) {
  footer .foot_grid .foot_addbox {
    order: 2;
  }
}
footer .foot_grid .foot_addbox .footer_logo a {
  display: block;
  max-width: 220px;
}
footer .foot_grid .foot_navbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media screen and (max-width : 1024px) {
  footer .foot_grid .foot_navbox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width : 900px) {
  footer .foot_grid .foot_navbox {
    order: 1;
  }
}
@media screen and (max-width : 798px) {
  footer .foot_grid .foot_navbox {
    display: block;
  }
}
footer .foot_grid .foot_navbox h3 > a:hover {
  opacity: 1;
  color: #0E6EB8;
}
footer .foot_grid .foot_navbox ul li a {
  display: block;
  position: relative;
  padding: 5px 0 5px 1em;
}
@media screen and (max-width : 798px) {
  footer .foot_grid .foot_navbox ul li a {
    padding: 10px 0 10px 1em;
  }
}
footer .foot_grid .foot_navbox ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #00A1EA;
  border-right: 2px solid #00A1EA;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -5px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
footer .foot_grid .foot_navbox ul li a:hover {
  text-decoration: underline;
  opacity: 1;
  color: #0E6EB8;
}

.copyright {
  color: #6B6B6B;
  font-size: 15px;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width : 798px) {
  .copyright {
    text-align: center;
  }
}

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

404.php

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

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

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

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

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

single.php
投稿ページ

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

.description_box {
  background-color: #EDF5FC;
  padding: 3em;
}
.description_box h3 {
  margin-top: 0;
}

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

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

.Label {
  padding: 1em;
  display: block;
  color: #fff;
  background: #0E6EB8;
}

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

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

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

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

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

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

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

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

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

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

dl.parts_post dt {
  padding: 20px 0 12px;
  position: relative;
  border-bottom: 2px solid #0E6EB8;
  color: #0E6EB8;
}
dl.parts_post dd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
  margin-bottom: 7rem;
}
dl.parts_post dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width : 1024px) {
  dl.parts_post dd {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media screen and (max-width : 600px) {
  dl.parts_post dd {
    gap: 12px;
  }
}
dl.parts_post dd > div {
  display: flex;
  flex-direction: column;
  text-align: right;
}
dl.parts_post dd > div > p {
  padding: 0;
}
dl.parts_post dd > div > p a {
  display: flex;
  align-items: center;
  max-height: 200px;
  overflow: hidden;
}
dl.parts_post dd > div > div {
  height: 100%;
  background-color: #EDF5FC;
}
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;
  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;
}
@media screen and (max-width : 600px) {
  .form__wrap {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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