@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head01
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  position: relative;
  padding-top: 70px;
  margin-bottom: 65px;
}

.Page-head .breadcrumb,
.Page-head .breadcrumb a {
  color: #5b5b5b;
}

.Page-head .breadcrumb {
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  z-index: 50;
  max-width: 1300px;
  margin-top: 10px;
}

.Page-head .breadcrumb a {
  text-decoration: none;
}

.Page-head .breadcrumb .breadcrumb-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.Page-head .breadcrumb .breadcrumb-inner > div {
  margin-right: 0.3em;
}

.Page-head .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}
.Page-head .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

.Page-head .breadcrumb li {
  float: left;
  line-height: 1.3;
  margin-right: 0.3em;
}

.Page-head .breadcrumb .sitemap-item .arrow {
  padding-right: 0.3em;
}

.Page-head .page-title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #f15c23;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-size: 32px;
  padding: 30px 0 0;
}

.Page-head .sub-image {
  position: relative;
  z-index: 0;
}
.Page-head .sub-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
}

.Page-head .sub-image img {
  width: 100%;
}

.Page-head .sub-image ~ .page-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
  color: #fff;
  right: 0;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  padding-top: 30px;
}

.Page-head .sub-image ~ .page-title > span {
  display: table;
  width: 100%;
  height: 100%;
}

.Page-head .sub-image ~ .page-title > span > span {
  display: table-cell;
  vertical-align: middle;
}

/*.Page-head.original*/
.Page-head.original {
  margin-bottom: 68px;
}

.Page-head.original .page-title-wrap {
  width: 100%;
  aspect-ratio: 2000 / 385;
  /* 画像の実寸比率に合わせて高さを可変にする */
  background-size: cover;
  background-repeat: no-repeat;
  /* 別CSSで background-image を上書きする */
  background-image: url("");
  box-sizing: border-box;
}

.Page-head.original .page-title-wrap .Title-block {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Page-head.original .breadcrumb {
  margin-top: 10px;
}

/*#interview*/
#interview .Page-head.original .breadcrumb,
#interview .Content-inner.original .Content-block .content-inner {
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
}

/*#number*/
#number .Page-head.original .breadcrumb {
  max-width: 960px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header05
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* ヘッダー全体にfixedを適用 */
body.Header05 .Header {
  position: fixed;
  /* <header>を固定 */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  /* 他の要素より前面に表示 */
  background-color: #fff;
  /* 背景色 */
  height: 70px;
  /* ヘッダーの高さ */
  padding: 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 6px 3px;
}

/* ヘッダー内のメイン部分のスタイル */
body.Header05 .Header-pattern05 .Header-main-wrap {
  background-color: #fff;
  display: flex;
  width: 100%;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}

body.Header05 .Header-pattern05 .Header-main-wrap .left-wrap.Header-sp-main {
  max-width: 363px;
  min-width: 316px;
}

.Header .Header-main-wrap .left-wrap .Header-logo a h1 {
  font-size: 10px;
  margin-bottom: 3px;
  letter-spacing: 0;
  line-height: 1;
  color: #262626;
}

/* コンテンツ部分がヘッダーと重ならないように調整 */
/*
---------------------------------------------------------
 right-wrap
--------------------------------------------------------- */
/*
-----------------------------------------------------------
 Header-nav
----------------------------------------------------------- */
body.Header05 .Header-pattern05 .Header-nav ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  height: 70px;
  white-space: nowrap;
}

body.Header05 .Header-pattern05 .Header-nav ul > li {
  margin: 0 18px;
  min-width: 34px !important;
  text-align: center;
}

body.Header05 .Header-pattern05 .Header-nav ul > li a {
  color: #262626;
  text-decoration: none;
  display: block;
  font-weight: bold;
}
body.Header05 .Header-pattern05 .Header-nav ul > li a:hover {
  text-decoration: none;
  opacity: 1;
}

body.Header05 .Header-pattern05 .Header-nav ul > li.entry-btn {
  height: 60%;
  color: #fff !important;
  margin-right: 0;
}

body.Header05 .Header-pattern05 .Header-nav ul > li.entry-btn a {
  color: #fff;
  background: #f15c23;
  min-width: 130px !important;
  padding: 0 25px;
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 5px;
}
body.Header05 .Header-pattern05 .Header-nav ul > li.entry-btn a:hover {
  opacity: 0.8;
}

body.Header05 .Header-pattern05 .Header-nav ul > li.orange a:hover {
  color: #f15c23;
}

body.Header05 .Header-pattern05 .Header-nav ul > li.blue a:hover {
  color: #1791cf;
}

body.Header05 .Header-pattern05 .Header-nav ul > li.green a:hover {
  color: #6abd79;
}

body.Header05 .Header-pattern05 .Header-nav ul > li.yellow a:hover {
  color: #e7ba20;
}

/*
-----------------------------------------------------------
 Page-head
----------------------------------------------------------- */
body.Header05 .Page-head .breadcrumb .In-wrap {
  max-width: none;
  width: 100%;
  padding: 0 18px;
}

/*
======================================================================
 Footer-light
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
footer {
  background-color: #262626;
  margin-top: 80px;
  padding-top: 55px;
  padding-bottom: 70px;
}

/*
  ---------------------------------------------------------
   footer-main-content
  --------------------------------------------------------- */
footer .footer-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

footer .footer-content-wrap .left-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

footer .footer-content-wrap .left-wrap .footer-logo img {
  max-height: 30px;
  min-width: 110px;
}

footer .footer-content-wrap .right-wrap a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
}

footer .footer-content-wrap .right-wrap .footer-menu {
  display: flex;
  gap: 25px;
  font-weight: bold;
}

footer .footer-content-wrap .right-wrap li.corporate span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/img/icon_page.svg);
}

footer .footer-content-wrap .right-wrap li.orange a:hover {
  color: #f15c23;
  opacity: 1;
}

footer .footer-content-wrap .right-wrap li.blue a:hover {
  color: #1791cf;
  opacity: 1;
}

footer .footer-content-wrap .right-wrap li.green a:hover {
  color: #6abd79;
  opacity: 1;
}

footer .footer-content-wrap .right-wrap li.yellow a:hover {
  color: #e7ba20;
  opacity: 1;
}

/*
  -----------------------------------------------------------
   Copyright
  ----------------------------------------------------------- */
footer .Copyright {
  margin-top: 79px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-feature-settings: normal;
  letter-spacing: 0.05em;
}

/*
======================================================================
_pc-top-image01
======================================================================*/
#LO-top-image01 {
  overflow: hidden;
}

#LO-top-image01 .LO-top-image {
  max-width: 1270px;
  text-align: center;
  margin: 0 auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #262626;
  background-color: #fff;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.55;
  font-size: 16px;
  min-width: 1060px;
}

a,
label,
button,
input[type="submit"],
input[type="button"] {
  /* @mixin:transition */
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover,
label:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  /* @mixin:PC-opacity */
  opacity: 0.8;
}

a:link, a:visited {
  color: #f15c23;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  font-size: 13px;
}

/*
---------------------------------------------------------
 float
--------------------------------------------------------- */
.Fl {
  float: left;
}

.Fr {
  float: right;
}

/*
---------------------------------------------------------
 非表示
--------------------------------------------------------- */
.PC-none {
  display: none !important;
}

/*
---------------------------------------------------------
 サイト幅
--------------------------------------------------------- */
.In-wrap,
.Edit {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}

body.Page-narrow-content .Content .In-wrap,
body.Page-narrow-content .Content .Edit {
  max-width: 860px;
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content-main.In-wrap {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}

.Content-block {
  /* @mixin:PC-content-block */
  margin-bottom: 60px;
}
.Content-block:last-child {
  /* @mixin:PC-content-block */
  margin-bottom: 0;
}

.Content-block.MOD-bg {
  padding-bottom: 95px;
  margin-bottom: 0;
}
.Content-block.MOD-bg:last-child {
  padding-bottom: 14px;
}

.Content-article {
  /* @mixin:PC-content-article */
  margin-bottom: 40px;
}
.Content-article:last-child {
  /* @mixin:PC-content-article */
  margin-bottom: 0;
}

.Content-body {
  /* @mixin:PC-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.Table-basic th, .Table-basic td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 20px;
}
.Table-basic th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  background: #f8f4f1;
  font-size: 14px;
  font-weight: bold;
}
.Table-basic td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  font-family: "dnp-shuei-mgothic-std", "Zen Maru Gothic", "Noto Sans JP", Arial, "メイリオ", Meiryo, sans-serif;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 21px;
  display: flex;
}
.Title-block span.ja {
  font-size: 45px;
  color: #fff;
}
.Title-block span.en {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff;
  font-size: 25px;
  letter-spacing: 0em;
  line-height: 1.5;
}
.Title-block h2 {
  display: flex;
  flex-direction: column;
}
.Title-block h2 span.en {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #1791cf;
  font-size: 16px;
  letter-spacing: normal;
}
.Title-block h2 span.ja {
  font-size: 30px;
  letter-spacing: normal;
  font-feature-settings: normal;
  color: #262626;
}
.Title-block span.bar {
  background: #1791cf;
  content: "";
  position: absolute;
  height: 2px;
  bottom: 36px;
  left: 135px;
  width: 320px;
}
.Title-block h3 {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 22px;
  font-weight: normal;
  position: absolute;
  top: 23px;
  left: 468px;
  letter-spacing: 0;
}

.Title-block.MOD-side {
  /* @mixin:PC-title-block-side */
  font-size: 30px;
  margin-bottom: 23px;
}

.Title-block.MOD-center {
  /* @mixin:PC-title-block-center */
  text-align: center;
  margin-bottom: 30px;
}
.Title-block.MOD-center::before {
  right: 0;
  margin: 0 auto;
}

.Title-article {
  /* @mixin:PC-title-article */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #f7f7f7;
  color: #262626;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 4px 12px;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 2px;
  letter-spacing: 0.05em;
}
.Title-article a {
  /* @mixin:PC-title-article */
  color: inherit;
  text-decoration: none;
}

.Title-small {
  /* @mixin:PC-title-small */
  font-size: 22px;
  display: block;
  border-bottom: 1px solid #1791cf;
  border-left: 5px solid #1791cf;
  padding: 4px 0 6px 8px;
  margin-bottom: 15px;
  font-weight: normal;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:PC-btn-cv */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #1791cf;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #fff !important;
}
.Btn-cv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.Btn-main {
  /* @mixin:PC-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #1791cf;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  width: 250px;
  margin: 93px auto 0;
  padding: 8px 8px 8px 0;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 7px;
  color: #fff !important;
  position: relative;
  transition: all 0.4s;
}
.Btn-main::before {
  content: "";
  width: 250px;
  padding: 19px 0;
  border: 2px solid #8bd3ef;
  position: absolute;
  top: 2px;
  left: 5px;
  transition: all 0.4s;
  border-radius: 7px;
}
.Btn-main:hover {
  opacity: 1;
}
.Btn-main:hover::before {
  top: -1px;
  left: 0px;
}
.Btn-main span::after {
  content: "";
  width: 10px;
  height: 13px;
  background-image: url("/img/next.svg");
  position: absolute;
  top: 14px;
  margin-left: 3px;
  transition: all 0.4s;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #fff !important;
}

.Btn-sub {
  /* @mixin:PC-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #f15c23;
  font-size: 24px;
  display: block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  width: 230px;
  height: 60px;
  margin: 82px auto 0;
  font-size: 24px;
  line-height: 1;
  border-radius: 7px;
  color: #fff !important;
  position: relative;
  transition: all 0.4s;
  font-feature-settings: normal;
  cursor: pointer;
  padding: 16px 0;
}
.Btn-sub a {
  color: #fff;
  display: block;
  padding: 17px 10px;
}
.Btn-sub span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  background-image: url("/img/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 6px;
  margin-bottom: 5px;
}
.Btn-sub:hover {
  opacity: 0.8;
}

.Btn-anchor {
  /* @mixin:PC-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #f7f7f7;
  position: relative;
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 10px 8px 10px 27px;
  font-size: 16px;
  border-radius: 3px;
}
.Btn-anchor::after {
  /* @mixin:PC-btn-anchor */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #f15c23 transparent transparent transparent;
  display: block;
  top: 18px;
  left: 10px;
}

/*
-----------------------------------------------------------
 Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:PC-link-text */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none !important;
}
.Link-text:hover {
  text-decoration: underline !important;
}

.Link-arrow {
  /* @mixin:PC-link-arrow */
  position: relative;
  padding-left: 12px;
  display: inline-block;
}
.Link-arrow:before {
  /* @mixin:PC-link-arrow */
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #1791cf;
}

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit.MOD-top .wb-edit {
  margin-bottom: 40px;
}

.Edit.MOD-bottom .wb-edit {
  margin-top: 50px;
}

.Edit .wb-edit:empty {
  margin: 0 !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Wrapper
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Content
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  float: left;
  width: calc(100% - 270px);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
  float: right;
  width: 240px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  width: 100%;
  table-layout: fixed;
}
.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 20px;
}
.wb-pair .wb-pair-list-table th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  background: #f8f4f1;
  font-size: 14px;
  font-weight: bold;
}
.wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

.wb-pair .wb-pair-list-table th {
  min-width: 150px;
  width: 22%;
}

/*# sourceMappingURL=pc-global.css.map */
