@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
html {
  color: #333333;
}
body {
  margin: 0;
  color: #333333;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1.5px;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
}
dd {
  margin-inline-start: 0;
}
p {
  margin: 0 0 1em;
  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 {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}
a:link,
a:visited {
  /* color: #333333; */
  /* text-decoration: none; */
}
input,
textarea,
select {
  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;
}
#wrapper {
  position: relative;
  padding: 0;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  img:not(.img-fluid) {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.5;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
button {
  outline: none;
}
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  /* position: fixed;
  top: 0;
  left: 0; */
  z-index: 999999;
  align-items: center;
  display: block;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;

    height: 92px !important;
    display: block !important;
  }
}
#header #header_top {
  width: 100%;
  background: #f7f8fa;
}
@media screen and (max-width: 768px) {
  #header #header_top {
    display: block !important;
  }
}
#header #header_top .inner {
  height: 46px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header #header_top .inner {
    height: 40px;
  }
}
#header #header_top p {
  font-size: 13px;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #header #header_top p {
    font-size: 12px;
  }
}
#header #header_top .btn_item {
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  #header #header_top .btn_item {
    width: 115px;
    right: 65px;
    height: 40px;
    background: #eceef2;
    border-radius: 25px;
    padding: 5px;
    z-index: 999;
    top: 50px;
  }
}
#header #header_top .btn_item .nai {
  color: #a28f42;
  font-size: 13px;
  font-weight: bold;
  height: 100%;
  box-shadow: 0px 0px 4px 0px rgba(8, 25, 45, 0.1);
  padding: 0 40px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: #a28f42 3px solid;
}
@media screen and (max-width: 768px) {
  #header #header_top .btn_item .nai {
    border-top: none;
    box-shadow: none;
    color: #08192d;
    background: #ffffff;
    border-radius: 25px;
    width: 61px;
    padding: 0;
    justify-content: center;
  }
  #header #header_top .btn_item .nai span {
    display: none;
  }
}
#header #header_top .btn_item .gai {
  font-size: 13px;
  font-weight: bold;
  height: 100%;
  padding: 0 48px 0 30px;
  display: flex;
  align-items: center;
  color: #08192d;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #header #header_top .btn_item .gai {
    box-shadow: none;
    color: #08192d;
    background: none;
    border-radius: 25px;
    width: calc(100% - 61px);
    justify-content: center;
    padding: 0;
  }
  #header #header_top .btn_item .gai span {
    display: none;
  }
}
#header #header_top .btn_item .gai:hover {
  opacity: 1;
  color: #abb0b4;
}
#header #header_top .btn_item .gai::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 34px;
  top: 42%;
  rotate: 90deg;
  transform: translate(0, -50%);
  z-index: 1;
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #header #header_top .btn_item .gai::after {
    display: none;
  }
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 70px;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  background: #ffffff;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #header .header_item {
    background: #ffffff;
    align-items: center;
    justify-content: left;
    width: auto;
    display: flex !important;
    height: 60px;
    width: 100%;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
  position: relative;
}
#header .header_item .logo_item .logo {
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #a59348;
  margin: auto;
  display: block;
  position: absolute;
  line-height: 1.333;
  text-align: center;
  transition: 0.3s ease-in-out;
}
#header .header_item .logo_item .logo span {
  line-height: 0.666;
  color: #08192d;
  font-size: 30px;
  display: block;
  letter-spacing: 0.025em;
  font-weight: 600;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #header .header_item .logo_item .logo span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #header .header_item .logo_item .logo {
    position: relative;
    margin: auto;
    font-size: 12px;
    transition: 0.3s ease-in-out;
  }
}
#header .header_item .admin_btn_item {
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  #header .header_item .admin_btn_item {
    display: none;
  }
}
#header .header_item .admin_btn_item .txt_btn {
  font-size: 14px;
  font-weight: bold;
  color: #08192d;
  display: block;
  padding-right: 14px;
  width: fit-content;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #header .header_item .admin_btn_item .txt_btn {
    font-size: 13px;
    letter-spacing: 0;
  }
}
#header .header_item .admin_btn_item .txt_btn:hover {
  opacity: 1;
  color: #abb0b4;
}
#header .header_item .admin_btn_item .txt_btn::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#header .header_item .admin_btn_item .m_r_24 {
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  #header .header_item .admin_btn_item .m_r_24 {
    margin-right: 10px;
  }
}
#header .header_item .admin_btn_item .m_r_30 {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  #header .header_item .admin_btn_item .m_r_30 {
    margin-right: 15px;
  }
}
#header .header_item .admin_btn_item .border_btn {
  width: 160px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #ffffff;
  border: 2px solid #08192d;
  color: #08192d;
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  #header .header_item .admin_btn_item .border_btn {
    width: 130px;
  }
}
@media screen and (max-width: 980px) {
  #header .header_item .admin_btn_item .border_btn {
    width: 100px;
  }
}
#header .header_item .admin_btn_item .border_btn:hover {
  opacity: 1;
  background: #08192d;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
#header .header_item .admin_btn_item .bg_btn {
  width: 160px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #08192d;
  border: 2px solid #08192d;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  #header .header_item .admin_btn_item .bg_btn {
    width: 130px;
  }
}
@media screen and (max-width: 980px) {
  #header .header_item .admin_btn_item .bg_btn {
    width: 100px;
  }
}
#header .header_item .admin_btn_item .bg_btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #08192d;
  transition: 0.3s ease-in-out;
}
#header .menu_item {
  text-align: right;
  padding: 0;
  height: 46px;
  display: flex;
  align-items: center;
  justify-self: center;
  margin: auto;
  margin-right: 0;
  width: 100%;
  position: relative;
  background: #08192d;
}
@media screen and (max-width: 768px) {
  #header .menu_item {
    background: none;
    height: 0;
  }
}
#header .menu_item #menu_list_item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list_item {
    display: none;
    height: 90vh;
    width: 100%;
    padding: 100px 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: scroll;
    text-align: center;
    background: #f7f8fa;
  }
}
#header .menu_item #menu_list {
  margin: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#header .menu_item #menu_list li {
  position: relative;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list li {
    display: block;
  }
}
#header .menu_item #menu_list li:first-child a {
  padding-left: 0;
}
#header .menu_item #menu_list li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 46px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  position: relative;
  transition: 0.3s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list li a {
    font-size: 14px;
    font-weight: bold;
    color: #08192d;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  #header .menu_item #menu_list li a span {
    font-size: 15px;
    margin-right: 10px;
  }
}
#header .menu_item #menu_list li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #ffffff;
  bottom: 0;
  transform: scale(0, 3);
  transform-origin: center top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;
  /*変形の時間*/
}
#header .menu_item #menu_list li a:hover {
  opacity: 1;
}
#header .menu_item #menu_list li a:hover:after {
  transform: scale(1, 3);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list li a:hover:after {
    transform: translateY(-50%);
  }
}
#header .menu_item #menu_list li .search_container {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 0 35px 0 10px;
  border-radius: 50px;
  height: 32px;
  width: 200px;
  overflow: hidden;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list li .search_container {
    padding: 0 25px 0 10px;
    width: 100%;
    height: 45px;
  }
}
#header .menu_item #menu_list li .search_container input[type="text"] {
  border: none;
  height: 32px;
  background: #ffffff;
  padding-block: 0;
  padding-inline: 0;
  padding: 0;
  width: 150px;
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list li .search_container input[type="text"] {
    width: calc(100% - 20px);
    height: 45px;
  }
}
#header .menu_item #menu_list li .search_container input[type="text"]:focus {
  outline: 0;
}
#header .menu_item #menu_list li .search_container input[type="submit"] {
  cursor: pointer;
  border: none;
  background: none;
  position: absolute;
  height: 100%;
  width: 16px;
  right: 16px;
  top: 0;
  outline: none;
  background: url(../img/search_icon.webp) no-repeat center / contain;
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list li .search_container input[type="submit"] {
    background-size: 16px 16px;
    background-position-x: right;
  }
}
#header .menu_item #menu_list li .search_container input::placeholder {
  color: #cccccc;
  font-size: 13px;
  text-align: left;
  width: 200;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list li .search_container input::placeholder {
    line-height: 45px;
    width: 100%;
    height: 45px;
  }
}
#header .menu_item #menu_list .last_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list .last_menu {
    width: 100%;
    display: block;
  }
  #header .menu_item #menu_list .last_menu a {
    background: #eceef2;
    color: #08192d;
    padding: 20px;
    border-top: 1px solid #ffffff;
  }
}
#header .menu_item #menu_list .last_menu .sub_menu {
  display: none;
  border-top: 1px solid #ffffff;
  width: 100%;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .last_menu .sub_menu li {
  width: 100%;
  padding: 0 20px;
  margin-top: 0;
}
#header .menu_item #menu_list .last_menu .sub_menu li:first-child {
  border-top: none;
}
#header .menu_item #menu_list .last_menu .sub_menu li a {
  font-size: 13px;
  font-weight: 500;
  background: #f7f8fa;
  padding-left: 0;
}
#header .menu_item #menu_list .last_menu .sub_menu .noborder {
  border-bottom: none;
}
#header .menu_item #menu_list .sp_admin_btn {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#header .menu_item #menu_list .sp_admin_btn .sp_admin_btn_item {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list .sp_admin_btn .sp_admin_btn_item {
    padding: 13px 40px;
    justify-content: center;
    display: block;
  }
}
#header .menu_item #menu_list .sp_admin_btn .sp_admin_btn_item .txt_btn {
  font-size: 16px;
  font-weight: bold;
  color: #08192d;
  display: block;
  padding-right: 14px;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-top: 20px;
}
#header
  .menu_item
  #menu_list
  .sp_admin_btn
  .sp_admin_btn_item
  .txt_btn
  + .txt_btn {
  margin-top: 15px;
}
#header .menu_item #menu_list .sp_admin_btn .sp_admin_btn_item .txt_btn:hover {
  opacity: 1;
  color: #abb0b4;
}
#header .menu_item #menu_list .sp_admin_btn .sp_admin_btn_item .txt_btn::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 0;
  top: 12px;
  z-index: 1;
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .sp_admin_btn .sp_admin_btn_item .border_btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #ffffff;
  border: 2px solid #08192d;
  color: #08192d;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  margin-top: 18px;
}
#header
  .menu_item
  #menu_list
  .sp_admin_btn
  .sp_admin_btn_item
  .border_btn::after {
  display: none;
}
#header
  .menu_item
  #menu_list
  .sp_admin_btn
  .sp_admin_btn_item
  .border_btn:hover {
  opacity: 1;
  background: #08192d;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .sp_admin_btn .sp_admin_btn_item .bg_btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #08192d;
  border: 2px solid #08192d;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .sp_admin_btn .sp_admin_btn_item .bg_btn::after {
  display: none;
}
#header .menu_item #menu_list .sp_admin_btn .sp_admin_btn_item .bg_btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #08192d;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .sub_menu {
  display: none;
  position: absolute;
  left: 0;
  top: 6.75rem;
  width: fit-content;
  text-align: left;
  background: #f0e9de;
  padding: 0 2.8125rem;
  border-radius: 2.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 55;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list .sub_menu {
    position: relative;
    background: none;
    padding: 0;
    left: auto;
    top: auto;
    width: fit-content;
    display: block;
    margin: auto;
  }
  #header .menu_item #menu_list .sub_menu::after {
    display: none;
  }
}
#header .menu_item #menu_list .sub_menu a {
  font-size: 1.0625rem;
  font-weight: bold;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list .sub_menu a {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
  }
}
#header .menu_item #menu_list .sub_menu li {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list .sub_menu li {
    margin: auto;
    margin-top: 20px;
  }
  #header .menu_item #menu_list .sub_menu li::after {
    display: none;
  }
}
#header .menu_item #menu_list .sub_menu li:last-child a {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list .sub_menu li:last-child a {
    padding-right: auto;
  }
}
#header .menu_item #menu_list .sub_menu li:last-child a::before {
  display: none;
}
#header .menu_item #menu_list .sub_menu li:first-child {
  position: relative;
}
#header .menu_item #menu_list .sub_menu li:first-child::after {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 1.75rem;
  top: -0.625rem;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/sub_menu_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .sub_menu li + li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list .sub_menu li + li {
    margin-left: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #header .menu_item #menu_list {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  #header .menu_item #menu_list li {
    width: 100%;
    margin: auto;
    position: relative;
    padding: 20px;
    border-top: 1px solid #e6e9f0;
  }
  #header .menu_item #menu_list li:first-child {
    border-top: none;
  }
  #header .menu_item #menu_list li:nth-child(3),
  #header .menu_item #menu_list li:nth-child(5),
  #header .menu_item #menu_list li:nth-child(7) {
    width: 50%;
    border-right: 1px solid #e6e9f0;
  }
  #header .menu_item #menu_list li:nth-child(4),
  #header .menu_item #menu_list li:nth-child(6),
  #header .menu_item #menu_list li:nth-child(8) {
    width: 50%;
  }
  #header .menu_item #menu_list li a {
    line-height: 1.285;
    justify-content: left;
    position: relative;
    width: 100%;
  }
  #header .menu_item #menu_list li a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 8px;
    right: 0;
    left: auto;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
    transition: 0.3s ease-in-out;
  }
  #header .menu_item #menu_list li + li {
    border-bottom: 1px solid #e6e9f0;
    padding: 17px 20px;
  }
}
#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_logo {
  display: none;
}
@media screen and (max-width: 768px) {
  #header #menu_logo {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100px;
  }
}
#header #menu_logo .txt {
  background: #f7f8fa;
  height: 40px;
  color: #333333;
  text-align: left;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
#header #menu_logo .logo_box {
  padding-top: 1px;
  width: 100%;
  height: 60px;
  background: #f7f8fa;
  border-bottom: 1px solid #e6e9f0;
  align-items: center;
  justify-content: left;
  width: auto;
  display: flex;
}
#header #menu_logo .logo {
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #a59348;
  display: block;
  position: absolute;
  line-height: 1.333;
  text-align: center;
  position: relative;
  margin: auto;
  font-size: 12px;
  transition: 0.3s ease-in-out;
  margin-left: 20px;
}
#header #menu_logo .logo span {
  line-height: 0.666;
  color: #08192d;
  font-size: 30px;
  display: block;
  letter-spacing: 0.025em;
  font-weight: 600;
  margin-top: 2px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #header #menuBtn {
    width: 25px;
    height: 18px;
    position: fixed;
    right: 20px;
    top: 61px;
    z-index: 9999999;
  }
  #header #menuBtn span {
    display: block;
    background: #aab3bc;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 16px;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 8px;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 0;
  }
  #header #menuBtn.isOpen a {
    color: #08192d;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(-7px) rotate(45deg);
  }
}

.after_open {
  transition: 0.3s ease-in-out;
}
.after_open::after {
  display: none;
  transition: 0.3s ease-in-out;
}
.after_open::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 5px;
  right: 20px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn_open_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
.after_close {
  transition: 0.3s ease-in-out;
}
.after_close::after {
  display: none;
  transition: 0.3s ease-in-out;
}
.after_close::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 5px;
  right: 20px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn_open_icon.webp) no-repeat center / contain;
  transform: rotate(-180deg);
  transition: 0.3s ease-in-out;
}
.show {
  display: block !important;
  animation: showop 1.5s ease;
}
@keyframes showop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.show_flex {
  display: block !important;
}
.show_onlyf {
  display: flex !important;
}
.show_f {
  display: flex !important;
  animation: showopf 0.5s ease;
}
@keyframes showopf {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.onlyhide {
  display: none !important;
}
.hide {
  display: none !important;
  animation: hidewop 0.8s ease;
}
@keyframes hidewop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.h3_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #08192d;
  border-bottom: 1px solid #efefef;
  padding-bottom: 16px;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .h3_ttl {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .h3_ttl {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.movice_item {
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .movice_item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .movice_item {
    margin-top: 60px;
  }
}
.movice_item ul {
  display: block;
  margin-top: 20px;
}
.movice_item ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  .movice_item ul li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .movice_item ul li + li {
    margin-top: 20px;
    margin-bottom: 18px;
  }
}
.movice_item ul li:first-child .m_list {
  display: block;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .movice_item ul li:first-child .m_list {
    padding-bottom: 0;
    display: flex;
  }
}
.movice_item ul li:first-child .m_list .img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .movice_item ul li:first-child .m_list .img {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .movice_item ul li:first-child .m_list .img {
    width: 115px;
    margin-bottom: 0;
  }
}
.movice_item ul li:first-child .m_list .img img {
  aspect-ratio: 300 / 200;
}
@media screen and (max-width: 768px) {
  .movice_item ul li:first-child .m_list .img img {
    /* height: 85px; */
    width: 100%;
  }
}
.movice_item ul li:first-child .m_list .txt_item {
  width: 100%;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .movice_item ul li:first-child .m_list .txt_item {
    width: calc(100% - 115px);
    padding-left: 12px;
  }
}
.movice_item ul li .m_list {
  display: flex;
}
.movice_item ul li .m_list .img {
  display: block;
  width: 120px;
}
@media screen and (max-width: 980px) {
  .movice_item ul li .m_list .img {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .movice_item ul li .m_list .img {
    width: 89px;
  }
}
.movice_item ul li .m_list .img img {
  border: 1px solid #eeeeee;
  aspect-ratio: 120 / 100;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .movice_item ul li .m_list .img img {
    /* height: 85px; */
    width: 100%;
  }
}
.movice_item ul li .m_list .txt_item {
  width: calc(100% - 120px);
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 980px) {
  .movice_item ul li .m_list .txt_item {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .movice_item ul li .m_list .txt_item {
    width: calc(100% - 89px);
    padding-left: 12px;
  }
}
.movice_item ul li .m_list .txt_item .ttl {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.266;
  margin-bottom: 7px;
  display: block;
}
@media screen and (max-width: 980px) {
  .movice_item ul li .m_list .txt_item .ttl {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.movice_item ul li .m_list .txt_item .ttl:hover {
  opacity: 1;
  color: #abb0b4;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .movice_item ul li .m_list .txt_item .ttl {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 7px;
  }
}
.movice_item ul li .m_list .txt_item .date {
  font-size: 12px;
  font-weight: 400;
  color: #abb0b4;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .movice_item ul li .m_list .txt_item .date {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .movice_item ul li .m_list .txt_item .date {
    font-size: 12px;
  }
}
.pt_item {
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .pt_item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pt_item {
    margin-top: 60px;
  }
}
.pt_item .list {
  border: 1px solid #efefef;
}
.pt_item .list + .list {
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .pt_item .list + .list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pt_item .list + .list {
    margin-top: 30px;
  }
}
.pt_item .list dl {
  padding: 15px 18px;
  display: flex;
}
@media screen and (max-width: 980px) {
  .pt_item .list dl {
    padding: 5px 5px 5px 5px;
  }
}
@media screen and (max-width: 768px) {
  .pt_item .list dl {
    padding: 15px 23px 15px 20px;
  }
}
.pt_item .list dl dd {
  width: 60px;
}
@media screen and (max-width: 980px) {
  .pt_item .list dl dd {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pt_item .list dl dd {
    width: 60px;
  }
}
.pt_item .list dl dt {
  width: calc(100% - 60px);
  padding-right: 18px;
}
@media screen and (max-width: 980px) {
  .pt_item .list dl dt {
    width: calc(100% - 40px);
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pt_item .list dl dt {
    width: calc(100% - 60px);
    padding-right: 18px;
  }
}
.pt_item .list dl dt .sub {
  color: #08192d;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .pt_item .list dl dt .sub {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pt_item .list dl dt .sub {
    font-size: 12px;
  }
}
.pt_item .list dl dt .ttl {
  color: #08192d;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
@media screen and (max-width: 980px) {
  .pt_item .list dl dt .ttl {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: -0.08em;
  }
}
@media screen and (max-width: 768px) {
  .pt_item .list dl dt .ttl {
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-size: 15px;
  }
}
.pt_item .list dl dt .txt {
  color: #7c858e;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .pt_item .list dl dt .txt {
    font-size: 10px;
    letter-spacing: -0.05em;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .pt_item .list dl dt .txt {
    letter-spacing: 0.05em;
    font-size: 12px;
    line-height: 1.4;
  }
}
.pt_item .list .btn {
  width: 100%;
  text-align: center;
  background: #f7f8fa;
  padding: 8px;
  display: block;
}
@media screen and (max-width: 980px) {
  .pt_item .list .btn {
    padding: 3px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pt_item .list .btn {
    padding: 11px;
  }
}
.pt_item .list .btn:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.pt_item .list .btn:hover span {
  color: #abb0b4;
  transition: 0.3s ease-in-out;
}
.pt_item .list .btn span {
  margin: auto;
  display: block;
  width: fit-content;
  font-size: 13px;
  color: #08192d;
  padding-right: 12px;
  font-weight: 500;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .pt_item .list .btn span {
    font-size: 12px;
  }
}
.pt_item .list .btn span:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 0;
  left: auto;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .pt_item .list .btn span:after {
    width: 5px;
    height: 7px;
  }
}
.pr_item {
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .pr_item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr_item {
    margin-top: 60px;
  }
}
.pr_item ul {
  display: block;
  margin-top: 20px;
}
.pr_item ul li + li {
  margin-top: 20px;
}
.pr_item ul li a {
  display: block;
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  .pr_item ul li a {
    font-size: 13px;
    padding-right: 15px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .pr_item ul li a {
    font-size: 14px;
    line-height: 1.5;
  }
}
.pr_item ul li a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 0;
  left: auto;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .pr_item ul li a:after {
    width: 5px;
    height: 7px;
  }
}
.pr_item ul li a:hover {
  opacity: 1;
  color: #abb0b4;
  transition: 0.3s ease-in-out;
}
.voice_item {
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .voice_item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .voice_item {
    margin-top: 60px;
  }
}
.voice_item ul {
  display: block;
  margin-top: 20px;
}
.voice_item ul li .v_list {
  display: block;
}
@media screen and (max-width: 768px) {
  .voice_item ul li .v_list {
    display: flex;
  }
}
.voice_item ul li .v_list .img {
  display: block;
  margin-bottom: 10px;
}
.voice_item ul li .v_list .img img {
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .voice_item ul li .v_list .img {
    margin-bottom: 0;
    width: 115px;
  }
  .voice_item ul li .v_list .img img {
    height: 85px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .voice_item ul li .v_list .txt_item {
    width: calc(100% - 115px);
    padding-left: 12px;
  }
}
.voice_item ul li .v_list .txt_item .ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  transition: 0.3s ease-in-out;
  text-align: left;
  display: flex;
  line-height: 1.5;
}
.voice_item ul li .v_list .txt_item .ttl:hover {
  opacity: 1;
  color: #abb0b4;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  .voice_item ul li .v_list .txt_item .ttl {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .voice_item ul li .v_list .txt_item .ttl {
    font-size: 15px;
    margin-bottom: 4px;
    line-height: 1.4;
  }
}
.voice_item ul li .v_list .txt_item .txt {
  font-size: 13px;
  display: block;
  color: #abb0b4;
  transition: 0.3s ease-in-out;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .voice_item ul li .v_list .txt_item .txt {
    font-size: 12px;
  }
}
.ranking_item {
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .ranking_item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ranking_item {
    margin-top: 60px;
  }
}
.ranking_item ul {
  display: block;
  margin-top: 20px;
}
.ranking_item ul li + li {
  margin-top: 28px;
}
@media screen and (max-width: 980px) {
  .ranking_item ul li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ranking_item ul li + li {
    margin-top: 20px;
  }
}
.ranking_item ul li .r_list {
  display: flex;
}
.ranking_item ul li .num {
  width: 24px;
  text-align: right;
  line-height: 100%;
  font-family: "futura-pt", sans-serif;
  color: #a59348;
  font-size: 16px;
  font-weight: 900;
  margin-top: 4px;
  margin-right: 12px;
}
@media screen and (max-width: 980px) {
  .ranking_item ul li .num {
    width: 20px;
    font-size: 14px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ranking_item ul li .num {
    width: 30px;
    font-size: 16px;
    /* margin-right: 10px; */
  }
}
.ranking_item ul li .img {
  width: 80px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  .ranking_item ul li .img {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ranking_item ul li .img {
    width: 80px;
  }
}
.ranking_item ul li .img img {
  aspect-ratio: 76 / 61;
  object-fit: contain;
}

.ranking_item ul li .txt_item {
  width: calc(100% - 104px);
  padding-right: 10px;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .ranking_item ul li .txt_item {
    width: calc(100% - 80px);
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ranking_item ul li .txt_item {
    width: calc(100% - 110px);
    padding-right: 16px;
  }
}
.ranking_item ul li .txt_item .ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
  transition: 0.3s ease-in-out;
  display: block;
}
@media screen and (max-width: 980px) {
  .ranking_item ul li .txt_item .ttl {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 3px;
    letter-spacing: -0.08em;
  }
}
.ranking_item ul li .txt_item .ttl:hover {
  opacity: 1;
  color: #abb0b4;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .ranking_item ul li .txt_item .ttl {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.ranking_item ul li .txt_item .date {
  font-size: 12px;
  color: #abb0b4;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  .ranking_item ul li .txt_item .date {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ranking_item ul li .txt_item .date {
    font-size: 12px;
  }
}
.cat_item {
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .cat_item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cat_item {
    margin-top: 0;
  }
}
.cat_item .after_open::before {
  width: 8px;
  height: 6px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .cat_item .after_open::before {
    width: 7px;
    height: 5px;
    right: 10px;
  }
}
.cat_item .after_close::before {
  width: 8px;
  height: 6px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .cat_item .after_close::before {
    width: 7px;
    height: 5px;
    right: 10px;
  }
}
.cat_item .cat_list {
  display: none;
}
.cat_item .cat_list a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  width: 100%;
  position: relative;
  padding-bottom: 0;
  color: #08192d;
}
@media screen and (max-width: 768px) {
  .cat_item .cat_list a {
    border-bottom: none;
  }
}
.cat_item .cat_list a:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 6px;
  right: 0;
  left: auto;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .cat_item .cat_list a:after {
    right: 10px;
  }
}
.cat_item .cat_list a + a {
  margin-top: 8px;
  border-top: 1px solid #eeeeee;
  padding-top: 8px;
}
.cat_item .cat_list a:last-child {
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
.cat_item ul {
  display: block;
}
.cat_item ul li {
  width: 100%;
}
.cat_item ul li a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #08192d;
  font-size: 14px;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .cat_item ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cat_item ul li a:hover {
  opacity: 1;
  color: #abb0b4;
}
@media screen and (max-width: 768px) {
  .cat_item ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
  }
}
.cat_item ul li .r_after:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 0;
  left: auto;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .cat_item ul li .r_after:after {
    width: 5px;
    height: 7px;
    right: 12px;
  }
}
.h2_ttl {
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .h2_ttl {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .h2_ttl {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
.h2_ttl .ttl {
  font-size: 20px;
  color: #08192d;
  font-weight: bold;
  line-height: 1.2;
}
.h2_ttl .en {
  line-height: 2;
  margin-bottom: 1px;
  display: block;
  color: #d4d8db;
  font-weight: 500;
  font-size: 12px;
  font-family: "futura-pt", sans-serif;
}
.h2_ttl_allno {
  text-align: left;
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .h2_ttl_allno {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .h2_ttl_allno {
    margin-bottom: 20px;
  }
}
.h2_ttl_allno .ttl {
  font-size: 20px;
  color: #08192d;
  font-weight: bold;
  line-height: 1.2;
}
.h2_ttl_allno .en {
  line-height: 2;
  margin-bottom: 1px;
  display: block;
  color: #d4d8db;
  font-weight: 500;
  font-size: 12px;
  font-family: "futura-pt", sans-serif;
}
.ttl_link {
  width: fit-content;
}
.ttl_link .ttl {
  transition: 0.3s ease-in-out;
}
.ttl_link:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.ttl_link:hover .ttl {
  color: #abb0b4;
  transition: 0.3s ease-in-out;
}
.h2_ttl_after {
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .h2_ttl_after {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .h2_ttl_after {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
.h2_ttl_after .ttl {
  font-size: 20px;
  color: #08192d;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .h2_ttl_after .ttl {
    padding-right: 15px;
  }
}
.h2_ttl_after .ttl:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 0;
  left: auto;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .h2_ttl_after .ttl:after {
    width: 5px;
    height: 7px;
  }
}
.h2_ttl_after .en {
  line-height: 2;
  display: block;
  color: #d4d8db;
  font-weight: 500;
  font-size: 12px;
  font-family: "futura-pt", sans-serif;
}
.h2_ttl_noline {
  text-align: left;
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .h2_ttl_noline {
    margin-bottom: 20px;
  }
}
.h2_ttl_noline .ttl {
  font-size: 20px;
  color: #08192d;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .h2_ttl_noline .ttl {
    padding-right: 15px;
  }
}
.h2_ttl_noline .ttl:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 0;
  left: auto;
  top: 45%;
  z-index: 1;
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .h2_ttl_noline .ttl:after {
    width: 5px;
    height: 7px;
  }
}
.h2_ttl_noline .en {
  line-height: 2;
  display: block;
  color: #d4d8db;
  font-weight: 500;
  font-size: 12px;
  font-family: "futura-pt", sans-serif;
}
.main_btn {
  background: #08192d;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  display: block;
  padding: 13px;
  letter-spacing: 0.05em;
  border-radius: 50px;
  line-height: 1.6;
  margin-top: 40px;
  width: 340px;
  text-align: center;
  margin: auto;
  border: 2px solid #08192d;
  position: relative;
}
.main_btn:link {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main_btn {
    width: calc(100% - 40px);
    line-height: 1.2;
    padding: 7px;
  }
}
.main_btn::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main_btn {
    margin-top: 30px;
  }
}
.main_btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #08192d;
}
.white_btn {
  background: #ffffff;
  color: #08192d;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 14px;
  letter-spacing: 0.05em;
  border-radius: 50px;
  line-height: 1.6;
  margin-top: 40px;
  width: 440px;
  text-align: center;
  margin: auto;
  border: 2px solid #ffffff;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .white_btn {
    margin-top: 40px;
    font-size: 15px;
    width: calc(100% - 40px);
    line-height: 1.2;
    padding: 7px;
  }
}
.white_btn::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .white_btn::after {
    width: 5px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .white_btn {
    margin-top: 30px;
  }
}
.white_btn:hover {
  opacity: 1;
  background: #08192d;
  color: #ffffff;
}
.arrival {
  margin-top: 40px;
}

main {
  margin-top: 30px;
}

#main_fv {
  width: 100%;
  /* margin-top: 192px; */
  padding-bottom: 40px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  #main_fv {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #main_fv {
    margin-top: 100px;
    padding-bottom: 30px;
  }
}
#main_fv .fv_menu {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #main_fv .fv_menu {
    background: #08192d;
    width: 100%;
    overflow: hidden;
    padding-left: 25px !important;
    padding-right: 20px !important;
  }
}
#main_fv .fv_menu .inner {
  padding-left: 0;
  padding-right: 0;
}
#main_fv .fv_menu ul {
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #main_fv .fv_menu ul {
    border: none;
    padding-left: 20px;
    background: #08192d;
  }
}
#main_fv .fv_menu ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  width: 20%;
}
#main_fv .fv_menu ul li + li {
  border-left: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
  #main_fv .fv_menu ul li + li {
    border-left: none;
    margin-left: 34px;
  }
}
#main_fv .fv_menu ul li .btn {
  font-size: 14px;
  font-weight: bold;
  color: #08192d;
  margin: auto;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main_fv .fv_menu ul li .btn span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #main_fv .fv_menu ul li .btn {
    white-space: nowrap;
    width: fit-content;
    color: #ffffff;
  }
}
#main_fv .fv_menu ul .on {
  border-top: 3px solid #a59348;
}
@media screen and (max-width: 768px) {
  #main_fv .fv_menu ul .on {
    border-top: none;
    border-bottom: 3px solid #ffffff;
  }
}
#main_fv .fv_menu ul .on a {
  color: #a59348;
}
@media screen and (max-width: 768px) {
  #main_fv .fv_menu ul .on a {
    color: #ffffff;
  }
}
#main_fv .sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  #main_fv .sp_only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #main_fv button {
    background: unset;
    border: unset;
    position: absolute;
    color: #fff;
    font-size: 25px;
    left: 2%;
    line-height: 1;
    z-index: 10;
    top: 46%;
    transform: translateY(-50%);
    padding: 0;
  }
  #main_fv .scroll-button_right {
    left: auto;
    right: -20px;
    width: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
  }
  #main_fv .scroll-button_left {
    right: auto;
    left: -25px;
    width: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
  }
  #main_fv .header_menu {
    width: 100%;
    overflow-x: scroll;
    background: #08192d;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #main_fv .header_menu::-webkit-scrollbar {
    display: none;
  }
  #main_fv .header_menu ul {
    z-index: 1;
    justify-content: unset;
    font-size: 13px;
    width: fit-content;
    flex-wrap: unset;
    white-space: nowrap;
    padding: 0 0em;
  }
}
#main_fv .slider_item {
  width: 100%;
}
#main_fv .slider_item .sp_list {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  #main_fv .slider_item .sp_list {
    display: block;
    margin-top: 25px;
  }
  #main_fv .slider_item .sp_list li + li {
    margin-top: 18px;
  }
  #main_fv .slider_item .sp_list li .list {
    display: flex;
  }
  #main_fv .slider_item .sp_list li .list .img {
    width: 89px;
  }
  #main_fv .slider_item .sp_list li .list .img img {
    border: 1px solid #dddddd;
    /* height: 74px; */
    height: auto;
    width: 100%;

  }
  #main_fv .slider_item .sp_list li .list .txt_item {
    width: calc(100% - 89px);
    padding-left: 12px;
    text-align: left;
  }
}
#main_fv .slider_item .slide {
  width: 110%;
  margin-left: -5%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #main_fv .slider_item .slide {
    margin-left: -9%;
  }
}
#main_fv .slider_item .slide .swiper-container {
  margin-left: auto;
  margin-right: auto;
}
#main_fv .slider_item .slide .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
}
#main_fv .slider_item .slide::before {
  content: "";
  width: 17.5%;
  height: 100%;
  position: absolute;
  left: calc(0% - 1.8em);
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1024px) {
  #main_fv .slider_item .slide::before {
    left: 2.5em;
  }
}
#main_fv .slider_item .slide::after {
  content: "";
  width: 17.5%;
  height: 100%;
  position: absolute;
  right: calc(0% - 1.8em);
  top: 0px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1024px) {
  #main_fv .slider_item .slide::after {
    right: calc(0% - 2.8em);
  }
}
@media screen and (max-width: 768px) {
  #main_fv .slider_item .slide {
    display: none;
  }
}
#main_fv .slider_item .swiper-button-next {
  position: absolute;
  right: 14%;
  width: 22px;
  height: 38px;
  top: calc(50% - 1.15em);
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  #main_fv .slider_item .swiper-button-next {
    right: 9%;
  }
}
#main_fv .slider_item .swiper-button-next::after {
  display: none;
}
#main_fv .slider_item .swiper-button-prev {
  position: absolute;
  left: 14%;
  width: 22px;
  height: 38px;
  top: calc(50% - 1.15em);
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  #main_fv .slider_item .swiper-button-prev {
    left: 18%;
  }
}
#main_fv .slider_item .swiper-button-prev::after {
  display: none;
}
#main_fv .slider_item .list {
  min-height: unset;
  height: 100%;
  display: block;
  border-image: initial;
}
#main_fv .slider_item .list img {
  width: 100%;
  transition: 0.3s ease-in-out;
  aspect-ratio: 228 / 134;
  object-fit: contain;
}
#main_fv .slider_item .list .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
  line-height: 1.5;
  text-align: left;
  display: block;
  transition: 0.3s ease-in-out;
}
#main_fv .slider_item .list .ttl:hover {
  opacity: 1;
  color: #abb0b4;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  #main_fv .slider_item .list .ttl {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1024px) {
  #main_fv .slider_item .list .ttl {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #main_fv .slider_item .list .ttl {
    margin-top: 0;
    line-height: 1.42;
    font-size: 14px;
  }
}
#main_fv .slider_item .list .sub {
  text-align: left;
  font-size: 13px;
  line-height: 1.846;
  font-weight: 400;
  color: #abb0b4;
  margin-top: 12px;
  display: block;
}
@media screen and (max-width: 1280px) {
  #main_fv .slider_item .list .sub {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  #main_fv .slider_item .list .sub {
    margin-top: 5px;
    font-size: 11px;
  }
}
#main_fv .slider_item .list .date {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #abb0b4;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #main_fv .slider_item .list .date {
    margin-top: 0;
    font-size: 11px;
  }
}
#sp_media {
  background: #f7f8fa;
  display: none;
}
@media screen and (max-width: 768px) {
  #sp_media {
    display: block;
  }
}
#sp_media .inner {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #08192d;
  line-height: 1.5;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
#sp_media .inner:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 20px;
  left: auto;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#sp_top_banner {
  display: none;
}
@media screen and (max-width: 768px) {
  #sp_top_banner {
    margin-top: 40px;
    text-align: center;
    display: block;
  }
  #sp_top_banner a:hover {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
  }
}
.banner_caption {
  line-height: 150%;
  font-size: x-small;
  margin-top: 0.5em;
}
#main_content {
  margin-top: 50px;
}
@media screen and (max-width: 980px) {
  #main_content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #main_content {
    margin-top: 40px;
  }
}
#main_content .inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  #main_content .inner {
    display: block;
  }
}
#main_l {
  width: calc(100% - 300px);
  padding-right: 50px;
}
@media screen and (max-width: 980px) {
  #main_l {
    width: calc(100% - 180px);
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #main_l {
    padding-right: 0;
    width: 100%;
  }
}
#main_l .keyword {
  background: #f7f8fa;
  padding: 24px 26px 14px 30px;
}
@media screen and (max-width: 768px) {
  #main_l .keyword {
    padding: 0;
  }
}
#main_l .keyword dl {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main_l .keyword dl {
    display: block;
  }
}
#main_l .keyword dl dd {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 83px;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #main_l .keyword dl dd {
    width: 100%;
    background: #ffffff;
    padding-top: 8px;
    padding-bottom: 0;
  }
}
#main_l .keyword dl dt {
  width: calc(100% - 83px);
}
@media screen and (max-width: 768px) {
  #main_l .keyword dl dt {
    width: 100%;
    padding: 20px 25px 14px 25px;
  }
}
#main_l .keyword dl dt .key_list {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #main_l .keyword dl dt .key_list {
    column-gap: 6px;
  }
}
#main_l .keyword dl dt .key_list li a {
  text-wrap: nowrap;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 15px;
  background: #e7eaf0;
  border-radius: 50px;
  border: 1px solid #e7eaf0;
  color: #08192d;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #main_l .keyword dl dt .key_list li a {
    margin-bottom: 6px;
    padding: 2px 12px;
  }
}
#main_l .keyword dl dt .key_list li a:hover {
  opacity: 1;
  background: #ffffff;
  border: 1px solid #08192d;
}
#main_l .keyword .ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 12px;
  color: #08192d;
}
@media screen and (max-width: 768px) {
  #main_l .keyword .ttl {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#main_l .keyword .more_btn {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  padding-right: 12px;
  line-height: 100%;
  height: fit-content;
  color: #08192d;
}
#main_l .keyword .more_btn:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 0;
  left: auto;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media sp {
  #main_l .keyword .more_btn:after {
    width: 5px;
    height: 7px;
  }
}
#main_l .keyword .more_btn:hover {
  opacity: 1;
  color: #abb0b4;
}
#main_l .main_list01 {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  #main_l .main_list01 {
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list01 {
    column-gap: 30px;
    display: block;
    margin-bottom: 18px;
  }
}
#main_l .main_list01 li {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  #main_l .main_list01 li {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list01 li {
    margin-bottom: 20px;
    width: 100%;
  }
}
#main_l .main_list01 li .list {
  display: flex;
  width: 100%;
  transition: 0.3s ease-in-out;
}
#main_l .main_list01 li .img {
  display: block;
  width: 120px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  #main_l .main_list01 li .img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list01 li .img {
    width: 89px;
  }
}
#main_l .main_list01 li .img img {
  border: 1px solid #dddddd;
  /* height: 100px; */
  height: auto;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 120 / 100;
}
@media screen and (max-width: 980px) {
  #main_l .main_list01 li .img img {
    /* height: 70px; */
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list01 li .img img {
    /* height: 74px; */
  }
}
#main_l .main_list01 li .txt_item {
  width: calc(100% - 120px);
  padding-left: 20px;
  text-align: left;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  #main_l .main_list01 li .txt_item {
    width: calc(100% - 80px);
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list01 li .txt_item {
    width: calc(100% - 89px);
    padding-left: 12px;
  }
}
#main_l .main_list01 li .txt_item .ttl {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
  line-height: 1.5;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 980px) {
  #main_l .main_list01 li .txt_item .ttl {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list01 li .txt_item .ttl {
    margin-bottom: 2px;
  }
}
#main_l .main_list01 li .txt_item .ttl:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
  color: #abb0b4;
}
#main_l .main_list01 li .txt_item .sub {
  font-size: 12px;
  color: #abb0b4;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 980px) {
  #main_l .main_list01 li .txt_item .sub {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list01 li .txt_item .sub {
    font-size: 11px;
  }
}
#main_l .main_list01 li .txt_item .date {
  font-size: 11px;
  color: #abb0b4;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#main_l .sub_list_frame {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  #main_l .sub_list_frame {
    column-gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #main_l .sub_list_frame {
    display: block;
    margin-top: 60px;
  }
}
#main_l .sub_list_frame li {
  width: calc(50% - 15px);
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  #main_l .sub_list_frame li {
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }
}
#main_l .sub_list_frame li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #main_l .sub_list_frame li {
    margin-bottom: 60px;
    width: 100%;
  }
}
#main_l .main_list02 {
  display: block;
}
@media screen and (max-width: 768px) {
  #main_l .main_list02 {
    margin-bottom: 18px;
  }
}
#main_l .main_list02 li {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  #main_l .main_list02 li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list02 li {
    margin-bottom: 20px;
  }
}
#main_l .main_list02 li .list {
  display: flex;
  width: 100%;
  transition: 0.3s ease-in-out;
}
#main_l .main_list02 li .img {
  width: 120px;
  display: block;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  #main_l .main_list02 li .img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list02 li .img {
    width: 89px;
  }
}
#main_l .main_list02 li .img img {
  border: 1px solid #dddddd;
  /* height: 100px; */
  aspect-ratio: 120 / 100;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 980px) {
  #main_l .main_list02 li .img img {
    /* height: 74px; */
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list02 li .img img {
    /* height: 74px; */
  }
}
#main_l .main_list02 li .txt_item {
  width: calc(100% - 120px);
  padding-left: 20px;
  text-align: left;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  #main_l .main_list02 li .txt_item {
    width: calc(100% - 80px);
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list02 li .txt_item {
    width: calc(100% - 89px);
    padding-left: 12px;
  }
}
#main_l .main_list02 li .txt_item .ttl {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
  line-height: 1.5;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.05em;
  display: block;
}
#main_l .main_list02 li .txt_item .ttl:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
  color: #abb0b4;
}
@media screen and (max-width: 980px) {
  #main_l .main_list02 li .txt_item .ttl {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list02 li .txt_item .ttl {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2px;
  }
}
#main_l .main_list02 li .txt_item .ttl .ttl_pc {
  display: contents;
}
@media screen and (max-width: 768px) {
  #main_l .main_list02 li .txt_item .ttl .ttl_pc {
    display: none;
  }
}
#main_l .main_list02 li .txt_item .ttl .ttl_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #main_l .main_list02 li .txt_item .ttl .ttl_sp {
    display: contents;
  }
}
#main_l .main_list02 li .txt_item .sub {
  font-size: 12px;
  color: #abb0b4;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 980px) {
  #main_l .main_list02 li .txt_item .sub {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list02 li .txt_item .sub {
    font-size: 11px;
  }
}
#main_l .main_list02 li .txt_item .date {
  font-size: 11px;
  color: #abb0b4;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#main_l .main_list02 li:first-child .img {
  width: 150px;
}
@media screen and (max-width: 980px) {
  #main_l .main_list02 li:first-child .img {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list02 li:first-child .img {
    width: 89px;
  }
}

#main_l .main_list02 li:first-child .txt_item {
  width: calc(100% - 150px);
}
@media screen and (max-width: 980px) {
  #main_l .main_list02 li:first-child .txt_item {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  #main_l .main_list02 li:first-child .txt_item {
    width: calc(100% - 89px);
  }
}
.ttl_pc {
  display: contents;
}
@media screen and (max-width: 768px) {
  .ttl_pc {
    display: none;
  }
}
.ttl_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .ttl_sp {
    display: contents;
  }
}
.main_r {
  width: 300px;
}
@media screen and (max-width: 980px) {
  .main_r {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .main_r {
    padding: 60px 20px 60px 20px;
    width: 100%;
  }
}
.main_r .media_banner a:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main_r .media_banner {
    display: none;
  }
}

#main_r_top_banner {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #main_r_top_banner {
    display: none;
  }
}
#main_r_top_banner a:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
#overseas {
  padding-top: 80px;
}
@media screen and (max-width: 980px) {
  #overseas {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #overseas {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#overseas .overseas_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f7f8fa;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  #overseas .overseas_item {
    display: block;
    padding: 30px 20px 35px 20px;
  }
}
#overseas ul {
  width: 100%;
  /* display: flex; */
  /* column-gap: 40px; */
  /* flex-wrap: wrap; */
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #overseas ul {
    margin-bottom: 12px;
    display: block;
  }
}
#overseas ul li {
  /* width: calc(50% - 20px); */
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #overseas ul li {
    margin-bottom: 18px;
    width: 100%;
  }
}
#overseas ul li .over_list {
  display: flex;
}
#overseas ul li .over_list:hover {
  opacity: 1;
}
#overseas ul li .over_list .img {
  width: 210px;
  transition: 0.3s ease-in-out;
  display: block;
}
#overseas ul li .over_list .img img {
  aspect-ratio: 210 / 140;
  object-fit: contain;
}
@media screen and (max-width: 980px) {
  #overseas ul li .over_list .img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #overseas ul li .over_list .img {
    width: 89px;
  }
  #overseas ul li .over_list .img img {
    border: 1px solid #eeeeee;
    /* height: 74px; */
    width: 100%;
  }
}
#overseas ul li .over_list .txt_item {
  width: calc(100% - 210px);
  padding-left: 20px;
  text-align: left;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  #overseas ul li .over_list .txt_item {
    padding-left: 10px;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  #overseas ul li .over_list .txt_item {
    width: calc(100% - 89px);
    padding-left: 12px;
  }
}
#overseas ul li .over_list .txt_item .ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
  display: block;
}
@media screen and (max-width: 980px) {
  #overseas ul li .over_list .txt_item .ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}
#overseas ul li .over_list .txt_item .ttl:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
  color: #abb0b4;
}
@media screen and (max-width: 768px) {
  #overseas ul li .over_list .txt_item .ttl {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
#overseas ul li .over_list .txt_item .sub {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #abb0b4;
  display: block;
}
@media screen and (max-width: 980px) {
  #overseas ul li .over_list .txt_item .sub {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #overseas ul li .over_list .txt_item .sub {
    font-size: 11px;
  }
}
#overseas ul li .over_list .txt_item .date {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #abb0b4;
}
@media screen and (max-width: 980px) {
  #overseas ul li .over_list .txt_item .date {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #overseas ul li .over_list .txt_item .date {
    font-size: 11px;
  }
}


/* ========================== */
/* 2024.03.06追加 */
/* ========================== */
.overseas_item_child {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .overseas_item_child {
    width: 100%;
  }
  .overseas_item_child + .overseas_item_child {
    margin-top: 60px;
  }
}
.overseas_item_child_heading {
  font-size: 18px;
  color: #08192d;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
  margin-top: 5px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .overseas_item_child_heading {
    margin-top: 0;
    margin-bottom: 18px;
  }
}
.overseas_item_child .main_btn {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .overseas_item_child .main_btn {
    width: calc(100% - 140px);
  }
}
/* ========================== */


#aricie {
  padding-top: 80px;
}
@media screen and (max-width: 980px) {
  #aricie {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #aricie {
    padding-top: 60px;
  }
}
#aricie .ttl_item {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 980px) {
  #aricie .ttl_item {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #aricie .ttl_item {
    display: block;
  }
}
#aricie .ttl_item .h2_ttl_allno {
  width: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  #aricie .ttl_item .h2_ttl_allno {
    margin-bottom: 8px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #aricie .ttl_item .h2_ttl_allno {
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
}
#aricie .ttl_item .h2_ttl_allno .ttl {
  color: #891630;
}
#aricie .ttl_item p {
  padding-left: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  #aricie .ttl_item p {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #aricie .ttl_item p {
    padding-left: 0;
    font-size: 13px;
    line-height: 1.53;
    margin-bottom: 18px;
  }
}
#aricie .txt_item {
  padding: 30px 40px 40px 40px;
  background: #faf9f7;
}
@media screen and (max-width: 768px) {
  #aricie .txt_item {
    padding: 24px 20px 30px 20px;
  }
}
#aricie .sub_ttl {
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.05em;
  position: relative;
  font-weight: bold;
  color: #333333;
  padding-right: 20px;
  width: fit-content;
  margin-bottom: 16px;
  display: block;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #aricie .sub_ttl {
    font-size: 18px;
    padding-right: 17px;
  }
}
#aricie .sub_ttl:hover {
  transition: 0.3s ease-in-out;
  opacity: 1;
  color: #abb0b4;
}
#aricie .sub_ttl:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #aricie .sub_ttl:after {
    width: 5px;
    height: 7px;
  }
}
.txt_list_item {
  display: block;
}
.txt_list_item li {
  padding-left: 15px;
  position: relative;
  text-align: left;
}
.txt_list_item li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .txt_list_item li a {
    font-size: 13px;
    line-height: 1.53;
  }
}
.txt_list_item li a:hover {
  opacity: 1;
  color: #abb0b4;
  transition: 0.3s ease-in-out;
}
.txt_list_item li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 7px;
  left: 0;
  top: 8px;
  z-index: 1;
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .txt_list_item li:after {
    width: 4.5px;
    height: 6px;
  }
}
.txt_list_item li + li {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .txt_list_item li + li {
    margin-top: 18px;
  }
}
#focus {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #focus {
    padding-top: 55px;
  }
}
#focus .h2_ttl_allno {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #focus .h2_ttl_allno {
    margin-bottom: 12px;
  }
}
#focus .txt_item {
  background: #f7f8fa;
  padding: 30px 30px 40px 66px;
}
@media screen and (max-width: 768px) {
  #focus .txt_item {
    padding: 25px 20px 30px 20px;
  }
}
#focus .txt_item + .txt_item {
  margin-top: 4px;
}
#focus .sub_ttl {
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.05em;
  position: relative;
  font-weight: bold;
  color: #08192d;
  padding-right: 20px;
  width: fit-content;
  margin-bottom: 16px;
  display: block;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #focus .sub_ttl {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 17px;
  }
}
#focus .sub_ttl:hover {
  transition: 0.3s ease-in-out;
  opacity: 1;
  color: #abb0b4;
}
#focus .sub_ttl:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #focus .sub_ttl:after {
    width: 5px;
    height: 7px;
  }
}
#focus .sub_ttl::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 14px;
  left: -26px;
  top: 30%;
  z-index: 1;
  background: url(../img/sub_ttl_before.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #focus .sub_ttl::before {
    left: 0;
  }
}
#news {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #news {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
  }
}
#news .news_item {
  padding: 25px 40px;
  border: 1px solid #f0f0f0;
}
@media screen and (max-width: 768px) {
  #news .news_item {
    padding: 24px;
  }
}
#news .sub_ttl {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.05em;
  position: relative;
  font-weight: bold;
  color: #08192d;
  padding-right: 20px;
  width: fit-content;
  margin-bottom: 16px;
  display: block;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #news .sub_ttl {
    margin-bottom: 15px;
    font-size: 15px;
    padding-right: 17px;
  }
}
#news .sub_ttl:hover {
  transition: 0.3s ease-in-out;
  opacity: 1;
  color: #abb0b4;
}
#news .sub_ttl:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #news .sub_ttl:after {
    width: 5px;
    height: 7px;
  }
}
#news ul {
  display: block;
}
#news ul li + li {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #news ul li + li {
    margin-top: 15px;
  }
}
#news ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #news ul li a {
    display: block;
    text-align: left;
  }
}
#news ul li a:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
#news ul li a:hover .ttl {
  color: #abb0b4;
  transition: 0.3s ease-in-out;
}
#news ul li a .date {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-right: 20px;
  color: #abb0b4;
}
@media screen and (max-width: 768px) {
  #news ul li a .date {
    display: block;
    margin-bottom: 3px;
  }
}
#news ul li a .ttl {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #news ul li a .ttl {
    font-size: 13px;
    line-height: 1.53;
  }
}
#footer_txt {
  margin-top: 100px;
  background: #08192d;
  border-bottom: 1px solid #364455;
  color: #ffffff;
}
@media screen and (max-width: 980px) {
  #footer_txt {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #footer_txt {
    margin-top: 60px;
  }
}
#footer_txt .inner {
  padding-top: 90px;
  padding-bottom: 100px;
}
#footer_txt .logo_footer {
  font-family: "futura-pt", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #a59348;
  margin: auto;
  display: block;
  line-height: 1.333;
  text-align: center;
  transition: 0.3s ease-in-out;
}
#footer_txt .logo_footer span {
  line-height: 0.666;
  color: #ffffff;
  font-size: 44px;
  display: block;
  letter-spacing: 0.025em;
  font-weight: 600;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #footer_txt .logo_footer span {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #footer_txt .logo_footer {
    position: relative;
    margin: auto;
    font-size: 20px;
    transition: 0.3s ease-in-out;
  }
}
#footer_txt .sub_txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #footer_txt .sub_txt {
    font-size: 14px;
    margin-top: 25px;
  }
}
#footer_txt .big_txt {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 2px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #footer_txt .big_txt {
    font-size: 26px;
    line-height: 1.42;
    margin-top: 5px;
  }
}
#footer_txt .txt {
  color: #d4d8db;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 2;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  #footer_txt .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #footer_txt .txt {
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
  }
}
#footer_txt .logo_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  column-gap: 15px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #footer_txt .logo_list {
    column-gap: 9px;
  }
}
#footer_txt .logo_list li {
  width: calc(20% - 12px);
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #footer_txt .logo_list li {
    width: calc(50% - 4.5px);
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 768px) {
  #footer_txt .logo_list {
    margin-top: 40px;
  }
}
#footer_txt .point {
  display: flex;
  border: 1px solid #213e62;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  #footer_txt .point {
    margin-top: 41px;
    display: block;
  }
}
#footer_txt .point li {
  width: 33.3333%;
  padding: 30px 34px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer_txt .point li {
    width: 100%;
    padding: 25px 20px 35px 20px;
  }
}
#footer_txt .point li .num {
  color: #1c3655;
  font-size: 64px;
  letter-spacing: -0.05em;
  font-family: "futura-pt", sans-serif;
  font-weight: 350;
  width: fit-content;
  margin-left: 0;
  line-height: 100%;
  position: relative;
  z-index: 2;
}
#footer_txt .point li + li {
  border-left: 1px solid #213e62;
}
@media screen and (max-width: 768px) {
  #footer_txt .point li + li {
    border-top: 1px solid #213e62;
    border-left: none;
  }
}
@media screen and (max-width: 1200px) {
  #footer_txt .point li:nth-child(1) {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  #footer_txt .point li:nth-child(1) {
    padding: 25px 20px 35px 20px;
  }
}
#footer_txt .point li:nth-child(1):after {
  position: absolute;
  content: "";
  width: 136px;
  height: 132px;
  right: 31px;
  top: 34px;
  z-index: 1;
  background: url(../img/footer_after01.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #footer_txt .point li:nth-child(1):after {
    width: 127.5px;
    height: 124px;
    top: 28px;
    right: 24px;
  }
}
#footer_txt .point li:nth-child(2) {
  padding: 30px 35px;
}
@media screen and (max-width: 1200px) {
  #footer_txt .point li:nth-child(2) {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  #footer_txt .point li:nth-child(2) {
    padding: 25px 20px 35px 20px;
  }
}
#footer_txt .point li:nth-child(2):after {
  position: absolute;
  content: "";
  width: 61px;
  height: 134px;
  right: 43px;
  top: 22px;
  z-index: 1;
  background: url(../img/footer_after02.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #footer_txt .point li:nth-child(2):after {
    width: 64px;
    height: 138px;
    top: 25px;
    right: 38.5px;
  }
}
#footer_txt .point li:nth-child(3) {
  padding: 30px 40px;
}
@media screen and (max-width: 1200px) {
  #footer_txt .point li:nth-child(3) {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  #footer_txt .point li:nth-child(3) {
    padding: 25px 20px 35px 20px;
  }
}
#footer_txt .point li:nth-child(3):after {
  position: absolute;
  content: "";
  width: 142px;
  height: 129px;
  right: 34px;
  top: 34px;
  z-index: 1;
  background: url(../img/footer_after03.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #footer_txt .point li:nth-child(3):after {
    width: 119px;
    height: 119px;
    top: 30px;
    right: 27.5px;
  }
}
#footer_txt .point li .ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  #footer_txt .point li .ttl {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 980px) {
  #footer_txt .point li .ttl {
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  #footer_txt .point li .ttl {
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 18px;
  }
}
#footer_txt .point li p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #d4d8db;
  line-height: 1.73;
  margin-top: 20px;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  #footer_txt .point li p {
    line-height: 1.3;
    font-size: 13px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  #footer_txt .point li p {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 16px;
  }
}
#footer_txt .point li p span {
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  #footer_txt .point li p span {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #footer_txt .point li p span {
    font-size: 12px;
  }
}
#footer_txt .point li dl {
  display: flex;
  font-size: 12px;
  line-height: 1.666;
  color: #838a91;
  text-align: left;
  margin-top: 16px;
  position: relative;
  z-index: 2;
}
.menu_item_footer {
  padding-top: 25px;
  padding-bottom: 13px;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu_item_footer {
    padding: 0;
    display: block;
  }
}
.menu_item_footer .footer_menuttl {
  width: 160px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu_item_footer .footer_menuttl {
    border-bottom: 1px solid #304258;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    font-size: 13px;
    text-align: left;
  }
}
.menu_item_footer:hover {
  opacity: 1;
  cursor: auto;
}
.menu_item_footer .sub_menu {
  width: calc(100% - 160px);
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .menu_item_footer .sub_menu {
    text-align: left;
    width: 100%;
    display: none;
  }
}
.menu_item_footer .sub_menu li {
  margin-bottom: 12px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .menu_item_footer .sub_menu li {
    margin-bottom: 0;
    border-bottom: 1px solid #304258;
    text-align: left;
  }
}
.menu_item_footer .sub_menu li a {
  color: #abb0b4;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  padding-right: 15px;
  line-height: 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .menu_item_footer .sub_menu li a {
    background: #122740;
    text-align: left;
    padding: 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    display: block;
  }
}
.menu_item_footer .sub_menu li a:hover {
  opacity: 1;
  color: #566271;
  transition: 0.3s ease-in-out;
}
.menu_item_footer .sub_menu li a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 9px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: url(../img/footer_link_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .menu_item_footer .sub_menu li a:after {
    width: 11px;
    height: 10px;
    right: 20px;
  }
}
#footer_c {
  background: #0a1d33;
  color: #ffffff;
  border-bottom: 1px solid #1a2e46;
}
#footer_c .inner {
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #footer_c .inner {
    padding: 45px 0 0 0;
    position: relative;
  }
}
#footer_c .pagetop {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer_c .pagetop {
    display: block;
    width: 50px;
    position: absolute;
    right: 20px;
    top: -20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 100%;
  }
}
#footer_c .logo_footer {
  font-family: "futura-pt", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #a59348;
  margin: 0;
  display: block;
  line-height: 1.333;
  text-align: center;
  transition: 0.3s ease-in-out;
  width: fit-content;
}
#footer_c .logo_footer span {
  line-height: 0.666;
  color: #ffffff;
  font-size: 50px;
  display: block;
  letter-spacing: 0.025em;
  font-weight: 600;
  margin-top: 2px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  #footer_c .logo_footer span {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  #footer_c .logo_footer {
    position: relative;
    margin: auto;
    font-size: 23px;
    transition: 0.3s ease-in-out;
  }
}
#footer_c dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  #footer_c dl {
    display: block;
  }
}
#footer_c dl dt {
  width: 290px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #footer_c dl dt {
    text-align: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
#footer_c dl dt .border_btn {
  width: 190px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #0a1d33;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #footer_c dl dt .border_btn {
    font-size: 16px;
    width: 100%;
    margin: auto;
    margin-top: 16px;
  }
}
#footer_c dl dt .border_btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #0a1d33;
  transition: 0.3s ease-in-out;
}
#footer_c dl dt .bg_btn {
  width: 190px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #0a1d33;
  font-size: 15px;
  font-weight: bold;
  margin-top: 25px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #footer_c dl dt .bg_btn {
    font-size: 16px;
    width: 100%;
    margin: auto;
    margin-top: 25px;
  }
}
#footer_c dl dt .bg_btn:hover {
  opacity: 1;
  background: #0a1d33;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
#footer_c dl dt .txt_link {
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  #footer_c dl dt .txt_link {
    width: fit-content;
    margin: auto;
    margin-top: 24px;
  }
}
#footer_c dl dt .txt_link li {
  text-align: left;
}
#footer_c dl dt .txt_link li + li {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  #footer_c dl dt .txt_link li + li {
    margin-top: 15px;
  }
}
#footer_c dl dt .txt_link a {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  padding-right: 14px;
  position: relative;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 768px) {
  #footer_c dl dt .txt_link a {
    font-size: 16px;
  }
}
#footer_c dl dt .txt_link a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: url(../img/btn_gai_icon.webp) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#footer_c dl dt .txt_link a:hover {
  opacity: 1;
  color: #abb0b4;
  transition: 0.3s ease-in-out;
}
#footer_c dl dt .pc_copy {
  font-size: 11px;
  font-weight: 400;
  margin-top: 16px;
  color: #838a91;
}
@media screen and (max-width: 768px) {
  #footer_c dl dt .pc_copy {
    display: none;
  }
}
#footer_c dl dd {
  width: calc(100% - 290px);
}
@media screen and (max-width: 768px) {
  #footer_c dl dd {
    width: 100%;
    margin-top: 50px;
  }
}
#footer_c dl dd ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #footer_c dl dd ul {
    display: block;
  }
}
#footer_c dl dd ul li {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  #footer_c dl dd ul li {
    width: 100%;
  }
}
#footer_c dl dd ul li + li {
  margin-left: 70px;
}
@media screen and (max-width: 1024px) {
  #footer_c dl dd ul li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 850px) {
  #footer_c dl dd ul li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #footer_c dl dd ul li + li {
    margin-left: 0;
  }
}
#footer_c dl dd ul li .menu_item_footer {
  text-align: left;
  display: block;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #footer_c dl dd ul li .menu_item_footer {
    border-top: 1px solid #304258;
  }
}
#footer_c dl dd ul li .menu_item_footer .footer_menuttl {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #footer_c dl dd ul li .menu_item_footer .footer_menuttl {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  #footer_c dl dd ul li .menu_item_footer .footer_menuttl {
    width: 100%;
  }
}
#footer_c dl dd ul li .menu_item_footer .sub_menu {
  width: 100%;
  display: block;
  text-align: left;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #footer_c dl dd ul li .menu_item_footer .sub_menu {
    transition: 0.3s ease-in-out;
    display: none;
  }
}
#footer_c dl dd ul li .menu_item_footer .sub_menu li {
  width: 100%;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #footer_c dl dd ul li .menu_item_footer .sub_menu li {
    position: relative;
    margin-top: 0;
  }
  #footer_c dl dd ul li .menu_item_footer .sub_menu li::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 7px;
    right: 20px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/link_footer_after.webp) no-repeat center / contain;
    transition: 0.3s ease-in-out;
  }
}
#footer_c dl dd ul li .menu_item_footer .sub_menu li + li {
  margin-left: 0;
}
#footer_c dl dd ul li .menu_item_footer .sub_menu li a {
  color: #cccccc;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  padding-right: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  #footer_c dl dd ul li .menu_item_footer .sub_menu li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 850px) {
  #footer_c dl dd ul li .menu_item_footer .sub_menu li a {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  #footer_c dl dd ul li .menu_item_footer .sub_menu li a {
    letter-spacing: 0;
    font-size: 13px;
    color: #ffffff;
  }
}
#footer_c dl dd ul li .menu_item_footer .sub_menu li a:hover {
  opacity: 1;
  color: #838a91;
  transition: 0.3s ease-in-out;
}
#footer_c dl dd ul li .menu_item_footer .sub_menu li a::after {
  display: none;
}
#footer_menu {
  background: #0a1d33;
  color: #ffffff;
  border-bottom: 1px solid #1a2e46;
}
@media screen and (max-width: 768px) {
  #footer_menu .inner {
    padding-left: 0;
    padding-right: 0;
  }
}


/* ========================== */
/* 2024.02.21追加 */
/* ========================== */
.footer_links {
  background: #0a1d33;
  border-bottom: 1px solid #1a2e46;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .footer_links {
    padding-left: 0;
  }
  .footer_links .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .footer_links .sub_menu {
    display: flex;
    column-gap: 0;
  }
  .footer_links .sub_menu li {
    width: 50%;
  }
  .footer_links .sub_menu li:nth-child(odd) {
    border-right: 1px solid #304258;
  }
  .footer_links .sub_menu li a {
    font-size: 12px;
    background: none;
    padding-left: 18px;
  }
  .footer_links .sub_menu li a:after {
    right: 10px;
  }
}
/* ========================== */

#copy {
  display: none;
}
@media screen and (max-width: 768px) {
  #copy {
    display: block;
    background: #0a1d33;
    font-size: 11px;
    text-align: center;
    color: #838a91;
    padding: 11px;
  }
}



/* ========================== */
/* 2024.03.19追加 */
/* ========================== */
.modal {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-in-out;
}
.modal.active {
  opacity: 1;
  z-index: 999999999999;
}
.modal_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.modal_inner {
  width: calc((610/750)*100vw);
  padding: calc((65/750)*100vw) calc((60/750)*100vw) calc((75/750)*100vw);
  border-radius: calc((16/750)*100vw);
  background-color: #fff;
  opacity: 0;
  position: relative;
  z-index: -1;
  transition: all .3s linear;
}
.modal_inner.active  {
  opacity: 1;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .modal_inner {
    width: 570px;
    padding: 65px;
    border-radius: 16px;
  }
}
.modal_closeBtn {
  width: calc((32/750)*100vw);
  position: absolute;
  top: calc((27/750)*100vw);
  right: calc((25/750)*100vw);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .modal_closeBtn {
    width: 26px;
    top: 27px;
    right: 22px;
  }
  .modal_closeBtn:hover {
    opacity: 0.5;
  }
}
.modal_ttl {
  font-size: calc((36/750)*100vw);
  font-weight: bold;
  text-align: center;
  margin: 0 auto calc((30/750)*100vw);
}
@media screen and (min-width: 769px) {
  .modal_ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.modal_btnArea + .modal_btnArea {
  margin-top: calc((60/750)*100vw);
}
@media screen and (min-width: 769px) {
  .modal_btnArea + .modal_btnArea {
    margin-top: 70px;
  }
}
.modal_btnArea dt {
  font-size: calc((25/750)*100vw);
  font-weight: bold;
  margin-bottom: calc((15/750)*100vw);
}
@media screen and (min-width: 769px) {
  .modal_btnArea dt {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.modal_btnArea dt span {
  font-family: "futura-pt", sans-serif;
  font-size: calc((18/750)*100vw);
  color: #999;
  margin-left: 0.8em;
}
@media screen and (min-width: 769px) {
  .modal_btnArea dt span {
    font-size: 14px;
  }
}
.modal_btn + .modal_btn {
  margin-top: calc((23/750)*100vw);
}
@media screen and (min-width: 769px) {
  .modal_btn + .modal_btn {
    margin-top: 23px;
  }
}
@media screen and (min-width: 769px) {
  /* ホバー時の動き */
  .modal_btn a {
    display: block;
    position: relative;
  }
  .modal_btn a img {
    position: relative;
    z-index: 2;
    transition: 0.3s ease-in-out;
  }
  .modal_btn a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .modal_btn a:hover {
    opacity: 1;
  }
  .modal_btn a:hover img {
    opacity: 0;
  }
  .modal_btn01 a:before {
    background-image: url(../img/modal_btn01_hover.svg);
  }
  .modal_btn02 a:before {
    background-image: url(../img/modal_btn02_hover.svg);
  }
  .modal_btn03 a:before {
    background-image: url(../img/modal_btn03_hover.svg);
  }
}
