@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 818px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #333333;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #333333;
  text-decoration: none;
}
a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", 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: 818px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.42;
  }
  #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: 1140px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
/* ---------------------------------------------
*   js_fadein_up
--------------------------------------------- */
.js_fadein_up {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up.is-active {
  transform: translateY(0);
  animation-delay: 0.3s;
  opacity: 1;
  transition: transform 0.8s, opacity 0.3s;
}
.js_fadein_up_d {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up_d.is-active_d {
  transform: translateY(0);
  animation-delay: 2s;
  opacity: 1;
  transition: transform 2.8s, opacity 4.5s;
}
/* ---------------------------------------------
*   is-disabled
--------------------------------------------- */
.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.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 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#header .header_box {
  position: relative;
  width: 100%;
}
#header .header_item {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 0 20px;
  max-width: 1260px;
  height: 100px;
}
@media screen and (max-width: 818px) {
  #header .header_item {
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    height: 60px;
    width: 100%;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item img {
  max-width: 268px;
}
@media screen and (max-width: 1180px) {
  #header .header_item .logo_item img {
    max-width: 208px;
  }
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item img {
    max-width: 170px;
  }
}
#header .header_item .logo_item .logo {
  margin: auto;
  display: block;
  position: absolute;
}
#header .header_item .logo_item .logo h1 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item .logo {
    margin: auto;
    margin-left: 0;
    z-index: 999999;
  }
}
#header .nobg {
  background: none;
}
#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: 818px) {
  #header .menu_item {
    width: auto;
  }
}
#header .menu_item #menu_list {
  display: block;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s, visibility 0.8s;
    z-index: -10;
    height: 105vh;
    width: 100%;
    padding: 70px 20px 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    text-align: center;
    background: #ffffff;
  }
}
#header .menu_item #menu_list .menu_top {
  display: flex;
  column-gap: 10px;
  justify-content: end;
  margin-top: 16px;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .menu_top {
    margin-top: 0;
    margin-bottom: 50px;
    display: block;
  }
}
#header .menu_item #menu_list .menu_top .head_btn01 {
  padding: 0 20px;
  line-height: 34px;
  border-radius: 34px;
  transition: 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .menu_top .head_btn01 {
    max-width: 180px;
    width: 100%;
    margin: auto;
    display: block;
  }
}
#header .menu_item #menu_list .menu_top .head_btn01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 34px;
  background: linear-gradient(90deg, #2A9CB1 0%, #1D50A1 100%);
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .menu_top .head_btn01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 34px;
  background: linear-gradient(90deg, #1D50A1 0%, #2A9CB1 100%);
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .menu_top .head_btn01 span {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  z-index: 10;
}
#header .menu_item #menu_list .menu_top .head_btn01 span::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/head_btn01_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
}
#header .menu_item #menu_list .menu_top .head_btn01:hover {
  transition: 0.3s ease-in-out;
  opacity: 1;
}
#header .menu_item #menu_list .menu_top .head_btn01:hover::after {
  opacity: 0;
}
#header .menu_item #menu_list .menu_top .head_btn02 {
  padding: 0 20px;
  line-height: 34px;
  background: #ffffff;
  border: 1px solid #1D50A1;
  border-radius: 34px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .menu_top .head_btn02 {
    max-width: 180px;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 15px;
  }
}
#header .menu_item #menu_list .menu_top .head_btn02 span {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #1D50A1;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .menu_top .head_btn02 span::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/head_btn02_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .menu_top .head_btn02:hover {
  opacity: 1;
  background: #1D50A1;
}
#header .menu_item #menu_list .menu_top .head_btn02:hover span {
  color: #ffffff;
}
#header .menu_item #menu_list .menu_top .head_btn02:hover span::after {
  background: url(../img/common/head_btn02_icon_on.png) no-repeat center / contain;
  background-size: 100% 100%;
}
#header .menu_item #menu_list .menu_top .head_btn03 {
  padding: 0 20px;
  line-height: 34px;
  border-radius: 34px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .menu_top .head_btn03 {
    max-width: 180px;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 15px;
  }
}
#header .menu_item #menu_list .menu_top .head_btn03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 34px;
  background: linear-gradient(90deg, #FFC0CB 0%, #BF0071 100%);
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .menu_top .head_btn03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 34px;
  transition: 0.3s ease-in-out;
  background: linear-gradient(90deg, #BF0071 0%, #FFC0CB 100%);
}
#header .menu_item #menu_list .menu_top .head_btn03 span {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  z-index: 10;
}
#header .menu_item #menu_list .menu_top .head_btn03 span::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 55%;
  background: url(../img/common/head_btn03_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
}
#header .menu_item #menu_list .menu_top .head_btn03:hover {
  transition: 0.3s ease-in-out;
  opacity: 1;
}
#header .menu_item #menu_list .menu_top .head_btn03:hover::after {
  opacity: 0;
}
#header .menu_item #menu_list ul {
  display: flex;
  justify-content: end;
  padding-top: 15px;
  height: 50px;
  align-items: flex-start;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul {
    margin: auto;
    width: 100%;
    padding: 0 0;
    display: block;
    height: fit-content;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
#header .menu_item #menu_list ul li {
  height: 35px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul li {
    height: fit-content;
  }
}
#header .menu_item #menu_list ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 1180px) {
  #header .menu_item #menu_list ul li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul li + li {
    margin-left: 0;
    margin-top: 25px;
  }
}
#header .menu_item #menu_list ul li a {
  position: relative;
  z-index: 99999999999;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.01;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  #header .menu_item #menu_list ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 930px) {
  #header .menu_item #menu_list ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  #header .menu_item #menu_list ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul li a {
    display: block;
    text-align: left;
    font-size: 16px;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
#header .menu_item #menu_list ul li a:hover {
  color: #1D50A1;
  opacity: 1 !important;
  cursor: pointer;
}
#header .menu_item .menu_show {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
#header .menu_item .navli {
  display: block;
}
@media screen and (max-width: 818px) {
  #header .menu_item .navli {
    display: none !important;
  }
}
#header .menu_item .navli .menu_te {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.01;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1180px) {
  #header .menu_item .navli .menu_te {
    font-size: 14px;
  }
}
@media screen and (max-width: 930px) {
  #header .menu_item .navli .menu_te {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  #header .menu_item .navli .menu_te {
    font-size: 12px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item .navli .menu_te {
    font-size: 16px;
    text-align: left;
    position: relative;
  }
}
#header .menu_item .navli .menu_te:hover {
  cursor: pointer;
  color: #1D50A1;
}
#header .menu_item .navli .sub_menu a::before {
  display: block;
}
@media screen and (max-width: 818px) {
  #header .menu_item .navli {
    height: auto !important;
  }
  #header .menu_item .navli .menu_te span {
    display: none !important;
  }
}
@media screen and (max-width: 818px) {
  #header #menuBtn {
    width: 24px;
    height: 18px;
    position: fixed;
    right: 20px;
    top: 21px;
    z-index: 9999999;
  }
  #header #menuBtn span {
    display: block;
    background: #1D50A1;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 16px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 8px;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 0px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span {
    width: 30px;
    background: #1D50A1;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
    transition: 0.3s ease-in-out;
  }
}
#header .sub_menu,
#header .navi_hojin_sub {
  position: absolute;
  left: 0;
  top: 100px;
  text-align: left;
  z-index: 55;
  width: 100%;
  background: #F5F5F5;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
}
@media screen and (max-width: 818px) {
  #header .sub_menu,
  #header .navi_hojin_sub {
    position: relative;
    top: auto;
    left: auto;
  }
}
#header .sub_menu .line,
#header .navi_hojin_sub .line {
  height: 1px;
  width: 100%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#header .sub_menu .inner,
#header .navi_hojin_sub .inner {
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 940px;
}
#header .sub_menu .new_list,
#header .navi_hojin_sub .new_list {
  margin: auto;
  display: flex;
  margin-top: 60px;
  max-width: 868px;
}
#header .sub_menu .new_list dt,
#header .navi_hojin_sub .new_list dt {
  width: 39%;
  padding-right: 60px;
}
#header .sub_menu .new_list dd,
#header .navi_hojin_sub .new_list dd {
  height: fit-content;
  margin: auto;
  width: 61%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 23px;
  column-gap: 32px;
}
#header .sub_menu .new_list dd a,
#header .navi_hojin_sub .new_list dd a {
  width: calc(50% - 16px);
  display: block;
  background: #ffffff;
  line-height: 46px !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding: 0 11px;
  text-align: left;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#header .sub_menu .new_list dd a::after,
#header .navi_hojin_sub .new_list dd a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 10px;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/menu_sub_migi.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .sub_menu .new_list dd a:hover::after,
#header .navi_hojin_sub .new_list dd a:hover::after {
  right: 4px;
}
#header .sub_menu .new_list_small,
#header .navi_hojin_sub .new_list_small {
  max-width: 656px;
}
#header .sub_menu .new_list_small dt,
#header .navi_hojin_sub .new_list_small dt {
  width: 51%;
}
#header .sub_menu .new_list_small dd,
#header .navi_hojin_sub .new_list_small dd {
  gap: 32px;
  width: 49%;
}
#header .sub_menu .new_list_small dd a,
#header .navi_hojin_sub .new_list_small dd a {
  padding: 0 20px;
  font-size: 16px !important;
  width: 100%;
  line-height: 75px !important;
}
#header .sub_menu .new_list_small dd a::after,
#header .navi_hojin_sub .new_list_small dd a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/service_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .sub_menu .new_list_small dd a:hover::after,
#header .navi_hojin_sub .new_list_small dd a:hover::after {
  right: 6px;
}
#header .sub_menu .new_list_small_3t,
#header .navi_hojin_sub .new_list_small_3t {
  max-width: 656px;
}
#header .sub_menu .new_list_small_3t dt,
#header .navi_hojin_sub .new_list_small_3t dt {
  width: 51%;
}
#header .sub_menu .new_list_small_3t dd,
#header .navi_hojin_sub .new_list_small_3t dd {
  gap: 23px;
  width: 49%;
}
#header .sub_menu .new_list_small_3t dd a,
#header .navi_hojin_sub .new_list_small_3t dd a {
  padding: 0 20px;
  font-size: 16px !important;
  width: 100%;
}
#header .sub_menu .new_list_small_3t dd a::after,
#header .navi_hojin_sub .new_list_small_3t dd a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/service_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .sub_menu .new_list_small_3t dd a:hover::after,
#header .navi_hojin_sub .new_list_small_3t dd a:hover::after {
  right: 6px;
}
#header .sub_menu .bigsmall dd,
#header .navi_hojin_sub .bigsmall dd {
  gap: 7px;
}
#header .sub_menu .bigsmall dd a,
#header .navi_hojin_sub .bigsmall dd a {
  line-height: 40px !important;
}
#header .sub_menu .big_btn,
#header .navi_hojin_sub .big_btn {
  background: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#header .sub_menu .big_btn span,
#header .navi_hojin_sub .big_btn span {
  width: fit-content;
  line-height: 2.7;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  display: block;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-right: 26px;
}
#header .sub_menu .big_btn span::after,
#header .navi_hojin_sub .big_btn span::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/service_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .sub_menu .big_btn:hover span::after,
#header .navi_hojin_sub .big_btn:hover span::after {
  right: -10px;
}
#header .sub_menu .small_btn_list,
#header .navi_hojin_sub .small_btn_list {
  width: 100%;
  display: flex;
  column-gap: 20px;
  margin-top: 40px;
}
#header .sub_menu .small_btn_list a,
#header .navi_hojin_sub .small_btn_list a {
  width: calc(33.3333% - 16.66666px);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: block;
  position: relative;
}
#header .sub_menu .small_btn_list a::after,
#header .navi_hojin_sub .small_btn_list a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 20px;
  bottom: 25px;
  background: url(../img/common/service_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .sub_menu .small_btn_list a:hover::after,
#header .navi_hojin_sub .small_btn_list a:hover::after {
  right: 10px;
}
#header .sub_menu .small_btn_list a .ttl,
#header .navi_hojin_sub .small_btn_list a .ttl {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-size: 20px;
  padding: 23px 20px;
}
.pink_btn_small {
  display: block;
  max-width: 224px;
  margin: auto;
  color: #ffffff !important;
  background: #BF0071;
  line-height: 45px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 818px) {
  .pink_btn_small {
    margin-top: 15px;
    max-width: 90%;
    line-height: 40px;
    border-radius: 8px;
  }
}
.pink_btn_small:hover {
  background: #1D50A1;
  opacity: 1;
}
.pink_btn {
  display: block;
  max-width: 300px;
  margin: auto;
  margin-top: 20px;
  color: #ffffff !important;
  background: #BF0071;
  line-height: 60px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .pink_btn {
    margin-top: 15px;
    font-size: 14px;
    max-width: 90%;
    line-height: 50px;
    border-radius: 8px;
  }
}
.pink_btn:hover {
  background: #1D50A1;
  opacity: 1;
}
.br_btn_yajiru {
  display: block;
  max-width: 300px;
  margin-top: 60px;
  color: #333333 !important;
  background: #ffffff;
  border: 1px solid #707070;
  line-height: 60px;
  border-radius: 60px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 818px) {
  .br_btn_yajiru {
    margin-top: 15px;
    font-size: 14px;
    line-height: 50px;
  }
}
.br_btn_yajiru:hover {
  opacity: 1;
}
.br_btn_yajiru:hover::after {
  right: 42px;
}
@media screen and (max-width: 818px) {
  .br_btn_yajiru:hover::after {
    right: 30px;
  }
}
.br_btn_yajiru::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 21px;
  right: 52px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/company/br_btn_after.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .br_btn_yajiru::after {
    right: 35px;
    width: 12px;
    height: 18px;
  }
}
.pink_btn_yajiru {
  display: block;
  max-width: 300px;
  margin: auto;
  margin-top: 20px;
  color: #ffffff !important;
  background: #BF0071;
  line-height: 60px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 818px) {
  .pink_btn_yajiru {
    margin-top: 15px;
    font-size: 14px;
    max-width: 90%;
    line-height: 50px;
    border-radius: 8px;
  }
}
.pink_btn_yajiru:hover {
  background: #1D50A1;
  opacity: 1;
}
.pink_btn_yajiru:hover::after {
  right: 10px;
}
.pink_btn_yajiru::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/btn_b_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .pink_btn_yajiru::after {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}
.pink_btn_shita {
  display: block;
  color: #ffffff !important;
  background: #BF0071;
  line-height: 60px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 818px) {
  .pink_btn_shita {
    font-size: 13px;
    line-height: 50px;
    padding-right: 10px;
    border-radius: 8px;
  }
}
.pink_btn_shita:hover {
  background: #1D50A1;
  opacity: 1;
}
.pink_btn_shita::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 16px;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/btn_pink_b.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .pink_btn_shita::after {
    right: 5px;
    width: 17px;
    height: 11px;
  }
}
.btn_b {
  margin: auto;
  background: #BF0071;
  color: #ffffff !important;
  width: 100%;
  max-width: 300px;
  line-height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .btn_b {
    font-size: 14px;
    max-width: 90%;
    line-height: 50px;
    border-radius: 8px;
  }
}
.btn_b::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/btn_b_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .btn_b::after {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}
.btn_b:hover {
  opacity: 1;
}
.btn_b:hover::after {
  right: 10px;
}
.btn_y {
  margin: auto;
  background: #ED9017;
  color: #ffffff !important;
  width: 100%;
  max-width: 300px;
  line-height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .btn_y {
    font-size: 14px;
    max-width: 90%;
    line-height: 50px;
    border-radius: 8px;
  }
}
.btn_y::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/btn_b_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .btn_y::after {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}
.btn_y:hover {
  opacity: 1;
}
.btn_y:hover::after {
  right: 10px;
}
.flex_banner {
  position: fixed;
  right: 0;
  top: 18%;
  z-index: 555;
}
@media screen and (max-width: 818px) {
  .flex_banner {
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
  }
}
.flex_banner .calendar {
  width: 60px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 818px) {
  .flex_banner .calendar {
    width: 50%;
    height: 50px;
  }
}
.flex_banner .calendar::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 10px 0 0 0;
  background: linear-gradient(180deg, #2A9CB1 0%, #1D50A1 100%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .flex_banner .calendar::after {
    border-radius: 8px 0 0 0;
    background: linear-gradient(90deg, #2A9CB1 0%, #1D50A1 100%);
  }
}
.flex_banner .calendar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 10px 0 0 0;
  background: linear-gradient(180deg, #1D50A1 0%, #2A9CB1 100%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .flex_banner .calendar::before {
    border-radius: 8px 0 0 0;
    background: linear-gradient(90deg, #1D50A1 0%, #2A9CB1 100%);
  }
}
.flex_banner .calendar:hover {
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.flex_banner .calendar:hover::after {
  opacity: 0;
}
.flex_banner .calendar span {
  font-size: 16px;
  font-weight: bold;
  writing-mode: vertical-rl;
  display: block;
  color: #ffffff;
  padding-top: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .flex_banner .calendar span {
    font-size: 16px;
    padding-top: 0;
    writing-mode: horizontal-tb;
    padding-left: 22px;
  }
}
.flex_banner .calendar span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: calc(50% - 10px);
  top: 0;
  background: url(../img/common/flex_btn01_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .flex_banner .calendar span::after {
    width: 18px;
    height: 18px;
    top: 50%;
    right: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.flex_banner .application {
  width: 60px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 818px) {
  .flex_banner .application {
    width: 50%;
    height: 50px;
  }
}
.flex_banner .application::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 0 0 0 10px;
  background: linear-gradient(180deg, #FFC0CB 0%, #BF0071 100%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .flex_banner .application::after {
    background: linear-gradient(90deg, #FFC0CB 0%, #BF0071 100%);
    border-radius: 0 8px 0 0;
  }
}
.flex_banner .application::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 0 0 0 10px;
  background: linear-gradient(180deg, #BF0071 0%, #FFC0CB 100%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .flex_banner .application::before {
    border-radius: 0 8px 0 0;
    background: linear-gradient(90deg, #BF0071 0%, #FFC0CB 100%);
  }
}
.flex_banner .application:hover {
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.flex_banner .application:hover::after {
  opacity: 0;
}
.flex_banner .application span {
  font-size: 16px;
  font-weight: bold;
  writing-mode: vertical-rl;
  display: block;
  color: #ffffff;
  padding-top: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .flex_banner .application span {
    font-size: 16px;
    padding-top: 0;
    writing-mode: horizontal-tb;
    padding-left: 22px;
  }
}
.flex_banner .application span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: calc(50% - 10px);
  top: 0;
  background: url(../img/common/flex_btn02_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .flex_banner .application span::after {
    width: 18px;
    height: 18px;
    top: 50%;
    right: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#pop_flex {
  position: fixed;
  right: 100px;
  bottom: 19%;
  width: 270px;
  height: 230px;
  background: #ffffff;
  z-index: 99;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 818px) {
  #pop_flex {
    right: 20px;
    bottom: 10%;
    width: 202px;
    height: 175px;
  }
}
#pop_flex .pop_ttl {
  line-height: 52px;
  text-align: center;
  background: linear-gradient(90deg, #2A9CB1 0%, #1D50A1 100%);
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 818px) {
  #pop_flex .pop_ttl {
    font-size: 14px;
    line-height: 42px;
  }
}
#pop_flex .pop_ttl #pop_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 100%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 818px) {
  #pop_flex .pop_ttl #pop_btn {
    width: 25px;
    height: 25px;
    top: -12px;
    right: -12px;
  }
}
#pop_flex .pop_txt {
  padding: 15px 20px 20px 20px;
  display: flex;
}
@media screen and (max-width: 818px) {
  #pop_flex .pop_txt {
    padding: 10px 12px 10px 12px;
  }
}
#pop_flex .pop_txt .img {
  width: 92px;
}
@media screen and (max-width: 818px) {
  #pop_flex .pop_txt .img {
    width: 73px;
  }
}
#pop_flex .pop_txt .txt {
  width: calc(100% - 92px);
  padding-left: 20px;
  padding-top: 14px;
}
@media screen and (max-width: 818px) {
  #pop_flex .pop_txt .txt {
    width: calc(100% - 73px);
    padding-left: 10px;
    padding-top: 10px;
  }
}
#pop_flex .pop_txt .txt .t01 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 818px) {
  #pop_flex .pop_txt .txt .t01 {
    font-size: 13px;
  }
}
#pop_flex .pop_txt .txt .t02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  #pop_flex .pop_txt .txt .t02 {
    margin-top: 10px;
    font-size: 13px;
  }
}
.pop_hide {
  display: none !important;
}
.cta .inner {
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .cta .inner {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.cta ul {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  column-gap: 10px;
}
@media screen and (max-width: 818px) {
  .cta ul {
    display: block;
  }
}
.cta ul li {
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
}
@media screen and (max-width: 818px) {
  .cta ul li {
    margin: auto;
    width: 90%;
    padding: 15px 20px;
  }
  .cta ul li + li {
    margin-top: 20px;
  }
}
.cta ul li:nth-child(1),
.cta ul li:nth-child(2) {
  width: calc(50% - 5px);
  padding-bottom: 20px;
}
@media screen and (max-width: 818px) {
  .cta ul li:nth-child(1),
  .cta ul li:nth-child(2) {
    padding-bottom: 20px;
    margin: auto;
    width: 90%;
    margin-top: 20px;
  }
}
.cta ul li .ttl {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 818px) {
  .cta ul li .ttl {
    font-size: 15px;
    padding-bottom: 7px;
    letter-spacing: -0.1em;
  }
}
.cta ul li .ttl::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  right: calc(50% - 30px);
  bottom: 0;
  z-index: 1;
  background: #1D50A1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .cta ul li .ttl::after {
    width: 40px;
    height: 2px;
    right: calc(50% - 20px);
  }
}
.cta ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
  min-height: 180px;
}
@media screen and (max-width: 818px) {
  .cta ul li p {
    min-height: auto;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.cta ul li .contact_btn {
  margin-top: 15px;
}
.cta ul li .tel_item {
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .cta ul li .tel_item {
    display: block;
    margin-top: 5px;
  }
}
@media screen and (max-width: 818px) {
  .cta ul li .tel_item {
    margin-top: 10px;
    display: block;
  }
}
.cta ul li .tel_item .tel {
  width: fit-content;
  margin: auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.73333;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 818px) {
  .cta ul li .tel_item .tel {
    font-size: 28px;
    padding-left: 32px;
  }
}
.cta ul li .tel_item .tel::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/tel_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .cta ul li .tel_item .tel::after {
    width: 25px;
    height: 25px;
  }
}
.cta ul li .tel_item .time {
  position: relative;
  width: fit-content;
  margin: auto;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
}
.cta ul li .tel_item .time::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/time_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.footer .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 818px) {
  .footer .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer .footer_item {
  display: flex;
}
@media screen and (max-width: 818px) {
  .footer .footer_item {
    display: block;
  }
}
.footer .footer_item .f_main {
  width: calc(100% - 270px);
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main {
    width: 100%;
  }
}
.footer .footer_item .f_main .f_top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .footer .footer_item .f_main .f_top {
    display: block;
  }
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main .f_top {
    display: block;
  }
}
.footer .footer_item .f_main .f_top .f_logo {
  max-width: 268px;
  margin-right: 20px;
  display: block;
}
@media screen and (max-width: 1180px) {
  .footer .footer_item .f_main .f_top .f_logo {
    max-width: 208px;
  }
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main .f_top .f_logo {
    max-width: 208px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer .footer_item .f_main .f_top p {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .footer .footer_item .f_main .f_top p {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .footer .footer_item .f_main .f_top p {
    margin-top: 5px;
  }
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main .f_top p {
    font-size: 14px;
  }
}
.footer .footer_item .f_main .f_menu {
  display: flex;
  column-gap: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .footer .footer_item .f_main .f_menu {
    column-gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main .f_menu {
    display: block;
    margin-top: 20px;
  }
}
.footer .footer_item .f_main .f_menu .list {
  width: calc(33.3333% - 6.666666px);
}
.footer .footer_item .f_main .f_menu .list:nth-child(1),
.footer .footer_item .f_main .f_menu .list:nth-child(3) {
  width: calc(30.3333% - 6.666666px);
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main .f_menu .list:nth-child(1),
  .footer .footer_item .f_main .f_menu .list:nth-child(3) {
    width: 100%;
  }
}
.footer .footer_item .f_main .f_menu .list:nth-child(2) {
  width: calc(39.3333% - 6.666666px);
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main .f_menu .list:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main .f_menu .list {
    width: 100%;
    margin-bottom: 15px;
  }
}
.footer .footer_item .f_main .f_menu .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 13px;
  text-align: left;
  line-height: 1.5;
  padding-left: 0;
}
.footer .footer_item .f_main .f_menu .ttl::after {
  display: none;
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main .f_menu .ttl {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.footer .footer_item .f_main .f_menu a {
  display: block;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .footer .footer_item .f_main .f_menu a {
    font-size: 12px;
  }
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main .f_menu a {
    font-size: 14px;
  }
}
.footer .footer_item .f_main .f_menu a::after {
  position: absolute;
  content: "-";
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  transition: 0.3s ease-in-out;
}
.footer .footer_item .f_main .f_link {
  display: flex;
  column-gap: 40px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .footer .footer_item .f_main .f_link {
    column-gap: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main .f_link {
    display: block;
    font-size: 14px;
  }
}
.footer .footer_item .f_main .f_link a {
  display: block;
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main .f_link a {
    width: 100%;
    text-align: left;
  }
  .footer .footer_item .f_main .f_link a + a {
    margin-top: 10px;
  }
}
.footer .footer_item .f_main .f_banner {
  margin-top: 60px;
  column-gap: 11px;
  display: flex;
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main .f_banner {
    margin-top: 30px;
    gap: 10px;
    flex-wrap: wrap;
    column-gap: 10px;
  }
}
.footer .footer_item .f_main .f_banner li {
  width: calc(25% - 8.25px);
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_main .f_banner li {
    width: calc(50% - 5px);
  }
}
.footer .footer_item .f_main .f_banner li a {
  display: block;
}
.footer .footer_item .f_face {
  width: 270px;
  padding-left: 20px;
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_face {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    display: flex;
    align-items: center;
  }
}
.footer .footer_item .f_face iframe {
  width: 100%;
  height: 388px;
}
@media screen and (max-width: 818px) {
  .footer .footer_item .f_face iframe {
    width: fit-content;
    height: 388px;
    margin: auto;
    padding-left: 40px;
  }
}
.copy {
  background: #1D50A1;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.416;
}
@media screen and (max-width: 818px) {
  .copy {
    font-size: 10px;
    line-height: 1.3;
  }
}
.copy .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 818px) {
  .copy .inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
.copy .txt {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .copy .txt {
    margin-top: 20px;
  }
}
.copy ul {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .copy ul {
    display: block;
  }
}
.copy ul a {
  display: block;
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  .copy ul a {
    font-size: 12px;
  }
}
.copy ul li + li {
  padding-left: 13px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .copy ul li + li {
    padding: 0;
    margin-top: 10px;
  }
}
.copy ul li + li::after {
  position: absolute;
  content: "｜";
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .copy ul li + li::after {
    display: none;
  }
}
.page_h2 {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 818px) {
  .page_h2 {
    margin-top: 60px;
  }
}
.page_h2 .inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .page_h2 .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page_h2 .txt {
  font-size: 40px;
  font-weight: bold;
  line-height: 58px;
  padding-left: 20px;
  border-left: 5px solid #1D50A1;
  text-align: left;
  margin-bottom: 7px;
}
@media screen and (max-width: 818px) {
  .page_h2 .txt {
    padding-left: 15px;
    font-size: 23px;
    line-height: 38px;
  }
}
.page_h2 .breadmenu {
  text-align: left;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}
.page_h2 .breadmenu span {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.page_h2 .breadmenu p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.page_h2 .breadmenu a {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.3s ease-in-out;
  position: relative;
  padding-right: 12px;
  color: #000000;
}
@media screen and (max-width: 818px) {
  .page_h2 .breadmenu a {
    padding-right: 10px;
  }
}
.page_h2 .breadmenu a:hover {
  transition: 0.3s ease-in-out;
}
.page_h2 .breadmenu a::after {
  position: absolute;
  content: ">";
  right: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .page_h2 .breadmenu a::after {
    right: 2px;
  }
}
.page_h2_new .txt {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  border-left: 5px solid #333333;
}
.p_b_m_50 .inner {
  padding-bottom: 50px;
}
@media screen and (max-width: 818px) {
  .p_b_m_50 .inner {
    padding-bottom: 40px;
  }
}
#page {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 120px;
}
@media screen and (max-width: 818px) {
  #page {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.h3_ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  padding-left: 20px;
  border-left: 5px solid #1D50A1;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .h3_ttl {
    padding-left: 15px;
    font-size: 20px;
    line-height: 32px;
  }
}
.h3_ttl_new {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  padding-left: 20px;
  border-left: 5px solid #333333;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 818px) {
  .h3_ttl_new {
    padding-left: 15px;
    font-size: 20px;
    line-height: 32px;
  }
}
.blue_line {
  border-left: 5px solid #1D50A1;
}
.small_btn {
  max-width: 300px;
  width: 100%;
  display: block;
  border-radius: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: auto;
  border: 1px solid #000000;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .small_btn {
    font-size: 14px;
    line-height: 50px;
    max-width: 100%;
  }
}
.small_btn:hover {
  background: #000000;
  color: #ffffff;
  opacity: 1;
}
.search_ttl_b {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.search_ttl_b span {
  color: #1D50A1;
  font-size: 18px;
}
.p404 .inner {
  padding-top: 130px;
  min-height: 70vh;
}
@media screen and (max-width: 818px) {
  .p404 .inner {
    padding-top: 50px;
  }
}
.p404 .ttl,
.p404 .sub {
  text-align: center;
  color: #1D50A1;
  font-size: 20px;
  font-weight: bold;
}
.p404 .sub {
  margin-bottom: 30px;
}
.p404 .btn_b {
  margin-top: 20px;
}
#sp_menuopen01,
#sp_menuopen02 {
  display: none;
  margin-top: 17px;
}
#sp_menuopen01 li,
#sp_menuopen02 li {
  position: relative;
  background: none;
  padding: 0;
  left: auto;
  top: auto;
  width: 100%;
  margin: auto;
  padding-bottom: 0;
}
#sp_menuopen01 li::after,
#sp_menuopen02 li::after {
  display: none !important;
}
#sp_menu01,
#sp_menu02 {
  padding-right: 30px !important;
  position: relative !important;
  width: fit-content;
  margin: auto;
}
.after_open::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/common/after_open.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
.after_close::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/common/after_close.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
.show {
  display: block !important;
  transition: 0.3s ease-in-out;
}
.hide {
  display: none !important;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .only_sp_submenu {
    padding: 0 10px !important;
    height: fit-content !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
  .only_sp_submenu li + li {
    margin-top: 15px !important;
  }
  .only_sp_submenu a {
    text-align: left !important;
    width: 100% !important;
    font-size: 14px !important;
    margin-left: 0 !important;
    display: block;
    position: relative;
    padding-left: 12px;
    font-weight: 500 !important;
  }
  .only_sp_submenu a::after {
    content: "";
    position: absolute;
    background: #1D50A1;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.pc_flex {
  display: flex;
}
@media screen and (max-width: 818px) {
  .pc_flex {
    display: none !important;
  }
}
#toc_container.toc_transparent {
  border: none !important;
  padding: 0 !important;
  margin-top: 10px !important;
}
#toc_container p.toc_title {
  text-align: left !important;
  font-size: 26px !important;
  font-weight: bold !important;
  color: #1D50A1 !important;
  margin-top: 20px !important;
  margin-bottom: 12px !important;
}
@media screen and (max-width: 818px) {
  #toc_container p.toc_title {
    font-size: 18px !important;
  }
}
#toc_container .toc_list li {
  padding-left: 0 !important;
}
#toc_container .toc_list li::after {
  display: none !important;
}
#toc_container {
  display: none !important;
}
.top_menu_list br {
  display: none !important;
}
.list01 ul p {
  display: none !important;
}
