@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: 820px) {
  html {
    font-size: 1vw;
  }
}
body {
  background: #273A78;
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.785;
}
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 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 820px) {
  p {
    line-height: 1.6;
    font-size: 14px;
  }
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #000000;
  text-decoration: none;
}
a:link,
a:visited {
  color: #000000;
  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: 820px) {
  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;
  }
}
body,
p {
  line-height: 1.875;
}
@media screen and (max-width: 820px) {
  body,
  p {
    line-height: 1.42;
  }
}
@media screen and (min-width: 821px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.8;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  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
------------------------------------------------------------------------------*/
.all_body_hide {
  overflow: hidden !important;
}
#header {
  width: 280px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: block;
  font-family: "Noto Serif JP", serif;
  background: #273A78;
}
@media screen and (max-width: 820px) {
  #header {
    background: none;
    padding-left: 40px;
    padding-top: 40px;
    height: 75px;
    width: 100%;
  }
}
#header .header_box {
  width: 100%;
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 820px) {
  #header .header_box {
    width: fit-content;
    padding: 0;
  }
}
#header .header_item {
  display: block;
  position: relative;
  align-items: flex-start;
  margin: auto;
}
@media screen and (max-width: 820px) {
  #header .header_item {
    align-items: center;
    justify-content: center;
    width: auto;
    display: block;
    width: 100%;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
  padding-left: 14px;
}
#header .header_item .logo_item .logo {
  display: block;
  max-width: 180px;
  margin: auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  #header .header_item .logo_item .logo {
    max-width: 105px;
  }
}
#header .header_item .logo_item img {
  margin: auto;
  display: block;
}
@media screen and (max-width: 820px) {
  #header .header_item .logo_item img {
    position: relative;
    margin: auto;
    margin-left: 0;
    z-index: 999999999;
  }
}
@media screen and (max-width: 820px) {
  #header .sssb::after {
    display: none !important;
  }
}
#header .menu_logo {
  display: none;
}
@media screen and (max-width: 820px) {
  #header .menu_logo {
    display: block;
    max-width: 60px;
    position: relative;
    z-index: 999999999;
  }
}
#header .menu_item {
  width: 100%;
  margin-top: 36px;
}
@media screen and (max-width: 820px) {
  #header .menu_item {
    width: auto;
  }
}
#header .menu_item .noborder a::before {
  display: none;
}
#header .menu_item .pc_menu {
  display: block;
  position: relative;
}
@media screen and (max-width: 820px) {
  #header .menu_item .pc_menu {
    display: none !important;
  }
}
#header .menu_item .navli {
  display: block;
  position: relative;
}
@media screen and (max-width: 820px) {
  #header .menu_item .navli {
    display: none !important;
  }
}
#header .menu_item .navli .sub_menu a::before {
  display: block;
}
@media screen and (max-width: 820px) {
  #header .menu_item .navli {
    height: auto !important;
  }
  #header .menu_item .navli .menu_te span {
    display: none !important;
  }
}
#header .menu_item .sp_pumenu {
  display: none !important;
}
@media screen and (max-width: 820px) {
  #header .menu_item .sp_pumenu {
    display: block !important;
  }
  #header .menu_item .sp_pumenu::after {
    display: none;
  }
}
#header .menu_item .sp_pumenu .q_txt {
  display: block;
  line-height: 1.5;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding-left: 37px;
  padding-bottom: 9px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 820px) {
  #header .menu_item .sp_pumenu .q_txt {
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
#header .menu_item .sp_pumenu .q_txt::after {
  position: absolute;
  content: "";
  width: 5.5px;
  height: 9.5px;
  right: 6px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_after.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  #header .menu_item .sp_pumenu .q_txt::after {
    right: 7px;
    top: 38px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
#header .menu_item .sp_pumenu .q_txt:hover {
  opacity: 1;
}
#header .menu_item .sp_pumenu .q_txt:hover::after {
  right: 16px;
}
@media screen and (max-width: 820px) {
  #header .menu_item .sp_pumenu .q_txt:hover::after {
    right: 7px;
  }
}
#header .menu_item .sp_pumenu .q_txt span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
#header .menu_item .sp_pumenu .faqactive:after {
  position: absolute;
  content: "";
  width: 5.5px;
  height: 9.5px;
  right: 6px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_after.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  #header .menu_item .sp_pumenu .faqactive:after {
    top: 38px;
    right: 7px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
#header .menu_item .sp_pumenu .a_txt {
  display: none;
  padding: 0 0 0 20px;
}
#header .menu_item .sp_pumenu .a_txt a {
  border-bottom: none !important;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  width: 100%;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  white-space: nowrap;
  padding-bottom: 15px !important;
  background-image: linear-gradient(to right, #DDDDDD 1px, transparent 3px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#header .menu_item .sp_pumenu .a_txt a + a {
  padding-top: 15px;
}
#header .menu_item .sp_pumenu .a_txt a:last-child {
  background: none;
  padding-bottom: 0;
}
#header .menu_item .sp_pumenu .a_txt a::after {
  display: none !important;
}
#header .menu_item .sp_pumenu .a_txt:after {
  display: none;
}
#header .menu_item .sp_sb {
  position: relative;
}
#header .menu_item .pc_cta {
  position: relative;
  background: #202B5C;
  color: #ffffff;
  padding: 16px 20px 22px 20px;
  margin-top: 23px;
}
@media screen and (max-width: 820px) {
  #header .menu_item .pc_cta {
    background: #273A78;
    margin: auto;
    padding: 0;
    margin-top: 0;
    max-width: 240px;
  }
}
#header .menu_item .pc_cta .mail_item {
  margin-top: 14px;
}
#header .menu_item .pc_cta .mail_item .mail_sub {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.416;
}
#header .menu_item .pc_cta .mail_item .mail {
  margin: auto;
  display: block;
  color: #ffffff;
  border-radius: 100px;
  border: 1px solid #ffffff;
  line-height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 6px;
  width: 100%;
  max-width: 220px;
}
#header .menu_item .pc_cta .mail_item .mail span {
  position: relative;
  padding-left: 25px;
}
#header .menu_item .pc_cta .mail_item .mail span::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/mail_w.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .menu_item .pc_cta .mail_item .mail:hover {
  background: #ffffff;
  color: #202B5C;
  opacity: 1;
}
#header .menu_item .pc_cta .mail_item .mail:hover span::after {
  background: url(../img/common/mail_b.png);
  background-size: 100% 100%;
}
#header .menu_item .pc_cta .tel_item {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #5A6284;
}
#header .menu_item .pc_cta .tel_sub {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.416;
}
#header .menu_item .pc_cta .tel {
  width: fit-content;
  padding-left: 22px;
  margin: auto;
  color: #ffffff;
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.428;
  position: relative;
}
#header .menu_item .pc_cta .tel::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  top: 57%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/tel_w.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .menu_item .pc_cta .time {
  margin-top: -4px;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.416;
}
#header .menu_item #menu_list {
  display: block;
  transition: 0.3s ease-in-out;
  padding: 0 20px;
}
@media screen and (max-width: 820px) {
  #header .menu_item #menu_list {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s, visibility 0.8s;
    z-index: -10;
    height: 100vh;
    width: 100%;
    padding: 40px 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    text-align: left;
    background: #273A78;
    overflow-x: hidden;
    padding-bottom: 120px;
  }
}
#header .menu_item #menu_list .follow {
  width: 100%;
  display: block;
  max-width: 166px;
  margin: auto;
  margin-top: 18px;
}
@media screen and (max-width: 820px) {
  #header .menu_item #menu_list .follow {
    max-width: 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#header .menu_item #menu_list .follow .follow_ttl {
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.428;
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width: 820px) {
  #header .menu_item #menu_list .follow .follow_ttl {
    margin-bottom: 0;
  }
}
#header .menu_item #menu_list .follow .f_list {
  display: flex;
  column-gap: 27px;
  width: fit-content;
  margin: auto;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #header .menu_item #menu_list .follow .f_list {
    margin-right: 0;
    column-gap: 20px;
  }
}
#header .menu_item #menu_list .follow .f_list a {
  height: 23px;
  display: block;
  max-width: 23px;
}
#header .menu_item #menu_list .menu_li_icon {
  width: 14px;
  display: flex;
  align-items: center;
  padding-right: 4px;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .menu_li_icon {
    width: 10px;
    padding-right: 3px;
  }
}
@media screen and (max-width: 820px) {
  #header .menu_item #menu_list .menu_li_icon {
    display: none;
  }
}
#header .menu_item #menu_list .menu_li_icon img {
  width: 10px;
  height: 9px;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .menu_li_icon img {
    width: 7px;
    height: 6px;
  }
}
#header .menu_item #menu_list .main_menu {
  display: block;
}
@media screen and (max-width: 820px) {
  #header .menu_item #menu_list .main_menu {
    display: block;
    padding-top: 20px;
    z-index: 10;
    position: relative;
    margin: auto;
    max-width: 240px;
  }
  #header .menu_item #menu_list .main_menu li {
    width: 100%;
    margin: auto;
    position: relative;
  }
}
#header .menu_item #menu_list .main_menu .pc_flex {
  display: flex;
  align-items: center;
}
#header .menu_item #menu_list .main_menu li {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 820px) {
  #header .menu_item #menu_list .main_menu li {
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 820px) {
  #header .menu_item #menu_list .main_menu li .menu_te {
    padding-left: 0;
    padding-right: 0;
  }
}
#header .menu_item #menu_list .main_menu li + li a,
#header .menu_item #menu_list .main_menu li + li .pc_menu_a {
  padding-top: 12px;
}
#header .menu_item #menu_list .main_menu li a,
#header .menu_item #menu_list .main_menu li .pc_menu_a {
  cursor: pointer;
  display: block;
  line-height: 1.5;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding-left: 37px;
  padding-bottom: 9px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 820px) {
  #header .menu_item #menu_list .main_menu li a,
  #header .menu_item #menu_list .main_menu li .pc_menu_a {
    padding-left: 10px;
    padding-bottom: 15px;
  }
}
#header .menu_item #menu_list .main_menu li a::after,
#header .menu_item #menu_list .main_menu li .pc_menu_a::after {
  position: absolute;
  content: "";
  width: 5.5px;
  height: 9.5px;
  right: 6px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_after.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  #header .menu_item #menu_list .main_menu li a::after,
  #header .menu_item #menu_list .main_menu li .pc_menu_a::after {
    right: 7px;
  }
}
#header .menu_item #menu_list .main_menu li a:hover,
#header .menu_item #menu_list .main_menu li .pc_menu_a:hover {
  opacity: 1;
}
#header .menu_item #menu_list .main_menu li a:hover::after,
#header .menu_item #menu_list .main_menu li .pc_menu_a:hover::after {
  right: 16px;
}
#header .menu_item #menu_list .main_menu li a span,
#header .menu_item #menu_list .main_menu li .pc_menu_a span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
#header .menu_item #menu_list .main_menu .menu_te {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #header .menu_item #menu_list .main_menu .menu_te {
    font-size: 14px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .main_menu .menu_te {
    font-size: 12px;
  }
}
#header .menu_item #menu_list .main_menu .li_01 {
  position: relative;
}
#header .menu_item #menu_list .main_menu .sub_menu {
  display: none;
  position: absolute;
  left: 0;
  top: 27px;
  text-align: left;
  z-index: 55;
}
@media screen and (max-width: 1280px) {
  #header .menu_item #menu_list .main_menu .sub_menu {
    top: 25px;
  }
}
@media screen and (max-width: 820px) {
  #header .menu_item #menu_list .main_menu .sub_menu {
    position: relative;
    background: none;
    padding: 0;
    left: auto;
    top: auto;
    display: block;
    margin: auto;
  }
  #header .menu_item #menu_list .main_menu .sub_menu::after {
    display: none;
  }
}
#header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box {
  position: relative;
  width: fit-content;
  background: #ffffff;
  padding: 22px 14px;
  min-width: 201px;
}
@media screen and (max-width: 1280px) {
  #header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box {
    padding: 12px 14px;
  }
}
#header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box li {
  width: 100%;
  height: fit-content;
}
#header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box li + li {
  margin-left: 0;
  margin-top: 15px;
}
@media screen and (max-width: 1280px) {
  #header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box li + li {
    margin-top: 8px;
  }
}
#header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box li a {
  font-weight: 400;
  font-size: 16px;
  background: #ffffff;
  color: #000000;
  width: 100%;
  position: relative;
  padding-left: 17px;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  #header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box li a {
    font-size: 14px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box li a {
    font-size: 12px;
  }
}
#header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 0;
  top: 6px;
  z-index: 1;
  background: url(../img/common/pu_icon.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  #header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box li a {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
  }
}
#header .menu_item .menuopen {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999999999 !important;
}
#header .menu_item #sp_menuopen01,
#header .menu_item #sp_menuopen02 {
  display: none;
  margin-top: 17px;
}
#header .menu_item #sp_menuopen01 li,
#header .menu_item #sp_menuopen02 li {
  position: relative;
  background: none;
  padding: 0;
  left: auto;
  top: auto;
  width: fit-content;
  margin: auto;
  padding-bottom: 0;
}
#header .menu_item #sp_menuopen01 li::after,
#header .menu_item #sp_menuopen02 li::after {
  display: none !important;
}
#header .menu_item #sp_menuopen01 li a,
#header .menu_item #sp_menuopen02 li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}
#header .menu_item #sp_menu01,
#header .menu_item #sp_menu02 {
  padding-right: 30px !important;
  position: relative !important;
  width: fit-content;
  margin: auto;
}
#header .menu_item .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;
}
#header .menu_item .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;
}
#header .menu_item .show {
  display: block !important;
  transition: 0.3s ease-in-out;
}
#header .menu_item .hide {
  display: none !important;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  #header #menuBtn {
    width: 70px;
    height: 59px;
    position: fixed;
    right: 20px;
    top: 20px;
    background: #273A78;
    border-radius: 0 0 0 20px;
    z-index: 99999999999999999999;
  }
  #header #menuBtn span {
    display: block;
    background: #ffffff;
    width: 29px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 21px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 29px;
    transition: 0.3s ease-in-out;
    opacity: 1;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 37px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(-8px) rotate(-45deg);
    width: 24px;
    right: -24px;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
    transition: 0.3s ease-in-out;
    opacity: 0;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(8px) rotate(45deg);
    transition: 0.3s ease-in-out;
    width: 24px;
    right: -24px;
  }
}
.breadmenu {
  font-family: "Noto Serif JP", serif;
  color: #273A78;
  padding-top: 20px;
  padding-right: 20px;
}
.breadmenu #breadcrumbs {
  display: flex;
  justify-content: flex-start;
}
.breadmenu a {
  color: #000000;
}
.breadmenu .breadcrumb_last {
  color: #AAAAAA;
  text-align: left;
}
.breadmenu a,
.breadmenu span,
.breadmenu p {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.pagination {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .pagination {
    font-size: 14px;
    margin-top: 40px;
  }
}
.pagination .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagination .page {
  line-height: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: 0.3s ease-in-out;
  color: #9F9F9F;
}
.pagination .page::hover {
  color: #273A78;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.pagination .current {
  letter-spacing: 0;
  line-height: 100%;
  width: 22px;
  height: 22px;
  color: #202B5C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500 !important;
  margin-left: 2px;
  margin-right: 2px;
  border: none !important;
}
.pagination .previouspostslink {
  border: none;
  display: block;
  font-size: 0;
  margin-right: 15px;
  width: 10px;
  height: 16px;
  background: url(../img/common/pagenavi_left.jpg);
  background-size: 100% 100%;
}
.pagination .nextpostslink {
  border: none;
  display: block;
  font-size: 0;
  margin-left: 15px;
  width: 10px;
  height: 16px;
  background: url(../img/common/pagenavi_right.jpg);
  background-size: 100% 100%;
}
.main_after {
  position: fixed;
  width: calc(100% - 280px);
  right: 0;
  top: 0;
  height: 40px;
  z-index: 999;
}
@media screen and (max-width: 820px) {
  .main_after {
    width: calc(100% - 40px);
    right: 20px;
  }
}
.main_after .main_after_top {
  background: #273A78;
  width: 100%;
  height: 20px;
}
.main_after .main_after_bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main_after .main_after_bottom img {
  width: 20px;
}
#main {
  width: calc(100% - 280px);
  margin-right: 0;
  margin-left: auto;
  padding: 20px 20px 20px 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  #main {
    width: 100%;
    padding: 20px 20px 32px 20px;
  }
}
#main .main_item {
  background: #ffffff;
  border-radius: 20px;
}
.mv_bg {
  position: fixed;
  width: calc(100% - 280px);
  padding-right: 20px;
  top: 20px;
  right: 0;
  height: 710px;
}
.mv_bg .mv_txt_item {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
@media screen and (max-width: 820px) {
  .mv_bg {
    padding-right: 0;
    width: calc(100% - 40px);
    right: 20px;
    height: 440px;
  }
}
.mv_bg .page_h2_item {
  padding-top: 20px;
  padding-left: 60px;
}
@media screen and (max-width: 820px) {
  .mv_bg .page_h2_item {
    padding-top: 60px;
    padding-left: 15px;
  }
}
.mv_bg .page_h2_item .breadmenu a {
  cursor: pointer;
}
.mv_bg .page_h2_item .breadmenu p,
.mv_bg .page_h2_item .breadmenu span,
.mv_bg .page_h2_item .breadmenu a,
.mv_bg .page_h2_item .breadmenu .breadcrumb_last {
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff !important;
}
@media screen and (max-width: 820px) {
  .mv_bg .page_h2_item .breadmenu p,
  .mv_bg .page_h2_item .breadmenu span,
  .mv_bg .page_h2_item .breadmenu a,
  .mv_bg .page_h2_item .breadmenu .breadcrumb_last {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.mv_bg .page_h2_item .breadmenu_blue p,
.mv_bg .page_h2_item .breadmenu_blue span,
.mv_bg .page_h2_item .breadmenu_blue a,
.mv_bg .page_h2_item .breadmenu_blue .breadcrumb_last {
  color: #202B5C !important;
}
.mv_bg .page_h2_item .page_h2_sub {
  margin-top: 59px;
  background: #000000;
  color: #ffffff;
  padding: 2px 16px 4px 16px;
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 820px) {
  .mv_bg .page_h2_item .page_h2_sub {
    margin-top: 30px;
    padding: 2px 10px 4px 10px;
    letter-spacing: 0.1em;
    font-size: 14px;
  }
}
.mv_bg .page_h2_item .page_h2_ttl {
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  margin-top: 5px;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.32;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .mv_bg .page_h2_item .page_h2_ttl {
    letter-spacing: 0;
    font-size: 28px;
  }
}
.mv_bg .page_h2_item .page_h2_ttl_blue {
  color: #202B5C !important;
}
.mv_bg .top_mv {
  padding-left: 70px;
  padding-top: 135px;
}
@media screen and (max-width: 820px) {
  .mv_bg .top_mv {
    padding-left: 17px;
    padding-top: 85px;
  }
}
.mv_bg .top_mv .b_ttl {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.327;
}
@media screen and (max-width: 820px) {
  .mv_bg .top_mv .b_ttl {
    line-height: 1.52;
    font-size: 25px;
  }
}
.mv_bg .top_mv .sub_ttl {
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .mv_bg .top_mv .sub_ttl {
    margin-top: 13px;
  }
}
.mv_bg .top_mv .sub_ttl span {
  width: fit-content;
  display: block;
  background: #000000;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 3px 9px 5px 9px;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .mv_bg .top_mv .sub_ttl span {
    padding: 3px 7px 5px 7px;
    font-size: 16px;
  }
}
.mv_bg .top_mv .sub_ttl span + span {
  margin-top: 12px;
}
@media screen and (max-width: 820px) {
  .mv_bg .top_mv .sub_ttl span + span {
    margin-top: 9px;
  }
}
.mv_bg video,
.mv_bg source {
  border-radius: 20px 20px 0 0;
  height: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mv_bg .bg_img {
  height: 710px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 820px) {
  .mv_bg .bg_img {
    height: 440px;
  }
}
.mv_bg .bg_img img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_bottom {
  background: #ffffff;
  position: relative;
  margin-top: 710px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 820px) {
  .main_bottom {
    margin-top: 440px;
  }
}
.h2_ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #202B5C;
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-align: left;
}
.h2_ttl span {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.88;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .h2_ttl span {
    font-size: 30px;
    line-height: 1.4;
  }
}
.btn {
  display: block;
  margin: auto;
  margin-right: 0;
  margin-top: 12px;
  width: 100%;
  max-width: 240px;
  border: 1px solid #202B5C;
  line-height: 50px;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0.045em;
  font-weight: 600;
  color: #202B5C !important;
  background: #ffffff;
}
@media screen and (max-width: 820px) {
  .btn {
    margin: auto;
    margin-top: 40px;
  }
}
.btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 7px;
  right: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/btn_y.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.btn:hover::after {
  right: 22px;
}
.btn02 {
  display: block;
  margin: auto;
  margin-right: 0;
  width: 100%;
  max-width: 240px;
  border: 1px solid #202B5C;
  line-height: 50px;
  position: relative;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.045em;
  font-weight: 500;
  color: #202B5C !important;
  background: #ffffff;
  padding: 0 17px;
}
@media screen and (max-width: 820px) {
  .btn02 {
    margin: auto;
  }
}
.btn02::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 16px;
  right: 18px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/btn_y02.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.btn02:hover::after {
  right: 25px;
}
.big_btn {
  display: block;
  margin: auto;
  margin-top: 36px;
  width: 100%;
  max-width: 400px;
  border: 1px solid #202B5C;
  line-height: 50px;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: 0.045em;
  font-weight: bold;
  color: #202B5C !important;
  background: #ffffff;
}
@media screen and (max-width: 820px) {
  .big_btn {
    margin: auto;
    margin-top: 40px;
  }
}
.big_btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 7px;
  right: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/btn_y.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.big_btn:hover::after {
  right: 22px;
}
.contact {
  background: #464646;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contact .h2_ttl {
  color: #ffffff;
}
.contact .contact_item {
  padding-left: 40px;
  margin-top: 30px;
  color: #ffffff;
}
@media screen and (max-width: 820px) {
  .contact .contact_item {
    margin-top: 40px;
    padding-left: 0;
  }
}
.contact .contact_item .c_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .contact .contact_item .c_ttl {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: 0.1em;
  }
}
.contact .contact_item p {
  margin-top: 26px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .contact .contact_item p {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
.contact .contact_item a {
  display: block;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .contact .contact_item a {
    display: block;
    min-height: 200px;
  }
}
.contact .contact_item a::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 7px;
  right: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/news_btn.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  .contact .contact_item a::after {
    bottom: 29px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: calc(50% - 60px);
  }
}
.contact .contact_item a:hover {
  opacity: 1;
  background: #ffffff;
  color: #202B5C !important;
}
.contact .contact_item a:hover::after {
  right: 22px;
  background: url(../img/common/news_btn_on.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 820px) {
  .contact .contact_item a:hover::after {
    right: calc(50% - 50px);
  }
}
.contact .contact_item .mail {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .contact .contact_item .mail {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 20px;
  }
  .contact .contact_item .mail::after {
    bottom: 61px;
  }
}
.contact .contact_item .tel {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  padding-right: 48px;
}
@media screen and (max-width: 820px) {
  .contact .contact_item .tel {
    display: block;
    padding-right: 0;
    letter-spacing: 0.2em;
    line-height: 1.266;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.contact .contact_item .tel span {
  margin-left: 30px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .contact .contact_item .tel span {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .contact .contact_item .tel span {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}
.recruit {
  padding-top: 50px;
  padding-bottom: 55px;
  position: relative;
  overflow: hidden;
  background: #202B5C;
}
@media screen and (max-width: 820px) {
  .recruit {
    background: #202B5C;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.recruit::after {
  position: absolute;
  z-index: 50;
  width: 300px;
  height: 100%;
  content: "";
  right: 350px;
  top: 0;
  background: linear-gradient(90deg, #202B5C 0%, #202B5C 0.18%, rgba(32, 51, 114, 0) 100%);
}
@media screen and (max-width: 1024px) {
  .recruit::after {
    right: 140px;
  }
}
@media screen and (max-width: 820px) {
  .recruit::after {
    display: none;
  }
}
.recruit .inner {
  position: relative;
  z-index: 70;
}
.recruit .recruit_slide_box,
.recruit .recruit_slide_box02 {
  position: absolute;
  overflow: hidden;
  width: 310px;
  height: 100%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .recruit .recruit_slide_box,
  .recruit .recruit_slide_box02 {
    width: 210px;
  }
}
@media screen and (max-width: 820px) {
  .recruit .recruit_slide_box,
  .recruit .recruit_slide_box02 {
    display: none;
  }
}
.recruit .recruit_slide_box .r_slide01,
.recruit .recruit_slide_box02 .r_slide01 {
  position: relative;
  block-size: 100vh;
}
.recruit .recruit_slide_box .r_slide01_box,
.recruit .recruit_slide_box02 .r_slide01_box {
  inline-size: 100%;
  block-size: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10fr ;
  grid-template-columns: 10fr;
  gap: 15px;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: opacity 1.4s var(--easeOrg), -webkit-filter 1.8s 0.5s var(--easeOrg);
  transition: opacity 1.4s var(--easeOrg), -webkit-filter 1.8s 0.5s var(--easeOrg);
  transition: opacity 1.4s var(--easeOrg), filter 1.8s 0.5s var(--easeOrg);
  transition: opacity 1.4s var(--easeOrg), filter 1.8s 0.5s var(--easeOrg), -webkit-filter 1.8s 0.5s var(--easeOrg);
}
.recruit .recruit_slide_box .swiper-slide,
.recruit .recruit_slide_box02 .swiper-slide {
  block-size: 20%;
  inline-size: 100%;
  position: relative;
}
.recruit .recruit_slide_box .swiper-wrapper,
.recruit .recruit_slide_box02 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.recruit .recruit_slide_box .swiper-slide img,
.recruit .recruit_slide_box02 .swiper-slide img {
  height: calc(100% - 15px);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recruit .recruit_slide_box .r_slide02,
.recruit .recruit_slide_box02 .r_slide02 {
  position: relative;
  block-size: 100vh;
}
.recruit .recruit_slide_box .r_slide02_box,
.recruit .recruit_slide_box02 .r_slide02_box {
  inline-size: 100%;
  block-size: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10fr ;
  grid-template-columns: 10fr;
  gap: 15px;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: opacity 1.4s var(--easeOrg), -webkit-filter 1.8s 0.5s var(--easeOrg);
  transition: opacity 1.4s var(--easeOrg), -webkit-filter 1.8s 0.5s var(--easeOrg);
  transition: opacity 1.4s var(--easeOrg), filter 1.8s 0.5s var(--easeOrg);
  transition: opacity 1.4s var(--easeOrg), filter 1.8s 0.5s var(--easeOrg), -webkit-filter 1.8s 0.5s var(--easeOrg);
}
.recruit #recruit_slide1,
.recruit #recruit_slide2 {
  width: 100%;
  height: 70%;
}
@media screen and (max-width: 1024px) {
  .recruit #recruit_slide1,
  .recruit #recruit_slide2 {
    height: 60%;
  }
}
.recruit .recruit_slide_box02 {
  position: absolute;
  overflow: hidden;
  width: 310px;
  height: 100%;
  right: 340px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .recruit .recruit_slide_box02 {
    width: 210px;
    right: 230px;
  }
}
.recruit .h2_ttl {
  color: #ffffff;
}
.recruit .r_img_sp {
  display: none;
}
.recruit .r_img_sp .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 820px) {
  .recruit .r_img_sp {
    display: block;
    margin-top: 30px;
    position: relative;
  }
  .recruit .r_img_sp::after {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 60px;
    content: "";
    right: 0;
    top: 0;
    background: linear-gradient(180deg, #202B5C 0%, #202B5C 0.17%, rgba(32, 51, 114, 0) 100%);
  }
  .recruit .r_img_sp .slid02 {
    margin-top: 9px;
  }
}
.recruit p {
  color: #ffffff;
  text-align: left;
  margin-top: 48px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 820px) {
  .recruit p {
    margin-top: 40px;
  }
}
.recruit .r_list {
  margin-top: 40px;
}
.recruit .r_btn {
  width: 100%;
  max-width: 454px;
  border: 1px solid #ffffff;
  line-height: 1.5;
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #ffffff !important;
}
@media screen and (max-width: 1024px) {
  .recruit .r_btn {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 820px) {
  .recruit .r_btn {
    min-height: 200px;
    padding-top: 51px;
    align-items: flex-start;
  }
}
.recruit .r_btn + .r_btn {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .recruit .r_btn + .r_btn {
    margin-top: 20px;
  }
}
.recruit .r_btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 7px;
  right: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/btn_w.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  .recruit .r_btn::after {
    width: 120px;
    height: 7px;
    background: url(../img/common/news_btn.png);
    background-size: 100% 100%;
    bottom: 50px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: calc(50% - 60px);
  }
}
.recruit .r_btn:hover::after {
  right: 22px;
}
@media screen and (max-width: 820px) {
  .recruit .r_btn:hover::after {
    right: calc(50% - 50px);
  }
}
@media screen and (max-width: 820px) {
  .recruit .r_btn01 {
    padding-top: 69px;
  }
}
@media screen and (max-width: 820px) {
  .recruit .r_btn01::after {
    bottom: 65px;
  }
}
.footer {
  background: #ffffff;
  padding: 40px 110px 30px 106px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1320px) {
  .footer {
    padding: 40px 20px 30px 20px;
  }
}
@media screen and (max-width: 820px) {
  .footer {
    padding: 40px 15px 40px 20px;
  }
}
.footer .footer_item {
  margin: auto;
}
.footer .footer_item dl {
  display: flex;
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl {
    display: block;
  }
}
.footer .footer_item dl dt {
  width: 240px;
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dt {
    padding-right: 5px;
    width: 100%;
  }
}
.footer .footer_item dl dt .f_logo {
  display: block;
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dt .f_logo {
    max-width: 200px;
    margin: auto;
  }
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dt .dt_item {
    max-width: 240px;
    margin: auto;
  }
}
.footer .footer_item dl dt .dt_item p {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 1.57;
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dt .dt_item p {
    margin-top: 20px;
  }
}
.footer .footer_item dl dt .dt_item .f_follow {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  display: block;
  margin: auto;
  padding-top: 14px;
  padding-bottom: 24px;
}
.footer .footer_item dl dt .dt_item .f_follow .follow_ttl {
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.428;
  text-align: left;
  color: #000000;
}
.footer .footer_item dl dt .dt_item .f_follow .f_list {
  display: flex;
  column-gap: 27px;
  width: fit-content;
  margin: auto;
  align-items: center;
}
.footer .footer_item dl dt .dt_item .f_follow .f_list a {
  height: 23px;
  display: block;
  max-width: 23px;
}
.footer .footer_item dl dt .dt_item .tel_item {
  margin-top: 36px;
  margin-bottom: 42px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dt .dt_item .tel_item {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: fit-content;
  }
}
.footer .footer_item dl dt .dt_item .tel {
  width: fit-content;
  padding-left: 24px;
  color: #2F2F2F;
  display: block;
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.428;
  position: relative;
}
.footer .footer_item dl dt .dt_item .tel::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  top: 57%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/tel_b.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.footer .footer_item dl dt .dt_item .time {
  margin-top: 4px;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #2F2F2F;
  font-weight: 400;
  line-height: 1.416;
  padding-right: 24px;
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dt .dt_item .time {
    padding-right: 0;
  }
}
.footer .footer_item dl dd {
  padding-top: 44px;
  padding-bottom: 55px;
  width: calc(100% - 240px);
  padding-left: 145px;
  gap: 58px;
  column-gap: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1320px) {
  .footer .footer_item dl dd {
    padding-left: 40px;
  }
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dd {
    gap: 20px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }
}
.footer .footer_item dl dd .dd_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dd .dd_list {
    column-gap: 11px;
  }
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dd .dd_list .a_list_last {
    margin-top: 20px;
  }
}
.footer .footer_item dl dd .dd_list .a_list:nth-child(1) {
  width: 43.8%;
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dd .dd_list .a_list:nth-child(1) {
    width: calc(50% - 5.5px);
  }
}
.footer .footer_item dl dd .dd_list .a_list:nth-child(2) {
  width: 34.5%;
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dd .dd_list .a_list:nth-child(2) {
    width: calc(50% - 5.5px);
  }
}
.footer .footer_item dl dd .dd_list .a_list:nth-child(3) {
  width: 21.7%;
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dd .dd_list .a_list:nth-child(3) {
    width: calc(50% - 5.5px);
  }
}
.footer .footer_item dl dd .dd_list .a_list .big_a {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 21px;
  color: #000000;
}
.footer .footer_item dl dd .dd_list .a_list .sub_list_t {
  display: flex;
  padding-right: 20px;
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dd .dd_list .a_list .sub_list_t {
    padding-right: 0;
    display: block;
  }
}
.footer .footer_item dl dd .dd_list .a_list .sub_list_t .list_t {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .footer .footer_item dl dd .dd_list .a_list .sub_list_t .list_t {
    width: 100%;
  }
  .footer .footer_item dl dd .dd_list .a_list .sub_list_t .list_t + .list_t {
    margin-top: 15px;
  }
}
.footer .footer_item dl dd .dd_list .a_list .sub_list a {
  line-height: 1.2;
  display: block;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.footer .footer_item dl dd .dd_list .a_list .sub_list a + a {
  margin-top: 15px;
}
.footer .footer_item .copy {
  border-top: 1px solid #DDDDDD;
  padding-top: 17px;
  display: flex;
  column-gap: 146px;
}
@media screen and (max-width: 1320px) {
  .footer .footer_item .copy {
    column-gap: 50px;
  }
}
.footer .footer_item .copy .copy_txt {
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
.footer .footer_item .copy .copy_list {
  display: flex;
  column-gap: 40px;
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  .footer .footer_item .copy .copy_list {
    display: none;
  }
}
.footer .footer_item .copy .copy_list a {
  display: block;
  color: #000000;
}
.tel_flex {
  background: #273A78;
  padding-top: 2px;
  width: 173px;
  height: 67px;
  color: #ffffff !important;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 90;
  border-radius: 20px 0 0 0;
  display: none;
}
@media screen and (max-width: 820px) {
  .tel_flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tel_flex .tel_sub {
  color: #ffffff !important;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.01;
}
.tel_flex .tel {
  width: fit-content;
  padding-left: 22px;
  margin: auto;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.428;
  position: relative;
}
.tel_flex .tel::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  top: 57%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/tel_w.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.tel_flex .time {
  color: #ffffff !important;
  margin-top: -2px;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.416;
}
.pc_sub_menu_item {
  background: url(../img/common/pc_sub_menu_item_bg.png) no-repeat right top;
  background-size: 100% 100%;
  position: fixed;
  width: 328px;
  height: 100vh;
  top: 0;
  z-index: 900;
  padding-left: 17px;
  padding-top: 115px;
}
@media screen and (max-width: 820px) {
  .pc_sub_menu_item {
    display: none;
  }
}
.pc_sub_menu_item .pc_sub_menu_box {
  position: relative;
  width: 100%;
  max-width: 270px;
}
.pc_sub_menu_item .pc_sub_menu_box .pc_close_btn {
  position: absolute;
  z-index: 60;
  cursor: pointer;
  width: 47px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc_sub_menu_item .pc_sub_menu_box .pc_close_btn img {
  width: 18px;
  height: 18px;
}
.pc_sub_menu_item .sub_a_txt {
  border-top: 1px solid #ffffff;
}
.pc_sub_menu_item .sub_a_txt a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  padding-left: 37px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  position: relative;
}
.pc_sub_menu_item .sub_a_txt a::after {
  position: absolute;
  content: "";
  width: 5.5px;
  height: 9.5px;
  right: 6px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_after.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  .pc_sub_menu_item .sub_a_txt a::after {
    right: 7px;
  }
}
.pc_sub_menu_item .sub_a_txt a:hover {
  opacity: 1;
}
.pc_sub_menu_item .sub_a_txt a:hover::after {
  right: 16px;
}
.pc_sub_menu_item .sub_a_txt .sub_padding_left {
  padding-left: 37px;
}
.pc_sub_menu_item .sub_a_txt .sub_padding_left a {
  padding-left: 0;
}
.pc_sub_menu_item .pc_sub_menu_a {
  position: relative;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding-left: 37px;
  padding-bottom: 9px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 820px) {
  .pc_sub_menu_item .pc_sub_menu_a {
    padding-left: 10px;
    padding-bottom: 15px;
  }
}
.pc_sub_menu_item .pc_sub_menu_a span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.menu_list_open {
  transition: 0.3s ease-in-out;
  left: 280px;
  display: block !important;
  -webkit-animation-name: fadeopen;
  animation-name: fadeopen;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeopen {
  0% {
    opacity: 1;
    left: -850px;
  }
  100% {
    opacity: 1;
    left: 280px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.menu_list_close {
  transition: 0.3s ease-in-out;
  left: -850px;
  display: block !important;
  -webkit-animation-name: fadeclose;
  animation-name: fadeclose;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeclose {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 1;
    left: -850px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.inner_box {
  padding: 20px 45px 0 60px;
}
@media screen and (max-width: 1200px) {
  .inner_box {
    padding: 20px 30px 0 30px;
  }
}
@media screen and (max-width: 820px) {
  .inner_box {
    padding: 50px 0 0 0;
  }
}
.inner_box_lr {
  padding: 0 45px 0 60px;
}
@media screen and (max-width: 1200px) {
  .inner_box_lr {
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width: 820px) {
  .inner_box_lr {
    padding: 50px 0 0 0;
  }
}
.inner_box_lr110 {
  padding: 0 110px 0 60px;
}
@media screen and (max-width: 1200px) {
  .inner_box_lr110 {
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width: 820px) {
  .inner_box_lr110 {
    padding: 0;
  }
}
.inner_box_lr100 {
  padding: 0 100px 0 60px;
}
@media screen and (max-width: 1200px) {
  .inner_box_lr100 {
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width: 820px) {
  .inner_box_lr100 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 820px) {
  .sp_l_p20 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 820px) {
  .sp_r_p20 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 820px) {
  .sp_lr_p20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page_inner {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .page_inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .page_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 820px) {
  .page_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
