@charset "UTF-8";

.l-header-space {
  height: 153px;
}

#l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  transition: transform .3s ease;
}

#l-header.is-open {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body.is-modalback {
  overflow: hidden;
}

.l-header__form#l-header {
  position: relative;
}

#l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1110px;
  margin: 0 auto;
  padding: 12px 0;
}

#l-header__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
}
#l-header__logo > a {
  margin-right: 20px;
}
#l-header__logo img {
  width: 177px;
  height: auto;
}
#l-header__logo p {
  font-size: 11px;
}

#l-header__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#l-header__tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
}

#l-header__tel p {
  font-size: 12px;
  line-height: 16px;
  width: 160px;
  text-align: center;
}
#l-header__tel p span {
  font-size: 11px;
}
#l-header__tel a {
  color: #231815;
  font-size: 23px;
  width: 170px;
  font-weight: bold;
}
_::-webkit-full-page-media,
_:future,
:root #l-header__tel a {
  font-size: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome,
  #l-header__tel a {
    font-size: 16px;
  }
}

#l-header__link ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 305px;
  margin-left: 22px;
}
#l-header__link .l-header__btn a {
  position: relative;
  width: 150px;
  height: 40px;
  overflow: hidden;
  transition: .3s;
}
#l-header__link .l-header__btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #fff;
  content: '';
  transition: transform .3s;
}
#l-header__link .l-header__btn a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
#l-header__link .l-header__btn a:hover {
  border: 1px solid #B6111C;
  color: #B6111C;
}
#l-header__link .l-header__btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#l-header nav ul {
  width: 1110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#l-header nav li {
  width: 186px;
}
#l-header nav a {
  display: inline-block;
  width: 100%;
  padding: 10px 0 7px;
  border-bottom: solid 3px #fff;
  color: #231815;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#l-header nav a:hover {
  border-bottom: solid 3px #B6111C;
}
#l-header nav a span {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-left: solid 1px #E5E5E5;
}
#l-header nav li:last-child a span {
  border-right: solid 1px #E5E5E5;
}

#l-header__sp-menu {
  display: none;
}
#l-header__sp-menu .close {
  display: none;
}
#l-header__sp-menu.is-open .open {
  display: none;
}
#l-header__sp-menu.is-open .close {
  display: block;
}

.l-header__drop-down-menu {
  display: none;
  position: absolute;
  width: 100%;
  padding: 19px 0 17px;
  border-top: solid 1px #E5E5E5;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
}
.l-header__drop-down-menu ul {
  display: flex;
  justify-content: center;
}
.l-header__drop-down-menu ul li {
  padding: 0 15px;
  text-align: center;
}
.l-header__drop-down-menu ul li img {
  transition: all 0.5s;
}
.l-header__drop-down-menu ul li:hover img {
  transform: scale(1.1, 1.1);
}
.l-header__drop-down-menu p {
  margin-top: 12px;
  font-size: 13px;
  font-weight: bold;
}
.l-header__drop-down-menu a {
  color: #231815;
}

.l-header__sp-menu-list {
  display: none;
}

#l-header .top_link-text {
  display: none;
}

@media only screen and (max-width: 1110px) {
  #l-header__inner {
    width: 100%;
  }
  #l-header__logo {
    display: block;
    width: auto;
    padding-left: 21px;
  }

  #l-header__logo img {
    width: 146px;
  }
  #l-header__logo p {
    padding-top: 9px;
    font-size: 10px;
  }

  #l-header__link {
    padding-right: 21px;
  }

  #l-header__tel {
    width: 297px;
  }
  #l-header__tel a {
    font-size: 20px;
  }

  #l-header nav ul {
    width: 100%;
  }
  #l-header nav li {
    width: 16%;
  }
  #l-header nav a {
    font-size: 13px;
  }
  #l-header nav li:first-child a span {
    border-left: none;
  }
  #l-header nav li:last-child a span {
    border-right: none;
  }
}

@media only screen and (max-width: 800px) {
  #l-header__tel {
    width: 267px;
  }
}

@media only screen and (max-width: 768px) {
  .sp-view {
    display: block;
  }
  .pc-view {
    display: none;
  }
  .l-header-space {
    height: 62px;
  }

  #l-header__sp-menu {
    display: block;
    padding-right: 20px;
  }

  #l-header__link {
    display: none;
  }

  .l-header__form #l-header__link {
    display: block;
    padding-right: 0;
    text-align: center;
  }
  .l-header__form #l-header__tel {
    display: block;
    width: auto;
  }
  .l-header__form #l-header__tel p {
    margin-bottom: 0;
  }
  .l-header__form #l-header__inner {
    padding: 8px 0;
  }
  .l-header__form #l-header__tel a {
    font-size: 18px;
  }

  nav {
    display: none;
  }

  .l-header__sp-menu-list {
    display: none;
    background: #fff;
  }
  .l-header__sp-menu-list li {
    border-top: solid 1px #E5E5E5;
  }
  .l-header__sp-menu-list a {
    display: inline-block;
    width: 100%;
    padding: 20px 25px;
    background-color: #fff;
    background-image: url('../img/cta_arrow_black.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    color: #231815;
    font-size: 15px;
    font-weight: bold;
  }
  .l-header__sp-menu-list_submenu {
    padding: 20px 25px;
    background-color: #fff;
    color: #231815;
    font-size: 15px;
    font-weight: bold;
  }
  .l-header__sp-menu-list a.l-header__sp-menu-list-sub {
    padding: 16px 25px 16px 45px;
    background-color: #F7F7F7;
    font-weight: normal;
  }
  .l-header__sp-menu-list-2column {
    display: flex;
  }
  .l-header__sp-menu-list-2column a {
    width: 50%;
  }
  .l-header__sp-menu-list-2column a:first-child {
    border-right: solid 1px #E5E5E5;
  }
  .l-header__sp-menu-list a.l-header__sp-menu-list-primary {
    background-image: url('../img/cta_arrow_white.svg');
    background-color: #53575D;
    color: #fff;
  }
  .l-header__sp-menu-list a.l-header__sp-menu-list-tel {
    background-color: #231815;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }

  .l-header__sp-menu-list-tel span {
    font-size: 11px;
    font-weight: normal;
  }
}

/* 総合TOPヘッダー */
.sg-header {
  font-size: 14px;
  background-color: #fff;
  transition: transform .3s ease;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 64px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
  position: fixed;
}

.sg-header-space {
  height: 64px;
}

.sg-header.is-fade {
  transform: translateY(-325px);
}

.sg-header-global-navi {
  width: 100%;
  height: 64px;
  background-color: #fff;
  line-height: 1.7;
  position: fixed;
}

.sg-header-global-navi-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.sg-header h1 {
  width: 170px;
  margin-top: 12px;
  font-size: 16px;
}

.sg-header-navi ul {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.sg-header-navi > ul > li {
  margin-left: 24px;
  display: block;
}

.sg-header-navi > ul > li:hover {
  border-bottom: solid 4px #ccc;
  text-decoration: none;
  transition: border 0.2s;
}

.sg-header-navi > ul > li:last-of-type:hover {
  border-bottom: none;
}

.sg-header-navi > ul > li > a {
  height: 60px;
  font-size: 14px;
  color: #444444;
  display: table-cell;
  vertical-align: middle;
  transition: border 0.2s;
  font-weight: bold;
}

.sg-header-navi > ul > li > a span {
  font-size: 10px;
  font-weight: normal;
}

.sg-header-navi .media-style {
  text-align: center;
  line-height: 20px;
}

.sg-header-navi .service-menu {
  width: 100%;
  max-width: 860px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  visibility: hidden;
  font-size: 16px;
}

.sg-header-navi .service-menu > a {
  display: block;
  border: solid thick #444;
  border-width: 1px;
  width: 310px;
  margin: 32px auto;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  font-size: 16px;
  color: #444;
  font-weight: bold;
  text-decoration: none;
}

.sg-header-navi .service-menu > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.sg-header-navi .sg-header-navi-cta {
  height: 40px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0 16px;
  background: #d1000d;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  border-bottom: none;
  transition: background-color 0.2s;
  display: block;
}

.sg-header-navi .sg-header-navi-cta:hover {
  background-color: #a8000a;
  transition: background-color 0.2s;
}

.sg-header-navi .hover_menu:hover .service-menu, .sg-header-navi .service-menu:hover {
  z-index: 10;
  visibility: visible;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
}

.sg-header-navi .service-menu table {
  margin: auto;
  text-align: center;
  width: 100%;
}

.sg-header-navi .service-menu table th, .sg-header-navi .service-menu table td {
  padding: 16px 0;
  width: 33%;
  text-align: center;
}

.sg-header-navi .service-menu img {
  width: 184px;
  height: 24px;
}

@media only screen and (max-width: 1110px) {
  .sg-header-navi > ul > li > a {
    font-size: 12px;
  }
  .sg-header-global-navi-inner {
    width: 98%;
  }
  .sg-header h1 {
    width: 150px;
  }
  .sg-header h1 img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .sg-header {
    position: relative;
  }
  .sg-header-space {
    display: none;
  }
  .sg-header h1 {
    margin-left: 24px;
    margin-right: 8px;
  }
  .sg-header .jsc-sp-menu-trigger {
    position: fixed;
    height: 54px;
    width: 58px;
    right: 0;
    top: 0;
    z-index: 99;
    letter-spacing: -1px;
  }
  .sg-header .jsc-sp-menu-trigger.is-open {
    width: 38px;
    height: 38px;
    background: #241916;
    right: 12px;
    top: 12px;
  }
  .sg-header .menu-line {
    display: block;
    position: absolute;
    transition: transform .3s;
    width: 33px;
    border-bottom: solid 2px #222;
    right: 12px;
    top: 14px;
  }
  .sg-header .menu-line-center {
    top: 23px;
  }
  .sg-header .menu-line-bottom {
    top: 33px;
  }
  .sg-header .menu-text {
    font-size: 8px;
    color: #222;
    position: absolute;
    bottom: 0;
    right: 12px;
    font-weight: bold; 
  }
  .sg-header .is-open .menu-text {
    display: none;
  }

  .sg-header .pg-sp-menu .is-open {
    position: fixed;
    z-index: 9999;
  }
  .sg-header .pg-sp-menu .is-open .jsc-sp-menu-trigger {
    width: 38px;
    height: 38px;
    background: #241916;
    right: 12px;
    top: 12px;
  }
  .sg-header .pg-sp-menu .is-open .menu-line {
    width: 30px;
    right: 4px;
    border-bottom: solid 2px #fff;
  }
  .sg-header .is-open .menu-line-top {
    top: 19px;
    transform: rotate(45deg);
  }
  .sg-header .is-open .menu-line-center {
    transform: scaleX(0);
  }
  .sg-header .is-open .menu-line-bottom {
    top: 19px;
    transform: rotate(135deg);
  }
  .sg-header .pg-sp-nav {
    background: rgba(0, 0, 0, 0.4);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 62px;
  }
  .sg-header .pg-sp-nav-wrap {
    position: absolute;
    width: 100%;
    background: #fff;
  }
  .sg-header .pg-sp-nav-menu dt {
    margin: 0;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #e6e6e6;
  }
  .sg-header .pg-sp-nav-menu dd {
    margin: 0;
    border-bottom: solid 1px #e6e6e6;
  }
  .sg-header .pg-sp-nav-menu a {
    display: block;
    position: relative;
    padding: 20px 25px 20px 45px;
    color: #444;
    font-weight: bold;
    text-decoration: none;
  }
  .sg-header .pg-sp-nav-menu a:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 22px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #4b4b4b;
    border-top: 2px solid #4b4b4b;
    display: inline-block;
    transform: rotate(45deg);
  }
}



/* 1カラムヘッダー */

.column-header #l-header__inner {
  display: block;
  width: initial;
  margin: 0 auto;
  padding: 0;
}

.column-header .l-header__menu-wrap {
  padding: 0 16px 0 32px;
}

.column-header .l-header__menu-wrap-inner {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column-header .l-header__menu-wrap:nth-child(1) {
  height: 60px;
}

.column-header .l-header__menu-wrap:nth-child(2) {
  height: 32px;
  border-top: 1px solid #EEF1F4;
  border-bottom: 1px solid #EEF1F4;
  padding-top: 9px;
  padding-bottom: 7px;
}

.column-header .c-header-rightcol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.column-header #l-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-header#l-header nav ul {
  width: initial;
}

.column-header#l-header nav li {
  width: initial;
  margin-left: 24px;
}

.column-header#l-header nav li:nth-child(1) {
  margin-left: 0;
}

.column-header#l-header nav li:last-child a span {
  padding-right: 32px;
}

.column-header .l-header-space {
  height: 86px;
}

.column-header#l-header nav a {
  padding: 0;
  border-bottom: none;
}

.column-header#l-header nav a:hover {
  border-bottom: none;
  color: #B6111C;
}

.column-header#l-header nav a span {
  border-left: none;
  padding: 0;
}

.column-header .dropdown-menu-btn {
  position: relative;
  margin-right: 24px;
  z-index: 0;
}

.column-header .dropdown-menu-btn::before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  right: -18px;
  width: 8px;
  height: 2px;
  border-top-left-radius: 1px;
  border-bottom-left-radius:  1px;
  background-color: #B6111C;
  transform: rotate(45deg);
  z-index: 0;
}

.column-header .dropdown-menu-btn::after {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  right: -23px;
  width: 8px;
  height: 2px;
  border-top-right-radius: 1px;
  border-bottom-right-radius:  1px;
  background-color: #B6111C;
  transform: rotate(-45deg);
  z-index: 0;
}

.column-header #l-header__tel {
  width: initial;
}

.column-header #l-header__tel p {
  width: initial;
  margin-left: 32px;
}

.column-header #l-header__tel a {
  display: block;
  width: initial;
  font-size: 18px;
}

.column-header .l-header__tel-wrap {
  margin-left: 12px;
  text-align: center;
  font-size: 0;
}

.column-header .l-header__tel-wrap > span {
  line-height: 1.5;
  font-size: 10px;
}

.column-header #l-header__link ul {
  justify-content: initial;
  width: initial;
  margin-left: 32px;
  font-size: 0;
}

.column-header #l-header__link ul li:nth-child(2) {
  margin-left: 6px;
}

.column-header #l-header__link .l-header__btn a {
  width: 120px;
  height: 32px;
  border-radius: 3px;
  font-size: 12px;
}

.column-header#l-header .top_link {
  font-size: 10px;
  color: #777777;
}

.column-header .l-header__drop-down-menu {
  top: 60px;
  border-top: solid 1px #EEF1F4;
  background: rgba(255, 255, 255, 1);
}

.column-header#l-header nav li {
  padding: 21px 0;
}
.column-header#l-header .top_link-link {
  color: #B6111C;
}
.column-header-space {
  height: 92px;
}
@media only screen and (max-width: 1366px) {

  .column-header#l-header nav li:last-child a span {
    border-right: none;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1280px) {

  .column-header #l-header__tel {
    display: none;
  }
}

@media only screen and (max-width: 1110px) {
  .column-header #l-header__logo {
    padding-left: 0;
  }

  .column-header #l-header__link {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .column-header #l-header__link ul {
    margin-left: 0;
  }

  .column-header #l-header__link ul li:nth-child(1) {
    display: none;
  }

  .column-header #l-header__link ul li:nth-child(2) {
    margin-left: 12px;
  }

  .column-header#l-header nav li {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #l-header {
    background-color: initial;
  }
  .column-header .l-header__menu-wrap {
    padding: 0 0 0 21px;
  }
  .column-header .l-header__menu-wrap:nth-child(1) {
    height: auto;
    padding: 10px 0 10px 21px;
  }
  .column-header-space {
    height: 82px;
  }
  #l-header__inner {
    background-color: #fff;
  }
}