@charset "UTF-8";
/*
Theme Name: InterProgress
Description: original theme
Author: Dotone
*/
/* CSS Document */
/*reset css--------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  word-break: break-word;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, improve, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
}

/*reset css--------------------*/
/*base--------------------*/
a, input[type="submit"] {
  transition: all 0.3s;
}

a:hover, input[type="submit"]:hover {
  opacity: 0.8;
  cursor: pointer;
}

html {
  -webkit-text-size-adjust: 100%;
}

/*base--------------------*/
/*animation--------------------*/
.js-fade-block {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1200ms;
}

.js-fade-up * {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1200ms;
}

.js-fade-time {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1200ms;
}

.js-fade-bg {
  opacity: 0;
  transform: translate(0, 0px);
  transition: all 800ms;
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/*animation--------------------*/
body, a {
  color: #333333;
}

/*display--------------------*/
.u-display-md {
  display: none;
}

@media screen and (max-width: 782px) {
  .u-display-md {
    display: block;
  }
}

.u-display-pc {
  display: none;
}

@media screen and (min-width: 783px) {
  .u-display-pc {
    display: block;
  }
}

/*display--------------------*/
/*font--------------------*/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 1365px) {
  html {
    font-size: 55%;
  }
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 50%;
  }
}

body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.c-font-bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

/*font--------------------*/
/*inner--------------------*/
.l-inner-w {
  max-width: 182rem;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 782px) {
  .l-inner-w {
    max-width: inherit;
    width: 92%;
  }
}

.l-inner-s {
  max-width: 128rem;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .l-inner-s {
    max-width: inherit;
    width: 92%;
  }
}

.l-inner-70 {
  max-width: 128rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .l-inner-70 {
    max-width: inherit;
    width: 92%;
  }
}

/*inner--------------------*/
/*scroll--------------------*/
#topscroll {
  position: fixed;
  bottom: 40px;
  right: 10px;
  border: 2px solid #7FBE28;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#topscroll .fa-caret-up {
  color: #7FBE28;
  font-size: 2.0rem;
}

#topscroll p {
  font-size: 1.4rem;
  color: #7FBE28;
}

/*scroll--------------------*/
/*padding--------------------*/
@media screen and (min-width: 783px) {
  .pc-pt-10 {
    padding-top: 10px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pt-20 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pt-30 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pt-40 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pt-50 {
    padding-top: 50px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pt-60 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pt-70 {
    padding-top: 70px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pt-80 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pt-90 {
    padding-top: 90px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pt-100 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pb-10 {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pb-20 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pb-30 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pb-40 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pb-50 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pb-60 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pb-70 {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pb-80 {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pb-90 {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 783px) {
  .pc-pb-100 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 782px) {
  .sp-p-24 {
    padding: 24px;
  }
}

@media screen and (max-width: 782px) {
  .sp-pt-10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 782px) {
  .sp-pt-15 {
    padding-top: 15px;
  }
}

@media screen and (max-width: 782px) {
  .sp-pt-20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 782px) {
  .sp-pt-30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 782px) {
  .sp-pt-40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 782px) {
  .sp-pb-40 {
    padding-bottom: 40px;
  }
}

.pt-30 {
  padding-top: 30px;
}

.pb-25 {
  padding-bottom: 2.5rem;
}

.p-tb50 {
  padding: 5rem 0;
}

/*padding--------------------*/
/*margin--------------------*/
.mb-0 {
  margin-bottom: 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mbt-40 {
  margin: 40px 0;
}

@media screen and (min-width: 783px) {
  .pc-mt-0 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mt-10 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mt-20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mt-30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mt-40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mt-50 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mt-60 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mt-70 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mt-80 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mt-90 {
    margin-top: 90px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mt-100 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mb-0 {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mb-10 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mb-15 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mb-20 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mb-30 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mb-40 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mb-50 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mb-60 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mb-70 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mb-80 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mb-90 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mb-100 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mt-0 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mt-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mt-20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mt-30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mt-40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mt-50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mt-60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mt-70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mt-80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mt-90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mt-100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mb-0 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mb-10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mb-15 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mb-20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mb-30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mb-40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mb-50 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mb-60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mb-70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mb-80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mb-90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 782px) {
  .sp-mb-100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 783px) {
  .pc-mb-8rem {
    margin-bottom: 8rem;
  }
}

/*margin--------------------*/
/*error--------------------*/
.error404 {
  line-height: 2.5;
  text-align: center;
  padding: 10rem 0;
}

.error404 .error-link {
  margin-bottom: 50px;
}

/*error--------------------*/
/*align-items--------------------*/
.pc-align-items-center {
  align-items: center !important;
}

@media screen and (max-width: 782px) {
  .pc-align-items-center {
    align-items: initial !important;
  }
}

/*align-items--------------------*/
/*flex-direction--------------------*/
@media screen and (max-width: 782px) {
  .sp-flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
}

/*flex-direction--------------------*/
/*wp-block-columns--------------------*/
.wp-block-columns {
  gap: 0 !important;
}

.wp-block-columns .wp-block-column:nth-of-type(even) {
  margin-left: 5rem;
}

@media screen and (max-width: 782px) {
  .wp-block-columns .wp-block-column:nth-of-type(even) {
    margin-left: 0;
  }
}

/*wp-block-columns--------------------*/
/*txt-align--------------------*/
.c-txt-left {
  text-align: left;
}

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

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

/*txt-align--------------------*/
/*lign-height--------------------*/
@media screen and (min-width: 783px) {
  .lh-25 {
    line-height: 2.5;
  }
}

/*lign-height--------------------*/
/*header--------------------*/
.l-header {
  background: #FFFFFF;
  height: 10rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 5px solid #19489A;
  z-index: 999999;
  background: #FFFFFF;
}

@media screen and (max-width: 782px) {
  .l-header {
    height: 70px;
  }
}

.l-header__inner {
  height: 100%;
}

.l-header__frame {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__logo {
  font-size: 3.8rem;
  line-height: 1.23684;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  color: #0C3860;
}

.l-header__logo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.l-header__logo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

@media screen and (max-width: 1365px) {
  .l-header__logo {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .l-header__logo {
    font-size: 2.2rem;
  }
}

.l-header__logo-span {
  display: block;
  font-family: 'Yu Gothic', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.21429;
}

.l-header__logo-span::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * .5em);
  content: "";
}

.l-header__logo-span::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * .5em);
  content: "";
}

@media screen and (max-width: 782px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__group {
  display: flex;
  align-items: center;
}

.l-header__group-list:not(:last-of-type) {
  margin-right: 4rem;
}

@media screen and (max-width: 1023px) {
  .l-header__group-list:not(:last-of-type) {
    margin-right: 3rem;
  }
}

.l-header__group-link {
  font-size: 1.6rem;
  line-height: 1.3125;
  color: #19489A;
}

.l-header__group-link::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.l-header__group-link::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

@media screen and (max-width: 1023px) {
  .l-header__group-link {
    font-size: 1.4rem;
  }
}

.l-header__group-link02 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  pointer-events: none;
}

.l-header__group-link02:hover {
  opacity: 1;
}

.l-header__group-link03 {
  background: #19489A;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 3rem;
}

.l-header__phone {
  width: 1.7rem;
  object-fit: contain;
}

.l-header__btn {
  display: none;
}

@media screen and (max-width: 782px) {
  .l-header__btn {
    display: flex;
    height: 24px;
  }
}

.l-header__mail {
  display: none;
  height: 24px;
  object-fit: contain;
  padding-right: 15px;
}

@media screen and (max-width: 782px) {
  .l-header__mail {
    display: block;
  }
}

.l-header__menu {
  display: none;
  height: 24px;
  object-fit: contain;
  padding-left: 15px;
  border-left: 1px solid #DDDDDD;
  margin-top: 2px;
}

@media screen and (max-width: 782px) {
  .l-header__menu {
    display: block;
  }
}

.l-header__sp {
  display: none;
  border-top: 5px solid #19489A;
  position: fixed;
  top: -1000px;
  left: 0;
  width: 100%;
  z-index: 99999999;
  transition: all 0.3s;
}

@media screen and (max-width: 782px) {
  .l-header__sp {
    display: block;
  }
}

.l-header__sp-cover {
  background: #FFFFFF;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 782px) {
  .l-header__sp-top {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: inherit;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 782px) {
  .l-header__sp .l-header__nav {
    display: block;
    background: #FFFFFF;
  }
}

.l-header__sp .l-header__group {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 782px) {
  .l-header__sp .l-header__group {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 782px) {
  .l-header__sp .l-header__group-list {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
  }
}

.l-header__sp .l-header__group-list:not(:last-of-type) {
  margin-right: 6rem;
}

@media screen and (max-width: 782px) {
  .l-header__sp .l-header__group-list:not(:last-of-type) {
    margin-right: 0;
  }
}

@media screen and (max-width: 782px) {
  .l-header__sp .l-header__group-link {
    padding: 20px 4%;
    color: #333333;
    font-size: 14px;
    width: 100%;
    display: block;
    position: relative;
  }
  .l-header__sp .l-header__group-link::before {
    content: '';
    width: 11px;
    height: 18px;
    object-fit: contain;
    background-image: url(./images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 60%;
    right: 4rem;
    transform: translateY(-60%);
  }
}

@media screen and (max-width: 782px) and (max-width: 782px) {
  .l-header__sp .l-header__group-link::before {
    right: 4%;
  }
}

.l-header .c-contact {
  background: rgba(25, 72, 154, 0.75);
}

@media screen and (max-width: 782px) {
  .js-spnav.active {
    top: 0;
  }
}

@media screen and (max-width: 782px) {
  .js-spnav.active {
    height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

/*header--------------------*/
/*main--------------------*/
.l-main {
  margin-top: 10rem;
}

@media screen and (max-width: 782px) {
  .l-main {
    margin-top: 70px;
  }
}

/*main--------------------*/
/*footer--------------------*/
.l-footer {
  color: #19489A;
}

@media screen and (max-width: 782px) {
  .l-footer {
    text-align: center;
  }
}

.l-footer__frame {
  display: flex;
  align-items: center;
  padding: 6rem 0;
}

@media screen and (max-width: 782px) {
  .l-footer__frame {
    padding: 70px 0;
  }
}

.l-footer__box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 10rem;
}

@media screen and (max-width: 782px) {
  .l-footer__box {
    width: 100%;
    align-items: center;
    padding-left: 0;
  }
}

.l-footer__box-lead {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 782px) {
  .l-footer__box-lead {
    font-size: 26px;
  }
}

.l-footer__box-span {
  font-size: 1.6rem;
  font-family: 'Yu Gothic', sans-serif;
  font-weight: bold;
  font-style: normal;
  display: block;
  margin-top: 1.5rem;
}

@media screen and (max-width: 782px) {
  .l-footer__box-span {
    font-size: 18px;
    margin-top: 55px;
  }
}

.l-footer__box-txt {
  font-size: 1.6rem;
  line-height: 1.5;
}

.l-footer__box-txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.l-footer__box-txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

@media screen and (max-width: 782px) {
  .l-footer__box-txt {
    font-size: 14px;
  }
}

.l-footer__nav {
  width: 50%;
}

@media screen and (max-width: 782px) {
  .l-footer__nav {
    display: none;
  }
}

.l-footer__group {
  display: flex;
}

.l-footer__group-list:not(:last-of-type) {
  margin-right: 6.4rem;
}

.l-footer__group-link {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #0C3860;
}

.l-footer__group-link::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * .5em);
  content: "";
}

.l-footer__group-link::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * .5em);
  content: "";
}

.l-footer__group:not(:last-of-type) {
  margin-bottom: 2.2rem;
}

.l-footer__copy {
  background: #19489A;
  color: #FFFFFF;
  text-align: center;
  padding: 1.2rem 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 782px) {
  .l-footer__copy {
    padding: 20px 0;
    font-size: 12px;
  }
}

/*footer--------------------*/
/*links--------------------*/
.c-links__catch {
  background-image: url(images/leister_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 26rem;
  position: relative;
}

@media screen and (max-width: 782px) {
  .c-links__catch {
    height: 180px;
  }
}

.c-links__catch-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 8rem 0 10rem 0;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.06667;
  color: #19489A;
}

@media screen and (max-width: 782px) {
  .c-links__catch-link {
    flex-direction: column;
    align-items: center;
  }
}

.c-links__catch-span {
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #19489A;
}

@media screen and (max-width: 782px) {
  .c-links__catch-span {
    margin: 5px 0;
  }
}

.c-links__catch .c-frame {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 782px) {
  .c-links__catch .c-frame {
    top: 80%;
  }
}

.c-links__group {
  display: flex;
  height: 54rem;
}

@media screen and (max-width: 782px) {
  .c-links__group {
    height: auto;
    flex-direction: column;
  }
}

.c-links__group-list {
  width: 50%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 782px) {
  .c-links__group-list {
    width: 100%;
    height: 234px;
  }
}

.c-links__group-list:first-of-type {
  background-image: url(images/company_bg.jpg);
}

.c-links__group-list:last-of-type {
  background-image: url(images/recruit_bg.jpg);
}

.c-links__group-ttl {
  font-size: 4rem;
  text-shadow: 2px 3px 10px rgba(51, 51, 51, 0.59);
  position: absolute;
  top: 50%;
  left: 11rem;
  transform: translateY(-50%);
}

.c-links__group-ttl a {
  color: #FFFFFF;
  display: inline-block;
  width: fit-content;
}

@media screen and (max-width: 782px) {
  .c-links__group-ttl {
    left: 43px;
  }
}

.c-links__group-link {
  width: 100%;
  height: 100%;
  display: block;
}

/*links--------------------*/
/*contact--------------------*/
.c-contact {
  color: #FFFFFF;
  text-align: center;
  background: #19489A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.2rem 0;
  position: relative;
}

@media screen and (max-width: 782px) {
  .c-contact {
    flex-direction: column;
    padding: 40px 0;
  }
}

.c-contact::before {
  content: "";
  width: 18rem;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (max-width: 782px) {
  .c-contact::before {
    display: none;
  }
}

.c-contact__tel {
  width: 30rem;
}

@media screen and (max-width: 782px) {
  .c-contact__tel {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 783px) {
  .c-contact__tel a[href^="tel:"] {
    pointer-events: none;
  }
}

.c-contact__tel-lead {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.c-contact__tel-link {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  color: #FFFFFF;
  text-align: center;
  display: block;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.c-contact__tel-image {
  width: 2.5rem;
  object-fit: contain;
  margin-right: 1rem;
}

.c-contact__tel-hour {
  font-size: 1.4rem;
}

.c-contact__mail {
  width: 30rem;
  margin-left: 18rem;
}

@media screen and (max-width: 782px) {
  .c-contact__mail {
    margin-left: 0;
  }
}

.c-contact__mail-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 0;
  text-align: center;
  border-radius: 36px;
  background: #FFB100;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
}

.c-contact__mail-image {
  width: 2.3rem;
  object-fit: contain;
  margin-right: 2.2rem;
}

/*contact--------------------*/
/*gap--------------------*/
.l-gap {
  margin-top: -10rem;
  padding-top: 10rem;
}

@media screen and (max-width: 782px) {
  .l-gap {
    margin-top: -70px;
    padding-top: 70px;
  }
}

/*gap--------------------*/
/*form--------------------*/
.l-form__search {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
}

.l-form form {
  width: 100%;
  display: flex;
}

.l-form form input[type="text"] {
  width: 100%;
  padding: 6px;
  border-radius: 6px 0 0 6px;
  border: 1px solid #ccc;
}

.l-form form input[type="submit"] {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid #ccc;
  border-left: none;
  margin-left: auto;
  border-radius: 0 6px 6px 0;
  appearance: none;
  -webkit-appearance: none;
  color: #333333;
}

/*form--------------------*/
/*pager--------------------*/
.pager {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 50px 0;
}

.pager .wp-pagenavi {
  font-size: 1.9rem;
}

.pager .wp-pagenavi a {
  color: #19489A;
}

.pager .pages {
  margin-right: 20px;
}

.pager .wp-pagenavi .current,
.pager .wp-pagenavi a.page {
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #19489A;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
}

.pager .wp-pagenavi .current {
  border: none;
  background: #19489A;
  color: #fff;
}

.pager .wp-pagenavi a.page:hover {
  background: #19489A;
  color: #fff;
  opacity: 1;
}

.pager .wp-pagenavi .first,
.pager .wp-pagenavi .extend {
  margin-right: 10px;
}

.pager .wp-pagenavi .previouspostslink,
.pager .wp-pagenavi .nextpostslink {
  display: none;
}

.single-pager {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 782px) {
  .single-pager {
    flex-direction: column;
  }
}

.single-pager-list {
  width: 48%;
  height: 10rem;
  position: relative;
}

@media screen and (max-width: 782px) {
  .single-pager-list {
    width: 100%;
  }
}

.single-pager-list::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.25);
}

.single-pager-list a {
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.92rem;
  padding: 5rem 0 0 2rem;
  position: relative;
  z-index: 0;
}

.single-pager-list span {
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: #ffffff;
  font-size: 1.2rem;
}

@media screen and (max-width: 782px) {
  .single-pager-list:first-of-type {
    margin-bottom: 15px;
  }
}

.single-pager-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/*pager--------------------*/
/*fv--------------------*/
.c-fv {
  height: 48rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #FFFFFF;
}

.c-fv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  width: 100%;
}

.c-fv__box-ttl {
  font-size: 4.2rem;
  line-height: 1.5;
  text-shadow: 2px 3px 10px rgba(51, 51, 51, 0.59);
}

.c-fv__box-span {
  font-size: 2.8rem;
  display: block;
  margin-top: 2rem;
  text-shadow: 2px 3px 10px rgba(51, 51, 51, 0.59);
  text-transform: uppercase;
}

/*fv--------------------*/
/*eyecatch--------------------*/
.c-eyecatch-fv__box {
  padding: 100px 0 70px 0;
}

@media screen and (max-width: 782px) {
  .c-eyecatch-fv__box {
    padding: 48px 0 15px 0;
  }
}

.c-eyecatch-fv__box-ttl {
  font-size: 28px;
  color: #19489A;
}

@media screen and (max-width: 782px) {
  .c-eyecatch-fv__box-ttl {
    font-size: 24px;
  }
}

.c-eyecatch-fv__box-span {
  font-size: 16px;
  display: block;
  color: #ccc;
  margin-top: 1rem;
}

@media screen and (max-width: 782px) {
  .c-eyecatch-fv__box-span {
    font-size: 14px;
  }
}

/*eyecatch--------------------*/
/*bg--------------------*/
.c-bg-blue {
  background: #19489A;
}

.c-bg-gray {
  background: #F7F7F7;
}

.c-bg-white {
  background: #ffffff;
}

/*txt-align--------------------*/
/*border--------------------*/
.c-bt {
  border-top: 4px solid #19489A;
}

.c-bb {
  border-bottom: 4px solid #19489A;
}

/*border--------------------*/
/*breascrumbs--------------------*/
.c-breadcrumbs {
  display: flex;
  align-items: center;
  padding: 12px 0 40px 0;
}

@media screen and (max-width: 782px) {
  .c-breadcrumbs {
    padding: 10px 0 30px 0;
  }
}

.c-breadcrumbs-link, .c-breadcrumbs-span {
  font-size: 11px;
}

.c-breadcrumbs-link {
  color: #19489a;
}

.c-breadcrumbs-span {
  color: #666666;
}

/*breascrumbs--------------------*/
/*btn--------------------*/
.c-frame {
  position: relative;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.c-frame::before {
  content: '';
  width: 1.6rem;
  height: 1.4rem;
  object-fit: contain;
  background-image: url(./images/arrow02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 65%;
  right: 0;
  transform: translateY(-65%);
  position: absolute;
}

.c-frame-btn {
  color: #2956A4;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.78571;
  border-bottom: 2px solid #2956A4;
}

.c-frame-btn::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: "";
}

.c-frame-btn::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: "";
}

/*btn--------------------*/
/*color--------------------*/
.c-white {
  color: #FFFFFF;
}

/*color--------------------*/
/*group--------------------*/
.c-group-4 {
  max-width: 128rem;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 40px 0;
}

@media screen and (max-width: 1023px) {
  .c-group-4 {
    max-width: inherit;
    width: 92%;
    padding: 0 0 40px 0;
  }
}

.c-group-4 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c-group-4 ul {
    justify-content: space-between;
  }
}

.c-group-4 li {
  width: calc(100%/4 - 15rem/4);
  border: 1px solid #19489A;
  color: #19489A;
  text-align: center;
  margin-top: 0 !important;
}

@media screen and (max-width: 1023px) {
  .c-group-4 li {
    width: 48%;
    margin-bottom: 12px;
  }
}

.c-group-4 li::before {
  content: '';
  width: 1.1rem;
  height: 1.8rem;
  object-fit: contain;
  background-image: url(./images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 55%;
  right: 10px;
  transform: translateY(-55%);
}

.c-group-4 li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #19489A;
  font-size: 1.6rem;
  padding: 2rem 0;
}

.c-group-4 li .smb-list__icon {
  display: none;
}

.c-group-4 li:not(:last-of-type) {
  margin-right: 5rem;
}

@media screen and (max-width: 1023px) {
  .c-group-4 li:not(:last-of-type) {
    margin-right: 0;
  }
}

.c-group-3 {
  max-width: 128rem;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 40px 0;
}

@media screen and (max-width: 1023px) {
  .c-group-3 {
    max-width: inherit;
    width: 92%;
    padding: 0 0 40px 0;
  }
}

.c-group-3 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c-group-3 ul {
    justify-content: space-between;
  }
}

.c-group-3 li {
  width: calc(100%/3 - 10rem/3);
  border: 1px solid #19489A;
  color: #19489A;
  text-align: center;
  margin-top: 0 !important;
}

@media screen and (max-width: 1023px) {
  .c-group-3 li {
    width: 48%;
    margin-bottom: 12px;
  }
}

.c-group-3 li::before {
  content: '';
  width: 1.1rem;
  height: 1.8rem;
  object-fit: contain;
  background-image: url(./images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 55%;
  right: 10px;
  transform: translateY(-55%);
}

.c-group-3 li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #19489A;
  font-size: 1.6rem;
  padding: 2rem 0;
}

.c-group-3 li .smb-list__icon {
  display: none;
}

.c-group-3 li:not(:last-of-type) {
  margin-right: 5rem;
}

@media screen and (max-width: 1023px) {
  .c-group-3 li:not(:last-of-type) {
    margin-right: 0;
  }
}

.c-group-2 {
  max-width: 128rem;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 40px 0;
}

@media screen and (max-width: 1023px) {
  .c-group-2 {
    max-width: inherit;
    width: 92%;
    padding: 0 0 40px 0;
  }
}

.c-group-2 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c-group-2 ul {
    justify-content: space-between;
  }
}

.c-group-2 li {
  width: calc(100%/2 - 5rem/2);
  border: 1px solid #19489A;
  color: #19489A;
  text-align: center;
  margin-top: 0 !important;
}

@media screen and (max-width: 1023px) {
  .c-group-2 li {
    width: 48%;
    margin-bottom: 12px;
  }
}

.c-group-2 li::before {
  content: '';
  width: 1.1rem;
  height: 1.8rem;
  object-fit: contain;
  background-image: url(./images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 55%;
  right: 10px;
  transform: translateY(-55%);
}

.c-group-2 li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #19489A;
  font-size: 1.6rem;
  padding: 2rem 0;
}

.c-group-2 li .smb-list__icon {
  display: none;
}

.c-group-2 li:not(:last-of-type) {
  margin-right: 5rem;
}

@media screen and (max-width: 1023px) {
  .c-group-2 li:not(:last-of-type) {
    margin-right: 0;
  }
}

/*group--------------------*/
/*number--------------------*/
.c-number {
  font-size: 52px;
  margin-bottom: 45px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}

.c-number::after {
  content: "";
  height: 1px;
  width: 30px;
  background: #ffffff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

/*number--------------------*/
/*shadow--------------------*/
.shadow {
  box-shadow: 2px 2px 12px rgba(51, 51, 51, 0.16);
}

/*shadow--------------------*/
/*ttl--------------------*/
.c-ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.33333;
  letter-spacing: 0.05em;
  color: #19489A;
  padding-bottom: 30px;
}

.c-ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.c-ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

.c-ttl-white {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.33333;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding-bottom: 20px;
}

.c-ttl-white::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.c-ttl-white::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

.c-ttl-02 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.33333;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}

.c-ttl-02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.c-ttl-02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

/*ttl--------------------*/
/*txt--------------------*/
.c-txt {
  font-size: 1.6rem;
  line-height: 2;
}

.c-txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: "";
}

.c-txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: "";
}

.c-txt-lh25 {
  font-size: 1.6rem;
  line-height: 2;
}

.c-txt-lh25::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: "";
}

.c-txt-lh25::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: "";
}

@media screen and (min-width: 783px) {
  .c-txt-lh25 {
    line-height: 2.5;
  }
}

.c-txt-dreams {
  font-size: 90px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  filter: blur(0px) brightness(100%) opacity(60%);
  color: #ffffff;
  padding-top: 50px;
}

@media screen and (max-width: 782px) {
  .c-txt-dreams {
    font-size: 44px;
    padding-top: 20px;
  }
}

/*txt--------------------*/
/*home--------------------*/
.home .fv {
  height: 68rem;
  background-image: url(images/top/fv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 782px) {
  .home .fv {
    height: 410px;
    background-image: url(images/top/fv_sp.jpg);
  }
}

.home .fv__box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  text-align: center;
  width: 100%;
  color: #FFFFFF;
}

.home .fv__ttl {
  font-size: 3.2rem;
  line-height: 1.3125;
  position: relative;
}

.home .fv__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.home .fv__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

@media screen and (max-width: 782px) {
  .home .fv__ttl {
    font-size: 22px;
  }
}

.home .fv__ttl::before {
  content: "";
  width: 80%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.35rem;
  background: #FFFFFF;
}

.home .fv__ttl::after {
  content: "All for Dreams!";
  display: block;
  font-size: 16rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.35rem;
  filter: blur(0px) brightness(100%) opacity(60%);
}

.home .fv__ttl::after::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.home .fv__ttl::after::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

@media screen and (max-width: 1365px) {
  .home .fv__ttl::after {
    font-size: 14rem;
  }
}

@media screen and (max-width: 1023px) {
  .home .fv__ttl::after {
    font-size: 80px;
    bottom: 2.35rem;
  }
}

@media screen and (max-width: 782px) {
  .home .fv__ttl::after {
    font-size: 38px;
    bottom: -2.35rem;
  }
}

.home .fv__span01 {
  font-size: 5.2rem;
}

@media screen and (max-width: 782px) {
  .home .fv__span01 {
    font-size: 30px;
  }
}

.home .fv__span02 {
  color: #FFB100;
  font-size: 6rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 782px) {
  .home .fv__span02 {
    font-size: 30px;
  }
}

.home .fv__image {
  height: 100%;
  object-fit: cover;
}

.home .news {
  background: #F7F7F7;
  padding: 5rem 0;
}

@media screen and (max-width: 782px) {
  .home .news {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1365px) {
  .home .news .l-inner-s {
    max-width: inherit;
    width: 92%;
  }
}

.home .news__box {
  padding: 4rem 0;
  background: #FFFFFF;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 782px) {
  .home .news__box {
    padding: 30px 24px;
  }
}

.home .news__ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #19489A;
  letter-spacing: 0.05em;
  line-height: 1.06667;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.35rem;
}

.home .news__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1) * .5em);
  content: "";
}

.home .news__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1) * .5em);
  content: "";
}

@media screen and (max-width: 782px) {
  .home .news__ttl {
    font-size: 30px;
    text-align: center;
    width: 100%;
  }
}

.home .news__group {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.85rem;
}

@media screen and (max-width: 782px) {
  .home .news__group {
    width: 100%;
    max-width: 500px;
  }
}

.home .news__group-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1.85rem;
}

@media screen and (max-width: 782px) {
  .home .news__group-link {
    flex-direction: column;
    align-items: flex-start;
  }
}

.home .news__group-item {
  border-top: 1px solid #DDDDDD;
  position: relative;
}

@media screen and (max-width: 782px) {
  .home .news__group-item {
    border: none;
  }
}

.home .news__group-item::before {
  content: '';
  width: 11px;
  height: 18px;
  object-fit: contain;
  background-image: url(./images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 782px) {
  .home .news__group-item::before {
    right: 0;
    top: unset;
    bottom: 2px;
  }
}

.home .news__group-item:last-of-type {
  border-bottom: 1px solid #DDDDDD;
}

@media screen and (max-width: 782px) {
  .home .news__group-item:last-of-type {
    border: none;
  }
}

.home .news__group-first {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 782px) {
  .home .news__group-first {
    margin-bottom: 10px;
  }
}

.home .news__group-date {
  font-size: 1.4rem;
  line-height: 2.28571;
  font-weight: bold;
  color: #19489A;
  width: 8rem;
}

.home .news__group-date::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: "";
}

.home .news__group-date::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: "";
}

@media screen and (max-width: 782px) {
  .home .news__group-date {
    font-size: 14px;
    width: 80px;
  }
}

.home .news__group-category {
  font-size: 1.2rem;
  line-height: 2.08333;
  background: #2956A4;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 1rem;
  margin-left: 1.3rem;
}

.home .news__group-category::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: "";
}

.home .news__group-category::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: "";
}

@media screen and (max-width: 782px) {
  .home .news__group-category {
    font-size: 12px;
  }
}

.home .news__group-second {
  margin-left: 7.6rem;
}

@media screen and (max-width: 782px) {
  .home .news__group-second {
    margin-left: 0;
  }
}

.home .news__group-txt {
  font-size: 1.4rem;
  line-height: 1.78571;
}

.home .news__group-txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: "";
}

.home .news__group-txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: "";
}

@media screen and (max-width: 782px) {
  .home .news__group-txt {
    font-size: 14px;
  }
}

.home .pickup {
  border-top: 5px solid #19489A;
  border-bottom: 5px solid #19489A;
  position: relative;
}

.home .pickup__block {
  width: 50%;
  height: 54rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 8rem;
}

@media screen and (max-width: 782px) {
  .home .pickup__block {
    width: 100%;
    margin-right: auto;
    max-width: inherit;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    height: auto;
  }
}

.home .pickup__block-frame {
  width: 60%;
}

@media screen and (max-width: 1365px) {
  .home .pickup__block-frame {
    width: 80%;
  }
}

@media screen and (max-width: 782px) {
  .home .pickup__block-frame {
    padding: 0;
    width: 100%;
  }
}

.home .pickup__block-frame .c-frame {
  margin-right: 0;
}

@media screen and (max-width: 782px) {
  .home .pickup__block-frame .c-frame {
    margin-right: auto;
  }
}

.home .pickup__block-ttl {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #19489A;
  margin-bottom: 5.7rem;
}

.home .pickup__block-ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.home .pickup__block-ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

@media screen and (max-width: 782px) {
  .home .pickup__block-ttl {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.home .pickup__block-image {
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -1px;
}

@media screen and (max-width: 782px) {
  .home .pickup__block-image {
    position: static;
    top: inherit;
    left: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
}

.home .pickup__block-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-bottom: 4.5rem;
}

.home .pickup__block-txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.home .pickup__block-txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

@media screen and (max-width: 782px) {
  .home .pickup__block-txt {
    max-width: inherit;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
}

.home .content {
  padding: 7rem 0;
}

@media screen and (max-width: 782px) {
  .home .content {
    padding: 40px 0;
  }
}

.home .content__group {
  display: flex;
}

@media screen and (max-width: 782px) {
  .home .content__group {
    flex-direction: column;
    align-items: center;
  }
}

.home .content__group-item {
  width: calc(100%/3 - 12.5rem/3);
}

@media screen and (max-width: 782px) {
  .home .content__group-item {
    width: 100%;
  }
}

.home .content__group-item:not(:last-of-type) {
  margin-right: 12.5rem;
}

@media screen and (max-width: 782px) {
  .home .content__group-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.home .content__group-thumbnail {
  margin-bottom: 1.4rem;
}

.home .content__group-frame {
  position: relative;
}

.home .content__group-frame::before {
  display: none;
}

@media screen and (max-width: 782px) {
  .home .content__group-frame::before {
    content: '';
    width: 11px;
    height: 18px;
    object-fit: contain;
    background-image: url(./images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.home .content__group-lead {
  font-size: 1.8rem;
  line-height: 1.44444;
  color: #19489A;
  width: 100%;
}

.home .content__group-lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.home .content__group-lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

/*home--------------------*/
/*company--------------------*/
.company .wp-block-table {
  font-size: 16px;
  line-height: 1.5;
}

.company .wp-block-table tr {
  display: flex;
  align-items: center;
  border-top: 1px solid #19489A;
  padding: 4rem 0 4rem 8rem;
}

@media screen and (max-width: 782px) {
  .company .wp-block-table tr {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 0 25px 25px;
  }
}

.company .wp-block-table tr td{
	border: none;
}

.company .wp-block-table tr td:first-of-type {
  width: 15rem;
}

@media screen and (max-width: 782px) {
  .company .wp-block-table tr td:first-of-type {
    margin-bottom: 10px;
  }
}

.company .wp-block-table tr:last-of-type {
  border-bottom: 1px solid #19489A;
}

.company .size-large {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.company iframe {
  height: 400px;
}

/*company--------------------*/
/*recruit--------------------*/
.recruit .wp-block-table {
  font-size: 16px;
  line-height: 1.5;
}

.recruit .wp-block-table tr {
  display: flex;
  align-items: center;
  border-top: 1px solid #19489A;
  padding: 4rem 0 4rem 8rem;
}

@media screen and (max-width: 782px) {
  .recruit .wp-block-table tr {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 0 25px 25px;
  }
}

.recruit .wp-block-table tr td:first-of-type {
  width: 22rem;
}

@media screen and (max-width: 782px) {
  .recruit .wp-block-table tr td:first-of-type {
    margin-bottom: 10px;
  }
}

.recruit .wp-block-table tr:last-of-type {
  border-bottom: 1px solid #19489A;
}

.recruit .size-large {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/*recruit--------------------*/
/*product--------------------*/
.ex-padding {
  padding: 3rem 5rem 3rem 2rem;
}

@media screen and (max-width: 782px) {
  .ex-padding {
    padding: 2rem;
  }
}

/*product--------------------*/
/*works--------------------*/
@media screen and (max-width: 782px) {
  .works .wp-block-columns {
    margin-bottom: 0;
  }
}

.works .wp-block-table table {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 782px) {
  .works .wp-block-table table {
    width: 800px;
    overflow-x: scroll;
  }
}

.works .wp-block-table tr:first-of-type {
  background: #19489A;
}

.works .wp-block-table tr:first-of-type td {
  color: #FFFFFF;
}

.works .wp-block-table tr {
  border-bottom: 1px solid #19489A;
  border-spacing: 3rem;
}

.works .wp-block-table td {
  vertical-align: middle;
  padding: 1.5rem 3.5rem;
  line-height: 1.5;
  color: #19489A;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .works .wp-block-table td {
    padding: 1.5rem 2rem;
  }
}

/*works--------------------*/
/*contact--------------------*/
.contact .l-main {
  background: #f7f7f7;
}

.contact .c-txt {
  margin-bottom: 2rem;
}

.contact .wpcf7 {
  margin-bottom: 5rem;
  padding: 20px;
}

.contact .wpcf7-form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
}

.contact .wpcf7-form input[type="submit"] {
  background: #19489A;
  color: #FFFFFF;
}

.contact div.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.4;
}

.contact .wpcf7-form p {
  padding: 1rem 0;
}

.contact .wpcf7-list-item {
  margin-bottom: 1rem;
}

.contact .submit_btn_wrap {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.contact .submit_btn_wrap .wpcf7-submit {
  width: 240px;
  border-radius: 0;
  padding: 10.8px 0;
}

.contact dl dt {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.contact dl dd {
  margin-bottom: 2.5rem;
}

.contact dl dt::after {
  border-radius: 2px;
  margin: 0 0 0 12px;
  padding: 3px 14px;
  font-size: 12px;
  line-height: 1;
}

.contact dl dt.need::after {
  content: "必須";
  background-color: #d40000;
  color: #fff;
}

.contact dl dt.any::after {
  content: "任意";
  background-color: #eaeaea;
  color: #666;
}

.contact dl dd span.wpcf7-list-item {
  display: block;
}

.contact dl dd .wpcf7-text {
  height: 3.5rem;
}

.contact dl dd .wpcf7-text, .contact dl dd .wpcf7-textarea {
  padding: .22115rem .44230rem;
  border-radius: 4px;
  border: 1px solid #cccccc;
  width: 100%;
  background: #ffffff;
}

.contact .cf7-text-box p {
  text-align: center;
}

.contact .cf7-text-box p:first-of-type {
  margin-bottom: 7px;
}

.contact a.cf7-link {
  color: #000;
  text-decoration: underline;
  transition: .3s;
}

.contact a.cf7-link:hover {
  opacity: .7;
}

.contact .wpcf7-spinner {
  display: none;
}

@media (max-width: 59.99em) {
  .contact .submit_btn_wrap .wpcf7-submit {
    width: 70%;
  }
}

/*contact--------------------*/
/*archive--------------------*/
.archive .c-fv, .search .c-fv {
  background-image: url(images/news.jpg);
}

.archive .news__ttl, .search .news__ttl {
  font-size: 3.2rem;
  margin-bottom: 2.8rem;
}

.archive .news__group-item, .search .news__group-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-top: 1px solid #eee;
}

.archive .news__group-item:last-of-type, .search .news__group-item:last-of-type {
  border-bottom: 1px solid #eee;
}

.archive .news__group-link, .search .news__group-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 3rem 0;
}

.archive .news__group-thumbnail, .search .news__group-thumbnail {
  width: 25rem;
  height: 15rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 782px) {
  .archive .news__group-thumbnail, .search .news__group-thumbnail {
    width: 30%;
  }
}

.archive .news__group-category, .search .news__group-category {
  background: #343236;
  color: #ffffff;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4rem;
}

.archive .news__group-content, .search .news__group-content {
  margin-left: 3rem;
}

@media screen and (max-width: 782px) {
  .archive .news__group-content, .search .news__group-content {
    width: 60%;
  }
}

.archive .news__group-lead, .search .news__group-lead {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.archive .news__group-txt, .search .news__group-txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.archive .news__group-date, .search .news__group-date {
  font-size: 1rem;
  font-weight: bold;
}

/*archive--------------------*/
/*single--------------------*/
.single .c-fv {
  height: 340px;
}

.single .article {
  flex: 2.5;
}

@media screen and (max-width: 782px) {
  .single .article {
    flex: none;
    width: 100%;
    margin-bottom: 100px;
  }
}

.single .article__wrapper {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 782px) {
  .single .article__wrapper {
    flex-direction: column;
  }
}

.single .article__ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.single .article__sub {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

.single .article__sub-date {
  display: block;
}

.single .article__sub-category {
  display: block;
  margin-left: 1rem;
}

.single .article__content * {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10rem;
}

.single .article__content * img {
  width: inherit;
}

.single .article__side {
  flex: 1;
  margin-left: 6rem;
}

@media screen and (max-width: 782px) {
  .single .article__side {
    flex: initial;
    width: 100%;
    margin-left: 0;
  }
}

.single .article__side-block {
  margin-bottom: 3rem;
}

.single .article__side-block li a {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
}

.single .article__side-block li:not(:last-of-type) {
  margin-bottom: 2rem;
}

.single .article__side-ttl {
  padding: 0.7rem 1.4rem;
  font-size: 1.8rem;
  line-height: 1.5;
  background: #f7f7f7;
  border-left: 1px solid #343236;
  margin-bottom: 2rem;
}

.single .article__side-link {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
}

.single .article__side-link:not(:last-of-type) {
  margin-bottom: 2rem;
}

/*single--------------------*/
/*# sourceMappingURL=style.css.map */