/* 全体nの共通スタイル */

@charset "UTF-8";

:root {
  --main-color: #cc0000;
  --sub-color: #555;
  --font01: "Roboto Slab", serif;
  --font02: 'Yu Gothic', 'YuGothic', '游ゴシック', 'YuGothic Medium', sans-serif;
  --font-serif: "Noto Serif JP", serif;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  color: #444;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN,", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  /* ベースのフォントサイズを16px相当に設定 */
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  letter-spacing: 0.1em;
}

body.is_fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
}

body p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  text-align: justify;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, p {
  text-align: left;
}

h1, h2, h4, h5, h6 {
  font-size: 100%;
  text-align: left;
  font-weight: normal;
}

h3{
  text-align: center;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

span {
  margin: 0;
  padding: 0
}

dl {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: auto;
  width
  /***/
  : auto;
  vertical-align: middle;
}

a:focus {
  outline: none;
}

a {
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:active {
  text-decoration: underline;
}

a:hover img {
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  opacity: 0.8;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.f_serif {
  font-family: var(--font-serif);
}

.sine {
  max-width: 25%;
float: right;
}

/*=========================================================================================
clearfix
==========================================================================================*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  min-height: 0px;
}

* html .clearfix {
  height: 0px;
}

/*=========================================================================================
margin set
==========================================================================================*/
.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
  color:#fff;
  text-align: center;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

@media (max-width : 767px) {
  .mgt70, .mgt80, .mgt90, .mgt100 {
    margin-top: 60px !important;
  }

  .mgb70, .mgb80, .mgb90, .mgb100 {
    margin-bottom: 60px !important;
  }
}

/*=========================================================================================
padding set
==========================================================================================*/
.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb35 {
  padding-bottom: 35px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

/*=========================================================================================
flex設定
==========================================================================================*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.f_wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jc-bet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ai-cen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-around;
}

.jc-cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.reverse {
  flex-direction: row-reverse;
}

/*=========================================================================================
改行設定
==========================================================================================*/
.sp_view767, .sp_view640, .sp_view480 {
  display: none;
}

@media (max-width : 767px) {
  .pc_view767 {
    display: none;
  }

  .sp_view767 {
    display: block;
  }
}

@media (max-width : 640px) {
  .pc_view640 {
    display: none;
  }

  .sp_view640 {
    display: block;
  }
}

@media (max-width : 480px) {
  .pc_view480 {
    display: none;
  }

  .sp_view480 {
    display: block;
  }
}

/*=========================================================================================
レイアウト設定
==========================================================================================*/
#wrap {
  width: 100%;
}

#contents {
  width: 100%;
  margin: 0 auto 0;
  box-sizing: border-box;
}

.inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.section_box01 {
  padding: 140px 20%;
}

.section_box02 {
  padding: 0 0 100px 0;
}

.section_box03 {
  padding: 100px 0 0;
  overflow: hidden;
}
.post-password-form {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.color01{
  color: #14628B;
}
.inner_bg_white{
  padding: 50px;
  background: #fff;
  border: 1px solid #14628B;
}
.inner_bg_white.type40{
  padding: 40px;
}
.inner_bg_white01{
  padding: 20px;
  background: #fff;
  border: 1px solid #14628B;
}
.inner_gray01{
  padding: 50px;
  background: #F4F7F8;
}
.txt_line01{
  display: inline-block;
  letter-spacing: 0.4rem;
}
.txt_line01::after{
  content: "";
  display: block;
  background: url(../img/common/line01.svg) 0 0/contain no-repeat;
  width: 105px;
  height: 10px;
}
.center_txt_cont01{
  text-align: center;
}
.center_txt_cont01_inner{
  display: inline-block;
}
.gap0{
  gap: 0;
}
.txt_ends p{
  text-align: justify;
}

@media (max-width : 1060px) {
  .flex_column1060{
    flex-direction: column;
  }
  .inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media (max-width : 767px) {
  .top_page #wrap,.page-en #wrap {
    margin: 60px 0 0;
}
  .section_box01 {
    padding: 70px 10%;
    font-size: 1.25rem;
  }
  .section_box02 {
    padding: 0 0 60px 0;
  }
  .section_box03 {
    padding: 60px 0 0;
  }
  .inner_bg_white{
    padding: 40px 20px;
  }
  .inner_bg_white.type40{
    padding: 40px 20px;
  }
  .inner_gray01{
    padding: 40px 20px;
  }
}

/*=========================================================================================
アニメーション
==========================================================================================*/
.fadein {
  opacity: 0;
  transform: translateY(50px) scale(0.9);
  transition: all 800ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.fadein1 {
  opacity: 0;
  transition: all 1000ms;
  overflow: hidden;
}

.fadein1.ani_txt01 {
  transform: translateY(-50px);
}

.fadein1.ani_txt02 {
  transform: translateX(50px);
}

.fadein1.ani_txt01.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.fadein1.ani_txt02.scrollin {
  opacity: 1;
  transform: translateX(0);
}

/* 時差フェードイン */
.js-list-fadeup>* {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform: rotate(0.0001deg);
  -ms-transform: rotate(0.0001deg);
  transform: rotate(0.0001deg);
}

.js-list-fadeup.scrollin>* {
  -webkit-animation: fadeup 1.5s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: fadeup 1.5s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
}

.js-list-fadeup>*:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.js-list-fadeup>*:nth-child(2) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.js-list-fadeup>*:nth-child(3) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.js-list-fadeup>*:nth-child(4) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.js-list-fadeup>*:nth-child(5) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.js-list-fadeup>*:nth-child(6) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.js-list-fadeup>*:nth-child(7) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.js-list-fadeup>*:nth-child(8) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.js-list-fadeup>*:nth-child(9) {
  -webkit-animation-delay: 3.0s;
  animation-delay: 3.0s;
}

.js-list-fadeup>*:nth-child(10) {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

.js-list-fadeup>*:nth-child(11) {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.js-list-fadeup>*:nth-child(12) {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

.js-list-fadeup>*:nth-child(13) {
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}

.js-list-fadeup>*:nth-child(14) {
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}

.js-list-fadeup>*:nth-child(15) {
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}

.js-list-fadeup>*:nth-child(16) {
  -webkit-animation-delay: 5.0s;
  animation-delay: 5.0s;
}

.js-list-fadeup>*:nth-child(17) {
  -webkit-animation-delay: 5.3s;
  animation-delay: 5.3s;
}

.js-list-fadeup>*:nth-child(18) {
  -webkit-animation-delay: 5.8s;
  animation-delay: 5.8s;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/*
画像アニメーション　内から外へマスクが外れる
==========================================================================================*/
.ani_img_left, .ani_img_right, .ani_img_top, .ani_img_bottom {
  position: relative;
}

.ani_img_left::before, .ani_img_right::before, .ani_img_top::before, .ani_img_bottom::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  display: block;
  position: absolute;
}

.ani_img_left::before {
  right: 0;
}

.ani_img_right::before {
  left: 0;
}

.scrollin.ani_img_left::before, .scrollin.ani_img_right::before {
  width: 0;
  -webkit-animation: gallery-motion-r 6s cubic-bezier(0.86, 0, 0.07, 1) 0s 1 alternate forwards;
  animation: gallery-motion-r 6s cubic-bezier(0.86, 0, 0.07, 1) 0s 1 alternate forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  z-index: 100;
  outline: 1px solid transparent;
}

@-webkit-keyframes gallery-motion-r {
  0% {
    width: 100%;
  }

  12% {
    width: 0;
  }

  88% {
    width: 0;
  }

  100% {
    width: 0%;
  }
}

@keyframes gallery-motion-r {
  0% {
    width: 100%;
  }

  12% {
    width: 0;
  }

  88% {
    width: 0;
  }

  100% {
    width: 0%;
  }
}

.ani_img_top::before {
  bottom: 0;
}

.ani_img_bottom::before {
  top: 0;
}

.scrollin.ani_img_top::before, .scrollin.ani_img_bottom::before {
  width: 100%;
  height: 0;
  -webkit-animation: gallery-motion 6s cubic-bezier(0.86, 0, 0.07, 1) 0s 1 alternate forwards;
  animation: gallery-motion 6s cubic-bezier(0.86, 0, 0.07, 1) 0s 1 alternate forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  z-index: 100;
  outline: 1px solid transparent;
}

@-webkit-keyframes gallery-motion {
  0% {
    height: 100%;
  }

  12% {
    height: 0;
  }

  88% {
    height: 0;
  }

  100% {
    height: 0%;
  }
}

@keyframes gallery-motion {
  0% {
    height: 100%;
  }

  12% {
    height: 0;
  }

  88% {
    height: 0;
  }

  100% {
    height: 0%;
  }
}

/*
左から15度回転して入ってくる
==========================================================================================*/
.flipLeftTop {
  opacity: 0;
}

.flipLeftTop.scrollin {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes flipLeftTopAnime {
  0% {
    transform: translate(-20px, 80px) rotate(-15deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

/*=========================================================================================
パンくず pankuzu
==========================================================================================*/
.breadcrumbs {
  padding: 3px 0 3px;
  border-bottom: 1px solid var(--main-color);
  display: none;
}
.breadcrumbs .inner {
    max-width: 100%;
    padding: 0 20px;
}
.breadcrumbs .post {
  min-height: 10px;
}

.breadcrumbs .current-item {
  color: var(--main-color);
}

.breadcrumbs span {
  display: inline-block;
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

.breadcrumbs span:last-child {
  padding: 0 10px;
}

.breadcrumbs span:last-child span, .breadcrumbs a span:last-child {
  padding: 0 0;
}

.breadcrumbs span:first-child {
  display: inline-block;
}

.breadcrumbs a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 0 10px;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs a.home {
  padding: 0 10px 0 0px;
}

.breadcrumbs a.post {
  height: auto;
  margin: 0px;
}

@media (any-hover: hover) {
  .breadcrumbs a:hover {
    color: var(--main-color);
  }
}

@media (hover: none) {
  .breadcrumbs a:active {
    color: var(--main-color);
  }
}

@media (max-width : 1280px) {
  .pankuzu {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

/*=========================================================================================
ページリンク（詳細ページ　一覧へ戻るボタンなど）
==========================================================================================*/
.pagelink_area {
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
  padding: 100px 0;
}

.pagelink {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  position: relative;
  min-height: 50px;
}

.pagelink li.oldpage,
.pagelink li.newpage {
  margin-right: 0px;
  width: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pagelink li.oldpage {
  left: 0;
}

.pagelink li.newpage {
  right: 0;
}

.pagelink li.oldpage a,
.pagelink li.newpage a {
  display: block;
  height: 50px;
  width: 50px;
  padding: 0;
  box-sizing: border-box;
}

.pagelink li.oldpage a::before,
.pagelink li.newpage a::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  position: absolute;
  top: 50%;
}

.pagelink li.oldpage a::before {
  left: calc(50% + 2px);
  transform: translate(-50%, -50%) rotate(225deg);
}

.pagelink li.newpage a::before {
  left: calc(50% - 2px);
  transform: translate(-50%, -50%) rotate(45deg);
}

.pagelink li.listlink {
  width: 100%;
  max-width: 250px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.pagelink li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  font-weight: 500;
  height: 50px;
  padding: 5px 0;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: 1px solid var(--main-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.pagelink li.listlink a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

@media (max-width : 767px) {
  .pagelink_area {
    padding: 60px 0;
  }
  .pagelink {
    min-height: 45px;
  }

  .pagelink li.listlink {
    max-width: 200px;
  }

  .pagelink li.listlink a {
    height: 45px;
  }

  .pagelink li.oldpage {
    width: 45px;
  }

  .pagelink li.oldpage a {
    height: 45px;
    width: 45px;
  }

  .pagelink li.newpage {
    width: 45px;
  }

  .pagelink li.newpage a {
    height: 45px;
    width: 45px;
  }
}

@media (any-hover: hover) {
  .pagelink li a:hover {
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
  }

  .pagelink li.listlink a:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }

  .pagelink li.oldpage a:hover::before,
  .pagelink li.newpage a:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

@media (hover: none) {
  .pagelink li a:active {
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
  }

  .pagelink li.listlink a:active::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }

  .pagelink li.oldpage a:active::before,
  .pagelink li.newpage a:active::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

/*=========================================================================================
WP-PageNavi
==========================================================================================*/
.wp-pagenavi {
  clear: both;
  margin: 75px auto 0;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid var(--main-color) !important;
  color: var(--main-color);
  box-sizing: border-box;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 10px 20px !important;
}

.wp-pagenavi span.pages {
  border: 1px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
}

.wp-pagenavi span.current {
  font-weight: bold;
  color: #fff;
  border: 1px solid var(--main-color) !important;
  background: var(--main-color);
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  position: relative;
  text-indent: -9999px;
}

.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi a.previouspostslink::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
  position: absolute;
  top: 50%;
}

.wp-pagenavi a.nextpostslink::before {
  transform: translate(-50%, -50%) rotate(45deg);
  left: calc(50% - 3px);
}

.wp-pagenavi a.previouspostslink::before {
  transform: translate(-50%, -50%) rotate(225deg);
  left: calc(50% + 3px);
}

@media (max-width : 767px) {
  .wp-pagenavi {
    margin: 40px auto 0;
  }

  .wp-pagenavi a.nextpostslink::before,
  .wp-pagenavi a.previouspostslink::before {
    width: 8px;
    height: 8px;
  }
}

@media (any-hover: hover) {
  .wp-pagenavi a:hover {
    border-color: var(--main-color) !important;
    background: var(--main-color);
    color: #fff;
  }

  .wp-pagenavi a.nextpostslink:hover::before,
  .wp-pagenavi a.previouspostslink:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

@media (hover: none) {
  .wp-pagenavi a:active {
    border-color: var(--main-color) !important;
    background: var(--main-color);
    color: #fff;
  }

  .wp-pagenavi a.nextpostslink:active::before,
  .wp-pagenavi a.previouspostslink:active::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

/*=========================================================================================
投稿記事デフォルト設置（段落、テーブルなど）
==========================================================================================*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.post img {
  border: none;
}

.alignleft {
  float: left;
  margin: 5px 40px 0 8px;
}

.alignright {
  float: right;
  margin: 5px 8px 0 40px;
}

.wp-caption {
  border: none;
  text-align: center;
  padding-top: 5px;
}

.wp-caption-text {
  text-align: center;
}

.detail_content {
  width: 100%;
}

.detail_content p em, .detail_content p strong em, .detail_content p em strong {
  font-style: italic;
}

.detail_content p {
  margin: 0 0 20px;
}

.detail_content p:last-child {
  margin: 0;
}

.detail_time {
  font-size: 14px;
  text-align: right;
  color: var(--main-color);
  font-weight: bold;
  margin: 0 0 20px 0;
}

.detail_time span {
  display: inline-block;
}

.detail_content h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.detail_content h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 24px 0;
  position: relative;
}

.detail_content h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: var(--main-color);
}

.detail_content h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid var(--main-color);
}

.detail_content h4 {
  font-size: 18px;
  color: var(--main-color);
  font-weight: bold;
  margin: 0 0 15px 0;
}

.detail_content h5 {
  font-size: 16px;
  color: var(--main-color);
  font-weight: bold;
  margin: 0 0 15px 0;
}

.detail_content ul {
  margin: 0 0 30px 0;
}

.detail_content ul li {
  list-style: disc outside;
  margin: 0 0 0 20px;
  line-height: 1.9;
}

.detail_content ol {
  margin: 0 0 30px 0;
}

.detail_content ol li {
  list-style: decimal;
  margin: 0 0 0 20px;
  line-height: 1.9;
}

.detail_content table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  margin: 0 0 30px 0;
  width: 100%;
}

.detail_content table th {
  padding: 20px;
  border: solid #ddd;
  border-width: 0 1px 1px 0;
  vertical-align: middle;
  font-size: 100%;
  width: 24%;
  color: #fff;
  background: #eee;
  box-sizing: border-box;
}

.detail_content table td {
  padding: 20px;
  vertical-align: top;
  border: solid #ddd;
  border-width: 0 0 1px 1px;
  font-size: 100%;
  background: var(--bg-white);
  box-sizing: border-box;
}

@media (max-width : 767px) {
  .alignright, .alignleft {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto 15px;
  }
}

/*=========================================================================================
目次
==========================================================================================*/
#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 0 !important;
}

/*=========================================================================================
関連記事
==========================================================================================*/
.related_post {
  margin: 40px 0 0 0;
}

.column_box {}

.related_dl {
  display: flex;
  padding: 0 0 20px 0;
}

.related_dl dt {
  max-width: 200px;
  width: 100%;
  margin: 0 40px 0 0;
}

.related_dl dt img {
  max-width: 200px !important;
  width: 100%;
  height: auto;
}

.related_dl dd {
  width: calc(100% - 200px);
}

.related_dl h3.rp_tit {
  font-size: 16px;
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
}

.related_pTit {
  font-size: 2.4rem;
  letter-spacing: .2rem;
  line-height: 1.2;
  padding: 0 0 20px;
  margin: 0 0 30px;
  position: relative;
}

@media (max-width: 767px) {
  .related_dl dt {
    max-width: 100px !important;
    width: 100%;
    margin: 0 20px 0 0;
  }

  .related_dl dt img {
    max-width: 100px !important;
    width: 100%;
    height: auto;
  }

  .related_dl dd {
    width: calc(100% - 100px);
  }
}

/*===============================================================================================================================================================



ここから主な編集エリア



====================================================================================================================================================================*/
/*=========================================================================================
共通色
==========================================================================================*/
.main_color {
  color: var(--main-color);
}

.sub_color {
  color: var(--sub-color);
}

.bg01 {
  position: relative;
  z-index: 0;
  color: #fff;
  overflow: hidden;
}

.bg01:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: transparent linear-gradient(180deg, var(--unnamed-color-14628b) 0%, #cc0000 CC 53%, #F4F7F8 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #cc0000 0%, #cc0000 CC 53%, #F4F7F8 100%) 0% 0% no-repeat padding-box;
}
.bg02{
  position: relative;
  z-index: 0;
  color: #fff;
  overflow: hidden;
  padding: 0 0 100px;
}

.bg02:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: transparent linear-gradient(180deg, var(--unnamed-color-14628b) 0%, #cc0000CC 53%, #fff 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #c00 0%, #cc0000CC 53%, #fff 100%) 0% 0% no-repeat padding-box;
}

@media(max-width:767px){
   .bg02 {
    padding: 0 0 70px;
}
}

/*=========================================================================================
共通背景色
==========================================================================================*/
.bg_main {
  background: var(--main-color);
  color: #fff;
}

.bg_sub {
  background: var(--sub-color);
  color: #fff;
}

.bg_white {
  background: #FFF;
}

.bg_black {
  background: #000;
}

.bg_gray {
  background: #F4F7F8;
}
.bg_gray02{
  position: relative;
  z-index: 0;
}
.bg_gray02::before{
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  height: 50%;
  bottom: 0;
  background: #F4F7F8;;
}
.bg_gray03{
  position: relative;
  z-index: 0;
}
.bg_gray03::before{
  content: "";
  position: absolute;
  z-index: -1;
  height: 51%;
  width: 100%;
  bottom: 0;
  background: #F4F7F8;
}

@media(max-width:767px){
  .bg_gray03::before {
    height: calc(100% - 187px);
}
}

/*=========================================================================================
共通タイトル
==========================================================================================*/
.tit_area01, .tit_area01_b>* {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 0 40px;
  line-height: 1.5;
  position: relative;
  z-index: 0;
}

.tit_area02, .tit_area02_b>* {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 0 30px;
  line-height: 1.5;
  position: relative;
  z-index: 0;
}
.tit_area02.mgb0, .tit_area02_b.mgb0>* {
 margin-bottom: 0 !important;
}

.tit_main01 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #888;
  letter-spacing: 0;
}
.tit_main01::after{
  content: "";
  display: block;
  background: #555555;
  height: 2px;
  width: 60px;
  margin: 15px 0 0;
}
.bg01 .tit_main01::after{
  background: #fff;
}
.bg01 .tit_main01{
  color: #fff
}
.bg02 .tit_main01::after {
    background: #fff;
}
.bg02 .tit_main01{
  color: #fff
}
.tit_main02 {
 font-size: 16px;
color: #888;
 font-weight: 400;
letter-spacing: 2px;
}
.tit_main02::after{
  content: "";
  display: block;
  background: #555555;
  height: 2px;
  width: 60px;
  margin: 20px 0 0;
}
.white_c .tit_main01 {
  color: #fff;
}
.tit_sub01{
  font-size: 80px;
  font-size: 8rem;
  font-weight: 300;
  font-family: var(--font01);
  line-height: 1;
  margin: 0 0 20px;
}
.tit_sub02 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  font-family: var(--font01);
  text-transform: capitalize;
  color: #555;
  line-height: 1.2;
  margin: 0 0 10px;
  text-align: initial;
}
.page-aapblog .tit_sub02 {
  text-transform: capitalize;
}
.tit_sub02:first-letter {
    text-transform: uppercase;
}
.white_c .tit_sub01 {
  color: #fff;
}

.tit_style01 {
  font-size: 28px;
  margin: 0 0 30px;
  color: #ffff;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.4;
  text-transform: capitalize;
}

.tit_style02 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  background-image: linear-gradient(to right, #cc0000 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.tit_style03{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 10px;
}

@media (max-width : 767px) {
  .tit_sub01 {
      font-size: 50px;
      font-size: 5rem;
}
.tit_style03.sp_size01{
  font-size: 20px;
  font-size: 2rem;
}
  .tit_area02, .tit_area02_b>* {
    margin: 0 0 20px;
}
  .tit_sub02 {letter-spacing: 0;font-size: 35px;font-size: 3.5rem;}
.tit_style01 {
    font-size: 24px;
}
  .tit_style01::before {
    top: -1px;
}
}

/*=========================================================================================
テキストスタイル
==========================================================================================*/
.txt_style01 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.white_c .txt_style01 {
  color: #fff
}

/*=========================================================================================
共通ボタン
==========================================================================================*/
.center_btn {
  margin-left: auto !important;
  margin-right: auto !important;
}
.btn_style01 {
  width: 100%;
  max-width: 250px;
}

.btn_style01 a {
  display: block;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #555;
  position: relative;
  border-radius: 50px;
  z-index: 0;
}
.bg01 .btn_style01 a {
    border: 1px solid #fff;
    color: #fff;
}
.btn_style01 a::after {
      content: '';
      display: block;
      -webkit-mask-image: url(../img/common/arrow01.svg);
      mask-image: url(../img/common/arrow01.svg);
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      width: 13px;
      height: 9px;
      -webkit-mask-size: contain;
      mask-size: contain;
      transition: all .3s ease;
      background-color: var(--sub-color);
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
}
.btn_style01.type_pdf {
    max-width: 340px;
}
.btn_style01.type_pdf a{padding: 20px 30px;text-align: center;}
.btn_style01.type_pdf a::before {
  content: 'PDF';
  display: inline-block;
  color: #fff;
  background: var(--sub-color);
  padding: 0 5px;
  border-radius: 3px;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0 5px 0 0;
  transition: .3s;
}
.btn_style01.type_pdf a::after {
  display: none;
}
.btn_style01.type_gaibu a::after {
  -webkit-mask-image: url(../img/common/gaibu_icon01.svg);
  mask-image: url(../img/common/gaibu_icon01.svg);
  width: 17px;
  height: 17px;
}
.btn_style01.type_company a::before {
  content: '';
  display: block;
  width: 137px;
  height: 26px;
  background: url(../img/company/btn_img01.webp) 0 0/contain no-repeat;
  margin: 0 0 0 16px;
  transition: .3s;
}
.bg01 .btn_style01 a::after {
    background-color: #fff;
}
.bg02 .btn_style01 a {
  border: 1px solid #fff;
  color: #fff;
}
.bg02 .btn_style01 a::after {
  background-color: #fff;
}

@media (max-width : 767px) {
  .btn_style01 {
    margin: 0 auto;
  }
}

@media (any-hover: hover) {
  .btn_style01 a:hover {
    color: #fff;
    background: var(--sub-color);
    border-color: var(--sub-color);
  }
  .btn_style01 a:hover::after {
  background-color: #fff;
  }
  .bg01 .btn_style01 a:hover {
    color: var(--sub-color);
    background: #fff;
    border-color: #fff;
  }
  .bg01 .btn_style01 a:hover::after {
  background-color: var(--sub-color);
  }
  .bg02 .btn_style01 a:hover {
    color: var(--sub-color);
    background: #fff;
    border-color: #fff;
  }
  .bg02 .btn_style01 a:hover::after {
  background-color: var(--sub-color);
  }
  .btn_style01.type_pdf a:hover::before {
  background: #fff;
    color: var(--sub-color);
}
  .btn_style01.type_company a:hover::before {
    background: url(../img/company/btn_img01_hover.webp) 0 0/contain no-repeat;
}
}

@media (hover: none) {
  .btn_style01 a:active {
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color);
  }
  .btn_style01 a:active::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
    .bg01 .btn_style01 a:active {
    color: var(--sub-color);
    background: #fff;
    border-color: #fff;
  }
  .bg01 .btn_style01 a:active::after {
  background-color: var(--sub-color);
  }
  .bg02 .btn_style01 a:active {
    color: var(--sub-color);
    background: #fff;
    border-color: #fff;
  }
  .bg02 .btn_style01 a:active::after {
  background-color: var(--sub-color);
  }
    .btn_style01.type_company a:active::before {
    background: url(../img/company/btn_img01_hover.webp) 0 0/contain no-repeat;
}
}


/*=========================================================================================
ボーダー
==========================================================================================*/
.b_radius10, .b_radius10 figure, .b_radius10 img {
  border-radius: 10px;
}

.b_radius20, .b_radius20 figure, .b_radius20 img {
  border-radius: 20px;
}

.b_radius30, .b_radius30 figure, .b_radius30 img {
  border-radius: 20px;
}

.b_radius20_left {
  border-radius: 20px 0 0 20px;
}

.b_radius20_right {
  border-radius: 0 20px 20px 0;
}

/*=========================================================================================
共通テーブル
==========================================================================================*/
.table_style {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px;
  width: 100%;
  background: #fff;
}

.table_style th,
.table_style td:first-child {
  vertical-align: middle;
  width: 30%;
  padding: 15px 20px;
  font-weight: 500;
  box-sizing: border-box;
  position: relative;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #999999;
}


.table_style td {
  vertical-align: middle;
  width: 75%;
  padding: 15px 20px;
  box-sizing: border-box;
  position: relative;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #999999;
}
.table_style strong {
    color: #EA6D6D;
    display: inline-block;
    font-weight: bold;
    padding: 0 0px 0 9px;
    font-size: 12px;
}

@media (max-width : 767px) {
  .table_style th, .table_style td {
    padding: 10px 15px;
    width: auto;
    display: block;
  }

  .table_style th,
  .table_style td:first-child {
    width: 100%;
    border-width: 1px 1px 1px 1px;
  }

  .table_style td {
    border-width: 0 1px 0px 1px;
  }
  .table_style tr:last-child td:last-child {
    border-width: 0 1px 1px 1px;
  }
}

.table_style04 th{
 background: #14628B;
 color: #fff;
 text-align: center;
 border-width: 0 1px 0;
 font-weight: 400;
}
.table_style04 th:first-child {
    border: solid #14628B;
    border-width: 0 0 0 1px;
    width: 30%;
}
.table_style04 th:last-child {
    border: solid #14628B;
    border-width: 0 1px 0 0;
}
.table_style04 tr:nth-child(4) td{
    background: #b4e5ff;
    font-weight: 500;
}
.table_style04 td {
    background: #fff;
    text-align: center;
}
.table_style04 td:first-child {width: 30%;}

@media(max-width:767px){
  .table_scroll_box{
    overflow-x: scroll;
  }
  .table_style04{
    width: 700px;
  }
}