@charset "utf-8";

/*
Theme Name: フェニックスホールディングス(202511)
Theme URI:
Author:
*/
/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

textarea,
select,
option {
  font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
  display: block;
  margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
  display: block;
  margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */
/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
  /*	color: #AB0106;*/
}

a:active {
  text-decoration: none;
  /*	color: #AB0106;*/
}

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px */
}

body {
  position: relative;
  /* background: #ffffff; */
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
}

#container {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
}

.en {
  font-family: "Jost", sans-serif;
  font-feature-settings: "palt";
  line-height: 0.7;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

.inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

/* button */
.btnSet {
  position: relative;
}

.btnSet:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 0;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.linkSet {
  width: 100%;
  padding: 18px 0;
  display: block;
  position: relative;
  z-index: 1;
  background: #000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}

.linkSet:hover {
  transform: translate(5px, 5px);
}

/* section title  */
.secTtl {
  margin: 0 0 3em;
  text-align: center;
}

.secTtlEn,
.secTtlJp {
  display: block;
  color: #000;
}

.secTtlEn {
  margin: 0 0 0.25em;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.7;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.secTtlJp {
  font-weight: 700;
  letter-spacing: 0.16em;
}

.secTtl02 {
  margin: 0 0 40px;
  padding: 0 0 17px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #dadada;
}

.secTtlIn {
  position: relative;
  display: inline-block;
}

.secTtlIn:after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -18px;
  left: 0;
  background: #ab0106;
  content: "";
}

/* パンくず */
#contsWrap {
  position: relative;
}

.pankuzuArea {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: absolute;
  top: -80px;
  /* left: 50%; */
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.pankuzuArea li,
.pankuzuArea li a {
  font-size: 1.1rem;
  color: #333333;
}

.pankuzuArea a {
  transition: all 0.3s ease-in-out;
}

.pankuzuArea a:hover {
  color: #ab0106;
}

.pankuzuArea li:after {
  width: 10px;
  height: 1px;
  margin: 0 8px;
  content: "";
  display: inline-block;
  background: #ccc;
  vertical-align: middle;
}

.pankuzuArea li:nth-last-of-type(1):after {
  display: none;
}

/* -------------------------------------------------- */
/* header */
/* -------------------------------------------------- */
#container {
  width: 100%;
  overflow: hidden;
}

/*
.wrapper:before {
	background-color: #13b5b1;
	width: 100%;
	height: 100vh;
	content: "";
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 999999;
}
.wrapper:after {
	background-color: #107671;
	width: 100%;
	height: 100vh;
	content: "";
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 99999;
	}
.wrapper-cover:before {
	 left: 100%;
	 transition: all 0.7s ease-in-out 0.3s;
	-webkit-transition: all 0.7s ease-in-out 0.3s;
}
.wrapper-cover:after {
	left: 100%;
	transition: all 1.0s ease-in-out 0.5s;
	-webkit-transition: all 1.0s ease-in-out 0.5s;
}
*/
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
  -moz-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
  display: flex;
  align-items: center;
}

.headerLogo {
  width: 220px;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
}

.headerLogo.is-animation {
  width: 100px;
  height: 100px;
}

.logoLink {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.headerLogo:before,
.headerLogo:after,
.logoLink:before,
.logoLink:after {
  background: #ab0106;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
}

.headerLogo:after {
  /* 左上 */
  width: 0;
  height: 4px;
  top: 0;
  left: 0;
}

.headerLogo:before {
  /* 右下 */
  width: 0;
  height: 4px;
  right: 0;
  bottom: 0;
}

.logoLink:after {
  /* 左下 */
  width: 4px;
  height: 0;
  bottom: 0;
  left: 0;
}

.logoLink:before {
  /* 右下 */
  width: 4px;
  height: 0;
  top: 0;
  right: 0;
}

.headerLogo:hover:before,
.headerLogo:hover:after {
  width: 100%;
}

.headerLogo:hover .logoLink:before,
.headerLogo:hover .logoLink:after {
  height: 100%;
}

.logoFigure {
  width: 114px;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.headerLogo.is-animation .logoFigure {
  width: 51px;
}

/* global navi */
.spNav {
  display: none;
}

.headerNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 100px;
}

.headerNav * {
  font-weight: 700;
}

.globalNav,
.btnNav {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gNavItem {
  margin: 0 38px 0 0;
}

.gNavLink {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  transition: all 0.3s ease-in-out;
}

.gNavLink:hover {
  color: #ab0106;
}

.btnNavItem {
  width: 100px;
  height: 100px;
  text-align: center;
}

.btnNavLink {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.btnNav .btnNavLink:hover {
  opacity: 0.7;
}

.btnHdTop {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  background: #ab0106;
  color: #fff !important;
  font-size: clamp(0.9rem, 0.9vw, 1.1rem);
}

.btnHdTop:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("img/common/logo_w.svg") no-repeat 0 0 / 100%;
  display: flex;
  align-items: center;
  justify-self: center;
}

.btnHdTop::after {
  width: 10em;
  /* 日本語の方に合わせて固定幅 */
  text-align: center;
}

#groupNav .btnNavItem .btnHdTop::after {
  content: "R.E";
}

#groupNav .btnNavItem .btnHdTop:hover::after {
  content: "不動産事業";
}

#groupNav .btnNavItem:nth-child(2) .btnHdTop {
  background: #C0A266;
}

#groupNav .btnNavItem:nth-child(2) .btnHdTop::after {
  content: "HAL";
}

#groupNav .btnNavItem:nth-child(2) .btnHdTop:hover::after {
  content: "宿泊事業";
}

#groupNav .btnNavItem:nth-child(3) .btnHdTop {
  background: #1c4fa1;
}

#groupNav .btnNavItem:nth-child(3) .btnHdTop::after {
  content: "DESIGN";
}

#groupNav .btnNavItem:nth-child(3) .btnHdTop:hover::after {
  content: "リノベ・リフォーム";
}

#groupNav .btnHdTop:hover {
  width: 160px;
  margin-left: -60px;
  opacity: 1;
}

.btnNav01,
.btnNav02,
.btnNav03 {
  padding: 20px 0 0;
  font-size: 1.3rem;
  color: #fff !important;
}

.btnNav01 {
  background: #737373;
}

.btnNav02 {
  background: #414141;
}

.btnNav03 {
  background: #000;
}

.btnNav04 {
  background: #fff;
}

.btnNav01:before,
.btnNav02:before,
.btnNav03:before {
  content: "";
  height: 38px;
  margin: 0 auto 6px;
  display: block;
}

.btnNav01:before {
  width: 27px;
  background: url("img/common/icon_key.png") no-repeat 0 0 / 100%;
}

.btnNav02:before {
  width: 30px;
  background: url("img/common/icon_user.png") no-repeat 0 0 / 100%;
}

.btnNav03:before {
  width: 36px;
  background: url("img/common/icon_form.png") no-repeat 0 0 / 100%;
}

/* site map */
.siteMapBtn {
  position: absolute;
  top: 0;
  right: 0;
}

.btnNav04 {
  position: relative;
  z-index: 1;
  background: #fff;
  cursor: pointer;
}

.btnNav04 span {
  width: 30px;
  height: 2px;
  margin: 0 0 0 -15px;
  display: block;
  position: absolute;
  left: 50%;
  background: #000;
  transition: all 0.3s ease-in-out;
}

.btnNav04 span:nth-of-type(1) {
  top: 39px;
}

.btnNav04 span:nth-of-type(2) {
  top: 49px;
}

.btnNav04 span:nth-of-type(3) {
  bottom: 39px;
}

.siteMap:hover .btnNav04 {
  background: #ab0106;
}

.siteMap:hover .btnNav04 span {
  background: #fff;
}

.siteMap:hover .btnNav04 span:nth-of-type(1) {
  transform: translateX(-10px);
}

.siteMap:hover .btnNav04 span:nth-of-type(3) {
  transform: translateX(10px);
}

.siteMap ul {
  width: 350px;
  padding: 50px 30px 70px;
  position: fixed;
  top: 100px;
  right: -350px;
  background: #ab0106;
}

.smItem {
  margin: 0 0 2em;
}

.smLInk {
  padding: 0 0 0 30px;
  display: block;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  text-indent: -30px;
  color: #fff !important;
}

.smLinkHd:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 10px;
  content: "";
  background: url(img/common/icon_link_sm.png) no-repeat 0 0 / 100%;
  vertical-align: -2px;
}

.smLInk:before {
  width: 20px;
  height: 1px;
  margin: 0 10px 0 0;
  display: inline-block;
  background: #fff;
  content: "";
  vertical-align: 4px;
  transition: all 0.3s ease-in-out;
}

.smLInk:hover:before {
  transform: translateX(-8px);
}

#holdingsNavLink a {
  width: 100%;
  margin-top: 3em;
  padding: 0.5em;
  color: #fff;
  border: 1px solid;
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
}

#holdingsNavLink a::before {
  content: none;
}

#holdingsNavLink a:hover {
  transform: scale(1.06);
}

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
/* footer contact */
.footConsul {
  padding: 100px 0;
  background: #f9f9f9;
}

.consulInner {
  display: flex;
  justify-content: space-between;
}

.consul {
  width: 66.7%;
  /* max-width: 800px; */
  max-width: 1000px;
  padding: 45px 6%;
  background: #fff;
}

.consulTtl {
  margin: 0 0 24px;
  text-align: center;
}

.consulTtlEn {
  margin: 0 0 18px;
  display: block;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 0.7;
  color: #000;
}

.consulMiddle {
  margin: 0 0 9px;
  /* padding: 0 50px; */
}

.consulTxt {
  font-size: 1.6rem;
  text-align: center;
}

.consulMidTxt {
  margin: 0 0 27px;
  text-align: left;
}

.consulTelArea {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.consulTelTxt {
  margin: 0 16px 0 0;
  font-size: 0;
}

.consulTelBox,
.consulTelLink {
  display: inline-block;
  color: #ab0106;
  vertical-align: middle;
}

.consulTelBox {
  margin: 0 8px 0 0;
  padding: 5px 12px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1px solid #950a0a;
}

.consulTelLink {
  font-size: 4.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.consulTime dl {
  display: flex;
  margin: 0 0 6px;
}

.consulTime .consulHoliday {
  margin: 0;
}

.consulTime dt,
.consulTime dd {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.consulTime dt {
  width: 80px;
}

.consulBtnArea {
  margin: 20px 0 32px;
}

.consulBtnList {
  display: flex;
  justify-content: space-between;
}

.consulBtnItem {
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}

.consulBtnItem:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  content: "";
  border-right: 1px solid #ab0106;
  border-bottom: 1px solid #ab0106;
}

.consulBtn01 {
  width: 140px;
}

.consulBtn02 {
  width: 180px;
}

.consulBtn03 {
  width: 200px;
}

.consulBtn04 {
  width: 140px;
  margin: 0;
}

.consulBtnLink {
  display: block;
  width: 100%;
  height: 80px;
  padding: 26px 0;
  position: relative;
  background: #ab0106;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}

.consulBtnLink:hover {
  transform: translate(5px, 5px);
}

/*
.consulBtnLink span:before {
	display: inline-block;
	content: "";
	margin: 0 15px 0 0;
}

.consulLink01 span:before {
	width: 27px;
	height: 20px;
	background: url(img/common/icon_mail.png) no-repeat 0 0 / 100%;
	vertical-align: -3px;
}

.consulLink02 span:before {
	width: 21px;
	height: 27px;
	background: url(img/common/icon_calculator.png) no-repeat 0 0 / 100%;
	vertical-align: -7px;
}

.consulLink03 span:before {
	width: 25px;
	height: 27px;
	margin: 0 20px 0 0;
	background: url(img/common/icon_calendar.png) no-repeat 0 0 / 100%;
	vertical-align: -6px;
}
*/

.traderDial {
  text-align: right;
}

.traderTelNum {
  font-size: 2.4rem;
  font-weight: 700;
}

.worry {
  width: 30%;
  max-width: 360px;
  max-width: 420px;
  padding: 35px 50px 40px;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.worryHead {
  margin: 0 0 1em;
  line-height: 1.3;
}

.worryFigure {
  width: 100%;
  margin: 0 0 1em;
}

.worryFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 7 / 5;
}

.btnWorry {
  width: 100%;
}

.btnWorryStaff {
  margin: 0 0 9px;
}

.linkWorry {
  width: 100%;
  padding: 16px 0 15px;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
}

.linkWorry:before {
  margin: 0 14px 0 0;
  display: inline-block;
  content: "";
  vertical-align: -5px;
  transition: all 0.3s ease-in-out;
}

.wryStaff:before {
  width: 16px;
  height: 24px;
  background: url(img/common/icon_person_off.png) no-repeat 0 0 / 100%;
}

.wryFaq:before {
  width: 21px;
  height: 22px;
  background: url(img/common/icon_faq_off.png) no-repeat 0 0 / 100%;
}

.linkWorry:hover {
  background: #000;
  color: #fff;
}

.wryStaff:hover:before {
  background: url(img/common/icon_person_on.png) no-repeat 0 0 / 100%;
}

.wryFaq:hover:before {
  background: url(img/common/icon_faq_on.png) no-repeat 0 0 / 100%;
}

/* footer */
footer {
  padding: 0 0 40px;
  position: relative;
}

.pageTop a {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ab0106 url(img/top/arrow_pagetop.png) no-repeat top 30px left 34px;
  cursor: pointer;
}

.pageTop a:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #000 url(img/top/arrow_pagetop.png) no-repeat top 30px left 34px;
  transition: all 0.3s ease-in-out;
}

.pageTop a:hover:before {
  height: 0;
}

.pageTopTxt {
  display: block;
  position: absolute;
  top: 120px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  transform: rotate(90deg);
}

.footerInner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 64px;
  padding: 100px 0 0;
}

.footerNavWrap {
  margin: 0 0 100px;
  display: flex;
  justify-content: space-between;
}

.footerNav {
  position: relative;
  width: 30.4%;
  max-width: 280px;
  padding: 40px 0 0;
  border-top: 1px solid #dadada;
}

.footerNav:before {
  width: 25px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  background: #ab0106;
}

.footNavItem {
  margin: 0 0 22px;
}

.footNavLink {
  font-feature-settings: "palt";
  transition: all 0.3s ease-in-out;
}

.footNavLink:hover {
  color: #ab0106;
}

.linkExternal {
  padding: 0 21px 0 0;
  background: url(img/common/icon_link_off.png) no-repeat right bottom 3px;
}

.linkExternal:hover {
  background: url(img/common/icon_link_on.png) no-repeat right bottom 3px;
}

.serviceChild .footNavLink:before {
  width: 12px;
  height: 1px;
  margin: 0 10px 0 0;
  content: "";
  display: inline-block;
  background: #999999;
  vertical-align: 4px;
}

.footerConts {
  display: flex;
}

.footerConts * {
  font-feature-settings: "palt";
}

.footerLogo {
  width: 90px;
  margin: 0 52px 0 0;

  & a {
    & img {
      width: 100%;
    }
  }
}

.footContsMid {
  margin: 0 196px 0 0;
}

.footMidHead {
  margin: 0 0 25px;
  font-size: 1.6rem;
  font-weight: 700;
}

.btnMap {
  margin: 0 0 0 5px;
  padding: 3px 9px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff !important;
  background: #000;
  transition: all 0.3s ease-in-out;
}

.btnMap:hover {
  opacity: 0.7;
}

.btnMap:before {
  width: 10px;
  height: 14px;
  margin: 0 2px 0 0;
  display: inline-block;
  background: url(img/common/icon_pin_pc.png) no-repeat 0 0 / 100%;
  content: "";
  vertical-align: -2px;
}

.footInfo {
  margin: 0 0 15px;
  line-height: 1.6;
}

.snsBtnArea {
  display: flex;
}

.btnFacebook {
  margin: 0 13px 0 0;
}

.linkSns {
  width: 42px;
  height: 42px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.linkSns:hover {
  opacity: 0.7;
}

.footBtnArea {
  width: 200px;
}

.footListItem {
  width: 100%;
}

.footListLink {
  width: 100%;
  max-height: 60px;
  padding: 17px 0 18px;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}

.footListLink:hover {
  opacity: 0.7;
}

.footLink01 {
  background: #737373;
}

.footLink02 {
  background: #414141;
}

.footLink03 {
  background: #000;
}

.footListLink:before {
  margin: 0 10px 0 0;
  display: inline-block;
  content: "";
  vertical-align: -5px;
}

.footLink01:before {
  width: 18px;
  height: 25px;
  background: url(img/common/icon_key_footer.png) no-repeat 0 0 / 100%;
}

.footLink02:before {
  width: 20px;
  height: 25px;
  background: url(img/common/icon_user_footer.png) no-repeat 0 0 / 100%;
}

.footLink03:before {
  width: 20px;
  height: 21px;
  background: url("img/common/icon_form_footer.png") no-repeat 0 0 / 100%;
}

.copy {
  margin: 0 190px 0 0;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: right;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.businessSecTtl {
  margin: 0 0 2em;
  padding: 0 0 1.5em;
  border-bottom: 1px solid #dadada;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}

.busiTtlJp,
.busiTtlEn {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}


.busiTtlJp {
  font-size: 5.0rem;
  color: #1a1a1a;
  line-height: 1.0;
}

.busiTtlEn {
  font-size: 2.0rem;
  color: #ab0106;
}

.busiSubTtl {
  margin: 0 0 40px;
  padding: 0 0 0 24px;
  border-left: 2px solid #ab0106;
}

.busiSubTtlJp,
.busiSubTtlEn {
  display: block;
}

.busiSubTtlJp {
  margin: 0 0 12px;
  font-size: 2.2rem;
}

.busiSubTtlEn {
  font-size: 4.5rem;
  color: #ab0106;
}

#contsWrap {
  margin: 0 0 150px;
}

/* page title */
#pageTtlWrap {
  width: 100%;
  height: 280px;
  margin: 100px 0 100px;
  border-bottom: 5px solid #ab0106;
}

.pageTtlInner {
  position: relative;
  height: 100%;
}

.pageTtl {
  padding: 30px 45px 30px 40px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #ab0106;
  transform: translateY(-50%);
}

.pageTtlJp,
.pageTtlEn {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
}

.pageTtlJp {
  margin: 0 30px 0 0;
  font-size: 3.4rem;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.16em;
}

.pageTtlEn {
  font-size: 1.3rem;
  line-height: 0.7;
  letter-spacing: 0.34em;
}

#passwordTxt {
  padding-bottom: 10px;
}

#passwordTxt a {
  color: #ab0106;
  transition: all 0.3s ease-in-out 0s;
}

#passwordTxt a:hover {
  text-decoration: underline;
}

#topNews {
  margin: 0 auto 100px;
  max-width: 920px;
}

#topNewsList {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 1.5em 0;
}

.topNewsBox {
  width: 100%;
}

.topNewsBoxIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .3s ease-in-out;
}

.topNewsBoxIn:hover {
  transform: translateX(10px);
}

.postThumb {
  width: 34.9%;
  overflow: hidden;
  display: none;
}

.postThumb img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.topNewsBoxIn:hover .postThumb img {
  transform: scale(1.12);
}

.postConts {
  width: 100%;
  position: relative;
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.topNewsBoxIn:hover .postConts:before {
  right: 1px;
}

.topNewsBoxIn:hover .postConts:after {
  right: -10px;
}

.dateCat {
  /* margin: 0 0 18px; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 1em;
}

.listDate,
.listCat {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
  /* font-weight: 700; */
  color: #777;
}

.listCat {
  padding: 0.5em 1em;
  background: #fff;
  color: #777;
  border: 1px solid;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 30px;
  line-height: 1.2;
}

.listTtl {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s ease-in-out;
}

.topNewsBoxIn:hover .listTtl {
  color: #ab0106;
}

.topNewsBtn {
  width: 360px;
  margin: auto;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .pankuzuArea {
    top: -80px;
    left: 2.5%;
    margin: 0;
  }

  /* -------------------------------------------------- */
  /* footer */
  /* -------------------------------------------------- */
  /* footer contact */
  .consul {
    padding: 45px 2.5%;
  }

  .worry {
    padding: 36px 2.5% 42px;
  }

  .worryFigure img {
    width: 100%;
  }

  /* footer */
  .footerInner {
    width: calc(100% - 80px);
    max-width: 1120px;
    margin: 0 0 64px;
    padding: 100px 2.5% 0;
  }

  .footerNavWrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footerNav {
    width: 280px;
    margin: 0 25px 0 0;
  }

  .footerNav:nth-last-of-type(1) {
    margin: 0;
  }

  .footerConts {
    position: relative;
  }

  .footContsMid {
    margin: 0;
  }

  .btnMap {
    width: 60px;
    margin: 0 0 0 5px;
  }

  .footBtnArea {
    position: absolute;
    top: 0;
    left: 690px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1370px) {
  .gNavItem {
    margin: 0 20px 0 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1640px) {
  .headerLogo {
    width: 170px;
    height: 170px;
  }

  .logoFigure {
    width: 88px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .inner {
    width: 95%;
    margin: 0 auto;
  }

  .consulMiddle {
    padding: 0 4%;
  }

  .consulTxt {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

  .globalNav,
  .siteMap {
    display: none;
  }

  /* spnav */
  .spNav {
    display: block;
  }

  .spNavConts {
    display: none;
  }

  .spNavBtn {
    position: absolute;
    top: 0;
    right: 0;
  }

  .btnNav04 {
    position: relative;
    background: #fff;
  }

  .btnNav04 span {
    transition: all 0.3s ease-in-out;
  }

  .btnNav04 span:nth-of-type(1) {
    top: 39px;
  }

  .btnNav04 span:nth-of-type(2) {
    top: 49px;
  }

  .btnNav04 span:nth-of-type(3) {
    bottom: 39px;
  }

  .active .btnNav04 span:nth-of-type(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .active .btnNav04 span:nth-of-type(2) {
    opacity: 0;
  }

  .active .btnNav04 span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .spNavConts {
    width: 100%;
    height: calc(100vh - 100px);
    position: fixed;
    top: 100px;
    left: 0;
    background: #ffffff;
    overflow-y: auto;
  }

  .spNavInner {
    height: 100%;
    margin: 0;
  }

  .spNavList {
    padding: 15px 0;
  }

  .spNavList,
  .spNavListSub {
    background: #ab0106;
  }

  .spSubItem,
  .spNavList {
    border-bottom: 1px solid #ffffff;
  }

  .serviceChild .spNavItem {
    border: none !important;
  }

  .spLInk {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff !important;
  }

  .spNavItem .spLInk {
    padding: 15px 4%;
    position: relative;
    font-size: 1.8rem;
  }

  .serviceChild .spLInk:before {
    width: 16px;
    height: 1px;
    margin: 0 8px 0 0;
    display: inline-block;
    content: "";
    background: #ffffff;
    vertical-align: 3px;
  }

  .serviceChild .spLInk:after {
    display: none;
  }

  .spSubItem .spLInk {
    padding: 19px 4%;
    position: relative;
    font-size: 1.6rem;
    font-feature-settings: "palt";
  }

  .spLInk br {
    display: none;
  }

  .spSubItem .spLinkHd {
    position: relative;
    font-size: 1.6rem !important;
    letter-spacing: 0;
  }

  .spSubItem .spLinkHd:after {
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
    display: inline-block;
    background: url(img/common/icon_link_off.png) no-repeat 0 0 / 100%;
    content: "";
  }

  .spSubItem .spLInkAssist {
    padding: 24px 4%;
    line-height: 1;
  }

  .spNavListSub {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .spSubItem {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .spSubItem:nth-of-type(odd) {
    border-right: 1px solid #ffffff;
  }

  .telLinkSet {
    font-size: 2.3rem;
    color: #fff;
    background: #ab0106;
  }

  .telLinkSet:before {
    width: 15px;
    height: 20px;
    margin: 0 9px 0 0;
    display: inline-block;
    content: "";
    background: url(img/common/sp_icon_phone.png) no-repeat 0 0 / 100%;
    vertical-align: -2px;
  }

  .spTelSet {
    margin: 0 auto 30px;
  }

  .spTelSet:after {
    border-right: 1px solid #ab0106;
    border-bottom: 1px solid #ab0106;
  }

  .spMenuArea {
    width: 100%;
    margin: 0 0 40px;
    display: flex;
    flex-wrap: nowrap;
  }

  .spMenuItem {
    width: calc(100% / 2);
  }

  .spMenuLink {
    display: block;
    width: 100%;
    height: 28.5vw;
    max-height: 107px;
    text-align: center;
    color: #fff !important;
  }

  .spMenuLink01 {
    padding: 31px 0 0;
    background: #737373;
  }

  .spMenuLink02 {
    padding: 31px 0 0;
    background: #414141;
  }

  .spMenuLink03 {
    padding: 31px 0 0;
    background: #000000;
  }

  .spMenuLink01:before {
    width: 16px;
    height: 23px;
    margin: 0 auto 4px;
    display: block;
    content: "";
    background: url(img/common/icon_key_sp.png) no-repeat 0 0 / 100%;
  }

  .spMenuLink02:before {
    width: 18px;
    height: 23px;
    margin: 0 auto 5px;
    display: block;
    content: "";
    background: url(img/common/icon_user_sp.png) no-repeat 0 0 / 100%;
  }

  .spMenuLink03:before {
    width: 22px;
    height: 24px;
    margin: 0 auto 4px;
    display: block;
    content: "";
    background: url(img/common/icon_form_sp.png) no-repeat 0 0 / 100%;
  }

  .snsBtnSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .spSnsFb {
    margin: 0 30px 0 0;
  }

  .spSnsLink {
    width: 60px;
    height: 60px;
    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;
    background: #000;
    border-radius: 50%;
  }

  .spTelSet {
    width: 340px;
  }

  .spTelSet {
    margin: 50px auto 60px;
  }

  .telLinkSet {
    padding: 26px 0;
  }
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pageTop {
    position: inherit;
    width: 100%;
    height: 70px;
    margin: 0;
    background: #1a1a1a;
    text-align: center;
  }

  .pageTop a {
    position: relative;
    top: inherit;
    z-index: 0;
    display: block;
    width: 100%;
    padding: 40px 0 0;
    transform: none;
  }

  .pageTop .pageTopTxt {
    position: inherit;
    top: inherit;
    color: #fff !important;
    transform: none;
  }

  .pageTop a:hover {
    background: #1a1a1a;
  }

  .pageTop a:before {
    z-index: -1;
    background: #000 !important;
  }

  .pageTop a:after {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: translateX(-50%) rotate(45deg);
  }

  .pankuzuArea {
    display: none;
  }

  #container {
    position: relative;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
      "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
  }

  .inner {
    width: 92%;
    margin: 0 auto;
  }

  .secTtl {
    margin: 0 0 30px;
  }

  .secTtlEn {
    margin: 0 0 8px;
    font-size: 3.5rem;
  }

  .secTtlJp {
    font-size: 1.3rem;
  }

  .secTtl02 {
    font-size: 2.8rem;
  }

  .btnSet {
    max-width: 340px;
    margin: auto;
  }

  .linkSet:hover {
    transform: none;
  }

  .globalNav,
  .siteMap {
    display: none;
  }

  .logoFigure {
    width: 55px;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
  }

  .headerLogo:hover:before,
  .headerLogo:hover:after {
    width: 0;
  }

  .headerLogo:hover .logoLink:before,
  .headerLogo:hover .logoLink:after {
    height: 0;
  }

  .btnNav01:before {
    width: 27px;
    background: url("img/common/tab_icon_key.svg") no-repeat 0 0 / 100%;
  }

  .btnNav02:before {
    width: 30px;
    background: url("img/common/tab_icon_user.svg") no-repeat 0 0 / 100%;
  }

  .btnNav03:before {
    width: 36px;
    background: url("img/common/tab_icon_form.svg") no-repeat 0 0 / 100%;
  }

  /* spnav */
  .spNav {
    display: block;
  }

  .spNavConts {
    display: none;
  }

  .btnNavItem {
    width: 80px;
    height: 80px;
  }

  .spNavBtn {
    position: absolute;
    top: 0;
    right: 0;
  }

  .btnNav04 {
    position: relative;
    background: #fff;
  }

  .btnNav04 span {
    transition: all 0.3s ease-in-out;
  }

  .btnNav04 span:nth-of-type(1) {
    top: 29px;
  }

  .btnNav04 span:nth-of-type(2) {
    top: 39px;
  }

  .btnNav04 span:nth-of-type(3) {
    bottom: 29px;
  }

  .active .btnNav04 span:nth-of-type(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .active .btnNav04 span:nth-of-type(2) {
    opacity: 0;
  }

  .active .btnNav04 span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .spNavConts {
    width: 100%;
    height: calc(100vh - 80px);
    position: fixed;
    top: 80px;
    left: 0;
    background: #ffffff;
    overflow-y: auto;
  }

  .spNavInner {
    height: 100%;
    margin: 0;
  }

  .spNavList {
    padding: 10px 0;
  }

  .spNavList,
  .spNavListSub {
    background: #ab0106;
  }

  .spSubItem,
  .spNavList {
    border-bottom: 1px solid #ffffff;
  }

  .serviceChild .spNavItem {
    border: none !important;
  }

  .spLInk {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff !important;
  }

  .spNavItem .spLInk {
    padding: 15px 4%;
    position: relative;
    font-size: 1.8rem;
  }

  .serviceChild .spLInk:before {
    width: 16px;
    height: 1px;
    margin: 0 8px 0 0;
    display: inline-block;
    content: "";
    background: #ffffff;
    vertical-align: 3px;
  }

  .serviceChild .spLInk:after {
    display: none;
  }

  .spSubItem:nth-of-type(odd) {
    border-right: 1px solid #fff;
  }

  .spSubItem .spLInk {
    padding: 19px 8%;
    position: relative;
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }

  .spSubItem .spLinkHd {
    position: relative;
    font-size: 1.3rem !important;
    letter-spacing: 0;
  }

  .spSubItem .spLinkHd:after {
    width: 12px;
    height: 12px;
    margin: -6px -82px 0 0;
    background: url(img/common/icon_link_off.png) no-repeat 0 0 / 100%;
    content: "";
    position: absolute;
    bottom: 15px;
    left: 12.5em;
  }

  .spSubItem .spLInkLines {
    padding: 12px 8%;
    position: relative;
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }

  .spSubItem .spLInkAssist {
    padding: 24px 8%;
    line-height: 1;
  }

  .spNavListSub {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .spSubItem {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .telLinkSet {
    font-size: 2.3rem;
    color: #fff;
    background: #ab0106;
  }

  .telLinkSet:before {
    width: 15px;
    height: 20px;
    margin: 0 9px 0 0;
    display: inline-block;
    content: "";
    background: url(img/common/sp_icon_phone.png) no-repeat 0 0 / 100%;
    vertical-align: -2px;
  }

  .spTelSet {
    margin: 0 auto 30px;
  }

  .spTelSet:after {
    border-right: 1px solid #ab0106;
    border-bottom: 1px solid #ab0106;
  }

  .spMenuArea {
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: nowrap;
  }

  .spMenuItem {
    width: calc(100% / 2);
  }

  .spMenuLink {
    display: block;
    width: 100%;
    height: 28.5vw;
    max-height: 107px;
    text-align: center;
    color: #fff !important;
  }

  .spMenuLink01 {
    padding: 31px 0 0;
    background: #737373;
  }

  .spMenuLink02 {
    padding: 31px 0 0;
    background: #414141;
  }

  .spMenuLink03 {
    padding: 31px 0 0;
    background: #000000;
  }

  .spMenuLink01:before {
    width: 16px;
    height: 23px;
    margin: 0 auto 4px;
    display: block;
    content: "";
    background: url(img/common/tab_icon_key.svg) no-repeat 0 0 / 100%;
  }

  .spMenuLink02:before {
    width: 18px;
    height: 23px;
    margin: 0 auto 5px;
    display: block;
    content: "";
    background: url(img/common/tab_icon_user.svg) no-repeat 0 0 / 100%;
  }

  .spMenuLink03:before {
    width: 22px;
    height: 24px;
    margin: 0 auto 4px;
    display: block;
    content: "";
    background: url(img/common/tab_icon_form.svg) no-repeat 0 0 / 100%;
  }

  .snsBtnSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .spSnsFb {
    margin: 0 30px 0 0;
  }

  .spSnsLink {
    width: 40px;
    height: 40px;
    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;
    background: #000;
    border-radius: 50%;
  }

  header {
    height: 80px;
  }

  .headerLogo {
    width: 80px;
    height: 80px;
    transform: scale(1);
  }

  .headerNav {
    right: 80px;
  }

  .btnNavItem {
    width: 80px;
    height: 80px;
  }

  .btnNav01,
  .btnNav02,
  .btnNav03 {
    padding: 10px 0 0;
  }

  /*.btnNav01:before, .btnNav02:before, .btnNav03:before {
        height: 24px;
        margin: 0 auto 6px;
        display: block;
    }
    .btnNav01:before {
        width: 16px;
        background: url(img/common/icon_key_sp.png) no-repeat 0 0 / 100%;
    }
    .btnNav02:before {
        width: 18px;
        background: url(img/common/icon_user_sp.png) no-repeat 0 0 / 100%;
    }
    .btnNav03:before {
        width: 22px;
        background: url(img/common/icon_form_sp.png) no-repeat 0 0 / 100%;
    }*/
  .footConsul {
    padding: 50px 0;
  }

  .consulInner {
    flex-wrap: wrap;
  }

  .consul {
    width: 100%;
    max-width: inherit;
    margin: 0 0 15px;
    padding: 40px 4.9%;
    background: #fff;
  }

  .consulTtl {
    margin: 0 0 15px;
  }

  .consulTtlEn {
    margin: 0 0 6px;
    font-size: 3rem;
  }

  .consulMiddle {
    margin: 0 0 24px;
    padding: 0;
  }

  .consulTxt {
    line-height: 1.4;
    text-align: left;
  }

  .consulTelTxt {
    margin: 0 16px 0 0;
  }

  .consulTelBox {
    padding: 5px 6px;
    font-size: 1.1rem;
  }

  .consulTelLink {
    font-size: 3.6rem;
  }

  .consulTime dt,
  .consulTime dd {
    font-size: 1.4rem;
  }

  .consulBtnArea {
    margin: 24px 0 30px;
  }

  .consulBtnList {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .consulBtnItem {
    width: 32% !important;
    margin: 0;
  }

  .consulBtnLink {
    height: 50px;
    padding: 13px 0;
    font-size: 1.6rem;
  }

  .consulBtnLink:hover {
    transform: none;
  }

  .consulBtnLink span:before {
    margin: 0 12px 0 0;
  }

  .consulLink01 span:before {
    width: 23px;
    height: 17px;
    background: url(img/common/icon_mail_sp.png) no-repeat 0 0 / 100%;
    vertical-align: -3px;
  }

  .consulLink02 span:before {
    width: 18px;
    height: 24px;
    background: url(img/common/icon_calculator_sp.png) no-repeat 0 0 / 100%;
    vertical-align: -5px;
  }

  .consulLink03 span:before {
    width: 22px;
    height: 24px;
    background: url(img/common/icon_calendar_sp.png) no-repeat 0 0 / 100%;
    vertical-align: -5px;
  }

  .traderDial {
    letter-spacing: 0.05em;
  }

  .worry {
    width: 100%;
    max-width: inherit;
    padding: 40px 7.9%;
  }

  .worryHead {
    margin: 0 0 15px;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .worryFigure {
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .worryFigure img {
    width: 100%;
  }

  .btnWorry {
    max-width: 500px;
    margin: 0 auto;
  }

  .btnWorryStaff {
    margin: 0 auto 12px;
  }

  .linkWorry {
    padding: 11px 0 10px;
    font-size: 1.6rem;
  }

  .linkWorry:hover {
    background: #fff;
    color: inherit;
  }

  .linkWorry:before {
    margin: 0 10px 0 0;
  }

  .wryStaff:before {
    width: 15px;
    height: 22px;
    background: url(img/common/icon_person_off_sp.png) no-repeat 0 0 / 100%;
  }

  .wryFaq:before {
    width: 19px;
    height: 20px;
    background: url(img/common/icon_faq_off_sp.png) no-repeat 0 0 / 100%;
  }

  .wryStaff:hover:before {
    background: url(img/common/icon_person_off.png) no-repeat 0 0 / 100%;
  }

  .wryFaq:hover:before {
    background: url(img/common/icon_faq_off.png) no-repeat 0 0 / 100%;
  }

  .footerNavWrap,
  .footBtnArea {
    display: none;
  }

  .btnNav .btnNavLink:hover {
    opacity: 1;
  }

  /* footer */
  .pageTop a:hover {
    background: #1a1a1a;
  }

  .pageTop a:before {
    z-index: -1;
    background: #000 !important;
  }

  .pageTop a:hover:before {
    height: 100%;
  }

  footer {
    padding: 0 0 20px;
  }

  .footerInner {
    max-width: inherit;
    margin: 0 auto 50px;
    padding: 55px 0 0;
  }

  .footerConts {
    display: block;
    text-align: center;
  }

  .footerLogo {
    margin: 0 0 30px;
  }

  .footContsMid {
    margin: 0;
    text-align: center;
  }

  .footMidHead {
    margin: 0 0 20px;
  }

  .btnMap {
    width: 120px;
    margin: 10px auto 0;
    padding: 8px 35px;
    display: block;
    font-size: 1.3rem;
  }

  .footAdd {
    margin: 0 0 15px;
  }

  .footInfo {
    margin: 0 0 30px;
    line-height: 1.4;
  }

  .snsBtnArea {
    justify-content: center;
  }

  .copy {
    margin: 0;
    font-size: 1.2rem;
    text-align: center;
  }

  /* sub */
  #contsWrap {
    margin: 0 0 60px;
  }

  /* page title */
  #pageTtlWrap {
    margin: 80px 0 50px;
    border-bottom: 3px solid #ab0106;
  }
}

@media (orientation: landscape) {
  @media screen and (min-width: 1024px) {
    .spNavInner {
      height: 100%;
      margin: 0 0 22%;
    }
  }
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pageTop {
    position: inherit;
    width: 100%;
    height: 70px;
    margin: 0;
    background: #1a1a1a;
    text-align: center;
  }

  .pageTop a {
    position: relative;
    top: inherit;
    z-index: 0;
    display: block;
    width: 100%;
    padding: 40px 0 0;
    transform: none;
  }

  .pageTop .pageTopTxt {
    position: inherit;
    top: inherit;
    color: #fff !important;
    transform: none;
  }

  .pageTop a:hover {
    background: #1a1a1a;
  }

  .pageTop a:before {
    z-index: -1;
    background: #000 !important;
  }

  .pageTop a:after {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: translateX(-50%) rotate(45deg);
  }

  .pageTop a:hover:before {
    height: 100%;
  }

  #container {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
      "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }

  .pankuzuArea {
    display: none;
  }

  .inner {
    width: 92%;
    margin: 0 auto;
  }

  .secTtl {
    margin: 0 0 30px;
  }

  .secTtlEn {
    margin: 0 0 8px;
    font-size: 3.5rem;
  }

  .secTtlJp {
    font-size: 1.3rem;
  }

  .btnSet {
    max-width: 340px;
    margin: auto;
  }

  .linkSet:hover {
    transform: none;
  }

  .globalNav,
  .siteMap {
    display: none;
  }

  .linkWorry:hover {
    background: #fff;
    color: #333;
  }

  .logoFigure {
    width: 41px;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
  }

  .headerLogo:hover:before,
  .headerLogo:hover:after {
    width: 0;
  }

  .headerLogo:hover .logoLink:before,
  .headerLogo:hover .logoLink:after {
    height: 0;
  }

  /* spnav */
  .spNav {
    display: block;
  }

  .spNavConts {
    display: none;
  }

  .btnNavItem {
    width: 60px;
    height: 60px;
  }

  .spNavBtn {
    position: absolute;
    top: 0;
    right: 0;
  }

  .btnNav04 {
    position: relative;
    background: #fff;
  }

  .btnNav04 span {
    transition: all 0.3s ease-in-out;
  }

  .btnNav04 span:nth-of-type(1) {
    top: 19px;
  }

  .btnNav04 span:nth-of-type(2) {
    top: 29px;
  }

  .btnNav04 span:nth-of-type(3) {
    bottom: 19px;
  }

  .active .btnNav04 span:nth-of-type(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .active .btnNav04 span:nth-of-type(2) {
    opacity: 0;
  }

  .active .btnNav04 span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .spNavConts {
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    background: #ffffff;
    overflow-y: auto;
  }

  .spNavInner {
    height: 100%;
    margin: 0 0 68%;
  }

  .spNavList {
    padding: 10px 0;
  }

  .spNavList,
  .spNavListSub {
    background: #ab0106;
  }

  .spSubItem,
  .spNavList {
    border-bottom: 1px solid #ffffff;
  }

  .serviceChild .spNavItem {
    border: none !important;
  }

  .spLInk {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff !important;
  }

  .spNavItem .spLInk {
    padding: 10px 4%;
    position: relative;
    font-size: 1.8rem;
  }

  .serviceChild .spLInk:before {
    width: 16px;
    height: 1px;
    margin: 0 8px 0 0;
    display: inline-block;
    content: "";
    background: #ffffff;
    vertical-align: 5px;
  }

  .serviceChild .spLInk:after {
    display: none;
  }

  .spSubItem:nth-of-type(odd) {
    border-right: 1px solid #fff;
  }

  .spSubItem .spLInk {
    padding: 19px 8% 19px;
    position: relative;
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }

  .spSubItem .spLinkHd {
    position: relative;
    font-size: 1.3rem !important;
    letter-spacing: 0;
  }

  .spSubItem .spLinkHd:after {
    width: 12px;
    height: 12px;
    margin: -6px -82px 0 0;
    background: url(img/common/icon_link_off_sp.png) no-repeat 0 0 / 100%;
    content: "";
    position: absolute;
    bottom: 15px;
    left: 12.5em;
  }

  .spSubItem .spLInkLines {
    padding: 12px 8% 12px;
    position: relative;
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }

  .spSubItem .spLInkAssist {
    padding: 24px 8% 24px;
    line-height: 1;
  }

  .spNavListSub {
    margin: 00;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .spSubItem {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .telLinkSet {
    font-size: 2.3rem;
    color: #fff;
    background: #ab0106;
  }

  .telLinkSet:before {
    width: 15px;
    height: 20px;
    margin: 0 9px 0 0;
    display: inline-block;
    content: "";
    background: url(img/common/sp_icon_phone.png) no-repeat 0 0 / 100%;
    vertical-align: -2px;
  }

  .spTelSet {
    margin: 0 auto 30px;
  }

  .spTelSet:after {
    border-right: 1px solid #ab0106;
    border-bottom: 1px solid #ab0106;
  }

  .spMenuArea {
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: nowrap;
  }

  .spMenuItem {
    width: calc(100% / 2);
  }

  .spMenuLink {
    display: block;
    width: 100%;
    height: 28.5vw;
    max-height: 107px;
    text-align: center;
    color: #fff !important;
  }

  .spMenuLink01 {
    padding: 31px 0 0;
    background: #737373;
  }

  .spMenuLink02 {
    padding: 31px 0 0;
    background: #414141;
  }

  .spMenuLink03 {
    padding: 31px 0 0;
    background: #000000;
  }

  .spMenuLink01:before {
    width: 16px;
    height: 23px;
    margin: 0 auto 4px;
    display: block;
    content: "";
    background: url(img/common/icon_key_sp.png) no-repeat 0 0 / 100%;
  }

  .spMenuLink02:before {
    width: 18px;
    height: 23px;
    margin: 0 auto 5px;
    display: block;
    content: "";
    background: url(img/common/icon_user_sp.png) no-repeat 0 0 / 100%;
  }

  .spMenuLink03:before {
    width: 22px;
    height: 24px;
    margin: 0 auto 4px;
    display: block;
    content: "";
    background: url(img/common/icon_form_sp.png) no-repeat 0 0 / 100%;
  }

  .snsBtnSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .spSnsFb {
    margin: 0 30px 0 0;
  }

  .spSnsLink {
    width: 40px;
    height: 40px;
    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;
    background: #000;
    border-radius: 50%;
  }

  .spSnsBtn img {
    width: 22px;
  }

  .spSnsFb img {
    width: 10px;
  }

  /*  header  */
  header {
    height: 60px;
  }

  .headerLogo {
    width: 60px;
    height: 60px;
    transform: scale(1);
    margin: 0 0 0 5px;
  }

  .headerNav {
    right: 60px;
  }

  .btnNavItem {
    width: 60px;
    height: 60px;
  }

  .btnNav01,
  .btnNav02,
  .btnNav03 {
    padding: 10px 0 0;
    font-size: 1rem;
  }

  .btnNav01:before,
  .btnNav02:before,
  .btnNav03:before {
    height: 24px;
    margin: 0 auto 6px;
    display: block;
  }

  .btnNav01:before {
    width: 16px;
    background: url(img/common/icon_key_sp.png) no-repeat 0 0 / 100%;
  }

  .btnNav02:before {
    width: 18px;
    background: url(img/common/icon_user_sp.png) no-repeat 0 0 / 100%;
  }

  .btnNav03:before {
    width: 22px;
    background: url(img/common/icon_form_sp.png) no-repeat 0 0 / 100%;
  }

  .footConsul {
    padding: 50px 0;
  }

  .consulInner {
    flex-wrap: wrap;
  }

  .consul {
    width: 100%;
    max-width: inherit;
    margin: 0 0 15px;
    padding: 40px 7.9%;
    background: #fff;
  }

  .consulTtl {
    margin: 0 0 15px;
  }

  .consulTtlEn {
    margin: 0 0 6px;
    font-size: 2.5rem;
  }

  .consulMiddle {
    margin: 0 0 24px;
    padding: 0;
  }

  .consulTxt {
    line-height: 1.4;
    text-align: left;
  }

  .consulTelArea {
    display: block;
  }

  .consulTelTxt {
    margin: 0 0 10px;
  }

  .consulTelBox {
    margin: 0 8px 0 0;
    padding: 5px 6px;
    font-size: 1.1rem;
  }

  .consulTelLink {
    font-size: 3.8rem;
  }

  .consulTelLink a {
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-feature-settings: "palt";
    line-height: 0.7;
    letter-spacing: 0.02em;
    color: #ab0106;
    vertical-align: middle;
  }

  .consulTime dt,
  .consulTime dd {
    font-size: 1.4rem;
  }

  .consulBtnArea {
    margin: 24px 0 6px;
  }

  .consulBtnList {
    flex-wrap: wrap;
  }

  .consulBtnItem {
    width: 100% !important;
    margin: 0 0 19px;
  }

  .consulBtnLink {
    height: 50px;
    padding: 13px 0;
    font-size: 1.6rem;
  }

  .consulBtnLink:hover {
    transform: none;
  }

  .consulBtnLink span:before {
    margin: 0 12px 0 0;
  }

  .consulLink01 span:before {
    width: 23px;
    height: 17px;
    background: url(img/common/icon_mail_sp.png) no-repeat 0 0 / 100%;
    vertical-align: -3px;
  }

  .consulLink02 span:before {
    width: 18px;
    height: 24px;
    background: url(img/common/icon_calculator_sp.png) no-repeat 0 0 / 100%;
    vertical-align: -5px;
  }

  .consulLink03 span:before {
    width: 22px;
    height: 24px;
    background: url(img/common/icon_calendar_sp.png) no-repeat 0 0 / 100%;
    vertical-align: -5px;
  }

  .traderDial {
    letter-spacing: 0.05em;
  }

  .traderTelNum {
    margin: 10px 0 0;
    display: block;
    font-size: 2.2rem;
  }

  .worry {
    width: 100%;
    max-width: inherit;
    padding: 40px 7.9%;
  }

  .worryHead {
    margin: 0 0 15px;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .worryFigure {
    margin: 0 0 15px;
  }

  .worryFigure img {
    width: 100%;
  }

  .linkWorry {
    padding: 11px 0 10px;
    font-size: 1.6rem;
  }

  .linkWorry:before {
    margin: 0 10px 0 0;
  }

  .wryStaff:before {
    width: 15px;
    height: 22px;
    background: url(img/common/icon_person_off_sp.png) no-repeat 0 0 / 100%;
  }

  .wryFaq:before {
    width: 19px;
    height: 20px;
    background: url(img/common/icon_faq_off_sp.png) no-repeat 0 0 / 100%;
  }

  .wryStaff:hover:before {
    background: url(img/common/icon_person_off.png) no-repeat 0 0 / 100%;
  }

  .wryFaq:hover:before {
    background: url(img/common/icon_faq_off.png) no-repeat 0 0 / 100%;
  }

  .footerNavWrap,
  .footBtnArea {
    display: none;
  }

  .btnNav .btnNavLink:hover {
    opacity: 1;
  }

  /* footer */
  footer {
    padding: 0 0 20px;
  }

  .footerInner {
    max-width: inherit;
    margin: 0 auto 50px;
    padding: 55px 0 0;
  }

  .footerConts {
    display: block;
    text-align: center;
  }

  .footerLogo {
    width: 67px;
    margin: 0 auto 30px;
  }

  .footerLogo img {
    width: 100%;
  }

  .footContsMid {
    margin: 0;
    text-align: center;
  }

  .footMidHead {
    margin: 0 0 20px;
  }

  .btnMap {
    width: 120px;
    margin: 10px auto 0;
    padding: 8px 35px;
    display: block;
    font-size: 1.3rem;
  }

  .btnMap:hover,
  .linkSns:hover {
    opacity: 1;
  }

  .footAdd {
    margin: 0 0 15px;
  }

  .footInfo {
    margin: 0 0 30px;
    line-height: 1.4;
  }

  .snsBtnArea {
    justify-content: center;
  }

  .copy {
    margin: 0;
    font-size: 1.2rem;
    text-align: center;
  }

  /* sub */
  #contsWrap {
    margin: 0 0 60px;
  }

  /* page title */
  #pageTtlWrap {
    height: 176px;
    height: 250px;
    margin: 60px 0 50px;
    border-bottom: 3px solid #ab0106;
  }

  .pageTtlInner {
    position: relative;
    height: 100%;
  }

  .pageTtl {
    padding: 15px 5% 15px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #ab0106;
    transform: translateY(-50%);
  }

  .pageTtlJp,
  .pageTtlEn {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #fff;
  }

  .pageTtlJp {
    margin: 0 30px 0 0;
    font-size: 2.9rem;
    font-feature-settings: "palt";
    line-height: 1;
    letter-spacing: 0.16em;
  }

  .pageTtlEn {
    font-size: 1.3rem;
    line-height: 0.7;
    letter-spacing: 0.34em;
  }

  .secTtl02 {
    margin: 0 0 25px;
    padding: 0 0 17px;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #dadada;
  }

  .secTtlIn {
    position: relative;
    display: inline-block;
  }

  .secTtlIn:after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -18px;
    left: 0;
    background: #ab0106;
    content: "";
  }

  .headerLogo.is-animation {
    width: 60px;
    height: 60px;
  }

  .btnMap:before {
    width: 10px;
    height: 14px;
    margin: 0 2px 0 0;
    display: inline-block;
    background: url(img/common/icon_pin_sp.png) no-repeat 0 0 / 100%;
    content: "";
    vertical-align: -2px;
  }

  .btnSns img {
    width: 22px;
  }

  .btnFacebook img {
    width: 10px;
  }
}

@media screen and (max-width: 374px) {
  html {
    font-size: 2.667vw;
  }

  .spSubItem .spLInkLines {
    font-size: 1.3rem;
  }

  .spSubItem .spLinkHd:after {
    margin: -6px -75px 0 0;
  }

  .spTelSet {
    width: 92%;
  }

  .spMenuLink01 {
    padding: 8.2vw 0 0;
  }

  .spMenuLink02 {
    padding: 8.2vw 0 0;
  }

  .spMenuLink03 {
    padding: 8.2vw 0 0;
  }

  .headerLogo {
    margin: 0;
  }

  .spNavInner {
    margin: 0 0 90%;
  }

  .consul {
    padding: 40px 5%;
  }
}