@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  z-index: 99999999999 !important;
}
html {
  color: #D20A14;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-top: 0 !important;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  unicode-bidi: isolate;
}
li {
  list-style: none;
}
body {
  margin: 0;
  color: #000000;
  background: #ffffff;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0;
}
@media screen and (max-width: 819px) {
  body {
    font-size: 14px;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 180%;
}
@media screen and (max-width: 819px) {
  p {
    line-height: 160%;
  }
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: #000000;
}
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 819px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
.header_bg_w {
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 819px) {
  .header_bg_w {
    background: none;
    box-shadow: none;
  }
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 25px 20px 25px 20px;
  max-width: 1220px;
  height: 120px;
}
@media screen and (max-width: 1080px) {
  #header .header_item {
    height: 90px;
  }
}
@media screen and (max-width: 819px) {
  #header .header_item {
    background: none;
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    height: 50px;
    width: 100%;
    padding: 0;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item img {
  max-width: 114px;
}
@media screen and (max-width: 1080px) {
  #header .header_item .logo_item img {
    max-width: 84px;
  }
}
@media screen and (max-width: 819px) {
  #header .header_item .logo_item img {
    max-width: 42px;
  }
}
#header .header_item .logo_item .logo {
  margin: auto;
  display: block;
  position: absolute;
}
@media screen and (max-width: 819px) {
  #header .header_item .logo_item .logo {
    padding-left: 20px;
  }
}
#header .header_item .logo_item .logo h1 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  #header .header_item .logo_item .logo {
    margin: auto;
    margin-left: 0;
    z-index: 999999999;
  }
}
#header .menu_item {
  align-items: center;
  justify-content: end;
  text-align: right;
  padding-left: 20px;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 819px) {
  #header .menu_item {
    padding-left: 0;
    width: 100% !important;
    width: auto;
  }
}
#header .menu_item #menu_list {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list {
    background: #F0F0F0;
    display: none;
    padding-top: 75px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
    height: 100vh;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .line {
    margin: auto;
    padding-top: 10px;
    width: calc(100% - 45px);
    padding-bottom: 20px;
    border-bottom: 0.2px solid #707070;
  }
}
#header .menu_item #menu_list .navli {
  position: relative;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .navli {
    height: fit-content !important;
  }
}
#header .menu_item #menu_list li {
  position: relative;
}
#header .menu_item #menu_list li + li {
  margin-left: 18px;
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list li + li {
    margin-left: 12px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li + li {
    margin-top: 15px;
    margin-left: 0;
  }
}
#header .menu_item #menu_list li + li a {
  position: relative;
  line-height: 36px;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li + li a {
    line-height: 1.4;
  }
}
#header .menu_item #menu_list li + li a::after {
  position: absolute;
  content: "｜";
  left: -16px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list li + li a::after {
    left: -12px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li + li a::after {
    display: none;
  }
}
#header .menu_item #menu_list li .sp_m_10 {
  padding-top: 5px;
}
#header .menu_item #menu_list li .menu_sp {
  display: none;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li .menu_sp {
    display: block;
    margin-top: 20px;
    margin: auto;
    width: calc(100% - 45px);
  }
  #header .menu_item #menu_list li .menu_sp a {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }
  #header .menu_item #menu_list li .menu_sp a + a {
    margin-top: 10px;
  }
}
#header .menu_item #menu_list li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #000000;
  position: relative;
  transition: 0.3s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list li a {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li a {
    align-items: center;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
  }
}
#header .menu_item #menu_list li a:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .link_menu_list {
  display: none;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .link_menu_list {
    display: block;
    margin-top: 45px;
  }
}
#header .menu_item #menu_list .link_menu_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .link_menu_list ul {
    display: block;
  }
}
#header .menu_item #menu_list .link_menu_list ul li {
  width: calc(33.3333% - 33.3333px);
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .link_menu_list ul li {
    width: 100%;
  }
  #header .menu_item #menu_list .link_menu_list ul li + li {
    margin-top: 10px;
  }
}
#header .menu_item #menu_list .link_menu_list ul li a {
  display: block;
  width: 100%;
  padding: 13px 40px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  position: relative;
  background: #ffffff;
  border-left: 10px solid #525252;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .link_menu_list ul li a {
    font-size: 11px;
    padding: 10px 30px;
    border-left: 8px solid #525252;
    line-height: 1.45;
  }
}
#header .menu_item #menu_list .link_menu_list ul li a::after {
  position: absolute;
  content: "";
  right: 11px;
  top: 13px;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_link02.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .link_menu_list ul li a::after {
    width: 12px;
    height: 13px;
    right: 9px;
    top: 10px;
  }
}
#header .menu_item #menu_list .link_menu_list ul li a span {
  display: block;
  color: #D20A14;
  font-family: "Jost", serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .link_menu_list ul li a span {
    font-size: 11px;
    margin-top: 3px;
    line-height: 1.5;
  }
}
#header .menu_item #menu_list .tel {
  display: block;
  text-align: right;
  margin-left: 50px;
}
@media screen and (max-width: 1180px) {
  #header .menu_item #menu_list .tel {
    margin-left: 20px;
  }
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list .tel {
    margin-left: 10px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .tel {
    margin-left: 0;
    margin-top: 50px;
  }
}
#header .menu_item #menu_list .tel a {
  line-height: 1.01;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .tel a {
    display: block;
    width: fit-content;
    margin: auto;
  }
}
#header .menu_item #menu_list .tel a::after {
  display: none;
}
#header .menu_item #menu_list .tel a span {
  display: block;
}
#header .menu_item #menu_list .tel a .tel_n {
  display: flex;
  align-items: center;
  font-family: "Jost", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 1180px) {
  #header .menu_item #menu_list .tel a .tel_n {
    font-size: 22px;
  }
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list .tel a .tel_n {
    font-size: 20px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .tel a .tel_n {
    font-size: 30px;
  }
}
#header .menu_item #menu_list .tel a .tel_n img {
  max-width: 38px;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list .tel a .tel_n img {
    max-width: 32px;
  }
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list .tel a .tel_n img {
    margin-right: 5px;
    max-width: 28px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .tel a .tel_n img {
    max-width: 38px;
    margin-right: 10px;
  }
}
#header .menu_item #menu_list .tel a .tel_txt {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  margin-top: 6px;
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list .tel a .tel_txt {
    font-size: 10px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .tel a .tel_txt {
    font-size: 12px;
  }
}
#header .menu_item #menu_list .contact {
  margin-left: 16px;
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list .contact {
    margin-left: 10px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .contact {
    max-width: 245px;
    margin: auto;
    margin-top: 14px;
  }
}
#header .menu_item #menu_list .contact a {
  font-family: "Jost", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #000000;
  width: fit-content;
  padding: 0 32px;
  display: block;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1180px) {
  #header .menu_item #menu_list .contact a {
    font-size: 18px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .contact a {
    padding: 0 32px;
    font-size: 20px;
    background: #ffffff;
    text-align: center;
    width: 100%;
  }
}
#header .menu_item #menu_list .contact a:hover {
  background: #000000;
  color: #ffffff;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .contact a::after {
  display: none;
}
#header .menu_item #menu_list .sub_menu {
  background: #ffffff;
  padding: 25px 55px 40px 40px;
  display: none;
  position: absolute;
  left: -10px;
  top: 36px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu {
    top: auto;
    position: relative;
    display: block !important;
    padding: 0;
    background: none;
    margin-top: 10px;
    left: auto;
    box-shadow: none;
  }
}
#header .menu_item #menu_list .sub_menu .s_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu .s_ttl {
    display: none;
  }
}
#header .menu_item #menu_list .sub_menu li {
  min-width: 201px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu li {
    padding-bottom: 0;
  }
}
#header .menu_item #menu_list .sub_menu li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 1px;
  top: auto;
  left: 0;
  transition: 0.3s ease-in-out;
  background: #ddd;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu li::after {
    display: none;
  }
}
#header .menu_item #menu_list .sub_menu li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  bottom: 1px;
  top: auto;
  left: 0;
  transition: 0.3s ease-in-out;
  background: #D20A14;
  z-index: 5;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu li::before {
    display: none;
  }
}
#header .menu_item #menu_list .sub_menu li + li {
  margin-left: 0;
  margin-top: 15px;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu li + li {
    margin-top: 0;
  }
}
#header .menu_item #menu_list .sub_menu li a {
  display: block;
  text-align: left;
  width: 100%;
  line-height: 1.1;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu li a {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }
}
#header .menu_item #menu_list .sub_menu li a::after {
  position: absolute;
  content: "";
  right: 0;
  left: auto;
  width: 15px;
  height: 15px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu li a::after {
    display: none;
  }
}
#header .menu_item #menu_list .sub_menu li a:hover::after {
  right: 5px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  #header #menuBtn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 10px;
    border-radius: 5px;
    z-index: 9999999;
    background: #ffffff;
  }
  #header #menuBtn::after {
    position: absolute;
    content: "MENU";
    font-family: "Jost", serif;
    font-size: 10px;
    font-weight: 300;
    right: 0;
    width: 100%;
    text-align: center;
    bottom: 4px;
    z-index: 1;
    line-height: 1.5;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span {
    display: block;
    background: #000000;
    width: 26px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 29px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 9px;
    display: none;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 23px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(3px) rotate(-30deg);
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(-3px) rotate(30deg);
    transition: 0.3s ease-in-out;
  }
}
.breadmenu {
  position: relative;
  z-index: 55;
}
.breadmenu .inner {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 100%;
  padding-top: 15px;
}
@media screen and (max-width: 819px) {
  .breadmenu .inner {
    font-size: 12px;
    padding-top: 10px;
  }
}
.breadmenu .inner p {
  font-size: 14px;
}
@media screen and (max-width: 819px) {
  .breadmenu .inner p {
    font-size: 12px;
  }
}
.breadmenu .inner a {
  font-size: 14px;
  color: #000000;
  transition: 0.3s ease-in-out;
  position: relative;
  padding-right: 32px;
}
.breadmenu .inner a::after {
  position: absolute;
  content: "";
  right: 14px;
  width: 4px;
  height: 7px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_breadmenu.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  .breadmenu .inner a {
    font-size: 12px;
  }
}
.breadmenu .inner a:hover {
  opacity: 1;
  color: #D20A14;
  transition: 0.3s ease-in-out;
}
.breadmenu .inner .breadcrumb_last {
  color: #000000;
  font-size: 14px;
}
@media screen and (max-width: 819px) {
  .breadmenu .inner .breadcrumb_last {
    font-size: 12px;
  }
}
#page {
  padding-top: 65px;
}
@media screen and (max-width: 819px) {
  #page {
    padding-top: 35px;
  }
}
.pagination {
  margin-top: 100px;
}
@media screen and (max-width: 819px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagination .page {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  font-family: "Jost", serif;
  letter-spacing: 0.1em;
  line-height: 100%;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 26px;
}
@media screen and (max-width: 819px) {
  .pagination .page {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
  }
}
.pagination a {
  border: none !important;
}
.pagination .current {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #D20A14;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: none !important;
  font-weight: 300 !important;
  font-family: "Jost", serif;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 26px;
}
@media screen and (max-width: 819px) {
  .pagination .current {
    font-size: 13px;
    width: 26px;
    height: 26px;
  }
}
.pagination .previouspostslink {
  display: block;
  width: 10x;
  height: 10px;
  font-size: 0;
  margin-top: 4px;
  margin-right: 10px;
  background: url(../img/common/icon_link_b.png) no-repeat center / contain;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
@media screen and (max-width: 819px) {
  .pagination .previouspostslink {
    margin-right: 5px;
  }
}
.pagination .nextpostslink {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  font-size: 0;
  margin-left: 10px;
  background: url(../img/common/icon_link_b.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  .pagination .nextpostslink {
    margin-left: 5px;
  }
}
.btn01 {
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 64px;
  border-radius: 64px;
  border: 1px solid #000000;
  width: 100%;
  max-width: 300px;
  text-align: center;
  position: relative;
}
.btn01::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 22px;
  height: 22px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_r.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.btn01:hover {
  transition: 0.3s ease-in-out;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}
.btn01:hover::after {
  right: 15px;
}
.btn03 {
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  min-height: 64px;
  border-radius: 64px;
  border: 1px solid #000;
  background: #525252;
  color: #ffffff !important;
  width: 400px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  .btn03 {
    width: 100%;
    min-height: 54px;
    font-size: 14px;
    line-height: 1.2;
  }
}
.btn03::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 22px;
  height: 22px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_r.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.btn03:hover {
  transition: 0.3s ease-in-out;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}
.btn03:hover::after {
  right: 15px;
}
.b_btn_list {
  gap: 30px;
  display: flex;
  margin-top: 60px;
  column-gap: 50px;
  width: fit-content;
  flex-wrap: wrap;
}
@media screen and (max-width: 819px) {
  .b_btn_list {
    margin-top: 30px;
    width: 100%;
    display: block;
  }
  .b_btn_list li {
    width: 100%;
  }
  .b_btn_list li + li {
    margin-top: 10px;
  }
}
.btn02 {
  display: block;
  width: fit-content;
  margin-right: 0;
  margin-top: 10px;
  margin-left: auto;
  padding-right: 18px;
  font-family: "Jost", serif;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}
.btn02::after {
  position: absolute;
  content: "";
  right: 0px;
  width: 12px;
  height: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_b.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.footer .inner {
  padding-top: 135px;
  padding-bottom: 40px;
}
@media screen and (max-width: 819px) {
  .footer .inner {
    padding-top: 55px;
    padding-bottom: 25px;
  }
}
.footer .f_logo {
  max-width: 146px;
  display: block;
  margin-bottom: 65px;
}
@media screen and (max-width: 819px) {
  .footer .f_logo {
    max-width: 100px;
    margin-bottom: 30px;
  }
}
.footer .f_menu {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 819px) {
  .footer .f_menu {
    margin-bottom: 45px;
    display: block;
  }
}
.footer .f_menu dt {
  width: 250px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.785;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dt {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.42;
  }
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt {
    letter-spacing: 0.05em;
    line-height: 1.42;
    width: 100%;
    font-size: 14px;
  }
}
.footer .f_menu dt .tel_c_item {
  width: fit-content;
  margin-top: 40px;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item {
    margin-top: 20px;
    width: 100%;
  }
}
.footer .f_menu dt .tel_c_item .f_tel {
  display: block;
  text-align: right;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_tel {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_tel a {
    display: block;
    width: fit-content;
    margin: auto;
  }
}
.footer .f_menu dt .tel_c_item .f_tel a::after {
  display: none;
}
.footer .f_menu dt .tel_c_item .f_tel a span {
  display: block;
}
.footer .f_menu dt .tel_c_item .f_tel a .tel_n {
  display: flex;
  align-items: center;
  font-family: "Jost", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_tel a .tel_n {
    font-size: 37px;
  }
}
.footer .f_menu dt .tel_c_item .f_tel a .tel_n img {
  max-width: 38px;
  margin-right: 10px;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_tel a .tel_n img {
    max-width: 48px;
  }
}
.footer .f_menu dt .tel_c_item .f_tel a .tel_txt {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_tel a .tel_txt {
    font-size: 15px;
  }
}
.footer .f_menu dt .tel_c_item .f_contact {
  width: 100%;
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_contact {
    margin-top: 20px;
  }
}
.footer .f_menu dt .tel_c_item .f_contact a {
  font-family: "Jost", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #000000;
  width: 100%;
  padding: 0 32px;
  display: block;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_contact a {
    background: #ffffff;
    text-align: center;
    width: 100%;
  }
}
.footer .f_menu dt .tel_c_item .f_contact a:hover {
  background: #000000;
  color: #ffffff;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.footer .f_menu dt .tel_c_item .f_contact a::after {
  display: none;
}
.footer .f_menu dd {
  width: calc(100% - 250px);
  text-align: right;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dd {
    display: none;
  }
}
.footer .f_menu dd .sub_menu a {
  font-size: 14px;
  font-weight: 500;
}
.footer .f_menu dd ul {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  max-width: 865px;
  padding-left: 40px;
  display: flex;
}
.footer .f_menu dd ul + ul {
  margin-top: 20px;
}
.footer .f_menu dd ul li + li {
  padding-left: 20px;
  border-left: 1px solid #000000;
}
@media screen and (max-width: 1010px) {
  .footer .f_menu dd ul li + li {
    padding-left: 10px;
  }
}
.footer .f_menu dd ul li a {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul li a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.footer .f_menu dd ul .f01 {
  width: 80px;
  padding-right: 25px;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul .f01 {
    width: 60px;
    padding-right: 15px;
  }
}
.footer .f_menu dd ul .f02 {
  width: 26.5%;
  padding-right: 25px;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul .f02 {
    padding-right: 15px;
  }
}
.footer .f_menu dd ul .f03 {
  width: 24%;
  padding-right: 25px;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul .f03 {
    padding-right: 15px;
  }
}
.footer .f_menu dd ul .f04 {
  width: calc(49.5% - 80px);
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul .f04 {
    width: calc(48.5% - 60px);
  }
}
.footer .f_menu dd ul .l2_f03 {
  width: 31%;
  padding-right: 25px;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul .l2_f03 {
    padding-right: 15px;
    width: 32%;
  }
}
.footer .f_menu dd ul .l2_f04 {
  width: calc(42.5% - 80px);
  border-left: none;
  padding-left: 0;
  /* display: flex; */
  display: none;
  align-items: flex-end;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul .l2_f04 {
    width: calc(40.5% - 60px);
  }
}
.footer .r_item {
  text-align: right;
}
@media screen and (max-width: 819px) {
  .footer .r_item {
    text-align: center;
  }
}
.footer .r_item .icon_list {
  width: fit-content;
  margin: auto;
  margin-right: 0;
  display: flex;
  column-gap: 7px;
  margin-left: 0;
}
@media screen and (max-width: 819px) {
  .footer .r_item .icon_list {
    margin-right: auto;
    margin-top: 30px;
    margin-left: auto;
  }
}
.footer .r_item .icon_list .icon_01 {
  max-width: 153px;
}
@media screen and (max-width: 1100px) {
  .footer .r_item .icon_list .icon_01 {
    max-width: 115px;
  }
}
@media screen and (max-width: 980px) {
  .footer .r_item .icon_list .icon_01 {
    max-width: 100px;
  }
}
@media screen and (max-width: 819px) {
  .footer .r_item .icon_list .icon_01 {
    max-width: 115px;
  }
}
.footer .r_item .icon_list .icon_02 {
  max-width: 75px;
}
@media screen and (max-width: 1100px) {
  .footer .r_item .icon_list .icon_02 {
    max-width: 56px;
  }
}
@media screen and (max-width: 980px) {
  .footer .r_item .icon_list .icon_02 {
    max-width: 50px;
  }
}
@media screen and (max-width: 819px) {
  .footer .r_item .icon_list .icon_02 {
    max-width: 56px;
  }
}
.footer .r_item .f_copy_txt {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .footer .r_item .f_copy_txt {
    font-size: 8px;
  }
}
@media screen and (max-width: 980px) {
  .footer .r_item .f_copy_txt {
    font-size: 7px;
  }
}
@media screen and (max-width: 819px) {
  .footer .r_item .f_copy_txt {
    font-size: 12px;
    text-align: center;
  }
}
.footer .f_item {
  /* display: none; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 819px) {
  .footer .f_item {
    /* display: block; */
    flex-direction: column;
    gap: 0;
  }
}
.footer .f_item-img {
  width: 106px;
  display: inline-block;
}
.hide {
  display: none !important;
  transition: 0.3s ease-in-out;
}
.show {
  display: block !important;
  transition: 0.3s ease-in-out;
}
.page_h2 {
  display: flex;
  justify-content: center;
  padding-top: 125px;
  padding-bottom: 30px;
}
@media screen and (max-width: 819px) {
  .page_h2 {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
.page_h2 .inner {
  max-width: 962px;
}
.page_h2 .h2_item {
  background: url(../img/common/page_h2_bg.png) no-repeat bottom / contain;
  background-size: 100% auto;
  min-height: 215px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .page_h2 .h2_item {
    min-height: 215px;
    background-position-y: 85px;
    min-height: 160px;
  }
}
.page_h2 .h2_item .ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  .page_h2 .h2_item .ttl {
    font-size: 16px;
  }
}
.page_h2 .h2_item .ttl span {
  display: block;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0;
  font-family: "Jost", serif;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 819px) {
  .page_h2 .h2_item .ttl span {
    font-size: 40px;
  }
}
.page_h2 .h2_item .txt {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (max-width: 819px) {
  .page_h2 .h2_item .txt {
    font-size: 14px;
  }
}
.link_list {
  background: #F5F5F5;
}
.link_list .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 819px) {
  .link_list .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.link_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 819px) {
  .link_list ul {
    display: block;
  }
}
.link_list ul li {
  width: calc(33.3333% - 33.3333px);
}
@media screen and (max-width: 819px) {
  .link_list ul li {
    width: 100%;
  }
  .link_list ul li + li {
    margin-top: 10px;
  }
}
.link_list ul li a {
  display: block;
  width: 100%;
  padding: 13px 40px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  position: relative;
  background: #ffffff;
  border-left: 10px solid #525252;
}
@media screen and (max-width: 819px) {
  .link_list ul li a {
    font-size: 11px;
    padding: 10px 30px;
    border-left: 8px solid #525252;
    line-height: 1.45;
  }
}
.link_list ul li a::after {
  position: absolute;
  content: "";
  right: 11px;
  top: 13px;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_link02.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  .link_list ul li a::after {
    width: 12px;
    height: 13px;
    right: 9px;
    top: 10px;
  }
}
.link_list ul li a span {
  display: block;
  color: #D20A14;
  font-family: "Jost", serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .link_list ul li a span {
    font-size: 11px;
    margin-top: 3px;
    line-height: 1.5;
  }
}
