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

Theme Name: yoshida_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: 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, .table dt {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.aic {
  align-items: center;
}

.ais {
  align-items: stretch;
}

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

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

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

.jcc {
  justify-content: center;
}

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

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

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

/* 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_btn03, .more_btn02, .more_btn {
  width: 340px;
  margin: 5rem auto 0;
}
@media screen and (max-width : 600px) {
  .more_btn03, .more_btn02, .more_btn {
    width: 100%;
  }
}
.more_btn03 a, .more_btn02 a, .more_btn a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 1.3em 2.5em;
  position: relative;
}
.more_btn03 a:before, .more_btn02 a:before, .more_btn a:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(50%);
  width: 2.4rem;
  height: 1px;
  content: "";
  transition: all 0.3s;
  background: #fff;
}
.more_btn03 a:hover, .more_btn02 a:hover, .more_btn a:hover {
  opacity: 1;
}
.more_btn03 a:hover::before, .more_btn02 a:hover::before, .more_btn a:hover::before {
  -webkit-animation: more_btn_hover 0.5s linear forwards;
          animation: more_btn_hover 0.5s linear forwards;
}

.more_btn a {
  background: linear-gradient(90deg, rgb(12, 83, 152) 0%, rgb(9, 29, 78) 100%);
}

.more_btn02 a {
  background: linear-gradient(140deg, rgb(104, 195, 241) 0%, rgb(1, 127, 191) 100%);
}

.more_btn03 {
  margin: 0;
}
@media screen and (max-width : 798px) {
  .more_btn03 {
    margin: 5rem auto 0;
  }
}
.more_btn03 a {
  color: #000;
  border: 1px solid #000;
}
.more_btn03 a:before {
  background-color: #000;
}

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

container
margin

**********************/
.container {
  width: 81%;
  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;
}

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

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

header

**********************/
#top-head {
  width: 100%;
  height: 155px;
  display: flex;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.5s;
  position: fixed;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width : 1260px) {
  #top-head {
    height: 90px;
  }
}
#top-head .inner {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width : 1260px) {
  #top-head .inner {
    width: 100%;
  }
}
#top-head .inner .h1_a {
  margin-left: -4em;
  padding: 8px 3em 8px 5em;
}
@media screen and (max-width : 798px) {
  #top-head .inner .h1_a {
    margin-left: -2em;
  }
}
#top-head .inner .h1_a img {
  width: 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 .head_address {
  display: flex;
  justify-content: flex-end;
  gap: 4em;
  padding-bottom: 20px;
}
@media screen and (max-width : 1260px) {
  #top-head .inner .head_address {
    display: none;
  }
}
#top-head .inner .head_address p {
  color: #fff;
  font-size: 14px;
}
#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: #091D4E;
  }
}
#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);
  }
}

.side_link {
  position: fixed;
  bottom: 0;
  right: 0;
  min-width: 50px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background: #091D4E;
  z-index: 10000;
}
@media screen and (max-width : 798px) {
  .side_link {
    min-width: unset;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 0;
    border-bottom: 0;
  }
}
.side_link li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width : 798px) {
  .side_link li:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid #fff;
  }
}
.side_link li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  padding: 20px 12px;
}
@media screen and (max-width : 798px) {
  .side_link li a {
    writing-mode: unset;
    line-height: unset;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

/* 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: #091D4E;
  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;
  }
}

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

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

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

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

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

.fz25, .Label {
  font-size: 2.5rem;
}
@media screen and (max-width : 1300px) {
  .fz25, .Label {
    font-size: 2.1rem;
  }
}
@media screen and (max-width : 600px) {
  .fz25, .Label {
    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 {
  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;
  }
}

.fz12em {
  font-size: 1.2em;
}

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

.tdu {
  text-decoration: underline;
}

.yl_marker {
  background-color: #FCFF99;
}

.white {
  color: #fff;
}

.yl {
  color: #F7FF00;
}

.dp_bl {
  color: #091D4E;
}

.bl {
  color: #044184;
}

.mizu {
  color: #017FBF;
}

.gray {
  color: #909090;
}

.bg_white {
  background-color: #fff;
}

.bg_gray {
  background-color: #F5F5F5;
}

.bg_bl {
  background-color: #EBF4FF;
}

.bg_bl02 {
  background-color: #044184;
}
@media screen and (max-width : 600px) {
  .bg_bl02.change_dp_bl {
    background-color: #091D4E;
  }
}

.bg_dp_bl {
  background-color: #091D4E;
}
@media screen and (max-width : 600px) {
  .bg_dp_bl.change_bl02 {
    background-color: #044184;
  }
}

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

.mincho {
  font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

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

.youtube {
  width: 72%;
  margin: 9rem auto 5rem;
  aspect-ratio: 16/9;
}
@media screen and (max-width : 600px) {
  .youtube {
    width: 100%;
    margin: 3rem auto 2rem;
  }
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
  height: 0;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

**********************/
.mv {
  display: grid;
  grid-template-columns: 45% 55%;
  height: 100vh;
}
@media screen and (max-width : 1024px) {
  .mv {
    height: 70vh;
  }
}
@media screen and (max-width : 600px) {
  .mv {
    height: unset;
    display: block;
  }
}
.mv .mv01 {
  background: linear-gradient(140deg, rgb(12, 83, 152) 0%, rgb(9, 29, 78) 100%);
}
.mv .mv01 .catch_copy {
  padding-bottom: 3em;
  padding-left: 1em;
  font-size: 2em;
  line-height: 1.8;
}
.mv .mv01 .slider_box {
  padding-left: 10%;
  margin-right: -4vw;
  padding-top: 220px;
}
@media screen and (max-width: 1300px) {
  .mv .mv01 .slider_box {
    padding-top: 200px;
  }
}
@media screen and (max-width : 1024px) {
  .mv .mv01 .slider_box {
    padding-top: 150px;
  }
}
@media screen and (max-width : 600px) {
  .mv .mv01 .slider_box {
    padding-bottom: 7em;
    padding-left: 0;
    margin-right: 0;
  }
}
.mv .mv01 .slider_box .slider img {
  width: 100%;
}
.mv .mv02 {
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 2em 2em 8em;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width : 900px) {
  .mv .mv02 {
    padding: 2em;
  }
}
@media screen and (max-width : 600px) {
  .mv .mv02 {
    display: none;
  }
}

.lead_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
@media screen and (max-width : 600px) {
  .lead_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lead_box li {
  padding: 2em;
}
.lead_box li:nth-child(odd) {
  background-color: #091D4E;
}
.lead_box li:nth-child(even) {
  background-color: #044184;
}
.lead_box li p {
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  display: table;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width : 798px) {
  .lead_box li p {
    font-size: 1.2em;
  }
}
@media screen and (max-width : 600px) {
  .lead_box li p {
    font-size: 1em;
  }
}

.grid_box {
  display: grid;
  grid-template-columns: 50% 46%;
  gap: 5%;
  align-items: end;
}
@media screen and (max-width : 798px) {
  .grid_box {
    grid-template-columns: 50% 48%;
    gap: 2%;
  }
}
@media screen and (max-width : 600px) {
  .grid_box {
    grid-template-columns: 1fr;
  }
}

.service_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width : 600px) {
  .service_grid {
    grid-template-columns: 1fr;
  }
}
.service_grid > dl {
  padding: 4em 10em;
}
@media screen and (max-width : 900px) {
  .service_grid > dl {
    padding: 3em 6em;
  }
}
@media screen and (max-width : 798px) {
  .service_grid > dl {
    padding: 3em;
  }
}
.service_grid div.vertical {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 17px;
  padding: 4em 6em;
}
@media screen and (max-width : 798px) {
  .service_grid div.vertical {
    grid-template-columns: 1fr;
    align-items: unset;
    padding: 3em;
  }
}
@media screen and (max-width : 798px) {
  .service_grid div.vertical div {
    order: 2;
  }
}
@media screen and (max-width : 798px) {
  .service_grid div.vertical dl {
    order: 1;
  }
}
.service_grid dt {
  font-size: 2.6em;
  text-align: center;
}

.white_box {
  border: 1px solid #091D4E;
  background-color: #fff;
  padding: 6rem;
}
@media screen and (max-width : 900px) {
  .white_box {
    padding: 4rem 4rem 6rem;
  }
}
@media screen and (max-width : 600px) {
  .white_box {
    padding: 1rem 3rem 4rem;
  }
}

.grid_box02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 3.2rem;
}
@media screen and (max-width : 600px) {
  .grid_box02 {
    grid-template-columns: 1fr;
  }
}
.grid_box02 dl dt {
  font-size: 2em;
  margin: 1em 0;
}
@media screen and (max-width : 600px) {
  .grid_box02 dl dt {
    margin: 12px 0;
  }
}

.bg_message {
  background-image: url(../img/bg_message02.png), url(../img/bg_message01.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, left top;
}
@media screen and (max-width : 1024px) {
  .bg_message {
    background-size: 100%, 50%;
  }
}

.message_catch {
  background-image: url(../img/bg_message_catch.png);
  background-repeat: no-repeat;
  background-position: left bottom -17px;
  background-size: contain;
  font-size: 2.6rem;
  text-shadow: 3px 1px 12px #fff;
  margin: 2em 0;
}
@media screen and (max-width : 600px) {
  .message_catch {
    text-align: center;
  }
}
.message_catch.message_catch_page {
  font-size: 3rem;
}

.ol_list li {
  background-color: #fff;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 240px 1fr;
}
@media screen and (max-width : 1024px) {
  .ol_list li {
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (max-width : 600px) {
  .ol_list li {
    grid-template-columns: 1fr;
    margin-bottom: 2em;
    background-color: unset;
  }
}
.ol_list li > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background: linear-gradient(140deg, rgb(12, 83, 152) 0%, rgb(9, 29, 78) 100%);
  align-items: center;
  padding: 22px 28px 24px 0;
}
@media screen and (max-width : 1024px) {
  .ol_list li > div {
    padding: 12px 22px 14px 0;
  }
}
@media screen and (max-width : 600px) {
  .ol_list li > div {
    display: flex;
    gap: 1em;
    padding-left: 1.8em;
  }
}
.ol_list li > div p {
  font-size: 40px;
  font-family: ui-serif;
  text-align: center;
}
@media screen and (max-width : 600px) {
  .ol_list li > div img {
    max-width: 50px;
  }
}
.ol_list li dl {
  padding: 3rem;
}
@media screen and (max-width : 1024px) {
  .ol_list li dl {
    padding: 2.2rem;
  }
}
@media screen and (max-width : 600px) {
  .ol_list li dl {
    background-color: #fff;
  }
}
.ol_list li dl dt {
  font-size: 1.4em;
}

.bg_recruit {
  background-image: url(../img/bg_recruit01.png);
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width : 1024px) {
  .bg_recruit {
    background-size: 60%;
  }
}

.grid_box03 {
  display: grid;
  grid-template-columns: 55% 40%;
  gap: 5%;
  align-items: end;
}
@media screen and (max-width : 600px) {
  .grid_box03 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width : 600px) {
  .grid_box03 div:first-child {
    order: 2;
  }
}
@media screen and (max-width : 600px) {
  .grid_box03 div:last-child {
    order: 1;
    text-align: right;
  }
}
@media screen and (max-width : 600px) {
  .grid_box03 div:last-child img {
    width: 42%;
  }
}

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

parts cv

**********************/
.bg_cv {
  background-image: url(../img/bg_cv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg_cv h2 {
  margin: 2rem 0 0;
}

.cv_btnlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
  width: 90%;
  margin: 12rem 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: block;
  padding: 1.4em;
  border: 1px solid #fff;
  background-color: #091D4E;
  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;
  }
}
.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.png);
  width: 19px;
  height: 33px;
}
.cv_btnlist li a.cv_btnlist_mail::before {
  background-image: url(../img/icon/mail.png);
  width: 31px;
  height: 21px;
}

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

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

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

.grid_box05 {
  display: grid;
  grid-template-columns: 55% 40%;
  gap: 3%;
  align-items: center;
}
@media screen and (max-width : 900px) {
  .grid_box05 {
    grid-template-columns: 1fr;
  }
}
.grid_box05 h3 {
  padding: 0;
  line-height: 1.4;
}

@media screen and (max-width : 900px) {
  .grid_box05.tb_mb {
    margin-bottom: 8em;
  }
}

.grid_box06 {
  display: grid;
  grid-template-columns: 40% 55%;
  gap: 3%;
  align-items: center;
}
@media screen and (max-width : 900px) {
  .grid_box06 {
    grid-template-columns: 1fr;
  }
}
.grid_box06 h3 {
  padding: 0;
  line-height: 1.4;
}
@media screen and (max-width : 900px) {
  .grid_box06 > div:first-child {
    order: 2;
  }
}
@media screen and (max-width : 900px) {
  .grid_box06 > div:last-child {
    order: 1;
  }
}

@media screen and (max-width : 900px) {
  .grid_box06.tb_mb {
    margin-bottom: 8em;
  }
}

.grid_box07 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em;
}
@media screen and (max-width : 798px) {
  .grid_box07 {
    grid-template-columns: 1fr;
    gap: 8em;
  }
}
.grid_box07 div {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 12px;
}
.grid_box07 dl dt {
  margin: 1em 0;
}

.grid_box08 {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 3em;
  padding-bottom: 5em;
  border-bottom: 1px solid #044184;
}
@media screen and (max-width : 900px) {
  .grid_box08 {
    grid-template-columns: 1fr;
    padding-bottom: 3em;
  }
}
.grid_box08 img {
  width: 100%;
}
@media screen and (max-width : 900px) {
  .grid_box08 img {
    width: 220px;
  }
}
@media screen and (max-width : 460px) {
  .grid_box08 img {
    width: 160px;
  }
}

.grid_box09 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  align-items: center;
  justify-content: center;
}

.toggle {
  display: none;
}

.Label {
  padding: 1em;
  display: block;
  color: #fff;
  background: #044184;
  line-height: 1.4;
}
.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;
  transition: all 0.3s;
}

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

.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: #091D4E;
  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: #091D4E;
  }
}
.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 {
  width: 87%;
  margin: 5rem auto 0;
}
@media screen and (max-width : 900px) {
  .table02 {
    width: 100%;
    margin: 3rem auto;
  }
}
.table02 dt {
  width: 30%;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 1.8rem;
  color: #091D4E;
}
.table02 dt:not(:last-of-type) {
  border-bottom: 1px solid #091D4E;
}
@media screen and (max-width : 600px) {
  .table02 dt {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid;
    background-color: unset;
    color: #091D4E;
  }
}
.table02 dd {
  width: 70%;
  text-align: left;
  padding: 2.4rem;
}
.table02 dd:not(:last-of-type) {
  border-bottom: 1px solid #091D4E;
}
@media screen and (max-width : 600px) {
  .table02 dd:not(:last-of-type) {
    border-bottom: none;
  }
}
@media screen and (max-width : 600px) {
  .table02 dd {
    margin-bottom: 10px;
    width: 100%;
    padding: 1rem;
  }
}

.faq dd, .faq dt {
  position: relative;
  line-height: 1.8;
}
.faq dd::before, .faq dt::before {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  margin: 0 10px;
  color: #fff;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.8rem;
}

.faq {
  margin: 3rem 0;
  padding: 0 2em 2em;
  background-color: #fff;
}
@media screen and (max-width : 600px) {
  .faq {
    padding: 0 0 2em;
  }
}
.faq dt {
  padding: 2em 1em 0em 4em;
  font-weight: bold;
  font-size: 1.8rem;
}
.faq dt::before {
  content: "Q";
  background: #091D4E;
}
.faq dd {
  padding: 1.4em 1em 0em 4em;
  margin-bottom: 1rem;
}
.faq dd::before {
  content: "A";
  background: #044184;
  top: 1.1em;
}

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

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

**********************/
.post_item .post_item_img a {
  display: block;
  overflow: hidden;
  height: 16em;
}
@media screen and (max-width : 600px) {
  .post_item .post_item_img a {
    height: 10em;
  }
}
.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;
  }
}
.post_item02 .post_tiem02_img a {
  display: block;
  overflow: hidden;
  max-height: 10em;
}
.post_item02 .post_item02_in {
  padding-top: 10px;
}
@media screen and (max-width : 600px) {
  .post_item02 .post_item02_in {
    padding-top: 0;
  }
}
.post_item02 .post_item02_in > a {
  display: block;
  height: 100%;
}
.post_item02 .post_item02_in > a h3 {
  font-size: 1.8rem;
  padding: 20px 0 40px;
  margin: 0;
  transition: all 0.3s;
}
@media screen and (max-width : 798px) {
  .post_item02 .post_item02_in > a h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width : 600px) {
  .post_item02 .post_item02_in > a h3 {
    margin-top: 4px;
    text-align: justify;
    padding: 8px 0;
  }
}
@media screen and (max-width : 460px) {
  .post_item02 .post_item02_in > a h3 {
    font-size: 1em;
  }
}

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

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

カテゴリー名取得

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

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

footer

**********************/
footer {
  background-color: #091D4E;
  padding-top: 10rem;
}
@media screen and (max-width : 798px) {
  footer {
    padding-bottom: 75px;
  }
}
footer .container > div {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 10em;
}
@media screen and (max-width : 1024px) {
  footer .container > div {
    gap: 6em;
  }
}
@media screen and (max-width : 798px) {
  footer .container > div {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width : 1024px) {
  footer .container > div > div:first-child {
    order: 2;
  }
}
@media screen and (max-width : 1024px) {
  footer .container > div > div:last-child {
    order: 1;
  }
}
footer a {
  display: block;
  color: #fff;
}
footer p {
  color: #fff;
}
footer address p {
  font-size: 15px;
}
footer .footer_snslist {
  display: flex;
  gap: 15px;
}
footer .footer_snslist li a {
  width: 32px;
  height: 32px;
}
footer .foot_navbox {
  display: flex;
  gap: 7rem;
  padding-top: 1em;
}
@media screen and (max-width : 798px) {
  footer .foot_navbox {
    gap: 4rem;
  }
}
@media screen and (max-width : 460px) {
  footer .foot_navbox {
    display: block;
  }
}
footer .foot_navbox ul li a {
  display: block;
  font-size: 15px;
  line-height: 2.4;
}
footer .copyright {
  font-weight: 300;
}

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

404.php

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

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

category-case
category
カテゴリーページ

**********************/
.cat_nav {
  margin-bottom: 4em;
}
.cat_nav ul {
  display: flex;
}
.cat_nav ul li {
  display: flex;
}
.cat_nav ul li a {
  border: 1px solid #044184;
  color: #044184;
  padding: 6px 24px;
  margin-right: 0.5em;
}
.cat_nav ul li a:hover {
  opacity: 1;
  background-color: #EBF4FF;
}

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

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: #091D4E;
  font-size: clamp(2.6rem, 2.345rem + 1.27vw, 3.3rem);
  background-color: #EBF4FF;
}
.single_article h3 {
  padding: 0;
  margin: 2.8rem 0 2.2rem;
  color: #044184;
  font-size: clamp(2.5rem, 2.345rem + 1vw, 3rem);
}
.single_article h4 {
  padding: 0;
  margin: 1.5rem 0;
}
.single_article a {
  text-decoration: underline;
  color: #044184;
}

/* 目次 */
.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: #fff;
  border: 1px solid #091D4E;
  color: #091D4E;
}
.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 #044184;
  color: #044184;
}
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: #EBF4FF;
}
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;
}

/* お問い合わせフォームのテンプレート */
.mw_wp_form {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
  padding: 0.5em 1em;
  background: #f5f5f5;
}

.mw_wp_form input {
  height: 52px;
  line-height: 52px;
}

.mw_wp_form dt {
  color: #044184;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 52px;
}

.mw_wp_form dd {
  margin-bottom: 16px;
}

.recruit_btn {
  position: relative;
  display: block;
  width: 90%;
  max-width: 560px;
  height: 100px;
  margin: 40px auto 0;
  color: #fff;
  background: linear-gradient(140deg, rgb(104, 195, 241) 0%, rgb(1, 127, 191) 100%);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 100px;
  text-align: center;
}

.submit_btn {
  position: relative;
  display: block;
  width: 90%;
  max-width: 560px;
  height: 100px;
  margin: 40px auto 0;
  color: #fff;
  background: linear-gradient(90deg, rgb(12, 83, 152) 0%, rgb(9, 29, 78) 100%);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 100px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .mw_wp_form dl {
    display: flex;
    flex-wrap: wrap;
  }
  .mw_wp_form dt {
    width: 27%;
    text-align: right;
  }
  .mw_wp_form dd {
    width: 73%;
    padding-left: 24px;
  }
}
/*# sourceMappingURL=style.css.map */