@charset "UTF-8";
/* color
**************************************************************************************************/
/* font
**************************************************************************************************************************/
body {
  font: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem) "Zen Kaku Gothic New", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  overflow-x: clip;
  background: #fff;
  color: #000;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

.en {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
}

.serif_jp {
  font-family: "Shippori Mincho", serif;
}

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

a {
  transition: all 0.5s;
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* status
**************************************************************************************************************************/
.is_sp {
  display: block;
}

.is_pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .is_sp {
    display: none !important;
  }
  .is_pc {
    display: block !important;
  }
}
.is_hide {
  display: none;
}

.is_hidden {
  display: none;
}

.is_fixed {
  position: fixed;
}

/* common
**************************************************************************************************************************/
@media screen and (min-width: 1025px) {
  html {
    scroll-padding-top: 128px;
  }
}

/* main
**************************************************************************************************************************/
.wrap {
  overflow: clip;
  position: relative;
}
/* header
**************************************************************************************************************************/
header {
  padding: 5px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header .inner {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
header .ci-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .ci {
  padding-left: 15px;
}
header .ci p img {
  width: clamp(8.9375rem, -2.55rem + 23.92vw, 21.375rem);
}
header .nav nav {
  display: none;
}
header .nav .tgl button {
  width: 60px;
  height: 60px;
  border: 0;
  text-indent: -9999px;
  background: url(../images/common/btn-menu.svg) 0 0 no-repeat;
  background-size: cover;
}
header .nav .tgl.is_open button {
  background: url(../images/common/btn-close.svg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  header {
    padding: 20px;
  }
  header .inner {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  header .ci {
    padding-left: 25px;
  }
  header .nav nav {
    display: block;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
  }
  header .nav nav .main {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    font-weight: 500;
  }
  header .nav nav .sub {
    display: none;
  }
  header .nav nav .contact li {
    font-size: 16px;
  }
  header .nav nav .contact li a {
    display: block;
    background: linear-gradient(129deg, #0068BE 19.93%, #003591 80.07%);
    color: #fff;
    font-family: "Shippori Mincho", serif;
    padding: 34px 38px;
  }
  header .nav nav .contact li a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 19px;
    background: url(../images/common/icn-mail.svg) 50% 50% no-repeat;
    background-size: contain;
    margin-right: 5px;
  }
  header .nav .tgl {
    display: none;
  }
}

.nav-sp {
  background: rgba(20, 20, 20, 0.4);
  backdrop-filter: blur(12px);
  width: 100%;
  height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.nav-sp nav {
  padding: 120px 18px;
}
.nav-sp nav ul.main {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(0.875rem, 0.88rem + 0vw, 0.875rem);
  margin-bottom: 60px;
}
.nav-sp nav ul.main li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-sp nav ul.main li a {
  color: #fff;
  padding: 1em 3em 1em 0;
  display: block;
  background: url(../images/common/arw-r01-w.svg) 100% 50% no-repeat;
}
.nav-sp nav .sub ul.more {
  font-size: clamp(0.875rem, 0.64rem + 0.48vw, 1.125rem);
  font-family: "Shippori Mincho", serif;
  display: grid;
  gap: 10px;
}
.nav-sp nav .sub ul.more li {
  line-height: 1;
  text-align: center;
}
.nav-sp nav .sub ul.more li a {
  display: block;
  padding: 24px;
}
.nav-sp nav .sub ul.more li a.contact {
  background: linear-gradient(129deg, #0068BE 19.93%, #003591 80.07%);
  color: #fff;
}
.nav-sp nav .sub ul.more li a.contact::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 15px;
  background: url(../images/common/icn-mail.svg) 0 50% no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.nav-sp nav .sub ul.more li a.case {
  background: #fff;
  color: #003591;
}
.nav-sp nav .sub ul.more li a.case::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 19px;
  background: url(../images/common/icn-note.svg) 0 50% no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.nav-sp nav .sub ul.page {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: clamp(0.75rem, 0.63rem + 0.25vw, 0.875rem);
}
.nav-sp nav .sub ul.page li a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 0.3em 0.8em;
  display: block;
  color: #fff;
}
.nav-sp nav .sub ul.page li a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/arw-r01-w.svg) 0 50% no-repeat;
  background-size: contain;
  margin-left: 3px;
}
.nav-sp nav .sub ul.page li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/icn-nwin.svg) 0 50% no-repeat;
  background-size: contain;
  margin-left: 3px;
}
.nav-sp nav .sub ul.page li.img {
  width: 100%;
  text-align: center;
}
.nav-sp nav .sub ul.page li.img a {
  border: 0;
  padding: 0;
}
.nav-sp nav .sub ul.page li.img a::after {
  display: none;
}
.nav-sp nav .sub ul.page li.img a[target=_blank]::after {
  display: none;
}
.nav-sp nav .sub ul.page li.img img {
  width: 124px;
  height: auto;
}

/* footer
**************************************************************************************************************************/
footer {
  padding: 40px 20px 100px 20px;
  background: #003591;
  color: #fff;
  text-align: center;
}
footer a {
  color: #fff;
}
footer .nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: clamp(0.75rem, 0.63rem + 0.25vw, 0.875rem);
}
footer .nav ul li a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 0.3em 0.8em;
  display: block;
}
footer .nav ul li a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/arw-r01-w.svg) 0 50% no-repeat;
  background-size: contain;
  margin-left: 3px;
}
footer .nav ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/icn-nwin.svg) 0 50% no-repeat;
  background-size: contain;
  margin-left: 3px;
}
footer .nav ul li.img {
  width: 100%;
}
footer .nav ul li.img a {
  border: 0;
  padding: 0;
}
footer .nav ul li.img a::after {
  display: none;
}
footer .nav ul li.img a[target=_blank]::after {
  display: none;
}
footer .nav ul li.img img {
  width: 124px;
  height: auto;
}
footer .copyright {
  margin-top: 1.5em;
}
footer .copyright p {
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  footer {
    padding: 40px 100px;
    text-align: left;
  }
  footer .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
  footer .nav-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .nav ul {
    align-items: center;
  }
  footer .nav ul li.img {
    width: auto;
  }
  footer .nav ul li.img img {
    width: 118px;
    height: auto;
  }
  footer .copyright {
    margin-top: 0;
  }
}

/* area
**************************************************************************************************************************/
.area-kv {
  place-content: end left;
}
.area-kv .title-body.is_index .title {
  padding-top: 80px;
}
.area-kv .title-body.is_index .imgs {
  padding: 10px 0;
}
.area-kv .title-body.is_index .imgs img {
  aspect-ratio: 6/4;
  object-fit: cover;
}
.area-kv .mov video, .area-kv .mov img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.area-kv .title {
  margin-bottom: 10px;
  padding: 50px 18px 0 18px;
}
.area-kv .title h1 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1rem, 0.42rem + 1.21vw, 1.625rem);
  font-weight: 500;
  margin-bottom: 1em;
  color: #003591;
}
.area-kv .title .tagline {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.125rem, -0.44rem + 3.25vw, 2.8125rem);
  font-weight: 500;
  line-height: 2.8;
  color: #003591;
  letter-spacing: -0.1em;
}
.area-kv .title .tagline strong {
  font-size: clamp(1.5rem, 0rem + 3.13vw, 3.125rem);
  font-weight: 400;
  display: inline-block;
  border: 1px solid #003591;
  padding: 0.2em 0.3em;
  margin-right: 0.2em;
  line-height: 1.3;
}
.area-kv .title .lead {
  font-size: clamp(0.8125rem, 0.53rem + 0.6vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
  margin-top: 1em;
}
.area-kv .body {
  padding: 0 18px;
}
.area-kv .body .lead {
  font-size: clamp(0.8125rem, 0.53rem + 0.6vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
  margin-top: 1em;
  margin-bottom: 30px;
}
.area-kv .body ul {
  font-size: clamp(0.875rem, 0.64rem + 0.48vw, 1.125rem);
  font-family: "Shippori Mincho", serif;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}
.area-kv .body ul li {
  line-height: 1;
  text-align: center;
}
.area-kv .body ul li a {
  display: block;
  padding: 24px;
}
.area-kv .body ul li a.contact {
  background: linear-gradient(129deg, #0068BE 19.93%, #003591 80.07%);
  color: #fff;
}
.area-kv .body ul li a.plan {
  background: #fff;
  color: #003591;
  border: 1px solid #003591;
}
.area-kv .block-contact {
  position: fixed;
  padding: 13px;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.area-kv .block-contact a {
  display: block;
  text-align: center;
  padding: 2em;
  background: linear-gradient(129deg, #0068BE 19.93%, #003591 80.07%);
  color: #fff;
}
.area-kv .block-contact a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 15px;
  background: url(../images/common/icn-mail.svg) 0 50% no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .area-kv {
    padding: 0;
    padding: 0 50px;
    position: relative;
  }
  .area-kv .mov {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .area-kv .mov img, .area-kv .mov video {
    height: 100vh;
    object-fit: cover;
    aspect-ratio: auto;
  }
  .area-kv .title-body {
    padding: 50px 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .area-kv .title {
    margin-bottom: 0px;
    padding: 0;
    width: 55%;
  }
  .area-kv .title h1 {
    color: #fff;
  }
  .area-kv .title .tagline {
    line-height: 2.2;
    color: #fff;
  }
  .area-kv .title .tagline strong {
    border-color: #fff;
  }
  .area-kv .title .lead {
    color: #fff;
  }
  .area-kv .body {
    text-align: center;
    width: 42%;
    padding: 0;
  }
  .area-kv .body .lead {
    color: #fff;
    margin-top: 0;
  }
  .area-kv .body ul {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .area-kv .block-contact {
    display: none;
  }
}

.area-why {
  padding: 5px;
  padding-top: 60px;
}
.area-why .inner {
  background: #F3F3F3;
  padding: 0 13px 60px 13px;
}
.area-why .title {
  margin-bottom: 30px;
  text-align: center;
}
.area-why .title h2 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.25rem, 0.1rem + 2.4vw, 2.5rem);
  font-weight: 500;
  color: #003591;
  text-align: center;
  margin-bottom: 1em;
}
.area-why .title h2 span.icon {
  display: block;
  text-align: center;
  position: relative;
  top: -21px;
}
.area-why .title h2 span.icon img {
  width: 42px;
}
.area-why .title p.lead {
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
}
@media screen and (min-width: 1025px) {
  .area-why {
    padding: 110px 60px;
  }
  .area-why .inner {
    padding: 70px 70px;
    padding-top: 0;
    margin-inline: auto;
    width: 100%;
    max-width: 1600px;
  }
  .area-why .title {
    margin-bottom: 60px;
  }
  .area-why .title h2 span.icon {
    top: -42px;
  }
  .area-why .title h2 span.icon img {
    width: 84px;
  }
}

.area-system {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(bg.png), linear-gradient(129deg, #0068BE 19.93%, #003591 80.07%);
  color: #fff;
  padding: 60px 20px;
}
.area-system .title {
  text-align: center;
  margin-bottom: 30px;
}
.area-system .title h2 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.375rem, 0.33rem + 2.17vw, 2.5rem);
  margin-bottom: 0.5em;
}
.area-system .title h2 span {
  color: #003591;
}
.area-system .title p.lead {
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
}
@media screen and (min-width: 1025px) {
  .area-system {
    padding: 100px;
  }
  .area-system .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
  .area-system .title {
    margin-bottom: 40px;
  }
}

.area-plan {
  padding: 60px 18px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E7E7E7 100%);
}
.area-plan .title {
  margin-bottom: 30px;
  text-align: center;
}
.area-plan .title h2 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.25rem, 0.1rem + 2.4vw, 2.5rem);
  font-weight: 500;
  color: #003591;
  text-align: center;
  margin-bottom: 1em;
}
.area-plan .title h2 span.icon {
  display: block;
  text-align: center;
  position: relative;
  top: -21px;
}
.area-plan .title h2 span.icon img {
  width: 42px;
}
.area-plan .title p.lead {
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
}
@media screen and (min-width: 1025px) {
  .area-plan {
    padding: 100px 100px;
  }
  .area-plan .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
  .area-plan .title {
    margin-bottom: 60px;
  }
  .area-plan .title h2 span.icon img {
    width: 84px;
  }
}

.area-contact {
  background: url(../images/top/img-cta-sp.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
.is_infrared .area-contact {
  background: url(../images/infrared/img-cta-sp.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.is_facility .area-contact {
  background: url(../images/facility/img-cta-sp.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.is_confined .area-contact {
  background: url(../images/confined/img-cta-sp.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.area-contact .title {
  margin-bottom: 35px;
}
.area-contact .title h2 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.375rem, 0.33rem + 2.17vw, 2.5rem);
}
.area-contact .title p {
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
  margin-top: 1em;
}
.area-contact .body ul {
  font-size: clamp(0.875rem, 0.64rem + 0.48vw, 1.125rem);
  font-family: "Shippori Mincho", serif;
  display: grid;
  gap: 10px;
}
.area-contact .body ul li {
  line-height: 1;
}
.area-contact .body ul li a {
  display: block;
  padding: 24px;
}
.area-contact .body ul li a.contact {
  background: linear-gradient(129deg, #0068BE 19.93%, #003591 80.07%);
  color: #fff;
}
.area-contact .body ul li a.contact::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 15px;
  background: url(../images/common/icn-mail.svg) 0 50% no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.area-contact .body ul li a.case {
  background: #fff;
  color: #003591;
}
.area-contact .body ul li a.case::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 19px;
  background: url(../images/common/icn-note.svg) 0 50% no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .area-contact {
    background: url(../images/top/img-cta-pc.jpg) 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
    padding: 145px 100px;
    text-align: left;
  }
  .is_infrared .area-contact {
    background: url(../images/infrared/img-cta-pc.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .is_facility .area-contact {
    background: url(../images/facility/img-cta-pc.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .is_confined .area-contact {
    background: url(../images/confined/img-cta-pc.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .area-contact .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
  .area-contact .title-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .area-contact .title {
    margin-bottom: 0;
  }
  .area-contact .body {
    width: 378px;
    margin-left: 80px;
  }
  .area-contact .body ul {
    text-align: center;
  }
  .area-contact .body ul li {
    line-height: 1;
  }
  .area-contact .body ul li a {
    padding: 35px;
  }
  .area-contact .body ul li a.contact::before {
    width: 28px;
    height: 22px;
    margin-right: 14px;
  }
  .area-contact .body ul li a.case::before {
    width: 22px;
    height: 28px;
    margin-right: 14px;
  }
}

.area-pageimg {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
}
.area-pageimg .title {
  padding: 0;
  position: relative;
}
.area-pageimg .title .c-pageimg {
  width: 100%;
  height: 100vw;
  max-height: 50vh;
}
.area-pageimg .title .c-pageimg img, .area-pageimg .title .c-pageimg video {
  width: 100%;
  height: 100vw;
  max-height: 50vh;
  object-fit: cover;
}
.area-pageimg .title h1 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.1875rem, 1.32rem + 1.81vw, 3.125rem);
  margin-bottom: 0;
  padding: 30px 18px;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.area-pageimg .title h1 small {
  font-size: clamp(1.375rem, 0.63rem + 1.56vw, 2.1875rem);
}
.area-pageimg .body {
  padding: 40px 18px;
}
.area-pageimg .body .lead {
  margin-bottom: 20px;
}
.area-pageimg .body .lead p {
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
  line-height: 1.8;
}
.area-pageimg .body .lead p strong {
  font-weight: bold;
  color: #003591;
}
.area-pageimg .body .tag ul {
  font-size: clamp(0.8125rem, 0.53rem + 0.6vw, 1.125rem);
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.area-pageimg .body .tag ul li span {
  background: #003591;
  padding: 0.6em 1em;
  display: inline-block;
  border-radius: 5px;
}
.area-pageimg .body .contact {
  position: fixed;
  padding: 13px;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.area-pageimg .body .contact a {
  display: block;
  text-align: center;
  padding: 2em;
  background: linear-gradient(129deg, #0068BE 19.93%, #003591 80.07%);
  color: #fff;
}
.area-pageimg .body .contact a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 15px;
  background: url(../images/common/icn-mail.svg) 0 50% no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .area-pageimg {
    height: 100vh;
    padding: 0 100px 100px 100px;
    position: relative;
  }
  .area-pageimg .inner {
    padding: 0;
  }
  .area-pageimg .title {
    padding: 0;
    padding-top: 66vh;
  }
  .area-pageimg .title .c-pageimg {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 100vh;
    max-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .area-pageimg .title .c-pageimg img, .area-pageimg .title .c-pageimg video {
    height: 100vh;
    max-height: 100vh;
  }
  .area-pageimg .title h1 {
    position: relative;
    padding: 0;
    z-index: 2;
  }
  .area-pageimg .body {
    padding: 0;
    margin-top: 40px;
    position: relative;
    z-index: 2;
  }
  .area-pageimg .body .lead {
    color: #fff;
    margin-bottom: 25px;
  }
  .area-pageimg .body .lead p strong {
    color: #fff;
  }
  .area-pageimg .body .tag ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .area-pageimg .body .tag ul li {
    margin-bottom: 0px;
    color: #003591;
  }
  .area-pageimg .body .tag ul li span {
    background: #fff;
  }
  .area-pageimg .body .contact {
    display: none;
  }
}

.area-law {
  background: url(../images/infrared/bg-law-sp.png) 50% 0 no-repeat;
  background-size: 100% auto;
  padding: 80px 18px;
}
@media screen and (min-width: 1025px) {
  .area-law {
    background: url(../images/infrared/bg-law-pc.png) 50% 0 no-repeat;
    background-size: 100% auto;
    padding: 80px 100px;
  }
  .area-law .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
}

@media screen and (min-width: 1025px) {
  .area-merit {
    padding: 0 100px;
  }
  .area-merit .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
}

.area-compared {
  padding: 60px 18px;
  background: linear-gradient(129deg, #0068BE 19.93%, #003591 80.07%);
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .area-compared {
    padding: 80px 100px;
  }
  .area-compared .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
}

.area-cost {
  padding: 60px 18px;
  background: #F3F3F3;
}
@media screen and (min-width: 1025px) {
  .area-cost {
    padding: 80px 100px;
  }
  .area-cost .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
}

.area-case {
  padding: 90px 18px 60px 18px;
  background: #F3F3F3;
}
.is_infrared .area-case {
  background: #F3F3F3 url(../images/infrared/bg-case-sp.jpg) 50% 0 no-repeat;
  background-size: 100% auto;
}
.is_facility .area-case {
  background: #F3F3F3 url(../images/facility/bg-case-sp.jpg) 50% 0 no-repeat;
  background-size: 100% auto;
}
.is_confined .area-case {
  background: #F3F3F3 url(../images/confined/bg-case-sp.jpg) 50% 0 no-repeat;
  background-size: 100% auto;
}
.area-case .title {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.area-case .title h2 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.25rem, 0.1rem + 2.4vw, 2.5rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
}
.area-case .title p.lead {
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
}
@media screen and (min-width: 1025px) {
  .area-case {
    padding: 100px 100px;
  }
  .is_infrared .area-case {
    background: #F3F3F3 url(../images/infrared/bg-case-pc.jpg) 50% 0 no-repeat;
    background-size: 100% auto;
  }
  .is_facility .area-case {
    background: #F3F3F3 url(../images/facility/bg-case-pc.jpg) 50% 0 no-repeat;
    background-size: 100% auto;
  }
  .is_confined .area-case {
    background: #F3F3F3 url(../images/confined/bg-case-pc.jpg) 50% 0 no-repeat;
    background-size: 100% auto;
  }
  .area-case .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
  .area-case .title {
    margin-bottom: 60px;
  }
}

.area-drone {
  padding: 60px 18px;
}
.area-drone .title {
  margin-bottom: 30px;
  text-align: center;
}
.area-drone .title h2 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.25rem, 0.1rem + 2.4vw, 2.5rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
}
.area-drone .title p.lead {
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
}
@media screen and (min-width: 1025px) {
  .area-drone {
    padding: 80px 100px;
  }
  .area-drone .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
  .area-drone .title {
    margin-bottom: 60px;
  }
}

.area-flow {
  padding: 60px 18px;
  background: #F3F3F3;
}
.area-flow .title {
  margin-bottom: 30px;
  text-align: center;
}
.area-flow .title h2 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.25rem, 0.1rem + 2.4vw, 2.5rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
}
.area-flow .title p.lead {
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .area-flow {
    padding: 80px 100px;
  }
  .area-flow .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
  .area-flow .title {
    margin-bottom: 60px;
  }
}

.area-movie {
  padding: 60px 18px;
  padding-top: 0;
  background: #F3F3F3;
}
@media screen and (min-width: 1025px) {
  .area-movie {
    padding: 80px 100px;
    padding-top: 0;
  }
  .area-movie .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
}

.area-option {
  padding: 60px 18px;
  padding-top: 0;
  background: #F3F3F3;
}
@media screen and (min-width: 1025px) {
  .area-option {
    padding: 80px 100px;
    padding-top: 0;
  }
  .area-option .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
}

.area-faq {
  padding: 60px 18px;
}
.area-faq .title {
  margin-bottom: 30px;
  text-align: center;
}
.area-faq .title h2 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.25rem, 0.1rem + 2.4vw, 2.5rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .area-faq {
    padding: 80px 100px;
  }
  .area-faq .inner {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
  }
  .area-faq .title {
    margin-bottom: 60px;
  }
}

/* component
**************************************************************************************************************************/
.c-hl01 {
  text-align: center;
  margin-bottom: 2em;
}
.c-hl01 > span {
  display: block;
  margin-bottom: 0.6em;
}
.c-hl01 > span span {
  display: inline-block;
  border-radius: 100px;
  background: #003591;
  color: #fff;
  font-size: clamp(0.6875rem, 0.57rem + 0.25vw, 0.8125rem);
  font-weight: bold;
  padding: 0.6em 1.2em;
}
.c-hl01 strong {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.125rem, 0.54rem + 1.21vw, 1.75rem);
  color: #003591;
  font-weight: 400;
}

.c-hl02 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.5625rem, 0.98rem + 1.21vw, 2.1875rem);
  margin-bottom: 1.5em;
}

.c-hl03 {
  font-size: clamp(0.875rem, 0.59rem + 0.6vw, 1.1875rem);
  font-weight: bold;
  margin-bottom: 1.5em;
}

.c-hl04 {
  font-size: clamp(0.9375rem, 0.53rem + 0.85vw, 1.375rem);
  font-weight: 500;
  margin-bottom: 1.5em;
  text-align: center;
}
.c-hl04 span {
  display: inline-block;
  background: #003591;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  border-radius: 100px;
  line-height: 1;
  padding: 0.6em 1.2em;
}

.c-item-why .items {
  display: grid;
  gap: 15px;
}
.c-item-why .item {
  background: #fff;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
}
.c-item-why .imgtxt .txt .txt-inner {
  padding: 30px;
}
.c-item-why .imgtxt .txt p.shoulder {
  font-size: clamp(0.6875rem, 0.46rem + 0.48vw, 0.9375rem);
  color: #003591;
  font-weight: 500;
  border-bottom: 1px solid #003591;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
.c-item-why .imgtxt .txt h3 {
  display: flex;
  color: #003591;
  align-items: center;
  gap: 15px;
  margin-bottom: 1em;
}
.c-item-why .imgtxt .txt h3 span.serial {
  font-family: "Cinzel", serif;
  font-size: clamp(3.4375rem, -0.31rem + 7.81vw, 7.5rem);
  line-height: 1.1;
}
.c-item-why .imgtxt .txt h3 span.ttl {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.25rem, 0.1rem + 2.4vw, 2.5rem);
  font-weight: 500;
}
.c-item-why .imgtxt .txt .descript p {
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
}
.c-item-why .imgtxt .txt .other {
  background: #003591;
  color: #fff;
  padding: 20px;
}
.c-item-why .imgtxt .txt .other dl {
  text-align: center;
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
}
.c-item-why .imgtxt .txt .other dl dt {
  font-weight: bold;
  margin-bottom: 1em;
}
.c-item-why .imgtxt .txt .other dl dd ul {
  display: grid;
  gap: 5px;
}
.c-item-why .imgtxt .txt .other dl dd ul li {
  border: 1px solid #A1A1A1;
  padding: 0.2em;
}
@media screen and (min-width: 1025px) {
  .c-item-why .items {
    gap: 30px;
  }
  .c-item-why .item:nth-of-type(even) .imgtxt .img {
    order: 2;
  }
  .c-item-why .item:nth-of-type(even) .imgtxt .txt {
    order: 1;
  }
  .c-item-why .imgtxt {
    display: flex;
    align-items: stretch;
  }
  .c-item-why .imgtxt .img {
    width: 38%;
  }
  .c-item-why .imgtxt .img picture {
    height: 100%;
  }
  .c-item-why .imgtxt .img img {
    object-fit: cover;
    height: 100%;
  }
  .c-item-why .imgtxt .txt {
    flex: 1;
  }
  .c-item-why .imgtxt .txt .txt-inner {
    padding: 80px 60px 80px 80px;
  }
  .c-item-why .imgtxt .txt p.shoulder {
    display: inline-block;
    margin-bottom: 3px;
  }
  .c-item-why .imgtxt .txt .other {
    padding: 30px 80px;
  }
  .c-item-why .imgtxt .txt .other dl {
    text-align: left;
  }
  .c-item-why .imgtxt .txt .other dl .row {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .c-item-why .imgtxt .txt .other dl dt {
    margin-bottom: 0;
  }
  .c-item-why .imgtxt .txt .other dl dd ul {
    display: flex;
  }
}

.c-list-system ul {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  font-size: clamp(0.8125rem, 0.41rem + 0.85vw, 1.25rem);
  font-weight: 500;
}
.c-list-system ul li {
  place-content: center center;
  border: 5px solid rgba(255, 255, 255, 0.2);
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px) {
  .c-list-system ul {
    gap: 10px;
    grid-template-columns: repeat(6, 1fr);
  }
}

.c-list-plan .plans {
  display: grid;
  gap: 10px;
}
.c-list-plan .plan {
  background: #fff;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
}
.c-list-plan .txt {
  padding: 0 20px;
  text-align: center;
}
.c-list-plan .txt h3 {
  font-size: clamp(1rem, 0.65rem + 0.73vw, 1.375rem);
  transform: translateY(-50%);
}
.c-list-plan .txt h3 span {
  background: #003591;
  color: #fff;
  font-weight: 500;
  padding: 0.5em 0.8em;
}
.c-list-plan .txt .descript {
  padding: 20px 0;
}
.c-list-plan .txt .more {
  border-top: 1px solid #E7E7E7;
  padding: 20px 0;
}
.c-list-plan .txt .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/common/arw-r01-b.svg) 0 50% no-repeat;
  background-size: contain;
  margin-left: 5px;
}
@media screen and (min-width: 1025px) {
  .c-list-plan .plans {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-block-bd {
  border: 1px solid #003591;
  background: #fff;
}
.c-block-bd .hl {
  background: #003591;
  color: #fff;
  padding: 20px;
}
.c-block-bd .hl h3 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.0625rem, 0.89rem + 0.37vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 0.3em;
}
.c-block-bd .hl p {
  font-size: clamp(0.6875rem, 0.63rem + 0.12vw, 0.75rem);
}
@media screen and (min-width: 1025px) {
  .c-block-bd .hl {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-block-bd .hl h3 {
    margin-bottom: 0;
  }
}

.c-block-label {
  border: 1px solid #003591;
  background: #fff;
  padding: 20px;
  padding-top: 0;
  margin-top: 40px;
}
.c-block-label h3.ttl {
  font-size: clamp(0.9375rem, 0.76rem + 0.37vw, 1.125rem);
  text-align: center;
  transform: translateY(-50%);
}
.c-block-label h3.ttl span {
  display: inline-block;
  background: #003591;
  color: #fff;
  padding: 0.5em 0.8em;
}
@media screen and (min-width: 1025px) {
  .c-block-label {
    padding: 40px;
    padding-top: 0;
    margin-top: 80px;
  }
}

.c-block-hasbg {
  background: rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-bottom: 35px;
}
@media screen and (min-width: 1025px) {
  .c-block-hasbg {
    padding: 50px;
    margin-bottom: 50px;
  }
}

.c-dl01 {
  padding: 20px;
}
.c-dl01 dl .row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E7E7E7;
}
.c-dl01 dl .row:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.c-dl01 dl dt {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(0.9375rem, 0.71rem + 0.48vw, 1.1875rem);
  color: #003591;
  font-weight: 400;
  margin-bottom: 1em;
}
.c-dl01 dl dt small {
  font-size: clamp(0.6875rem, 0.51rem + 0.37vw, 0.875rem);
}
.c-dl01 dl dd {
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
}
@media screen and (min-width: 1025px) {
  .c-dl01 {
    padding: 40px;
  }
  .c-dl01 dl .row {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.c-block-merit .hl {
  text-align: center;
  padding: 70px 0 170px 0;
}
.c-block-merit .hl h2 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.5625rem, 1.21rem + 0.73vw, 1.9375rem);
}
.c-block-merit .items {
  padding: 0 20px;
  display: grid;
  gap: 15px;
  margin-top: -140px;
}
.c-block-merit .item .imgtxt .txt {
  margin: 0 20px;
  margin-top: -25px;
  padding: 20;
  text-align: center;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.c-block-merit .item .imgtxt .txt h3 {
  color: #fff;
  font-size: clamp(0.875rem, 0.52rem + 0.73vw, 1.25rem);
  padding: 0.8em;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
.c-block-merit .item .imgtxt .txt h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #111 transparent transparent;
  translate: -50% 100%;
}
.c-block-merit .item .imgtxt .txt p {
  padding: 20px;
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
}
.c-block-merit .problem {
  padding-bottom: 60px;
  position: relative;
}
.c-block-merit .problem::after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: url(../images/common/arw-d02-bl.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28px;
}
.c-block-merit .problem .hl {
  background: #E7E7E7;
}
.c-block-merit .problem .hl h2::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/common/icn-problem.svg) 0 0 no-repeat;
  background-size: contain;
  margin-inline: auto;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2;
}
.c-block-merit .problem .hl h2 span {
  position: relative;
  z-index: 2;
}
.c-block-merit .problem .item .imgtxt .txt h3 {
  background: #A1A1A1;
}
.c-block-merit .problem .item .imgtxt .txt h3::after {
  border-color: #A1A1A1 transparent transparent;
}
.c-block-merit .merit {
  padding-bottom: 60px;
  background: #EAF5FF;
}
.c-block-merit .merit .hl {
  background: linear-gradient(129deg, #0068BE 19.93%, #003591 80.07%);
  color: #fff;
}
.c-block-merit .merit .hl h2::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/common/icn-merit.svg) 0 0 no-repeat;
  background-size: contain;
  margin-inline: auto;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2;
}
.c-block-merit .merit .hl h2 span {
  position: relative;
  z-index: 2;
}
.c-block-merit .merit .item .imgtxt .txt h3 {
  background: #003591;
}
.c-block-merit .merit .item .imgtxt .txt h3::after {
  border-color: #003591 transparent transparent;
}
@media screen and (min-width: 1025px) {
  .c-block-merit {
    display: flex;
    justify-content: space-between;
    gap: 0px;
  }
  .c-block-merit .hl {
    text-align: center;
    padding: 70px 0 170px 0;
  }
  .c-block-merit .hl h2 {
    font-family: "Shippori Mincho", serif;
    font-size: clamp(1.5625rem, 1.21rem + 0.73vw, 1.9375rem);
  }
  .c-block-merit .items {
    padding: 0;
    gap: 25px;
    position: relative;
    z-index: 2;
  }
  .c-block-merit .problem {
    padding-right: 70px;
    padding-bottom: 80px;
    position: relative;
  }
  .c-block-merit .problem .hl {
    background: none;
  }
  .c-block-merit .problem .hl::after {
    content: "";
    display: block;
    width: 50vw;
    height: 330px;
    background: #E7E7E7;
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-block-merit .problem::after {
    background: url(../images/common/arw-r02-bl.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    bottom: auto;
    left: auto;
    right: -28px;
  }
  .c-block-merit .merit {
    padding-left: 70px;
    padding-bottom: 80px;
    background: none;
    position: relative;
  }
  .c-block-merit .merit::after {
    content: "";
    display: block;
    width: 50vw;
    height: 100%;
    background: #EAF5FF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .c-block-merit .merit .hl {
    background: none;
  }
  .c-block-merit .merit .hl::after {
    content: "";
    display: block;
    width: 50vw;
    height: 330px;
    background: linear-gradient(129deg, #0068BE 19.93%, #003591 80.07%);
    position: absolute;
    top: 0;
    left: 0;
  }
}

.c-block-cost .cost {
  margin-bottom: 30px;
}
.c-block-cost .cost h3 {
  font-size: clamp(1rem, 0.77rem + 0.48vw, 1.25rem);
  background: #003591;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-weight: 500;
}
.c-block-cost .cost .txt {
  background: #fff;
  padding: 20px;
}
.c-block-cost .cost dl .row {
  padding: 10px 0;
  border-bottom: 1px solid #E7E7E7;
}
.c-block-cost .cost dl .row dt {
  margin-bottom: 8px;
  font-size: clamp(0.875rem, 0.76rem + 0.25vw, 1rem);
}
.c-block-cost .cost dl .row dd {
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
  font-weight: bold;
}
.c-block-cost .cost dl .row:last-of-type {
  border: 0;
}
.c-block-cost .more p {
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
  font-weight: bold;
  background: #E7E7E7;
  padding: 0.8em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .c-block-cost .cost-more {
    display: flex;
    gap: 70px;
    align-items: center;
  }
  .c-block-cost .cost {
    min-width: 700px;
    margin-bottom: 0;
  }
  .c-block-cost .cost dl .row {
    display: flex;
    justify-content: space-between;
  }
}

.c-list-icn {
  margin: 1.5em 0;
  font-size: clamp(0.75rem, 0.63rem + 0.25vw, 0.875rem);
  color: #727272;
}
.c-list-icn li {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.c-list-icn li span {
  width: 16px;
}
.c-dllist-icn {
  margin: 1.5em 0;
  font-size: clamp(0.75rem, 0.63rem + 0.25vw, 0.875rem);
  color: #727272;
}
.c-dllist-icn .row {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  padding: 2px 0;
}
.c-dllist-icn dt {
  display: flex;
  gap: 5px;
  align-items: center;
}
.c-dllist-icn dt span {
  width: 16px;
}
.c-dllist-icn dd {
  color: #000;
}
@media screen and (min-width: 1025px) {
  .c-dllist-icn .row {
    justify-content: flex-start;
    gap: 30px;
  }
  .c-dllist-icn .row dt {
    min-width: 150px;
  }
}

.c-list-case .cases {
  display: grid;
  gap: 15px;
}
.c-list-case .case {
  background: #fff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
}
.c-list-case .imgtxt .txt {
  padding: 5px;
}
.c-list-case .imgtxt .txt .label {
  padding: 10px;
}
.c-list-case .imgtxt .txt .label span {
  display: inline-block;
  background: #003591;
  color: #fff;
  font-weight: bold;
  font-size: clamp(0.6875rem, 0.63rem + 0.12vw, 0.75rem);
  padding: 0.2em 0.5em;
}
.c-list-case .imgtxt .txt dl {
  padding: 10px;
}
.c-list-case .imgtxt .txt dl .row {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  align-items: center;
}
.c-list-case .imgtxt .txt dl .row dt {
  color: #A1A1A1;
  font-size: clamp(0.6875rem, 0.63rem + 0.12vw, 0.75rem);
}
.c-list-case .imgtxt .txt dl .row dd {
  text-align: right;
  font-size: clamp(0.6875rem, 0.63rem + 0.12vw, 0.75rem);
}
.c-list-case .imgtxt .txt dl .row:last-of-type {
  border-top: 1px solid #E7E7E7;
  padding-top: 10px;
  margin-top: 10px;
}
.c-list-case .imgtxt .txt dl .row:last-of-type dd {
  font-size: clamp(0.875rem, 0.52rem + 0.73vw, 1.25rem);
  font-weight: bold;
  color: #003591;
}
.c-list-case .imgtxt .txt .point {
  background: #F3F3F3;
  padding: 0.8em;
  font-size: clamp(0.6875rem, 0.69rem + 0vw, 0.6875rem);
}
@media screen and (min-width: 1025px) {
  .c-list-case .cases {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-list-case .row dt {
    min-height: 1em;
  }
  .c-list-case .row dd {
    min-height: 1em;
  }
  .c-list-case .row.is_empty {
    margin-bottom: 0.9em;
  }
}

.c-list-drone .drones {
  display: grid;
  gap: 25px;
}
.c-list-drone .drone .imgtxt .img {
  margin-bottom: 15px;
}
.c-list-drone .drone .imgtxt .txt {
  text-align: center;
}
.c-list-drone .drone .imgtxt .txt h3 {
  font-size: clamp(0.875rem, 0.52rem + 0.73vw, 1.25rem);
  font-weight: 500;
  color: #003591;
  font-family: "Shippori Mincho", serif;
}
.c-list-drone .drone .imgtxt .txt p {
  margin-top: 0.8em;
  font-size: clamp(0.75rem, 0.63rem + 0.25vw, 0.875rem);
}
.c-list-drone .drone .imgtxt.is_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-list-drone .drone .imgtxt.is_flex .img {
  width: 40%;
  margin-bottom: 0;
  margin-right: 2em;
}
.c-list-drone .drone .imgtxt.is_flex .txt {
  text-align: left;
  flex: 1;
}
.c-list-drone .drone.is_white {
  background: #fff;
  padding: 10px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.0627451);
}
.c-list-drone .drone.has_bg {
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .c-list-drone .drones {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-list-drone .drones.is_01 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-list-drone .drones.is_02 {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
  }
  .c-list-drone .drones.is_02 .drone {
    width: 48%;
    margin-bottom: 2%;
  }
  .c-list-drone .drones.is_02_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-list-drone .drones.is_04 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-list-drone .drone .imgtxt .img {
    margin-bottom: 25px;
  }
  .c-list-drone .drone.is_white .imgtxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-list-drone .drone.is_white .imgtxt .img {
    margin-bottom: 0;
    width: 48%;
  }
  .c-list-drone .drone.is_white .imgtxt .txt {
    width: 48%;
    text-align: left;
    padding: 0 40px;
  }
  .c-list-drone .drone.is_white {
    padding: 15px;
  }
  .c-list-drone .drone.has_bg {
    padding: 15px;
  }
  .c-list-drone.is_narrow {
    padding: 0 80px;
  }
}

.c-panel-drone {
  margin-bottom: 24px;
}
.c-panel-drone .drone .imgtxt .img {
  margin-bottom: 20px;
}
.c-panel-drone .drone .imgtxt .txt h3 {
  font-size: clamp(1.25rem, 0.67rem + 1.21vw, 1.875rem);
  font-weight: 500;
  margin-bottom: 0.8em;
  font-family: "Shippori Mincho", serif;
}
.c-panel-drone .drone .imgtxt .txt .bd {
  background: #E7E7E7;
  padding: 20px;
}
.c-panel-drone .drone .imgtxt .txt .bd h4 {
  font-size: clamp(0.875rem, 0.64rem + 0.48vw, 1.125rem);
  font-weight: bold;
  margin-bottom: 0.8em;
  border-left: 3px solid #000;
  padding-left: 0.5em;
}
.c-panel-drone .drone .imgtxt .txt .bd p {
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
}
.c-panel-drone .drone .imgtxt .txt dl {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .c-panel-drone {
    margin-bottom: 32px;
  }
  .c-panel-drone .drone .imgtxt {
    display: flex;
    justify-content: space-between;
    gap: 48px;
  }
  .c-panel-drone .drone .imgtxt .img {
    margin-bottom: 0px;
    width: 40%;
  }
  .c-panel-drone .drone .imgtxt .txt {
    flex-grow: 1;
  }
  .c-panel-drone .drone .imgtxt .txt .bd {
    padding: 30px;
  }
}

.c-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-flow.is_left {
  justify-content: flex-start;
}
.c-flow li {
  width: 25%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.c-flow li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #003591;
  border-radius: 100px;
}
.c-flow li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #003591;
  position: absolute;
  top: 10px;
  left: 50%;
}
.c-flow li:nth-of-type(4n)::after, .c-flow li:last-of-type::after {
  display: none;
}
.c-flow li:last-of-type {
  color: #003591;
}
.c-flow li:last-of-type::before {
  border: 3px solid rgba(0, 53, 145, 0.2);
  margin-top: 3px;
}
.c-flow li small {
  display: block;
  font-size: clamp(0.6875rem, 0.51rem + 0.37vw, 0.875rem);
  font-weight: 500;
  color: #003591;
  margin-bottom: 0.6em;
  margin-top: 10px;
}
.c-flow li span {
  display: block;
  font-size: clamp(0.8125rem, 0.53rem + 0.6vw, 1.125rem);
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 1025px) {
  .c-flow li {
    width: 20%;
    margin-bottom: 40px;
  }
  .c-flow li::before {
    width: 20px;
    height: 20px;
  }
  .c-flow li::after {
    top: 10px;
    left: 50%;
  }
  .c-flow li:nth-of-type(4n)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #003591;
    position: absolute;
    top: 10px;
    left: 50%;
  }
  .c-flow li:nth-of-type(5n)::after, .c-flow li:last-of-type::after {
    display: none;
  }
  .c-flow li:last-of-type::before {
    border: 6px solid rgba(0, 53, 145, 0.2);
    margin-top: -6px;
  }
  .c-flow.is_04 li {
    width: 25%;
  }
  .c-flow.is_04 li:nth-of-type(5n)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #003591;
    position: absolute;
    top: 10px;
    left: 50%;
  }
  .c-flow.is_04 li:nth-of-type(4n)::after {
    display: none;
  }
}

.c-list-movie .movies {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  .c-list-movie .movies {
    display: grid;
    gap: 10px;
    margin-inline: auto;
  }
  .c-list-movie.is_column .movies {
    max-width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  .c-list-movie.is_column .movie {
    width: calc((100% - 30px) / 3);
  }
}

.c-list-option .options {
  display: grid;
  gap: 10px;
}
.c-list-option .option {
  background: #fff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
}
.c-list-option .option .imgtxt .txt {
  padding: 20px;
}
.c-list-option .option .imgtxt .txt h3 {
  font-size: clamp(0.875rem, 0.52rem + 0.73vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 0.5em;
}
.c-list-option .option .imgtxt .txt p {
  font-size: clamp(0.75rem, 0.63rem + 0.25vw, 0.875rem);
}
@media screen and (min-width: 1025px) {
  .c-list-option .options {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-list-option .option .imgtxt {
    display: flex;
  }
  .c-list-option .option .imgtxt .img {
    width: 50%;
    min-width: 260px;
  }
  .c-list-option .option .imgtxt .img picture img {
    object-fit: cover;
  }
  .c-list-option .option .imgtxt .txt {
    padding: 0 30px;
    place-content: center;
    width: 50%;
    flex: 1;
  }
}

.c-block-faq dl {
  display: grid;
  gap: 25px;
}
.c-block-faq dl .row dt {
  background: #003591;
  color: #fff;
  font-size: clamp(0.8125rem, 0.64rem + 0.37vw, 1rem);
  font-weight: 500;
  padding: 24px 20px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
}
.c-block-faq dl .row dt::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/icn-faw-q.svg) 0 0 no-repeat;
  background-size: contain;
}
.c-block-faq dl .row dt span {
  margin-top: 5px;
  flex-grow: 1;
}
.c-block-faq dl .row dt button {
  border: 0;
  background: url(../images/common/icn-tgl.svg) 50% 50% no-repeat;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
}
.c-block-faq dl .row dt button.is_close {
  transform: rotate(0deg);
}
.c-block-faq dl .row dd {
  font-size: clamp(0.75rem, 0.63rem + 0.25vw, 0.875rem);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.c-block-faq dl .row dd::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/icn-faw-a.svg) 0 0 no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.c-block-faq dl .row dd p {
  flex-grow: 1;
  margin-top: 3px;
}

.c-topicpath {
  background: #003591;
  color: #fff;
  text-align: center;
  padding: 0.6em 0.8em;
}
.c-topicpath ul {
  font-size: clamp(0.75rem, 0.63rem + 0.25vw, 0.875rem);
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-topicpath ul li a {
  color: #fff;
  font-weight: 500;
}
.c-topicpath ul li::after {
  content: ">";
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.c-topicpath ul li:last-of-type::after {
  display: none;
}

/* utility
**************************************************************************************************************************/
.u-vertically {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.u-alr {
  text-align: right;
}

.u-center {
  text-align: center;
}

.u-img-zoom {
  overflow: hidden;
}
.u-img-zoom img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  width: 100%;
}
.u-img-zoom:hover img {
  transform: scale(1.1, 1.1);
}

.u-size-full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.u-sticky-panel {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

.u-nonsticky-panel {
  z-index: 3;
  position: relative;
}

.u-balloon {
  display: block;
  margin-bottom: 0.3em;
}
.u-balloon span {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 16px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.u-balloon span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.u-list-note {
  font-size: clamp(0.6875rem, 0.63rem + 0.12vw, 0.75rem);
  color: #727272;
  margin: 1em 0;
}
.u-list-note li {
  display: flex;
  gap: 5px;
}
.u-list-note li::before {
  content: "※";
  display: block;
}

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