@media screen and (max-width: 1200px) {
  section.kv {
    margin-top: 70px;
  }
}
section.kv .kv_img {
  background: url(/company/img/company_kv.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 33.33vw;
}

section.overview {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.overview {
    margin-top: 30px;
  }
}
section.overview .inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
section.overview .inner .overview_box .section_title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
section.overview .inner .overview_box .section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 35px;
  border-bottom: 2px solid #20459e;
}
section.overview .inner .overview_box .section_title h2 {
  color: #4c4c4c;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.overview .inner .overview_box .section_title h2 {
    font-size: 24px;
  }
}
section.overview .inner .overview_box .overview_list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  section.overview .inner .overview_box .overview_list {
    margin-top: 25px;
  }
}
section.overview .inner .overview_box .overview_list dl {
  padding: 40px 0;
  border-bottom: 1px solid #e4e4e4;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 50px;
}
@media screen and (max-width: 768px) {
  section.overview .inner .overview_box .overview_list dl {
    grid-template-columns: 1fr;
    padding: 20px 0;
    gap: 20px 0;
  }
}
section.overview .inner .overview_box .overview_list dl:nth-child(2) {
  position: relative;
}
section.overview .inner .overview_box .overview_list dl:nth-child(2) .button_box {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
}
@media screen and (max-width: 768px) {
  section.overview .inner .overview_box .overview_list dl:nth-child(2) .button_box {
    position: relative;
  }
}
section.overview .inner .overview_box .overview_list dl:nth-child(2) .button_box a.button_arrow {
  width: 150px;
  padding: 10px 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.overview .inner .overview_box .overview_list dl:nth-child(2) .button_box a.button_arrow {
    padding: 10px;
    font-size: 14px;
  }
}
section.overview .inner .overview_box .overview_list dl dt {
  color: #20459e;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.overview .inner .overview_box .overview_list dl dt {
    font-size: 14px;
  }
}
section.overview .inner .overview_box .overview_list dl dd {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.overview .inner .overview_box .overview_list dl dd {
    line-height: 2.1428571429;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  section.overview .inner .overview_box .overview_list dl dd span.sp_slash {
    display: none;
  }
}
section.overview .inner .overview_box .overview_list dl dd br.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  section.overview .inner .overview_box .overview_list dl dd br.sp_br {
    display: block;
  }
}
section.overview .inner .overview_box .overview_list dl dd.rc {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
}
section.overview .inner .overview_box .overview_list dl dd.rc a {
  display: inline-block;
  height: 1lh;
  width: auto;
  aspect-ratio: 1/1;
}
section.overview .inner .overview_box .overview_list dl .overview_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.overview .inner .overview_box .overview_list dl .overview_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}
section.overview .inner .overview_box .overview_list dl .overview_item--mt {
  margin-top: 1lh;
}
section.overview .inner .overview_box .overview_list dl .overview_adress {
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  section.overview .inner .overview_box .overview_list dl .overview_adress {
    width: 100%;
  }
}
section.overview .inner .overview_box .lisense_list {
  margin-top: 10px;
}
section.overview .inner .overview_box .lisense_list p {
  font-size: 14px;
  line-height: 2.1428571429;
}
@media screen and (max-width: 768px) {
  section.overview .inner .overview_box .lisense_list p {
    font-size: 12px;
  }
}
section.overview .inner .lisense_img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 40px 80px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  section.overview .inner .lisense_img {
    gap: 20px 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
section.overview .inner .lisense_img .img_box {
  justify-self: center;
  align-self: center;
}

section.greeting {
  width: 100%;
  background: #f8f3ee;
  padding: 100px 0;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  section.greeting {
    padding: 50px 0;
    margin-top: 50px;
  }
}
section.greeting .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
section.greeting .inner .section_title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
section.greeting .inner .section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 35px;
  border-bottom: 2px solid #20459e;
}
section.greeting .inner .section_title h2 {
  color: #4c4c4c;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.greeting .inner .section_title h2 {
    font-size: 24px;
  }
}
section.greeting .inner .greeting_box {
  display: flex;
  gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.greeting .inner .greeting_box {
    flex-direction: column;
    margin-top: 30px;
    gap: 25px;
  }
}
section.greeting .inner .greeting_box .img_box {
  width: 44.7%;
}
@media screen and (max-width: 768px) {
  section.greeting .inner .greeting_box .img_box {
    width: 100%;
  }
}
section.greeting .inner .greeting_box .img_box img {
  width: 100%;
}
section.greeting .inner .text_box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  section.greeting .inner .text_box {
    width: 100%;
  }
}
section.greeting .inner .text_box p {
  line-height: 2.1875;
}
@media screen and (max-width: 768px) {
  section.greeting .inner .text_box p {
    font-size: 14px;
  }
}
section.greeting .inner .text_box p.name {
  margin-top: 30px;
  font-size: 20px;
  font-family: "Zen Old Mincho", sans-serif;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  section.greeting .inner .text_box p.name {
    font-size: 18px;
  }
}

section.philosophy {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.philosophy {
    margin-top: 50px;
  }
}
section.philosophy .bg_area {
  width: 11.13vw;
  position: absolute;
  top: 0;
  right: 0;
}
section.philosophy .bg_area img {
  width: 100%;
}
section.philosophy .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
section.philosophy .inner .section_title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
section.philosophy .inner .section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 35px;
  border-bottom: 2px solid #20459e;
}
section.philosophy .inner .section_title h2 {
  color: #4c4c4c;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.philosophy .inner .section_title h2 {
    font-size: 24px;
  }
}
section.philosophy .inner .img_box {
  width: 100%;
  margin-top: 60px;
}
section.philosophy .inner .img_box img {
  width: 100%;
}
section.philosophy .inner .vision {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 35px;
}
section.philosophy .inner .vision p.title {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-family: "Zen Old Mincho", sans-serif;
  color: #20459e;
  border-left: 1px solid #20459e;
  border-right: 1px solid #20459e;
  padding: 10px 35px;
}
@media screen and (max-width: 768px) {
  section.philosophy .inner .vision p.title {
    font-size: 18px;
    padding: 5px 20px;
  }
}
section.philosophy .inner .vision p.text {
  margin-top: 40px;
  padding-inline: 135px;
  line-height: 2.1875;
}
@media screen and (max-width: 768px) {
  section.philosophy .inner .vision p.text {
    padding-inline: 0;
    font-size: 14px;
  }
}

section.policy {
  width: 100%;
  padding: 100px 0;
  background-color: #f8f3ee;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.policy {
    padding: 50px 0;
    margin-top: 50px;
  }
}
section.policy .bg_area {
  width: 11.33%;
  position: absolute;
  top: -11.5vw;
  left: 0;
}
section.policy .bg_area img {
  width: 100%;
}
section.policy .bg_area:nth-child(2) {
  width: 10.66vw;
  top: unset;
  left: unset;
  bottom: -1.79vw;
  right: 0;
}
section.policy .bg_area:nth-child(2) img {
  width: 100%;
}
section.policy .inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
section.policy .inner .section_title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
section.policy .inner .section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 35px;
  border-bottom: 2px solid #20459e;
}
section.policy .inner .section_title h2 {
  color: #4c4c4c;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.policy .inner .section_title h2 {
    font-size: 24px;
  }
}
section.policy .inner .policy_box p.summary {
  color: #20459e;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  section.policy .inner .policy_box p.summary {
    font-size: 18px;
    margin-top: 25px;
  }
}
section.policy .inner .policy_box p.explain {
  margin-top: 45px;
  line-height: 2.1875;
}
@media screen and (max-width: 768px) {
  section.policy .inner .policy_box p.explain {
    margin-top: 24px;
    font-size: 14px;
  }
}
section.policy .inner .policy_box .policy_list {
  margin-top: 50px;
}
section.policy .inner .policy_box .policy_list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  section.policy .inner .policy_box .policy_list ul {
    flex-direction: column;
  }
}
section.policy .inner .policy_box .policy_list ul li {
  color: #20459e;
  font-size: 18px;
  padding: 15px 25px;
  border-bottom: 1px dashed #20459e;
  border-top: 1px dashed #20459e;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.policy .inner .policy_box .policy_list ul li {
    width: 100%;
  }
}
section.policy .inner .policy_box p.text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  section.policy .inner .policy_box p.text {
    font-size: 14px;
    line-height: 2.1875;
  }
}

section.access {
  width: 100%;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.access {
    margin-top: 50px;
  }
}
section.access .bg_area {
  width: 11.33%;
  position: absolute;
  top: 9.73vw;
  left: 0;
  z-index: 1;
}
section.access .bg_area img {
  width: 100%;
}
section.access .inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
section.access .inner .section_title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
section.access .inner .section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 35px;
  border-bottom: 2px solid #20459e;
}
section.access .inner .section_title h2 {
  color: #4c4c4c;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.access .inner .section_title h2 {
    font-size: 24px;
  }
}
section.access .inner .access_box {
  margin-top: 60px;
}
section.access .inner .access_box iframe {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.access .inner .access_box iframe {
    height: 250px;
  }
}
section.access .inner .access_box .address {
  background: #20459e;
  color: #fff;
  padding: 0 30px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  section.access .inner .access_box .address {
    padding: 0 15px;
  }
}
section.access .inner .access_box .address p.name {
  padding-top: 25px;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.access .inner .access_box .address p.name {
    padding-top: 12px;
    font-size: 16px;
  }
}
section.access .inner .access_box .address p.text {
  padding-bottom: 30px;
  margin-top: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  section.access .inner .access_box .address p.text {
    padding-bottom: 15px;
    font-size: 14px;
  }
}

section.menu {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  section.menu {
    margin-top: 50px;
  }
}
section.menu .inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
section.menu .inner .menu_box {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
@media screen and (max-width: 600px) {
  section.menu .inner .menu_box {
    grid-template-columns: 1fr;
  }
}
section.menu .inner .menu_box .menu_item {
  height: 150px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.menu .inner .menu_box .menu_item {
    height: 100px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  section.menu .inner .menu_box .menu_item {
    height: 70px;
  }
}
section.menu .inner .menu_box .menu_item a {
  text-decoration: none;
  height: 100%;
  width: 100%;
}
@media (hover) {
  section.menu .inner .menu_box .menu_item a:hover::before {
    background: rgba(35, 52, 94, 0.4);
  }
}
section.menu .inner .menu_box .menu_item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 52, 94, 0.6);
  z-index: 2;
  transition: background 0.5s;
}
section.menu .inner .menu_box .menu_item a p {
  font-size: 24px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.menu .inner .menu_box .menu_item a p {
    font-size: 16px;
  }
}
section.menu .inner .menu_box .menu_item a img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/*# sourceMappingURL=style.css.map */
