@charset "UTF-8";
/* base */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif,"Hiragino Sans", sans-serif;
  font-weight: 400;
  color: #1E1E1E;
}

figure {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
  transition: all 0.5s 0s ease;
  color: #1E1E1E;
}

a.over:hover {
  color: #06479D;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

.pc-only {
  display: block;
}

@media (max-width: 428px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 428px) {
  .sp-only {
    display: block;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .inner {
    width: 95%;
  }
}

@media (max-width: 768px) {
  .inner {
    width: 91%;
  }
}

.btn {
  position: relative;
  transition: .5s all;
  top: 0;
}

.btn:hover {
  top: -12px;
}

.en {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.min {
  font-family: 'Shippori Mincho', serif;
}

/* base end */
.body {
  line-height: 1.6;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  overflow-x: hidden;
}

.title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #06479D;
  position: relative;
  display: inline-block;
  padding: 0 6rem 0 0;
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .title {
    padding: 0;
    margin-bottom: 2rem;
  }
}

.title::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #06479D;
  position: absolute;
  right: 0;
  top: 20px;
}

@media (max-width: 768px) {
  .title::before {
    display: none;
  }
}

.title-en {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 2rem;
  position: relative;
  top: -2px;
}

.title-sub {
  font-weight: 700;
  color: #06479D;
  font-size: 1.8rem;
  background: transparent url("../../assets/img/common/bg_title_sub.svg") left center no-repeat;
  background-size: 20px;
  padding-left: 3rem;
  margin-bottom: 1rem;
}

.title-num {
  font-weight: 700;
  color: #06479D;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .title-num {
    align-items: flex-start;
  }
}

.title-num__icon {
  background: #06479D;
  color: #fff;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: block;
  text-align: center;
  line-height: 15px;
  font-weight: normal;
  font-size: 1.1rem;
  text-indent: 1px;
}

@media (max-width: 768px) {
  .title-num__icon {
    position: relative;
    top: 6px;
  }
}

.title-num__text {
  width: calc(100% - 26px);
}

.header {
  position: fixed;
  z-index: 200;
  padding: 1rem 0 2rem;
  width: 100%;
  background: #fff;
}

@media (max-width: 768px) {
  .header {
    padding: 1rem 0;
  }
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .header__top {
    display: none;
  }
}

.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

@media (max-width: 1060px) {
  .header__bottom {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .header__bottom {
    display: block;
  }
}

@media (max-width: 768px) {
  .header__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 528px) {
  .header__bottom-inner {
    align-items: baseline;
  }
}

.header-catch {
  color: #8F8F8F;
  font-size: 1.2rem;
}

@media (max-width: 1060px) {
  .header-catch {
    display: none;
  }
}

.header-logo {
  max-width: 294px;
}

@media (max-width: 768px) {
  .header-logo {
    max-width: 60%;
  }
  .header-logo img {
    max-width: 300px;
    width: 100%;
  }
}

.header-tel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1060px) {
  .header-tel {
    margin: 0 0 0 auto;
  }
}

@media (max-width: 768px) {
  .header-tel {
    display: none;
  }
}

.header-tel-sp {
  display: none;
}

@media (max-width: 768px) {
  .header-tel-sp {
    text-align: center;
    display: block;
  }
}

.header-tel__text span {
  font-size: 1.2rem;
  color: #06479D;
  display: inline-block;
  border: 1px solid #06479D;
  border-radius: 30px;
  padding: 0.2rem 1rem;
}

.header-tel__num-link {
  background: transparent url("../../assets/img/common/icon_tel.svg") left center no-repeat;
  padding: 0 0 0 3rem;
  font-size: 3rem;
  font-weight: 600;
}

.header-toggle {
  cursor: pointer;
  height: 17px;
  width: 20px;
  box-sizing: border-box;
  position: relative;
  right: 1rem;
  top: 0;
  z-index: 60;
  display: none;
}

@media (max-width: 768px) {
  .header-toggle {
    display: block;
  }
}

.header-toggle span {
  border-bottom: solid 2px #06479D;
  display: block;
  -moz-transition: .35s ease-in-out;
  position: absolute;
  transition: .35s ease-in-out;
  -webkit-transition: .35s ease-in-out;
  width: 100%;
}

.header-toggle span:nth-child(1) {
  top: 0;
}

.header-toggle span:nth-child(2) {
  top: 8px;
}

.header-toggle span:nth-child(3) {
  top: 16px;
}

.header-toggle.is-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
  -webkit-transform: translateY(8px) rotate(-45deg);
  border-bottom: solid 2px #06479D;
}

.header-toggle.is-active span:nth-of-type(2) {
  opacity: 0;
}

.header-toggle.is-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(-8px) rotate(45deg);
  border-bottom: solid 2px #06479D;
}

.header-nav {
  transition: .3s all;
  position: relative;
}

@media (max-width: 768px) {
  .header-nav {
    display: none;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    height: 100vh;
  }
}

.header-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-left: 1px solid #eee;
}

@media (max-width: 768px) {
  .header-nav__list {
    display: block;
    border-left: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 4rem;
  }
}

.header-nav__list a {
  display: flex;
  border-right: 1px solid #eee;
  width: 140px;
  justify-content: center;
  padding: .5rem 0;
}

@media (max-width: 1060px) {
  .header-nav__list a {
    width: 14vw;
  }
}

@media (max-width: 768px) {
  .header-nav__list a {
    padding: 0.5rem 0 0.5rem 1.5rem;
    border-right: none;
    width: 100%;
    display: block;
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .header-nav__item {
    padding: 1.5rem 0 1.5rem;
    border-top: 1px solid #eee;
  }
}

@media (max-width: 768px) {
  .header-nav__item-home {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-nav__item-parent {
    background: transparent url("../../assets/img/common/bg_arrow.svg") left center no-repeat;
  }
}

.header-nav__item-children {
  background: transparent url("../../assets/img/common/bg_arrow2.svg") left center no-repeat;
}

@media (min-width: 768px) {
  .header-nav__item-current > a {
    color: #06479D;
  }
}

.header-nav__children {
  display: none;
}

@media (max-width: 768px) {
  .header-nav__children {
    display: block;
    padding: 0 0 0 1.5rem;
  }
  .header-nav__children a {
    border: none;
  }
}

.header-nav.is-active {
  display: block;
  padding: 5rem 0 0;
  animation: headerToggleNavi 0.5s ease;
}

@keyframes headerToggleNavi {
  0% {
    opacity: 0;
    right: -100vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

.main {
  padding-top: 14rem;
}

@media (max-width: 1000px) {
  .main {
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  .main {
    padding-top: 7rem;
    overflow-x: visible;
  }
}

@media (max-width: 1000px) {
  .lower {
    overflow-x: hidden;
  }
}

.lower__main {
  padding: 8rem 0 6rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .lower__main {
    padding: 8rem 0;
  }
}

.lower__main.about-greeting {
  padding-bottom: 10rem;
}

.lower__wrap {
  display: flex;
  justify-content: space-between;
  gap: 9rem;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .lower__wrap {
    gap: 4rem;
  }
}

@media (max-width: 768px) {
  .lower__wrap {
    display: block;
  }
}

.lower__single {
  max-width: 800px;
}

.lower__left {
  max-width: 800px;
}

@media (max-width: 1000px) {
  .lower__left {
    width: 70%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .lower__left {
    padding: 0 0 8rem;
    width: 100%;
  }
}

.lower-mv {
  background: #F0F6FF;
  margin-bottom: 1rem;
  position: relative;
}

@media (max-width: 768px) {
  .lower-mv {
    margin-bottom: 0;
  }
}

.lower-mv .inner {
  position: relative;
  padding: 6rem 0;
}

@media (max-width: 768px) {
  .lower-mv .inner {
    padding: 11rem 0;
  }
}

.lower-mv__title {
  color: #06479D;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.lower-mv__icon01 {
  position: absolute;
  right: -90px;
  top: 150px;
  z-index: 30;
}

@media (max-width: 768px) {
  .lower-mv__icon01 {
    right: -30px;
    top: 20px;
  }
}

.lower-mv__icon02 {
  position: absolute;
  right: 220px;
  top: 60px;
  z-index: 50;
}

@media (max-width: 768px) {
  .lower-mv__icon02 {
    right: -30px;
    top: auto;
    bottom: -30px;
    right: 50%;
  }
}

.lower-mv__icon03 {
  position: absolute;
  right: -50px;
  top: 30px;
  width: 240px;
}

@media (max-width: 768px) {
  .lower-mv__icon03 {
    width: 160px;
    top: auto;
    bottom: -20px;
    right: -20px;
  }
}

.lower-mv__icon04 {
  position: absolute;
  right: 110px;
  top: 120px;
  width: 140px;
}

@media (max-width: 768px) {
  .lower-mv__icon04 {
    width: 100px;
    top: auto;
    bottom: -50px;
  }
}

.pan {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .pan {
    display: none;
  }
}

.pan__list {
  display: flex;
}

.pan__item::after {
  content: "/";
  padding: 0 1rem;
  color: #ccc;
}

.pan__item:last-child::after {
  display: none;
}

.pan__item a {
  color: #06479D;
}

@media (max-width: 768px) {
  .top-mv {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .top-mv .inner {
    width: 100%;
  }
}

.top-mv__box {
  background: #F0F6FF;
  border-radius: 4px;
  text-align: center;
  padding: 8rem 0 18rem;
  position: relative;
}
@media (max-width: 768px) {
  .top-mv__box {
    padding: 10rem 0 25rem;
  }
}
@media (max-width: 520px) {
  .top-mv__box {
    padding: 10rem 0 15rem;
  }
}
@media (max-width: 428px) {
  .top-mv__box {
    padding: 10rem 0 10rem;
  }
}

.top-mv__lead {
  margin-bottom: 2rem;
}

.top-mv__lead img {
  margin: 0 auto;
}

.top-mv__text {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .top-mv__lead {
    width: 70%;
    margin: 0 auto 5rem;
  }
}

.top-mv__lead-pc {
  display: block;
}
@media (max-width: 768px) {
  .top-mv__lead-pc {
    display: none;
  }
}

.top-mv__lead-sp {
  display: none;
}
@media (max-width: 768px) {
  .top-mv__lead-sp {
    display: block;
    max-width: 300px;
    width: 100%;
  }
}


.top-mv__img {
  position: absolute;
  left: 51.5%;
  bottom: -190px;
  transform: translateX(-50%);
  max-width: 720px;
  width: 100%;
}

@media (max-width: 768px) {
  .top-mv__img {
    width: 104%;
    bottom: -120px;
  }
}

.top-mv__img-01 {
  position: absolute;
  right: -30px;
  top: 80px;
}
@media (max-width: 1000px) {
  .top-mv__img-01 {
    right: -70px;
  }
}
@media (max-width: 768px) {
  .top-mv__img-01 {
    width: 100px;
    top: 30px;
    right: -40px;
  }
}

.top-mv__img-02 {
  position: absolute;
  left: -90px;
  bottom: -110px;
}

@media (max-width: 768px) {
  .top-mv__img-02 {
    width: 110px;
    left: -50px;
    top: auto;
    bottom: 110px;
  }
}

.top-mv__img-03 {
  position: absolute;
  right: -50px;
  bottom: -40px;
}

@media (max-width: 768px) {
  .top-mv__img-03 {
    width: 110px;
    right: -20px;
    bottom: 170px;
  }
}

.top-mv__img-04 {
  position: absolute;
  left: -50px;
  top: 50px;
}
@media (max-width: 1000px) {
  .top-mv__img-04 {
    left: -100px;
  }
}
@media (max-width: 768px) {
  .top-mv__img-04 {
    width: 80px;
    left: -20px;
    top: 25px;
  }
}

.top-mv__list {
  display: flex;
  gap: 25px;
  margin: 6rem 0 0;
}

@media (max-width: 768px) {
  .top-mv__list {
    display: block;
  }
}

.top-mv__item {
  background: #fff;
  width: 352px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #06479D;
  padding: 3rem;
  display: block;
}

@media (max-width: 768px) {
  .top-mv__item {
    width: 90%;
    margin: 0 auto 2rem;
    padding: 2.5rem 2rem;
  }
}

.top-mv__item::before {
  content: "";
  background: #06479D;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  top: -25px;
  left: -25px;
  display: block;
}

.top-mv__item::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #06479D url("../../assets/img/common/bg_arrow_w.svg") 57% center no-repeat;
  background-size: 5px;
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border-radius: 18px;
}

.top-mv__item-num {
  font-size: 1.2rem;
  color: #06479D;
  position: relative;
  padding-right: 50px;
  display: inline-block;
}

.top-mv__item-num::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #06479D;
  position: absolute;
  right: 0;
  top: 10px;
}

.top-mv__item-lead {
  font-size: 1.8rem;
  font-weight: 700;
  color: #06479D;
  margin-bottom: .5rem;
}

.top-mv__item-text {
  font-size: 1.4rem;
}

.top-news {
  padding: 6rem 0;
}

.top-news .inner {
  display: flex;
  gap: 80px;
}

@media (max-width: 768px) {
  .top-news .inner {
    display: block;
  }
}

.top-news .title {
  margin-bottom: 2rem;
}

.top-news__box {
  max-width: 845px;
  width: 100%;
}

@media (max-width: 768px) {
  .top-news__box {
    margin-bottom: 8rem;
  }
}

.top-news__head {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .top-news__data {
    display: block;
    margin-bottom: .5rem;
  }
}

@media (max-width: 768px) {
  .top-news__text {
    display: block;
  }
}

.top-news-nav a {
  font-size: 1.4rem;
  background: transparent url("../../assets/img/common/bg_arrow.svg") left center no-repeat;
  padding: 0 0 0 1.5rem;
}

.top-news__list {
  background: transparent url("../../assets/img/common/bg_line.svg") left top no-repeat;
}

@media (max-width: 768px) {
  .top-news__list {
    margin-bottom: 2rem;
  }
}

.top-news__item {
  background: transparent url("../../assets/img/common/bg_line.svg") left bottom no-repeat;
}

.top-news__item a {
  padding: 1.85rem 0;
  display: flex;
  gap: 40px;
}

@media (max-width: 768px) {
  .top-news__item a {
    display: block;
  }
}

.top-news-image {
  max-width: 170px;
}

@media (max-width: 768px) {
  .top-news-image {
    max-width: 100%;
  }
}

.top-news-image__img01 {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .top-news-image__img01 {
    width: 65%;
  }
}

.top-news-image__img02 {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .top-news-image__img02 {
    width: 33%;
  }
}

.top-news-image__nav a {
  font-size: 1.4rem;
  background: transparent url("../../assets/img/common/bg_arrow.svg") left center no-repeat;
  padding: 0 0 0 1.5rem;
}

@media (max-width: 768px) {
  .top-news-image__spwrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}

.top-info {
  background: #E9F2FF;
  padding: 6rem 0;
  position: relative;
}

@media (max-width: 768px) {
  .top-info {
    padding: 8rem 0;
  }
}

.top-info .inner {
  position: relative;
}

.top-info__box {
  background: #fff;
  border-radius: 4px;
  padding: 6rem;
  overflow: hidden;
  position: relative;
  max-width: 800px;
}

@media (max-width: 768px) {
  .top-info__box {
    padding: 4rem 2rem 13rem;
  }
}

.top-info__box::before {
  content: "";
  background: #06479D;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  top: -25px;
  left: -25px;
  display: block;
}

.top-info__text {
  margin-bottom: 2rem;
}

.top-info__nav {
  margin-top: 4rem;
}

.top-info__nav a {
  background: #06479D url("../../assets/img/common/bg_arrow_w.svg") 92% center no-repeat;
  color: #fff;
  width: 100%;
  max-width: 260px;
  display: block;
  border-radius: 4px;
  text-align: center;
  padding: 1.2rem 0;
}

@media (max-width: 768px) {
  .top-info__nav a {
    max-width: 100%;
  }
}

.top-info__map {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}

@media (max-width: 1000px) {
  .top-info__map {
    width: 40vw;
    right: 2rem;
  }
}

@media (max-width: 768px) {
  .top-info__map {
    position: relative;
    top: -9rem;
    transform: none;
    width: 90%;
    margin: 0 auto -9rem;
    right: auto;
  }
}

.top-info__map iframe {
  width: 560px;
  height: 300px;
}

@media (max-width: 1000px) {
  .top-info__map iframe {
    width: 100%;
  }
}

.top-info__map-nav {
  font-size: 1.4rem;
  padding: .5rem 0 0;
}

.top-info__map-nav a {
  background: transparent url("../../assets/img/common/icon_map.svg") left 3px no-repeat;
  padding: 0 0 0 1.7rem;
}

.about__box {
  margin-bottom: 12rem;
}

@media (max-width: 768px) {
  .about__box {
    margin-bottom: 8rem;
  }
}

.about__box--history {
  margin-bottom: 6rem;
}

.about__box--history:last-child {
  margin-bottom: 0;
}

.about__box:last-child {
  margin-bottom: 0;
}

.about-greeting-text {
  margin-bottom: 3rem;
}

.about-greeting-image {
  max-width: 183px;
  margin: 0 0 0 auto;
}

.about-index__line {
  background: transparent url("../../assets/img/common/bg_line.svg") left bottom no-repeat;
  padding-bottom: 1px;
}

.about-index-table {
  width: 100%;
}

.about-index-table__th {
  width: 203px;
  background: #F6F6F6;
  text-align: left;
  font-weight: normal;
  padding: 2rem;
  background: #F6F6F6 url("../../assets/img/common/bg_line.svg") left top no-repeat;
}

@media (max-width: 768px) {
  .about-index-table__th {
    display: block;
    width: 100%;
    padding: 1.5rem 2rem;
  }
}

.about-index-table__td {
  width: calc(100% - 203px);
  padding: 2rem;
  background: #fff url("../../assets/img/common/bg_line.svg") left top no-repeat;
}

@media (max-width: 768px) {
  .about-index-table__td {
    display: block;
    width: 100%;
    background-image: none;
    padding: 1.5rem 2rem;
  }
}

.about-index-table tr:nth-child(even) .about-index-table__th {
  background-color: #F0F0F0;
}

@media (max-width: 768px) {
  .about-index-table tr:nth-child(even) .about-index-table__th {
    background-color: #F6F6F6;
  }
}

.about-index-table tr:nth-child(even) .about-index-table__td {
  background-color: #FAFAFA;
}

@media (max-width: 768px) {
  .about-index-table tr:nth-child(even) .about-index-table__td {
    background-color: #fff;
  }
}

.about-index-access__head {
  display: flex;
  gap: 30px;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .about-index-access__head {
    flex-direction: column;
  }
}

.about-index-access__map {
  max-width: 323px;
}

@media (max-width: 768px) {
  .about-index-access__map {
    max-width: 80%;
    margin: 0 auto;
  }
}

.about-index-access__detail-text {
  margin-bottom: 1.5rem;
}

.about-index-access__detail-text:last-child {
  margin-bottom: 0;
}

.about-index-access__iframe iframe {
  width: 100%;
  height: 440px;
}

@media (max-width: 768px) {
  .about-index-access__iframe iframe {
    height: 400px;
  }
}
@media (max-width: 520px) {
  .about-index-access__iframe iframe {
    height: 200px;
  }
}

.about-index-access__nav {
  font-size: 1.4rem;
  padding: .5rem 0 0;
  text-align: right;
}

.about-index-access__nav a {
  background: transparent url("../../assets/img/common/icon_map.svg") left 3px no-repeat;
  padding: 0 0 0 1.7rem;
}

.about-history__wrap {
  background: transparent url("../../assets/img/common/bg_line.svg") left bottom no-repeat;
  padding-bottom: 1px;
}

.about-history__item {
  background: #fff url("../../assets/img/common/bg_line.svg") left top no-repeat;
  padding: 2rem;
}

.about-history__item:nth-child(even) {
  background: #F6F6F6 url("../../assets/img/common/bg_line.svg") left top no-repeat;
}

.service__box {
  margin-bottom: 6rem;
}

.service__box:last-child {
  margin-bottom: 0;
}

.service-nav__set {
  margin-bottom: 2rem;
}

.service-nav__set:last-child {
  margin-bottom: 0;
}

.service-nav__link {
  background: #fff;
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #06479D;
  padding: 3rem;
  display: block;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .service-nav__link {
    width: 100%;
    margin: 0 auto 2rem;
    padding: 2.5rem 2rem;
  }
}

.service-nav__link::before {
  content: "";
  background: #06479D;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  top: -25px;
  left: -25px;
  display: block;
}

@media (max-width: 768px) {
  .service-nav__link::after {
    content: "";
    width: 18px;
    height: 18px;
    background: #06479D url("../../assets/img/common/bg_arrow_w.svg") 57% center no-repeat;
    background-size: 5px;
    display: block;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    border-radius: 18px;
  }
}

.service-nav__num {
  font-size: 1.2rem;
  color: #06479D;
  position: relative;
  padding-right: 50px;
  display: inline-block;
}

.service-nav__num::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #06479D;
  position: absolute;
  right: 0;
  top: 10px;
}

.service-nav__lead {
  font-size: 1.8rem;
  font-weight: 700;
  color: #06479D;
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
}

.service-nav__lead::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #06479D url("../../assets/img/common/bg_arrow_w.svg") 57% center no-repeat;
  background-size: 5px;
  display: block;
  border-radius: 18px;
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .service-nav__lead::after {
    display: none;
  }
}

.service-nav__text {
  font-size: 1.4rem;
}

.service-merit__list {
  background: transparent url("../../assets/img/common/bg_line.svg") left bottom no-repeat;
  padding-bottom: 1px;
}

.service-merit__item {
  display: flex;
  gap: 30px;
  padding: 3rem;
  background: transparent url("../../assets/img/common/bg_line.svg") left top no-repeat;
}

@media (max-width: 768px) {
  .service-merit__item {
    padding-left: 0;
    padding-right: 0;
  }
}

.service-merit__icon {
  background: #F0F6FF;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-merit__detail {
  max-width: calc(100% - 60px - 30px);
}

.service-merit__label {
  font-weight: 700;
  display: block;
}

@media (max-width: 768px) {
  .service-merit__label {
    margin-bottom: 1rem;
  }
}

.service-text {
  margin-bottom: 2.5rem;
}

.service-text__blue {
  color: #06479D;
}

.service-text:last-child {
  margin-bottom: 0;
}

.service-text__mb10 {
  margin-bottom: 1rem;
}

.service-list__item {
  text-indent: -2rem;
  padding-left: 2rem;
}

.service-list__item--dot {
  position: relative;
}

.service-list__item--dot:before {
  content: "●";
  color: #06479D;
  margin-right: .5rem;
}

.service-table {
  width: 100%;
}

.service-table__th {
  background: #06479D;
  color: #fff;
  border-right: 1px solid #fff;
  font-weight: normal;
  padding: 1rem;
  width: 50%;
}

.service-table__th:last-child {
  border-right: 0;
}

.service-table__td {
  background: #F0F6FF;
  border-right: 1px solid #fff;
  padding: 1rem;
  text-align: center;
}

.service-table__td:last-child {
  border-right: 0;
}

.service-table tr:nth-child(odd) .service-table__td {
  background: #DFECFE;
}

.service-table__02 {
  margin-bottom: 1rem;
}

.service-table__02 .service-table__th:first-child {
  width: 200px;
}

@media (max-width: 768px) {
  .service-table__02 .service-table__th:first-child {
    display: none;
  }
}

.service-table__02 .service-table__th {
  width: calc(100% - 200px / 2);
}

.service-table__02 .service-table__td:first-child {
  width: 200px;
}

@media (max-width: 768px) {
  .service-table__02 .service-table__td:first-child {
    display: none;
  }
}

.service-table__03 .service-table__th {
  text-align: left;
  padding-left: 3rem;
}

@media (max-width: 768px) {
  .service-table__03 .service-table__th {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

.service-table__03 .service-table__td {
  text-align: right;
  padding-right: 4rem;
}

@media (max-width: 768px) {
  .service-table__03 .service-table__td {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}

.service-payroll__wrap {
  display: flex;
  gap: 25px;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

@media (max-width: 768px) {
  .service-payroll__wrap {
    display: block;
  }
}

.service-payroll__wrap .service-table {
  max-width: calc(100% -50%);
}

@media (max-width: 768px) {
  .service-payroll__wrap .service-table {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .service-payroll__wrap .service-table:nth-child(n + 2) .service-table__th {
    display: none;
  }
}

.service-payroll__wrap .service-table:nth-child(2n) tr:nth-child(even) .service-table__th {
  background: #DFECFE;
}

.service-payroll__wrap .service-table:nth-child(2n) tr:nth-child(even) .service-table__td {
  background: #DFECFE;
  width: 50%;
}

.service-payroll__wrap .service-table:nth-child(2n) tr:nth-child(odd) .service-table__td {
  background: #F0F6FF;
  width: 50%;
}

.service-payroll__wrap .service-table:nth-child(3n) tr:nth-child(odd) .service-table__th {
  width: 50%;
}

.service-payroll__wrap .service-table:nth-child(3n) tr:nth-child(odd) .service-table__td {
  width: 50%;
}

.service-socialbenefits__wrap {
  display: flex;
  gap: 25px;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

@media (max-width: 768px) {
  .service-socialbenefits__wrap {
    display: block;
  }
}

.service-socialbenefits__wrap .service-table {
  max-width: calc(100% -50%);
}

@media (max-width: 768px) {
  .service-socialbenefits__wrap .service-table {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .service-socialbenefits__wrap .service-table:nth-child(n + 2) .service-table__th {
    display: none;
  }
}

.service-socialbenefits__wrap .service-table:nth-child(2n) tr:nth-child(even) .service-table__th {
  background: #DFECFE;
}

.service-socialbenefits__wrap .service-table:nth-child(2n) tr:nth-child(even) .service-table__td {
  background: #DFECFE;
  width: 50%;
}

.service-socialbenefits__wrap .service-table:nth-child(2n) tr:nth-child(odd) .service-table__td {
  background: #F0F6FF;
  width: 50%;
}

.service-socialbenefits__wrap .service-table:nth-child(3n) tr:nth-child(odd) .service-table__th {
  width: 50%;
}

.service-socialbenefits__wrap .service-table:nth-child(3n) tr:nth-child(odd) .service-table__td {
  width: 50%;
}

.service-sub {
  font-weight: 700;
  margin-bottom: 1rem;
}

.privacy__box {
  margin-bottom: 6rem;
}

.privacy__box:last-child {
  margin-bottom: 0;
}

.privacy-text {
  margin-bottom: 2.5rem;
}

.privacy-text:last-child {
  margin-bottom: 0;
}

.privacy-text__mb0 {
  margin-bottom: 0;
}

.privacy-text__mb10 {
  margin-bottom: 1rem;
}

.privacy-text__mb40 {
  margin-bottom: 4rem;
}

.privacy-text__right {
  text-align: right;
}

.privacy-text__indent {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

.privacy-table {
  width: 100%;
  margin-bottom: 1rem;
}

.privacy-table__th {
  background: #06479D;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: normal;
  padding: 1rem 3rem;
  width: 220px;
  text-align: left;
}

.privacy-table__th:last-child {
  width: calc(100% - 220px);
}

@media (max-width: 768px) {
  .privacy-table__th {
    width: 100%;
    display: block;
    text-align: center;
    border: none;
  }
}

@media (max-width: 768px) {
  .privacy-table tr:first-child .privacy-table__th {
    display: none;
  }
}

.privacy-table__td {
  background: #F0F6FF;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1rem 3rem;
  width: calc(100% - 220px);
}

.privacy-table__td:last-child {
  border-right: 0;
}

@media (max-width: 768px) {
  .privacy-table__td {
    width: 100%;
    display: block;
    text-align: center;
    border: none;
  }
}

.privacy-table tr:nth-child(odd) .privacy-table__td {
  background: #DFECFE;
}

.privacy-table__mb20 {
  margin-bottom: 2rem;
}

.privacy-list__mb25 {
  margin-bottom: 2.5rem;
}

.privacy-list__item {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}

.aside {
  max-width: 220px;
  width: 100%;
}

@media (max-width: 1000px) {
  .aside {
    width: 30%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .aside {
    max-width: 100%;
    width: 100%;
  }
}

.aside__inner {
  border: 1px solid #06479D;
  border-radius: 4px;
}

.aside-label {
  background: #06479D;
  color: #fff;
  font-size: 1.4rem;
  padding: 1.5rem 2rem;
}

.aside-list {
  padding: 0.6rem 2rem;
}

.aside-item a {
  padding: 0.9rem 0 0.9rem 1.2rem;
  background: transparent url("../../assets/img/common/bg_line.svg") left bottom no-repeat;
  display: block;
  width: 100%;
  font-size: 1.4rem;
}

.aside-item:last-child a {
  background: none;
}

.aside-item__current {
  background: transparent url("../../assets/img/common/bg_arrow.svg") left center no-repeat;
}

.aside-item__current a {
  color: #06479D;
}

.footer {
  padding: 4rem 0 3rem;
  border-top: 4px solid #06479D;
}

@media (max-width: 768px) {
  .footer {
    padding: 6rem 0 3rem;
  }
}

@media (max-width: 768px) {
  .footer .inner {
    width: 80%;
  }
}

.footer__top {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1000px) {
  .footer__top {
    display: block;
  }
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
  padding: 3rem 0 0;
}

@media (max-width: 768px) {
  .footer__bottom {
    display: block;
    padding: 0;
  }
}

.footer-logo {
  max-width: 294px;
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .footer-logo {
    max-width: 215px;
  }
}

@media (max-width: 1000px) {
  .footer-nav {
    padding: 4rem 0 0;
  }
}

@media (max-width: 768px) {
  .footer-nav {
    padding: 0;
  }
}

.footer-nav__list {
  display: flex;
  gap: 50px;
}

@media (max-width: 768px) {
  .footer-nav__list {
    display: block;
  }
}

@media (max-width: 768px) {
  .footer-nav__item {
    margin-bottom: 4rem;
  }
}

.footer-nav__item-parent {
  background: transparent url("../../assets/img/common/bg_arrow.svg") left center no-repeat;
  padding: 0 0 0 1.5rem;
  font-size: 1.4rem;
}

.footer-nav__item-children {
  background: transparent url("../../assets/img/common/bg_arrow2.svg") left center no-repeat;
  padding: 0 0 0 1.5rem;
  font-size: 1.4rem;
}

.footer-nav__children {
  padding: 0.5rem 0 0 3rem;
}

@media (max-width: 768px) {
  .footer-nav__children {
    padding-left: 2rem;
  }
}

.footer-nav__children-item {
  margin-bottom: .5rem;
}

@media (max-width: 768px) {
  .footer-address {
    margin-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .footer-address--pad {
    padding-right: 1.5rem;
  }
}

.footer-privacy {
  max-width: 70px;
  position: absolute;
  right: 0;
  bottom: 1.5rem;
}

@media (max-width: 1000px) {
  .footer-privacy {
    display: none;
  }
}

.footer-srp {
  max-width: 80px;
}

@media (max-width: 1000px) {
  .footer-srp {
    width: 20%;
    display: flex;
    gap: 20px;
    margin-bottom: 3rem;
  }
}

.footer-srp__privacy {
  display: none;
}

@media (max-width: 1000px) {
  .footer-srp__privacy {
    display: block;
  }
}

.footer-copy {
  font-size: 1.2rem;
}
