@charset "UTF-8";
/* Scss Document */
/* 追加フォントの読み込み */
@font-face {
  font-family: "DINCondensed";
  src: url(../font/DINCondensed-Bold.ttf);
}
@font-face {
  font-family: "SF-Compact-Display-Bold";
  src: url(../font/SF-Compact-Display-Bold.otf);
}
html {
  overflow-x: hidden;
}

body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  overflow-x: hidden;
}

/* IEはメイリオ優先表示 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

a {
  color: #000;
  transition: all ease 0.3s;
}

.prg_h {
  margin-bottom: 12px;
}

.prg {
  margin-bottom: 16px;
}

.prg_w {
  margin-bottom: 22px;
}

@media print, screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
.cleartext {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
  }
}

@media print, screen and (min-width: 768px) {
  .prg_w {
    margin-bottom: 25px;
  }
}

.prg_2w {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .prg_2w {
    margin-bottom: 40px;
  }
}

.prg_3w {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .prg_3w {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .anchor {
    margin-top: -46px;
    padding-top: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.notes {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1023px) {
  .maincont {
    padding-top: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .maincont {
    padding-top: 80px;
  }
}

.container {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

/* PCのみ表示 */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.bg-yellow, .bg_yellow {
  background: #FEE101;
}

.bg_pale {
  background: #F7F6EE;
}

.yellow {
  color: #FEE101;
}

.pink {
  color: #CF2E5A;
}

.btn_common {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}
.btn_common_link {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}
.btn_common_under {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}
.btn_common.arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 20px;
  height: 20px;
  transition: all ease 0.3s;
}
.btn_common_link.arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 20px;
  height: 20px;
  transition: all ease 0.3s;
}
.btn_common_under.arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 20px;
  height: 20px;
  transition: all ease 0.3s;
}
.btn_common.h50 {
  height: 50px;
  padding-left: 20px;
}
.btn_common_link.h50 {
  height: 50px;
  padding-left: 20px;
}
.btn_common_under.h50 {
  height: 50px;
  padding-left: 20px;
}
.btn_common.h70 {
  height: 70px;
  padding-left: 40px;
}
.btn_common.rd-center {
  justify-content: center;
}
.btn_common.rds {
  border-radius: 10px;
}
.btn_common_link.rds {
  border-radius: 10px;
}
.btn_common_under.rds {
  border-radius: 10px;
}
.btn_common.white {
  background: #fff;
  color: #000;
}
.btn_common.white:hover {
  background: #000;
  color: #fff;
}
.btn_common.white.arrow::after {
  background: url(../images/icon_arrow_black.svg) no-repeat 0 0/contain;
}
.btn_common.white.arrow:hover::after {
  background: url(../images/icon_arrow_white.svg) no-repeat 0 0/contain;
}
.btn_common_link.white.arrow:hover::after {
  background: url(../images/icon_link_white.svg) no-repeat 0 0/contain;
}
.btn_common_under.white.arrow:hover::after {
  background: url(../images/icon_link_white.svg) no-repeat 0 0/contain;
}
.btn_common.bl {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
.btn_common_link.bl {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
.btn_common_under.bl {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
.btn_common.bl:hover {
  background: #fff;
  color: #000;
}
.btn_common_link.bl:hover {
  background: #fff;
  color: #000;
}
.btn_common_under.bl:hover {
  background: #fff;
  color: #000;
}
.btn_common.bl.arrow::after {
  background: url(../images/icon_arrow_white.svg) no-repeat 0 0/contain;
}
.btn_common_link.bl.arrow::after {
  background: url(../images/icon_link_white.svg) no-repeat 0 0/contain;
}
.btn_common_under.bl.arrow::after {
  background: url(../images/icon_under_white.svg) no-repeat 0 0/contain;
}
.btn_common.bl.arrow:hover::after {
  background: url(../images/icon_arrow_black.svg) no-repeat 0 0/contain;
}
.btn_common.pink {
  border: 2px solid #CF2E5A;
  background: #CF2E5A;
  color: #fff;
}
.btn_common.pink:hover {
  background: #fff;
  color: #CF2E5A;
}
.btn_common.pink.arrow::after {
  background: url(../images/icon_arrow_white-pink.svg) no-repeat 0 0/contain;
}
.btn_common.pink.arrow:hover::after {
  background: url(../images/icon_arrow_pink.svg) no-repeat 0 0/contain;
}
.btn_common.bor-b {
  border: 2px solid #000;
  background: #fff;
}
.btn_common.bor-b:hover {
  background: #000;
  color: #fff;
}
.btn_common.bor-b.arrow::after {
  background: url(../images/icon_arrow_white.svg) no-repeat 0 0/contain;
}
.btn_common_link.bor-b.arrow::after {
  background: url(../images/icon_link_white.svg) no-repeat 0 0/contain;
}
.btn_common_under.bor-b.arrow::after {
  background: url(../images/icon_link_white.svg) no-repeat 0 0/contain;
}
.btn_common.bor-b.arrow:hover::after {
  background: url(../images/icon_arrow_black.svg) no-repeat 0 0/contain;
}
.btn_common.bor-b.yellow {
  color: #000;
}
.btn_common.bor-b.yellow:hover {
  color: #FEE101;
}
.btn_common.bor-b.yellow.arrow::after {
  background: url(../images/icon_arrow_black-yellow.svg) no-repeat 0 0/contain;
}
.btn_common.bor-b.yellow.arrow:hover::after {
  background: url(../images/icon_arrow_yellow.svg) no-repeat 0 0/contain;
}

.basic-label {
  width: 7em;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CF2E5A;
  color: #fff;
  border-radius: 40px;
  text-align: center;
}

.area_bcnav {
  background: #FFF3B3;
}

.list_bcnav {
  display: flex;
  flex-wrap: wrap;
}
.list_bcnav li:not(:last-of-type) {
  margin-right: 5px;
}
.list_bcnav li:not(:last-of-type)::after {
  content: ">";
  margin-left: 5px;
}
.list_bcnav a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .list_bcnav {
    font-size: 12px;
  }
}

/* header */
header {
  width: 100%;
  position: fixed;
  background: #fff;
  transition: 0.5s;
  z-index: 100;
}
header.active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
header .inner {
  width: 100%;
}
header .site-logo {
  display: inline-block;
  vertical-align: middle;
}
header .site-logo a {
  display: flex;
  align-items: center;
}
header .site-logo a img {
  margin-right: 10px;
}
header .site-logo a p {
  line-height: 1.3;
}
header .site-list > li {
  display: inline-block;
  font-weight: 700;
}
header .site-list li:last-child {
  margin-right: 0;
}
header .contact_btn .btn_common {
  height: 40px;
  font-size: 12px;
}
header .submenu .menutit::before {
  display: block;
  content: attr(data-en);
  font-family: "SF-Compact-Display-Bold";
}
header .accordion {
  cursor: pointer;
}
header .accordion .arrow {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 15px;
  }
  header .site-logo img {
    height: 20px;
  }
  header .site-logo p {
    font-size: 8px;
  }
  header .site-logo .site-list li {
    width: 100%;
    text-align: left;
  }
  header .contact_btn {
    margin: 20px 0 0 20px;
  }
  header .contact_btn .btn_common {
    width: 210px;
    margin-bottom: 10px;
  }
  header #navi {
    transition: all 0.6s;
    overflow-y: auto;
    padding-top: 40px;
    width: 250px;
    height: 100vh;
    z-index: 200;
    top: 0;
    right: -320px;
    background-color: #fee12d;
    position: fixed;
  }
  header .nav_btn {
    width: 20px;
    height: 20px;
    z-index: 300;
    top: 0px;
    right: 20px;
    cursor: pointer;
    position: absolute;
  }
  header .sp_menu {
    transition: all 0.6s;
    width: 20px;
    height: 2px;
    left: 5px;
    background-color: #000;
    position: absolute;
  }
  header .sp_menu_line_top {
    top: 13px;
  }
  header .sp_menu_line_middle {
    top: 21px;
  }
  header .sp_menu_line_bottom {
    top: 29px;
  }
  header .nav_bg {
    opacity: 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
    position: fixed;
  }
  header .nav_open header #navi {
    right: 0;
  }
  header .nav_open .nav_bg {
    opacity: 0.8;
    visibility: visible;
  }
  header .nav_open .sp_menu_line_top {
    transform: rotate(45deg);
    top: 20px;
  }
  header .nav_open .sp_menu_line_middle {
    width: 0;
    left: 50%;
  }
  header .nav_open .sp_menu_line_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  header .site-logo p {
    font-size: 10px;
  }
  header .contact_btn {
    display: flex;
    margin-left: 10px;
  }
  header .contact_btn .btn_common {
    width: 140px;
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  header .site-logo a img {
    height: 20px;
  }
  header .site-menu {
    position: relative;
    display: inline-block;
  }
  header .site-list {
    display: inline-block;
    margin-right: 0px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1335px) {
  header .contact_btn {
    display: none;
  }
  header .submenu {
    left: -58% !important;
  }
}
@media (max-width: 1023px) {
  header .site-list a, header .site-list .accordion > div {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .site-list > li > a,
header .site-list .accordion > div {
    margin: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  }
  header .site-list > li > a.active,
header .site-list .accordion > div.active {
    border-bottom: none;
  }
  header .site-list > li[class] a::before,
header .site-list .accordion > div::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  header .site-list .menu-home > a::before {
    background: url(../images/icon_sp_home.png) no-repeat 0 0/contain;
  }
  header .site-list .menu-recommend > a::before {
    background: url(../images/icon_sp_recommend.png) no-repeat 0 0/contain;
  }
  header .site-list .menu-function > div::before {
    background: url(../images/icon_sp_function.png) no-repeat 0 0/contain;
  }
  header .site-list .menu-design > a::before {
    background: url(../images/icon_sp_theme.png) no-repeat 0 0/contain;
  }
  header .site-list .menu-case > a::before {
    background: url(../images/icon_sp_case.png) no-repeat 0 0/contain;
  }
  header .site-list .menu-plan > a::before {
    background: url(../images/icon_sp_plan.png) no-repeat 0 0/contain;
  }
  header .site-list .menu-faq > a::before {
    background: url(../images/icon_sp_faq.png) no-repeat 0 0/contain;
  }
  header .submenu .inner {
    display: none;
  }
  header .submenu li:nth-of-type(n+2) {
    border-top: 1px solid #fff;
  }
  header .submenu img {
    display: none;
  }
  header .submenu a {
    background: #FFF3B3;
    padding-left: 40px;
  }
  header .submenu .menutit {
    display: flex;
  }
  header .submenu .menutit::before {
    margin-right: 10px;
    color: #918767;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  header > .inner {
    display: flex;
    align-items: center;
    height: 80px;
  }
  header .site-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 0 auto;
  }
  header .site-menu .site-list-item > a,
header .site-menu .accordion > div {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 6px;
    transition: all ease 0.3s;
    font-size: 15px;
  }
  header .site-menu .site-list-item > a:hover,
header .site-menu .accordion > div:hover {
    background: #F7F6EE;
  }
  header .site-menu .accordion:hover {
    background: #F7F6EE;
  }
  header .submenu {
    width: 900px;
    position: absolute;
    left: -28%;
    /* display: flex; */
    display: none;
    background: #F7F6EE;
    box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    z-index: 10;
  }
  header .submenu .no1 {
    width: 50%;
  }
  header .submenu .no1 .inner {
    display: flex;
  }
  header .submenu .no1 .inner ul {
    padding-right: 30px;
  }
  header .submenu .no2, header .submenu .no3 {
    width: 34%;
  }
  header .submenu .menutit {
    position: relative;
    /* border-bottom: 1px solid #707070; */
    margin-bottom: 10px;
    /* padding-bottom: 20px; */
    font-size: 27px;
    text-align: center;
  }
  header .submenu .menutit::before {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 90px;
  }
  header .submenu .menutit span {
    display: block;
    position: relative;
    z-index: 3;
    padding-top: 60px;
  }
  header .submenu .menutit img {
    display: block;
    margin: 30px auto 15px auto;
  }
  header .submenu a {
    display: block;
    height: 100%;
    padding: 25px;
  }
  header .submenu a:hover {
    background: #fff;
  }
  header .submenu a:hover .menutit::before {
    color: #F7F6EE;
  }
  header .submenu .stit {
    margin-bottom: 10px;
    font-size: 15px;
  }
  header .submenu ul li {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
  }
  header .submenu ul li::before {
    content: "-";
    margin-right: 5px;
  }
}
@media screen and (min-width: 1200px) {
  header {
    padding: 0 50px;
    min-width: 1260px;
  }
  header .site-logo a img {
    height: 30px;
  }
  header ul.site-list {
    display: inline-block;
  }
  header .site-menu {
    position: relative;
  }
}

/* bottomcontact */
.area_bottomcontact {
  position: relative;
}
.area_bottomcontact::before, .area_bottomcontact::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.area_bottomcontact::before {
  height: 100%;
  background: rgba(130, 117, 83, 0.3);
  z-index: 1;
}
.area_bottomcontact::after {
  content: "";
  height: 30px;
  background-image: linear-gradient(0deg, transparent, rgba(130, 117, 83, 0.1));
  z-index: 2;
}
.area_bottomcontact .container {
  position: relative;
  z-index: 3;
}
.area_bottomcontact .heading {
  margin-bottom: 10px;
  font-weight: 700;
}
.area_bottomcontact .heading img {
  margin-right: 5px;
}
.area_bottomcontact .txt {
  line-height: 2;
  font-size: 14px;
}
.area_bottomcontact .box_tel_column .tel img {
  margin-bottom: 15px;
}
.area_bottomcontact .box_tel_column .btn_common {
  width: 235px;
  height: 60px;
  border-radius: 60px;
  font-size: 15px;
}
.area_bottomcontact .list_support {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}
.area_bottomcontact .list_support .box_img {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.area_bottomcontact .list_support .box_img img {
  margin-right: 15px;
  flex-shrink: 0;
}
.area_bottomcontact .list_support .detail {
  text-align: center;
  line-height: 1.7;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .area_bottomcontact {
    padding: 50px 0 30px;
  }
  .area_bottomcontact .heading {
    font-size: 20px;
  }
  .area_bottomcontact .btn_common {
    margin: 20px auto 40px;
  }
  .area_bottomcontact .list_support li {
    width: 50%;
    padding: 20px 15px;
  }
  .area_bottomcontact .list_support li:nth-of-type(odd) {
    border-right: 1px solid #C0B9A8;
  }
  .area_bottomcontact .list_support li:nth-of-type(n+3) {
    border-top: 1px solid #C0B9A8;
  }
  .area_bottomcontact .list_support .box_img {
    font-size: 14px;
  }
  .area_bottomcontact .list_support .box_img img {
    width: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_bottomcontact {
    padding: 50px 0 35px;
    background: url(../images/contact_bg.webp) no-repeat 0 /contain;
    background-position: right;
  }
  .area_bottomcontact .heading {
    font-size: 30px;
  }
  .area_bottomcontact .box_tel_column {
    display: flex;
    margin-bottom: 45px;
  }
  .area_bottomcontact .box_tel_column .tel {
    margin-right: 30px;
  }
  .area_bottomcontact .box_tel_column .tel a {
    pointer-events: none;
  }
  .area_bottomcontact .list_support li {
    width: 25%;
    padding: 20px 25px;
  }
  .area_bottomcontact .list_support li:nth-of-type(-n+4) {
    border-bottom: 1px solid #C0B9A8;
  }
  .area_bottomcontact .list_support li:not(:nth-of-type(4n)) {
    border-right: 1px solid #C0B9A8;
  }
  .area_bottomcontact .list_support .box_img img {
    width: 60px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1050px) {
  .area_bottomcontact .list_support .box_img {
    flex-wrap: wrap;
    justify-content: center;
  }
  .area_bottomcontact .list_support .box_img img {
    margin-bottom: 10px;
  }
  .area_bottomcontact .list_support .box_img p {
    width: 100%;
    text-align: center;
  }
  .area_bottomcontact .list_support .box_img p br {
    display: none;
  }
}

/* footer */
@media screen and (max-width: 767px) {
  .area_footer .footer_navi {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_footer .footer_navi {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.area_footer .footer_logo {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .area_footer .footer_logo {
    flex-direction: column;
    font-size: 12px;
  }
  .area_footer .footer_logo .logo {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_footer .footer_logo {
    margin-bottom: 40px;
    font-size: 10px;
  }
  .area_footer .footer_logo .logo {
    margin-right: 10px;
  }
}
.area_footer .fnavi {
  font-weight: 700;
}
.area_footer .fnavi .inner {
  display: flex;
}
.area_footer .fnavi li {
  margin-bottom: 13px;
}
.area_footer .fnavi .indent1 {
  padding-left: 1em;
  margin-top: 10px;
}
.area_footer .fnavi .indent2 {
  padding-left: 2em;
  margin-top: 10px;
  font-weight: normal;
}
.area_footer .fnavi .indent2::before {
  content: "-";
  margin-right: 5px;
}
.area_footer .fnavi .page-num {
  display: inline-block;
  width: 2em;
}
.area_footer .fnavi a:not(.btn_common) {
  display: block;
}
.area_footer .fnavi .btn_common {
  width: 200px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .area_footer .fnavi {
    font-size: 13px;
  }
  .area_footer .fnavi .btn_common {
    margin-right: auto;
    margin-left: auto;
  }
  .area_footer .fnavi .inner {
    margin-bottom: 20px;
  }
  .area_footer .fnavi ul:nth-of-type(1) {
    width: 60%;
  }
  .area_footer .fnavi ul:nth-of-type(2) {
    width: 40%;
  }
}
@media print, screen and (min-width: 768px) {
  .area_footer .fnavi {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
  }
  .area_footer .fnavi a:not(.btn_common):hover {
    color: #CF2E5A;
  }
  .area_footer .fnavi ul {
    width: 230px;
    margin-right: 30px;
  }
  .area_footer .fnavi ul.inner300 {
      width: 300px;
      margin-right: 30px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1050px) {
  .area_footer .fnavi .box_btn {
    margin-top: 30px;
    display: flex;
  }
  .area_footer .fnavi .btn_common {
    margin-right: 20px;
  }
}
.area_footer .companyinfo .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
}
.area_footer .companyinfo .heading {
  position: absolute;
  top: -12px;
  left: calc(50% - 64px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 127px;
  height: 24px;
  border-radius: 24px;
  background: #000;
  color: #fff;
  font-size: 12px;
}
.area_footer .companyinfo .box_info .logo {
  width: 130px;
}
.area_footer .companyinfo .box_info p {
  line-height: 1.6;
}
.area_footer .companyinfo a.blank {
  display: flex;
  text-decoration: underline;
}
.area_footer .companyinfo a.blank::after {
  display: block;
  content: "";
  width: 12px;
  height: 10px;
  background: url(../images/icon_blank.svg) no-repeat center center/contain;
  mix-blend-mode: multiply;
  margin: 8px 0 0 5px;
}
@media screen and (max-width: 767px) {
  .area_footer .companyinfo .heading {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .area_footer .companyinfo .box_info {
    text-align: center;
  }
  .area_footer .companyinfo .box_info:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .area_footer .companyinfo .box_info .logo {
    margin-bottom: 10px;
  }
  .area_footer .companyinfo .box_info .office {
    display: block;
    margin-bottom: 5px;
  }
  .area_footer .companyinfo .box_info .blank {
    justify-content: center;
  }
  .area_footer .companyinfo .box_info .pmark {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_footer .companyinfo .box_info {
    display: flex;
    align-items: center;
  }
  .area_footer .companyinfo .box_info:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .area_footer .companyinfo .box_info .logo {
    margin-right: 20px;
  }
  .area_footer .companyinfo .box_info p {
    display: flex;
  }
  .area_footer .companyinfo .box_info .office {
    flex-shrink: 0;
  }
  .area_footer .companyinfo .box_info .blank {
    margin-left: 20px;
  }
  .area_footer .companyinfo .box_info .blank:hover {
    color: #CF2E5A;
  }
  .area_footer .companyinfo .box_info .pmark {
    margin-left: 20px;
  }
}
.area_footer .copyright {
  padding-bottom: 20px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .area_footer .copyright {
    padding-top: 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .area_footer .copyright {
    padding-top: 45px;
  }
}
/*# sourceMappingURL=base.css.map */

/* 202105 nagata */
@media screen and (min-width: 1024px) {
  header .submenu .no2, header .submenu .no3 {
    width: 35%;
  }

  header .submenu .menutit img {
    display: block;
    margin: 0px auto 0px auto;
  }
  header .submenu .menutit::before {
    display: block;
    content: "";
    font-family: "SF-Compact-Display-Bold";
  }
  header .submenu .menutit span.big_span {
    font-size:23px;
    font-weight: bolder;
  }
  header .submenu .menutit span {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header .contact_btn{
    margin: 20px 0 0 5px;
    display: block;
  }
  header .contact_btn .btn_common{
    width: 210px !important;
    margin-bottom: 10px;
    height: 40px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  span.small_span{
    display: none;
  }
}


header .submenu .menutit img.pc-only {
  float: left;
  margin-bottom: 40px;
}

.menutit:hover img.pc-only {
  content: url(../../common/images/tab_img_y.png);
}