* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0;
  overscroll-behavior: none;
  word-break: break-all;
}
[v-cloak] {
  opacity: 0;
}
.wholewrapper {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1250px) and (min-width: 768px) {
  .wholewrapper {
    min-width: 1250px;
  }
}
.wholewrapper * {
  box-sizing: border-box;
}
.wholewrapper *::before, .wholewrapper *::after {
  box-sizing: border-box;
}
a {
  color: #00489B;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #e07a3b;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    color: #000;
    text-decoration: none;
    pointer-events: none;
  }
}
a img[src$="icon_pdf.svg"] {
  position: relative;
  top: 3px;
  width: 13px;
  height: 15px;
  margin-left: 5px;
  opacity: 1;
  vertical-align: baseline;
}
main {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
}
img, svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab {
    display: block;
  }
}
.arrow-right {
  position: relative;
}
.arrow-right::after {
  display: inline-block;
  content: "";
  transition-duration: 0.2s;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 2px solid #4a3b33;
  border-right: 2px solid #4a3b33;
  transition: all 0.4s;
}
.arrow-right:hover::after {
  right: 10px;
}
.arrow-left {
  position: relative;
}
.arrow-left::before {
  display: inline-block;
  content: "";
  transition-duration: 0.2s;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(225deg);
  width: 9px;
  height: 9px;
  border-top: 2px solid #4a3b33;
  border-right: 2px solid #4a3b33;
  transition: all 0.4s;
}
.arrow-left:hover::before {
  left: 10px;
}
.arrow-up-right {
  position: relative;
}
.arrow-up-right::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #fff;
  mask-image: url(../media/images/common/ico--arrow-up-right.png);
  mask-size: cover;
  mask-repeat: no-repeat;
}
.header {
  width: 400px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: #fafafa;
}
@media screen and (max-width: 1650px) {
  .header {
    width: 100%;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 65px;
  }
}
.header:has(.sp_open) {
  height: 100%;
}
.header_inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 1650px) {
  .header_inner {
    overflow: visible;
    padding-inline: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .header_inner {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header_inner {
    padding: 0;
  }
}
.header_inner::-webkit-scrollbar {
  display: none;
}
.header .content_wrap {
  padding: 77px 54px 70px 46px;
  overflow-y: scroll;
  width: calc(100% + 0px);
  scrollbar-width: none;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header .content_wrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .content_wrap {
    padding: 0;
    overflow-y: inherit;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header .content_wrap {
    padding: 0px;
  }
}
@media screen and (max-width: 1650px) {
  .header .content_wrap .content {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 100px;
  }
}
@media screen and (max-width: 1650px) and (max-width: 767px) {
  .header .content_wrap .content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header .content_wrap .content {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header .sp_head {
    height: 65px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background: #fafafa;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  .header .sp_head .sp_menu {
    display: none;
  }
}
.header .sp_head .sp_menu button {
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
  padding: 10px 12px 10px 13px;
  background-color: #000;
  border: none;
  border-bottom-left-radius: 10px;
  font-family: inherit;
}
.header .sp_head .sp_menu button::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: -6px;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 25px);
  margin: auto;
  background: #fff;
  transition: 0.3s;
  opacity: 1;
}
.header .sp_head .sp_menu button .txt {
  font-weight: 500;
  font-size: 9px;
  line-height: 1.48;
  letter-spacing: 0.1em;
  color: #fff;
  width: calc(100% - 25px);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding-top: 30px;
  white-space: nowrap;
}
.header .sp_head .sp_menu button .txt::before, .header .sp_head .sp_menu button .txt::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  height: 1px;
  background: #fff;
}
.header .sp_head .sp_menu button .txt::before {
  top: 16px;
}
.header .sp_head .sp_menu button .txt::after {
  top: 20px;
}
.header .sp_head .sp_menu button.active::before {
  opacity: 0;
}
.header .sp_head .sp_menu button.active .txt::before {
  transform: rotate(30deg);
  top: 20px;
}
.header .sp_head .sp_menu button.active .txt::after {
  transform: rotate(-30deg);
}
.header .logo {
  margin-bottom: 36px;
}
@media screen and (max-width: 1650px) {
  .header .logo {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    padding-left: 20px;
    padding-top: 15px;
  }
}
.header .logo a {
  transition: opacity 0.2s;
}
.header .logo a:hover {
  opacity: 0.6;
}
.header .logo a span {
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  background: url(../media/images/common/logo.png) no-repeat;
  background-size: contain;
  width: 260px;
  height: 42px;
  margin: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1650px) {
  .header .logo a span {
    width: 240px;
    height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo a span {
    width: 204px;
    height: 33px;
  }
}
@media screen and (max-width: 1650px) {
  .header .menu_wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1650px) and (max-width: 767px) {
  .header .menu_wrap {
    display: block;
  }
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .menu_wrap {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header .menu_wrap {
    width: 100%;
    padding: 10px 20px 75px;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
    visibility: hidden;
    position: absolute;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .header .menu_wrap.sp_open {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    position: static;
    height: 100vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .header .menu_wrap.sp_open::-webkit-scrollbar {
    display: none;
  }
}
.header .menu_wrap .link_list {
  padding-bottom: 155px;
}
@media screen and (max-width: 1650px) {
  .header .menu_wrap .link_list {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1650px) and (max-width: 767px) {
  .header .menu_wrap .link_list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header .menu_wrap .link_list {
    padding-bottom: 30px;
  }
}
.header .menu_wrap .link_list li {
  position: relative;
}
.header .menu_wrap .link_list li:has(.lower-open) a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 10;
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .menu_wrap .link_list li.pcw-none {
    display: none;
  }
}
.header .menu_wrap .link_list li.has_children > a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .header .menu_wrap .link_list li.has_children > a {
    pointer-events: inherit;
  }
}
.header .menu_wrap .link_list li.has_children > a::after {
  transform: translateY(-50%);
  top: 50%;
  right: 11px;
  width: 18px;
  height: 18px;
  background-color: #1b6e8b;
  border-radius: 50%;
}
.header .menu_wrap .link_list li.has_children > a .ico-plus {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 11px;
  display: block;
  width: 18px;
  height: 18px;
  z-index: 1;
}
@media screen and (max-width: 1650px) {
  .header .menu_wrap .link_list li.has_children > a .ico-plus {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .menu_wrap .link_list li.has_children > a .ico-plus {
    display: block;
  }
}
.header .menu_wrap .link_list li.has_children > a .ico-plus::before, .header .menu_wrap .link_list li.has_children > a .ico-plus::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.4s;
}
.header .menu_wrap .link_list li.has_children > a .ico-plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.header .menu_wrap .link_list li.has_children.active a .ico-plus::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.header .menu_wrap .link_list li.has_children.active a .ico-plus::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.header .menu_wrap .link_list a {
  background-color: #fff;
  padding: 10px 12px 8px 14px;
  border-radius: 3px;
  color: #4a3b34;
  display: block;
  position: relative;
}
@media screen and (max-width: 1650px) {
  .header .menu_wrap .link_list a {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .header .menu_wrap .link_list a {
    background-color: #fff;
    border-radius: 10px;
  }
}
.header .menu_wrap .link_list a:hover {
  color: #e07a3b;
}
.header .menu_wrap .link_list a .ttl_en {
  color: #1b6e8b;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.42;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  position: relative;
  padding-left: 4px;
  padding-bottom: 2px;
}
@media screen and (max-width: 1650px) {
  .header .menu_wrap .link_list a .ttl_en {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .menu_wrap .link_list a .ttl_en {
    display: block;
    font-size: 11px;
  }
}
.header .menu_wrap .link_list a .ttl_en::before {
  content: "";
  display: inline-block;
  background-color: #1b6e8b;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .menu_wrap .link_list a.depth1 {
    height: 80px;
    line-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header .menu_wrap .link_list a.depth1::before {
  position: relative;
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .menu_wrap .link_list a.depth1::before {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 0%;
    height: 1px;
    background-color: #e07a3b;
    transition: all 0.4s;
  }
}
.header .menu_wrap .link_list a.depth1::after {
  display: inline-block;
  content: "";
  transition-duration: 0.2s;
  position: absolute;
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .menu_wrap .link_list a.depth1::after {
    content: none;
  }
}
.header .menu_wrap .link_list a.depth1:hover::before {
  width: 94%;
}
.header .menu_wrap .link_list a.depth1.parent::after {
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 2px solid #4a3b33;
  border-right: 2px solid #4a3b33;
  transition: all 0.4s;
}
@media screen and (max-width: 1650px) {
  .header .menu_wrap .link_list a.depth1.parent::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .header .menu_wrap .link_list a.depth1.parent::after {
    content: "";
    right: 21px;
  }
}
.header .menu_wrap .link_list a.depth1.parent:hover::after {
  right: 10px;
}
.header .menu_wrap .link_list > li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .header .menu_wrap .link_list > li > a {
    white-space: nowrap;
  }
}
.header .menu_wrap .link_list > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1650px) {
  .header .menu_wrap .link_list > li + li {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .menu_wrap .link_list > li + li {
    margin-top: 10px;
  }
}
.header .menu_wrap .lower_menu {
  display: none;
}
@media screen and (min-width: 1651px) {
  .header .menu_wrap .lower_menu {
    display: block;
    width: 100%;
    visibility: hidden;
    height: 0;
  }
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .menu_wrap .lower_menu {
    display: block;
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    z-index: 100;
    filter: drop-shadow(2px 2px 4px rgba(39, 41, 49, 0.2));
    background-color: rgba(250, 248, 248, 0.95);
    border-radius: 10px;
    opacity: 0;
    transform: translateX(-50%);
    pointer-events: none;
    padding-top: 5px;
    visibility: hidden;
    height: 0;
    min-width: 210px;
  }
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .menu_wrap .lower_menu::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(250, 248, 248, 0.95);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 17px;
    height: 15px;
  }
}
.header .menu_wrap .lower_menu-list li {
  background-color: #faf8f8;
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .menu_wrap .lower_menu-list li {
    background-color: inherit;
  }
}
.header .menu_wrap .lower_menu-list li a {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .menu_wrap .lower_menu-list li a {
    background-image: linear-gradient(to right, #beb9b9 5px, transparent 1px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    margin: 0 10px;
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  .header .menu_wrap .lower_menu-list li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.header .menu_wrap .lower_menu-list li a::before {
  content: "-";
  display: inline-block;
  margin-right: 2px;
}
.header .menu_wrap .lower_menu-list li:last-of-type a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .menu_wrap .lower_menu-list li:last-of-type a {
    background-image: none;
    padding-bottom: 15px;
  }
}
.header .menu_wrap .lower_menu.lower-open {
  opacity: 1;
  visibility: visible;
  height: auto;
  animation: slideDown 0.3s;
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .menu_wrap .lower_menu.lower-open {
    min-width: 210px;
    animation: slideDownPcw 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .header .menu_wrap .lower_menu.lower-open {
    animation: none;
  }
}
.header .menu_wrap .lower_menu.lower-open a {
  pointer-events: initial;
  border-radius: 0;
}
@keyframes slideDown {
  0% {
    height: 0;
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
    height: 100%;
  }
}
@keyframes slideDownPcw {
  0% {
    height: auto;
    transform: translate(-50%, -20px);
  }
  100% {
    transform: translate(-50%, 0px);
    height: auto;
  }
}
.header .menu_wrap .link_contact {
  width: 280px;
  height: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .menu_wrap .link_contact {
    width: 200px;
    height: 50px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 768px) {
  .header .menu_wrap .link_contact {
    margin-left: 0;
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .header .menu_wrap .link_contact {
    margin: 0 auto;
  }
}
.header .menu_wrap .link_contact a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border: 1px solid #1b6e8b;
  border-radius: 30px;
  background-color: #1b6e8b;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .header .menu_wrap .link_contact a {
    font-size: 13px;
  }
}
.header .menu_wrap .link_contact a:hover {
  color: #fff;
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .header .menu_wrap .link_contact a {
    font-size: 16px;
    border-color: #3b2a24;
    background-color: #3b2a24;
  }
}
@media screen and (max-width: 1250px) {
  .header .menu_wrap .link_contact a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header .menu_wrap .link_contact a {
    font-size: 13px;
  }
}
.header .menu_wrap .link_contact a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../media/images/common/icon_mail.svg) no-repeat left center;
  background-size: contain;
  margin-right: 9px;
}
.header .menu_wrap .link_contact a::after {
  border-color: #fff;
}
.contents_wrap {
  width: calc(100% - 400px);
  margin-left: 400px;
}
@media screen and (max-width: 1650px) {
  .contents_wrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    padding-top: 65px;
  }
}
.contents_wrap ul.pankuzu {
  margin: 26px 0 52px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  position: relative;
  z-index: 10;
  gap: 6px 0;
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .contents_wrap ul.pankuzu {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contents_wrap ul.pankuzu {
    padding: 26px 20px 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.48;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.contents_wrap ul.pankuzu li {
  display: inline;
}
.contents_wrap ul.pankuzu li a {
  display: inline;
}
.contents_wrap ul.pankuzu li a.last {
  color: #000;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .contents_wrap ul.pankuzu li a.last {
    font-size: 11px;
  }
}
.contents_wrap ul.pankuzu li:not(:last-child) {
  padding-right: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents_wrap ul.pankuzu li:not(:last-child) {
    padding-right: 20px;
  }
}
.contents_wrap ul.pankuzu li:not(:last-child):after {
  position: absolute;
  top: 55%;
  right: 9px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #4a3b34;
  border-right: solid 1px #4a3b34;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .contents_wrap ul.pankuzu li:not(:last-child):after {
    right: 7px;
  }
}
#main .page_title {
  margin-top: 54px;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .page_title {
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#main .page_title.left {
  margin-bottom: 53px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #main .page_title.left {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
#main .page_description {
  margin-bottom: 82px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .page_description {
    margin-bottom: 40px;
  }
}
#main .sec_title {
  margin-bottom: 48px;
  padding-bottom: 25px;
  border-bottom: 3px solid #00489B;
  color: #00489B;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .sec_title {
    margin-bottom: 25px;
    padding-bottom: 19px;
  }
}
#main .sec_title_sub {
  margin: 39px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}
.footer_picture {
  position: relative;
  z-index: 1;
  height: 354px;
}
@media screen and (max-width: 767px) {
  .footer_picture {
    height: 250px;
    width: 100%;
  }
}
.footer_picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer_inner {
  position: relative;
  z-index: 2;
  margin-top: -80px;
  margin-inline: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  padding: 60px 100px 60px 100px;
  background-color: #ffffff;
  border-radius: 40px 40px 0 0;
  color: #3b2a24;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner {
    margin-top: -33px;
    padding: 30px 20px 0 20px;
    width: 100%;
  }
}
.footer_inner a {
  color: #3b2a24;
}
.footer_inner > div, .footer_inner > nav {
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .footer_inner > div, .footer_inner > nav {
    padding: 0;
  }
}
.footer_inner > div + div, .footer_inner > div + nav, .footer_inner > nav + nav {
  background-image: linear-gradient(to bottom, #3b2a24 5px, transparent 5px);
  background-size: 2px 10px;
  background-repeat: repeat-y;
  background-position: lleft top;
}
@media screen and (max-width: 767px) {
  .footer_inner > div + div, .footer_inner > div + nav, .footer_inner > nav + nav {
    background-image: none;
  }
}
.footer_infomation {
  width: 347px;
}
@media screen and (max-width: 767px) {
  .footer_infomation {
    width: 100%;
  }
}
.footer_infomation .logo {
  margin-bottom: 17px;
}
.footer_infomation .logo a {
  transition: opacity 0.2s;
}
.footer_infomation .logo a:hover {
  opacity: 0.6;
}
.footer_infomation .logo a span {
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  background: url(../media/images/common/logo.png) no-repeat;
  background-size: contain;
  width: 251px;
  height: 40px;
  margin: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .footer_infomation .logo a span {
    width: 150px;
    height: 24px;
  }
}
.footer_infomation .company {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
.footer_infomation .company dt {
  margin-bottom: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer_infomation .company dt {
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_infomation .company dd {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: 0;
  }
}
.footer_infomation .company dd + dd {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer_infomation .company dd + dd {
    margin-top: 10px;
  }
}
.footer_nav.nav_main {
  width: 626px;
}
@media screen and (max-width: 767px) {
  .footer_nav.nav_main {
    width: 100%;
    margin-top: 20px;
  }
}
.footer_nav.nav_main .link_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 30px 80px;
}
@media screen and (max-width: 767px) {
  .footer_nav.nav_main .link_list {
    display: block;
  }
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .footer_nav.nav_main .link_list {
    gap: 30px 30px;
  }
}
.footer_nav.nav_main .link_list > li:first-child {
  width: 100%;
}
.footer_nav.nav_main .link_list > li:not(:first-child) {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .footer_nav.nav_main .link_list > li:not(:first-child) {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .footer_nav.nav_main .link_list > li:not(:first-child) {
    width: 100%;
  }
}
.footer_nav.nav_sub {
  width: 347px;
}
@media screen and (max-width: 767px) {
  .footer_nav.nav_sub {
    width: 100%;
  }
}
.footer_nav.nav_sub .link_list {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  gap: 30px 80px;
}
@media screen and (max-width: 767px) {
  .footer_nav.nav_sub .link_list {
    display: block;
  }
}
.footer_nav .link_list li a:hover {
  color: #e07a3b;
}
.footer_nav .link_list:has(> li:nth-child(4)) {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .footer_nav .link_list > li {
    background-image: linear-gradient(to right, #beb9b9 5px, transparent 1px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left top;
    padding: 20px 0;
  }
}
.footer_nav .link_list > li.has_children > a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer_nav .link_list > li > a.depth1 {
    display: block;
  }
}
.footer_nav .link_list > li > a.depth1 .ttl_en {
  color: #1b6e8b;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  position: relative;
  padding-left: 4px;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .footer_nav .link_list > li > a.depth1 .ttl_en {
    font-weight: 600;
    font-size: 11px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.footer_nav .link_list > li > a.depth1 .ttl_en::before {
  content: "";
  display: inline-block;
  background-color: #1b6e8b;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
}
.footer_nav .link_list > li > a.depth1 .ttl {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer_nav .link_list > li > a.depth1 .ttl {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.1em;
  }
  .footer_nav .link_list > li > a.depth1 .ttl::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #4a3b33;
    border-right: 2px solid #4a3b33;
    transition-duration: 0.2s;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.4s;
  }
}
.footer_nav .link_list > li > div > ul > li > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer_nav .link_list > li > div > ul > li > a {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: 0.1em;
  }
}
.footer_nav .link_list > li > div > ul > li > a::before {
  content: "-";
  display: inline-block;
  margin-right: 2px;
}
.footer_nav .link_list .link_list_voice {
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .footer_nav .link_list .link_list_voice {
    margin-top: 0;
  }
}
.footer_copyright {
  width: 100%;
  height: 50px;
  background-color: #3b2a24;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
}
/*# sourceMappingURL=./common.css.map */