@font-face {
  font-family: 'NotoSansJP';
  font-weight: 400;
  font-display: swap;
  src: local('NotoSansJP'),
       url(../font/NotoSansJP-Regular.woff2) format('woff2'),
       url(../font/NotoSansJP-Regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  font-weight: 700;
  font-display: swap;
  src: local('NotoSansJP'),
       url(../font/NotoSansJP-Bold.woff2) format('woff2'),
       url(../font/NotoSansJP-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Rajdhani';
  font-weight: 400;
  font-display: swap;
  src: local('Rajdhani'),
       url(../font/Rajdhani-Medium.woff2) format('woff2'),
       url(../font/Rajdhani-Medium.woff) format('woff');
}
@font-face {
  font-family: 'Rajdhani';
  font-weight: 500;
  font-display: swap;
  src: local('Rajdhani'),
       url("../font/Rajdhani-SemiBold.woff2") format('woff2'),
       url(../font/Rajdhani-SemiBold.woff) format('woff');
}
:root {
  --c-blue: #021e5f;
  --c-blue2: #1757e8;
  --c-pink: #f779b2;
}
body {
  color: #333;
  font-size: 1.6rem;
  font-family: 'NotoSansJP','Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
  font-weight: 400;
  line-height: 2;
  min-width: 320px;
  max-width: 1920px;
  overflow-x: hidden;
  margin: auto;
}
.section {
  padding-top: 85px;
  padding-bottom: 85px;
}
.column ~ .column {
  margin-top: 60px;
}
.body {
  max-width: calc(100% - 30px);
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:768px) {
  html { font-size:9px }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .column ~ .column {
    margin-top: 40px;
  }
}
@media (max-width:320px) {
  html { font-size:8.5px }
}
@media print {
  body { width:1200px }
}

a.link {
  color: var(--c-blue2);
}
a.link img {
  transition: .2s;
}
a.link:hover {
  text-decoration: underline;
}
a.link:hover img {
  opacity: .8;
}

.scroll-sw {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: .2s;
}
.js-scroll .scroll-sw:not(.default),
body:not(.js-scroll) .scroll-sw.default {
  height: auto;
  opacity: 1;
}

@media (min-width:1181px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:1180px) {
  .header-pc {
    display: none !important;
  }
}

.bg-gray {
  max-width: 100%;
  width: 1600px;
  padding-top: 80px;
  background: url(../images/common/bg-1.png) 5% 20px no-repeat, url(../images/common/bg-2.png) right 5% top 20px no-repeat;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:768px) {
  .bg-gray {
    padding-top: 50px;
    background: url(../images/common/bg-1.png) 5% 20px /25% auto no-repeat, url(../images/common/bg-2.png) right 0 top 20px /25% auto no-repeat;
  }
}

.mce-area a[href] {
  color: var(--c-blue2);
}

table.default tr > td a[href] {
  color: var(--c-blue2);
  /*transition: .2s;*/
}
table.default tr > td a[href]:hover {
  /*
  opacity: 0.8;
  transition: .2s;
  */
  text-decoration: underline;
}

/* ****************************************************************************************************
   * header
**************************************************************************************************** */

.sp-text {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.2;
  padding: 5px;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  height: 110px;
  transition: .2s;
}
.js-scroll #header {
  background: #fff;
}
#header > div {
  max-width: 100%;
  width: 1600px;
  height: 96px;
  padding: 0 20px;
  margin: 0 auto;
}
#header .row-1 {
  display: flex;
  justify-content: space-between;
  padding: .5em 0 0;
}
#header .row-1 .text {
  font-size: 1.2rem;
  line-height: 1.33;
}
#header .row-1 .tel {
  font-size: 1.8rem;
  font-family: 'Rajdhani',sans-serif;
  font-weight: 700;
}
#header .row-1 .tel .js-tel {
  font-size: 1.388em;
  display: inline-block;
  line-height: 1;
  margin-left: .1em;
}
#header .row-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width:1181px) {
  #header {
    position: fixed;
    color: #fff;
  }
  .js-scroll #header {
    color: #333;
  }
}
@media (max-width:1180px) {
  #header {
    height: 50px;
  }
  #header > div {
    height: 50px;
    padding: 0 5px;
  }
  #header .row-2 .logo img {
    height: 40px;
    margin-top: 5px;
  }
}

#global-nav .sf-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5em;
}
@media (max-width:1360px) {
  #global-nav .sf-menu {
    gap: 1em;
  }
}
#global-nav .sf-menu > li {
  position: relative;
  white-space: nowrap;
}
#global-nav .sf-menu > li > a,
#global-nav .sf-menu > li ul li a {
  display: block;
}
#global-nav .sf-menu > li > a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: .2s;
}
.js-scroll #global-nav .sf-menu > li > a:after {
  background: #333;
}
#global-nav .sf-menu > li > a:hover:after,
#global-nav .sf-menu > li.current > a:after {
  left: 0;
  width: 100%;
}
#global-nav .sf-menu > li > ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  color: #333;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
#global-nav .sf-menu > li > ul li ~ li {
  border-top: 1px solid #ccc;
}
#global-nav .sf-menu > li > ul li a {
  display: block;
  padding: .5em 1em;
  transition: .2s;
}
#global-nav .sf-menu > li > ul li a:hover {
  background: #f2f2f2;
}
#global-nav .sf-menu > li > a.btn {
  width: 140px;
  height: 50px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 50px;
  background: var(--c-blue);
}
#global-nav .sf-menu > li > a.btn img {
  vertical-align: middle;
  margin-right: .4em;
  margin-top: -4px;
}
#global-nav .sf-menu > li > a.btn[href*="recruit"] {
  
}
#global-nav .sf-menu > li > a.btn[href*="contact"] {
  background: var(--c-blue2);
}
@media (max-width:1320px) {
  #header > div {
    padding: 0 10px;
  }
  #global-nav {
    padding-left: 1em;
  }
  #global-nav .sf-menu > li > a.btn {
    width: 130px;
  }
}
@media (max-width:1250px) {
  #global-nav .sf-menu {
    gap: 1.1em;
  }
  #global-nav .sf-menu > li > a.btn {
    width: 125px;
    font-size: .9em;
  }
  #global-nav .sf-menu > li > a.btn img {
    max-height: 1em;
  }
}

@media (max-width:1180px) {
  #wrapper {
    position: relative;
    left: 0;
    transition: .2s;
  }
  .nav-active #wrapper {
    left: -290px;
  }
  #global-nav {
    position: fixed;
    top: 0;
    right: -290px;
    width: 290px;
    display: block;
    min-height: 100%;
    overflow-y: auto;
    padding-left: 0;
    background: #fff;
    transition: .2s right;
  }
  .nav-active #global-nav {
    right: 0;
  }
  #global-nav .sf-menu {
    display: block;
  }
  #global-nav .sf-menu > li ~ li {
    border-top: 1px solid #ccc;
  }
  #global-nav .sf-menu > li > a {
    display: block;
    padding: .75em;
  }
  #global-nav .sf-menu > li.current > a {
    color: var(--c-blue);
  }
  #global-nav .sf-menu > li.parent {
    position: relative;
  }
  #global-nav .sf-menu > li.parent:after {
    content: '＋';
    display: block;
    position: absolute;
    top: .75em;
    right: .5em;
  }
  #global-nav .sf-menu > li.parent.active:after {
    content: '―';
  }
  #global-nav .sf-menu > li.parent > a {
    width: calc(100% - 50px);
  }
  #global-nav .sf-menu > li > a:after {
    content: none;
  }
  #global-nav .sf-menu > li > ul {
    position: static;
    box-shadow: none;
    border-top: 1px dotted #ccc;
  }
  #global-nav .sf-menu > li > ul li ~ li {
    border-top: 1px dotted #ccc;
  }
  #global-nav .sf-menu > li > a.btn {
    width: 100%;
    height: auto;
    line-height: 1;
    font-size: 1em;
    padding: 1.5em 0;
  }
}

.page-lower #visual {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;;
  color: #fff;
  background: var(--c-blue);
}
.page-lower #visual .title-1 {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  color: inherit;
  margin-bottom: 0;
}
.page-lower #visual .title-1:after {
  content: attr(data-txt);
  display: block;
  text-align: center;
  font-size: .6em;
  font-family: 'Rajdhani',sans-serif;
  color: inherit;
  text-transform: uppercase;
}
@media (min-width:1181px) {
  .page-lower #visual {
    padding-top: 50px;
  }
}
@media (max-width:1180px) {
  .page-lower #visual {
    height: 400px;
  }
}
@media (max-width:768px) {
  .page-lower #visual {
    height: auto;
    padding: 50px 0;
  }
  .page-lower #visual .title-1 {
    font-size: 4rem;
  }
}
@media (max-width:540px) {
  .page-lower #visual .title-1 {
    font-size: 3.2rem;
  }
}

/* ****************************************************************************************************
   * main
**************************************************************************************************** */

.page-nav {
  
}
.page-nav ul {
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
}
.page-nav li a {
  position: relative;
  max-width: 100%;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  color: var(--c-blue);
  padding: 0 1em;
  background: #fff;
  border: 1px solid var(--c-blue);
  transition: .2s;
}
.page-nav li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--c-blue);
  border-right: 2px solid var(--c-blue);
  transform: rotate(45deg);
  margin-top: -4px;
  transition: .2s;
}
.page-nav li a:hover:after {
  right: .85em;
}
.page-nav li a:hover,
.page-nav li.current a {
  background: var(--c-blue);
  color: #fff;
}
.page-nav li a:hover:after,
.page-nav li.current a:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media (max-width:768px) {
  .page-nav li a {
    width: 260px;
    height: 45px;
  }
}

#main .list-1 {
  
}
#main .list-1 .item {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25em 0;
  border-bottom: 1px solid #ddd;
}
#main .list-1 .item .time {
  width: 7.5em;
  font-weight: 700;
  color: var(--c-blue2);
}
#main .list-1 .item .title {
  width: calc(100% - 7.5em);
}
#main .list-1 .item[href]:hover {
  color: var(--c-blue2);
}
@media (max-width:768px) {
  #main .list-1 .item .time,
  #main .list-1 .item .title {
    width: 100%;
  }
}

.page-footer-nav {
  background: #eee;
  padding: 60px 0;
}
.page-footer-nav .title-1 {
  text-align: center !important;
}
.page-footer-nav .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-footer-nav .list .item {
  width: 48%;
  position: relative;
  display: block;
  aspect-ratio: 33 / 22;
  overflow: hidden;
  background: #ccc;
}
.page-footer-nav .list .item:only-child {
  width: 100%;
}
.page-footer-nav .list .item:nth-child(n+3) {
  margin-top: 4%;
}
.page-footer-nav .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}
.page-footer-nav .list .item:hover img {
  transform: scale(1.05);
}
.page-footer-nav .list .item .title-2 {
  position: absolute;
  left: .8em;
  right: .8em;
  bottom: 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  padding-left: 0 !important;
}
.page-footer-nav .list .item .title-2:before {
  content: none;
}
.page-footer-nav .list .item .title-2:after {
  content: attr(data-txt);
  display: block;
  font-size: .63em;
  font-family: 'Rajdhani',sans-serif;
  color: inherit;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media (max-width:540px) {
  .page-footer-nav .list .item {
    width: 100%;
    aspect-ratio: 5 / 2;
  }
  .page-footer-nav .list .item ~ .item {
    margin-top: 4%;
  }
}

.page-footer-nav-2 {
  background: #eee;
  padding: 60px 0;
}
.page-footer-nav-2 .body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-footer-nav-2 .title-1 {
  width: 260px;
  text-align: left !important;
}
.page-footer-nav-2 .list {
  max-width: 700px;
  width: calc(100% - 260px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-footer-nav-2 .list .item {
  width: 48%;
  position: relative;
  display: block;
  aspect-ratio: 33 / 22;
  overflow: hidden;
  background: #ccc;
}
.page-footer-nav-2 .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}
.page-footer-nav-2 .list .item:hover img {
  transform: scale(1.05);
}
.page-footer-nav-2 .list .item .title-2 {
  position: absolute;
  left: .8em;
  right: .8em;
  bottom: 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  padding-left: 0;
}
.page-footer-nav-2 .list .item .title-2:before {
  content: none;
}
.page-footer-nav-2 .list .item .title-2:after {
  content: attr(data-txt);
  display: block;
  font-size: .63em;
  font-family: 'Rajdhani',sans-serif;
  color: inherit;
  text-transform: uppercase;
}
@media (max-width:1080px) {
  .page-footer-nav-2 .body {
    justify-content: center;
  }
  .page-footer-nav-2 .title-1 {
    width: 100%;
    text-align: center !important;
  }
  .page-footer-nav-2 .list {
    width: 100%;
  }
}
@media (max-width:768px) {
  .page-footer-nav-2 .list .item {
    width: 49%;
  }
}

@media (max-width:736px) {
  .page-footer-nav-2 .list .item {
    width: 49%;
  }
  .page-footer-nav-2 .list .item .title span {
    font-size: 3.2vw;
  }
  .page-footer-nav-2 .list .item .title small {
    font-size: 2vw;
  }
}

/* ****************************************************************************************************
   * footer
**************************************************************************************************** */

.page-lower #footer {
  margin-top: 50px;
}
#footer .contact {
  color: #fff;
  background: url("../images/common/contact-bg.jpg?202509") center center /cover no-repeat var(--c-blue);
}
#footer .contact .title-1 {
  text-align: center;
}
#footer .contact .title-1,
#footer .contact .title-1 span {
  color: #fff;
}
#footer .contact .body {
  justify-content: space-between;
  align-items: center;
}
#footer .contact .tel-mail {
  align-items: center;
  justify-content: center;
  gap: 2em;
  margin-top: 3em;
}
#footer .contact .tel-mail .tel > div {
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Rajdhani',sans-serif;
  line-height: 1;
}
#footer .contact .tel-mail .tel .number {
  font-size: 1.66em;
  line-height: 1;
}
#footer .contact .tel-mail .tel small {
  
}
#footer .contact .tel-mail .mail {
}
#footer .contact .tel-mail .mail .btn-2 {
  width: 480px;
  height: 90px;
  font-size: 1.8rem;
  justify-content: center;
}
#footer .contact .tel-mail .mail .btn-2 img {
  vertical-align: middle;
  margin-right: .4em;
}
@media (max-width:1080px) {
  #footer .contact .title-1 {
    width: 100%;
    text-align: center;
    margin: 0 auto 2em;
  }
  #footer .contact .tel-mail {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width:768px) {
  #footer .contact .tel-mail {
    gap: 1em;
    justify-content: center;
  }
  #footer .contact .tel-mail .tel {
    text-align: center;
  }
  #footer .contact .tel-mail .mail {
    width: 100%;
  }
  #footer .contact .tel-mail .mail .btn-2 {
    max-width: 100%;
    width: 320px;
    height: 70px;
    margin: 0 auto;
  }
}

#footer .nav {
  background: #eee;
  padding: 50px 0;
}
#footer .nav .body > ul {
}
#footer .nav .body > ul > li ~ li {
  margin-top: .75em;
}
#footer .nav .body a {
  position: relative;
  display: block;
  padding-top: .25em;
  padding-bottom: .25em;
  padding-left: 1.4em;
}
#footer .nav .body a:hover {
  color: var(--c-blue);
}
#footer .nav .body > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--c-blue);
  border-right: 2px solid var(--c-blue);
  transform: rotate(45deg);
  margin-top: -3px;
}
#footer .nav .body > ul > li ul {
  margin-left: 1em;
}
#footer .nav .body > ul > li ul li a {
  padding-left: 1em;
}
#footer .nav .body > ul > li ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #021e5f;
}

#footer .footer {
  padding-top: 50px;
  padding-bottom: 30px;
}
#footer .footer .row-1 {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5em;
  column-gap: 2em;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

@media (max-width:768px) {
  #footer .nav {
    padding: 10px 0;
  }
  #footer .nav .body {
    display: block;
  }
}
@media (max-width:540px) {
  #footer .footer .row-1 .logo img {
    max-height: 50px;
  }
}
#footer .footer .bnr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: 2em;
}

@media (max-width:768px) {
  #sitemap-trigger {
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: .5em;
    background: var(--c-blue);
  }
  #sitemap-trigger:after {
    content: '＋';
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    color: #fff;
    transform: translateY(-50%);
  }
  #sitemap-trigger.active:after {
    content: '―';
  }
  #sitemap-trigger + .nav {
    display: none;
  }
}

#footer .copyright {
  font-size: 1.4rem;
  text-align: center;
  padding: 1em 0;
}

@media (max-width:768px) {
  #pagetop {
    transition: .2s;
  }
  .nav-active #pagetop {
    right: calc( 3.125% + 290px);
  }
  #sp-footer-nav {
    position: webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 9998;
    width: 100%;
  }
  #sp-footer-nav ul {
    width: 100%;
    display: flex;
  }
  #sp-footer-nav ul li {
    flex-grow: 1;
  }
  #sp-footer-nav ul li a {
    display: block;
    text-align: center;
  }
  #sp-footer-nav ul li a img {
    max-height: 60px;
  }
}
