@charset "UTF-8";
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
#main.service {
  position: relative;
}

#main.service .title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

#main.service .title-wrapper h2 {
  margin-bottom: 16px;
}

#main.service .title-wrapper p {
  margin-top: 8px;
  line-height: 1.8;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

#main.service .banner {
  background-color: #0672B9;
  width: 78%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  padding: 12px 12px 24px 12px;
  border-radius: 10px;
  position: relative;
}

#main.service .banner h3 {
  text-align: center;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 527.98px) {
  #main.service .banner h3 {
    font-size: 20px;
  }
}

#main.service .banner .person {
  position: absolute;
  bottom: 0;
  height: 198px;
}

#main.service .banner .person.left {
  left: -102px;
}

#main.service .banner .person.right {
  right: -102px;
}

@media (max-width: 608px) {
  #main.service .banner {
    width: auto;
  }
  #main.service .banner .person {
    display: none;
  }
}

#main.service .banner .flex a {
  display: block;
  width: 298px;
  margin: 0 10px;
}

#main.service .banner .flex a:hover, #main.service .banner .flex a:focus, #main.service .banner .flex a:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

@media (min-width: 768px) {
  #main.service .banner .flex {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #main.service .banner .flex a {
    margin-left: auto;
    margin-right: auto;
  }
  #main.service .banner .flex a:not(:first-child) {
    margin-top: 32px;
  }
}

@media (max-width: 527.98px) {
  #main.service .banner .flex a {
    width: 90%;
  }
}

#main.service .firstRow {
  padding: 60px 0 0;
  position: relative;
}

@media (max-width: 767.98px) {
  #main.service .firstRow {
    padding: 32px 0 0;
  }
}

#main.service .firstRow .tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: calc(100% - 42px);
  margin-left: auto;
  margin-right: auto;
}

#main.service .firstRow .tabs a {
  display: block;
  border: 3px solid #0672B9;
  background-color: white;
  padding: 8px 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border-radius: 5px;
  min-width: 394px;
  text-align: center;
}

#main.service .firstRow .tabs a span {
  font-size: 22px;
  color: #0672B9;
  font-weight: bold;
}

@media (max-width: 527.98px) {
  #main.service .firstRow .tabs a span {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  #main.service .firstRow .tabs a span {
    font-size: 13px;
  }
}

#main.service .firstRow .tabs a i {
  color: #0672B9;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

#main.service .firstRow .tabs a:first-child {
  margin-right: 8px;
}

#main.service .firstRow .tabs a:last-child {
  margin-left: 8px;
}

#main.service .firstRow .tabs a._active {
  background-color: #0672B9;
}

#main.service .firstRow .tabs a._active span,
#main.service .firstRow .tabs a._active i {
  color: white;
}

@media (max-width: 1023.98px) {
  #main.service .firstRow .tabs {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main.service .firstRow .tabs a {
    width: 100%;
    max-width: 400px;
    min-width: auto;
  }
  #main.service .firstRow .tabs a:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }
  #main.service .firstRow .tabs a:last-child {
    margin-left: 0;
  }
}

#main.service #bussiness {
  padding: 60px 0 0;
  position: relative;
}

@media (max-width: 767.98px) {
  #main.service #bussiness {
    padding: 32px 0 0;
  }
}

#main.service #bussiness .card-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0 -15px;
}

#main.service #bussiness .card-wrapper li {
  width: 50%;
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  #main.service #bussiness .card-wrapper li {
    width: 100%;
  }
}

#main.service #bussiness .card-wrapper li .card-list {
  margin: 0 15px;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  height: calc(100% - 40px);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
}

#main.service #bussiness .card-wrapper li .card-list h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 16px;
  color: #0672B9;
}

#main.service #bussiness .card-wrapper li .card-list .flex {
  display: flex;
  align-items: center;
}

#main.service #bussiness .card-wrapper li .card-list .flex span {
  display: inline-block;
  border: 1px solid #C6C6C6;
  padding: 4px 8px;
  margin-bottom: 16px;
  font-size: 14px;
  margin-right: 12px;
}

#main.service #bussiness .card-wrapper li .card-list .flex div {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  width: calc(100% - 100px);
}

@media (max-width: 767.98px) {
  #main.service #bussiness .card-wrapper li .card-list .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #main.service #bussiness .card-wrapper li .card-list .flex div {
    width: 100%;
    margin-bottom: 8px;
  }
}

#main.service #bussiness .card-wrapper li .card-list p {
  font-size: 14px;
  width: calc(100% - 100px);
}

#main.service #bussiness .card-wrapper li .card-list img {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 88px;
}

@media (max-width: 527.98px) {
  #main.service #bussiness .card-wrapper li .card-list div,
  #main.service #bussiness .card-wrapper li .card-list p {
    width: 100%;
  }
  #main.service #bussiness .card-wrapper li .card-list img {
    position: inherit;
    bottom: 0;
    right: 0;
    margin-top: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

#main.service #bussiness .banner {
  margin-top: 48px;
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  #main.service #bussiness .banner {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

#main.service #fee {
  padding: 60px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  #main.service #fee {
    padding: 32px 0;
  }
}

#main.service #fee .wrap {
  background-color: white;
  border-radius: 10px;
  padding: 56px 139px 16px;
}

@media (max-width: 1023.98px) {
  #main.service #fee .wrap {
    padding: 32px;
  }
}

@media (max-width: 527.98px) {
  #main.service #fee .wrap {
    padding: 16px;
  }
}

#main.service #fee ._title {
  color: #0672B9;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 41px;
}

#main.service #fee ._title span {
  font-size: 13px;
  margin-left: 32px;
  color: #FF9A24;
}

@media (max-width: 527.98px) {
  #main.service #fee ._title {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main.service #fee ._title span {
    margin-left: 0;
  }
}

#main.service #fee .main-table {
  width: 100%;
}

#main.service #fee .main-table > tbody > tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

#main.service #fee .main-table > tbody > tr:not(:last-child) {
  padding-bottom: 22px;
  border-bottom: 2px dashed #D8D8D8;
}

@media (max-width: 767.98px) {
  #main.service #fee .main-table > tbody > tr {
    flex-direction: column;
  }
}

#main.service #fee .main-table > tbody > tr > th {
  width: 392px;
  text-align: left;
  color: #0672B9;
  font-weight: bold;
  font-size: 22px;
  padding-right: 24px;
}

@media (max-width: 900px) {
  #main.service #fee .main-table > tbody > tr > th {
    width: 300px;
  }
}

@media (max-width: 767.98px) {
  #main.service #fee .main-table > tbody > tr > th {
    width: auto;
    padding-bottom: 24px;
  }
}

#main.service #fee .main-table > tbody > tr > th .flex {
  display: flex;
}

#main.service #fee .main-table > tbody > tr > th .flex sub {
  margin-right: 10px;
  position: relative;
  top: -3px;
}

#main.service #fee .main-table > tbody > tr > th .flex p {
  flex: 1;
}

#main.service #fee .main-table > tbody > tr > th sub {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #0672B9;
  border-radius: 50%;
  color: #0672B9;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main.service #fee .main-table > tbody > tr > th sub._odd {
  background-color: #b4dcfd;
}

#main.service #fee .main-table > tbody > tr > th sub._even {
  background-color: #cee081;
}

#main.service #fee .main-table > tbody > tr > th span {
  display: block;
  font-weight: normal;
  color: #7C7C7C;
  font-size: 14px;
  margin-top: 16px;
}

#main.service #fee .main-table > tbody > tr > th span._big {
  margin-top: 0;
  font-size: 14px;
  color: #1E1E0B;
}

@media (max-width: 767.98px) {
  #main.service #fee .main-table > tbody > tr > th {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 4px;
  }
}

#main.service #fee .main-table > tbody > tr > td {
  text-align: right;
}

#main.service #fee .main-table > tbody > tr > td .flex {
  display: flex;
}

#main.service #fee .main-table > tbody > tr > td .flex sub {
  margin-right: 10px;
  position: relative;
  top: -3px;
}

#main.service #fee .main-table > tbody > tr > td .flex p {
  flex: 1;
}

@media (max-width: 767.98px) {
  #main.service #fee .main-table > tbody > tr > td .flex {
    justify-content: flex-end;
  }
  #main.service #fee .main-table > tbody > tr > td .flex p {
    flex: inherit;
  }
}

#main.service #fee .main-table > tbody > tr > td sub {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #0672B9;
  border-radius: 50%;
  color: #0672B9;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main.service #fee .main-table > tbody > tr > td sub._odd {
  background-color: #b4dcfd;
}

#main.service #fee .main-table > tbody > tr > td sub._even {
  background-color: #cee081;
}

@media (max-width: 375px) {
  #main.service #fee .main-table > tbody > tr > td {
    font-size: 14px;
  }
}

#main.service #fee .main-table > tbody > tr > td .child-table {
  line-height: 2;
}

#main.service #fee .main-table > tbody > tr > td .child-table th {
  padding-right: 56px;
}

@media (max-width: 1199.98px) {
  #main.service #fee .main-table > tbody > tr > td .child-table th {
    padding-right: 32px;
  }
}

@media (max-width: 767.98px) {
  #main.service #fee .main-table > tbody > tr > td .child-table th {
    padding-right: 16px;
  }
}

@media (max-width: 767.98px) {
  #main.service #fee .main-table > tbody > tr > td .child-table {
    margin-left: auto;
  }
}

#main.service #fee ._illust {
  position: absolute;
  bottom: -30px;
  right: 12px;
  width: 139px;
}

@media (max-width: 767.98px) {
  #main.service #fee ._illust {
    width: 108px;
  }
}

#main.service #fee .num {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background-color: white;
  border: 3px solid white;
  border-radius: 15px;
  max-width: 720px;
  margin: 48px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}

@media (max-width: 900px) {
  #main.service #fee .num {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  #main.service #fee .num {
    margin: 32px auto 0;
  }
}

#main.service #fee .num ._label {
  border: 3px solid #FF9A24;
  border-radius: 4px;
  background-color: #FF9A24;
  color: #0672B9;
  font-weight: bold;
  font-size: 22px;
  height: 48px;
  padding: 0 14px;
  line-height: 48px;
}

@media (max-width: 767.98px) {
  #main.service #fee .num ._label {
    margin-top: -14px;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
  }
}

#main.service #fee .num ._num-list {
  display: flex;
  margin-left: 48px;
  position: relative;
}

#main.service #fee .num ._num-list::before, #main.service #fee .num ._num-list::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #1E1E0B;
  border-radius: 10px;
  height: 6px;
  width: 24px;
  left: -34px;
}

#main.service #fee .num ._num-list::before {
  bottom: 28px;
}

#main.service #fee .num ._num-list::after {
  top: 28px;
}

#main.service #fee .num ._num-list ._item {
  width: 72px;
  height: 72px;
  border: 3px solid #0672B9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #0672B9;
  font-size: 32px;
  position: relative;
}

#main.service #fee .num ._num-list ._item:nth-child(odd) {
  background-color: #b4dcfd;
}

#main.service #fee .num ._num-list ._item:nth-child(even) {
  background-color: #cee081;
}

#main.service #fee .num ._num-list ._item:not(:first-child) {
  margin-left: 40px;
}

#main.service #fee .num ._num-list ._item:not(:first-child)::before, #main.service #fee .num ._num-list ._item:not(:first-child)::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #1E1E0B;
  border-radius: 10px;
}

#main.service #fee .num ._num-list ._item:not(:first-child)::before {
  height: 6px;
  width: 24px;
  left: -34px;
}

#main.service #fee .num ._num-list ._item:not(:first-child)::after {
  height: 24px;
  width: 6px;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 900px) {
  #main.service #fee .num ._num-list {
    margin-left: 0;
    margin-top: 64px;
  }
  #main.service #fee .num ._num-list::before, #main.service #fee .num ._num-list::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #main.service #fee .num ._num-list::before {
    bottom: auto;
    top: -25px;
  }
  #main.service #fee .num ._num-list::after {
    top: -41px;
  }
}

@media (max-width: 767.98px) {
  #main.service #fee .num ._num-list {
    transform: scale(0.8);
    margin-top: 42px;
  }
}

@media (max-width: 527.98px) {
  #main.service #fee .num ._num-list {
    transform: scale(0.6);
    margin-top: 26px;
    margin-bottom: -26px;
  }
}

@media (max-width: 414px) {
  #main.service #fee .num ._num-list {
    transform: scale(0.46);
    margin-top: 12px;
    margin-bottom: -44px;
  }
}

#main.service #fee .banner {
  margin-top: 88px;
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  #main.service #fee .banner {
    margin-top: 32px;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=service.css.map */