@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img {
  border: 0;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #000;
}

ul, dl, ol {
  text-indent: 0;
}

ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.reading {
  display: inline-block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #222;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

img {
  max-width: 100%;
}
img.fitimg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.width {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.btn {
  margin-top: 30px;
}
.btn a {
  display: block;
  max-width: 250px;
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
}

#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

.header {
  width: 100%;
  height: 60px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 800;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .header {
    height: 90px;
  }
}
@media all and (max-width: 600px) {
  .header {
    height: 110px;
  }
}
@media all and (max-width: 480px) {
  .header {
    height: 80px;
  }
}
.header-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .header-logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media all and (max-width: 480px) {
  .header-logo {
    gap: 5px;
  }
}
.header-logo a {
  font-size: 1.5rem;
}
@media all and (max-width: 480px) {
  .header-logo a {
    font-size: 1.1rem;
  }
}
.header-logo a img {
  width: 138px;
}
@media all and (max-width: 480px) {
  .header-logo a img {
    width: 100px;
  }
}
@media all and (max-width: 600px) {
  .header-logo .portraitonly {
    display: block;
  }
}
.header-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 50px;
  padding: 10px 40px;
}
@media all and (max-width: 896px) {
  .header-wrapper {
    padding: 10px 20px;
  }
}
@media all and (max-width: 480px) {
  .header-wrapper {
    padding: 10px;
    gap: 0;
  }
}

.top-mainvisual {
  height: 200px;
  background: #ECF0F9;
  display: grid;
  place-content: center;
}
@media all and (max-width: 480px) {
  .top-mainvisual {
    height: auto;
    min-height: 120px;
    padding: 10px 20px;
  }
}
.top-mainvisual__wrapper {
  width: 100%;
}
.top-mainvisual__ttl {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media all and (max-width: 480px) {
  .top-mainvisual__ttl {
    font-size: 2.4rem;
    font-weight: 700;
  }
}
.top-mainvisual__subttl {
  text-align: center;
  margin-top: 10px;
  font-size: 2rem;
  letter-spacing: 0.03em;
}
@media all and (max-width: 480px) {
  .top-mainvisual__subttl {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

.breadcrumb {
  margin-top: 10px;
}
.breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: auto;
}
@media all and (max-width: 896px) {
  .breadcrumb ul {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
.breadcrumb ul li {
  margin-left: 2em;
  position: relative;
  flex-shrink: 0;
  font-size: 1.4rem;
}
@media all and (max-width: 480px) {
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
}
.breadcrumb ul li:first-child {
  margin-left: 0;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  background: url(../images/icon_arrow.svg) center center/cover no-repeat;
  width: 12px;
  height: 12px;
}
.breadcrumb ul li a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.breadcrumb ul li a:hover {
  opacity: 1;
  color: #003C9C;
}

.top-intro__txt {
  text-align: center;
  margin-top: 60px;
  line-height: 2;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .top-intro__txt {
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  .top-intro__txt {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}
.top-intro__accordion {
  position: relative;
  text-align: center;
  background: #003C9C;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.15rem;
  border: none;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  margin-top: 60px;
}
@media all and (max-width: 480px) {
  .top-intro__accordion {
    font-size: 2rem;
    margin-top: 30px;
  }
}
.top-intro__accordion::after {
  position: absolute;
  content: "＋";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .top-intro__accordion::after {
    right: 8px;
  }
}
.top-intro__accordion::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  background: #222;
}
.top-intro__accordion.active::after {
  content: "－";
}
.top-intro__formbox {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.top-intro__formbox .formLayout {
  border: 1px solid #003C9C;
  padding: 55px 70px 7px 70px;
}
@media all and (max-width: 480px) {
  .top-intro__formbox .formLayout {
    padding: 0 10px 0 10px;
  }
}
.top-intro__formbox .formLayout h3 {
  text-align: center;
  font-size: 1.6rem;
  background: #ECF0F9;
  padding: 10px;
}
@media all and (max-width: 480px) {
  .top-intro__formbox .formLayout h3 {
    margin-top: 30px;
  }
}
.top-intro__formbox .formLayout .form-submit {
  border-top: 1px solid #ccc;
  margin-top: 50px;
  padding-top: 50px;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
}
@media all and (max-width: 480px) {
  .top-intro__formbox .formLayout .form-submit {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.top-intro__formbox .formLayout .form-submit__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 25px;
  padding-bottom: 30px;
}
@media all and (max-width: 480px) {
  .top-intro__formbox .formLayout .form-submit__list {
    gap: 15px;
  }
}
.top-intro__formbox .formLayout .form-submit__list .form-submit__btn {
  background: #003C9C;
  color: #fff;
  font-size: 1.9rem;
  border-radius: 5px;
  padding: 14px 14px 14px 20px;
  letter-spacing: 0.3em;
  width: 230px;
  cursor: pointer;
}
.top-intro__formbox .formLayout .form-submit__list .form-reset__btn {
  border: 1px solid #222;
  font-size: 1.6rem;
  padding: 7px;
  width: 170px;
  background: #fff;
  cursor: pointer;
}
.top-intro__formbox--kinds ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin: 35px 25px;
}
@media all and (max-width: 480px) {
  .top-intro__formbox--kinds ul {
    margin: 15px 10px;
  }
}
.top-intro__formbox--kinds ul li {
  font-size: 1.8rem;
}
@media all and (max-width: 480px) {
  .top-intro__formbox--kinds ul li {
    font-size: 1.5rem;
  }
}
.top-intro__formbox--kinds ul li label {
  cursor: pointer;
}
.top-intro__formbox--kinds ul li label input {
  margin-right: 0.8em;
  transform: scale(1.2);
}
.top-intro__formbox--icon ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px auto;
}
@media all and (max-width: 480px) {
  .top-intro__formbox--icon ul {
    justify-content: center;
    gap: 2px;
    margin: 10px auto;
  }
}
.top-intro__formbox--icon ul li {
  width: auto;
}
.top-intro__formbox--icon ul li label {
  cursor: pointer;
}
.top-intro__formbox--icon ul li label:has(input:checked) img {
  border-color: #003C9C;
}
.top-intro__formbox--icon ul li label img {
  padding: 5px;
  border: 5px solid #fff;
  border-radius: 5px;
  max-width: 100px;
}
@media all and (max-width: 480px) {
  .top-intro__formbox--icon ul li label img {
    padding: 3px;
    border: 3px solid #fff;
    max-width: 85px;
  }
}
.top-intro__formbox--icon ul li label input {
  display: none;
}
.top-intro__freeword {
  margin: 30px;
}
@media all and (max-width: 480px) {
  .top-intro__freeword {
    margin: 15px 0;
  }
}
.top-intro__freeword input {
  height: 50px;
  width: 100%;
  padding: 0 1em;
}

.top-result {
  background: #F4F6F8;
  margin-top: 80px;
  padding: 60px 0;
}
@media all and (max-width: 480px) {
  .top-result {
    margin-top: 40px;
    padding: 30px 0;
  }
}
.top-result__inner {
  background: #fff;
  border-radius: 5px;
  padding: 50px 60px;
}
@media all and (max-width: 896px) {
  .top-result__inner {
    padding: 25px 30px;
  }
}
@media all and (max-width: 480px) {
  .top-result__inner {
    padding: 15px;
  }
}
.top-result__inner .camel_paging_sp {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .top-result__inner .camel_paging_sp {
    margin-top: 20px;
  }
}
.top-result__inner .camel_paging_sp ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 896px) {
  .top-result__inner .camel_paging_sp ul {
    gap: 8px;
    font-size: 1.3rem;
  }
}
.top-result__inner .camel_paging_sp ul > li {
  box-sizing: border-box;
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.top-result__inner .camel_paging_sp ul > li > a, .top-result__inner .camel_paging_sp ul > li > span {
  box-sizing: border-box;
  display: grid;
  place-content: center;
  color: #222;
  background: #fff;
}
.top-result__inner .camel_paging_sp ul > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #003C9C;
  opacity: 1;
}
.top-result__inner .camel_paging_sp ul > li.active {
  background: #E5E5E5;
  color: #222;
}
.top-result__list {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
@media all and (max-width: 480px) {
  .top-result__list {
    padding: 20px 0;
    gap: 15px;
  }
}
.top-result__list dt {
  aspect-ratio: 1.44/1;
  overflow: hidden;
  width: 135px;
}
@media all and (max-width: 480px) {
  .top-result__list dt {
    width: 100px;
  }
}
.top-result__list dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-result__list dd {
  width: calc(100% - 165px);
}
@media all and (max-width: 480px) {
  .top-result__list dd {
    width: calc(100% - 115px);
  }
}
.top-result__list dd h2 {
  font-size: 2rem;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media all and (max-width: 1100px) {
  .top-result__list dd h2 {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  .top-result__list dd h2 {
    -webkit-line-clamp: 2;
  }
}
@media all and (max-width: 480px) {
  .top-result__list dd h2 {
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
  }
}
.top-result__list dd a {
  position: relative;
  display: block;
  padding-right: 50px;
}
@media all and (max-width: 480px) {
  .top-result__list dd a {
    padding-right: 20px;
  }
}
.top-result__list dd a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background: url(../images/icon_arrow.svg) center center/cover no-repeat;
  width: 24px;
  height: 24px;
}
@media all and (max-width: 480px) {
  .top-result__list dd a::after {
    right: 0;
    width: 20px;
    height: 20px;
  }
}
.top-result__list dd a:hover h2 {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #003C9C;
}
.top-result__detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.5rem;
  margin-top: 7px;
  color: #5A5A5A;
}
@media all and (max-width: 1100px) {
  .top-result__detail {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .top-result__detail {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.top-result__detail li {
  position: relative;
}
@media all and (max-width: 1100px) {
  .top-result__detail li {
    padding-left: 0;
  }
}
.top-result__detail li::before {
  position: absolute;
  content: "｜";
  left: 0;
}
@media all and (max-width: 1100px) {
  .top-result__detail li::before {
    content: none;
  }
}
.top-result__detail li:not(.top-result__field) {
  padding-left: 1.2em;
}
.top-result__detail li:first-child {
  padding-left: 0;
}
.top-result__detail li:first-child::before {
  content: none;
}
.top-result__field {
  flex: 1 1 0;
  padding-left: 1.5em;
}
.top-result__field::before {
  content: "／";
}
.top-result__field span.category_small {
  position: relative;
  padding-left: 1.5em;
}
.top-result__field span.category_small::before {
  position: absolute;
  content: "-";
  left: 0.5em;
}
.top-result__field span.category_small + .category_large {
  position: relative;
  padding-left: 2em;
}
.top-result__field span.category_small + .category_large::before {
  position: absolute;
  content: "／";
  left: 0.5em;
}

.detail__outline {
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  .detail__outline {
    margin-top: 40px;
  }
}
.detail__ttl {
  position: relative;
  padding-left: 1.2em;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .detail__ttl {
    line-height: 1.6;
  }
}
@media all and (max-width: 480px) {
  .detail__ttl {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.detail__ttl::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  background-color: #003C9C;
}
.detail__subttl {
  margin-top: 40px;
  background: #ECF0F9;
  padding: 10px 32px;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .detail__subttl {
    padding: 15px 10px;
  }
}
@media all and (max-width: 480px) {
  .detail__subttl {
    margin-top: 20px;
    padding: 10px;
    font-size: 1.5rem;
  }
}
.detail__subtxt {
  padding: 15px 32px 0;
  line-height: 1.8;
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .detail__subtxt {
    padding: 15px 15px 0;
  }
}
@media all and (max-width: 480px) {
  .detail__subtxt {
    padding: 15px 10px 0;
    font-size: 1.4rem;
  }
}
.detail__subtxt a {
  color: #003C9C;
}
@media all and (max-width: 480px) {
  .detail__subtxt a {
    font-size: 1.3rem;
  }
}
.detail__subtxt a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  opacity: 1;
}
.detail__subtxt a[href^="https://"], .detail__subtxt a[href^="http://"] {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-right: 1.5em;
  word-break: break-all;
}
@media all and (max-width: 480px) {
  .detail__subtxt a[href^="https://"], .detail__subtxt a[href^="http://"] {
    padding-right: 1.2em;
  }
}
.detail__subtxt a[href^="https://"]::after, .detail__subtxt a[href^="http://"]::after {
  position: absolute;
  content: "";
  background: url(../images/icon_external.svg) center center/contain no-repeat;
  margin-left: 0.3em;
  margin-top: 3px;
  width: 18px;
  height: 18px;
}
@media all and (max-width: 480px) {
  .detail__subtxt a[href^="https://"]::after, .detail__subtxt a[href^="http://"]::after {
    width: 16px;
    height: 16px;
  }
}
.detail__sdgsicon ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 32px 0;
}
@media all and (max-width: 896px) {
  .detail__sdgsicon ul {
    padding: 20px 15px 0;
  }
}
@media all and (max-width: 480px) {
  .detail__sdgsicon ul {
    justify-content: center;
    gap: 5px;
    margin: 0 auto;
  }
}
.detail__sdgsicon ul li {
  width: auto;
}
.detail__sdgsicon ul li img {
  max-width: 100px;
}
@media all and (max-width: 480px) {
  .detail__sdgsicon ul li img {
    max-width: 70px;
  }
}
.detail__gallery ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .detail__gallery ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.detail__gallery ul li {
  text-align: center;
}
.detail__gallery ul li img {
  max-height: 210px;
}
@media all and (max-width: 480px) {
  .detail__gallery ul li img {
    max-height: 120px;
  }
}
.detail__info {
  margin: 100px 0;
  border-top: 4px solid #003C9C;
  border-bottom: 4px solid #003C9C;
}
@media all and (max-width: 896px) {
  .detail__info {
    margin: 50px 0;
  }
}
@media all and (max-width: 480px) {
  .detail__info {
    border-top: 3px solid #003C9C;
    border-bottom: 3px solid #003C9C;
  }
}
.detail__info dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  font-size: 1.5rem;
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 896px) {
  .detail__info dl {
    justify-content: flex-start;
  }
}
.detail__info dl dt {
  width: 210px;
  background: #ECF0F9;
  padding: 20px 25px;
}
@media all and (max-width: 896px) {
  .detail__info dl dt {
    width: 150px;
  }
}
@media all and (max-width: 480px) {
  .detail__info dl dt {
    width: 100%;
    padding: 10px;
  }
}
.detail__info dl dd {
  width: calc(100% - 210px);
  padding: 20px 25px;
}
@media all and (max-width: 896px) {
  .detail__info dl dd {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 480px) {
  .detail__info dl dd {
    width: 100%;
    padding: 15px 10px;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 480px) {
  .detail__info dl dd.email {
    font-size: 1.3rem;
  }
}
.detail__info dl dd a {
  color: #003C9C;
}
@media all and (max-width: 480px) {
  .detail__info dl dd a {
    font-size: 1.3rem;
  }
}
.detail__info dl dd a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  opacity: 1;
}
.detail__info dl dd a[href^="https://"], .detail__info dl dd a[href^="http://"] {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-right: 1.5em;
  word-break: break-all;
}
@media all and (max-width: 480px) {
  .detail__info dl dd a[href^="https://"], .detail__info dl dd a[href^="http://"] {
    padding-right: 1.2em;
  }
}
.detail__info dl dd a[href^="https://"]::after, .detail__info dl dd a[href^="http://"]::after {
  position: absolute;
  content: "";
  background: url(../images/icon_external.svg) center center/contain no-repeat;
  margin-left: 0.3em;
  margin-top: 3px;
  width: 18px;
  height: 18px;
}
@media all and (max-width: 480px) {
  .detail__info dl dd a[href^="https://"]::after, .detail__info dl dd a[href^="http://"]::after {
    width: 16px;
    height: 16px;
  }
}
.detail__info dl dd ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.5rem;
  margin-top: 7px;
  color: #5A5A5A;
}
@media all and (max-width: 1100px) {
  .detail__info dl dd ul {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .detail__info dl dd ul {
    line-height: 1.8;
    font-size: 1.4rem;
  }
}
.detail__info dl dd ul li {
  position: relative;
  padding-left: 1.8em;
  white-space: nowrap;
}
@media all and (max-width: 1100px) {
  .detail__info dl dd ul li {
    padding-left: 0;
  }
}
.detail__info dl dd ul li::before {
  position: absolute;
  content: "／";
  left: 0;
  color: #ccc;
}
@media all and (max-width: 1100px) {
  .detail__info dl dd ul li::before {
    content: none;
  }
}
.detail__info dl dd ul li:first-child {
  padding-left: 0;
}
.detail__info dl dd ul li:first-child::before {
  content: none;
}
.detail__info dl dd span.category_small {
  position: relative;
  padding-left: 1.5em;
}
.detail__info dl dd span.category_small::before {
  position: absolute;
  content: "-";
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
}
.detail__btn {
  margin-bottom: 100px;
}
@media all and (max-width: 480px) {
  .detail__btn {
    margin-bottom: 50px;
  }
}
.detail__btn ul {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.detail__btn--back {
  margin: auto;
}
.detail__btn--back a {
  position: relative;
  display: block;
  border: 1px solid #222;
  font-size: 1.6rem;
  padding: 12px;
  width: 200px;
  background: #fff;
}
.detail__btn--back a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: scaleX(-1) translateY(-50%);
  left: 20px;
  background: url(../images/icon_arrow.svg) center center/cover no-repeat;
  width: 20px;
  height: 20px;
}
.detail__btn--print button {
  position: relative;
  background: #222;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
  padding: 20px 20px 20px 60px;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: 330px;
  cursor: pointer;
  margin: auto;
  outline: none;
  border: none;
}
.detail__btn--print button::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 14%;
  background: url(../images/icon_print.svg) center center/contain no-repeat;
  width: 37px;
  height: 37px;
}
@media all and (max-width: 480px) {
  .detail__btn--print button::before {
    width: 30px;
    height: 30px;
  }
}

.modal__sdgs {
  padding: 40px !important;
  border-top: 10px solid #000;
}
@media all and (max-width: 480px) {
  .modal__sdgs {
    padding: 20px 15px 40px !important;
  }
}
.modal__sdgs-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 480px) {
  .modal__sdgs-ttl {
    gap: 20px;
  }
}
.modal__sdgs-ttl h3 {
  font-size: 2rem;
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .modal__sdgs-ttl h3 {
    font-size: 1.8rem;
    font-weight: 700;
    width: 70%;
  }
}
.modal__sdgs-ttl img {
  max-width: 85px;
}
@media all and (max-width: 480px) {
  .modal__sdgs-ttl img {
    max-width: 60px;
  }
}
.modal__sdgs-list {
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .modal__sdgs-list {
    margin-top: 15px;
  }
}
.modal__sdgs-list ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 15px;
  line-height: 1.6;
}
@media all and (max-width: 480px) {
  .modal__sdgs-list ul li {
    font-size: 1.3rem;
  }
}
.modal__sdgs-list ul li:last-child {
  margin-bottom: 0;
}
.modal__sdgs-list ul li::after {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
}
.modal__sdgs-close {
  display: block;
  color: #fff;
  background: #000;
  margin: 20px auto 0;
  padding: 10px;
  width: 250px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .modal__sdgs-close {
    width: 120px;
  }
}
.modal__sdgs.color1 {
  border-top: 10px solid #E5001E;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color1 {
    border-top: 5px solid #E5001E;
  }
}
.modal__sdgs.color1 h3 {
  color: #E5001E;
}
.modal__sdgs.color1 .modal__sdgs-list ul li::after {
  color: #E5001E;
}
.modal__sdgs.color2 {
  border-top: 10px solid #D7A600;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color2 {
    border-top: 5px solid #D7A600;
  }
}
.modal__sdgs.color2 h3 {
  color: #D7A600;
}
.modal__sdgs.color2 .modal__sdgs-list ul li::after {
  color: #D7A600;
}
.modal__sdgs.color3 {
  border-top: 10px solid #00973B;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color3 {
    border-top: 5px solid #00973B;
  }
}
.modal__sdgs.color3 h3 {
  color: #00973B;
}
.modal__sdgs.color3 .modal__sdgs-list ul li::after {
  color: #00973B;
}
.modal__sdgs.color4 {
  border-top: 10px solid #C60F28;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color4 {
    border-top: 5px solid #C60F28;
  }
}
.modal__sdgs.color4 h3 {
  color: #C60F28;
}
.modal__sdgs.color4 .modal__sdgs-list ul li::after {
  color: #C60F28;
}
.modal__sdgs.color5 {
  border-top: 10px solid #E83819;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color5 {
    border-top: 5px solid #E83819;
  }
}
.modal__sdgs.color5 h3 {
  color: #E83819;
}
.modal__sdgs.color5 .modal__sdgs-list ul li::after {
  color: #E83819;
}
.modal__sdgs.color6 {
  border-top: 10px solid #00A6D9;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color6 {
    border-top: 5px solid #00A6D9;
  }
}
.modal__sdgs.color6 h3 {
  color: #00A6D9;
}
.modal__sdgs.color6 .modal__sdgs-list ul li::after {
  color: #00A6D9;
}
.modal__sdgs.color7 {
  border-top: 10px solid #FABD00;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color7 {
    border-top: 5px solid #FABD00;
  }
}
.modal__sdgs.color7 h3 {
  color: #FABD00;
}
.modal__sdgs.color7 .modal__sdgs-list ul li::after {
  color: #FABD00;
}
.modal__sdgs.color8 {
  border-top: 10px solid #970B31;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color8 {
    border-top: 5px solid #970B31;
  }
}
.modal__sdgs.color8 h3 {
  color: #970B31;
}
.modal__sdgs.color8 .modal__sdgs-list ul li::after {
  color: #970B31;
}
.modal__sdgs.color9 {
  border-top: 10px solid #ED6A02;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color9 {
    border-top: 5px solid #ED6A02;
  }
}
.modal__sdgs.color9 h3 {
  color: #ED6A02;
}
.modal__sdgs.color9 .modal__sdgs-list ul li::after {
  color: #ED6A02;
}
.modal__sdgs.color10 {
  border-top: 10px solid #DC007A;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color10 {
    border-top: 5px solid #DC007A;
  }
}
.modal__sdgs.color10 h3 {
  color: #DC007A;
}
.modal__sdgs.color10 .modal__sdgs-list ul li::after {
  color: #DC007A;
}
.modal__sdgs.color11 {
  border-top: 10px solid #F5A200;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color11 {
    border-top: 5px solid #F5A200;
  }
}
.modal__sdgs.color11 h3 {
  color: #F5A200;
}
.modal__sdgs.color11 .modal__sdgs-list ul li::after {
  color: #F5A200;
}
.modal__sdgs.color12 {
  border-top: 10px solid #D39200;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color12 {
    border-top: 5px solid #D39200;
  }
}
.modal__sdgs.color12 h3 {
  color: #D39200;
}
.modal__sdgs.color12 .modal__sdgs-list ul li::after {
  color: #D39200;
}
.modal__sdgs.color13 {
  border-top: 10px solid #427935;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color13 {
    border-top: 5px solid #427935;
  }
}
.modal__sdgs.color13 h3 {
  color: #427935;
}
.modal__sdgs.color13 .modal__sdgs-list ul li::after {
  color: #427935;
}
.modal__sdgs.color14 {
  border-top: 10px solid #0075BA;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color14 {
    border-top: 5px solid #0075BA;
  }
}
.modal__sdgs.color14 h3 {
  color: #0075BA;
}
.modal__sdgs.color14 .modal__sdgs-list ul li::after {
  color: #0075BA;
}
.modal__sdgs.color15 {
  border-top: 10px solid #28A838;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color15 {
    border-top: 5px solid #28A838;
  }
}
.modal__sdgs.color15 h3 {
  color: #28A838;
}
.modal__sdgs.color15 .modal__sdgs-list ul li::after {
  color: #28A838;
}
.modal__sdgs.color16 {
  border-top: 10px solid #004C88;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color16 {
    border-top: 5px solid #004C88;
  }
}
.modal__sdgs.color16 h3 {
  color: #004C88;
}
.modal__sdgs.color16 .modal__sdgs-list ul li::after {
  color: #004C88;
}
.modal__sdgs.color17 {
  border-top: 10px solid #003067;
}
@media all and (max-width: 480px) {
  .modal__sdgs.color17 {
    border-top: 5px solid #003067;
  }
}
.modal__sdgs.color17 h3 {
  color: #003067;
}
.modal__sdgs.color17 .modal__sdgs-list ul li::after {
  color: #003067;
}

@media all and (max-width: 970px) {
  .gslide-inline {
    max-width: 97% !important;
  }
}

footer {
  position: sticky;
  top: 100dvh;
  z-index: 500;
  background: #003C9C;
  font-weight: 300;
  color: #fff;
  padding: 40px 0;
}
@media all and (max-width: 480px) {
  footer {
    padding: 30px 0;
  }
}
footer .area_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1400px;
  width: calc(100% - 30px);
  margin: auto;
}
footer .area_footer .box_address .logo_footer img {
  max-width: 160px;
}
@media all and (max-width: 480px) {
  footer .area_footer .box_address .logo_footer img {
    max-width: 100px;
  }
}
footer .area_footer .box_address p {
  margin-top: 20px;
  font-size: 1.5rem;
}
@media all and (max-width: 480px) {
  footer .area_footer .box_address p {
    font-size: 1.2rem;
  }
}
footer .copyrights {
  font-size: 1.3rem;
}
@media all and (max-width: 480px) {
  footer .copyrights {
    font-size: 1rem;
  }
}
footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 600;
  text-align: right;
}
@media all and (max-width: 480px) {
  footer .pagetop img {
    max-width: 70%;
  }
}

input[type=submit], input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}