@charset "UTF-8";
/*
theme: ディーゼルマイスター
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
  font-size: 18px;
  line-height: 2;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  list-style: none;
  color: #000;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
}
main {
  flex: 1;
  background-color: #0049BA;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
  vertical-align: top;
  width: 100%;
}
sup {
  vertical-align: super !important;
  font-size: smaller !important;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #000;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #000;
  text-shadow: none;
}
.main-u-page {
  padding-top: 125px;
  background-color: #fff;
}
#news, #greeting, #organization, #activity {
  padding-top: 120px;
  margin-top: -120px;
}
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1200-width {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1100-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-80-padding {
  padding: 80px 0;
}
.common-60-padding {
  padding: 60px 0;
}
.bottom-120-margin {
  margin-bottom: 120px;
}
.bottom-80-margin {
  margin-bottom: 80px;
}
.bottom-60-margin {
  margin-bottom: 60px;
}
.bottom-46-margin {
  margin-bottom: 46px;
}
.bottom-32-margin {
  margin-bottom: 32px;
}
.bottom-24-margin {
  margin-bottom: 24px;
}
.bottom-16-margin {
  margin-bottom: 16px;
}
.bottom-8-margin {
  margin-bottom: 8px;
}
.pc_none {
  display: none !important;
}
.common-title__wrap {
  display: flex;
  align-items: baseline;
  gap: 0 16px;
  margin-bottom: 60px;
}
.common-title__wrap span {
  font-family: "Jost", sans-serif;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 50px;
}
.common-title__wrap h2 {
  font-size: 21px;
  color: #fff;
  font-weight: 500;
}
.common-title__wrap._blue span {
  color: #0049BA;
}
.common-title__wrap._blue h2 {
  color: #0049BA;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    padding-top: 80px;
  }
  #news, #greeting, #organization, #activity {
    padding-top: 80px;
    margin-top: -80px;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
    font-size: 15px;
  }
  .common-120-padding {
    padding: 60px 0;
  }
  .common-80-padding {
    padding: 60px 0;
  }
  .common-title__wrap {
    margin-bottom: 46px;
    flex-direction: column;
  }
  .common-title__wrap span {
    font-size: 40px;
  }
  .common-title__wrap h2 {
    font-size: 18px;
  }
  .bottom-120-margin {
    margin-bottom: 80px;
  }
  .bottom-80-margin {
    margin-bottom: 60px;
  }
  .bottom-60-margin {
    margin-bottom: 46px;
  }
  .bottom-46-margin {
    margin-bottom: 32px;
  }
  .bottom-32-margin {
    margin-bottom: 24px;
  }
  .bottom-24-margin {
    margin-bottom: 16px;
  }
  .bottom-16-margin {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {}
/* グローバルナビ

* --------------------------------------- */
.global-nav__list {
  display: flex;
  width: 100%;
  margin-left: auto;
  gap: 0 32px;
  align-items: center;
}
.hamburger {
  display: none;
  width: 100%;
}
.global-nav__item {
  text-align: center;
}
.global-nav__item a {
  padding: 34px 0;
  color: #fff;
}
.global-nav {
  display: flex;
  position: relative;
  margin-left: 30px;
}
.header-global__wrap {
  position: fixed;
  width: 100%;
  z-index: 200;
  min-height: 100px;
  top: 0;
}
.global-nav__logo a img {
  width: 200px;
}
.sidebarMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 46px;
  background: #fff;
  min-height: 100px;
  background-color: #0049BA;
}
.global-nav__btn li._contact a {
  color: #003689;
  padding: 8px 46px;
  background-color: #fff;
  text-align: center;
  font-size: 15px;
}
.global-nav__btn{
	    padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .global-nav__item a {
    font-size: 15px;
  }
  .global-nav__list {
    gap: 0 24px;
  }
  .global-nav__btn li._contact a {
    padding: 8px 24px;
    font-size: 14px;
  }
  .sidebarMenu {
    padding: 0 32px;
  }
  .global-nav__logo a img {
    width: 133px;
  }
  .global-nav__logo a img {
    width: 160px;
  }
}
@media screen and (max-width: 1100px) {}
@media screen and (max-width: 941px) {
  .global-nav__logo a img {
    width: 150px;
    margin-left: 0;
  }
  .global-nav__logo {
    position: fixed;
    top: 22px;
    left: 20px;
  }
  .header-global__wrap {
    background-color: #0049ba;
    min-height: 80px;
    top: 0;
    border-bottom: none;
  }
  .sidebarMenu {
    padding: 0;
    min-height: auto;
  }
  .global-nav {
    flex-direction: column;
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 90vh;
    background-color: #0049ba;
    transition: all .5s;
    z-index: 200;
    overflow-y: auto;
    margin-top: 80px;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    border-radius: 100px;
    background-color: #fff;
  }
  .global-nav__list {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .global-nav__item {
    text-align: left;
    width: 100%;
    border-left: none;
  }
  .global-nav__item:nth-child(1) {
    border-top: solid 1px #fff;
  }
  .global-nav__item a {
    display: block;
    padding: 20px;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    border-bottom: solid 1px #fff;
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 2px;
    background-color: #0049ba;
    transition: all .6s;
    border-radius: 100px;
  }
  .hamburger__line--1 {
    top: 18px;
  }
  .hamburger__line--2 {
    top: 25px;
  }
  .hamburger__line--3 {
    top: 32px;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(25deg);
    top: 23px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-25deg);
    top: 23px;
  }
  .global-nav__btn {
    display: none
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  background-image: url(../img/keyvisual-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  height: 95vh;
  overflow-x: hidden;
  margin: 0 50px;
  position: relative;
}
.keyvisual-title__wrap {
  font-size: 38px;
  position: absolute;
  bottom: 46px;
  left: 46px;
  color: #fff;
  line-height: 1.8;
}
.keyvisual-title__wrap b {
  font-weight: 400;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .keyvisual-area__group {
    height: 50vh;
    margin: 0 20px;
  }
  .keyvisual-title__wrap {
    font-size: 19px;
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 425px) {}
/* ディーゼルマイスターとは
* --------------------------------------- */
.about-items__block {
  display: flex;
  justify-content: space-between;
  max-width: 1741px;
  margin-top: 50px;
  box-sizing: border-box;
  align-items: center;
  padding-right: 20px;
}
.about-items__text {
  width: 33%
}
.about-items__image {
  width: 63%
}
.about-items__image ._image {
  position: relative;
  overflow: hidden;
  padding-top: 560px
}
.about-items__image ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover
}
.about-items__text h1 {
  font-size: 28px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #fff;
}
.about-items__text p {
  margin-bottom: 32px;
  line-height: 2;
  color: #fff;
}
.about-items__text .common-title__wrap {
  margin-bottom: 24px;
}
.about-items__text ._btn a {
  border: solid 1.5px #fff;
  width: 250px;
  margin-left: auto;
  text-align: center;
  padding: 15px 10px;
  box-sizing: border-box;
  color: #fff;
}
.about-items__text ._btn a:hover {
  background-color: #fff;
  color: #0049BA;
  opacity: 1;
}
.point-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.point-items__box {
  width: 48.5%;
  border: solid 1px #fff;
  box-sizing: border-box;
  padding: 32px
}
.point-items__title {
  display: flex;
  gap: 0 16px;
  align-items: center;
  margin-bottom: 16px;
}
.point-items__title h3 {
  font-weight: 600;
  font-size: 26px;
  color: #fff;
}
.point-items__lists {
  padding-left: 20px;
}
.point-items__lists li {
  list-style: disc;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .about-items__image {
    width: 48%;
  }
  .about-items__text {
    width: 48%;
  }
}
@media screen and (max-width: 1100px) {
  .about-items__image {
    width: 35%;
  }
  .about-items__text {
    width: 61%;
  }
}
@media screen and (max-width: 941px) {
  .about-items__block {
    max-width: 100%;
    margin-top: 20px;
    padding-right: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .about-items__image {
    width: 100%;
  }
  .about-items__text {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 32px;
  }
  .about-items__image ._image {
    padding-top: 50%;
  }
  .about-items__text h1 {
    font-size: 21px;
    margin-bottom: 16px;
    line-height: 1.8;
  }
  .about-items__text p {
    margin-bottom: 24px;
    line-height: 1.8;
  }
  .about-items__text ._btn a {
    margin: 0 auto;
  }
  .point-items__box {
    width: 100%;
    padding: 32px 24px;
  }
  .point-items__box:nth-child(1) .point-items__title ._icon {
    width: 15px;
  }
  .point-items__box:nth-child(2) .point-items__title ._icon {
    width: 30px;
    height: 18px;
  }
  .point-items__title h3 {
    font-size: 21px;
  }
  .point-items__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 425px) {}
/* ディーゼル車のこんな課題ありませんか
* --------------------------------------- */
.assignment-area__group {
  background-color: #F2EDE7;
  text-align: center;
  overflow-x: hidden;
}
.assignment-title__wrap {
  position: relative;
  margin-bottom: 32px;
}
.assignment-title__wrap span {
  font-family: "Jost", sans-serif;
  line-height: 1.2;
  color: #D6DAE1;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 200px;
  display: block;
  text-align: center;
  line-height: 1.2
}
.assignment-title__wrap h2 {
  color: #0049BA;
  font-size: 36px;
  line-height: 1.5;
  width: 100%;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.assignment-lists__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
  justify-content: space-between;
}
.assignment-lists__wrap li {
  background-color: #0049BA;
  padding: 24px 16px 24px 24px;
  width: 48.5%;
  box-sizing: border-box;
}
.assignment-lists__wrap li span {
  position: relative;
  display: block;
  text-align: left;
  padding-left: 45px;
  color: #fff;
  font-size: 20px;
}
.assignment-lists__wrap li span:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../img/icon-check.svg");
}
.answer-area__group {
  position: relative;
  padding-top: 117px;
}
.answer-area__group::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 117px;
  background-image: url("../img/icon-arrow_pc.svg");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-position: center;
}
.answer-items__text h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #fff;
}
.answer-items__text h2 b {
  font-weight: 500;
  text-decoration: underline;
}
.answer-items__text p {
  color: #fff;
  font-size: 21px;
  max-width: 850px;
  margin: 0 auto;
  font-weight: 300;
  text-align: center;
  margin-bottom: 32px;
}
.answer-items__text ._btn {
  background-color: #fff;
  max-width: 700px;
  margin: 0 auto;
}
.answer-items__text ._btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  color: #0049BA;
  font-weight: 500;
  font-size: 21px;
  padding: 20px 0;
}
.answer-items__text ._btn a img {
  width: 30px;
}
@media screen and (max-width: 941px) {
  .assignment-title__wrap h2 {
    font-size: 28px;
  }
  .assignment-title__wrap span {
    font-size: 14vw;
  }
  .assignment-lists__wrap li {
    background-color: #0049BA;
    padding: 24px 16px 24px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  .assignment-lists__wrap {
    gap: 16px 0;
  }
  .answer-area__group::after {
    height: 63px;
    background-image: url("../img/icon-arrow_sp.svg");
  }
  .answer-area__group {
    padding-top: 63px;
  }
}
@media screen and (max-width: 769px) {
  .assignment-title__wrap span {
    font-size: 25vw;
    transform: translateY(0%) translateX(-50%);
  }
  .assignment-title__wrap h2 {
    font-size: 24px;
  }
  .assignment-lists__wrap li span {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  .assignment-lists__wrap li span:before {
    top: 2px;
    left: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    width: 20px;
    height: 20px;
  }
  .assignment-lists__wrap li {
    padding: 16px 20px;
  }
  .assignment-lists__wrap {
    gap: 10px 0;
  }
  .answer-items__text h2 {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .answer-items__text p {
    font-size: 15px;
    line-height: 1.8;
  }
  .answer-items__text ._btn a {
    gap: 0 16px;
    font-size: 16px;
    text-align: center;
    padding: 16px 20px;
    flex-direction: column;
    line-height: 1.8;
    gap: 10px 0;
  }
}
/* 導入事例
* --------------------------------------- */
.case-area__group {
  background-color: #F2EDE7;
}
.case-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 2%
}
.case-items__box {
  width: 23.5%;
  position: relative;
  background: #fff;
}
.case-items__image ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 82%;
}
.case-items__image ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.case-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.case-items__text {
  padding: 24px 16px;
}
.case-items__text h2 {
  margin-bottom: 16px;
}
.case-items__text span {
  display: block;
  font-size: 17px;
  color: #003689;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}
.case-archive__wrap {
  margin-top: 60px;
}
@media screen and (max-width: 941px) {
  .case-items__block {
    justify-content: space-between;
    gap: 32px 0
  }
  .case-items__box {
    width: 48.5%;
  }
}
@media screen and (max-width: 769px) {
  .case-items__text {
    padding: 16px 16px;
  }
  .case-items__text h2 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .case-items__text span {
    font-size: 14px;
  }
  .case-items__block {
    gap: 10px 0;
  }
  .case-archive__wrap {
    margin-top: 46px;
  }
}
/* お知らせ
* --------------------------------------- */
.news-area__group {
  padding-bottom: 120px;
  background-color: #F2EDE7;
}
.news-items__wrap {
  background-color: #282828;
  padding: 46px;
  box-sizing: border-box;
}
.news-items__wrap .common-title__wrap {
  border-bottom: solid 1px #707070;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.news-items__lists li {
  display: flex;
  gap: 0 16px;
  margin-bottom: 16px;
}
.news-items__lists li:nth-last-child(1) {
  margin-bottom: 0;
}
.news-items__lists li time {
  font-family: "Jost", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
}
.news-items__lists li span {
  font-family: "Jost", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-color: #003689;
  width: 110px;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-items__lists li a {
  color: #fff;
}
.news-archive__wrap {
  margin-top: 80px;
}
.news-archive__wrap .news-items__lists li time {
  color: #000;
}
.news-archive__wrap .news-items__lists li a {
  color: #000;
}
@media screen and (max-width: 941px) {
  .news-items__lists li {
    gap: 8px 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
  .news-area__group {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 769px) {
  .news-items__wrap {
    background-color: #282828;
    padding: 32px 20px;
    box-sizing: border-box;
  }
  .news-items__lists li {
    margin-bottom: 32px;
  }
  .news-items__lists li span {
    width: 70px;
    font-size: 11px;
  }
}
/* フッター
* --------------------------------------- */
.footer-content__area {
  background: linear-gradient(180deg, #F2EDE7 0%, #F2EDE7 90px, #003689 90px, #003689 100%);
}
.footer-content__area._page {
  background: linear-gradient(180deg, #fff 0%, #fff 90px, #003689 90px, #003689 100%);
}
.footer-contact__wrap a {
  display: flex;
  justify-content: space-between;
  background-color: #0049BA;
  padding: 46px 50px;
  border-radius: 10px;
  align-items: center;
}
.footer-items__title span {
  display: block;
  color: #FFF;
  font-size: 65px;
  font-family: "Cinzel", serif;
  line-height: 1.1;
}
.footer-items__title {
  display: flex;
  gap: 0 10px;
  align-items: baseline;
}
.footer-items__title h2 {
  color: #FFF;
  font-size: 21px;
}
.footer-items__btn {
  color: #fff;
  width: 236px;
  border: solid 1.5px #fff;
  text-align: center;
  border-radius: 100px;
  padding: 13px 0;
}
.footer-contact__wrap a:hover {
  background-color: #002050;
  opacity: 1;
}
.footer-deta__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
  padding-bottom: 80px;
  align-items: flex-end;
}
.footer-deta__box ._logo {
  width: 280px;
  margin-bottom: 32px;
}
.footer-items__text h2 {
  margin-bottom: 10px;
  color: #fff;
}
.footer-items__text p {
  color: #fff;
}
.footer-deta__copy a {
  color: #fff;
}
.footer-links__area {
  background-color: #002050;
  padding: 32px 0;
}
.footer-links__wrap {
  display: flex;
  gap: 0 24px;
  align-items: center;
  justify-content: center;
}
.footer-links__wrap li {
  color: #fff;
}
.footer-links__wrap a {
  color: #fff;
}
.smartphone-fixd__wrap, .smartphone-fixd__box {
  display: none
}
@media screen and (max-width: 941px) {
  .footer-contact__wrap a {
    flex-wrap: wrap;
    gap: 24px 0;
    padding: 46px 24px 24px 24px;
  }
  .footer-items__title {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-items__title span {
    font-size: 40px;
  }
  .footer-items__title h2 {
    font-size: 16px;
  }
  .footer-items__btn {
    width: 250px;
    padding: 13px 0;
    margin: 0 auto;
  }
  .footer-links__area {
    display: none;
  }
  .footer-deta__block {
    margin-top: 60px;
    padding-bottom: 32px;
    gap: 60px 0;
  }
  .footer-deta__box ._logo {
    width: 180px;
    margin-bottom: 24px;
  }
  .smartphone-fixd__box {
    display: block;
  }
  .smartphone-fixd__wrap {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background-color: #0049BA;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .smartphone-fixd__wrap a {
    color: #0049BA;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    padding: 16px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px
  }
  .smartphone-fixd__box ._icon {
    width: 20px;
    height: 14px;
  }
}


/* ページング
* --------------------------------------- */
.single-peger-items {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 15px;
}
.single-peger-items .pre a {
  border: solid 1px #444D5A;
  background-color: #444D5A;
  color: #fff;
}
.single-peger-items .next a {
  border: solid 1px #444D5A;
  background-color: #444D5A;
  color: #fff;
}
.single-peger-items li:nth-child(2) a {
  background-color: #0049BB;
  color: #fff;
  border: solid 1px #0049BB;
  width: 80px;
}
.single-peger-items li a {
  border: solid 1px #008649;
  background-color: #008649;
  color: #fff;
  width: 80px;
  text-align: center;
  padding: 6px 0;
  border-radius: 4px;
  
  font-size: 15px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 10px;
}
.wp-pagenavi .current {
  background-color: #0049BB;
  color: #fff;
  border: solid 1px #0049BB;
  width: 48px;
  text-align: center;
     padding: 10px 0;
  border-radius: 4px;
	  
	 font-size: 15px;
}
.wp-pagenavi a {
border: solid 1px #444D5A;
    background-color: #444D5A;
    color: #fff;
    width: 48px;
    text-align: center;
      padding: 10px 0;
	  border-radius: 4px;
    
	 font-size: 15px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
     width: 80px;
    font-size: 14px;
    padding: 10px 0;
}
@media screen and (max-width: 941px) {
  .single-peger-items li a {
    width: 80px;
  }
  .wp-pagenavi a {
    font-size: 14px;
    width: 33px;
          padding: 2px 0
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 60px;
    font-size: 13px;
         padding: 2px 0
  }
  .wp-pagenavi .current {
    font-size: 13px;
    width: 33px;
          padding: 2px 0
  }
  .single-peger-items {
    margin-top: 30px;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
}
/* パンくず
* --------------------------------------- */

.breadcrumbs-items__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 32px 0
}
.breadcrumbs-items__wrap span, .breadcrumbs-items__wrap a {
  font-size: 15px;
  line-height: 1.5;
  
}
.breadcrumbs-items__wrap span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 941px) {
  .breadcrumbs-items__wrap span, .breadcrumbs-items__wrap a {
    font-size: 13px;
  }
  .breadcrumbs-items__wrap {
    margin-top: 24px
  }
}
/* 下層ページ
* --------------------------------------- */
.page-area__group {
  background: linear-gradient(180deg, #0049BA 0%, #0049BA 350px, #fff 350px, #fff 100%);
}
.page-title__wrap {
  background-color: #fff;
  padding: 60px 20px 0;
  border-radius: 30px;
}
.page-title__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}
.page-title__image {
  width: 40%;
}
.page-title__image img {
  border-radius: 30px;
}
.page-title__text {
  width: 55%;
}
.page-title__text h1, .page-title__text h2 {
  font-size: 35px;
  font-weight: 600;
}
.page-title__text span {
  font-family: "Jost", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
}
.page-title__text p {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px #707070;
}
@media screen and (max-width: 941px) {
  .page-area__group {
    background: linear-gradient(180deg, #0049BA 0%, #0049BA 150px, #fff 150px, #fff 100%);
  }
  .page-title__wrap {
    padding: 32px 20px 20px;
    border-radius: 20px;
    box-shadow: 0 4px 13px #00000029;
  }
  .page-title__block {
    flex-direction: column-reverse;
  }
  .page-title__image {
    display: none;
  }
  .page-title__text {
    width: 100%;
  }
  .page-title__text h1, .page-title__text h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .page-title__text span {
    font-size: 21px;
  }
  .page-title__text p {
    margin-top: 16px;
    padding-top: 16px;
  }
  .news-archive__wrap {
    margin-top: 46px;
  }
}
@media screen and (max-width: 426px) {
  .page-title__text h1, .page-title__text h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  .page-title__text span {
    font-size: 18px;
  }
}
/* 詳細ページ
* --------------------------------------- */
.single-ttl__wrap h1 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
}
.single-ttl__wrap span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 1px #0049BA;
  font-weight: 500;
  margin-bottom: 24px;
}
.single-ttl__wrap {
  margin-bottom: 80px;
}
.single-col__block {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 25px;
}
.single-col__block li {
  color: #0049BA;
  font-weight: 600;
  font-size: 18px;
}
.common-single__post h2 {
  font-weight: 500;
  font-size: 26px;
  margin-top: 2em;
  line-height: 1.8;
  margin-bottom: .5em;
  padding: 10px 20px;
  position: relative;
  background-color: #E6EDF8;
  border-left: solid 4px #0049BA;
}
.common-single__post h3 {
  font-size: 24px;
  line-height: 1.8;
  margin-top: 1em;
  margin-bottom: .5em;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: solid 3px #E6EDF8;
  position: relative;
}
.common-single__post h3::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #0049BA;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.common-single__post ul {
  margin-top: 1em;
  margin-bottom: .5em;
}
.common-single__post ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  color: #001C0A;
}
.common-single__post ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #0049BA;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.common-single__post ol {
  margin-top: 1em;
  margin-bottom: .5em;
}
.common-single__post ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
  color: #001C0A;
}
.common-single__post ol {
  padding-left: 20px;
}
.common-single__post p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.common-single__post a {
  display: inline-block;
  text-decoration: underline;
  color: #0049BA;
  padding: 0 5px;
}
.common-single__post a:hover {
  text-decoration: none;
}
.common-single__post img {
  max-width: 100%;
  height: auto;
}
.single-ttl__wrap time {
  display: block;
  font-size: 19px;
  font-weight: 500;
  text-align: right;
  font-family: "Jost", sans-serif;
}
.common-single__post ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 57%;
  border-radius: 10px;
}
.common-single__post ._thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.common-single__post .wp-block-file {
  margin-bottom: 4em;
}
.common-single__post .wp-block-file a {
  color: #000;
  text-decoration: none;
}
.common-single__post .wp-block-file .wp-block-file__button {
  background-color: #0049BA;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 2px 15px;
}
.common-single__post .wp-block-embed {
  margin-bottom: 4em;
}
.common-single__post .wp-block-columns {
  margin-bottom: 2em;
}
@media screen and (max-width: 769px) {
  .single-ttl__wrap {
    margin-bottom: 46px;
  }
  .single-ttl__wrap h1 {
    font-size: 25px;
  }
  .single-ttl__wrap time {
    font-size: 15px;
    margin-top: 10px;
  }
  .single-ttl__wrap span {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .common-single__post h2 {
    font-size: 21px;
    padding: 11px 15px;
  }
  .common-single__post h3 {
    font-size: 20px;
  }
  .common-single__post .wp-block-columns {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 426px) {
  .common-single__post h2 {
    font-size: 19px;
    padding: 8px 15px;
  }
  .common-single__post h3 {
    font-size: 18px;
  }
  .common-single__post .wp-block-file {
    margin-bottom: 2em;
  }
  .common-single__post .wp-block-embed {
    margin-bottom: 2em;
  }
}
/* 共通固定ページ
* --------------------------------------- */
.page-content__area {
  margin-top: 80px;
}
.common-1ver__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.8;
  padding: 10px 20px;
  position: relative;
  background-color: #E6EDF8;
  border-left: solid 4px #0049BA;
}
.common-2ver__title {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: solid 3px #E6EDF8;
  position: relative;
}
.common-2ver__title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #0049BA;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.common-3ver__title {
  display: flex;
  gap: 0 16px;
  font-size: 24px;
  align-items: center;
  font-weight: 500;
}
.common-3ver__title span {
  font-family: "Jost", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 28px;
  color: #0049BA;
}
.common-4ver__title {
  font-size: 24px;
  font-weight: 500;
}
.common-1ver__lists {
  background-color: #0049BA;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 16px;
}
.common-1ver__lists li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.8;
}
.common-1ver__lists li:nth-last-child(1) {
  margin-bottom: 0;
}
.common-1ver__lists li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.common-2ver__lists li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 1.8;
}
.common-2ver__lists li:nth-last-child(1) {
  margin-bottom: 0;
}
.common-2ver__lists li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #0049BA;
  border-radius: 50%;
  top: 9px;
  left: 0;
}
.common-1ver__table table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.common-1ver__table table th {
  padding: 15px 20px;
  background: #DBE7F2;
  border: solid 2px #EEEFF0;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  background-color: #DBE7F2;
}
.common-1ver__table table td {
  padding: 15px 20px;
  border: solid 2px #EEEFF0;
  text-align: left;
  vertical-align: middle;
}
.common-1ver__table table td.rigth {
  text-align: right;
}
.common-1ver__table table tr:nth-child(odd) {
  background-color: #EEF4FA;
}
.common-1ver__table table tr:nth-child(even) {
  background-color: #fff;
}
.common-1ver__table table tr:nth-child(2) {}
@media screen and (max-width: 769px) {
  .page-content__area {
    margin-top: 46px;
  }
  .common-1ver__title {
    font-size: 17px;
    padding: 11px 15px;
  }
  .common-2ver__title {
    font-size: 18px;
    padding-bottom: 13px;
  }
  .common-3ver__title {
    gap: 0 10px;
    font-size: 20px;
    flex-wrap: wrap;
    ;
  }
  .common-3ver__title span {
    font-size: 21px;
  }
  .common-4ver__title {
    font-size: 19px;
    font-weight: 500;
  }
  .common-2ver__lists li::before {
    width: 12px;
    height: 12px;
    top: 6px;
  }
  .common-2ver__lists li {
    padding-left: 22px;
  }
  .common-1ver__table {
    overflow-x: scroll;
  }
  .common-1ver__table table {
    width: 770px;
  }
}

/* お問い合わせ
* --------------------------------------- */
.contact-area__group {
  margin: 0 46px 46px 46px;
  background-color: #fff;
  border-radius: 30px;
}
.form-items__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 0;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
.form-items__title {
  width: 25%;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 19px;
  letter-spacing: 0.05em;
}
.form-items__editor {
  width: 75%;
}
.required {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0;
  background-color: #D70C18;
  padding: 4px 10px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
}
.any {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background-color: #707070;
  text-align: center;
  padding: 4px 10px;
  border-radius: 5px 5px 0px 0px;
}
.btn-success {
  background: #0C1828;
  border-radius: 100px;
  color: #fff;
  max-width: 320px;
  font-size: 16px;
  text-align: center;
  position: relative;
  padding: 24px;
  border: none;
  width: 100%;
  margin: 32px auto 0;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #B1000A;
  color: #fff;
  border: none;
  opacity: .7;
}
.form-items__editor input {
  box-shadow: none;
  border: 1px solid #E3E3E3;
  height: 90px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.form-items__editor textarea {
  box-shadow: none;
  border: 1px solid #E3E3E3;
  height: 200px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.form-items__editor input:active, .form-items__editor input:focus {
  outline: none;
  box-shadow: none;
  border-color: #D70C18;
}
.form-items__editor textarea:active, .form-items__editor textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #D70C18;
}
.acceptance-send__wrap {
  text-align: center;
  text-align: center;
}
.acceptance-send__wrap p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
}
.acceptance-send__wrap input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}
.acceptance-send__wrap .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s;
}
.acceptance-send__wrap .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: transparent url(画像のパス) no-repeat center center/contain;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #000;
}
.acceptance-send__wrap a {
  text-decoration: underline;
}
.form-send__wrap {
  position: relative;
  text-align: center;
  max-width: 313px;
  margin: 32px auto 0;
}
.form-send__wrap input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  border: none;
  max-width: 290px;

  text-decoration: none;
  padding: 24px 40px;
  box-sizing: border-box;
  color: #fff;
  background-color: #0049BA;
  font-weight: 400;
  position: relative;
  border-radius: 100px;
}
.form-send__wrap input:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: ripple 1.5s infinite;
  color: #fff;
  opacity: 1;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #0049BA;
  }
  70% {
    box-shadow: 0 0 0 10px rgb(0 73 186 / 0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(0 73 186 / 0%);
  }
}
.form-send__wrap span.wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 1100px) {
  .contact-area__group {
    margin: 0 24px 24px 24px;
  }
  .contact-items__wrap {
    padding: 0;
  }
}
@media screen and (max-width: 941px) {
  .contact-area__group {
    margin: 0 10px 24px 10px;
    border-radius: 18px;
  }
  .form-items__title {
    width: 100%;
    padding-right: 0;
    font-size: 15px;
  }
  .form-items__wrap {
    gap: 5px 0;
  }
  .form-items__editor {
    width: 100%;
    position: relative;
  }
  .any, .required {
    font-size: 13px;
    padding: 2px 10px;
    position: absolute;
    top: -26px;
    right: 0;
  }
  .form-items__editor input {
    height: 60px;
    font-size: 15px;
    padding: 10px;
  }
  .form-send__wrap input[type="submit"] {
    font-size: 16px;
    padding: 25px 10px;
  }
}