@charset "UTF-8";
/* - reset
----------------------------------------------*/
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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* - Box sizing
----------------------------------------------*/
html {
  box-sizing: border-box;
}

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

/* - サイト全体の基準となるCSS
------------------------------------------ */
/* - margin-bottom 10px - 100px
------------------------------------------ */
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  text-align: justify;
  line-height: 1.8;
  color: #333;
}

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

.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;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !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;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/* デバッグ用 */
/* - root
------------------------------------------ */
:root {
  --color-font: #333;
  --color-red: #ee1d23;
  --color-navy: #000055;
  --color-red-gradient: linear-gradient(to right, #d83b64, var(--color-red));
}

:root {
  --header: 70px;
  --display-min: 376;
  --display-max: 1920;
  --display-mid: calc((var(--display-min) + var(--display-max)) / 2);
}

/* - base
------------------------------------------ */
/* 横スクロール防止 */
html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  color: var(--color-font);
}

body * {
  transition: all 0.2s ease-in-out;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
}

button,
input,
select,
textarea,
table th,
table td {
  font-family: inherit;
  font-size: inherit;
}

a {
  color: currentColor;
  text-decoration-line: none;
}

a:hover {
  color: inherit;
}

li {
  margin: 0;
  list-style: none;
}

/* - text style
------------------------------------------ */
body {
  font-family: "Noto serif JP", "Meiryo", "Arial", serif;
}

h1 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 5.2083333333vw, 4rem);
  text-align: center;
  line-height: 1.5;
}

h1 strong {
  font-size: 1.8em;
}

h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 5vh;
  font-size: clamp(2.4rem, 4.6875vw, 3.6rem);
}

h2::before {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 3em;
  font-weight: bold;
  color: #f9f9f9;
  text-align: center;
  z-index: -1;
}

.greeting h2::before {
  content: "GREETING";
}

.business_fullwrap h2::before {
  content: "BUSINESS";
}

.model h2::before {
  content: "MODEL";
}

.cycle h2::before {
  content: "CYCLE";
}

.compliance h2::before {
  content: "COMPLIANCE";
}

.company h2::before {
  content: "COMPANY";
}

.h2-text {
  font-size: 18px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
}

h3 {
  margin: 0 0 50px;
  font-size: clamp(1.6rem, 5.3333333333vw, 3rem);
  color: var(--color-navy);
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* - layout
------------------------------------------ */
section:not(.tokusyoho) {
  padding: 5vh 0;
}

[class$=_wrap] {
  width: min(95%, 1080px);
  margin: auto;
}

[class$=_fullwrap] {
  width: 100%;
  margin: auto;
}

ul.disc li {
  margin: 0 0 0 1.5em;
  list-style: disc;
}

@media screen and (width >= 993px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* - アンカー
------------------------------------------ */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

html {
  scroll-padding-top: calc(var(--header) - 20px);
}

/* - ページトップボタン
------------------------------------------ */
.page-top {
  position: fixed;
  bottom: 5%;
  right: min(5%, 50px);
  width: 50px;
  height: 50px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.page-top.js-active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .page-top.js-bottom {
    transform: translate(0, -50px);
    transition: all 0.5s;
  }
}
.page-top a {
  padding: 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  background: var(--color-navy);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  /* 50pxの円に収まるように調整 */
  position: relative;
  box-shadow: 1px 1px 3px #999;
}

.page-top a::before {
  content: "";
  width: 14px;
  height: 14px;
  border-left: 3px solid;
  /* 太さも調整 */
  border-top: 3px solid;
  /* 太さも調整 */
  position: absolute;
  top: 15px;
  /* 中央に近くなるように調整 */
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: auto;
}

/* - hover
------------------------------------------ */
[data-hover^=slide] {
  color: inherit;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

[data-hover^=slide]::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

[data-hover^=slide]:hover::after {
  transform: scale(1, 1);
}

[data-hover$=-navy]::after {
  background: var(--color-navy);
}

[data-hover$=-red]::after {
  background: var(--color-red);
}

/* - header
------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 20px;
  height: auto;
  box-sizing: border-box;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.header:not(.scrolled)::before {
  background-color: rgba(255, 255, 255, 0);
  filter: blur(0px);
}

.header.scrolled {
  padding: 10px;
}

.header.scrolled::before {
  background-color: rgba(255, 255, 255, 0.8);
  filter: blur(1px);
}

.header_fullwrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1201px) {
  .header_logo_sp {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header_logo_sp {
    padding: 20px;
  }
}

.header_logo img,
.header_logo_sp img {
  width: auto;
  height: 25px;
}

.menu {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1201px) {
  .menu li:nth-child(n+3):nth-child(-n+5)::before {
    content: "|";
    padding: 0 20px;
  }
}
.header-button {
  padding: 7px 30px;
  background: #fff;
  font-size: var(--font-pc-20);
  color: var(--color-red);
  font-weight: bold;
  border: solid 3px var(--color-red);
  border-radius: 50px;
}

.header-button[data-hover=slide-right-navy] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: var(--color-navy);
  border: solid 3px var(--color-navy);
}

.header-button[data-hover=slide-right-red] {
  color: var(--color-red);
  border: solid 3px var(--color-red);
}

.header-button:hover {
  color: #fff;
}

.menu-toggle {
  display: none;
}

.menu-button {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}

.menu-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #333;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: background-color 0.3s ease-in-out;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #333;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}

.menu-icon::before {
  top: -10px;
}

.menu-icon::after {
  top: 10px;
}

.menu-toggle:checked + .menu-button .menu-icon {
  background-color: transparent;
}

.menu-toggle:checked + .menu-button .menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle:checked + .menu-button .menu-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (min-width: 1201px) {
  .mail-button {
    margin: 0 0 0 20px;
  }
  .brochure-button {
    padding: 0 0 0 10px;
  }
}
.mail-button a::before {
  content: "";
  background: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  width: 23px;
  height: 23px;
  margin: 0 5px 0 0;
}

.mail-button a:hover::before {
  content: "";
  background: url(../img/mail-white.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  width: 23px;
  height: 23px;
  margin: 0 5px 0 0;
}

.mail-button,
.brochure-button span {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1201px) {
  .brochure-button img {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .brochure-button span {
    display: none;
  }
}
/* --- レスポンシブデザイン --- */
@media (max-width: 1200px) {
  .menu-button {
    display: block;
  }
  .menu-list {
    position: fixed;
    top: 0;
    right: 0;
    width: min(340px, 70vw);
    height: 100%;
    padding: 50px 0 0;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.67);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 99;
    overflow-y: auto;
  }
  /* チェックボックスがチェックされたらメニューを表示 */
  .menu-toggle:checked ~ .menu-list {
    transform: translateX(0);
  }
  .menu li {
    display: flex;
    justify-content: center;
    width: 90%;
  }
  .menu li:nth-child(n+2):nth-child(-n+5) {
    border-bottom: 1px solid #eee;
  }
  .mail-button,
  .brochure-button {
    width: 80% !important;
    margin: 20px auto 0;
    border-bottom: none;
  }
  .menu-list li a {
    display: block;
    padding: 15px;
  }
  .menu-toggle:checked + .menu-button .menu-icon::before,
  .menu-toggle:checked + .menu-button .menu-icon::after {
    background-color: #fff;
  }
  .pc .button {
    display: none;
  }
}
.menu-list li:nth-child(n+2):nth-child(-n+5) a {
  position: relative;
}

.menu-list li:nth-child(n+2):nth-child(-n+5) a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-navy);
  bottom: -10px;
  transform: scale(0, 1);
  transition: transform 0.5s;
  transform-origin: center top;
}

.menu-list li:nth-child(n+2):nth-child(-n+5) a:hover::after {
  transform: scale(1, 1);
}

/* - main
------------------------------------------ */
main {
  margin: auto;
}

section:nth-child(even) {
  position: relative;
  background: url(../img/contents-bg.webp);
  background-repeat: repeat;
  background-size: cover;
}

.text {
  margin: 50px auto 0;
  max-width: 960px;
}

.text h4 {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  font-size: 1.8rem;
  min-height: 36px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.text h4::before {
  content: "";
  display: inline-flex;
  margin-right: 15px;
  background: var(--color-navy);
  width: 5px;
  align-self: stretch;
}

.text h4:nth-of-type(2) {
  margin-top: 50px;
}

.text p:not(:last-child) {
  margin: 0 0 15px;
}

/* - mv
------------------------------------------ */
.mv {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: auto;
  background: url(../img/mv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mv_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mv_copy {
  font-size: clamp(1.6rem, 1.8 / var(--display-mid) * 10vw, 2rem);
  padding: 5px 30px;
  background: var(--color-navy);
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}

.mv_text {
  position: absolute;
  bottom: 5vh;
  text-align: center;
}

/* - greeting
------------------------------------------ */
.greeting_wrap {
  padding: 5vh 0;
}

.greeting_container {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 55px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .greeting_container {
    flex-direction: column;
    padding: 20px;
  }
}

.greeting_container div {
  flex: 1;
}

.greeting_container figure {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max(30%, 200px);
}

.greeting_container ul {
  font-size: 1.8rem;
}

.greeting_container li:not(:last-child) {
  margin: 0 0 1.5em;
}

.greeting_container figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  margin: 10px 0 0;
  padding: 5px 0;
  font-size: 1.4rem;
  text-align: center;
}

.greeting_container figcaption strong {
  display: block;
  font-size: 1.6rem;
}

/* - business
------------------------------------------ */
.business_wrap {
  padding: 5vh 0;
}

.business_container {
  padding: 5vh 0;
}

.business_detail {
  display: flex;
}
@media screen and (max-width: 767px) {
  .business_detail {
    flex-wrap: wrap;
  }
}

.business_detail figure {
  position: relative;
  overflow: hidden;
}

.business_detail {
  position: relative;
}

.business_detail figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.caption-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: scaleY(0.15);
  transform-origin: center;
  transition: transform 0.4s ease, background 0.4s ease;
  z-index: 1;
}

.caption-text {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}

.caption-text::before {
  border-right: 2px solid;
  border-top: 2px solid;
  bottom: 0;
  content: "";
  height: 10px;
  width: 10px;
  margin: auto;
  position: absolute;
  right: -20px;
  top: 0;
  transform: rotate(45deg);
  transition: right 0.3s;
}

.business_detail figure:hover .caption-text::before {
  right: -25px;
}

.business_detail a:hover .caption-bg {
  transform: scaleY(1);
  background: rgba(255, 255, 255, 0.3);
}

.business_detail a img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  filter: blur(0);
  transition: transform 0.4s cubic-bezier(0.45, 0, 0.55, 1), filter 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}

.business_detail a:hover img {
  transform: scale(1.2);
  filter: blur(5px);
}

/* - model
------------------------------------------ */
.model_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .model_container {
    flex-direction: column;
    gap: 30px;
    padding: 0 30px;
  }
}

.model_container figure {
  display: flex;
  align-items: center;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 20px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .model_container figure {
    width: auto;
  }
}

.model_container img {
  width: max(90%, 500px);
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}

/* - cycle
------------------------------------------ */
.cycle_wrap {
  padding: 5vh 0;
}

.cycle_container {
  display: flex;
  justify-content: space-evenly;
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cycle_container {
    flex-direction: column;
    gap: 30px;
    padding: 0 30px;
  }
}

.cycle_box {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .cycle_box {
    width: auto;
  }
}

.cycle_box figcaption {
  width: 100%;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

/* - compliance
------------------------------------------ */
.compliance_wrap {
  padding: 5vh 0;
}

.compliance_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.compliance_container figure {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 30px 0;
  background: #fff;
  box-shadow: 2px 2px 5px #ddd;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .compliance_container figure {
    flex-direction: column;
    padding: 20px;
  }
}

.compliance_container .compliance_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .compliance_container .compliance_img {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 2%;
    width: 100%;
  }
}

.compliance_container .compliance_img img {
  width: auto;
  max-height: 90px;
}
@media screen and (max-width: 767px) {
  .compliance_container .compliance_img img {
    width: 32%;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.compliance_container figcaption {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .compliance_container figcaption {
    width: 100%;
  }
}

.compliance_container figcaption dt {
  width: 6em;
  margin: 0 0 15px;
  background: var(--color-navy);
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}

.compliance_container figcaption dd {
  padding: 0 0 0 2em;
}
@media screen and (max-width: 767px) {
  .compliance_container figcaption dd {
    padding: 0;
  }
}

/* - company
------------------------------------------ */
.company {
  padding: 5vh 0 0;
}

.company_contents {
  max-width: 680px;
  margin: 0 auto 30px;
}

.company_logo {
  width: 200px;
  margin: 50px auto 30px;
}

.company_contents > dl {
  display: flex;
  flex-wrap: wrap;
}

.company_contents > dl:not(:last-child) {
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 768px) {
  .company_contents > dl > dt {
    width: 30%;
    padding: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .company_contents > dl > dt {
    width: 7em;
    padding: 20px 0;
    text-align: center;
  }
}

.company_contents > dl > dd {
  padding: 20px;
}

.company_member dl {
  display: flex;
}

.company_member dt {
  width: 7em;
}

.company iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/* - footer
------------------------------------------ */
footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: #000;
  font-size: 1.4rem;
  color: #fff;
}

/* - side-banner
------------------------------------------ */
.side-banner {
  position: fixed;
  right: -200px;
  bottom: calc(5% + 80px);
  padding: 5px 0 5px 5px;
  background: #fff;
  border-radius: 15px 0 0 15px;
  box-shadow: 0 0 5px #999;
  z-index: 200;
  opacity: 0;
  cursor: pointer;
  transition: right 0.8s ease-out, opacity 0.8s ease-out;
}

.side-banner img {
  display: block;
  width: auto;
  max-height: 200px;
  border-radius: 10px 0 0 10px;
}

.side-banner.js-active {
  right: 0;
  opacity: 1;
}

.side-banner.is-hidden {
  right: -200px;
  opacity: 0;
}

/* 閉じるボタンのスタイル */
.close-banner {
  position: absolute;
  top: -25px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: none;
  border-radius: 50%;
  color: #333;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 201;
}

.close-banner:hover {
  background: #eee;
}

/* - モーダル
------------------------------------------ */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: min(95%, 767px);
  height: 95%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.close-button {
  color: #333;
  float: right;
  font-size: 28px;
  font-weight: bold;
  align-self: flex-end;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 2px black;
}

#pdfViewer {
  width: 100%;
  height: 100%;
  border: none;
}

/* - swiper
------------------------------------------ */
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
  transition: transform 0.6s;
  transform: scale(0.85) !important;
  opacity: 0.4;
}

.swiper-button-next,
.swiper-button-prev {
  background: var(--color-navy);
  color: #fff;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
  color: #fff;
}

.swiper img {
  border-radius: 20px 20px 0 0;
}

.swiper figcaption {
  padding: 10px;
  background: var(--color-navy);
  color: #fff;
  text-align: center;
  border-radius: 0 0 20px 20px;
}

/* - tokusyoho
------------------------------------------ */
.tokusyoho_wrap {
  width: min(767px, 95%);
  margin: 120px auto;
}

.tokusyoho_wrap figure {
  margin: 0 0 50px;
}

.tokusyoho_wrap dl {
  margin: auto;
  padding: 0;
}

.tokusyoho_wrap dt {
  background: #f9f9f9;
  margin: 0 0 10px;
  padding: 5px 10px;
  font-weight: bold;
}

.tokusyoho_wrap dd {
  padding: 0 10px;
}

.tokusyoho_wrap dd:not(:last-child) {
  margin: 0 0 30px;
}/*# sourceMappingURL=style.css.map */