@charset "UTF-8";
/*
Theme Name: takenaka
Author: Airily
Version: 1.0
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, ol, li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1680px) {
  html {
    font-size: 54.6%;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 45.5%;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 41.6%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 33.3%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

p {
  letter-spacing: 0.1rem;
  margin-bottom: 1.2em;
}
p.mb0 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a {
  color: #000;
}
a[href^="tel:"] {
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.6;
}

#header {
  width: 100%;
  margin: 0 auto;
  border-top: solid 1px #BFBFBF;
  position: fixed;
  top: 0;
  height: 12rem;
  transition: 1s;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.05);
}
#header.hide {
  transform: translateY(calc(-12rem + 1px));
}
@media (max-width: 1099px) {
  #header {
    height: 70px;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1099px) {
  .header-inner {
    display: block;
    background: #fff;
    position: relative;
  }
}
.header-inner .header-l {
  width: 23.9584%;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 2.0834%;
}
@media (max-width: 1099px) {
  .header-inner .header-l {
    width: calc(100% - 70px);
    height: 100%;
    padding-left: 20px;
  }
}
.header-inner .header-l a.logo {
  aspect-ratio: 416/60;
}
@media (max-width: 1099px) {
  .header-inner .header-l a.logo img {
    width: auto;
    max-width: none;
    height: 40px;
  }
}
@media (min-width: 1100px) {
  .header-inner .header-r {
    flex: 1;
    display: flex;
  }
}
@media (max-width: 1099px) {
  .header-inner .header-r {
    position: absolute;
    top: 0;
  }
}
.header-inner .header-r ul.in-right-box-02 {
  width: 28.7672%;
  display: flex;
  list-style: none;
}
@media (max-width: 1099px) {
  .header-inner .header-r ul.in-right-box-02 {
    display: none;
  }
}
.header-inner .header-r ul.in-right-box-02 li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.header-inner .header-r ul.in-right-box-02 li.phone-box {
  width: 66.667%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.15rem;
}
.header-inner .header-r ul.in-right-box-02 li.phone-box::before {
  content: "";
  display: block;
  width: 1px;
  height: 85%;
  background: #bfbfbf;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header-inner .header-r ul.in-right-box-02 li.phone-box .txt-time {
  font-size: 1.1rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1rem;
}
.header-inner .header-r ul.in-right-box-02 li.phone-box a.phone-number {
  width: 100%;
  height: auto;
  flex-direction: row;
  align-items: end;
  gap: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  text-decoration: none;
  font-size: 2.7rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
@media (max-width: 1099px) {
  .header-inner .header-r ul.in-right-box-02 li.phone-box a.phone-number {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.header-inner .header-r ul.in-right-box-02 li.phone-box a.phone-number::before {
  content: "TEL ";
  display: block;
  font-size: 1.6rem;
}
.header-inner .header-r ul.in-right-box-02 li.contact-box {
  width: 33.334%;
}
.header-inner .header-r ul.in-right-box-02 li.contact-box a {
  padding-top: 2rem;
  gap: 2rem;
  background: #D0111B;
  color: #fff;
  font-size: 1.334rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
}
.header-inner .header-r ul.in-right-box-02 li.contact-box a:hover {
  opacity: 0.6;
}
.header-inner .header-r ul.in-right-box-02 li.contact-box a .img-box {
  width: 28.58%;
  max-width: 40px;
}
.header-inner .header-r ul.in-right-box-02 li.contact-box a:hover img {
  opacity: 1;
}
@media (min-width: 1100px) {
  .header-inner .header-r .in-right-box-01 {
    padding-top: 1.2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding-left: 19%;
  }
}
@media (max-width: 1099px) {
  .header-inner .header-r .in-right-box-01 {
    width: 100%;
  }
}

#nav-content {
  height: 100%;
  contain: paint;
}
@media (max-width: 1099px) {
  #nav-content {
    margin-top: calc(70px - 1px);
    width: 60%;
    max-width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.3s;
    will-change: transform;
  }
}
#nav-content ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 1100px) {
  #nav-content ul {
    align-items: center;
    justify-content: space-between;
    padding-right: 6rem;
  }
}
@media (max-width: 1099px) {
  #nav-content ul {
    flex-direction: column;
  }
}
#nav-content ul li {
  line-height: 1;
}
@media (min-width: 1100px) {
  #nav-content ul li {
    display: flex;
    min-width: 6rem;
  }
}
@media (max-width: 1099px) {
  #nav-content ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
#nav-content ul li a {
  display: flex;
  text-decoration: none;
}
@media (min-width: 1100px) {
  #nav-content ul li a {
    min-width: 6rem;
  }
  #nav-content ul li a.on .pick::before {
    content: "";
    width: 6rem;
    border-bottom: 1px solid #D0111B;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #nav-content ul li a .pick {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.3rem;
    position: relative;
  }
  #nav-content ul li a .pick:hover::before {
    content: "";
    width: 6rem;
    border-bottom: 1px solid #D0111B;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1100px) and (min-width: 1100px) {
  #nav-content ul li a .pick {
    min-width: 6rem;
  }
}
@media (min-width: 1100px) {
  #nav-content ul li a .pick .eng {
    color: #7F7F7F;
    font-size: 1.067rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.1rem;
  }
  #nav-content ul li a .pick .jp {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 1099px) {
  #nav-content ul li a {
    padding: 15px 5px;
    text-transform: uppercase;
    transition: color 0.1s;
    font-size: 1.4rem;
  }
  #nav-content ul li a .pick {
    width: 100%;
    display: block;
    font-size: 16px;
  }
  #nav-content ul li a .eng {
    display: none;
  }
  #nav-content ul li a .jp {
    display: block;
    padding-bottom: 0;
    text-align: center;
  }
  #nav-content ul li a:active {
    color: #079EEF;
  }
}
#nav-content ul li.gn-on {
  display: none;
}
@media (max-width: 1099px) {
  #nav-content ul li.gn-on {
    display: block;
  }
  #nav-content ul li.gn-on.phone-box {
    width: 100%;
    padding: 2rem 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 14px;
  }
  #nav-content ul li.gn-on.phone-box .txt-time {
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
  }
  #nav-content ul li.gn-on.phone-box a.phone-number {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 0.5rem;
    padding: 15px 5px;
    text-decoration: none;
    color: #D0111B;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
  }
  #nav-content ul li.gn-on.phone-box a.phone-number::before {
    content: "TEL ";
    display: block;
    font-size: 14px;
  }
}

#footer {
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  padding-bottom: 15px;
}
#footer .footer-bg {
  background: #111352;
}
@media (min-width: 1100px) {
  #footer .footer-bg {
    padding: 4.5rem 0;
  }
}
#footer .footer-inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 1099px) {
  #footer .footer-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1100px) {
  #footer .footer-inner.f-inner-01 {
    display: flex;
    flex-wrap: wrap;
  }
}
#footer .footer-inner.f-inner-02 {
  padding-top: 4rem;
  text-align: center;
  position: relative;
}
#footer .footer-inner.f-inner-02::after {
  content: "";
  width: 27rem;
  height: 21.2rem;
  display: block;
  background: url(img/footer-ill.webp) no-repeat right bottom;
  background-size: contain;
}
@media (min-width: 1100px) {
  #footer .footer-inner.f-inner-02::after {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
}
@media (max-width: 1099px) {
  #footer .footer-inner.f-inner-02::after {
    margin: 0 auto 20px;
    width: 200px;
    height: 157px;
  }
}

.footer-logo {
  display: inline-block;
  text-align: center;
  margin-bottom: 4.5rem;
}
@media (min-width: 1100px) {
  .footer-logo {
    width: 25.3659%;
    max-width: 416px;
  }
}
@media (max-width: 1099px) {
  .footer-logo img {
    width: auto;
    height: 50px;
  }
}

.tbl-footer-address {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 3rem;
}
@media (min-width: 1100px) {
  .tbl-footer-address {
    width: 62.8049%;
    text-align: left;
  }
}
.tbl-footer-address th, .tbl-footer-address td {
  padding: 0 0 0.5rem;
  vertical-align: top;
  font-size: 1.6rem;
}
@media (min-width: 1100px) {
  .tbl-footer-address th, .tbl-footer-address td {
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 1099px) {
  .tbl-footer-address th, .tbl-footer-address td {
    display: block;
    font-size: 14px;
  }
}
.tbl-footer-address th a, .tbl-footer-address td a {
  text-decoration: none;
}
.tbl-footer-address th {
  width: 20.3884%;
  font-weight: normal;
}
@media (min-width: 1100px) {
  .tbl-footer-address th {
    text-align: left;
  }
}
@media (max-width: 1099px) {
  .tbl-footer-address th {
    width: 100%;
    font-weight: bold;
  }
}
.tbl-footer-address td {
  padding-left: 10px;
}
@media (max-width: 1099px) {
  .tbl-footer-address td {
    padding-left: 0;
    text-align: center;
  }
}
.tbl-footer-address td.td-01 {
  width: 62.136%;
}
@media (max-width: 1099px) {
  .tbl-footer-address td.td-01 {
    width: 100%;
  }
}
.tbl-footer-address td.td-02 {
  padding-left: 2rem;
}
@media (max-width: 1099px) {
  .tbl-footer-address td.td-02 {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
}

ul.footer-navi {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  padding-left: 0.5rem;
  font-size: 1.6rem;
}
@media (max-width: 1099px) {
  ul.footer-navi {
    display: none;
  }
}
ul.footer-navi li a {
  padding-left: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0 5px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.15rem;
}
ul.footer-navi li a::before {
  content: "-";
}
ul.footer-navi li a:hover {
  opacity: 0.7;
}
ul.footer-navi li.parent {
  font-weight: bold;
}
ul.footer-navi li.parent a {
  padding-left: 0;
}
ul.footer-navi li.parent a::before {
  content: "";
  width: 6px;
  height: 7px;
  display: block;
  -webkit-mask-image: url(img/arrow_wt.webp);
          mask-image: url(img/arrow_wt.webp);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 6px 7px;
          mask-size: 6px 7px;
  background-color: #fff;
}
ul.footer-navi.fnavi-01 {
  width: 7.9268%;
}
ul.footer-navi.fnavi-02 {
  width: 11.5854%;
}
ul.footer-navi.fnavi-03 {
  width: 9.7561%;
}
ul.footer-navi.fnavi-04 {
  width: 12.1952%;
}
ul.footer-navi.fnavi-05 {
  width: 15.2439%;
}
ul.footer-navi.fnavi-06 {
  width: 17.683%;
}
ul.footer-navi.fnavi-07 {
  width: 15.2439%;
}

@media (min-width: 1100px) {
  ul.sp_footer-navi {
    display: none;
  }
}
@media (max-width: 1099px) {
  ul.sp_footer-navi {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  ul.sp_footer-navi li {
    width: 50%;
    border-bottom: solid 1px #BFBFBF;
    text-align: center;
  }
  ul.sp_footer-navi li:nth-child(odd) {
    border-right: solid 1px #BFBFBF;
  }
  ul.sp_footer-navi li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  ul.sp_footer-navi li a:hover {
    opacity: 0.7;
  }
}

.copyright {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  color: #BFBFBF;
  font-size: 1.5rem;
}
@media (min-width: 1100px) {
  .copyright {
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 1099px) {
  .copyright {
    font-size: 12px;
  }
}

.slick-wrap {
  margin-top: 12rem;
  position: relative;
  margin-bottom: 9rem;
}
@media (max-width: 767px) {
  .slick-wrap {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}

.slick-img {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.slick-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 53%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5490196078), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
.slick-img img {
  width: 100%;
  max-width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .slick-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.add-animation {
  animation: zoomUp 7s linear 0s normal both;
}

.slick-txt {
  position: absolute;
  bottom: 8rem;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .slick-txt {
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .slick-txt {
    display: block;
    width: 100%;
    padding: 20px;
    background: #1D2088;
    position: static;
  }
}
.slick-txt p {
  margin-bottom: 0;
}
.slick-txt p.txt1 {
  font-size: 5.3rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .slick-txt p.txt1 {
    font-size: 2.3rem;
    word-break: break-word;
  }
}
.slick-txt p.txt2 {
  font-size: 2.7rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}
@media (max-width: 767px) {
  .slick-txt p.txt2 {
    margin-top: 1em;
    font-size: 1.6rem;
    font-weight: normal;
  }
}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

#nav-container {
  width: 100%;
}
@media (max-width: 1099px) {
  #nav-container {
    position: fixed;
    height: 100vh;
    pointer-events: none;
  }
}

@media (max-width: 1099px) {
  #nav-container .bg {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: #000;
  }
  #nav-container:focus-within .bg {
    visibility: visible;
    opacity: 0.6;
  }
}
#nav-container * {
  visibility: visible;
}

@media (max-width: 1099px) {
  .button {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 11;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 70px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: auto;
    margin-right: 20px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transition: 0.3s;
  }
  .icon-bar + .icon-bar {
    margin-top: 8px;
  }
  #nav-container:focus-within .button {
    pointer-events: none;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 11px, 0) rotate(45deg);
  }
  #nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -11px, 0) rotate(-45deg);
  }
}
@media (max-width: 1099px) {
  #nav-container:focus-within #nav-content {
    transform: none;
  }
}
section {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}
section.full {
  max-width: none;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
section.home-news {
  padding-top: 4rem;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 16rem;
}
section .inner-box {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}
section > p:last-child {
  margin-bottom: 0;
}

main {
  width: 100%;
}
main.sub-box {
  margin-top: 11.5rem;
}
@media (max-width: 767px) {
  main.sub-box {
    margin-top: 60px;
  }
}
main.sub-box section {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 767px) {
  main.sub-box section {
    margin-bottom: 60px;
  }
}
main.sub-box section.exhibition p {
  line-height: 1.8;
}
main.sub-box section:nth-last-of-type(1) {
  margin-bottom: 19rem;
}
@media (max-width: 767px) {
  main.sub-box section:nth-last-of-type(1) {
    margin-bottom: 60px;
  }
}

.anc::before {
  content: "";
  display: block;
  padding-top: 15rem;
  margin-top: -15rem;
}
@media (max-width: 767px) {
  .anc::before {
    padding-top: 70px !important;
    margin-top: -70px !important;
  }
}

h1 {
  color: #7F7F7F;
  font-size: 1.1rem;
  font-weight: normal;
}
@media (max-width: 1099px) {
  h1 {
    display: none;
  }
}

.txt-c {
  text-align: center;
}

a.u-line:hover {
  text-decoration: none;
}

.pc_on {
  display: block;
}
@media (max-width: 767px) {
  .pc_on {
    display: none;
  }
}

.sp_on {
  display: none;
}
@media (max-width: 767px) {
  .sp_on {
    display: block;
  }
}

.pc_br {
  display: block;
}
@media (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 767px) {
  .sp_br {
    display: block;
  }
}
@media (min-width: 768px) {
  .sp_br.non-br {
    white-space: nowrap;
  }
}
.sp_br.pad-r {
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .sp_br.pad-r {
    padding-right: 0;
  }
}
.sp_br.pad-l {
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .sp_br.pad-l {
    padding-left: 0;
  }
}

.banner {
  position: fixed;
  top: 14rem;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  z-index: 11;
}
@media (max-width: 767px) {
  .banner {
    display: none;
  }
}

.s2v {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  .s2v {
    bottom: 0;
    right: 0;
  }
}
.s2v img {
  width: 50px;
  height: 50px;
}

.pageNum {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .pageNum {
    font-size: 14px;
  }
}
.pageNum a {
  text-decoration: none;
}
.pageNum a.numb2 {
  padding: 0 2em;
}

.pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  clear: both;
  background-color: transparent;
  padding-top: 4em;
}
.pagination li {
  display: inline-block;
  margin: 0 5px;
}
.pagination a {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #e8e8e8;
}
.pagination span {
  padding: 5px 10px;
  display: inline-block;
}
.pagination span.current {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

.fadeIn {
  opacity: 0;
  transition-duration: 1.3s;
  transition-property: opacity, transform;
}

.fadeIn-up {
  transform: translate(0, 50px);
}

.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

a .img-up {
  display: block;
  overflow: hidden;
}
a .img-up img {
  max-width: 100%;
  height: auto;
  transition: 0.5s;
}
a:hover .img-up img {
  transform: scale(1.1, 1.1);
}

a .img-ov {
  display: block;
  overflow: hidden;
  position: relative;
}
a .img-ov img {
  transition: ease 0.35s;
}
a .img-ov::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
a .img-ov:hover::before {
  animation: ring 0.8s;
}
a:hover .img-ov img {
  transform: scale(1.1, 1.1);
}

.col3-home-navi .in-box .img-ov,
.col4-home-navi .in-box .img-ov {
  display: block;
  overflow: hidden;
  position: relative;
}
.col3-home-navi .in-box .img-ov img,
.col4-home-navi .in-box .img-ov img {
  transition: ease 0.35s;
}
.col3-home-navi .in-box .img-ov::before,
.col4-home-navi .in-box .img-ov::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.col3-home-navi .in-box:hover .img-ov img,
.col4-home-navi .in-box:hover .img-ov img {
  transform: scale(1.1, 1.1);
}
.col3-home-navi .in-box:hover .img-ov::before,
.col4-home-navi .in-box:hover .img-ov::before {
  animation: ring 0.8s;
}

@keyframes ring {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
#h2-bg {
  width: 100%;
  padding-top: 14.5834%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 12rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1099px) {
  #h2-bg {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  #h2-bg {
    height: 150px;
    background-position: right -20rem top;
  }
}
#h2-bg .h2-inner {
  width: 100%;
  max-width: 1680px;
  height: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
#h2-bg .h2-inner .h2-wrapp {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #h2-bg .h2-inner .h2-wrapp {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
#h2-bg .h2-inner .h2-wrapp h2 {
  color: #00A0E9;
  font-weight: normal;
}
@media (min-width: 768px) {
  #h2-bg .h2-inner .h2-wrapp h2 {
    font-size: 3.7rem;
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 767px) {
  #h2-bg .h2-inner .h2-wrapp h2 {
    font-size: 2.3rem;
  }
}
#h2-bg .h2-inner .h2-wrapp .txt-page {
  color: #1D2088;
  font-size: 2.1rem;
  letter-spacing: 0.15rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #h2-bg .h2-inner .h2-wrapp .txt-page {
    display: none;
  }
}

.path-wrap {
  height: 9rem;
  display: flex;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .path-wrap {
    display: none;
  }
}

ol.topic-path {
  margin: 0;
  padding: 0;
  margin-right: 15px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  color: #7F7F7F;
  line-height: 1;
}
ol.topic-path dt, ol.topic-path dd {
  margin: 0;
  padding: 0;
}
ol.topic-path li {
  background: url(img/path-arrow.webp) no-repeat left center;
  padding-bottom: 2px;
  padding-left: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
ol.topic-path li a {
  text-decoration: none;
  color: #7F7F7F;
}
ol.topic-path li a:hover {
  text-decoration: underline;
}
ol.topic-path li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none;
}
ol.topic-path li:first-child a {
  padding-left: 0;
  background: none;
}

.page-path {
  display: flex;
  align-items: center;
  flex: 1;
  line-height: 1;
}
.page-path a {
  margin-left: 25px;
  padding-bottom: 2px;
  padding-left: 15px;
  background: url(img/path-arrow.webp) no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #7F7F7F;
}
.page-path a:first-child {
  margin-left: 0;
}
.page-path a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

div.wpcf7 form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1;
}
div.wpcf7 form dl dt, div.wpcf7 form dl dd {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  div.wpcf7 form dl {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dt {
    width: 100%;
    float: none;
    padding: 8px 5px 10px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd {
    width: 100%;
    margin-left: 0;
    padding: 5px;
  }
}
div.wpcf7 form dl > dd input, div.wpcf7 form dl > dd textarea {
  width: 100%;
  background: none;
  border: solid 1px #D9D9D9;
  padding: 9px;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd input, div.wpcf7 form dl > dd textarea {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
div.wpcf7 form dl > dd input[type=file], div.wpcf7 form dl > dd textarea[type=file] {
  border: none;
  padding-left: 0 !important;
}
div.wpcf7 form dl > dd input.wsiz-s, div.wpcf7 form dl > dd textarea.wsiz-s {
  width: 60px;
}
div.wpcf7 form dl > dd input.wsiz-m, div.wpcf7 form dl > dd textarea.wsiz-m {
  width: 120px;
}
div.wpcf7 form dl > dd input.spc-mt, div.wpcf7 form dl > dd textarea.spc-mt {
  margin-top: 5px;
}
div.wpcf7 form dl > dd textarea {
  height: 250px;
}
div.wpcf7 form dl > dd .wpcf7-list-item {
  margin: 0;
}
div.wpcf7 form dl > dd .wpcf7-list-item input {
  width: auto;
}
div.wpcf7 form dl > dd .list-colm {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd .list-colm {
    margin-top: 10px;
  }
}
div.wpcf7 form dl > dd .list-colm .wpcf7-list-item {
  display: block;
}
div.wpcf7 form dl p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
  }
  .wpcf7-spinner {
    display: block;
    margin: 0 auto;
  }
}
.form-inner {
  padding: 2.2em 4.2% 0 5.5%;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .form-inner {
    padding: 1.9em 20px;
  }
}

.wpcf7 .wpcf7-submit:disabled {
  border: solid 1px #a8a8a8;
  color: #a8a8a8 !important;
}

.txt_req::after {
  content: "(必須)";
  display: inline-block;
  margin-left: 5px;
  color: #ED7D31;
}

p.txt-red-smal {
  margin-bottom: 0.5em;
  color: #ED7D31;
  font-size: 1.6rem;
  line-height: 1.4 !important;
}
@media (max-width: 767px) {
  p.txt-red-smal {
    font-size: 1.4rem;
  }
}

.txt-ex {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .txt-ex {
    display: block;
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

.form-wrap.ctct {
  width: 100%;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding-top: 1.8rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct {
    width: 100%;
  }
}
.form-wrap.ctct div.wpcf7 form dl {
  width: 100%;
  padding: 7px 0 6px;
  align-items: center;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl:nth-of-type(1) {
    border-top: none;
  }
}
.form-wrap.ctct div.wpcf7 form dl.last {
  margin-bottom: 2em;
}
.form-wrap.ctct div.wpcf7 form dl dt {
  width: 35%;
  padding-left: 9.5rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dt {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.form-wrap.ctct div.wpcf7 form dl dd {
  width: 65%;
  padding-right: 10%;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dd {
    width: 100%;
    padding: 0;
  }
}
.form-wrap.ctct div.wpcf7 form dl dd input, .form-wrap.ctct div.wpcf7 form dl dd textarea {
  padding: 8px;
}
.form-wrap.ctct div.wpcf7 form dl dd textarea {
  height: 230px;
}
.form-wrap.ctct div.wpcf7 form dl.v-top {
  align-items: flex-start;
}
.form-wrap.ctct div.wpcf7 form dl.v-top dt {
  padding-top: 8px;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl.v-top dt {
    padding-top: 0;
  }
}
.form-wrap.ctct div.wpcf7 form dl.v-top.v2 dt {
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl.v-top.v2 dt {
    padding-top: 0;
  }
}
.form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
  position: relative;
  top: 2px;
  color: #A6A6A6;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.form-wrap.ctct div.wpcf7 form ::placeholder {
  position: relative;
  top: 2px;
  color: #A6A6A6;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
    font-size: 1.4rem;
  }
  .form-wrap.ctct div.wpcf7 form ::placeholder {
    font-size: 1.4rem;
  }
}
.form-wrap.ctct div.wpcf7 form p.btn-send {
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form p.btn-send {
    margin-top: 2rem;
  }
}

.acc-wrap {
  border-top: solid 1px #BFBFBF;
  padding-top: 3rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .acc-wrap {
    font-size: 1.4rem;
    margin: 0;
  }
}
.acc-wrap .acc-inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .acc-wrap .acc-inner {
    width: 46.2963%;
    max-width: 500px;
  }
}
.acc-wrap p {
  margin-bottom: 0;
}
.acc-wrap p.acc-txt {
  line-height: 1.8;
  margin-bottom: 1em;
}
.acc-wrap p.acc-check {
  margin-bottom: 2em;
}

input[type=submit] {
  -webkit-appearance: none;
  display: block;
  width: auto;
  margin: auto;
  padding: 3px 10px;
  background: #EFEFEF;
  border: solid 1px #787878;
  color: #000 !important;
  border-radius: 2px;
}
input[type=submit]:hover {
  background: #E5E5E5;
}

span.icon {
  display: inline-block;
  width: 12rem;
  padding: 0.6rem 0.4rem 0.7rem;
  border: solid 1px #404040;
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media (max-width: 767px) {
  span.icon {
    font-size: 1.4rem;
  }
}
span.icon.info {
  border: solid 1px #D0111B;
  color: #D0111B;
}
span.icon.company {
  border: solid 1px #262626;
  color: #262626;
  color: #0D0D0D;
}
span.icon.seminar {
  border: solid 1px #00A0E9;
  color: #00A0E9;
}
span.icon.josei {
  border: solid 1px #37A61D;
  color: #37A61D;
}
span.icon.tenjikai {
  border: solid 1px #1D2088;
  color: #1D2088;
}

.col2-news {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2.439%;
}
.col2-news > div {
  width: 48.7805%;
}
@media (max-width: 767px) {
  .col2-news > div {
    width: 100%;
  }
}
.col2-news > div h3 {
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .col2-news > div h3 {
    font-size: 1.8rem;
  }
}

.topics-list-wrapp {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.topics-list-wrapp .entry-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.topics-list-wrapp .entry-box .entry-day {
  color: #BFBFBF;
  letter-spacing: 0.1rem;
}
.topics-list-wrapp .entry-contents {
  width: 100%;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.topics-list-wrapp .entry-contents p {
  margin-bottom: 0;
}
.topics-list-wrapp a {
  text-decoration: none;
}
.topics-list-wrapp a:hover {
  text-decoration: underline;
}

.topics-box {
  width: 100%;
  height: 44rem;
  clear: both;
  margin: 0;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding-top: 1.5rem;
  padding-left: 1rem;
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 2rem;
}
.topics-box.v2 {
  height: 19rem;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .topics-box.v2 {
    height: 45rem;
  }
}
.topics-box.v2 .topics-list-wrapp {
  align-items: start;
  gap: 1.5rem 1rem;
}
.topics-box.v2 .topics-list-wrapp .entry-box {
  width: 100%;
}
@media (min-width: 768px) {
  .topics-box.v2 .topics-list-wrapp .entry-box {
    width: 16.0991%;
    justify-content: space-between;
  }
}
.topics-box.v2 .topics-list-wrapp .entry-contents {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .topics-box.v2 .topics-list-wrapp .entry-contents {
    width: 83%;
    padding-left: 2rem;
  }
}

.btn-topics {
  max-width: 130px;
  margin-right: 0;
  margin-left: auto;
}
.btn-topics.v2 {
  margin-bottom: 1rem !important;
}

#layout {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 15rem;
}
@media (max-width: 767px) {
  #layout {
    width: 100%;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #layout .main-box {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #layout .main-box {
    width: 100%;
  }
}
#layout .side-box {
  width: 38rem;
}
@media (min-width: 768px) {
  #layout .side-box {
    margin-top: -1rem;
  }
}
@media (max-width: 767px) {
  #layout .side-box {
    width: 100%;
    margin: 0 auto;
  }
}
#layout .side-box h4.h4-sub {
  margin-bottom: 1rem;
}
#layout .side-box ul {
  list-style: none;
  margin-bottom: 5rem;
  padding-left: 3.5rem;
}
#layout .side-box ul li {
  margin-bottom: 1rem;
  border: solid 1px #BFBFBF;
}
#layout .side-box ul li:first-child {
  display: flex;
  align-items: center;
}
#layout .side-box ul li a {
  display: block;
  width: 100%;
  padding: 1.5rem;
  text-decoration: none;
}
#layout .side-box ul li a:hover {
  background: #7F7F7E;
  color: #fff;
}
#layout .side-box ul li.current-cat {
  background-color: #7F7F7E;
}
#layout .side-box ul li.current-cat a {
  color: #ffffff;
}

.article .article-box {
  width: 100%;
  margin-bottom: 2.5rem;
  padding: 1.5rem 1rem;
  background: #F2F2F2;
}
.article .article-box .icon {
  margin-right: 1.5rem;
}
.article .article-box .day-box {
  vertical-align: middle;
}
.article .article-box .article-link {
  padding-top: 1.5rem;
}

.side-calen-wrap {
  width: 100%;
  padding-left: 3.5rem;
}
.side-calen-wrap h2 {
  display: none;
}

.wp-calendar {
  width: 100%;
  border: solid 1px #BFBFBF;
}
.wp-calendar th {
  font-weight: normal;
}
.wp-calendar td {
  text-align: center;
}
.wp-calendar td.today {
  color: #E5000E;
  border-bottom: none;
}
.wp-calendar td a {
  display: block;
  color: #014DA1;
  font-weight: bold;
}
.wp-calendar td a:hover {
  background: #014DA1;
  color: #fff;
}

.wp-calendar-nav {
  position: relative;
}
.wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  right: 0;
}
.wp-calendar-nav .wp-calendar-nav-next a {
  text-decoration: none;
}
.wp-calendar-nav .wp-calendar-nav-prev a {
  text-decoration: none;
}

.news-details {
  margin-bottom: 5em;
}

p.news-details-day {
  margin-bottom: 0.5rem;
}

.col2-greeting p {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .col2-greeting p {
    font-size: 2.1rem;
  }
}
.col2-greeting p.greeting {
  font-weight: bold;
}
@media (min-width: 768px) {
  .col2-greeting p.greeting {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .col2-greeting p.greeting {
    font-size: 1.8rem;
  }
}
.col2-greeting p:last-child {
  margin-bottom: 0;
}

.ceo-name {
  text-align: right;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .ceo-name {
    font-size: 1.6rem;
  }
}

.policy-wrapp {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}
@media (min-width: 768px) {
  .policy-wrapp {
    width: 65.8537%;
    padding: 3.5rem 7.5rem 4rem 9rem;
  }
}
@media (max-width: 767px) {
  .policy-wrapp {
    padding: 3rem 1rem;
  }
}
.policy-wrapp ul {
  list-style: none;
  font-size: 2.7rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .policy-wrapp ul {
    font-size: 1.6rem;
  }
}
.policy-wrapp ul li {
  padding-left: 3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.4em;
  position: relative;
}
.policy-wrapp ul li::before {
  content: "●";
  position: absolute;
  left: 0;
}
.policy-wrapp p.txt {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  margin-bottom: 0;
}

div.col2-company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.col2-company > div {
  width: 48.7805%;
}
@media (max-width: 767px) {
  div.col2-company > div {
    width: 100%;
  }
  div.col2-company > div.col-l {
    margin-bottom: 5rem;
  }
}

.tbl-company {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-company th, .tbl-company td {
  border-top: solid 1px #BFBFBF;
  padding: 0.5rem 0 0.9rem 1rem;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  line-height: 1.85;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .tbl-company th, .tbl-company td {
    display: block;
  }
}
.tbl-company th a, .tbl-company td a {
  text-decoration: none;
}
.tbl-company th .fax, .tbl-company td .fax {
  display: inline-block;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .tbl-company th .fax, .tbl-company td .fax {
    display: block;
    margin-left: 0;
  }
}
.tbl-company th p, .tbl-company td p {
  margin-bottom: 0;
}
.tbl-company th {
  width: 16.25%;
}
@media (max-width: 767px) {
  .tbl-company th {
    width: 100%;
    padding-left: 0;
    font-weight: bold;
  }
}
.tbl-company td {
  width: 83.75%;
}
@media (max-width: 767px) {
  .tbl-company td {
    width: 100%;
    padding-left: 0;
    border-top: none;
    padding-top: 0;
  }
}
.tbl-company.company-partner {
  margin-bottom: 5rem;
}

.map-wrapp {
  margin-bottom: 4rem;
}

p.txt-recruit-01 {
  text-align: center;
  color: #ED7D31;
  font-size: 2.7rem;
  letter-spacing: 0.15rem;
  line-height: 1.9;
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  p.txt-recruit-01 {
    font-size: 1.8rem;
  }
}

p.p-recruit {
  letter-spacing: normal;
  line-height: 1.9;
  margin-bottom: 2em;
}
.tab-recruit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.tab-recruit input[type=radio] {
  display: none;
}
.tab-recruit input[type=radio]:checked + label {
  background-color: #fff;
  border: 2px solid #7F7F7F;
  border-bottom-color: #fff;
  z-index: 1;
}
.tab-recruit label {
  text-align: center;
  width: 16%;
  max-width: 260px;
  margin-left: -1px;
  padding: 25px 10px;
  background-color: #F8F8F8;
  border: solid 1px #D9D9D9;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .tab-recruit label {
    width: calc((100% - 10px) / 4);
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .tab-recruit label:first-of-type {
    margin-left: 5px;
  }
}
.tab-recruit .tab-box {
  width: 100%;
  clear: both;
  border-top: solid 2px #7F7F7F;
  border-bottom: solid 2px #7F7F7F;
  padding-top: 2em;
  padding-bottom: 4rem;
  position: relative;
  top: -2px;
  z-index: 0;
}
@media (max-width: 767px) {
  .tab-recruit .tab-box {
    height: auto;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}
.tab-recruit .tab-box p {
  margin-bottom: 1em;
  letter-spacing: normal;
  line-height: 1.8;
}
.tab-recruit .tab-box > div {
  display: none;
}

#bostab1:checked ~ .tab-box > #bosTabView1 {
  display: block;
}

#bostab2:checked ~ .tab-box > #bosTabView2 {
  display: block;
}

#bostab3:checked ~ .tab-box > #bosTabView3 {
  display: block;
}

#bostab4:checked ~ .tab-box > #bosTabView4 {
  display: block;
}

.col2-bosyu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.1em 2.439%;
}
.col2-bosyu > div {
  width: 48.7805%;
}
@media (max-width: 767px) {
  .col2-bosyu > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .col2-bosyu > div {
    width: 100%;
  }
}
.tbl-bosyu {
  border-collapse: collapse;
  width: 100%;
  border: 0;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-bosyu th, .tbl-bosyu td {
  padding: 0.5rem 1rem;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
  line-height: 2;
}
@media (max-width: 767px) {
  .tbl-bosyu th, .tbl-bosyu td {
    display: block;
  }
}
.tbl-bosyu th p, .tbl-bosyu td p {
  margin-bottom: 0;
}
.tbl-bosyu th {
  width: 16.25%;
}
@media (min-width: 768px) {
  .tbl-bosyu th {
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .tbl-bosyu th {
    width: 100%;
  }
}
.tbl-bosyu td {
  width: 83.75%;
  padding-right: 0;
}
@media (max-width: 767px) {
  .tbl-bosyu td {
    width: 100%;
    padding-top: 0;
    border-top: none;
  }
}

section.contact {
  max-width: 1120px;
}

p.p-contact {
  line-height: 1.8;
}

.tbl-contact {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #BFBFBF;
  margin: 2em 0 1.2em;
}
.tbl-contact td {
  width: 50%;
  border-bottom: solid 1px #BFBFBF;
  padding: 3.5rem 0 2rem;
  vertical-align: top;
}
@media (max-width: 767px) {
  .tbl-contact td {
    display: block;
    width: 100%;
  }
}
.tbl-contact td.td-r {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .tbl-contact td.td-r {
    padding-left: 0;
    text-align: center;
  }
}
.tbl-contact td.td-l {
  padding-left: 7rem;
}
@media (max-width: 767px) {
  .tbl-contact td.td-l {
    padding-top: 2rem;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: none;
    text-align: center;
  }
}

.office-name {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 0.4em;
}
@media (max-width: 767px) {
  .office-name {
    font-size: 1.8rem;
  }
}

a.office-phone {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: auto;
  text-decoration: none;
  color: #00A0E9;
  font-size: 4.3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.15rem;
}
@media (max-width: 767px) {
  a.office-phone {
    justify-content: center;
    font-size: 2.8rem;
  }
}
a.office-phone::before {
  content: "";
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  background: url(img/icon-phone.webp) no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  a.office-phone::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}

span.time-phone {
  display: block;
  padding-top: 5px;
  color: #7F7F7F;
}
@media (min-width: 768px) {
  span.time-phone {
    padding-left: 6.4rem;
    font-size: 1.6rem;
  }
}
.txt-fax {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .txt-fax {
    font-size: 1.6rem;
  }
}

.col2-contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 30px 4rem;
}
@media (min-width: 768px) {
  .col2-contact .img-box {
    width: 35.1852%;
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .col2-contact .img-box {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .col2-contact .txt-box {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .col2-contact .txt-box {
    width: 100%;
    text-align: center;
  }
}
.col2-contact .txt-box p {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .col2-contact .txt-box p.txt-left {
    text-align: left;
  }
}

.ul-check {
  list-style: none;
}
@media (max-width: 767px) {
  .ul-check {
    display: inline-block;
  }
}
.ul-check li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #0070C0;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .ul-check li {
    font-size: 1.6rem;
  }
}
.ul-check li::before {
  content: "";
  display: block;
  width: 4rem;
  height: 3.4rem;
  background: url(img/icon-check.webp) no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  .ul-check li::before {
    width: 2.5rem;
  }
}

.scrolldown {
  position: absolute;
  bottom: 150px;
  left: 40px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
  padding-bottom: 1rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .scrolldown {
    display: none;
  }
}

.scrolldown::before {
  content: "";
  width: 1px;
  height: 150px;
  background-color: #fff;
  animation: arrow 2.5s ease 0s infinite normal;
  margin: auto;
  position: absolute;
  bottom: -150px;
  left: 10px;
}
@media (max-width: 767px) {
  .scrolldown::before {
    height: 30px;
    bottom: -30px;
    left: 8px;
  }
}

@keyframes arrow {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
h2.title-home {
  width: 100%;
  margin-bottom: 4rem;
  padding-top: 3rem;
  text-align: center;
  color: #1D2088;
  font-weight: 500;
  font-size: 3.7rem;
}
h2.title-home .txt-eng {
  display: block;
  color: #00A0E9;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  h2.title-home {
    font-size: 23px;
  }
}
h2.title-home .txt-eng {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  h2.title-home .txt-eng {
    font-size: 14px;
  }
}

h3.h3-sub {
  width: 100%;
  margin-bottom: 4rem;
  padding-top: 3rem;
  text-align: center;
  color: #1D2088;
  font-weight: 500;
  font-size: 3.2rem;
}
h3.h3-sub .txt-eng {
  display: block;
  color: #00A0E9;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  h3.h3-sub {
    font-size: 23px;
  }
}
h3.h3-sub .txt-eng {
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  h3.h3-sub .txt-eng {
    font-size: 14px;
  }
}
h3.h3-sub.v2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h3.h3-sub.v2 {
    margin-bottom: 10px;
  }
}

h4.h4-sub.v2 {
  margin-bottom: 1.5rem;
}

.bg-home {
  background: url(img/home-bg.webp) no-repeat center top;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  .bg-home {
    padding-top: 19.2709%;
    aspect-ratio: 1920/370;
  }
}
@media (max-width: 767px) {
  .bg-home {
    height: 200px;
  }
}
.bg-home h2.title-home {
  padding-top: 0;
  position: absolute;
  top: 33%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.bg-blu {
  background: rgba(0, 160, 233, 0.05);
  padding-top: 8rem;
  padding-bottom: 11.5rem;
}
@media (max-width: 767px) {
  .bg-blu {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.home-wrapp-01 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto 12rem;
}
@media (max-width: 767px) {
  .home-wrapp-01 {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 60px;
  }
}
.home-wrapp-01 .wrapp-title {
  margin-bottom: 1.3rem;
  background: transparent;
  font-size: 3.7rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: normal;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-wrapp-01 .wrapp-title {
    width: 100%;
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.home-wrapp-01 .home-01-contents {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .home-wrapp-01 .home-01-contents .img-box {
    flex: 1;
    min-width: 48.7805%;
    margin-right: calc(49.6952% - 50vw + 15px);
  }
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .img-box {
    width: 100%;
  }
}
.home-wrapp-01 .home-01-contents .txt-box {
  padding-right: 2.4391%;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .home-wrapp-01 .home-01-contents .txt-box {
    line-height: 1.8;
    margin-top: -0.5rem;
  }
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .txt-box {
    width: 100%;
    padding: 0 20px 30px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .home-wrapp-01 .home-01-contents .txt-box .inner-txt-box {
    padding-left: 4.2554%;
  }
}
.home-wrapp-01 .home-01-contents .txt-box h3.title-home {
  color: #00A0E9;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .txt-box h3.title-home {
    font-size: 1.8rem;
  }
}
.home-wrapp-01 .home-01-contents .txt-box p {
  margin-bottom: 0;
  letter-spacing: 0.1rem;
}
.home-wrapp-01 .home-01-contents .txt-box p.txt-01 {
  font-size: 2.1rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3.3rem;
  letter-spacing: 0.15rem;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .txt-box p.txt-01 {
    font-size: 1.8rem;
  }
}
.home-wrapp-01 .home-01-contents .txt-box p.txt-02 {
  margin-bottom: 1em;
}
.home-wrapp-01 .home-01-contents .txt-box ul.mfr-ban {
  width: 75.5319%;
  max-width: 710px;
  display: flex;
  list-style: none;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1900px) {
  .home-wrapp-01 .home-01-contents .txt-box ul.mfr-ban {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .txt-box ul.mfr-ban {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.home-wrapp-01 .home-01-contents .txt-box ul.mfr-ban li {
  border: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .txt-box ul.mfr-ban li {
    width: calc((100% - 1rem) / 2);
    text-align: center;
  }
}
.home-wrapp-01 .home-01-contents .txt-box .col2-robot {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .txt-box .col2-robot {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .home-wrapp-01 .home-01-contents .txt-box .col2-robot .col-l {
    width: 22.2223%;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .txt-box .col2-robot .col-l {
    width: 100%;
  }
}
.home-wrapp-01 .home-01-contents .txt-box .col2-robot .col-l .img-frame {
  display: block;
  border: solid 1px #D9D9D9;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .txt-box .col2-robot .col-l .img-frame {
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .home-wrapp-01 .home-01-contents .txt-box .col2-robot .col-r {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .txt-box .col2-robot .col-r {
    width: 100%;
  }
}

.col3-home-navi {
  display: flex;
  flex-wrap: wrap;
  gap: 8.5rem 2.439%;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .col3-home-navi {
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.col3-home-navi .in-box {
  width: 31.7073333333%;
  max-width: 520px;
}
@media (max-width: 767px) {
  .col3-home-navi .in-box {
    width: 100%;
  }
}
.col3-home-navi a {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.col3-home-navi a figure {
  position: relative;
}
@media (max-width: 767px) {
  .col3-home-navi a figure {
    text-align: center;
  }
}
.col3-home-navi a img:hover {
  opacity: 1;
}
.col3-home-navi a .txt-box {
  width: 100%;
  height: 100%;
  padding: 1rem 0 0;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1rem;
}
.col3-home-navi a .txt-box .title {
  width: 100%;
  text-align: center;
  color: #00A0E9;
  font-size: 2.7rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .col3-home-navi a .txt-box .title {
    font-size: 1.8rem;
  }
}
.col3-home-navi a .txt-box p {
  line-height: 1.7;
  margin-bottom: 1em;
}
.col3-home-navi a .txt-box .btn-box {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
}
.col3-home-navi a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.col3-home-navi a:hover .a-txt::after {
  transform: translateX(10px);
}

.col4-home-navi, .col4-jigyo {
  display: flex;
  gap: 40px 2.439%;
}
@media (max-width: 767px) {
  .col4-home-navi, .col4-jigyo {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.col4-home-navi .in-box, .col4-jigyo .in-box {
  width: 24.39025%;
  max-width: 380px;
}
@media (max-width: 767px) {
  .col4-home-navi .in-box, .col4-jigyo .in-box {
    width: 100%;
  }
}
.col4-home-navi a, .col4-jigyo a {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.col4-home-navi a figure, .col4-jigyo a figure {
  position: relative;
}
@media (max-width: 767px) {
  .col4-home-navi a figure, .col4-jigyo a figure {
    text-align: center;
  }
}
.col4-home-navi a img:hover, .col4-jigyo a img:hover {
  opacity: 1;
}
.col4-home-navi a .txt-box, .col4-jigyo a .txt-box {
  width: 100%;
  height: 100%;
  padding: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1rem;
}
.col4-home-navi a .txt-box .title, .col4-jigyo a .txt-box .title {
  width: 100%;
  text-align: center;
  color: #00A0E9;
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .col4-home-navi a .txt-box .title, .col4-jigyo a .txt-box .title {
    font-size: 1.8rem;
  }
}
.col4-home-navi a .txt-box p, .col4-jigyo a .txt-box p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1em;
}
.col4-home-navi a .txt-box .btn-box, .col4-jigyo a .txt-box .btn-box {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
}
.col4-home-navi a:hover, .col4-jigyo a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.col4-home-navi a:hover .a-txt::after, .col4-jigyo a:hover .a-txt::after {
  transform: translateX(10px);
}

a.ban-youtube {
  width: 34.1464%;
  max-width: 560px;
  padding: 2rem 3.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-decoration: none;
  font-weight: bold;
  margin: 0 auto;
}
@media (max-width: 767px) {
  a.ban-youtube {
    width: 100%;
    flex-direction: column;
  }
}
a.ban-youtube:hover {
  opacity: 0.7;
}
a.ban-youtube:hover img {
  opacity: 1;
}
a.ban-youtube .img-box {
  max-width: 140px;
}
@media (min-width: 768px) {
  a.ban-youtube .img-box {
    width: 28.5715%;
  }
}
@media (max-width: 767px) {
  a.ban-youtube .img-box {
    width: 50%;
  }
}
@media (min-width: 768px) {
  a.ban-youtube .txt-box {
    flex: 1;
  }
}

.home-aboutus-box {
  padding-bottom: 8rem;
  text-align: center;
}
.home-aboutus-box .title-aboutus {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.7em;
}
@media (max-width: 767px) {
  .home-aboutus-box .title-aboutus {
    font-size: 2rem;
  }
}
.home-aboutus-box p {
  margin-bottom: 0;
}

.txt-guide {
  color: #BFBFBF;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.txt-guide.v2 {
  color: #000;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .txt-guide {
    font-size: 14px;
  }
}

.col4-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 2.439%;
}
.col4-list > div {
  width: 23.17075%;
}
@media (max-width: 767px) {
  .col4-list > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col4-list > div {
    max-width: 380px;
  }
}
.col4-list > div a {
  width: 100%;
  display: flex;
}
.col4-list > div a picture {
  width: 100%;
  padding-top: 65.7895%;
  position: relative;
}
.col4-list > div a picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100%;
}
.col4-list.v1 a {
  align-items: center;
  justify-content: center;
}
.col4-list.v2 > div {
  background: #F8F8F8;
  display: flex;
}
.col4-list.v2 > div a {
  flex-direction: column;
  text-decoration: none;
}
.col4-list.v2 > div a:hover {
  opacity: 0.6;
}
.col4-list.v2 > div a:hover img {
  opacity: 1;
}
.col4-list.v2 > div .img-box {
  width: 100%;
  display: flex;
}
.col4-list.v2 > div .txt-box {
  padding: 1.5rem 2rem 2.5rem;
  letter-spacing: 0.1rem;
}
.col4-list.v2 > div .txt-box .item-name {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .col4-list.v2 > div .txt-box .item-name {
    font-size: 15px;
  }
}
.col4-list.v2 > div .txt-box p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .col4-list.v2 > div .txt-box p {
    font-size: 1.4rem;
  }
}

.tbl-faq {
  border-bottom: solid 1px #D9D9D9;
}
.tbl-faq > tbody > tr > th, .tbl-faq > tbody > tr > td {
  width: 100%;
  display: block;
}
.tbl-faq > tbody > tr > th p, .tbl-faq > tbody > tr > td p {
  margin-bottom: 0;
}
.tbl-faq > tbody > tr > th .number, .tbl-faq > tbody > tr > td .number {
  width: 6rem;
  height: 4rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .tbl-faq > tbody > tr > th .number, .tbl-faq > tbody > tr > td .number {
    width: 5rem;
    height: 3rem;
  }
}
.tbl-faq > tbody > tr > th .col2-box, .tbl-faq > tbody > tr > td .col2-box {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .tbl-faq > tbody > tr > th .col2-box, .tbl-faq > tbody > tr > td .col2-box {
    gap: 1rem;
  }
}
.tbl-faq > tbody > tr > th .col2-box p.txt, .tbl-faq > tbody > tr > th .col2-box > div, .tbl-faq > tbody > tr > td .col2-box p.txt, .tbl-faq > tbody > tr > td .col2-box > div {
  flex: 1;
  letter-spacing: 0.15rem;
}
@media (min-width: 768px) {
  .tbl-faq > tbody > tr > th .col2-box p.txt, .tbl-faq > tbody > tr > th .col2-box > div, .tbl-faq > tbody > tr > td .col2-box p.txt, .tbl-faq > tbody > tr > td .col2-box > div {
    padding-top: 0.5rem;
  }
}
.tbl-faq > tbody > tr > th {
  padding: 2rem 2rem 1rem;
  border-top: solid 1px #D9D9D9;
  background: #F8F8F8;
  text-align: left;
  color: #1D2088;
  font-size: 2.1rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbl-faq > tbody > tr > th {
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.tbl-faq > tbody > tr > th .number {
  background: #1D2088;
}
.tbl-faq > tbody > tr > td {
  padding: 1rem 2rem 2rem;
}
@media (max-width: 767px) {
  .tbl-faq > tbody > tr > td {
    padding: 1rem;
  }
}
.tbl-faq > tbody > tr > td .number {
  background: #BDD7EE;
}

.tbl-size {
  border-collapse: collapse;
  width: 46.2%;
  max-width: 700px;
  margin-top: 1.2em;
}
@media (min-width: 1900px) {
  .tbl-size {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tbl-size {
    width: 100%;
  }
}
.tbl-size th, .tbl-size td {
  padding: 0.5rem 1rem;
  border: solid 1px #BFBFBF;
  text-align: center;
}
.tbl-size th {
  background: #DEEBF7;
  font-weight: normal;
}
.tbl-size th.th-01 {
  width: 65.7143%;
}
.tbl-size th.th-02 {
  width: 34.2857%;
}

p.lh-18 {
  line-height: 1.8;
}
p.mb-35 {
  margin-bottom: 3.5rem;
}

.col2-wrapp {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.439%;
}
@media (min-width: 768px) {
  .col2-wrapp .img-box {
    width: 23.1708%;
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .col2-wrapp .img-box {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col2-wrapp .txt-box {
    width: 74.3902%;
  }
}
@media (max-width: 767px) {
  .col2-wrapp .txt-box {
    width: 100%;
  }
}
.col2-wrapp .txt-box p {
  line-height: 1.8;
  margin-bottom: 2.1em;
}

.youtube-wrapp .youtube-box {
  position: relative;
  padding-bottom: 55.2632%;
  height: 0;
  overflow: hidden;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.youtube-wrapp .youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-wrapp p.youtube-txt {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .youtube-wrapp p.youtube-txt {
    font-size: 1.6rem;
  }
}

p.details-txt {
  line-height: 1.7;
  margin-bottom: 0.5em;
}

.details-list {
  line-height: 1.8;
  margin-top: 9rem;
}
.details-list p {
  margin-bottom: 0;
}

.col2-factory {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 8rem;
  margin-bottom: 8rem;
}
.col2-factory .card {
  width: calc((100% - 8rem) / 2);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 767px) {
  .col2-factory .card {
    width: 100%;
  }
}
.col2-factory .card .img-box {
  max-width: 380px;
}
@media (min-width: 768px) {
  .col2-factory .card .img-box {
    width: 48.718%;
  }
}
@media (max-width: 767px) {
  .col2-factory .card .img-box {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .col2-factory .card .txt-box {
    flex: 1;
    padding-right: 0.5rem;
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .col2-factory .card .txt-box {
    width: 100%;
  }
}
.col2-factory .card .txt-box .machine-name {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .col2-factory .card .txt-box .machine-name {
    font-size: 1.6rem;
  }
}
.col2-factory .card .txt-box .machine-model {
  display: block;
  margin: 5px 0 2rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .col2-factory .card .txt-box .machine-model {
    margin-bottom: 1rem;
  }
}
.col2-factory .card .txt-box p {
  line-height: 1.8;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .col2-factory .card .txt-box p {
    font-size: 1.6rem;
  }
}

.tbl-factory {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .tbl-factory {
    width: 1640px;
  }
}
.tbl-factory th, .tbl-factory td {
  padding: 0.7rem 0 0.8rem;
  border-bottom: solid 1px #BFBFBF;
}
@media (min-width: 768px) {
  .tbl-factory th, .tbl-factory td {
    font-size: 1.6rem;
  }
}
.tbl-factory th:nth-child(1), .tbl-factory td:nth-child(1) {
  width: 4.2683%;
}
.tbl-factory th:nth-child(2), .tbl-factory td:nth-child(2) {
  width: 10.061%;
}
.tbl-factory th:nth-child(3), .tbl-factory td:nth-child(3) {
  width: 19.8171%;
}
.tbl-factory th:nth-child(4), .tbl-factory td:nth-child(4) {
  width: 12.5%;
}
.tbl-factory th:nth-child(5), .tbl-factory td:nth-child(5) {
  width: 10.061%;
}
.tbl-factory th:nth-child(6), .tbl-factory td:nth-child(6) {
  width: 12.5%;
}
.tbl-factory th:nth-child(7), .tbl-factory td:nth-child(7) {
  width: 5.183%;
}
.tbl-factory th:nth-child(8), .tbl-factory td:nth-child(8) {
  width: 17.3781%;
}
.tbl-factory th:nth-child(9), .tbl-factory td:nth-child(9) {
  width: calc(100% - 4.2683% - 10.061% - 19.8171% - 12.5% - 10.061% - 12.5% - 5.183% - 17.3781%);
}
.tbl-factory th {
  font-weight: normal;
}
.tbl-factory th:nth-child(2), .tbl-factory th:nth-child(3), .tbl-factory th:nth-child(4), .tbl-factory th:nth-child(5), .tbl-factory th:nth-child(6), .tbl-factory th:nth-child(8) {
  padding-left: 1.5rem;
  text-align: left;
}
.tbl-factory td:nth-child(1), .tbl-factory td:nth-child(7), .tbl-factory td:nth-child(9) {
  text-align: center;
}

.quality-img-01 {
  max-width: 802px;
  display: block;
  border: solid 1px #BFBFBF;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .quality-img-01 {
    width: 48.9025%;
  }
}

.quality-img-02 {
  max-width: 542px;
  display: block;
  border: solid 1px #BFBFBF;
}
@media (min-width: 768px) {
  .quality-img-02 {
    width: 33.0488%;
  }
}

.quality-img-02-txt {
  display: block;
  color: #7F7F7F;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  margin-bottom: 4.5rem;
}

p.quality-txt {
  line-height: 1.8;
  margin-bottom: 2em;
}

.col5-quality {
  max-width: 1360px;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.9411%;
}
@media (min-width: 768px) {
  .col5-quality {
    width: 82.9269%;
  }
}
@media (max-width: 767px) {
  .col5-quality {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}
.col5-quality a {
  display: block;
  width: 17.64712%;
  text-decoration: none;
}
@media (max-width: 767px) {
  .col5-quality a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .col5-quality figure {
    text-align: center;
  }
}
.col5-quality figure figcaption {
  text-align: center;
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  .col5-quality figure figcaption {
    font-size: 1.5rem;
  }
}
.col5-quality.mb {
  margin-bottom: 8rem;
}

.img-jigyo {
  width: 84.7561%;
  margin: 0 auto 7.5rem;
  text-align: center;
}
@media (min-width: 1900px) {
  .img-jigyo {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .img-jigyo {
    width: 100%;
    margin-bottom: 30px;
  }
}

.box-lightblu {
  padding: 4.5rem 2rem;
  background: #E5F5FD;
  text-align: center;
}
@media (max-width: 767px) {
  .box-lightblu {
    padding: 2rem 2rem;
  }
}
.box-lightblu p {
  margin-bottom: 0;
}
.box-lightblu p.p-txt-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  color: #C00000;
  font-size: 3.7rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .box-lightblu p.p-txt-01 {
    font-size: 2rem;
  }
}
.box-lightblu p.p-txt-01::after {
  content: "";
  width: 8rem;
  height: 3rem;
  background: url(img/arrow-down.png) no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  .box-lightblu p.p-txt-01::after {
    width: 4rem;
    height: 1.5rem;
  }
}
.box-lightblu p.p-txt-02 {
  font-size: 2.7rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .box-lightblu p.p-txt-02 {
    font-size: 1.6rem;
  }
}
.box-lightblu p.p-txt-02 .txt-03 {
  display: inline-block;
  color: #C00000;
  font-size: 4.3rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .box-lightblu p.p-txt-02 .txt-03 {
    font-size: 2rem;
  }
}

.number-list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 5rem 0;
}
@media (max-width: 767px) {
  .number-list {
    gap: 2rem;
  }
}
.number-list .img-box {
  width: 40.2439%;
}
@media (max-width: 767px) {
  .number-list .img-box {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .number-list > div.txt-box {
    width: 59.7561%;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .number-list > div.txt-box {
    width: 100%;
  }
}
.number-list > div.txt-box .title-in-wrapp {
  display: flex;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .number-list > div.txt-box .title-in-wrapp {
    margin-bottom: 1.5rem;
  }
}
.number-list > div.txt-box .title-in-wrapp .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border: solid 1px #00A0E9;
  color: #3399FF;
  font-size: 3.7rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .number-list > div.txt-box .title-in-wrapp .number {
    width: 3rem;
    height: 3rem;
    font-size: 1.8rem;
  }
}
.number-list > div.txt-box .title-in-wrapp .title {
  flex: 1;
  padding-left: 2rem;
  color: #00A0E9;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .number-list > div.txt-box .title-in-wrapp .title {
    padding-top: 2px;
    padding-left: 1rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .number-list > div.txt-box .in-box {
    padding-left: 9rem;
  }
}
.number-list > div.txt-box .in-box p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .number-list > div.txt-box .in-box p {
    line-height: 1.7;
  }
}
.number-list > div.txt-box .in-box p.title {
  color: #1D2088;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .number-list > div.txt-box .in-box p.title {
    font-size: 1.6rem;
  }
}
.number-list > div.txt-box .in-box p + .title {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .number-list > div.txt-box .in-box p + .title {
    margin-top: 20px;
  }
}
.number-list > div.txt-box .in-box a.link {
  color: #1D2088;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .number-list > div.txt-box .in-box a.link {
    font-size: 1.6rem;
  }
}
.number-list > div.txt-box .in-box a.link:hover {
  text-decoration: none;
}
.number-list > div.txt-box .in-box .img-list {
  display: flex;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .number-list > div.txt-box .in-box .img-list {
    flex-wrap: wrap;
  }
}
.number-list > div.txt-box .in-box .img-list > div {
  width: 25%;
}
@media (max-width: 767px) {
  .number-list > div.txt-box .in-box .img-list > div {
    width: 50%;
  }
}
.number-list > div.txt-box .in-box .ill-list {
  width: 65.9147%;
  max-width: 1081px;
  display: flex;
  gap: 4rem;
}
@media (min-width: 1900px) {
  .number-list > div.txt-box .in-box .ill-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .number-list > div.txt-box .in-box .ill-list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
.number-list > div.txt-box .in-box .ill-list > div {
  width: calc((100% - 12rem) / 4);
}
@media (max-width: 767px) {
  .number-list > div.txt-box .in-box .ill-list > div {
    width: calc((100% - 4rem) / 2);
    max-width: 241px;
  }
}
.number-list > div.txt-box.v2 {
  width: 100%;
}

.tbl-reason {
  border-collapse: collapse;
  width: 100%;
}
.tbl-reason th, .tbl-reason td {
  padding: 0.5rem 0;
  vertical-align: top;
}
.tbl-reason th {
  width: 14%;
  text-align: left;
  font-weight: normal;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tbl-reason th {
    padding-left: 0;
  }
}
.tbl-reason th::after {
  content: "：";
}
.tbl-reason td {
  width: 86%;
}

.bg-lightblu {
  padding-top: 6rem;
  padding-bottom: 11rem;
  background: #E5F5FD;
}

.col4-jigyo .txt-box .title {
  font-weight: 500;
}
.col4-jigyo .txt-box p {
  margin-bottom: 2em;
}
.col4-jigyo .btn-more .a-txt {
  color: #00A0E9;
}
.col4-jigyo .btn-more .a-txt::after {
  background: #00A0E9;
}

.col3-jigyo {
  width: 83.0488%;
  max-width: 1362px;
  display: flex;
  gap: 40px 11rem;
  margin: 0 auto 12rem;
}
@media (min-width: 1900px) {
  .col3-jigyo {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .col3-jigyo {
    width: 100%;
    flex-wrap: wrap;
  }
}
.col3-jigyo > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .col3-jigyo > div {
    width: 100%;
    align-items: center;
  }
  .col3-jigyo > div .img-box {
    width: 70%;
  }
}
.col3-jigyo > div .txt-box {
  text-align: center;
}
.col3-jigyo > div .txt-box .title {
  color: #00A0E9;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .col3-jigyo > div .txt-box .title {
    font-size: 2rem;
  }
}
.col3-jigyo > div .txt-box p.txt {
  font-size: 2.1rem;
  line-height: 1.8;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .col3-jigyo > div .txt-box p.txt {
    font-size: 1.6rem;
  }
}

.bg-lightnby {
  padding: 4.3rem 20px 4rem;
  background: #EEF0F7;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.bg-lightnby .txt-01 {
  color: #1D2088;
  font-size: 3.2rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .bg-lightnby .txt-01 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.bg-lightnby p.txt-02 {
  color: #C00000;
  font-size: 3.7rem;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .bg-lightnby p.txt-02 {
    font-size: 2rem;
  }
}
.bg-lightnby .txt-03 {
  display: inline-block;
  font-size: 2.7rem;
}
@media (max-width: 767px) {
  .bg-lightnby .txt-03 {
    font-size: 1.6rem;
  }
}
.bg-lightnby a {
  padding: 2rem 4rem;
  border-radius: 50px;
  display: inline-flex;
  gap: 2rem;
  align-items: center;
  background: #1D2088;
  text-decoration: none;
  color: #fff;
  font-size: 2.4rem;
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .bg-lightnby a {
    padding: 1rem 2rem;
    text-align: left;
    font-size: 1.6rem;
  }
}
.bg-lightnby a::before {
  content: "";
  width: 0.8rem;
  height: 1.3rem;
  background: url(img/arrow_wt-02.webp) no-repeat center;
  background-size: contain;
}
.bg-lightnby a:hover {
  opacity: 0.6;
}

.col2-ex {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .col2-ex {
    margin-bottom: 4rem;
  }
}
.col2-ex .txt-box {
  width: 31.8293%;
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .col2-ex .txt-box {
    width: 100%;
    font-size: 14px;
  }
}
.col2-ex .txt-box .plan-wrapp {
  margin-top: 2.5rem;
}
.col2-ex .txt-box .plan-wrapp .title {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.col2-ex .txt-box .plan-wrapp .plan-img {
  border: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .col2-ex .txt-box .plan-wrapp .plan-img {
    max-width: 522px;
  }
}
.col2-ex .img-box {
  display: flex;
  align-items: start;
  gap: 4rem;
}
@media (min-width: 768px) {
  .col2-ex .img-box {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .col2-ex .img-box {
    gap: 20px;
  }
}
.col2-ex .img-box .before, .col2-ex .img-box .after {
  position: relative;
}
.col2-ex .img-box .before .txt, .col2-ex .img-box .after .txt {
  width: 100%;
  padding: 1rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .col2-ex .img-box .before .txt, .col2-ex .img-box .after .txt {
    padding: 0.5rem 1rem;
    gap: 0;
    position: static;
  }
}
.col2-ex .img-box .before .txt .txt-01, .col2-ex .img-box .after .txt .txt-01 {
  font-size: 3.7rem;
}
@media (max-width: 767px) {
  .col2-ex .img-box .before .txt .txt-01, .col2-ex .img-box .after .txt .txt-01 {
    font-size: 2rem;
  }
}
.col2-ex .img-box .before .txt .txt-02, .col2-ex .img-box .after .txt .txt-02 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.col2-ex .img-box .before .txt {
  background: rgba(29, 32, 136, 0.6);
}
.col2-ex .img-box .after .txt {
  background: rgba(0, 160, 233, 0.6);
}

.tbl-ex {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-ex th, .tbl-ex td {
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
}
.tbl-ex th {
  width: 32.6923%;
  text-align: left;
  font-weight: normal;
}
.tbl-ex td {
  width: 67.3077%;
  padding-left: 2rem;
}

.bg-ex {
  display: flex;
  background: #F8F8F8;
}
@media (max-width: 767px) {
  .bg-ex {
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }
}
.bg-ex .txt-box {
  flex: 1;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .bg-ex .txt-box {
    padding: 2rem;
  }
}
.bg-ex .txt-box .title {
  color: #1D2088;
  font-size: 3.2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .bg-ex .txt-box .title {
    font-size: 1.8rem;
  }
}
.bg-ex .img-box {
  width: 42.683%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .bg-ex .img-box {
    width: 100%;
  }
}

.tbl-ex-02 {
  border-collapse: collapse;
  width: 100%;
}
.tbl-ex-02 th, .tbl-ex-02 td {
  padding: 0.5rem 1rem;
  vertical-align: top;
}
.tbl-ex-02 th {
  width: 15%;
  padding-right: 0;
  padding-left: 2rem;
  text-align: left;
  font-weight: normal;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tbl-ex-02 th {
    padding-left: 0;
  }
}
.tbl-ex-02 th::after {
  content: "：";
}
.tbl-ex-02 td {
  width: 85%;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
  border-bottom: solid 1px #BFBFBF;
  padding: 4rem 0 5rem;
}
@media (max-width: 767px) {
  .item-list {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
}
.item-list.first {
  border-top: solid 1px #BFBFBF;
}
.item-list .title-box {
  width: 100%;
}
.item-list .title-box .h4-sub {
  margin-bottom: 2rem;
}
.item-list .img-box {
  width: 23.1708%;
}
@media (max-width: 767px) {
  .item-list .img-box {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .item-list .txt-box {
    flex: 1;
    margin-top: -0.8rem;
  }
}
@media (max-width: 767px) {
  .item-list .txt-box {
    width: 100%;
    max-width: 380px;
  }
}
.item-list .txt-box p {
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.item-list .txt-box a.btn {
  width: 100%;
  max-width: 41rem;
  padding: 1rem 2.5rem;
  border: solid 1px #122985;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #122985;
}
@media (max-width: 767px) {
  .item-list .txt-box a.btn {
    padding: 1rem 2rem;
    gap: 1rem;
  }
}
.item-list .txt-box a.btn::before {
  content: "";
  width: 0.6rem;
  height: 1rem;
  background: url(img/arrow_blu.webp) no-repeat center;
  background-size: contain;
}
.item-list .txt-box a.btn:hover {
  opacity: 0.6;
}
.item-list .txt-box a.btn.w-55 {
  max-width: 55rem;
  margin-bottom: 1em;
}

.img-wrapp {
  margin-bottom: 5em;
}
@media (max-width: 767px) {
  .img-wrapp {
    margin-bottom: 3em;
  }
}

.txt-summary {
  color: #00A0E9;
  font-size: 2.7rem;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .txt-summary {
    font-size: 1.6rem;
  }
}

.bg-gry {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background: #F8F8F8;
}
.bg-gry.summary p {
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.bg-gry.summary p.v2 {
  margin-bottom: 2.5em;
}

.col4-pic {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .col4-pic {
    gap: 4rem;
  }
}
@media (min-width: 768px) {
  .col4-pic > div {
    width: calc((100% - 12rem) / 4);
  }
}
@media (max-width: 767px) {
  .col4-pic > div {
    width: 25%;
  }
}

ul.ul-dot {
  list-style: none;
  margin-bottom: 2em;
}
ul.ul-dot li {
  padding-left: 3.1rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  margin-bottom: 1.2em;
  position: relative;
}
ul.ul-dot li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5rem;
}
ul.ul-dot li:last-child {
  margin-bottom: 0;
}
ul.ul-dot li p {
  margin-bottom: 0;
}

.tbl-robot {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 1em;
}
.tbl-robot th, .tbl-robot td {
  padding: 1.5rem 1rem;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
}
@media (max-width: 767px) {
  .tbl-robot th, .tbl-robot td {
    display: block;
    padding: 1rem;
  }
}
.tbl-robot th {
  width: 20.122%;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbl-robot th {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .tbl-robot td {
    border-top: none;
  }
}
.tbl-robot td:nth-of-type(1) {
  width: 45.122%;
}
@media (max-width: 767px) {
  .tbl-robot td:nth-of-type(1) {
    width: 100%;
  }
}
.tbl-robot td:nth-of-type(1) .txt-s {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .tbl-robot td:nth-of-type(1) .txt-s {
    font-size: 14px;
  }
}
.tbl-robot td:nth-of-type(2) {
  width: 34.756%;
}
@media (max-width: 767px) {
  .tbl-robot td:nth-of-type(2) {
    width: 100%;
  }
}
.tbl-robot td p {
  margin-bottom: 0;
}

.tbl-exhivition {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 2px #122985;
  margin-top: 3em;
}
.tbl-exhivition > tbody > tr > th, .tbl-exhivition > tbody > tr > td {
  padding: 0;
}
.tbl-exhivition > tbody > tr > th {
  padding: 1.8rem 1rem 2rem 4rem;
  background: #E5F5FD;
  border-top: solid 2px #122985;
  text-align: left;
  color: #122985;
  font-size: 2.7rem;
  font-weight: normal;
  position: relative;
}
@media (max-width: 767px) {
  .tbl-exhivition > tbody > tr > th {
    padding: 1rem 1rem 2rem 4rem;
    font-size: 18px;
  }
}
.tbl-exhivition > tbody > tr > th::before {
  content: "";
  width: 2.1rem;
  height: 100%;
  background: url(img/icon-mark.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 1rem;
}
@media (max-width: 767px) {
  .tbl-exhivition > tbody > tr > th::before {
    background-position: center top 14px;
  }
}
.tbl-exhivition > tbody > tr > td {
  padding-top: 3rem;
  padding-bottom: 3rem;
  line-height: 1.8;
}
.tbl-exhivition > tbody > tr > td p {
  margin-bottom: 1em;
}

.tbl-col2 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5rem;
}
.tbl-col2 td {
  vertical-align: top;
}
@media (max-width: 767px) {
  .tbl-col2 td {
    display: block;
  }
}
.tbl-col2 td.td-01 {
  width: 40.2439%;
}
@media (max-width: 767px) {
  .tbl-col2 td.td-01 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tbl-col2 td.td-02 {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .tbl-col2 td.td-02 {
    padding-left: 4rem;
  }
}
@media (min-width: 768px) {
  .tbl-col2 td.td-02 p:nth-of-type(1) {
    margin-top: -0.5rem;
  }
}
.tbl-col2 td p {
  margin-bottom: 0 !important;
}

.tbl-col3 {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
  border: none;
  margin-bottom: 2rem;
}
.tbl-col3 tr {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.439%;
}
.tbl-col3 td {
  width: 100%;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .tbl-col3 td {
    width: 31.7073333333%;
    font-size: 1.6rem;
  }
}
.tbl-col3 td p {
  margin-top: 1rem;
}

.bg-10 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background: #F4F5F9;
}
@media (max-width: 767px) {
  .bg-10 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.col2-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.1em 2.439%;
  gap: 3.5em 2.439%;
}
.col2-half > div {
  width: 48.7805%;
}
@media (max-width: 767px) {
  .col2-half > div {
    width: 100%;
  }
}
.col2-half > div.full {
  width: 100%;
}
.col2-half.border-b {
  gap: 2.1em 10rem;
}
.col2-half.border-b > div {
  width: calc((100% - 10rem) / 2);
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .col2-half.border-b > div {
    width: 100%;
  }
}
.col2-half .title {
  color: #122985;
  font-size: 2.7rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .col2-half .title {
    font-size: 1.8rem;
  }
}
.col2-half .contents-box {
  padding-left: 5rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .col2-half .contents-box {
    padding-left: 0;
  }
}
.col2-half .contents-box dl {
  margin-bottom: 0;
}
.col2-half .contents-box dl dd {
  margin-left: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .col2-half .contents-box dl dd {
    margin-left: 1.5rem;
  }
}
.col2-half .contents-box dl dd:nth-last-child(1) {
  margin-bottom: 0;
}
.col2-half .contents-box dl dd ul.ul-dot {
  margin-bottom: 0;
}
.col2-half .contents-box dl dd ul.ul-dot li {
  padding-left: 2.5rem;
  margin-bottom: 0;
}
.col2-half .contents-box .tbl-ex-03 {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1em;
}
.col2-half .contents-box .tbl-ex-03 th, .col2-half .contents-box .tbl-ex-03 td {
  padding: 1rem;
  vertical-align: top;
  border-top: solid 1px #BFBFBF;
}
.col2-half .contents-box .tbl-ex-03 th p, .col2-half .contents-box .tbl-ex-03 td p {
  margin-bottom: 0;
}
.col2-half .contents-box .tbl-ex-03 th {
  width: 16.8919%;
  text-align: left;
  font-weight: normal;
}
.col2-half .contents-box .tbl-ex-03 td {
  width: 83.1081%;
}

.col4-partner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .col4-partner {
    gap: 2rem;
    margin-bottom: 60px;
  }
}
.col4-partner > div {
  width: calc((100% - 12rem) / 4);
  max-width: 380px;
  outline: solid 1px #BFBFBF;
  outline-offset: -1px;
}
@media (max-width: 767px) {
  .col4-partner > div {
    width: calc((100% - 2rem) / 2);
    text-align: center;
  }
}
.col4-partner > div p.txt {
  text-align: center;
  color: #7F7F7F;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.col4-catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .col4-catalog {
    justify-content: center;
    gap: 4rem;
    margin-bottom: 60px;
  }
}
.col4-catalog > div {
  width: calc((100% - 12rem) / 4);
  max-width: 380px;
}
@media (max-width: 767px) {
  .col4-catalog > div {
    width: 100%;
    margin: 0 auto;
  }
}
.col4-catalog > div .img-box {
  display: block;
  text-align: center;
  outline: solid 1px #BFBFBF;
  outline-offset: -1px;
}
.col4-catalog > div p.txt {
  text-align: center;
  color: #7F7F7F;
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .col4-catalog > div p.txt {
    margin-top: 10px;
  }
}

.s-wrapp {
  margin-top: 2rem;
}
.s-wrapp p.title {
  margin-bottom: 0.3rem;
}

a.btn-02 {
  width: 100%;
  padding: 1rem 2.5rem;
  border: solid 1px #122985;
  display: flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  color: #122985;
}
@media (max-width: 767px) {
  a.btn-02 {
    padding: 1rem 2rem;
    gap: 1rem;
  }
}
a.btn-02::before {
  content: "";
  width: 0.6rem;
  height: 1rem;
  background: url(img/arrow_blu.webp) no-repeat center;
  background-size: contain;
}
a.btn-02:hover {
  opacity: 0.6;
}
a.btn-02.w-50 {
  max-width: 50rem;
}

.youtube {
  position: relative;
  padding-bottom: 56.5152%;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product p {
  line-height: 1.8;
}
.product p.mb-4 {
  margin-bottom: 4em;
}

p.txt-product {
  font-size: 2.7rem;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  p.txt-product {
    font-size: 1.6rem;
  }
}

.youtube-wrapp-02 {
  margin-bottom: 1.5em;
}
.youtube-wrapp-02 .youtube-inner {
  width: 23.1708%;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .youtube-wrapp-02 .youtube-inner {
    width: 100%;
  }
}
.youtube-wrapp-02 .youtube-inner .youtube-box {
  position: relative;
  padding-bottom: 55.7895%;
  height: 0;
  overflow: hidden;
}
.youtube-wrapp-02 .youtube-inner .youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-wrapp-02 p.out-youtube-txt {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .youtube-wrapp-02 p.out-youtube-txt {
    font-size: 1.6rem;
  }
}

ol.ol-01 {
  margin-top: 1rem;
  margin-left: 1em;
}
ol.ol-01 li p {
  margin-bottom: 1em;
}

p.pl-01 {
  margin-left: 1em;
}

.txt-16 {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .txt-16 {
    font-size: 14px;
  }
}

.clr-red {
  color: #C00000;
}

.clr-gry {
  color: #7F7F7F;
}

@media (max-width: 767px) {
  .js-scroll {
    width: 100%;
    overflow-y: hidden !important;
  }
  .scroll-hint-icon {
    top: 100px;
  }
}
dl.privacy {
  margin: 0;
  padding: 0;
}
dl.privacy dt, dl.privacy dd {
  margin: 0;
  padding: 0;
}
dl.privacy dt {
  counter-increment: title;
  font-weight: bold;
}
dl.privacy dt::before {
  content: counter(title) "．";
}
dl.privacy dd {
  margin: 0 0 30px 25px;
}

.gallery img {
  border: 0 !important;
}

.gallery-bg-gry .gallery {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 2rem;
}
.gallery-bg-gry .gallery dl.gallery-item {
  width: calc((100% - 10rem) / 6) !important;
  max-width: 180px;
  margin: 0 !important;
  float: none !important;
  background: #D9D9D9;
}
@media (max-width: 767px) {
  .gallery-bg-gry .gallery dl.gallery-item {
    width: calc((100% - 2rem) / 2) !important;
  }
}
.gallery-bg-gry .gallery dl.gallery-item:nth-of-type(6n) {
  margin-right: 0 !important;
}
.gallery-bg-gry .gallery dl.gallery-item dt {
  height: 100%;
}
.gallery-bg-gry .gallery dl.gallery-item dt a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.gallery-bg-gry .gallery dl.gallery-item dt img {
  border: 0 !important;
}
@media (max-width: 767px) {
  .gallery-bg-gry .gallery br {
    display: none;
  }
}

.bg-wt .gallery {
  width: 100%;
  /*max-width: 1360px;*/
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 7.5rem !important;
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .bg-wt .gallery {
    gap: 2rem;
  }
}
.bg-wt .gallery dl.gallery-item {
  float: none !important;
  width: calc((100% - 16rem) / 5) !important;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  background: #fff;
  font-size: 1.467rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .bg-wt .gallery dl.gallery-item {
    width: calc((100% - 2rem) / 2) !important;
  }
}
.bg-wt .gallery dl.gallery-item dt {
  height: 100%;
  aspect-ratio: 240/160;
}
.bg-wt .gallery dl.gallery-item dt a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bg-wt .gallery dl.gallery-item dt img {
  border: 0 !important;
}
.bg-wt .gallery dl.gallery-item dd {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .bg-wt .gallery br {
    display: none;
  }
}

h4.h4-sub, h3.h3-news {
  width: 100%;
  display: flex;
  margin-bottom: 2.3rem;
  padding-left: 3.1rem;
  color: #00A0E9;
  font-size: 2.7rem;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767px) {
  h4.h4-sub, h3.h3-news {
    flex-direction: column;
    padding-left: 2.5rem;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
h4.h4-sub::before, h3.h3-news::before {
  content: "";
  display: block;
  background: url(img/h4-icon.webp) no-repeat left top;
  background-size: cover;
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  top: 1.1rem;
  left: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  h4.h4-sub::before, h3.h3-news::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.5rem;
  }
}
h4.h4-sub .pad-rl, h3.h3-news .pad-rl {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  h4.h4-sub .pad-rl, h3.h3-news .pad-rl {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}
h4.h4-sub a, h3.h3-news a {
  text-decoration: none;
  color: #00A0E9;
}

.btn-01 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 3.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  z-index: 0;
}
.btn-01.center {
  margin: 0 auto;
}
.btn-01.right {
  margin: 0 0 0 auto;
}
.btn-01.left {
  margin: 0 auto 0 0;
}
.btn-01::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background: url(img/arrow_gry.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  left: 1.5rem;
  transition: 0.2s ease-in-out;
}
.btn-01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  transform: translateX(-100%);
  z-index: -1;
}
.btn-01:hover::before {
  left: 0;
  transform: translateX(0);
}
.btn-01.btn-topics {
  max-width: 130px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border: solid 1px #404040;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
}
.btn-01.btn-topics::before {
  background-color: #002060;
}
.btn-01.btn-topics:hover {
  color: #fff;
}
.btn-01.btn-topics:hover::after {
  background-image: url(img/arrow_wt.webp);
}
.btn-01.line-blu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 3rem;
  text-align: left;
  border: solid 1px #122985;
  color: #122985;
  letter-spacing: 0.12rem;
}
@media (min-width: 768px) {
  .btn-01.line-blu {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.btn-01.line-blu::after {
  width: 6px;
  height: 10px;
  background-image: url(img/arrow_blu.webp);
  left: 2.5rem;
}
@media (max-width: 767px) {
  .btn-01.line-blu::after {
    left: 1.5rem;
  }
}
.btn-01.line-blu:hover {
  opacity: 0.6;
}

.btn-more {
  display: inline-block;
}
.btn-more a, .btn-more .a-txt {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0 auto;
  padding: 0 80px 0 0;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media (max-width: 767px) {
  .btn-more a, .btn-more .a-txt {
    font-size: 1.4rem;
  }
}
.btn-more a::after, .btn-more .a-txt::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  margin-left: 10px;
  background: #000;
  position: absolute;
  top: 49%;
  right: 0;
  transition: all 0.3s;
}
.btn-more a:hover::after, .btn-more .a-txt:hover::after {
  transform: translateX(10px);
}
.btn-more a.center, .btn-more .a-txt.center {
  margin-right: auto;
  margin-left: auto;
}

.bg-01 {
  max-width: none;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 7%, #F2F2F2 7%, #F2F2F2 100%);
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .bg-01 {
    background: #F2F2F2;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}/*# sourceMappingURL=style.css.map */

nav.breadcrumbs {
    display: flex;
}