@charset "UTF-8";
body {
  font-family: ryo-gothic-plusn, YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
  color: #222;
}

/* フォントファミリー */
.gothic {
  font-family: ryo-gothic-plusn, YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
  font-style: normal;
}

.fw_l {
  font-weight: 300;
}

.fw_r {
  font-weight: 400;
}

.fw_m {
  font-weight: 500;
}

.fw_b {
  font-weight: 700;
}

.mincho, .service-inner .nav-wrap .nav-01 ul li a, .service-inner .nav-wrap .nav-02 a {
  font-family: 'Sawarabi Mincho', 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', sans-serif;
}

/* メディアクエリ */
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* 共通 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.service-inner .nav-wrap .nav-01 ul li a, .service-inner .nav-wrap .nav-02 a {
  line-height: 1.375;
  letter-spacing: 0.2em;
  background-color: #fff;
  color: #e13f1a;
  border: 1px solid #e13f1a;
  display: inline-block;
  margin: 0 auto;
}

.service-inner .nav-wrap .nav-01 ul li a:hover, .service-inner .nav-wrap .nav-02 a:hover {
  background-color: #e13f1a;
  color: #fff;
}

.arrow_wrap {
  position: relative;
}

.arrow_wrap .arrow {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 30px;
  top: 50%;
  -webkit-transform: translateY(-67%);
          transform: translateY(-67%);
}

.arrow_wrap .arrow > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  right: 10px;
}

.arrow_wrap .arrow > span::after, .arrow_wrap .arrow > span::before {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arrow_wrap .arrow > span::before {
  width: 30px;
  height: 1px;
  background-color: #e13f1a;
  right: 0;
}

@media screen and (max-width: 600px) {
  .arrow_wrap .arrow > span::before {
    width: 20px;
    right: -1;
  }
}

.arrow_wrap .arrow > span::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #e13f1a;
  border-right: 1px solid #e13f1a;
  -webkit-transform: rotate(45deg) translateY(-70%);
          transform: rotate(45deg) translateY(-70%);
  right: 4px;
}

.arrow_wrap:hover .arrow > span::before {
  background-color: #fff;
}

.arrow_wrap:hover .arrow > span::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.card_link_wrap {
  position: relative;
}

.card_link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  outline: none;
}

/* フォントサイズ*/
.fz_10 {
  font-size: 10px;
}

.fz_11 {
  font-size: 11px;
}

.fz_12 {
  font-size: 12px;
}

.fz_14 {
  font-size: 16px;
}

.fz_16, .service-inner .nav-wrap .nav-01 ul li a, .service-inner .nav-wrap .nav-02 a {
  font-size: 16px;
}

.fz_18 {
  font-size: 18px;
}

.fz_20 {
  font-size: 20px;
}

.fz_24 {
  font-size: 24px;
}

.fz_25 {
  font-size: 25px;
}

.fz_30 {
  font-size: 30px;
}

.fz_36 {
  font-size: 36px;
}

.fz_46 {
  font-size: 46px;
}

@media screen and (max-width: 767px) {
  .fz_12 {
    font-size: 12px;
  }
  .fz_14 {
    font-size: 16px;
  }
  .fz_18 {
    font-size: 16px;
  }
  .fz_20 {
    font-size: 18px;
  }
  .fz_24 {
    font-size: 16px;
  }
  .fz_25 {
    font-size: 20px;
  }
  .fz_30 {
    font-size: 28px;
  }
  .fz_36 {
    font-size: 30px;
  }
  .fz_46 {
    font-size: 32px;
  }
}

/* フォントカラー*/
.c_white {
  color: #fff;
}

.c_red {
  color: #e13f1a;
}

/* ヘッダー */
.header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 50;
}

span.height {
  height: 100px;
  display: block;
}

@media screen and (max-width: 1000px) {
  span.height {
    height: 55px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  height: 100px;
}

.header__inner .left .logo {
  max-width: 400px;
}

.header__inner .left .logo a:hover {
  opacity: .7;
}

@media screen and (max-width: 1200px) {
  .header__inner .left .logo {
    max-width: 280px;
  }
}

.header__inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__inner .right .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.header__inner .right .header_nav li a {
  display: block;
  line-height: 3;
  position: relative;
  letter-spacing: 0.12em;
  margin-right: 45px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media all and (-ms-high-contrast: none) {
  .header__inner .right .header_nav li a {
    padding-top: 8px;
  }
}

.header__inner .right .header_nav li a.current::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #e13f1a;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__inner .right .header_nav li a:hover {
  opacity: .7;
}

.header__inner .right .header_tel > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.08em;
  padding: 0 50px;
  background-color: #e13f1a;
  border: 1px solid #e13f1a;
}

@media all and (-ms-high-contrast: none) {
  .header__inner .right .header_tel > a {
    padding-top: 20px;
  }
}

.header__inner .right .header_tel > a:hover {
  opacity: .7;
}

.header__inner .right .header_tel .num {
  padding-bottom: 13px;
}

@media screen and (max-width: 1300px) {
  .header__inner .right .header_nav li a {
    margin-right: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .header__inner {
    display: none;
  }
}

.header__inner__sp {
  display: none;
}

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

.header__inner__sp .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

.header__inner__sp__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
}

.header__inner__sp__wrap .logo {
  width: 235px;
}

.header__inner__sp__wrap .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header__inner__sp__wrap .right > div {
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__inner__sp__wrap .right > div.tel {
  background-color: #e13f1a;
}

.header__inner__sp__wrap .right > div.menu {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__inner__sp__wrap .right > div.menu:hover {
  opacity: .7;
}

.header__inner__sp__wrap .right > div img {
  height: 28px;
  width: auto;
}

@media screen and (max-width: 355px) {
  .header__inner__sp__wrap {
    padding-left: 5px;
  }
  .header__inner__sp__wrap .logo {
    width: 190px;
  }
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
  opacity: 0;
  visibility: hidden;
}

.sp-nav .close {
  display: block;
  position: fixed;
  width: 55px;
  height: 55px;
  top: 0;
  right: -3px;
  z-index: 250;
  background-color: #fff;
  cursor: pointer;
}

.sp-nav .close::before, .sp-nav .close::after {
  content: "";
  display: block;
  height: 3px;
  width: 20px;
  position: absolute;
  background-color: #202020;
  border-radius: 3px;
  top: 25px;
  right: 20px;
}

.sp-nav .close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sp-nav .close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sp-nav .header_nav {
  font-size: 16px;
  padding: 40px 20px;
}

.sp-nav .header_nav li {
  border-bottom: 1px solid #eee;
}

.sp-nav .header_nav li a {
  display: block;
  padding: 18px 30px;
}

.sp-nav .header_nav li:first-child {
  border-top: 1px solid #eee;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  opacity: 1;
  visibility: visible;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.7;
  visibility: visible;
}

/* フッター */
#a-header {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 22px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #a-header {
    right: 5%;
  }
}

.p-pagetop {
  cursor: pointer;
  z-index: 49;
  -webkit-transition: 0s;
  transition: 0s;
  width: 47px;
  height: 47px;
}

.p-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47px;
  height: 47px;
  border: 2px solid #e13f1a;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-pagetop a svg {
  fill: #e13f1a;
}

.p-pagetop a:hover {
  background-color: #e13f1a;
}

.p-pagetop a:hover svg {
  fill: #fff;
}

.footer .contact {
  background-color: #e13f1a;
}

.footer_contact {
  padding: 100px 0;
  max-width: 1400px;
  margin: 0 auto;
}

.footer_contact .footer_note {
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 105px;
  position: relative;
}

.footer_contact .footer_note::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 80px;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

.footer_contact .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer_contact .btn .left,
.footer_contact .btn .right {
  width: calc((100% - 10%) / 2);
}

.footer_contact .btn .left a,
.footer_contact .btn .right a {
  background-color: #fff;
  width: 100%;
  text-align: center;
  height: 92px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_contact .btn .left a:hover,
.footer_contact .btn .right a:hover {
  color: #fff;
  background-color: #e13f1a;
}

.footer_contact .btn .left {
  letter-spacing: 0.08em;
}

.footer_contact .btn .left .tel {
  padding-bottom: 13px;
}

.footer_contact .btn .right {
  letter-spacing: 0.3em;
}

.footer_contact .btn .right a {
  position: relative;
  letter-spacing: 0.19em;
}

@media screen and (max-width: 1000px) {
  .footer_contact .btn .left,
  .footer_contact .btn .right {
    width: calc(98% / 2);
  }
}

@media screen and (max-width: 800px) {
  .footer_contact .btn .right a {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer_contact {
    padding: 50px 0;
  }
  .footer_contact .footer_note {
    font-size: 16px;
    margin-bottom: 75px;
  }
  .footer_contact .footer_note::after {
    width: 40px;
    height: 2px;
    bottom: -15px;
  }
  .footer_contact .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_contact .btn .left,
  .footer_contact .btn .right {
    width: 100%;
    max-width: 400px;
  }
  .footer_contact .btn .left a,
  .footer_contact .btn .right a {
    height: 70px;
  }
  .footer_contact .btn .left {
    margin-bottom: 15px;
  }
  .footer_contact .btn .left .tel {
    padding-bottom: 6px;
  }
  .footer_contact .btn .right a {
    font-size: 15px;
  }
}

@media screen and (max-width: 355px) {
  .footer_contact .btn .right a {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-left: 20px;
  }
  .footer_contact .btn .right a .arrow > span {
    right: 0px;
  }
}

.footer .nav {
  background-color: #f5f5f5;
}

.footer_nav {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}

.footer_nav > figure {
  max-width: 475px;
  margin: 0 auto 40px;
}

.footer_nav .nav_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.footer_nav .nav_ul a:hover {
  opacity: .7;
}

.footer_nav .nav_ul li:not(:last-child) {
  margin-right: 45px;
}

.footer_nav .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_nav .sns li {
  width: 37px;
}

.footer_nav .sns li a:hover {
  opacity: .7;
}

@media screen and (max-width: 600px) {
  .footer_nav > figure {
    width: 80%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .footer_nav .nav_ul {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .footer_nav .nav_ul li:not(:last-child) {
    margin-right: 25px;
  }
  .footer_nav .sns li {
    width: 30px;
  }
  .footer_nav .sns li:not(:last-child) {
    margin-right: 25px;
  }
}

@media screen and (max-width: 600px) {
  .footer_nav {
    padding: 30px 0;
  }
}

.footer .cr {
  background-color: #4b4b4b;
}

.footer_cr {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.footer_cr .privacy {
  letter-spacing: 0.12em;
}

.footer_cr .privacy:hover {
  opacity: .7;
}

.footer_cr .cr {
  letter-spacing: 0.12em;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_cr .cr > div {
  text-align: left;
  margin-left: 10px;
}

.footer_cr .cr > div .en {
  letter-spacing: 0em;
  font-weight: 200;
  padding-top: 5px;
}

@media screen and (max-width: 600px) {
  .footer_cr {
    padding: 30px 0;
  }
  .footer_cr .privacy {
    font-size: 14px;
  }
  .footer_cr .cr {
    margin-top: 20px;
  }
}

/* 記事一覧部分 */
.thumbnail-link {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.thumbnail-link:hover {
  opacity: .7;
}

.thumbnail-link .topics-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.thumbnail-link .topics-link:hover {
  opacity: .7;
}

.thumbnail-link .news-text .news-date {
  color: #949494;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.thumbnail-link .news-text .topics-cat .meta__cat {
  line-height: 1.5;
  letter-spacing: 0.08em;
  background-color: #e13f1a;
  display: inline-block;
  padding: 0 11px;
}

@media all and (-ms-high-contrast: none) {
  .thumbnail-link .news-text .topics-cat .meta__cat {
    padding-top: 8px;
    line-height: 1;
  }
}

.thumbnail-link .news-text .news-content {
  line-height: 1.57;
  letter-spacing: 0.08em;
}

@media all and (-ms-high-contrast: none) {
  .thumbnail-link .news-text .news-content {
    padding-top: 8px;
  }
}

.thumbnail-link .news-text .news-content.top {
  line-height: 1.5;
}

.thumbnail-link.s01 .news-text .news-date {
  padding-top: 0px;
  margin-bottom: 5px;
}

.thumbnail-link.s01 .news-text .topics-cat {
  margin-bottom: 0px;
}

.thumbnail-link.s01 .news-text .topics-cat .meta__cat {
  margin: 0 5px 5px 0;
}

/* サイドバー */
.sidebar {
  width: 25%;
}

.sidebar .sidebar__widget {
  margin-bottom: 55px;
}

.sidebar-title {
  line-height: 1.1;
  letter-spacing: 0.22em;
  position: relative;
  padding-top: 10px;
  margin-bottom: 33px;
}

.sidebar-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #e13f1a;
  bottom: -20px;
  left: 0;
}

.sidebar .category-list li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}

.sidebar .category-list li a {
  display: block;
  padding: 15px 20px 15px 25px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.sidebar .category-list li a:hover {
  opacity: .7;
}

@media all and (-ms-high-contrast: none) {
  .sidebar .category-list li a {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}

.sidebar .category-list li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #e13f1a;
  border-right: 1px solid #e13f1a;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -4px;
}

.sidebar .tag-list {
  padding: 17px 0 0 10px;
}

.sidebar .tag-list__item {
  display: inline-block;
  letter-spacing: 0.3em;
  position: relative;
  margin: 0 13px 18px 0;
}

.sidebar .tag-list__item::before {
  content: "#";
  color: #e13f1a;
  left: 0px;
}

.sidebar .tag-list__item a {
  -webkit-transition: .3s;
  transition: .3s;
}

.sidebar .tag-list__item a:hover {
  opacity: .7;
}

@media screen and (max-width: 900px) {
  .sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .sidebar .sidebar__widget:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* ぱんくずりすと */
.bread-crumbs {
  background: #f5f5f5;
}

.bread-crumbs-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bread-crumbs .nav_p {
  letter-spacing: 0.08em;
  word-break: keep-all;
  white-space: nowrap;
  overflow-x: auto;
  padding: 9px 0;
}

.bread-crumbs .nav_p a {
  -webkit-transition: .3s;
  transition: .3s;
}

.bread-crumbs .nav_p a:hover {
  opacity: .7;
}

@media all and (-ms-high-contrast: none) {
  .bread-crumbs .nav_p {
    padding-top: 20px;
  }
}

/* 下層ページFV */
.underlayer-fv {
  position: relative;
  height: 250px;
  background: url(../img/common/index.jpg) no-repeat center/cover;
  margin-bottom: 90px;
}

.underlayer-fv-ttl {
  letter-spacing: 0.16em;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .underlayer-fv {
    background: url(../img/common/index.jpg) no-repeat left center/cover;
  }
  .underlayer-fv-ttl {
    font-size: 25px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 600px) {
  .underlayer-fv {
    margin-bottom: 50px;
    height: 150px;
  }
}

@media screen and (max-width: 355px) {
  .underlayer-fv-ttl {
    font-size: 18px;
  }
}

.service-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-inner .service-note {
  text-align: center;
  line-height: 2;
  margin-bottom: 70px;
}

.service-inner .service-note a {
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
  color: #e13f1a;
}

.service-inner .service-note a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .service-inner .service-note {
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.8;
  }
}

.service-inner .nav-wrap {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .service-inner .nav-wrap {
    margin-bottom: 50px;
  }
}

.service-inner .nav-wrap .nav-01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-inner .nav-wrap .nav-01 ul li {
  width: calc((100% - 16px) / 3);
  margin-bottom: 8px;
}

.service-inner .nav-wrap .nav-01 ul li a {
  border: 1px solid #e13f1a;
  display: block;
  padding: 17px 20px 17px 30px;
  letter-spacing: 0.03em;
  height: 100%;
  text-decoration: none;
}

.service-inner .nav-wrap .nav-01 ul li a span:nth-child(1) {
  margin-right: 10px;
}

.service-inner .nav-wrap .nav-01 ul li a span:nth-child(2) {
  position: relative;
}

.service-inner .nav-wrap .nav-01 ul li a span:nth-child(2)::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #e13f1a;
  border-right: 1px solid #e13f1a;
  display: inline-block;
  -webkit-transform: rotate(135deg) skew(-15deg, -15deg);
          transform: rotate(135deg) skew(-15deg, -15deg);
  position: absolute;
  right: -17px;
  bottom: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.service-inner .nav-wrap .nav-01 ul li a:hover {
  opacity: 1;
}

.service-inner .nav-wrap .nav-01 ul li a:hover span:nth-child(2)::after {
  border-color: #fff;
}

@media screen and (max-width: 1024px) {
  .service-inner .nav-wrap .nav-01 ul _:lang(x) + _:-webkit-full-screen-document, .service-inner .nav-wrap .nav-01 ul li a:hover {
    color: #e13f1a;
    background-color: #fff;
  }
  .service-inner .nav-wrap .nav-01 ul _:lang(x) + _:-webkit-full-screen-document, .service-inner .nav-wrap .nav-01 ul li a:hover span:nth-child(2)::after {
    border-color: #e13f1a;
  }
}

@media screen and (max-width: 1000px) {
  .service-inner .nav-wrap .nav-01 ul li {
    width: calc((100% - 8px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .service-inner .nav-wrap .nav-01 ul li {
    width: 100%;
  }
  .service-inner .nav-wrap .nav-01 ul li a {
    position: relative;
    padding: 15px 35px 15px 15px;
    padding: 15px;
  }
  .service-inner .nav-wrap .nav-01 ul li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #e13f1a;
    border-right: 1px solid #e13f1a;
    display: inline-block;
    -webkit-transform: rotate(135deg) skew(-15deg, -15deg);
            transform: rotate(135deg) skew(-15deg, -15deg);
    position: absolute;
    right: 15px;
    bottom: 50%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .service-inner .nav-wrap .nav-01 ul li a:hover::after {
    border-color: #fff;
  }
  .service-inner .nav-wrap .nav-01 ul li a span:nth-child(1),
  .service-inner .nav-wrap .nav-01 ul li a span:nth-child(2) {
    font-size: 16px;
  }
  .service-inner .nav-wrap .nav-01 ul li a span:nth-child(1)::after,
  .service-inner .nav-wrap .nav-01 ul li a span:nth-child(2)::after {
    display: none;
  }
}

.service-inner .nav-wrap .nav-02 a {
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
}

.service-inner .nav-wrap .nav-02 a span {
  position: relative;
  margin-left: -20px;
}

.service-inner .nav-wrap .nav-02 a span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #e13f1a;
  border-right: 1px solid #e13f1a;
  display: inline-block;
  -webkit-transform: rotate(135deg) skew(-15deg, -15deg);
          transform: rotate(135deg) skew(-15deg, -15deg);
  position: absolute;
  right: -20px;
  top: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.service-inner .nav-wrap .nav-02 a:hover {
  opacity: 1;
}

.service-inner .nav-wrap .nav-02 a:hover span::after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .service-inner .nav-wrap .nav-02 a {
    font-size: 16px;
    text-align: left;
    padding: 15px 35px 15px 15px;
    position: relative;
  }
  .service-inner .nav-wrap .nav-02 a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #e13f1a;
    border-right: 1px solid #e13f1a;
    display: inline-block;
    -webkit-transform: rotate(135deg) skew(-15deg, -15deg);
            transform: rotate(135deg) skew(-15deg, -15deg);
    position: absolute;
    right: 15px;
    bottom: 50%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .service-inner .nav-wrap .nav-02 a:hover::after {
    border-color: #fff;
  }
  .service-inner .nav-wrap .nav-02 a span {
    margin-left: 0;
  }
  .service-inner .nav-wrap .nav-02 a span::after {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .service-inner .nav-wrap _:lang(x) + _:-webkit-full-screen-document, .service-inner .nav-wrap .nav-02 a:hover {
    color: #e13f1a;
    background-color: #fff;
  }
  .service-inner .nav-wrap _:lang(x) + _:-webkit-full-screen-document, .service-inner .nav-wrap .nav-02 a:hover span::after {
    border-color: #e13f1a;
  }
}

.service-inner .box-ttl {
  line-height: 1.4;
  letter-spacing: 0.22em;
  position: relative;
  margin-top: -110px;
  padding-top: 110px;
  margin-bottom: 100px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.service-inner .box-ttl .num {
  letter-spacing: 0.08em;
  margin-right: 15px;
}

.service-inner .box-ttl::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #e13f1a;
  position: absolute;
  bottom: -20px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media screen and (max-width: 1000px) {
  .service-inner .box-ttl {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .service-inner .box-ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .service-inner .box-ttl::after {
    bottom: -10px;
  }
  .service-inner .box-ttl .num {
    font-size: 18px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 375px) {
  .service-inner .box-ttl {
    letter-spacing: 0.08em;
  }
}

.service-inner .box {
  margin-bottom: 85px;
}

.service-inner .box > figure {
  margin-bottom: 75px;
  text-align: center;
}

.service-inner .box > figure img {
  max-width: 800px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

.service-inner .box .text-box {
  position: relative;
  z-index: 1;
}

.service-inner .box .text-box .text-ttl {
  letter-spacing: 0.12em;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}

.service-inner .box .text-box .text-ttl::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #e13f1a;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none) {
  .service-inner .box .text-box .text-ttl::before {
    top: 5%;
  }
}

.service-inner .box .text-box .text01 {
  margin-bottom: 65px;
}

.service-inner .box .text-box .text01-note,
.service-inner .box .text-box .text02-note {
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.service-inner .box .text-box .text01-note p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .service-inner .box {
    margin-bottom: 50px;
  }
  .service-inner .box > figure {
    margin-bottom: 30px;
  }
  .service-inner .box > figure img {
    height: 250px;
  }
  .service-inner .box .text-box .text-ttl {
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 20px;
  }
  .service-inner .box .text-box .text-ttl::before {
    width: 12px;
    height: 12px;
  }
  .service-inner .box .text-box .text01 {
    margin-bottom: 30px;
  }
  .service-inner .box .text-box .text01-note,
  .service-inner .box .text-box .text02-note {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .service-inner .box > figure img {
    height: 180px;
  }
}

.service-inner .price-wrap {
  margin-bottom: 100px;
}

.service-inner .price-wrap table, .service-inner .price-wrap td, .service-inner .price-wrap th {
  border-collapse: collapse;
}

.service-inner .price-wrap table {
  width: 100%;
  border: 1px solid #e13f1a;
}

.service-inner .price-wrap td, .service-inner .price-wrap th {
  text-align: center;
  line-height: 1.5;
  padding: 25px 10px;
  width: 50%;
  vertical-align: middle;
  font-size: 16px;
}

@media all and (-ms-high-contrast: none) {
  .service-inner .price-wrap td, .service-inner .price-wrap th {
    padding: 35px 10px 20px;
  }
}

.service-inner .price-wrap th {
  background-color: #e13f1a;
  letter-spacing: 0.08em;
}

.service-inner .price-wrap th.line {
  border-right: 1px solid #fff;
}

.service-inner .price-wrap td {
  letter-spacing: 0.12em;
  border-bottom: 1px solid #e13f1a;
}

.service-inner .price-wrap td:nth-of-type(2) {
  border-left: 1px solid #e13f1a;
}

.service-inner .price-wrap .tariff-note {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  line-height: 2.2;
}

.service-inner .price-wrap .tariff-notes {
  line-height: 1.6;
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .service-inner .price-wrap {
    margin-bottom: 80px;
  }
  .service-inner .price-wrap td, .service-inner .price-wrap th {
    padding: 15px 5px;
  }
  .service-inner .price-wrap th {
    font-size: 16px;
  }
  .service-inner .price-wrap td {
    font-size: 14px;
  }
  .service-inner .price-wrap .tariff-notes {
    text-align: left;
    margin-top: 15px;
    font-size: 14px;
  }
}

.service-inner strong {
  font-weight: 500;
}

.service-inner a {
  color: #e13f1a;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.service-inner a:hover {
  opacity: .7;
}
