.hp_yakuhan {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html {
  scroll-behavior: smooth; 
}

body {
  color: #000;
  background-color: #F3F3F3;
  font-size: 1.15em;
  line-height: 1.65em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.jtr__contactArea {
  width: 780px;
  margin: auto;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
}
.jtr__contactArea a {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 24px 0;
  background-color: #000;
  border: 4px solid #000;
  text-indent: -4px;
  position: relative;
}
.jtr__contactArea a::after {
  position: absolute;
  top: 22px;
  right: 16px;
  font-size: 36px;
  content: "";
  font-family: "Material Icons";
}
.jtr__contactArea a:hover {
  background-color: #fff;
  color: #000;
}

/* top */
img { margin: auto; }
.jtr-home .jtr__header {
  background-color: #fff;
  border-bottom: 2px solid #222;
}
.jtr-home .jtr__header ul {
  width: 1100px;
  height: 62px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jtr-home .jtr__top__container,
.jtr-service .jtrservice__eycatch {
  background: url(../img/pages/top_main_background.svg) no-repeat center center;
  background-size: cover;
  padding: 60px 40px 80px;
}
.jtr-home .jtr__top .jtr__top__container .jtr__top__container__logoarea .jtr__top__container__logoarea__title,
.jtr-home .jtr__top .jtr__top__container .jtr__top__container__logoarea .jtr__top__container__logoarea__subtitle {
  text-align: center;
}
.jtr-home .jtr__top .jtr__top__container .jtr__top__container__logoarea .jtr__top__container__logoarea__read {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.8;
  border: 1px solid #707070;
  padding: 12px 0;
  width: 780px;
  margin: auto;
  text-align: center;
}
.jtr-home .jtr__top .jtr__top__container .jtr__top__container__logoarea .jtr__top__container__logoarea__subtitle {
  padding: 40px 0;
}
.jtr-home .jtr__servicearea {
  width: 1100px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer {
  width: 540px;
  padding: 40px 20px 20px;
  background-color: #fff;
  border: 4px solid #DF0C10;
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer:nth-child(2) {
  border-color: #0366FF;
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer:nth-child(3) {
  border-color: #1D994F;
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer:nth-child(4) {
  border-color: #EA5513;
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer:nth-child(n + 3) {
  margin-bottom: 0;
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer h2 {
  margin-bottom: 24px;
  text-align: center;
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 30px;
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer ul {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer ul li {
  width: 236px;
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer ul li a {
  display: flex;
  background-color: #000080;
  border: 4px solid #000080;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 8px;
  position: relative;
  align-items: center;
  height: 74px;
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer ul li a::after {
  position: absolute;
  top: 21px;
  right: 4px;
  font-size: 16px;
  content: "";
  font-family: "Material Icons";
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer ul li a:hover {
  background-color: #fff;
  color: #000080;
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer ul li:last-child a {
  padding-left: 12px;
  background-color: #cc0033;
  border-color: #cc0033;
}
.jtr-home .jtr__servicearea .jtr__servicearea__itemContainer ul li:last-child a:hover {
  background-color: #fff;
  color: #cc0033;
}
.jtr-home .jtr__infomationCompany {
  width: 1100px;
  margin: 80px auto 0;
  background-color: #fff;
  border-radius: 4px;
  padding: 40px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
}
.jtr-home .jtr__infomationCompany h3 {
  background-color: #666;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  padding: 4px 26px;
  border-radius: 4px;
  margin-bottom: 28px;
}
.jtr-home .jtr__infomationCompany p {
  font-size: 20px;
  line-height: 1.8;
  padding: 0 4px;
}
.jtr-home .jtr__servicearea__itemContainer__btnLabel1 {
  font-size: 25px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.jtr-home .jtr__servicearea__itemContainer__btnLabel2 {
  font-size: 32px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.jtr-home .jtr__servicearea__itemContainer .jrt__btnGray {
  display: block;
  background-color: #eee;
  border: 2px solid #ddd;
  border-radius: 4px;
  padding: 4px 10px;
  color: #333;
  min-height: 74px;
}
.jtr-home .jtr__servicearea__itemContainer .jrt__btnGray .jrt__btnGray__toptxt {
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #d91d1d;
  font-weight: 600;
}
.jtr-home .jtr__servicearea__itemContainer .jtr__servicearea__itemContainer__btnLabel2 {
  font-weight: 800;
}
.jtr-home .jtr__servicearea__itemContainer .jtr__servicearea__itemContainer__btnLabel2__wrapper {
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: center;
  font-weight: 600;
  line-height: 1.28;
}



/* サービスページ */
body.jtr-service {
  background-color: #EAF5FC;
}
.jtr-service .jtrservice__header {
  background-color: #0366FF;
  border-bottom: 2px solid #0366ff;
}
.jtr-service .jtrservice__header ul {
  display: flex;
  width: 1100px;
  margin: auto;
}
.jtr-service .jtrservice__header ul li {
  width: 20%;
}
.jtr-service .jtrservice__header ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.jtr-service .jtrservice__header ul li a:hover {
  color: #0366FF;
  background-color: #fff;
}
.jtr-service .jtrservice__header ul li a::after {
  content: "｜";
  display: block;
  position: absolute;
  right: -12px;
  top: 16px;
  font-size: 22px;
}
.jtr-service .jtrservice__header ul li:first-child a::before {
  content: "｜";
  display: block;
  position: absolute;
  top: 16px;
  font-size: 22px;
  right: inherit;
  left: -10px;
}
.jtr-service .jtrservice__header ul li:first-child a:hover::before {
  color: #fff;
}
.jtr-home .jtr__eycatch, .jtr-service .jtrservice__eycatch {
  padding-bottom: 40px;
}
/* .jtr-service .jtrservice__eycatch .jtrservice__eycatch__container .jtrservice__eycatch__container__catch {
} */
.jtr-service .jtrservice__eycatch .jtrservice__eycatch__container .jtrservice__eycatch__container__catch img {
  margin: auto;
}
.jtr-service .jtrservice__eycatch .jtrservice__eycatch__container .jtrservice__eycatch__container__title {
  margin: 30px 0 48px;
}
.jtr-service .jtrservice__eycatch .jtrservice__eycatch__container .jtrservice__eycatch__container__title img {
  width: 806px;
  height: auto;
  margin: auto;
}
.jtr-service .jtrservice__eycatch .jtrservice__eycatch__container .jtrservice__eycatch__container__information {
  display: flex;
  justify-content: center;
}
.jtr-service .jtrservice__eycatch .jtrservice__eycatch__container .jtrservice__eycatch__container__information dl {
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.jtr-service .jtrservice__eycatch .jtrservice__eycatch__container .jtrservice__eycatch__container__information dl:last-child {
  margin-right: 0;
}
.jtr-service .jtrservice__eycatch .jtrservice__eycatch__container .jtrservice__eycatch__container__information dl dt {
  background-color: #222;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 4px 8px 6px;
  border-radius: 6px;
  margin-right: 10px;
}
.jtr-service .jtrservice__eycatch .jtrservice__eycatch__container .jtrservice__eycatch__container__information dl dd {
  font-size: 22px;
  font-weight: 800;
}
.jtr-service .jtrservice__eycatch .jtrservice__eycatch__container .jtrservice__eycatch__container__information dl.jtrservice__eycatch__container__information__period dd {
  font-size: 18px;
}
.jtr-service .jtrservice__eycatch .jtrservice__eycatch__container .jtrservice__eycatch__container__information dl.jtrservice__eycatch__container__information__period dd span.jtrservice__eycatch__container__information__periodYMD {
  font-size: 26px;
}
.jtr-service .jtrservice__eycatch .jtrservice__eycatch__container .jtrservice__eycatch__container__information dl.jtrservice__eycatch__container__information__period dd span.jtrservice__eycatch__container__information__txt {
  font-size: 12px;
  display: block;
  text-align: center;
  font-weight: 600;
}
.jtr-service .jtrservice__eycatch .jtrservice__eycatch__container .jtrservice__eycatch__container__information dl.jtrservice__eycatch__container__information__period dd {
  padding-top: 12px;
}
.jtr-service .jtrservice__about {
  background-color: #fff;
  width: 1100px;
  margin: 40px auto 0;
  padding: 40px;
  border-radius: 4px;
}
.jtr-service .jtrservice__about .jtrservice__about__title {
  font-size: 32px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.jtr-service .jtrservice__about .jtrservice__about__title img {
  width: 256px;
  height: auto;
  margin: 0;
}
.jtr-service .jtrservice__about .jtrservice__about__title span {
  position: relative;
  top: -3px;
  padding-left: 8px;
  font-weight: 800;
  color: #0366FF;
}
.jtr-service .jtrservice__innercatch {
  border: 2px solid #DF0C10;
  color: #DF0C10;
  font-weight: 800;
  text-align: center;
  padding: 4px 0 6px;
  margin: 30px auto;
  font-size: 24px;
}
.jtr-service .jtrservice__about__read {
  line-height: 1.8;
  margin-bottom: 40px;
}
.jtr-service .jtrservice__about__small {
  font-size: 14px;
}
.jtr-service .jtrservice__about__subtitle {
  font-size: 32px;
  color: #0366FF;
  font-weight: 800;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 24px;
}
.jtr-service .jtrservice__about__container {
  display: flex;
  justify-content: space-between;
}
.jtr-service .jtrservice__about__container ul {
  width: 225px;
}
.jtr-service .jtrservice__about__container ul li:first-child {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
.jtr-service .jtrservice__about__txt {
  font-size: 14px;
  margin-top: 20px;
}
.jtr-service .jtr__contactArea {
  margin-top: 40px;
}
.jtr-service .jtr__contactArea a {
  background-color: #FF5500;
  border: 4px solid #FF5500;
}
.jtr-service .jtr__contactArea a:hover {
    background-color: #fff;
    color: #FF5500;
}
.jtr-service .jtrservice__contents {
  width: 1100px;
  background-color: #fff;
  margin: 40px auto;
  padding: 40px;
  border-radius: 4px;
}
.jtr-service .jtrservice__contents__title {
  border-radius: 4px;
  color: #fff;
  background-color: #0366FF;
  font-weight: 800;
  padding: 12px 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
}
.jtr-service .jtrservice__contents__container {
  margin-bottom: 40px;
}
.jtr-service .jtrservice__contents__container .jtrservice__contents__subtitle {
  font-size: 32px;
  font-weight: 800;
  color: #0366FF;
  padding-left: 12px;
}
.jtr-service .jtrservice__contents__container .jtrservice__contents__subtitle::before {
  content: "1";
  background-color: #0366ff;
  border-radius: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -4px;
  left: -12px;
}
.jtr-service .jtrservice__contents__container:nth-child(3) .jtrservice__contents__subtitle::before {
  content: "2";
}
.jtr-service .jtrservice__contents__container:nth-child(4) .jtrservice__contents__subtitle::before {
  content: "3";
}
.jtr-service .jtrservice__contents__container:nth-child(5) .jtrservice__contents__subtitle::before {
  content: "4";
}
.jtr-service .jtrservice__contents .jtrservice__innercatch {
  margin: 10px 0 30px;
}
.jtr-service .jtrservice__contents__container__wrapper {
  display: flex;
  justify-content: space-between;
}
.jtr-service .jtrservice__contents__container__wrapper__left {
  width: 596px;
  padding-left: 50px;
}
.jtr-service .jtrservice__contents__container__wrapper__right {
  width: 372px;
  padding-top: 10px;
}
.jtr-service .jtrservice__contents__container__wrapper__left .jtrservice__contents__read {
}
.jtr-service .jtrservice__contents__container__wrapper__left .jtrservice__contents__small {
  font-size: 14px;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.jtr-service .jtrservice__contents__container dl.jtrservice__contents__container__table {
  display: flex;
  border: 1px solid #ccc;
  border-bottom: none;
}
.jtr-service .jtrservice__contents__container dl.jtrservice__contents__container__table dt {
  width: 234px;
  display: flex;
  align-items: center;
  padding: 20px;
  font-weight: 700;
  color: #0044AE;
  background-color: #FBFBFB;
}
.jtr-service .jtrservice__contents__container dl.jtrservice__contents__container__table dd {
  width: 786px;
  border-left: 1px solid #ccc;
  padding: 20px;
}
.jtr-service .jtrservice__contents__container dl.jtrservice__contents__container__table dd img {
  display: inline-block;
  margin-bottom: 10px;
}
.jtr-service .jtrservice__contents__container dl:last-child {
  border-bottom: 1px solid #ccc;
}
.jtr-service .jtrservice__contents__container .jtrservice__contents__container__table__ntxtIndent {
  padding-left: 20px;
}
.jtr-service .jtrservice__contents__container .jtrservice__contents__container__table__smlTxt {
  font-size: 12px;
}
.jtr-service .jtrservice__contents__read {
  margin: 0 0 20px;
}

.jtr-service .--mt-50 {
  margin-top: -50px;
}
.jtr-service .--ls-008 {
  letter-spacing: -0.08rem;
}



/* general footer */
footer { margin-top: 120px; }
.g_pagetop {
  position: fixed;
  right: 3%;
  bottom: 3%;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background: #fff;
  color: #444;
  padding: 10px;
  border: solid 1px;
  border-radius: 50%;
  box-shadow: 0 2px 10px -6px rgba(0, 0, 0, .5), 0 3px 10px -4px rgba(0, 0, 0, .2);
  z-index: 4;
  border-radius: 20px;
  pointer-events: cursor;
}

.ly_footer {
  background-color: #222;
}
.ly_footer_inner {
  background-color: #222;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.jtr-service .ly_footer_inner {
  background-color: #0366FF;
}
.ly_footer_inner nav {
  width: 1100px;
  margin: auto;
}
.ly_footer_inner small {
  border-top: 1px solid #fff;
}
.bl_footerNav {
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.bl_footerNav_item {
  flex: none;
  text-align: left;
}
.bl_footerNav_item.main {
  flex: 1;
  text-align: center;
}
.bl_footerNav_item > *:last-child {
  margin-bottom: 0;
}
.bl_footerNav_item:first-child .bl_footerNav_link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: currentColor;
  transform: translateY(-50%);
}
.bl_footerNav_link {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}
.bl_footerNav_link:focus,
.bl_footerNav_link:hover {
  text-decoration: underline;
}
.bl_footerNav_link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: currentColor;
  transform: translateY(-50%);
}
.bl_footerNav_item > h3 {
  border-left: 6px solid #999;
  color: #eee;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 8px 0 8px 0;
  padding: 0 0 0 10px;
}
.bl_footerNav_item > h3.space {
  border: none;
  pointer-events: none;
}
.bl_footerNav_item > h4 {
  color: #eee;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
  margin-top: 16px;
  margin-bottom: 5px;
  padding: 0;
}
.bl_footerNav_item > h5 {
  color: #eee;
  font-size: 0.865rem;
  font-weight: 400;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 3px;
  margin-left: 6px;
  padding: 0;
}
.bl_footerNav_item > img {
  width: 210px;
  margin-left: 10px;
  margin-top: 15px;
}
.bl_footerChildNav {
  padding-left: 0;
  list-style-type: none;
}
.bl_footerChildNav_item {
  line-height: 1.6em;
  margin-bottom: 0;
}
.bl_footerChildNav_link {
  position: relative;
  color: #ddd;
  font-size: 13px;
  text-decoration: none;
  padding-left: 26px;
  white-space: nowrap;
}
.bl_footerChildNav_link::before {
  content: '\f054';
  position: absolute;
  top: 60%;
  left: 0.7em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
  transform: translateY(-50%);
  font-size: 0.935em;
  }
.bl_footerChildNav_link:focus,
.bl_footerChildNav_link:hover {
  text-decoration: underline;
}
.el_footerCopyright {
  display: block;
  color: #fff;
  font-size: 18.4px;
  line-height: 1.8;
  text-align: center;
  margin: 12px 0 18px;
  padding-top: 24px;
}

.jtr-home .bl_footerNav li:nth-child(2),
.jtr-service .bl_footerNav li:nth-child(2) {
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
}
.jtr-home .bl_footerNav li:nth-child(2) .bl_footerNav_link::after,
.jtr-service .bl_footerNav li:nth-child(2) .bl_footerNav_link::after{
  right: -15px;
}

#page-top {
  cursor: pointer;
}
