@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital@0;1&display=swap');

html {
  font-size: 62.5%;
  overflow-x: auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
}

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

caption,
th {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .table-scroll {
    overflow-x: auto;
    display: block;
  }
  .table-scroll table th,
  .table-scroll table td {
    white-space: nowrap;
  }
  /* スクロールバー全体を対象にする */
  .table-scroll::-webkit-scrollbar {
      width: 5px; /* スクロールバーの幅 */
      height: 5px; /* スクロールバーの高さ */
  }
  /* スクロールバーの背景部分をカスタマイズ */
  .table-scroll::-webkit-scrollbar-track {
      background: #e5e5e5; /* スクロールバーの背景色 */
      border-radius: 5px; /* 角丸にする */
  }
  /* スクロールバーの操作部分をカスタマイズ */
  .table-scroll::-webkit-scrollbar-thumb {
      background: #146aa1; /* スクロールバーの操作部分の背景色 */
      border-radius: 5px; /* 角丸にする */
  }
  /* スクロールバーの操作部分にホバーした時のスタイル */
  .table-scroll::-webkit-scrollbar-thumb:hover {
      background: #146aa1; /* ホバー時のスクロールバーの操作部分の背景色 */
  }
}

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

object,
embed {
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}


legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

ul,
ol {
  list-style-type: none;
}

ul,
li,
img {
  vertical-align: bottom;
}

ol.listNumber {
  list-style-type: decimal;
  margin: 0 0 0 1.2em;
}
ol.listNumber li {
  margin: 10px 0;
}

hr {
  display: none;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/* default */
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #191f27;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  min-width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  background: #e8eef5;
  /*overflow-x: hidden;*/
}

body * {
  letter-spacing: 0.05em;
}


@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

input,
select,
textarea,
button {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  vertical-align: middle;
  letter-spacing: 0.02em;
  padding: 8px 8px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input:placeholder,
textarea:placeholder {
  color: #707070;
}

input[type=text],
input[type=tel],
input[type=email] {
  border: none;
  background: #ffffff;
  padding: 8px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}

input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

select {
  background: #ffffff;
  padding: 5px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}

textarea {
  border: none;
  background: #ffffff;
  padding: 8px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}

/* link option */
a {
  cursor: pointer;

}

a:link {
  color: #191f27;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #191f27;
  text-decoration: none;
}

a:hover {
  color: #191f27;
  text-decoration: none;
}

a:active {
  color: #191f27;
}

/*clearfix*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.cf {
  min-height: 1%;
}

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

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

.block {
  display: block;
}

.AnCr {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.AnLt {
  text-align: left !important;
}

.AnRt {
  text-align: right !important;
}

.big {
  font-size: 120%;
}

.bold {
  font-weight: 800;
}

.sml {
  font-size: 90%;
}

.red {
  color: #da1515;
  display: inline;
}

.blue {
  color: #023e87;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.w5 {
  width: 5% !important;
}

.w30 {
  width: 30% !important;
}


@media screen and (max-width: 767px) {

  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=file],
  select,
  textarea {
    font-size: 100%;
  }
}


/***************************************************************************

  ヘッダ

***************************************************************************/
#header {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background-color: #fff;
}

#header a:hover {
  transition: 0.3s;
}

#header .wrap {
  width: 100%;
  max-width: 1440px;
  height: 100px;
  margin: 0 auto 0;
  padding: 0 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

#header .hdrMenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}


/*--------------------------------------------------------------------------
  ロゴ
--------------------------------------------------------------------------*/
#header .hdrLogo {
  width: 240px;
  margin: 0;
}
#header .hdrLogo a {
  width: 100%;
  display: block;
  opacity: 1;
  transition: 0.3s;
}

/*--------------------------------------------------------------------------
  グローバルナビ
--------------------------------------------------------------------------*/
#header .hdrNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
#header .hdrNav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 32px;
}
#header .hdrNav ul li a {
  display: block;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
#header .hdrNav ul li a::after {
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  #header .hdrNav ul li a:hover {
    color: #023e87;
    transition: 0.3s;
  }
  #header .hdrNav ul li a:hover::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); 
    width: 20px;
    height: 1px;
    margin: auto;
    background: #023e87;
    transition: 0.3s;
  }
}

/*--------------------------------------------------------------------------
  連絡先電話番号
--------------------------------------------------------------------------*/
#header .hdrTel {
  margin: 0 0 0 40px;
}
#header .hdrTel dl {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  width: 280px;
}
#header .hdrTel dl dt span {
  color: #023e87;
  background: #eee;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  width: 50px;
  padding: 5px 0 6px;
  text-align: center;
  display: inline-block;
}
#header .hdrTel dl dd {
  font-size: 2.4rem;
  color: #023e87;
  font-weight: 500;
  margin: 0 0 0 15px;
  line-height: 1;
  text-align: center;
}
#header .hdrTel dl dd small {
  font-size: 1.4rem;
  color: #191f27;
  display: block;
  margin: 5px 0 0 0;
}

/*--------------------------------------------------------------------------
  ボタン
--------------------------------------------------------------------------*/
#header .hdrBtn ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 1px;
  margin: 0 0 0 20px;
}
#header .hdrBtn ul li a {
  display: block;
  width: 100px;
  height: 100px;
  padding: 68px 0 0 0;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
#header .hdrBtn ul li.recruit a {
  background: #2c66ad url(/asset/images/icn_recruit.png) no-repeat center 22px;
  background-size: auto 30px;
}
#header .hdrBtn ul li.contact a {
  background: #2c66ad url(/asset/images/icn_contact.png) no-repeat center 22px;
  background-size: auto 30px;
}

@media screen and (min-width: 768px) {
  #header .hdrBtn ul li a:hover {
    background-color: #023e87;
  }
}

/*--------------------------------------------------------------------------
  右サイド固定ボタン
--------------------------------------------------------------------------*/
#sideBtn {
  position: fixed;
  right: 0;
  top: 210px;
  z-index: 3;
}
#sideBtn ul li {
  margin: 0 0 10px;
}
#sideBtn ul li a {
  writing-mode: vertical-rl;
  font-weight: 700;
  color: #fff;
  font-size: 1.5rem;
  padding: 45px 18px 15px 16px;
  line-height: 1;
}
#sideBtn ul li.catalog {
  background: #023e87 url(/asset/images/icn_catalog.png) no-repeat center 15px;
  background-size: auto 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#sideBtn ul li.recruit {
  background: #023e87 url(/asset/images/icn_recruit.png) no-repeat center 15px;
  background-size: auto 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media screen and (min-width: 768px) {
  #sideBtn ul li:hover {
    background-color: #146aa1;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 50px;
  }
  #header .wrap {
    max-width: 100%;
    height: 50px;
    padding: 0 0 0 15px;
  }
  #header h1 {
    width: 144px;
  }
  #header .hdrNav,
  #header .hdrTel,
  #header .hdrBtn {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #header .headerWrap {
    padding: 15px 15px 15px 15px;
  }

  .headerFunc {
    width: 100%;
  }

  .headerFunc .headerFuncWrap {
    gap: 10px 15px;
  }
}

@media screen and (max-width: 767px) {
  #sideBtn {
    bottom: 0;
    top: auto;
    width: 100%;
  }
  #sideBtn ul {
    display: flex;
    justify-content: space-between;
    gap: 0 1px;
  }
  #sideBtn ul li {
    margin: 0;
    width: 100%;
  }
  #sideBtn ul li a {
    writing-mode: inherit;
    height: 50px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 0 0 0;
  }
  #sideBtn ul li.catalog,
  #sideBtn ul li.recruit {
    background-position: 15px center;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
  }
}



/***************************************************************************

  メニュー ドロワー

***************************************************************************/
@media screen and (min-width: 768px) {
  #menuBtn {
    display: none;
  }
  #navBox {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #navBox {
    visibility: hidden;
    display: none;
  }
  #menuBtn {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background-color: #2c66ad;
    color: #ffffff;
    cursor: pointer;
    z-index: 1001;
    padding: 22px 0 0;
    transition: 0.5s;
  }
  #menuBtn span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 10px;
    line-height: 2;
    color: #ffffff;
    transition: 0.5s;
  }
  span.menuOpen {
    opacity: 1;
  }
  span.menuClose {
    opacity: 0;
  }
  #menuBtn i {
    display: block;
    width: 30px;
    border-top: solid 2px #ffffff;
    position: relative;
    transition: 0.5s;
    margin: 0 auto;
  }
  #menuBtn i:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: -12px;
    transition: 0.5s;
    border-radius: 2px;
  }
  #menuBtn i:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 9px;
    transition: 0.5s;
    border-radius: 2px;
  }
  .open #hdrSearchBtn {
    z-index: 0;
  }
  .open #menuBtn {
    border-right: 0;
  }
  .open #menuBtn i {
    color: #ffffff;
    border-top: solid 2px transparent;
  }
  .open #menuBtn i:before {
    width: 28px;
    top: -2px;
    background: #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open #menuBtn i:after {
    width: 28px;
    top: -2px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .menuOpen {
    opacity: 0;
  }
  .open .menuClose {
    opacity: 1;
  }
  .layer {
    display: none;
  }
  #navBox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: visible;
    display: none;
    padding: 100px 0 0;
  }
  #navBox .wrap {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: block;
    padding: 0 30px 50px;
  }
  #navBox .wrap::-webkit-scrollbar {
    display: none;
  }
  #navBox {
    visibility: visible;
    background: #e8eef5;
  }
  #navBox .hdrNavWrap a,
  #navBox .hdrOtherNav a {
    color: #191f27;
  }
  #navBox .hdrNavWrap {
    margin: 0 0 30px;
  }
  #navBox .hdrNavWrap ul {
    border-top: 1px solid #ddd;
    font-size: 1.6rem;
  }
  #navBox .hdrNavWrap ul li {
    border-bottom: 1px solid #ddd;
    font-size: 1.6rem;
  }
  #navBox .hdrNavWrap ul li a {
    display: block;
    padding: 15px 0;
    background: url(/asset/images/arw_blue-right.png) no-repeat right 5px center;
    background-size: 14px auto;
  }
  #navBox .hdrOtherNav ul li a {
    display: block;
    padding: 5px 0;
  }
}


/***************************************************************************

  フッター

***************************************************************************/
footer {
  width: 100%;
  background: #fff;
  font-size: 1.4rem;
}

footer .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 70px 0 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer .wrap {
    max-width: 100%;
    padding: 35px 0;
    flex-direction: column-reverse;
  }
}

/*--------------------------------------------------------------------------
  ロゴ・住所・連絡先
--------------------------------------------------------------------------*/
footer .ftrInfBox {
  width: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
footer .ftrLogo {
  margin: 0 0 18px;
}
footer .ftrLogo,
.ftrLogo img {
  width: 240px;
}
footer address {
  width: 100%;
}

@media screen and (max-width: 767px) {
  footer .ftrInfBox {
    width: 100%;
    text-align: center;
  }
  footer .ftrLogo {
    margin: 0 auto 18px;
  }
}

/*--------------------------------------------------------------------------
  ナビゲーション
--------------------------------------------------------------------------*/
footer .ftrNavBox {
  width: 850px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  margin: 36px 0 0;
}
footer .ftrNav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0;
  gap: 0 32px;
}
footer .ftrNav li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  footer .ftrNavBox {
    width: calc(100% - 30px);
    margin: 0 auto 40px;
  }
  footer .ftrNav {
    gap: 10px 0;
  }
  footer .ftrNav li {
    width: 50%;
  }
}

/*--------------------------------------------------------------------------
  ボタン
--------------------------------------------------------------------------*/
footer .ftrBtn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 10px;
}
footer .ftrBtn li a {
  border: 1px solid #023e87;
  border-radius: 5px;
  display: block;
  width: 170px;
  padding: 8px;
  color: #023e87;
  text-align: center;
  font-weight: 500;
  background: url(/asset/images/arw_blue-right.png) no-repeat right 12px center;
  background-size: 14px auto;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
  footer .ftrNav li a:hover {
    color: #023e87;
    transition: 0.3s;
  }
  footer .ftrBtn li a:hover {
    border: 1px solid #023e87;
    color: #ffffff;
    background: #023e87 url(/asset/images/arw_white-right.png) no-repeat right 12px center;
    background-size: 14px auto;
    box-shadow: 0 0 5px #023e87;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  footer .ftrBtn {
    margin: 15px 0 0 0;
    justify-content: space-between;
    gap: 0;
  }
  footer .ftrBtn li {
    width: 49%;
  }
  footer .ftrBtn li a {
    width: 100%;
  }
}

/*--------------------------------------------------------------------------
  コピーライト
--------------------------------------------------------------------------*/
footer .ftrCpyBox {
  font-size: 1.2rem;
  line-height: 1;
  background: #eee;
  padding: 20px 0;
}
footer .ftrCpyBox p {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  footer .ftrCpyBox {
    margin: 0 0 55px;
    padding: 14px 0 6px;
    text-align: center;
  }
  footer .ftrCpyBox p {
    max-width: 100%;
  }
}