@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

s {
  position: relative;
  z-index: -1;
}
s::before, s::after {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

img {
  max-width: 100%;
  height: auto !important;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  vertical-align: middle;
  border-radius: 0;
  margin: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
}
button::-webkit-search-decoration {
  display: none;
}
button:focus {
  outline-offset: -2px;
}

label, input {
  cursor: pointer;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch;
}
a:hover, a:active {
  text-decoration-style: dashed;
}
a:active {
  text-decoration: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

button:focus-visible {
  outline: 2px solid black;
  border-radius: 3px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

p, label {
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

p, th, td, label, legend, input, a {
  font-size: 0.875em;
}
@media print, screen and (min-width: 768px) {
  p, th, td, label, legend, input, a {
    font-size: 1em;
  }
}
@media print, screen and (min-width: 1280px) {
  p, th, td, label, legend, input, a {
    font-size: 1.125em;
  }
}
@media print, screen and (min-width: 1440px) {
  p, th, td, label, legend, input, a {
    font-size: 1.25em;
  }
}

.tag_list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.tag_list li {
  border: solid 1px black;
  border-radius: 9999px;
  padding: 0.5em;
  line-height: 1;
}

.tag_list2 {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  margin-top: 1em;
  margin-bottom: 2em;
}
.tag_list2 li {
  position: relative;
}
.tag_list2 li:not(:first-child)::before {
  content: "／";
}

.inline_block {
  display: inline-block;
}

.external-link {
  width: 15px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -2px;
}

.header {
  padding: 2vw 5vw;
}
.header .header_logo img {
  display: block;
  width: 70vw;
  max-width: 835px;
}
@media print, screen and (min-width: 1280px) {
  .header {
    padding: 30px 200px;
  }
}
@media print, screen and (min-width: 1440px) {
  .header .header_logo img {
    margin: 0 auto;
  }
}

.header1 {
  position: relative;
  overflow: hidden;
}
.header1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: calc(50% - 35vw);
  left: calc(50% - 35vw);
  background-color: white;
  border-radius: 50%;
  width: 70vw;
  height: 70vw;
}
.header1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/kv.png) 0 0/100% auto;
}
.header1 .header_flame {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.header1 .header_flame::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}
.header1 .header_logo1 {
  width: 70vw;
  padding: 40px 10vw 20px;
}
.header1 .header_logo1 img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.header1 .enrollment {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header1 .enrollment .title {
  background-color: #004FA2;
  color: white;
  border-radius: 9999px;
  padding: 0.5em 1.5em;
  line-height: 1;
}
.header1 .enrollment .number {
  color: #004FA2;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 2.5em;
}
.header1 .enrollment .ken {
  color: #004FA2;
}
@media print, screen and (min-width: 768px) {
  .header1::before {
    top: calc(50% - 350px);
    left: calc(50% - 350px);
    width: 700px;
    height: 700px;
  }
  .header1 .header_logo1 {
    width: 700px;
    padding: 5vw 110px 40px;
  }
  .header1 .enrollment .title {
    font-size: 1.875em;
  }
  .header1 .enrollment .number {
    font-size: 5.375em;
  }
  .header1 .enrollment .ken {
    font-size: 2em;
  }
}

nav.n_header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: white;
  padding: 0 0 2px 2px;
}
nav.n_header button, nav.n_header a {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 6em;
  height: 6em;
  font-weight: bold;
  font-size: 0.625em;
  text-decoration: none;
}
nav.n_header button img, nav.n_header a img {
  width: 2.2em;
}
nav.n_header button {
  margin-bottom: 2px;
  color: #004FA2;
  background-color: #FCE430;
}
nav.n_header button:hover, nav.n_header button:active {
  background-color: #E8D22B;
}
nav.n_header a {
  color: white;
  background-color: #3C79BA;
}
nav.n_header a:hover, nav.n_header a:active {
  background-color: #004FA2;
}
@media print, screen and (min-width: 768px) {
  nav.n_header button, nav.n_header a {
    gap: 15px;
    font-size: 1.25em;
  }
  nav.n_header button img, nav.n_header a img {
    width: 2.4em;
  }
}
@media print, screen and (min-width: 1440px) {
  nav.n_header button, nav.n_header a {
    font-size: 1.875em;
  }
}

.cta {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 1280px) {
  .cta {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1440px) {
  .cta {
    width: 1200px;
  }
}
.cta p {
  line-height: 2;
}
.cta .contact_button {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.cta .contact_button a {
  font-size: 1em;
  line-height: 2;
  text-decoration: none;
  padding: 0.7em 60px 0.7em 80px;
  background: url(../img/icon-mail.svg) #3C79BA no-repeat 30px center/30px auto;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 0 #D8E4F1;
  top: 0;
  left: 0;
  margin: 5px;
}
.cta .contact_button a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.cta .contact_button a:hover, .cta .contact_button a:active {
  box-shadow: 0 0 0 #D8E4F1;
  top: 5px;
  left: 5px;
}
@media print, screen and (min-width: 1280px) {
  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cta .contact_button a {
    font-size: 1.5em;
    background-size: 46px;
    padding-left: 100px;
  }
}

footer {
  background-color: #3C79BA;
  color: white;
  padding: 0 30px 50px;
}
footer .footer_nav {
  list-style-type: none;
  background-color: #F1F1F1;
  color: black;
  margin: 0 -30px 50px;
  padding: 0.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em 1em;
}
footer .footer_nav a {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: 0.5em;
}
footer .footer_nav a[target=_blank] {
  padding-right: 0;
}
footer .footer_nav a:hover, footer .footer_nav a:active {
  text-decoration: underline;
}
footer .footer_logo {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  footer {
    padding: 0 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer_nav {
    width: 100%;
  }
}

.copyright {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 0.75em;
}
@media print, screen and (min-width: 1280px) {
  .copyright {
    text-align: left;
    margin-top: 70px;
    font-size: 1em;
  }
}

.page_title {
  background: url(../img/bg.png);
  font-size: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 1em 30px;
  min-height: 4em;
  margin-bottom: 80px;
}
@media print, screen and (min-width: 1280px) {
  .page_title {
    font-size: 2.75em;
    padding: 1em 60px;
  }
}
@media print, screen and (min-width: 1440px) {
  .page_title {
    font-size: 3.6em;
  }
}

.page_title_result h1 {
  background: url(../img/icon-search-black.svg) no-repeat center top/26px auto;
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .page_title_result h1 {
    background-size: auto 44px;
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page_title_result h1 {
    background-size: auto 72px;
    padding-top: 100px;
  }
}

ul.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  padding: 0 0 2em;
  margin-top: 3em;
}
ul.pagination a {
  text-decoration: none;
  color: #283722;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 3px;
  background-color: #e9e9e9;
  transition: all 0.1s ease 0s;
}
ul.pagination a:hover {
  background: #FFE59B;
}
ul.pagination .first a:hover, ul.pagination .prev a:hover, ul.pagination .next a:hover, ul.pagination .last a:hover {
  background: #FFE59B;
}
ul.pagination .first a, ul.pagination .last a {
  width: 3em;
}
ul.pagination .current a {
  color: #fff;
  background-color: #004FA2;
}
ul.pagination .current a:hover {
  color: #fff;
  background-color: #004FA2;
}
ul.pagination .disabled {
  display: none;
}

.search_form {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../img/bg.png);
}
.search_form form {
  background-color: white;
  border: solid 5px #D8E4F1;
  padding: 30px;
  margin-right: 30px;
  margin-left: 30px;
}
@media print, screen and (min-width: 1280px) {
  .search_form form {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1440px) {
  .search_form form {
    width: 1200px;
  }
}
@media print, screen and (min-width: 1280px) {
  .search_form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .search_form form {
    border-width: 10px;
    padding: 80px;
  }
}
.search_form h2 {
  font-size: 2em;
  margin-bottom: 1em;
  background: url(../img/icon-search-black.svg) no-repeat center top/26px auto;
  padding-top: 40px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .search_form h2 {
    background-size: auto 44px;
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 1280px) {
  .search_form h2 {
    background-size: auto 72px;
    padding-top: 100px;
    font-size: 2.75em;
  }
}
@media print, screen and (min-width: 1440px) {
  .search_form h2 {
    font-size: 3.6em;
  }
}
.search_form form > fieldset > legend,
.search_form .legend {
  display: inline-block;
  font-family: bold;
  font-size: 1.25em;
  padding-top: 2em;
  padding-bottom: 1em;
  color: white;
}
.search_form form > fieldset > legend h3, .search_form form > fieldset > legend label,
.search_form .legend h3,
.search_form .legend label {
  display: inline-block;
  background-color: #3C79BA;
  padding: 0.7em 1em 0.7em 0;
  position: relative;
  left: -1em;
  line-height: 1;
  font-weight: normal;
  font-size: 100%;
}
.search_form form > fieldset > legend h3::before, .search_form form > fieldset > legend label::before,
.search_form .legend h3::before,
.search_form .legend label::before {
  content: "";
  display: block;
  width: 65px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -65px;
  background-color: #3C79BA;
}
.search_form form > fieldset > legend h3::after, .search_form form > fieldset > legend label::after,
.search_form .legend h3::after,
.search_form .legend label::after {
  content: "";
  display: block;
  width: 1em;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1em;
  background-color: #3C79BA;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media print, screen and (min-width: 768px) {
  .search_form form > fieldset > legend,
  .search_form .legend {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 1280px) {
  .search_form form > fieldset > legend,
  .search_form .legend {
    display: block;
    text-align: center;
    font-size: 1.875em;
  }
  .search_form form > fieldset > legend h3, .search_form form > fieldset > legend label,
  .search_form .legend h3,
  .search_form .legend label {
    left: 0;
    padding: 0.7em 1em;
  }
  .search_form form > fieldset > legend h3::before, .search_form form > fieldset > legend label::before,
  .search_form .legend h3::before,
  .search_form .legend label::before {
    width: 1em;
    left: calc(-1em + 1px);
    background-color: #3C79BA;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
}
@media print, screen and (min-width: 768px) {
  .search_form p {
    text-align: center;
  }
}
.search_form details {
  position: relative;
}
.search_form details summary {
  display: block;
}
.search_form details summary::-webkit-details-marker {
  display: none;
}
.search_form details[open] .details_content {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.search_form details .toggle_icon {
  display: flex;
  position: absolute;
  top: 0;
  right: 10px;
  height: 2.5em;
}
.search_form details .toggle_icon img {
  display: block;
  width: 20px;
}
.search_form details .checkbox_parent {
  padding-right: 40px;
}
.search_form details[open] .toggle_icon {
  transform: rotate(180deg);
}
.search_form details summary:focus {
  border: solid 2px;
}
.search_form .fieldset_kakou, .search_form .fieldset_joho {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.search_form .fieldset_kakou > *:not(legend), .search_form .fieldset_joho > *:not(legend) {
  width: 100%;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .search_form .fieldset_kakou > *:not(legend), .search_form .fieldset_joho > *:not(legend) {
    width: 49%;
  }
}
.search_form .fieldset_haken legend {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.search_form .fieldset_haken label {
  display: inline-block;
  margin-right: 1em;
}
.search_form .fieldset_freeword .freeword {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: block;
}
.search_form .checkbox_parent {
  display: block;
  padding: 0.5em;
  background-color: #F1F1F1;
}
.search_form .checkbox_parent input[type=checkbox] {
  margin-right: 0.5em;
}
.search_form .checkbox_parent:hover, .search_form .checkbox_parent:active {
  background-color: #D8E4F1;
}
.search_form .checkbox_childs {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.search_form .checkbox_child {
  padding-left: 0.5em;
  display: block;
}
.search_form .checkbox_child input[type=checkbox] {
  margin-right: 0.5em;
}
.search_form .checkbox_child:hover, .search_form .checkbox_child:active {
  background-color: #D8E4F1;
}
.search_form input[type=text] {
  border: solid 1px #CDD6DD;
  border-radius: 4px;
  padding: 0.2em 0.5em;
}
.search_form input[type=text][aria-required=true] {
  border-color: #B50000;
}
.search_form .sonota_label {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
.search_form .sonota_label + input[type=text] {
  width: 100%;
  margin-left: 0.5em;
}
.search_form .submit_wrap {
  margin-top: 40px;
}
.search_form .submit_wrap .btn_submit {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 0 #D8E4F1;
  top: 0;
  left: 0;
  margin: 5px;
  display: block;
  margin: 20px auto 0;
  padding: 0.7em 3em;
  padding-right: calc(3em + 20px);
  background: url(../img/icon-search.svg) #FCE430 no-repeat right 10px center;
  color: #004FA2;
  font-weight: bold;
  border-radius: 5px;
}
.search_form .submit_wrap .btn_submit:hover, .search_form .submit_wrap .btn_submit:active {
  box-shadow: 0 0 0 #D8E4F1;
  top: 5px;
  left: 5px;
}
.search_form .submit_wrap .btn_reset {
  display: block;
  background-color: #F1F1F1;
  border: solid 1px #CDD6DD;
  border-radius: 6px;
  padding: 0.5em 2em;
  margin: 20px auto 0;
}
.search_form .submit_wrap .btn_reset:hover, .search_form .submit_wrap .btn_reset:active {
  background-color: #CDD6DD;
}
@media print, screen and (min-width: 1280px) {
  .search_form .submit_wrap .btn_submit {
    background-size: 24px auto;
    background-position: right 30px center;
    font-size: 1.5em;
  }
}
.search_form .error-message {
  color: #B50000;
  text-align: left;
  font-weight: bold;
  margin-top: 0.5em;
  position: relative;
  padding-left: 2em;
}
.search_form .error-message a {
  font-size: 100%;
}
.search_form .error-message::before {
  content: "！";
  background-color: #B50000;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  text-align: center;
  display: block;
}

.search_form2 {
  border: solid 5px #D8E4F1;
  padding: 30px;
  margin-bottom: 60px;
  margin-right: 30px;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 1280px) {
  .search_form2 {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1440px) {
  .search_form2 {
    width: 1200px;
  }
}
.search_form2 h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.search_form2 .submit_wrap {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}
.search_form2 .submit_wrap input[type=submit],
.search_form2 .submit_wrap button[type=submit],
.search_form2 .submit_wrap button[type=button] {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 0 #D8E4F1;
  top: 0;
  left: 0;
  margin: 5px;
  padding: 0.7em 3em;
  padding-right: calc(3em + 20px);
  background: url(../img/icon-search.svg) #FCE430 no-repeat right 10px center;
  color: #004FA2;
  font-weight: bold;
  border-radius: 5px;
}
.search_form2 .submit_wrap input[type=submit]:hover, .search_form2 .submit_wrap input[type=submit]:active,
.search_form2 .submit_wrap button[type=submit]:hover,
.search_form2 .submit_wrap button[type=submit]:active,
.search_form2 .submit_wrap button[type=button]:hover,
.search_form2 .submit_wrap button[type=button]:active {
  box-shadow: 0 0 0 #D8E4F1;
  top: 5px;
  left: 5px;
}
@media print, screen and (min-width: 1280px) {
  .search_form2 .submit_wrap input[type=submit],
  .search_form2 .submit_wrap button[type=submit],
  .search_form2 .submit_wrap button[type=button] {
    background-size: 24px auto;
    background-position: right 30px center;
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 1280px) {
  .search_form2 h2 {
    font-size: 2.5em;
  }
}

.result {
  margin-right: 30px;
  margin-left: 30px;
  font-size: 1.25em;
  font-weight: bold;
}
@media print, screen and (min-width: 1280px) {
  .result {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1440px) {
  .result {
    width: 1200px;
  }
}
@media print, screen and (min-width: 1280px) {
  .result {
    font-size: 1.875em;
  }
}

.result_list {
  margin-right: 30px;
  margin-left: 30px;
}
@media print, screen and (min-width: 1280px) {
  .result_list {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1440px) {
  .result_list {
    width: 1200px;
  }
}
.result_list .item a {
  display: block;
  padding: 10px 0;
  padding-right: 30px;
  text-decoration: none;
  border-bottom: solid 1px #D8E4F1;
  background: url(../img/icon-tri.svg) no-repeat right 0 center/24px auto;
}
.result_list .item a:hover, .result_list .item a:active {
  background-color: #D8E4F1;
}
.result_list .item img {
  display: block;
  margin: 0 auto;
  width: 260px;
}
.result_list .item h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.result_list .item p {
  margin-top: 0.5em;
  padding-right: 30px;
}
@media print, screen and (min-width: 768px) {
  .result_list .item a {
    display: flex;
    align-items: center;
    padding: 20px 0;
    padding-right: 30px;
    gap: 50px;
    background-size: 37px auto;
    padding-right: 60px;
  }
  .result_list .item img {
    margin: 0;
  }
  .result_list .item h2 {
    margin-top: 0;
    background: none;
  }
  .result_list .item p {
    margin-right: 0;
  }
}

ul.list-group {
  list-style: none;
}

.content {
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 80px;
}
@media print, screen and (min-width: 1280px) {
  .content {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1440px) {
  .content {
    width: 1200px;
  }
}
@media print, screen and (min-width: 1280px) {
  .content .wrap {
    display: flex;
    gap: 50px;
  }
}
.content h2 {
  color: #004FA2;
  font-size: 1.875em;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.content h2:first-child {
  margin-top: 0;
}
.content .row {
  display: flex;
  align-items: center;
  gap: 0.5em 1em;
  margin-bottom: 0.5em;
}
.content .table_box {
  overflow-x: auto;
  display: block;
}
.content .table_box table th,
.content .table_box table td {
  white-space: nowrap;
}
.content table {
  width: 100%;
}
.content table caption {
  margin-bottom: 0.5em;
}
.content table th, .content table td {
  border: solid 1px #3C79BA;
  padding: 1em 1em;
}
.content table th {
  background-color: #D8E4F1;
}
.content table.table_owned_eq tbody tr td:last-child {
  text-align: right;
}

.images {
  overflow: hidden;
  margin: 0 auto 40px;
  max-width: 620px;
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .images {
    margin: 0;
  }
}

.slider_for,
.slider_nav {
  margin-bottom: 20px;
}

.slider_nav .slick-track {
  width: 100% !important;
  display: flex;
}
.slider_nav .slick-slide {
  width: 100% !important;
}
.slider_nav .slick-slide:not(:last-child) {
  margin-right: 25px;
}

.btn_back_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.btn_back_wrap a {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 0 #D8E4F1;
  top: 0;
  left: 0;
  margin: 5px;
  font-size: 1em;
  line-height: 2;
  text-decoration: none;
  padding: 0.7em 60px 0.7em 80px;
  background-color: #3C79BA;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}
.btn_back_wrap a:hover, .btn_back_wrap a:active {
  box-shadow: 0 0 0 #D8E4F1;
  top: 5px;
  left: 5px;
}
.btn_back_wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
  box-sizing: border-box;
}

.information {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media print, screen and (min-width: 1280px) {
  .information {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1440px) {
  .information {
    width: 1200px;
  }
}
.information p {
  line-height: 2;
}
.information br {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .information {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .information p {
    text-align: center;
  }
  .information br {
    display: inline;
  }
}

.zukai {
  background-color: #3C79BA;
  padding: 30px 0;
}
.zukai div {
  margin-right: 30px;
  margin-left: 30px;
}
@media print, screen and (min-width: 1280px) {
  .zukai div {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1440px) {
  .zukai div {
    width: 1200px;
  }
}
.zukai img {
  margin: 0 auto;
}
.zukai .tate {
  display: block;
}
.zukai .yoko {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .zukai .tate {
    display: none;
  }
  .zukai .yoko {
    display: block;
  }
}
@media print, screen and (min-width: 1280px) {
  .zukai {
    padding: 100px 0;
  }
}

dialog {
  overflow-y: scroll;
  height: 100vh;
  width: 100vw;
  background-color: white;
}

.dialog_header {
  display: flex;
  justify-content: space-between;
  padding: 2vw 5vw;
}
@media print, screen and (min-width: 1280px) {
  .dialog_header {
    padding: 20px 200px;
  }
}
.dialog_header img:first-child {
  display: block;
  width: 70vw;
  max-width: 835px;
}
@media print, screen and (min-width: 1440px) {
  .dialog_header img:first-child {
    margin: 0 auto;
  }
}
.dialog_header .dialog_button {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 6em;
  height: 6em;
  font-weight: bold;
  font-size: 0.625em;
  text-decoration: none;
  border-left: solid 2px white;
  border-bottom: solid 2px white;
  margin-bottom: 2px;
  color: #004FA2;
  background-color: #FCE430;
}
.dialog_header .dialog_button img {
  width: 22px;
}
.dialog_header .dialog_button:hover, .dialog_header .dialog_button:active {
  background-color: #E8D22B;
}
@media print, screen and (min-width: 768px) {
  .dialog_header .dialog_button {
    font-size: 1.25rem;
  }
  .dialog_header .dialog_button img {
    width: 50px;
  }
}
@media print, screen and (min-width: 1440px) {
  .dialog_header .dialog_button {
    font-size: 1.875em;
  }
  .dialog_header .dialog_button img {
    width: 72px;
  }
}

::backdrop {
  background-image: linear-gradient(45deg, magenta, rebeccapurple, dodgerblue, green);
  opacity: 0.75;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 5mm 5mm;
  }
  nav.n_header {
    display: none;
  }
  .company_page + .btn_back_wrap + .cta + footer,
  .company_page + .btn_back_wrap + .cta,
  .company_page + .btn_back_wrap {
    display: none;
  }
  .company_page .content {
    width: 100%;
  }
  .company_page header {
    padding: 0 0 20px;
  }
  .company_page .page_title {
    font-size: 2.75em;
    margin-bottom: 40px;
  }
  .company_page .images {
    width: 50%;
  }
  .company_page .slider_for img {
    width: 100%;
  }
  .company_page .table_box {
    overflow-x: visible;
  }
  .company_page .table_box table {
    width: 100%;
  }
}