@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #0053aa;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong {
  color: #0053aa;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 4;
  transform: translateY(-50%);
}
#side li + li {
  margin-top: 20px;
}
#side a {
  transition: all 0.5s ease-out;
}
#side a:hover {
  opacity: 0.6;
}
@media (max-width: 1399px) {
  #side {
    width: 7.1428571429vw;
  }
}
@media (max-width: 767px) {
  #side {
    display: none;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
  z-index: 4;
}
#header .top {
  position: absolute;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
}
#header.m_fixed {
  position: fixed;
  width: 100%;
  top: 0;
}
html.ccm-toolbar-visible #header.m_fixed {
  top: 48px;
}

#header.m_fixed .top {
  width: 100%;
  height: 80px;
  align-items: center;
  display: flex;
  background-color: #ffffff;
  padding-top: unset;
}
#header.m_fixed a {
  display: flex;
  align-items: center;
}
#header.m_fixed a img {
  width: 300px;
  max-width: unset;
}
#header.m_fixed .logo {
  padding: 7px;
  display: flex;
  align-items: center;
  border-radius: 0 0 7px 7px;
}
#header.m_fixed .logo img {
  max-width: 300px;
}
#header.m_fixed #gnav > ul {
  padding-bottom: unset;
}
#header.m_fixed #gnav > ul > li > a {
  text-shadow: none;
}
#header .right {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#header .ccm-search-block-form .ccm-search-block-text {
  outline: none;
}
#header .ccm-search-block-form .ccm-search-block-submit {
  transition: all 0.5s ease-out;
}
#header .ccm-search-block-form .ccm-search-block-submit:hover {
  opacity: 0.6;
}
#header .ccm-search-block-form .ccm-search-block-submit {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #header .top {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 60px;
    padding-right: 60px;
    padding-top: 5px;
  }
  #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .logo img {
    max-height: 50px;
    min-width: 0px;
    width: unset;
  }
}

.links {
  margin-left: 20px;
}
.links a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.links a:hover {
  opacity: 0.6;
}
.links a {
  width: 130px;
  height: 40px;
  background-color: #2b4d90;
  transition: all 0.5s ease-out;
}
.links a:hover {
  opacity: 0.6;
}
.links a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .links a {
    width: 110px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .links {
    display: none;
  }
}

#gnav > ul {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: end;
}
#gnav > ul > li {
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
#gnav > ul > li:nth-last-child(1)::after {
  content: "";
  background-color: #2b4d90;
  height: 1em;
  width: 1px;
  margin-left: 20px;
  display: block;
  position: relative;
}
#gnav > ul > li::before {
  content: "";
  background-color: #2b4d90;
  height: 1em;
  width: 1px;
  margin-right: 20px;
}
#gnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
s #gnav > ul > li.current {
  border-top: solid 5px #e99100;
}
#gnav > ul > li > a {
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#gnav > ul > li > a:hover {
  opacity: 0.6;
}
#gnav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #2b4d90;
  font-size: 18px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
}
#gnav > ul > li ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 1;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #2b4d90;
  gap: 10px 20px;
  padding: 20px 10px;
  margin-top: 10px;
}
#gnav > ul > li ul li {
  display: flex;
  align-items: center;
}
#gnav > ul > li ul li.title {
  background-color: #fff;
  color: #2b4d90;
  border-radius: 5px;
  padding: 0 5px;
  font-weight: 700;
}
#gnav > ul > li ul li.title::before, #gnav > ul > li ul li.title::after {
  display: none;
}
#gnav > ul > li ul li:nth-last-child(1)::after {
  content: "";
  background-color: #fff;
  height: 1em;
  width: 1px;
  margin-left: 20px;
  display: block;
  position: relative;
}
#gnav > ul > li ul li::before {
  content: "";
  background-color: #fff;
  height: 1em;
  width: 1px;
  margin-right: 20px;
}
#gnav > ul > li ul li a {
  transition: all 0.5s ease-out;
}
#gnav > ul > li ul li a:hover {
  opacity: 0.6;
}
#gnav > ul > li ul li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
}
@media (max-width: 1199px) {
  #gnav > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #gnav > ul {
    flex-direction: column;
  }
  #gnav > ul > li {
    flex-grow: 0;
    padding-left: unset;
    display: block;
  }
  #gnav > ul > li::before {
    display: none;
  }
  #gnav > ul > li:nth-last-child(1)::after {
    display: none;
  }
  #gnav > ul > li::after {
    display: none;
  }
  #gnav > ul > li > a {
    color: #fff;
  }
  #gnav > ul > li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    display: block;
    background-color: unset;
  }
  #gnav > ul > li ul li {
    display: block;
  }
  #gnav > ul > li ul li.title {
    display: none;
  }
  #gnav > ul > li ul li:nth-last-child(1)::after {
    display: none;
  }
  #gnav > ul > li ul li::before {
    display: none;
  }
  #gnav > ul > li ul li a {
    font-weight: 500;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
#pagetop {
  position: absolute;
  top: -30px;
  right: 90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 1500px) {
  #pagetop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  padding: 50px 60px;
}
#footer .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
}
#footer .logo {
  margin-bottom: 40px;
  grid-column: 1/2;
  grid-row: 1/2;
}
#footer .logo a {
  transition: all 0.5s ease-out;
}
#footer .logo a:hover {
  opacity: 0.6;
}
#footer .txt-box {
  grid-column: 1/2;
  grid-row: 2/3;
}
#footer #copyright {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}
#footer .address {
  margin-bottom: 15px;
  line-height: 1.6;
}
#footer .text {
  padding-top: 15px;
  border-top: #2b4d90 1px solid;
}
#footer .right {
  grid-column: 2/3;
  grid-row: 1/3;
}
#footer #fnav {
  display: flex;
  margin-top: 70px;
}
#footer #fnav > ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: end;
}
#footer #fnav > ul > li {
  position: relative;
  transition: all 0.5s ease-out;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
#footer #fnav > ul > li.recruit a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer #fnav > ul > li.recruit a:hover {
  opacity: 0.6;
}
#footer #fnav > ul > li.recruit a {
  width: 130px;
  height: 40px;
  background-color: #2b4d90;
  transition: all 0.5s ease-out;
}
#footer #fnav > ul > li.recruit a:hover {
  opacity: 0.6;
}
#footer #fnav > ul > li.recruit a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
#footer #fnav > ul > li:hover > ul {
  visibility: visible;
}
s #footer #fnav > ul > li.current {
  border-top: solid 5px #e99100;
}
#footer #fnav > ul > li > a {
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#footer #fnav > ul > li > a:hover {
  opacity: 0.6;
}
#footer #fnav > ul > li > a {
  width: 100%;
  text-decoration: none;
  color: #2b4d90;
  font-size: 18px;
  line-height: 1.6;
  line-height: 2.2222222222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  position: relative;
}
#footer #fnav > ul > li > a::before {
  content: "";
  background-color: #2b4d90;
  height: 1em;
  width: 1px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
#footer #fnav > ul > li ul {
  top: 100%;
  width: 100%;
  transition: all 0.5s ease-out;
  z-index: 1;
}
#footer #fnav > ul > li ul li a {
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #2b4d90;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
#footer #fnav > ul > li ul li a::before {
  content: "-";
}
#footer .catch {
  font-size: 95px;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 400;
  color: #2b4d90;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#footer .catch span {
  font-size: 54px;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.1;
}
#footer .catch small {
  font-size: 21px;
  display: block;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  #footer {
    padding: 20px 10px;
  }
  #footer .catch {
    font-size: 60px;
  }
  #footer .catch span {
    font-size: 35px;
  }
  #footer .catch small {
    font-size: 18px;
  }
  #footer #fnav > ul > li.recruit a {
    width: 110px;
    font-size: 16px;
    height: unset;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 40px;
  }
  #footer .inner {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .logo {
    grid-column: 1/2;
    grid-row: 1/2;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #footer .right {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #footer .txt-box {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  #footer .catch {
    font-size: 30px;
    max-width: 310px;
    margin-right: auto;
    text-align: center;
  }
  #footer .catch span {
    font-size: 23px;
  }
  #footer .catch small {
    font-size: 16px;
    margin-top: 15px;
  }
  #footer .txt-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .address {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
  }
  #footer .text {
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer #copyright {
    font-size: 11px;
    text-align: center;
  }
  #footer #fnav {
    display: block;
    margin-top: 35px;
    position: relative;
  }
  #footer #fnav::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    top: 0;
    right: 100%;
    background-color: #fff;
    z-index: 2;
  }
  #footer #fnav::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: #fff;
    z-index: 2;
  }
  #footer #fnav > ul {
    justify-content: left;
    gap: 10px 20px;
  }
  #footer #fnav > ul > li {
    padding-left: unset;
  }
  #footer #fnav > ul > li > a {
    font-size: 15px;
  }
  #footer #fnav > ul > li ul li a {
    font-size: 12px;
    line-height: 1.2;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-bottom: 80px;
}
.contactbnr .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.contactbnr .tel a,
.contactbnr .contact a {
  transition: all 0.5s ease-out;
}
.contactbnr .tel a:hover,
.contactbnr .contact a:hover {
  opacity: 0.6;
}
.contactbnr .tel a,
.contactbnr .contact a {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */