@charset "UTF-8";
/*
Theme Name: okayasu
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 screen and (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 screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

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

p {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  p {
    line-height: 1.6;
  }
}

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

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

#header {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  background: #fff;
  border-top: solid 1px #BFBFBF;
  position: fixed;
  top: 0;
  letter-spacing: 0.1rem;
  transition: 1s;
  z-index: 10;
}
#header.hide {
  transform: translateY(calc(-120px + 1px));
}
@media screen and (max-width: 767px) {
  #header {
    height: 70px;
  }
}

#header .header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header .header-inner {
    display: block;
  }
}
#header .header-inner .header-l {
  width: 23%;
  display: flex;
  align-items: center;
  padding-left: 2.08333%;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-l {
    width: 100%;
    height: 100%;
    padding-left: 20px;
  }
}
#header .header-inner .header-l .logo img {
  aspect-ratio: 386/60;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-l .logo img {
    width: auto;
    max-width: none;
    height: 40px;
  }
}
#header .header-inner .header-r {
  width: calc(100% - 23%);
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-r {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
#header .header-inner .header-r .in-r {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 16rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-r .in-r {
    display: none;
  }
}
#header .header-inner .header-r .in-r a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #079EEF;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
}
#header .header-inner .header-r .in-r a::before {
  content: "";
  background: url(img/header-icon-mail.webp) no-repeat center;
  background-size: cover;
  display: block;
  width: 4rem;
  height: 3rem;
  margin-bottom: 1rem;
  position: relative;
}
#header .header-inner .header-r .in-r a .pick {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header .header-inner .header-r .in-r a .pick .eng {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#header .header-inner .header-r .in-r a .pick .jp {
  padding-bottom: 0.8rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#header .header-inner .header-r .in-r a:hover {
  background: #002060;
}
#header .header-inner .header-r .in-r a.on {
  background: #002060;
}
#header .header-inner .header-r .in-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  width: calc(100% - 16rem);
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-right: 7.5%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #header .header-inner .header-r .in-l {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-r .in-l {
    width: 100%;
    background: none;
    padding: 0;
  }
}

#nav-content {
  height: 100%;
  contain: paint;
}
@media screen and (max-width: 767px) {
  #nav-content {
    margin-top: calc(70px - 1px);
    width: 65%;
    max-width: 350px;
    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 screen and (min-width: 768px) {
  #nav-content ul {
    align-items: center;
    justify-content: flex-end;
    gap: 6.5%;
  }
}
@media screen and (max-width: 767px) {
  #nav-content ul {
    flex-direction: column;
    flex-wrap: unset;
  }
}
#nav-content ul li {
  padding-bottom: 4px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #nav-content ul li {
    min-width: 60px;
  }
}
#nav-content ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  #nav-content ul li a.on .pick::before {
    content: "";
    width: 6rem;
    border-bottom: 1px solid #079EEF;
    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: 8px;
    position: relative;
  }
  #nav-content ul li a .pick:hover::before {
    content: "";
    width: 6rem;
    border-bottom: 1px solid #079EEF;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #nav-content ul li a .pick .eng {
    font-size: 1.2rem;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
  #nav-content ul li a .pick .jp {
    padding-bottom: 0.8rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
}
@media screen and (max-width: 767px) {
  #nav-content ul li a {
    padding: 20px 5px;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.1s;
    font-size: 1.4rem;
  }
  #nav-content ul li a .eng {
    display: none;
  }
  #nav-content ul li a .jp {
    font-size: 1.4rem;
  }
  #nav-content ul li a:active {
    color: #079EEF;
  }
}
#nav-content ul li.spon {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav-content ul li.spon {
    display: block;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
  }
  #nav-content ul li.spon p {
    text-align: center;
    font-weight: normal;
  }
  #nav-content ul li.spon p.tit {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  #nav-content ul li.spon p.time {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #nav-content ul li.spon a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    background: #079EEF;
    margin-bottom: 0;
    text-decoration: none;
    color: #fff;
  }
  #nav-content ul li.spon a::before {
    content: "";
    background: url(img/header-icon-mail.webp) no-repeat center;
    background-size: cover;
    display: block;
    width: 3rem;
    height: 2.2rem;
    margin-right: 1rem;
    position: relative;
  }
}

#footer {
  width: 100%;
  background: #079CEC;
}

.footer-inner {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    flex-direction: column-reverse;
  }
}
.footer-inner > figure {
  width: 48.958334%;
  max-width: 940px;
}
@media screen and (max-width: 767px) {
  .footer-inner > figure {
    width: 100%;
  }
}
.footer-inner > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-inner .txt-box {
  flex: 1;
  padding-top: 4.5rem;
  padding-right: 2%;
  padding-left: 7.29%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-inner .txt-box {
    flex: auto;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.footer-inner .txt-box a {
  text-decoration: none;
  color: #fff;
}
.footer-inner .txt-box .txt-title {
  margin-bottom: 3.5rem;
  font-size: 2.667rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .footer-inner .txt-box .txt-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner .sp_footer-wrapp {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner .sp_center {
    text-align: center;
  }
}
.footer-inner a.footer-logo {
  display: inline-block;
  width: 47%;
  max-width: 384px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .footer-inner a.footer-logo {
    width: 90%;
  }
}
.footer-inner .tbl-footer-info {
  border-collapse: collapse;
  width: auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .footer-inner .tbl-footer-info {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer-inner .tbl-footer-info th, .footer-inner .tbl-footer-info td {
  padding: 5px 2rem 5px 0;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .footer-inner .tbl-footer-info th, .footer-inner .tbl-footer-info td {
    width: 100%;
    display: block;
    padding-right: 0;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.6rem;
  }
}
.footer-inner .tbl-footer-info th {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .footer-inner .tbl-footer-info th {
    padding-right: 0;
    font-weight: bold;
  }
}
.footer-inner .tbl-footer-info td.phone {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .footer-inner .tbl-footer-info td.phone {
    padding-bottom: 20px;
  }
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 1rem 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    gap: 0;
    margin-bottom: 0;
    border-top: solid 1px #fff;
    font-size: 1.4rem;
  }
}
.footer-nav li {
  padding: 0 10px;
  border-right: solid 1px #fff;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .footer-nav li:first-child {
    padding-left: 0;
  }
  .footer-nav li:nth-last-of-type(1) {
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav li {
    width: 50%;
    padding: 0;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    text-align: center;
  }
  .footer-nav li:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav li a {
    display: block;
    padding: 15px 5px;
  }
}
.footer-nav li a:hover {
  opacity: 0.7;
}

.copyright {
  padding-bottom: 2rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding-top: 30px;
    text-align: center;
  }
}

.slick-wrap {
  margin-top: 120px;
  margin-bottom: 15rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slick-wrap {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}

.slick-img {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.slick-img img {
  width: 100%;
  max-width: auto;
  height: auto;
}
@media screen and (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 screen and (min-width: 768px) {
  .slick-txt {
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .slick-txt {
    display: block;
    width: 100%;
    padding: 20px;
    background: #079EEF;
    position: static;
  }
}
.slick-txt p {
  margin-bottom: 0;
}
.slick-txt p.txt1 {
  font-size: 7.2rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .slick-txt p.txt1 {
    font-size: 3rem;
    word-break: break-word;
  }
}
.slick-txt p.txt2 {
  font-size: 4.8rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .slick-txt p.txt2 {
    margin-top: 1em;
    font-size: 1.6rem;
  }
}

.slick-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-cover img {
  width: 100%;
}

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

#nav-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #nav-container {
    position: absolute;
    bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  #nav-container {
    position: fixed;
    height: 100vh;
    pointer-events: none;
  }
}

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

@media screen and (max-width: 767px) {
  .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 screen and (max-width: 767px) {
  #nav-container:focus-within #nav-content {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  section {
    width: 100%;
  }
}
section.home-news {
  width: 91.1112%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  section.home-news {
    width: 100%;
  }
}
section > p:last-child {
  margin-bottom: 0;
}

.inner-box {
  width: 91.12%;
  max-width: 1640px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner-box {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

main {
  width: 100%;
}
main.sub-box {
  margin-top: 11.5rem;
}
@media screen and (max-width: 767px) {
  main.sub-box {
    margin-top: 30px;
  }
}
main.sub-box section {
  margin-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  main.sub-box section {
    margin-bottom: 30px;
  }
}
main.sub-box section:nth-last-of-type(1) {
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  main.sub-box section:nth-last-of-type(1) {
    margin-bottom: 60px;
  }
}

h1 {
  color: #A6A6A6;
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  h1 {
    display: none;
  }
}

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

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

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

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

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

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

.pageNum {
  text-align: center;
  font-size: 16px;
}
@media screen and (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 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-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);
}

@keyframes ring {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
#h2-bg {
  width: 100%;
  padding-top: 18.75%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #h2-bg {
    margin-top: 70px;
    height: 150px;
  }
}

.path-bg {
  display: flex;
  width: 100%;
  height: 40px;
  background: #F2F2F2;
  font-size: 1.7rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .path-bg {
    display: none;
  }
}
.path-bg .path-wrap {
  width: 95.84%;
  max-width: 1840px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

ol.topic-path {
  margin: 0;
  padding: 0;
  margin-right: 15px;
  list-style: none;
  display: flex;
  color: #000;
  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: #000;
}
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: #000;
}
.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;
}
div.wpcf7 form dl.v-top {
  align-items: flex-start;
}
div.wpcf7 form dl.v-top dt {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  div.wpcf7 form dl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  div.wpcf7 form dl > dt {
    width: 100%;
    float: none;
    padding: 8px 5px 5px;
    font-weight: bold;
  }
}
@media screen and (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 screen and (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.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 input.fbox-age, div.wpcf7 form dl > dd textarea.fbox-age {
  margin-left: 15%;
}
@media screen and (max-width: 767px) {
  div.wpcf7 form dl > dd input.fbox-age, div.wpcf7 form dl > dd textarea.fbox-age {
    margin-top: 5px;
    margin-left: 0;
  }
}
div.wpcf7 form dl > dd textarea {
  height: 250px;
}
div.wpcf7 form dl > dd .wpcf7-list-item {
  margin: 0 30px 0 0;
}
div.wpcf7 form dl > dd .wpcf7-list-item input {
  width: auto;
}
div.wpcf7 form dl > dd .list-colm {
  display: block;
  line-height: 1.85;
}
div.wpcf7 form dl > dd .list-colm .wpcf7-list-item {
  display: block;
}
div.wpcf7 form dl > dd .list-row {
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  div.wpcf7 form dl > dd .list-row {
    min-height: auto;
    flex-direction: column;
    align-items: baseline;
    line-height: 1.5;
  }
}
div.wpcf7 form dl > dd .list-row.sp_row {
  flex-direction: row;
}
div.wpcf7 form dl p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
  }
  .wpcf7-spinner {
    display: block;
    margin: 0 auto;
  }
}
.txt_req::after {
  content: "(必須)";
  display: inline-block;
  margin-left: 5px;
  color: #ED7D31;
}

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

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

.form-wrap.ctct {
  width: 100%;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .form-wrap.ctct {
    width: 100%;
  }
}
.form-wrap.ctct div.wpcf7 form dl {
  width: 82%;
  padding: 7px 0 6px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
@media screen and (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: 32%;
}
@media screen and (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: 68%;
}
@media screen and (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 screen and (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl.v-top 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", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  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", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (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 screen and (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;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .acc-wrap {
    font-size: 1.4rem;
    margin: 0;
  }
}
.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;
}

.form-wrap.app {
  width: 71%;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .form-wrap.app {
    width: 100%;
    max-width: none;
  }
}
.form-wrap.app form dl {
  padding: 7px 0 6px;
  border-bottom: solid 1px #BFBFBF;
}
.form-wrap.app form dl:nth-of-type(1) {
  border-top: solid 1px #BFBFBF;
}
.form-wrap.app form dl.last {
  margin-bottom: 5rem;
}
.form-wrap.app form dl > dt {
  width: 37%;
  padding-top: 0;
  padding-left: 3%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-wrap.app form dl > dt {
    width: 100%;
    padding-left: 5px;
  }
}
.form-wrap.app form dl > dd {
  width: 63%;
  padding-right: 8.5%;
}
@media screen and (max-width: 767px) {
  .form-wrap.app form dl > dd {
    width: 100%;
    padding-right: 10px;
  }
}
.form-wrap.app form dl > dd input, .form-wrap.app form dl > dd textarea {
  border: solid 1px #D9D9D9;
  padding: 7px;
}
.form-wrap.app form dl > dd input[type=file], .form-wrap.app form dl > dd textarea[type=file] {
  border: none;
}
.form-wrap.app form dl > dd textarea {
  height: 100px;
}

.surr {
  width: 100%;
  margin: 0 auto 2em;
  text-align: center;
}
.surr p:last-child {
  margin-bottom: 0;
}
.surr .surr-box {
  border: solid 1px #D9D9D9;
  padding: 20px 5px 25px 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .surr .surr-box {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}
.surr .surr-box p {
  line-height: unset;
}
.surr .surr-box p.surr-tit {
  margin-bottom: 0.8em;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: unset;
}
@media screen and (max-width: 767px) {
  .surr .surr-box p.surr-tit {
    font-size: 1.8rem;
  }
}
.surr .surr-box ul {
  list-style: none;
  margin-top: 2em;
  margin-bottom: 2.5em;
  text-align: left;
}
.surr .surr-box ul > li {
  margin-bottom: 0.4em;
  padding-left: 2rem;
  position: relative;
}
.surr .surr-box ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.surr .surr-box ul > li p {
  margin-bottom: 0;
  line-height: 1.85;
}
.surr .surr-box .surr-contact {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .surr .surr-box .surr-contact {
    font-size: 1.4rem;
  }
}
.surr .surr-box .surr-contact p {
  margin-bottom: 1.9em;
  line-height: 1.85;
}
.surr .surr-box.und {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  padding: 1.6em 1.5em 1.5em;
  border: solid 1px #D9D9D9;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .surr .surr-box.und {
    font-size: 1.4rem;
  }
}
.surr .surr-box.und p {
  margin-bottom: 1.9em;
  line-height: 1.85;
}
.surr .surr-box .tit, .surr .surr-box .txt-b {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .surr .surr-box .tit, .surr .surr-box .txt-b {
    font-size: 1.4rem;
  }
}
.surr .surr-box .tit p, .surr .surr-box .txt-b p {
  margin-bottom: 0;
}

.form-wrap .surr + .surr {
  margin-bottom: 2.5em;
}

.surr-txt-c {
  margin-bottom: 2em;
  text-align: center;
}

.surr-txt-em {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .surr-txt-em {
    font-size: 1.4rem;
  }
}

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

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

.wpcf7 .wpcf7-submit:disabled {
  color: #000;
}

span.icon {
  display: inline-block;
  width: 160px;
  border: solid 1px #000;
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  padding: 4px 5px 8px;
}
@media screen and (max-width: 767px) {
  span.icon {
    width: 120px;
    font-size: 1.4rem;
  }
}
span.icon.info {
  border: solid 1px #ED7D31;
  color: #ED7D31;
}
span.icon.company {
  border: solid 1px #404040;
  color: #404040;
}
span.icon.recruit {
  border: solid 1px #92D050;
  color: #92D050;
}

.col2_news_wrap {
  width: 100%;
  max-width: 1640px;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 1rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 2.439024%;
}
@media screen and (max-width: 767px) {
  .col2_news_wrap {
    padding-right: 0;
    padding-left: 0;
    gap: 30px 0;
  }
}
.col2_news_wrap > div {
  display: flex;
  flex-wrap: wrap;
  width: 48.780488%;
}
@media screen and (max-width: 767px) {
  .col2_news_wrap > div {
    width: 100%;
    justify-content: center;
  }
}
.col2_news_wrap > div .box_img {
  width: 25%;
  max-width: 200px;
}
.col2_news_wrap > div .box_txt {
  width: 75%;
  padding-top: 1rem;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .col2_news_wrap > div .box_txt {
    padding-top: 0;
  }
}
.col2_news_wrap > div .box_txt .entry-wrapp {
  display: flex;
  align-items: center;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  .col2_news_wrap > div .box_txt .entry-wrapp {
    gap: 0 2rem;
  }
}
.col2_news_wrap > div .box_txt .entry-wrapp .entry-day {
  font-size: 1.6rem;
}
.col2_news_wrap > div .box_txt p.news_tit {
  margin: 0.7em 0 0.5em;
  font-weight: bold;
}
.col2_news_wrap > div .box_txt p.news_tit a {
  text-decoration: none;
}
.col2_news_wrap > div .box_txt .news_article {
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .col2_news_wrap > div .box_txt .news_article {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.col2_news_wrap > div .box_txt .news_article a {
  text-decoration: none;
}

#layout {
  width: 91.12%;
  max-width: 1640px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #layout {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
  }
}
#layout .main-box {
  width: calc(100% - 40px - 380px);
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #layout .main-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#layout .side-box {
  width: 380px;
}
@media screen and (max-width: 767px) {
  #layout .side-box {
    width: 100%;
    margin: 0 auto;
  }
}
#layout .side-box ul {
  list-style: none;
  margin-bottom: 50px;
  padding-left: 35px;
}
#layout .side-box ul li {
  margin-bottom: 10px;
  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: 15px;
  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;
}

.col2-archive {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 4rem;
  border-bottom: solid 1px #BFBFBF;
  padding: 3rem 0;
}
.col2-archive:nth-child(1) {
  border-top: solid 1px #BFBFBF;
}
.col2-archive .img-box {
  width: 16.3935%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .col2-archive .img-box {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.col2-archive .img-box a {
  display: block;
}
.col2-archive .txt-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .col2-archive .txt-box {
    flex: auto;
    width: 100%;
  }
}

.side-calen-wrap {
  width: 100%;
  padding-left: 35px;
}
.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;
}

.col2-single {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .col2-single {
    flex-direction: column;
    align-items: unset;
    gap: 2rem;
  }
}
.col2-single .img-box {
  width: 12.19513%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .col2-single .img-box {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.col2-single .txt-box {
  width: 87.80487%;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .col2-single .txt-box {
    width: 100%;
    padding-left: 0;
  }
}

.entry-box {
  margin-bottom: 2rem;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .entry-box {
    margin-bottom: 1rem;
  }
}
.entry-box .entry-day {
  padding-left: 2rem;
}

.entry-day {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .entry-day {
    font-size: 1.4rem;
  }
}

p.txt-contents {
  margin-bottom: 0;
}
p.txt-contents a {
  text-decoration: none;
}

.scrolldown {
  position: absolute;
  bottom: 150px;
  left: 40px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
  padding-bottom: 1rem;
}
@media screen and (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 screen and (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%;
  }
}
h3.h3-home {
  width: 95.84%;
  max-width: 1840px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 3rem;
  padding-right: 20px;
  padding-left: 20px;
  color: #BFBFBF;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  h3.h3-home {
    width: 100%;
    font-size: 2rem;
  }
}
h3.h3-home .h3-eng {
  display: block;
  font-size: 5.3rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h3.h3-home .h3-eng {
    font-size: 3rem;
  }
}
h3.h3-home.h3-news {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  h3.h3-home.h3-news {
    font-size: 1.8rem;
  }
}
h3.h3-home.h3-news .h3-eng {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  h3.h3-home.h3-news .h3-eng {
    font-size: 2.5rem;
  }
}

.bg-blu {
  background: rgba(7, 158, 239, 0.1);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(7, 158, 239, 0.1) 10%, rgba(7, 158, 239, 0.1) 100%);
}
@media screen and (max-width: 767px) {
  .bg-blu {
    background: rgba(7, 158, 239, 0.1);
    padding-top: 30px;
  }
}
.bg-blu.v2 {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(7, 158, 239, 0.1) 20%, rgba(7, 158, 239, 0.1) 100%);
}
@media screen and (max-width: 767px) {
  .bg-blu.v2 {
    background: rgba(7, 158, 239, 0.1);
    padding-top: 30px;
  }
}

.bg-img {
  width: 100%;
  padding-top: 19.2708333%;
  background: url(img/home-pic-02.webp) no-repeat center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .bg-img {
    padding-top: 0;
    height: 150px;
  }
}

.home-navi .box-more {
  display: inline-block;
  background: #fff;
}
.home-navi .box-more.news {
  display: block;
  text-align: right;
}
.home-navi .box-more.news a {
  display: inline-block !important;
  vertical-align: top;
  text-decoration: none;
}
.home-navi .more {
  display: block;
  padding: 1px 1rem 3px;
  margin: 0 auto;
  background: #079EEF;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-navi .more {
    font-size: 1.4rem;
  }
}

.col3-home-navi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2.1em 2.439%;
  gap: 4.2em 2.439%;
  max-width: 1680px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 12rem;
  margin-right: auto;
  margin-left: auto;
}
.col3-home-navi li {
  width: 31.7073333333%;
}
@media screen and (max-width: 767px) {
  .col3-home-navi li {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .col3-home-navi {
    justify-content: center;
    padding-bottom: 4.2em;
  }
}
.col3-home-navi li {
  max-width: 520px;
  text-align: center;
}
.col3-home-navi li a {
  display: block;
  text-decoration: none;
}
.col3-home-navi li a picture {
  background: #fff;
}
.col3-home-navi li a figure {
  text-align: center;
  position: relative;
}
.col3-home-navi li a figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .col3-home-navi li a figcaption {
    font-size: 1.6rem;
  }
}
.col3-home-navi li a p.txt-navi {
  padding: 1rem 0;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.9;
}
.col3-home-navi li a:hover figcaption, .col3-home-navi li a:hover .more {
  opacity: 0.6;
}
.col3-home-navi li a img:hover {
  opacity: 1;
}

.col4-home-navi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2.1em 2.439%;
  gap: 4.2em 2.439%;
  max-width: 1680px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 3.5rem;
  margin-right: auto;
  margin-left: auto;
}
.col4-home-navi li {
  width: 23.17075%;
}
@media screen and (max-width: 767px) {
  .col4-home-navi li {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .col4-home-navi {
    justify-content: center;
    padding-bottom: 4.2em;
  }
}
.col4-home-navi li {
  max-width: 380px;
  text-align: center;
}
.col4-home-navi li a {
  display: block;
  text-decoration: none;
}
.col4-home-navi li a picture {
  background: #fff;
}
.col4-home-navi li a figure {
  text-align: center;
}
.col4-home-navi li a figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  margin-top: 2.2rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .col4-home-navi li a figcaption {
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.col4-home-navi li a figcaption::before {
  display: block;
  width: 6px;
  height: 9px;
  margin-right: 1rem;
  line-height: 0;
}
.col4-home-navi li a:hover figcaption, .col4-home-navi li a:hover .more {
  opacity: 0.6;
}
.col4-home-navi li a img:hover {
  opacity: 1;
}

p.txt-home-aboutus {
  font-size: 3.2rem;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  p.txt-home-aboutus {
    font-size: 1.6rem;
  }
}
p.txt-home-aboutsu-02 {
  margin-bottom: 2em;
}

p.title-greeting {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  p.title-greeting {
    font-size: 1.8rem;
  }
}
p.txt-greeting {
  font-size: 2.134rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.85;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  p.txt-greeting {
    font-size: 1.6rem;
    line-height: normal;
  }
}

.ceo-name {
  text-align: right;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ceo-name {
    font-size: 1.6rem;
  }
}

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

.tbl-company {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-company > tbody > tr > th, .tbl-company > tbody > tr > 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;
}
@media screen and (max-width: 767px) {
  .tbl-company > tbody > tr > th, .tbl-company > tbody > tr > td {
    display: block;
    padding-left: 0;
    line-height: normal;
  }
}
.tbl-company > tbody > tr > th a, .tbl-company > tbody > tr > td a {
  text-decoration: none;
}
.tbl-company > tbody > tr > th .gmap a, .tbl-company > tbody > tr > td .gmap a {
  text-decoration: underline;
}
.tbl-company > tbody > tr > th .fax, .tbl-company > tbody > tr > td .fax {
  display: inline-block;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .tbl-company > tbody > tr > th .fax, .tbl-company > tbody > tr > td .fax {
    display: block;
    margin-left: 0;
  }
}
.tbl-company > tbody > tr > th p:last-child, .tbl-company > tbody > tr > td p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tbl-company > tbody > tr th {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .tbl-company > tbody > tr td {
    border-top: none;
    padding-top: 0;
  }
}
.tbl-company.company-profile > tbody > tr > th {
  width: 16.25%;
}
@media screen and (max-width: 767px) {
  .tbl-company.company-profile > tbody > tr > th {
    width: 100%;
  }
}
.tbl-company.company-profile > tbody > tr > td {
  width: 83.75%;
}
@media screen and (max-width: 767px) {
  .tbl-company.company-profile > tbody > tr > td {
    width: 100%;
  }
}
.tbl-company.company-history th {
  width: 22.5%;
}
@media screen and (max-width: 767px) {
  .tbl-company.company-history th {
    width: 100%;
  }
}
.tbl-company.company-history td {
  width: 77.5%;
}
@media screen and (max-width: 767px) {
  .tbl-company.company-history td {
    width: 100%;
  }
}

.tbl-phone {
  border-collapse: collapse;
  width: auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tbl-phone {
    width: 100%;
    line-height: normal;
  }
}
.tbl-phone tr th, .tbl-phone tr td {
  padding: 0 1rem 1.7rem 0;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .tbl-phone tr th, .tbl-phone tr td {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .tbl-phone tr th {
    padding-bottom: 0.5rem;
  }
  .tbl-phone tr td {
    padding-bottom: 1rem;
  }
  .tbl-phone tr td.td-second {
    padding-left: 1.5rem;
  }
}
.tbl-phone tr:nth-child(1) th, .tbl-phone tr:nth-child(1) td {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .tbl-phone tr:nth-last-child(1) th, .tbl-phone tr:nth-last-child(1) td {
    padding-bottom: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .tbl-phone tr:nth-last-child(1) td {
    padding-bottom: 0;
  }
}

.col2-eco {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.1em 2.439%;
}
.col2-eco > div {
  width: 48.7805%;
}
@media screen and (max-width: 767px) {
  .col2-eco > div {
    width: 100%;
  }
}
.col2-eco .col-l {
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .col2-eco .col-l {
    padding-right: 0;
  }
}
.col2-eco .col-l p {
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .col2-eco .col-l p {
    line-height: normal;
  }
}
.col2-eco .col-l p.title-eco {
  font-size: 3.2rem;
  line-height: normal;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .col2-eco .col-l p.title-eco {
    font-size: 1.8rem;
  }
}
.col2-eco .col-l dl {
  margin: 0;
}
.col2-eco .col-l dl dt {
  margin-bottom: 1.5rem;
}
.col2-eco .col-l dl dd {
  margin-bottom: 4.5rem;
  margin-left: 3em;
}
.col2-eco .col-l dl dd:nth-last-of-type(1) {
  margin-bottom: 0;
}
.col2-eco .col-l dl dd img {
  width: 100%;
  max-width: 720px;
}
.col2-eco .col-l ul li {
  margin-bottom: 0.3rem;
  margin-left: 2.5rem;
  line-height: 1.7;
}
.col2-eco .col-r {
  padding-top: 5rem;
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .col2-eco .col-r {
    padding-top: 0;
    padding-left: 0;
  }
}
.col2-eco .col-r figure {
  width: 60%;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .col2-eco .col-r figure {
    margin: 0 auto;
  }
}

p.title-recruit {
  color: #079EEF;
  font-size: 3.7rem;
  line-height: 1.85;
  margin-top: -0.5rem;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  p.title-recruit {
    font-size: 2rem;
    line-height: normal;
    margin-top: 0;
  }
}
p.txt-recruit {
  line-height: 1.85;
  margin-top: -0.5rem;
}
p.h4-contents {
  margin-bottom: 2em;
}

ul.ul-check {
  margin-bottom: 8rem;
  margin-left: 4rem;
}
ul.ul-check li {
  display: flex;
  gap: 0 1.5rem;
  font-size: 3.2rem;
  margin-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  ul.ul-check li {
    font-size: 1.6rem;
  }
}
ul.ul-check li::before {
  content: "";
  display: block;
  background: url(img/icon-check.webp) no-repeat center;
  background-size: contain;
  width: 4rem;
  height: 3.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  ul.ul-check li::before {
    width: 3rem;
    margin-top: 0;
  }
}

.col4-recruit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1em 2.439%;
  margin-top: 6.5rem;
}
.col4-recruit > div {
  width: 23.17075%;
}
@media screen and (max-width: 767px) {
  .col4-recruit > div {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.col4-recruit figure {
  margin-bottom: 1.5rem;
}
.col4-recruit p {
  font-size: 1.6rem;
  line-height: 1.85;
  margin-bottom: 0;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .col4-recruit p {
    text-align: left;
    font-size: 1.4rem;
    line-height: normal;
    margin-top: 0;
  }
}

.tab-recruit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-recruit input[type=radio] {
  display: none;
}
.tab-recruit input[type=radio]:checked + label {
  background: #fff;
  border: solid 2px #7F7F7F;
  border-bottom-color: #fff;
  z-index: 1;
}
.tab-recruit label {
  text-align: center;
  width: 25%;
  max-width: 400px;
  background: #F2F2F2;
  margin-left: -2px;
  padding: 2.2rem 1rem;
  border: solid 2px #fff;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .tab-recruit label {
    width: 30%;
    font-size: 1.4rem;
  }
}
.tab-recruit .tab-box {
  width: 100%;
  height: auto;
  clear: both;
  border-top: solid 2px #7F7F7F;
  border-bottom: solid 2px #7F7F7F;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  top: -2px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .tab-recruit .tab-box {
    height: auto;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}
.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;
}

.col2-bosyu {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1em 3.96342%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .col2-bosyu {
    font-size: 1.4rem;
  }
}
.col2-bosyu > div.col-l {
  width: 47.2561%;
  max-width: 775px;
}
@media screen and (max-width: 767px) {
  .col2-bosyu > div.col-l {
    width: 100%;
    max-width: none;
  }
}
.col2-bosyu > div.col-l .txt-box p {
  line-height: 1.85;
  margin-top: -0.5rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .col2-bosyu > div.col-l .txt-box p {
    line-height: normal;
    margin-top: 0;
  }
}
.col2-bosyu > div.col-r {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .col2-bosyu > div.col-r {
    flex: auto;
    width: 100%;
  }
}

.tbl-bosyu {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #BFBFBF;
}
.tbl-bosyu th, .tbl-bosyu td {
  padding: 0.8rem 0 0.8rem 1rem;
  border-bottom: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .tbl-bosyu th, .tbl-bosyu td {
    display: block;
    padding-left: 0;
    line-height: normal;
  }
}
.tbl-bosyu th p, .tbl-bosyu td p {
  margin-bottom: 0;
}
.tbl-bosyu th {
  width: 16.25%;
}
@media screen and (max-width: 767px) {
  .tbl-bosyu th {
    width: 100%;
    border-bottom: none;
    font-weight: bold;
  }
}
.tbl-bosyu td {
  width: 83.75%;
}
@media screen and (max-width: 767px) {
  .tbl-bosyu td {
    width: 100%;
    padding-top: 0;
  }
}

.inner-box.contact {
  width: 62.2223%;
  max-width: 1120px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .inner-box.contact {
    width: 100%;
  }
}

.tbl-contact {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #BFBFBF;
}
.tbl-contact td {
  border-bottom: solid 1px #BFBFBF;
  padding: 1.3rem 0;
  vertical-align: top;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .tbl-contact td {
    display: block;
    font-size: 1.6rem;
  }
}
.tbl-contact td.td-l {
  width: 22.2223%;
  max-width: 240px;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .tbl-contact td.td-l {
    width: 100%;
    max-width: none;
    background: #f2f2f2;
    padding-left: 1rem;
    border-bottom: none;
    font-weight: bold;
  }
}
.tbl-contact td.td-c {
  width: 46.2963%;
  max-width: 500px;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .tbl-contact td.td-c {
    width: 100%;
    max-width: none;
    padding-left: 3rem;
    border-bottom: none;
  }
}
.tbl-contact td.td-r {
  width: 31.4814%;
  padding-left: 1rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .tbl-contact td.td-r {
    width: 100%;
    padding-top: 0;
    padding-left: 3rem;
  }
}

h3.h3-sub {
  width: 95.84%;
  max-width: 1840px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 3rem;
  padding-right: 20px;
  padding-left: 20px;
  color: #BFBFBF;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  h3.h3-sub {
    width: 100%;
    font-size: 2rem;
  }
}
h3.h3-sub .h3-eng {
  display: block;
  font-size: 5.3rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h3.h3-sub .h3-eng {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  h3.h3-sub {
    margin-bottom: 30px;
  }
}

p.txt-summary {
  margin-top: -0.7rem;
  margin-bottom: 5rem;
  line-height: 1.85;
  letter-spacing: 0.1rem;
}
p.txt-summary.contact {
  margin-bottom: 2.5rem;
}

.txt-org {
  color: #ED7D31;
}

.title-department {
  padding: 2.2rem 1rem;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  font-size: 2.4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .title-department {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.title-department p {
  margin-bottom: 0;
}

.col2-department {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1em 2.439%;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .col2-department {
    margin-bottom: 60px;
  }
}
.col2-department figure {
  width: 31.707317%;
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  .col2-department figure {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.col2-department > .txt-box {
  flex: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .col2-department > .txt-box {
    flex: auto;
    width: 100%;
  }
}
.col2-department > .txt-box > p {
  line-height: 1.85;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .col2-department > .txt-box > p {
    line-height: normal;
    margin-top: 0;
  }
}
.col2-department > .txt-box > p.title {
  color: #079EEF;
  font-size: 3.2rem;
  line-height: normal;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .col2-department > .txt-box > p.title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.col2-department > .txt-box > p.title-maker {
  margin-bottom: 1.5rem;
}
.col2-department > .txt-box > p.txt-guide {
  margin-bottom: 3rem;
}
.col2-department > .txt-box > p.txt-guide:nth-last-child(1) {
  margin-bottom: 0;
}

.department-sub-wrapp {
  margin-bottom: 4rem;
}
.department-sub-wrapp:nth-last-of-type(1) {
  margin-top: 8rem;
  margin-bottom: 0;
}
.department-sub-wrapp .title-department-sub {
  padding: 2px 5px 4px 5px;
  background: #F2F2F2;
  font-size: 2.4rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .department-sub-wrapp .title-department-sub {
    font-size: 1.6rem;
  }
}
.department-sub-wrapp p {
  line-height: 1.85;
}

.col2-department-h4-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4.1em 4.878049%;
}
.col2-department-h4-wrapp > div {
  width: 47.5609755%;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div {
    width: 100%;
  }
}
.col2-department-h4-wrapp > div .department-item-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  padding: 2rem 1rem;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
}
.col2-department-h4-wrapp > div .department-item-box > .txt-box {
  flex: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-box > .txt-box {
    flex: auto;
    width: 100%;
    letter-spacing: normal;
  }
}
.col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list {
  border-collapse: collapse;
  width: auto;
  margin-top: -0.5rem;
  line-height: 1.85;
  empty-cells: hide;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list {
    line-height: normal;
    margin-top: 0;
  }
}
.col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list td {
  padding: 0;
  vertical-align: top;
}
.col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list td:nth-child(odd) {
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list td:nth-child(odd) {
    padding-right: 1rem;
  }
}
.col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list.machine td:nth-child(odd) {
  min-width: 22rem;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list.machine td:nth-child(odd) {
    min-width: auto;
  }
}
.col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list.welding td:nth-child(odd) {
  min-width: 21rem;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list.welding td:nth-child(odd) {
    min-width: auto;
  }
}
.col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list.tool {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list.tool {
    width: auto;
  }
}
.col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list.tool td {
  width: 46.7%;
}
.col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list.tool td:nth-child(odd) {
  width: 53.3%;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-box > .txt-box .tbl-list.tool td:nth-child(odd) {
    width: auto;
  }
}
.col2-department-h4-wrapp > div .department-item-box > .txt-box p {
  line-height: 1.85;
  margin-top: -0.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-box > .txt-box p {
    line-height: normal;
    margin-top: 0;
  }
}
.col2-department-h4-wrapp > div .department-item-box .fig-230 {
  width: 30.26316%;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-box .fig-230 {
    width: 100%;
    text-align: center;
  }
}
.col2-department-h4-wrapp > div .department-item-box .fig-290 {
  width: 38.15789%;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-box .fig-290 {
    width: 100%;
    text-align: center;
  }
}
.col2-department-h4-wrapp > div .department-item-box .fig-400 {
  width: 52.63158%;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-box .fig-400 {
    width: 100%;
    text-align: center;
  }
}
.col2-department-h4-wrapp > div .department-item-box .fig-410 {
  width: 53.94736%;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-box .fig-410 {
    width: 100%;
    text-align: center;
  }
}
.col2-department-h4-wrapp > div .department-item-box .fig-465 {
  width: 61.18421%;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-box .fig-465 {
    width: 100%;
    text-align: center;
  }
}
.col2-department-h4-wrapp > div .department-item-maker {
  padding: 2rem 1rem;
}
.col2-department-h4-wrapp > div .department-item-maker figure {
  margin-bottom: 1rem;
}
.col2-department-h4-wrapp > div .department-item-maker figure.fig-121 {
  width: 15.92105%;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-maker figure.fig-121 {
    width: 40%;
  }
}
.col2-department-h4-wrapp > div .department-item-maker figure.fig-151 {
  width: 19.86842%;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div .department-item-maker figure.fig-151 {
    width: 40%;
  }
}
.col2-department-h4-wrapp > div .department-item-maker p {
  line-height: 1.85;
  margin-top: -0.5rem;
  margin-bottom: 0;
}
.col2-department-h4-wrapp > div p.txt-explanation {
  line-height: 1.85;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .col2-department-h4-wrapp > div p.txt-explanation {
    line-height: normal;
    margin-top: 0;
  }
}

.col2-comp-logo-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 2rem;
}
.col2-comp-logo-box figure {
  width: 22.31482%;
  max-width: 241px;
}
@media screen and (max-width: 767px) {
  .col2-comp-logo-box figure {
    width: 60%;
    text-align: center;
  }
}
.col2-comp-logo-box > .txt-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .col2-comp-logo-box > .txt-box {
    flex: auto;
    width: 100%;
    text-align: center;
  }
}
.col2-comp-logo-box > .txt-box p {
  margin-bottom: 0;
}

.col3-comp-logo-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 4rem;
}
.col3-comp-logo-box figure {
  width: 22.31482%;
  max-width: 241px;
}
@media screen and (max-width: 767px) {
  .col3-comp-logo-box figure {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .col3-comp-logo-box figure img {
    width: auto;
    max-width: none;
    height: 50px;
  }
}
.col3-comp-logo-box figure.fig-301 {
  width: 27.87037%;
  max-width: 301px;
}
@media screen and (max-width: 767px) {
  .col3-comp-logo-box figure.fig-301 {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}

.list-wrapp {
  width: 100%;
  padding: 1.5rem 1rem;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
}
.list-wrapp ul {
  padding-left: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  line-height: 1.85;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .list-wrapp ul {
    line-height: normal;
    margin-top: 0;
  }
}
.list-wrapp ul li {
  width: 48%;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .list-wrapp ul li {
    width: 100%;
    max-width: none;
  }
}

.fs-15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fs-15 {
    font-size: 1.4rem;
  }
}

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

.home-wrapp-01 {
  width: 100%;
  max-width: 1920px;
  padding-left: 2.6%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .home-wrapp-01 {
    padding-left: 0;
  }
}
.home-wrapp-01 .wrapp-title {
  width: 57%;
  margin-bottom: 4.5rem;
  background: transparent;
  color: #079EEF;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-wrapp-01 .wrapp-title {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
.home-wrapp-01 .wrapp-title span {
  display: block;
}
.home-wrapp-01 .wrapp-title span.txt-01 {
  margin-bottom: 1rem;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .home-wrapp-01 .wrapp-title span.txt-01 {
    font-size: 2.5rem;
  }
}
.home-wrapp-01 .wrapp-title span.txt-02 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .home-wrapp-01 .wrapp-title span.txt-02 {
    font-size: 1.8rem;
  }
}
.home-wrapp-01 .home-01-contents {
  width: 95.65%;
  max-width: 1780px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .home-wrapp-01 .home-01-contents {
    width: 100%;
  }
}
.home-wrapp-01 .home-01-contents::before {
  content: "";
  display: block;
  width: 92%;
  height: 100%;
  background: rgba(7, 158, 239, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .home-wrapp-01 .home-01-contents::before {
    width: 100%;
  }
}
.home-wrapp-01 .home-01-contents figure {
  display: block;
  width: 45%;
  max-width: 800px;
  position: absolute;
  top: -12rem;
  right: 0;
  aspect-ratio: 800/530;
}
@media screen and (max-width: 767px) {
  .home-wrapp-01 .home-01-contents figure {
    width: 100%;
    position: static;
  }
}
.home-wrapp-01 .home-01-contents .txt-box {
  width: 52%;
  max-width: 915px;
  padding-top: 4rem;
  padding-bottom: 11rem;
  padding-left: 2.8%;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .txt-box {
    width: 100%;
    padding: 30px 20px;
    font-size: 1.6rem;
  }
}
.home-wrapp-01 .home-01-contents .txt-box p:nth-last-of-type(1) {
  margin-bottom: 0;
}

h4.h4-sub {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
  padding-left: 3.1rem;
  color: #079EEF;
  font-size: 2.7rem;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767px) {
  h4.h4-sub {
    flex-direction: column;
    padding-left: 2.5rem;
    font-size: 1.8rem;
  }
}
h4.h4-sub::before {
  content: "";
  display: block;
  background: url(img/icon-h4.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 screen and (max-width: 767px) {
  h4.h4-sub::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.5rem;
  }
}
h4.h4-sub .pad-rl {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  h4.h4-sub .pad-rl {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}
h4.h4-sub a {
  text-decoration: none;
  color: #079EEF;
}

#gallery-1 img {
  border: 0px solid #cfcfcf !important;
}

.gallery {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: -2.439% !important;
}
.gallery dl.gallery-item {
  width: 23.17075% !important;
  max-width: 380px;
  margin-right: 2.439%;
  margin-bottom: 2.439%;
  float: none !important;
  margin-top: 0 !important;
}
.gallery dl.gallery-item:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .gallery dl.gallery-item {
    width: calc((100% - 20px) / 2) !important;
    margin-right: 20px;
  }
  .gallery dl.gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.gallery dl.gallery-item dt img {
  width: 100%;
  height: auto;
  border: 0 !important;
}