@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_btn > a, .info_btn > 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_btn > a, .info_btn > 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_btn > a:hover, .info_btn > 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_btn > a, .info_btn > 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: 0px;
}

.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: 0px;
  }
  .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;
  }
}

/* TOPページ共通 */
.top_ttl {
  text-align: center;
  position: relative;
  margin-bottom: 110px;
  letter-spacing: 0.22em;
}

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

@media screen and (max-width: 767px) {
  .top_ttl {
    margin-bottom: 50px;
    font-size: 20px;
  }
  .top_ttl::after {
    width: 40px;
    height: 2px;
    bottom: -15px;
  }
}

.sec {
  padding-top: 115px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .sec {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

/* FV */
.fv {
  height: 575px;
  background: url(../img/top/top-fv02.jpg) no-repeat center/cover;
}

.fv_inner {
  padding-top: 213px;
}

.fv_inner .fv_ttl {
  width: 73%;
  margin-left: auto;
  text-align: right;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.8) 100%);
  line-height: 1.66;
  letter-spacing: 0.05em;
  padding: 18px 0;
  padding-right: calc(50% - 605px);
  font-size: 33px;
}

.fv_inner .fv_ttl .fz_30 {
  font-size: 33px;
}

.fv br.w_1000 {
  display: none;
}

.fv figure.w_420 {
  display: none;
}

.fv .name {
  display: none;
}

@media screen and (max-width: 1300px) {
  .fv .fv_ttl {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .fv {
    height: 400px;
  }
  .fv .fv_inner {
    padding-top: 190px;
  }
  .fv .fv_inner .fv_ttl {
    width: 90%;
    font-size: 26px;
  }
  .fv .fv_inner .fv_ttl .fz_30 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .fv {
    height: 270px;
  }
  .fv br.w_1000 {
    display: block;
  }
  .fv .fv_inner {
    padding-top: 50px;
  }
  .fv .fv_inner .fv_ttl {
    font-size: 18px;
    letter-spacing: 0.16em;
    width: 80%;
    margin-right: auto;
    margin-left: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8)));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8) 100%);
    text-align: left;
    padding-left: calc(50% - 250px);
  }
  .fv .fv_inner .fv_ttl .fz_30 {
    font-size: 18px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 600px) {
  .fv .fv_inner .fv_ttl {
    padding-left: 30px;
  }
}

@media screen and (max-width: 420px) {
  .fv {
    position: relative;
  }
  .fv figure.w_420 {
    display: block;
    width: 310px;
    position: absolute;
    bottom: 0px;
    left: -80px;
    overflow: hidden;
    height: 300px;
  }
  .fv .fv_inner .fv_ttl {
    font-size: 18px;
    letter-spacing: 0.16em;
  }
  .fv .fv_inner .fv_ttl .fz_30 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .fv .name {
    display: block;
    padding-top: 35px;
    letter-spacing: 0.12em;
    position: relative;
    margin-left: 200px;
  }
  .fv .name span {
    padding-right: 10px;
  }
  .fv .name::after {
    content: "";
    position: absolute;
    display: block;
    width: 170px;
    height: 1px;
    background-color: #e13f1a;
    bottom: -6px;
    left: -25px;
  }
}

@media screen and (max-width: 355px) {
  .fv figure.w_420 {
    width: 290px;
    position: absolute;
    bottom: 0px;
    left: -90px;
    height: 280px;
  }
  .fv .fv_inner .fv_ttl {
    letter-spacing: 0em;
  }
  .fv .name {
    margin-left: 170px;
  }
}

/* サービス内容 */
.service_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto 30px;
  padding: 0 20px;
}

.service_wrap .service {
  background: #fff;
  width: calc((100% - 100px) / 3);
  margin-bottom: 50px;
}

.service_wrap .service.card_link_wrap {
  -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.05);
}

.service_wrap .service .card_img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.service_wrap .service .card_note {
  padding: 20px 18px 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.service_wrap .service .card_note .service_ttl {
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.service_wrap .service .card_note .service_ttl_num {
  letter-spacing: 0.03em;
}

.service_wrap .service .card_note .service_note {
  line-height: 1.9;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 1200px) {
  .service_wrap .service {
    width: calc(96% / 3);
  }
}

@media screen and (max-width: 1000px) {
  .service_wrap .service {
    width: calc(96% / 2);
  }
}

@media screen and (max-width: 1000px) {
  .service_wrap .service {
    width: calc(96% / 2);
  }
}

@media screen and (max-width: 767px) {
  .service_wrap {
    margin-bottom: 0;
  }
  .service_wrap .service {
    width: calc(96% / 2);
    margin-bottom: 15px;
  }
  .service_wrap .service .card_img img {
    height: 110px;
  }
  .service_wrap .service .card_note {
    padding: 10px;
  }
  .service_wrap .service .card_note .service_ttl {
    font-size: 15px;
    margin-bottom: 2px;
    line-height: 1.4;
    margin-left: 1.9em;
    text-indent: -1.9em;
    letter-spacing: 0.02em;
  }
  .service_wrap .service .card_note .service_ttl_num {
    font-size: 17px;
  }
  .service_wrap .service .card_note .service_note {
    text-align: justify;
    font-size: 14px;
  }
}

.service_btn {
  text-align: center;
}

.service_btn > a {
  position: relative;
  padding: 26px 0;
  width: 300px;
}

@media screen and (max-width: 420px) {
  .service_btn > a {
    padding: 22px 0;
  }
}

@media screen and (max-width: 355px) {
  .service_btn > a {
    width: 80%;
  }
}

/* ごあいさつ */
.sec03 {
  background-color: #f5f5f5;
}

.sec03_inner {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}

.greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.greeting_left {
  width: calc(100% - 350px);
  margin-right: 50px;
}

.greeting_left .greeting_contents {
  line-height: 2.28;
  letter-spacing: 0.04em;
  background-color: #fff;
  padding: 30px 20px;
}

.greeting_right {
  width: 300px;
}

.greeting_right .greeting_name_box {
  letter-spacing: 0.12em;
  line-height: 1.6;
  padding-top: 30px;
}

.greeting_right .greeting_name_box .greeting_name_en {
  letter-spacing: 0.1em;
}

.greeting_right .self_introduction {
  letter-spacing: 0.12em;
  padding-top: 15px;
  font-size: 15px;
  line-height: 1.8;
}

.greeting_right .self_introduction-ttl {
  margin-bottom: 5px;
}

.greeting_right img {
  width: 300px;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

@media screen and (max-width: 1000px) {
  .greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .greeting_left {
    width: 100%;
  }
  .greeting .self_introduction {
    letter-spacing: 0.12em;
    padding-top: 20px;
    font-size: 16px;
  }
  .greeting_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
  }
  .greeting_right figure {
    margin-right: 20px;
  }
  .greeting_right .greeting_name_box {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .greeting_right figure {
    margin-right: 15px;
  }
  .greeting_right figure img {
    width: 200px;
    height: 190px;
  }
}

@media screen and (max-width: 600px) {
  .greeting_left .greeting_contents {
    padding: 20px;
    line-height: 1.7;
  }
  .greeting_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .greeting_right figure {
    text-align: center;
  }
  .greeting_right .greeting_name_box_wrap {
    padding: 20px 0;
  }
  .greeting_right .greeting_name_box_wrap .greeting_bottom {
    font-size: 10px;
  }
}

/* トピックス */
.sec04 {
  background: #f5f5f5;
}

.sec04_inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.sec04_inner .topics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
  padding: 30px 100px 50px;
}

.sec04_inner .topics-list .topics-left {
  width: calc((100% - 45px) * 0.48);
}

.sec04_inner .topics-list .topics-left .thumbnail-link > img {
  height: 415px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.sec04_inner .topics-list .topics-left .news-date {
  padding-top: 10px;
  margin-bottom: 8px;
}

.sec04_inner .topics-list .topics-left .topics-cat {
  margin-bottom: 0px;
}

.sec04_inner .topics-list .topics-left .topics-cat .meta__cat {
  margin: 0 10px 5px 0;
}

@media screen and (max-width: 600px) {
  .sec04_inner .topics-list .topics-left .thumbnail-link > img {
    height: 250px;
  }
}

@media screen and (max-width: 420px) {
  .sec04_inner .topics-list .topics-left .thumbnail-link > img {
    height: 170px;
  }
}

.sec04_inner .topics-list .topics-right {
  width: calc((100% - 45px) * 0.52);
  margin-left: 45px;
}

.sec04_inner .topics-list .topics-right .other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec04_inner .topics-list .topics-right .other-list li {
  width: calc((100% - 30px) /2);
}

.sec04_inner .topics-list .topics-right .other-list li:nth-child(1), .sec04_inner .topics-list .topics-right .other-list li:nth-child(2) {
  margin-bottom: 35px;
}

.sec04_inner .topics-list .topics-right .other-list li .s01 > img {
  height: 154px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 1000px) {
  .sec04_inner .topics-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec04_inner .topics-list .topics-right {
    margin-left: 0;
  }
  .sec04_inner .topics-list .topics-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec04_inner .topics-list .topics-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec04_inner .topics-list {
    margin-bottom: 30px;
	padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .sec04_inner .topics-list .topics-right .other-list li {
    width: 100%;
    margin-bottom: 15px !important;
  }
  .sec04_inner .topics-list .topics-right .other-list li .thumbnail-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec04_inner .topics-list .topics-right .other-list li .s01 > img {
    width: 180px;
    height: 100px;
    margin-right: 10px;
    min-width: 180px;
  }
}

@media screen and (max-width: 500px) {
  .sec04_inner .topics-list .topics-right .other-list li .s01 > img {
    width: 150px;
    min-width: 150px;
  }
}

@media screen and (max-width: 420px) {
  .sec04_inner .topics-list .topics-right .other-list li .s01 > img {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}

/* お知らせ */
.sec05 {
  background-color: #fff;
}

.sec05_inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.sec05_inner .info_list_wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.05);
  padding: 30px 100px 50px;
}

.sec05_inner .info_list_wrap .info-list {
  margin-bottom: 50px;
}

.sec05_inner .info_list_wrap .info-list .info-list__item {
  border-bottom: 2px solid #e9e9e9;
}

.sec05_inner .info_list_wrap .info-list .info-list__item > a {
  display: block;
  padding: 20px 0;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 1.875;
  letter-spacing: 0.08em;
}

@media all and (-ms-high-contrast: none) {
  .sec05_inner .info_list_wrap .info-list .info-list__item > a {
    padding: 25px 0 10px;
  }
}

.sec05_inner .info_list_wrap .info-list .info-list__item > a span {
  display: table-cell;
}

.sec05_inner .info_list_wrap .info-list .info-list__item > a:hover {
  opacity: .7;
}

.sec05_inner .info_list_wrap .info-list .info-list__item > a .info-list__time {
  padding-right: 100px;
}

@media screen and (max-width: 900px) {
  .sec05_inner .info_list_wrap {
    padding: 30px 20px 50px;
  }
}

@media screen and (max-width: 600px) {
  .sec05_inner .info_list_wrap {
    padding: 25px 20px 30px;
  }
  .sec05_inner .info_list_wrap .info-list {
    margin-bottom: 30px;
  }
  .sec05_inner .info_list_wrap .info-list .info-list__item > a {
    padding: 15px 0;
  }
  .sec05_inner .info_list_wrap .info-list .info-list__item > a .info-list__time {
    padding-right: 20px;
    font-size: 14px;
  }
  .sec05_inner .info_list_wrap .info-list .info-list__item > a span:last-child {
    font-size: 16px;
    line-height: 1.5;
  }
}

.info_btn {
  text-align: center;
}

.info_btn > a {
  position: relative;
  padding: 26px 0px;
  width: 300px;
}

@media screen and (max-width: 420px) {
  .info_btn > a {
    width: 100%;
    padding: 23px 0;
  }
}

/* 事業所案内 */
.sec06_inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec06_inner .top_ttl {
  margin-bottom: 75px;
}

.sec06_inner .office_table {
  margin-bottom: 20px;
}

.sec06_inner .office_table > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.875;
  letter-spacing: 0.08em;
}

.sec06_inner .office_table > div:not(:last-child) {
  border-bottom: 2px solid #e9e9e9;
}

.sec06_inner .office_table > div dt, .sec06_inner .office_table > div dd {
  min-height: 73px;
  line-height: 1.7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media all and (-ms-high-contrast: none) {
  .sec06_inner .office_table > div dt, .sec06_inner .office_table > div dd {
    padding-top: 30px;
  }
}

.sec06_inner .office_table > div dt {
  min-width: 200px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .sec06_inner .office_table > div dt {
    min-width: 150px;
  }
}

@media screen and (max-width: 600px) {
  .sec06_inner .office_table > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0;
  }
  .sec06_inner .office_table > div dt {
    padding-bottom: 5px;
  }
  .sec06_inner .office_table > div dt, .sec06_inner .office_table > div dd {
    font-size: 16px;
    height: auto;
    line-height: 1.7;
    padding-left: 10px;
    min-height: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.sec06_inner .img_wrap .img_list {
  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;
}

.sec06_inner .img_wrap .img_list li:not(:last-child) {
  margin-right: 31px;
}

.sec06_inner .img_wrap .img_list a {
  -webkit-transition: .3s;
  transition: .3s;
}

.sec06_inner .img_wrap .img_list a:hover {
  opacity: .7;
}

.sec06_inner .img_wrap .img_list li img {
  height: 100px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media screen and (max-width: 600px) {
  .sec06_inner .img_wrap .img_list li img {
    height: 70px;
  }
}
