@charset "UTF-8";
/* CSS Document */
html,
body,
main,
nav,
section,
article,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
input,
textarea,
button,
figure,
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

ol,
ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
}

address,
cite {
  font-style: normal;
}

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

em {
  font-weight: normal;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*iOS*/
/* iOSでのデフォルトスタイルをリセット */
input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

html {
  font-size: 50%;
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #1a1a1a;
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  font-weight: 500;
}

li {
  list-style: none;
}

img {
  width: 100%;
  pointer-events: none;
  vertical-align: middle;
}

a {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  transition: 0.5s;
}
a *,
a::before,
a::after {
  transition: 0.5s;
}

@media print, screen and (min-width: 500px) {
  a[href*='tel'] {
    pointer-events: none;
  }
}

img,
video,
iframe {
  display: block;
  height: auto;
}

address {
  font-style: normal;
}

br.under480 {
  display: block;
}
@media print, screen and (min-width: 480px) {
  br.under480 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  br.under768 {
    display: none;
  }
}
br.over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.over768 {
    display: block;
  }
}
br.between768-1024 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.between768-1024 {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  br.between768-1024 {
    display: none;
  }
}
br.under1024 {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  br.under1024 {
    display: none;
  }
}
br.over1024 {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  br.over1024 {
    display: block;
  }
}
br.over1280 {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  br.over1280 {
    display: block;
  }
}

.inner {
  padding: 5rem 0;
}
@media print, screen and (min-width: 768px) {
  .inner {
    padding: 10rem 0;
  }
}

.max768 {
  max-width: 768px;
  width: 95%;
  margin: auto;
}

.max1024 {
  max-width: 1024px;
  width: 95%;
  margin: auto;
}

.max1070 {
  max-width: 1070px;
  width: 95%;
  margin: auto;
}

.max1130 {
  max-width: 1130px;
  width: 95%;
  margin: auto;
}

.max1200 {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.max1250 {
  max-width: 1250px;
  width: 95%;
  margin: auto;
}

.max1400 {
  max-width: 1400px;
  width: 95%;
  margin: auto;
}

.max1600 {
  max-width: 1600px;
  width: 95%;
  margin: auto;
}

.max1880 {
  max-width: 1880px;
  width: 95%;
  margin: auto;
}

.pd64 {
  padding: 6.4rem 0;
}

.pd80 {
  padding: 6.4rem 0;
}
@media print, screen and (min-width: 768px) {
  .pd80 {
    padding: 8rem 0;
  }
}

.pd100 {
  padding: 6.4rem 0;
}
@media print, screen and (min-width: 768px) {
  .pd100 {
    padding: 10rem 0;
  }
}

.pd150 {
  padding: 7.2rem 0;
}
@media print, screen and (min-width: 768px) {
  .pd150 {
    padding: 15rem 0;
  }
}

.pd200 {
  padding: 12.8rem 0;
}
@media print, screen and (min-width: 768px) {
  .pd200 {
    padding: 20rem 0;
  }
}

.pd-top100 {
  padding-top: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .pd-top100 {
    padding-top: 10rem;
  }
}

.pd-top150 {
  padding-top: 7.2rem;
}
@media print, screen and (min-width: 768px) {
  .pd-top150 {
    padding-top: 15rem;
  }
}

.pd-top200 {
  padding-top: 10rem;
}
@media print, screen and (min-width: 768px) {
  .pd-top200 {
    padding-top: 20rem;
  }
}

.pd-bottom100 {
  padding-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .pd-bottom100 {
    padding-bottom: 10rem;
  }
}

.pd-bottom150 {
  padding-bottom: 7.2rem;
}
@media print, screen and (min-width: 768px) {
  .pd-bottom150 {
    padding-bottom: 15rem;
  }
}

.pd-bottom200 {
  padding-bottom: 10rem;
}
@media print, screen and (min-width: 768px) {
  .pd-bottom200 {
    padding-bottom: 20rem;
  }
}

.mg64 {
  margin: 4rem;
}
@media print, screen and (min-width: 768px) {
  .mg64 {
    margin: 6.4rem;
  }
}

.mg-top64 {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  .mg-top64 {
    margin-top: 6.4rem;
  }
}

.mg-top100 {
  margin-top: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .mg-top100 {
    margin-top: 10rem;
  }
}

.mg-top150 {
  margin-top: 7.2rem;
}
@media print, screen and (min-width: 768px) {
  .mg-top150 {
    margin-top: 15rem;
  }
}

.margin-top200 {
  margin-top: 10rem;
}
@media print, screen and (min-width: 768px) {
  .margin-top200 {
    margin-top: 20rem;
  }
}

.mg-bottom64 {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  .mg-bottom64 {
    margin-bottom: 6.4rem;
  }
}

.mg-bottom100 {
  margin-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .mg-bottom100 {
    margin-bottom: 10rem;
  }
}

.mg-bottom150 {
  margin-bottom: 7.2rem;
}
@media print, screen and (min-width: 768px) {
  .mg-bottom150 {
    margin-bottom: 15rem;
  }
}

div.breadcrumb {
  display: flex;
  gap: 1.6rem;
}
div.breadcrumb > div {
  font-size: 1.4rem;
  font-weight: 400;
}
div.breadcrumb > div a {
  transition: 0.5s;
}
div.breadcrumb > div a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

#page-header {
  border-bottom: 1px solid #62636a;
}
#page-header .page-header-inner ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #page-header .page-header-inner ul {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
  }
}
#page-header .page-header-inner ul li:last-child {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #page-header .page-header-inner ul li:last-child {
    margin: 0;
  }
}
#page-header .page-header-inner ul li hgroup {
  margin-bottom: 5rem;
}
#page-header .page-header-inner ul li hgroup h2 {
  color: #3d3d3d;
  font-size: min(6.4rem, 8vw);
}
@media print, screen and (min-width: 768px) {
  #page-header .page-header-inner ul li hgroup h2 {
    font-size: min(6.4rem, 5vw);
  }
}
#page-header .page-header-inner ul li hgroup p {
  color: #3d3d3d;
  font-size: min(2rem, 4vw);
}
#page-header .page-header-inner ul li figure {
  max-width: 680px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #page-header .page-header-inner ul li figure {
    width: 50vw;
  }
}
#page-header .page-header-inner ul li figure img {
  width: 100%;
}

hgroup.contents-title01 h2 {
  color: #3d3d3d;
  font-size: min(6.4rem, 7vw);
  font-weight: bold;
  text-align: center;
}
hgroup.contents-title01 p {
  color: #3d3d3d;
  font-size: min(2rem, 4.5vw);
  text-align: center;
}

hgroup.contents-title02 h2 {
  color: #fff;
  font-size: min(6.4rem, 7vw);
  font-weight: bold;
  text-align: center;
}
hgroup.contents-title02 p {
  color: #fff;
  font-size: min(2rem, 4.5vw);
  text-align: center;
}

hgroup.contents-title03 h3 {
  color: #3d3d3d;
  font-size: min(3.2rem, 7vw);
  font-weight: bold;
  text-align: center;
}
hgroup.contents-title03 p {
  color: #3d3d3d;
  font-size: min(2rem, 4.5vw);
  text-align: center;
}

header#header {
  position: fixed;
  top: 0;
  z-index: 100000000;
  width: 100%;
  transition: 0.5s;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.5);
  padding: 1.5rem 3rem;
}
@media print, screen and (min-width: 1024px) {
  header#header {
    padding: 2rem 6rem;
  }
}
header#header.active-background {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
header#header .header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 1024px) {
  header#header .header-main {
    display: block;
  }
}
header#header .header-main h1 {
  min-width: 160px;
  width: 17vw;
}
header#header .header-main h1 a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
header#header .header-main div.main-link {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  header#header .header-main div.main-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
}
header#header .header-main div.main-link > ul {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  header#header .header-main div.main-link > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
header#header .header-main div.main-link > ul li.main-menu > a {
  color: #1a1a1a;
  display: grid;
  place-items: center;
  margin: 0 2rem;
}
header#header .header-main div.main-link > ul li.main-menu > a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
header#header .header-main div.main-link > ul li.contact-link {
  margin-left: 1rem;
}
header#header .header-main div.main-link > ul li.contact-link a {
  background: #62636a;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 2px;
}
header#header .header-main div.main-link > ul li.contact-link a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
header#header .header-main div.main-link > ul li.contact-link a p {
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
}
header#header .header-main div.main-link > ul li.contact-link a img {
  max-width: 22px;
  width: 100%;
}
header#header .header-main .overlay_toggle {
  width: 40px;
  height: 45px;
  cursor: pointer;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  header#header .header-main .overlay_toggle {
    display: none;
  }
}
header#header .header-main .overlay_toggle span {
  display: block;
  width: 40px;
  height: 2px;
  background: #1a1a1a;
  transition: 0.5s;
}
header#header .header-main .overlay_toggle span:nth-of-type(1) {
  position: absolute;
  top: 0;
}
header#header .header-main .overlay_toggle span:nth-of-type(2) {
  position: absolute;
  top: 10px;
}
header#header .header-main .overlay_toggle span:nth-of-type(3) {
  position: absolute;
  top: 20px;
}
header#header .header-main .overlay_toggle.active span:nth-of-type(1) {
  top: 12px;
  transform: translate(0, 0) rotate(30deg);
}
header#header .header-main .overlay_toggle.active span:nth-of-type(2) {
  opacity: 0;
}
header#header .header-main .overlay_toggle.active span:nth-of-type(3) {
  top: 12px;
  transform: translate(0, 0) rotate(-30deg);
}
header#header .header-main .overlay_toggle p {
  position: absolute;
  top: 30px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
}
header#header .overlay {
  position: fixed;
  top: 8.5rem;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: calc(100vh - 7.7rem);
  background: #f7f7f7;
  overflow-y: scroll;
  opacity: 0;
  transform: translateX(100%);
  transition: 0.5s;
}
header#header .overlay.active {
  opacity: 1;
  transform: translateX(0px);
}
header#header .overlay nav > p {
  padding-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav > p {
    padding-top: 4rem;
  }
}
header#header .overlay nav > p > span {
  display: block;
  color: #1a1a1a;
  font-weight: bolder;
  text-align-last: justify;
  width: 10rem;
  padding: 0.5rem 2rem;
  margin-left: 5%;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav > p > span {
    margin: auto;
  }
}
header#header .overlay nav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
  padding: 3rem 3rem 2rem;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav > ul {
    gap: 5rem 0;
    padding: 5rem 5rem 2rem;
  }
}
header#header .overlay nav > ul > li {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  header#header .overlay nav > ul > li {
    width: 50%;
  }
}
header#header .overlay nav > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  display: inline-block;
  margin-bottom: 1rem;
}
header#header .overlay nav > ul > li > a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
header#header .overlay nav > ul > li > a img {
  width: auto;
  height: min(5vw, 1.5em);
  margin: 0 0.5em;
  vertical-align: baseline;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav > ul > li > a img {
    height: min(2.5vw, 1.5em);
  }
}
header#header .overlay nav > ul > li > ul {
  margin-left: 1rem;
  width: 100%;
}
header#header .overlay nav > ul > li > ul li {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  width: fit-content;
}
header#header .overlay nav > ul > li > ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 0.5rem;
}
header#header .overlay nav > ul > li > ul li::before {
  content: '－';
  color: #1a1a1a;
}
header#header .overlay nav > ul > li > ul li a {
  font-size: 14px;
  color: #1a1a1a;
}
header#header .overlay nav > ul > li > ul li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

footer#footer {
  background: #333;
}
footer#footer .footer-inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
}
footer#footer .footer-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  footer#footer .footer-inner ul li {
    width: calc((100% - 4rem) / 2);
  }
}
footer#footer .footer-inner ul li:first-child a {
  max-width: 320px;
  background: #fff;
  padding: 0.5rem;
  transition: 0.5s;
  margin: 0 auto 2rem;
}
@media print, screen and (min-width: 1024px) {
  footer#footer .footer-inner ul li:first-child a {
    margin: 0 0 3rem;
  }
}
footer#footer .footer-inner ul li:first-child a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
footer#footer .footer-inner ul li:first-child p {
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  footer#footer .footer-inner ul li:first-child p {
    text-align: left;
  }
}
footer#footer .footer-inner ul li:last-child .footer-menu {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  footer#footer .footer-inner ul li:last-child .footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
  }
}
footer#footer .footer-inner ul li:last-child .footer-menu a {
  width: calc((100% - 2rem) / 2);
  display: flex;
  align-items: center;
  gap: 1.6rem;
  transition: 0.5s;
}
footer#footer .footer-inner ul li:last-child .footer-menu a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
footer#footer .footer-inner ul li:last-child .footer-menu a:last-child {
  width: 100%;
}
footer#footer .footer-inner ul li:last-child .footer-menu a span {
  font-size: min(2.4rem, 4vw);
  color: #fff;
}
footer#footer .footer-inner ul li:last-child .footer-menu a p {
  color: #fff;
}
footer#footer .footer-inner ul li:last-child > a {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  background: #62636a;
  border-radius: 2px;
  padding: 1rem 2rem;
  transition: 0.5s;
  margin: 4rem auto 0;
}
@media print, screen and (min-width: 1024px) {
  footer#footer .footer-inner ul li:last-child > a {
    margin: 4rem 0 0;
  }
}
footer#footer .footer-inner ul li:last-child > a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
footer#footer .footer-inner ul li:last-child > a p {
  color: #fff;
}
footer#footer .footer-inner ul li:last-child > a img {
  max-width: 18px;
}
footer#footer .footer-inner .copyright {
  padding: 3rem 0;
}
footer#footer .footer-inner .copyright p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
footer#footer .to_top {
  position: fixed;
  right: 1.5rem;
  bottom: 6.5rem;
  z-index: 99;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
footer#footer .to_top.active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
}
footer#footer .to_top a {
  position: relative;
  width: 5rem;
  height: 5rem;
  background: #62636a;
  border: 0.2rem solid #fff;
  display: grid;
  place-items: center;
}
footer#footer .to_top a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
footer#footer .to_top a img {
  max-width: 26px;
}

#top article {
  overflow: hidden;
}
#top article #mv {
  width: 100%;
}
#top article #mv .mv-inner figure {
  position: relative;
}
#top article #mv .mv-inner figure img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
#top article #mv .mv-inner figure figcaption {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
}
#top article #mv .mv-inner figure figcaption p {
  color: #fff;
  text-align: center;
  font-size: min(4rem, 4vw);
  white-space: nowrap;
}
#top article #mv .mv-inner figure figcaption span {
  color: #fff;
  text-align: center;
  font-size: min(2.2rem, 3vw);
  margin-top: 2rem;
  display: block;
  white-space: nowrap;
}
#top article #top-news {
  background: #f7f7f7;
}
#top article #top-news .top-news-inner h2 {
  color: #3d3d3d;
  font-size: min(4rem, 5vw);
  font-weight: bold;
  margin-bottom: 4rem;
}
#top article #top-news .top-news-inner .news-contents {
  max-width: 900px;
  width: 95%;
  margin: 0 auto 4rem;
}
#top article #top-news .top-news-inner .news-contents a.news-contents-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s;
  padding: 2rem 0;
}
@media print, screen and (min-width: 500px) {
  #top article #top-news .top-news-inner .news-contents a.news-contents-detail {
    flex-wrap: nowrap;
  }
}
#top article #top-news .top-news-inner .news-contents a.news-contents-detail:hover {
  transition: 0.5s;
  opacity: 0.5;
}
#top article #top-news .top-news-inner .news-contents a.news-contents-detail p.news-date {
  white-space: nowrap;
}
#top article #top-news .top-news-inner .news-contents a.news-contents-detail span.news-category {
  display: block;
  color: #fff;
  background: #3d3d3d;
  border-radius: 1px;
  font-size: 1.2rem;
  margin: 0 2rem;
  padding: 0 0.5rem;
  width: 60px;
  text-align: center;
  white-space: nowrap;
}
#top article #top-news .top-news-inner .news-contents a.news-contents-detail h3.news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #top article #top-news .top-news-inner .news-contents a.news-contents-detail h3.news-title {
    width: 90%;
  }
}
#top article #top-news .top-news-inner > a {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background: #62636a;
  text-align: center;
  transition: 0.5s;
  position: relative;
  padding: 1.5rem 1rem;
  border-radius: 2px;
}
#top article #top-news .top-news-inner > a::after {
  content: '';
  background: url(../img/top/arrow.png) no-repeat center/contain;
  width: 9px;
  height: 10px;
  display: block;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#top article #top-news .top-news-inner > a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents01 figure.top {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  #top article #ultlaser .ultlaser-inner .ultlaser-contents01 figure.top {
    margin-bottom: 10rem;
  }
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents01 figure.bottom {
  max-width: 240px;
  width: 100%;
  margin: 0 auto 4rem;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents01 h3 {
  font-size: min(3.2rem, 6vw);
  text-align: center;
  margin-bottom: 3rem;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents01 > p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
}
#top article #ultlaser .ultlaser-inner figure.attached {
  max-width: 1660px;
  margin-right: auto;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents02 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 3rem;
}
@media print, screen and (min-width: 500px) {
  #top article #ultlaser .ultlaser-inner .ultlaser-contents02 ul {
    flex-direction: row;
  }
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents02 ul li h3 {
  font-size: min(3.2rem, 6vw);
  margin-bottom: 3rem;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents02 ul li p {
  font-size: 1.8rem;
  line-height: 1.8;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents03 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 3rem;
}
@media print, screen and (min-width: 500px) {
  #top article #ultlaser .ultlaser-inner .ultlaser-contents03 ul {
    flex-direction: row;
  }
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents03 ul li h3 {
  font-size: min(3.2rem, 6vw);
  margin-bottom: 3rem;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents03 ul li p {
  font-size: 1.8rem;
  line-height: 1.8;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents04 h3 {
  font-size: min(3.2rem, 6vw);
  margin-bottom: 3rem;
  text-align: center;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents04 p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4rem;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents04 .img-wrap {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: wrap;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents04 .img-wrap figure {
  width: calc((100% - 4rem) / 2);
}
@media print, screen and (min-width: 500px) {
  #top article #ultlaser .ultlaser-inner .ultlaser-contents04 .img-wrap figure {
    width: calc((100% - 8rem) / 3);
  }
}
@media print, screen and (min-width: 1024px) {
  #top article #ultlaser .ultlaser-inner .ultlaser-contents04 .img-wrap figure {
    width: calc((100% - 12rem) / 4);
  }
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents04 .img-wrap figure img {
  width: 100%;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents04 .img-wrap figure figcaption {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 1rem;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents05 {
  background: url(../img/top/top04.jpg) no-repeat center/cover;
  width: 100%;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents05 ul {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: wrap;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents05 ul li {
  width: 100%;
  background: rgba(61, 61, 61, 0.65);
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 500px) {
  #top article #ultlaser .ultlaser-inner .ultlaser-contents05 ul li {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #top article #ultlaser .ultlaser-inner .ultlaser-contents05 ul li {
    width: calc((100% - 8rem) / 3);
  }
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents05 ul li h3 {
  font-size: min(2.4rem, 5vw);
  margin-bottom: 3rem;
  text-align: center;
  color: #fff;
}
#top article #ultlaser .ultlaser-inner .ultlaser-contents05 ul li p {
  display: grid;
  place-items: center;
  line-height: 1.8;
  color: #fff;
}
#top article #movie {
  background: #62636a;
}
#top article #movie .movie-inner > p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4rem;
  color: #fff;
  text-align: center;
}
#top article #movie .movie-inner video {
  max-width: 1400px;
  width: 100%;
}
#top article #top-contact .top-contact-inner > figure {
  max-width: 338px;
}
#top article #top-contact .top-contact-inner > figure img {
  width: 100%;
}
#top article #top-contact .top-contact-inner h2 {
  font-size: 2rem;
  color: #3d3d3d;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
#top article #top-contact .top-contact-inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 3rem;
}
@media print, screen and (min-width: 500px) {
  #top article #top-contact .top-contact-inner ul {
    flex-direction: row;
  }
}
#top article #top-contact .top-contact-inner ul li:first-child {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #top article #top-contact .top-contact-inner ul li:first-child {
    width: calc(100% - 3rem - 40%);
  }
}
#top article #top-contact .top-contact-inner ul li:first-child p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 4rem;
}
#top article #top-contact .top-contact-inner ul li:first-child a {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background: #62636a;
  text-align: center;
  transition: 0.5s;
  position: relative;
  padding: 1.5rem 1rem;
  border-radius: 2px;
}
#top article #top-contact .top-contact-inner ul li:first-child a::after {
  content: '';
  background: url(../img/top/arrow.png) no-repeat center/contain;
  width: 9px;
  height: 10px;
  display: block;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#top article #top-contact .top-contact-inner ul li:first-child a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
#top article #top-contact .top-contact-inner ul li:last-child {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #top article #top-contact .top-contact-inner ul li:last-child {
    width: 40%;
  }
}
#top article #top-contact .top-contact-inner ul li:last-child figure img {
  width: 100%;
}

#company article {
  overflow: hidden;
}
#company article #profile .profile-inner dl {
  display: flex;
  flex-wrap: wrap;
}
#company article #profile .profile-inner dl dt {
  width: 100%;
  padding: 3rem 0 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #company article #profile .profile-inner dl dt {
    border-bottom: 1px solid #f2f2f2;
    width: 30%;
    padding: 3rem 0;
    text-align: left;
  }
}
#company article #profile .profile-inner dl dd {
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  padding: 1.6rem 0 3rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #company article #profile .profile-inner dl dd {
    width: 70%;
    padding: 3rem 0;
    text-align: left;
  }
}
#company article #profile .profile-inner dl dd a {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  color: #62636a;
  text-decoration: underline #62636a;
  transition: 0.5s;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #company article #profile .profile-inner dl dd a {
    margin: 0;
  }
}
#company article #profile .profile-inner dl dd a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#company article #profile .profile-inner dl dd a img {
  max-width: 16px;
  width: 100%;
}

#access article {
  overflow: hidden;
}
#access article #access-contents .access-contents-inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 5rem;
}
#access article #access-contents .access-contents-inner ul li figure {
  max-width: 32px;
}
#access article #access-contents .access-contents-inner ul li figure img {
  width: 100%;
}
#access article #access-contents .access-contents-inner > p {
  text-align: center;
  margin-bottom: 1.6rem;
}
#access article #access-contents .access-contents-inner .google-map iframe {
  width: 100%;
  height: 300px;
}

#contact article {
  overflow: hidden;
}
#contact article #form_contents .form_contents_inner > p {
  text-align: center;
}
#contact article #form_contents .form_contents_inner form {
  margin-top: 6rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_contents .form_contents_inner form dl {
    display: flex;
    align-items: center;
  }
}
#contact article #form_contents .form_contents_inner form dl + dl {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_contents .form_contents_inner form dl + dl {
    margin-top: 3rem;
  }
}
#contact article #form_contents .form_contents_inner form dl dt {
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_contents .form_contents_inner form dl dt {
    width: 15em;
  }
}
#contact article #form_contents .form_contents_inner form dl dt.required::after {
  content: '＊';
  color: #e42a2a;
  margin-left: 0.3rem;
}
#contact article #form_contents .form_contents_inner form dl dd {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_contents .form_contents_inner form dl dd {
    flex: 1;
    margin-top: 0;
  }
}
#contact article #form_contents .form_contents_inner form dl dd.checkbox-wrap label {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 1rem;
  margin: 0 !important;
}
#contact article #form_contents .form_contents_inner form dl dd.checkbox-wrap label input {
  width: fit-content !important;
}
#contact article #form_contents .form_contents_inner form dl dd label:not(:last-child) {
  margin-right: 3rem;
}
#contact article #form_contents .form_contents_inner form dl dd input:not([type='radio']),
#contact article #form_contents .form_contents_inner form dl dd textarea {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.8rem;
  border: 0.1rem solid #a1a1a1;
}
#contact article #form_contents .form_contents_inner form dl dd textarea {
  field-sizing: content;
  min-height: 15rem;
}
#contact article #form_contents .form_contents_inner form dl dd.birthday-item-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#contact article #form_contents .form_contents_inner form dl dd.birthday-item-wrap .birthday-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 1rem;
}
#contact article #form_contents .form_contents_inner form dl dd.birthday-item-wrap .birthday-item:first-child {
  width: 50%;
}
#contact article #form_contents .form_contents_inner form dl dd.birthday-item-wrap .birthday-item:nth-of-type(2) {
  width: 25%;
}
#contact article #form_contents .form_contents_inner form dl dd.birthday-item-wrap .birthday-item:last-child {
  width: 25%;
}
#contact article #form_contents .form_contents_inner form dl dd.education-item-wrap .education-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}
#contact article #form_contents .form_contents_inner form dl dd.education-item-wrap .education-item:first-child {
  margin-bottom: 1rem;
}
#contact article #form_contents .form_contents_inner form dl dd.filesheet-wrap input {
  width: auto;
  padding: 0;
  border: none;
  color: #006c54;
  font-size: 1.6rem;
  transition: 0.5s;
}
#contact article #form_contents .form_contents_inner form dl dd.filesheet-wrap input:hover {
  transition: 0.5s;
  opacity: 0.5;
}
#contact article #form_contents .form_contents_inner form .privacy_area {
  width: 100%;
  margin: 4rem auto 0;
  background: #efeff0;
  padding: 2rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_contents .form_contents_inner form .privacy_area p {
    text-align: center;
  }
}
#contact article #form_contents .form_contents_inner form .privacy_area p a {
  display: inline;
  color: #62636a;
  transition: 0.5s;
}
#contact article #form_contents .form_contents_inner form .privacy_area p a:hover {
  text-decoration: underline;
  transition: 0.5s;
  opacity: 0.5;
}
#contact article #form_contents .form_contents_inner form .privacy_area label {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
  background: #fff;
  padding: 1em 0;
  cursor: pointer;
}
#contact article #form_contents .form_contents_inner form .privacy_area label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #02538a;
}
#contact article #form_confirm .form_confirm_inner p.form_intro {
  text-align: left;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_confirm .form_confirm_inner p.form_intro {
    text-align: center;
  }
}
#contact article #form_confirm .form_confirm_inner p.form_intro span {
  color: #006c54;
  display: inline-block;
  width: auto;
  font-weight: bold;
}
#contact article #form_confirm .form_confirm_inner form {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_confirm .form_confirm_inner form dl {
    display: flex;
    align-items: center;
  }
}
#contact article #form_confirm .form_confirm_inner form dl + dl {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_confirm .form_confirm_inner form dl + dl {
    margin-top: 3rem;
  }
}
#contact article #form_confirm .form_confirm_inner form dl dt {
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_confirm .form_confirm_inner form dl dt {
    width: 15em;
  }
}
#contact article #form_confirm .form_confirm_inner form dl dt.required::after {
  content: '＊';
  color: #e42a2a;
  margin-left: 0.3rem;
}
#contact article #form_confirm .form_confirm_inner form dl dd {
  background: #efeff0;
  padding: 1.5rem;
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_confirm .form_confirm_inner form dl dd {
    flex: 1;
    margin-top: 0;
  }
}
#contact article #form_confirm .form_confirm_inner form dl dd input:not([type='radio']),
#contact article #form_confirm .form_confirm_inner form dl dd textarea {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.8rem;
  border: 0.1rem solid #a1a1a1;
  border-radius: 10px;
}
#contact article #form_confirm .form_confirm_inner form dl dd textarea {
  field-sizing: content;
  height: 15rem;
}
#contact article #form_confirm .form_confirm_inner form dl dd.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
#contact article #form_confirm .form_confirm_inner form dl dd.flex label {
  display: flex;
  align-items: center;
  gap: 0 0.3rem;
}
#contact article #form_confirm .form_confirm_inner form dl dd.flex label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #02538a;
  font-size: 1.8rem;
}
#contact article #form_confirm .form_confirm_inner form .contact_privacy {
  width: 100%;
  margin: 4rem auto 0;
  background: #efeff0;
  padding: 2rem;
}
#contact article #form_confirm .form_confirm_inner form .contact_privacy p {
  text-align: none;
}
@media print, screen and (min-width: 500px) {
  #contact article #form_confirm .form_confirm_inner form .contact_privacy p {
    text-align: center;
  }
}
#contact article #form_confirm .form_confirm_inner form .contact_privacy p a {
  display: inline-block;
  width: auto;
  color: #62636a;
  transition: 0.5s;
}
#contact article #form_confirm .form_confirm_inner form .contact_privacy p a:hover {
  text-decoration: underline;
  transition: 0.5s;
  opacity: 0.5;
}
#contact article #form_confirm .form_confirm_inner form .contact_privacy p br.br_none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #contact article #form_confirm .form_confirm_inner form .contact_privacy p br.br_none {
    display: block;
  }
}
#contact article #form_confirm .form_confirm_inner form .contact_privacy label {
  display: block;
  text-align: center;
  background: #fff;
  padding: 1.6rem;
  font-weight: bold;
  margin-top: 2rem;
}
#contact article #form_thanks .form_thanks_inner p {
  display: grid;
  justify-content: center;
  line-height: 1.8;
  font-size: 1.8rem;
}
#contact article #form_thanks .form_thanks_inner a {
  max-width: 400px;
  width: 100%;
  background: #62636a;
  color: #fff;
  text-align: center;
  margin: 4rem auto 0;
  padding: 2rem 1rem;
  transition: 0.5s;
}
#contact article #form_thanks .form_thanks_inner a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
#contact article .contact_btn_area {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2rem 4rem;
}
@media print, screen and (min-width: 500px) {
  #contact article .contact_btn_area {
    flex-direction: row;
  }
}
#contact article .contact_btn_area button {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  padding: 1em 0;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  #contact article .contact_btn_area button {
    width: calc(50% - 2rem);
  }
}
#contact article .contact_btn_area button[type='reset'] {
  background-color: #333;
}
#contact article .contact_btn_area button[type='submit'] {
  background-color: #62636a;
}
#contact article .contact_btn_area button[type='submit'][disabled] {
  opacity: 0.5;
  cursor: auto;
}
#contact article .contact_btn_area button:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#contact article .contact_btn_area input {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  padding: 1em 0;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  #contact article .contact_btn_area input {
    width: calc(50% - 2rem);
  }
}
#contact article .contact_btn_area input[type='button'] {
  background-color: #333;
}
#contact article .contact_btn_area input[type='submit'] {
  background-color: #62636a;
}
#contact article .contact_btn_area input[type='submit'][disabled] {
  opacity: 0.5;
  cursor: auto;
}
#contact article .contact_btn_area input:hover {
  opacity: 0.5;
  transition: 0.5s;
}

#privacy article {
  overflow: hidden;
}
#privacy article #privacy-contents .privacy-contents-inner > p {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #1a1a1a;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail h4 {
  font-size: min(2rem, 5vw);
  font-weight: bold;
  margin-bottom: 2rem;
}

/* ============================================
   NEWS - 一覧・詳細ページ共通
   既存style.cssの末尾に追記してください
   ============================================ */

/* --- 一覧ページ --- */
#news article #news-list .news-list-inner {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
}

#news article #news-list .news-contents {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 4rem;
}

#news article #news-list .news-contents a.news-contents-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s;
  padding: 2rem 0;
  border-bottom: 1px solid #e0e0e0;
}
@media print, screen and (min-width: 500px) {
  #news article #news-list .news-contents a.news-contents-detail {
    flex-wrap: nowrap;
  }
}

#news article #news-list .news-contents a.news-contents-detail:first-child {
  border-top: 1px solid #e0e0e0;
}

#news article #news-list .news-contents a.news-contents-detail:hover {
  transition: 0.5s;
  opacity: 0.5;
}

#news article #news-list .news-contents a.news-contents-detail p.news-date {
  white-space: nowrap;
}

#news article #news-list .news-contents a.news-contents-detail span.news-category {
  display: block;
  color: #fff;
  background: #3d3d3d;
  border-radius: 1px;
  font-size: 1.2rem;
  margin: 0 2rem;
  padding: 0 0.5rem;
  width: 60px;
  text-align: center;
  white-space: nowrap;
}

#news article #news-list .news-contents a.news-contents-detail h3.news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #news article #news-list .news-contents a.news-contents-detail h3.news-title {
    width: 90%;
  }
}

/* ページネーション */
#news article #news-list .news-pagination {
  text-align: center;
  margin-top: 4rem;
}

#news article #news-list .news-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

#news article #news-list .news-pagination .nav-links a,
#news article #news-list .news-pagination .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.8rem;
  border: 1px solid #e0e0e0;
  transition: 0.3s;
}

#news article #news-list .news-pagination .nav-links a:hover {
  background: #62636a;
  color: #fff;
  border-color: #62636a;
}

#news article #news-list .news-pagination .nav-links span.current {
  background: #3d3d3d;
  color: #fff;
  border-color: #3d3d3d;
}

#news article #news-list .news-empty {
  text-align: center;
  padding: 4rem 0;
}

/* --- 詳細ページ --- */
#news article #news-detail .news-detail-inner {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
}

#news article #news-detail .news-detail-header {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 2rem;
}

#news article #news-detail .news-detail-meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

#news article #news-detail .news-detail-meta p.news-date {
  white-space: nowrap;
}

#news article #news-detail .news-detail-meta span.news-category {
  display: block;
  color: #fff;
  background: #3d3d3d;
  border-radius: 1px;
  font-size: 1.2rem;
  margin: 0 2rem;
  padding: 0 0.5rem;
  width: 60px;
  text-align: center;
  white-space: nowrap;
}

#news article #news-detail .news-detail-title {
  font-size: 2rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #news article #news-detail .news-detail-title {
    font-size: 2.4rem;
  }
}

#news article #news-detail .news-detail-content {
  padding: 4rem 0;
  line-height: 2;
}

#news article #news-detail .news-detail-content p {
  margin-bottom: 1.5em;
}

#news article #news-detail .news-detail-content img {
  max-width: 100%;
  height: auto;
}

/* 一覧に戻るボタン */
#news article #news-detail .news-back {
  text-align: center;
  margin-top: 2rem;
}

#news article #news-detail .news-back a {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  color: #fff;
  background: #62636a;
  text-align: center;
  transition: 0.5s;
  padding: 1.5rem 1rem;
  border-radius: 2px;
}

#news article #news-detail .news-back a:hover {
  transition: 0.5s;
  opacity: 0.7;
}
