/* ================================================================
Reset.css
================================================================= */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {box-sizing: border-box;  -webkit-text-size-adjust: 100%;word-break: normal;-moz-tab-size: 4;tab-size: 4;}
*,::before,::after {background-repeat: no-repeat;box-sizing: border-box}
::before,::after {text-decoration: inherit;vertical-align: inherit;}
* {padding: 0;margin: 0;}
/* # =================================================================
   # General elements
   # ================================================================= */
figure {font-size: 0;}
hr {overflow: visible;height: 0;}
details,main {display: block;}
summary {display: list-item;}
small {font-size: 80%;}
[hidden] {display: none;}
abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
a {background-color: transparent;}
a:active,a:hover {outline-width: 0;}
code,kbd,pre,samp {font-family: monospace, monospace;}
pre {font-size: 1em;}
b,strong {font-weight: bolder;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
/* # =================================================================
   # Forms
   # ================================================================= */
input {border-radius: 0;}
[disabled] {cursor: default;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
textarea {overflow: auto;resize: vertical;}
button,input,optgroup,select,textarea {font: inherit;}
optgroup {font-weight: bold;}
button {overflow: visible;}
button,select {text-transform: none;}
button,
[type="button"],[type="reset"],[type="submit"],[role="button"] {cursor: pointer;color: inherit;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {outline: 1px dotted ButtonText;}
button,html [type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}
button,input,select,textarea {background-color: transparent;border-style: none;}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {display: none;}
select::-ms-value {color: currentColor;}
legend {border: 0;color: inherit;display: table;max-width: 100%;white-space: normal;max-width: 100%;}
::-webkit-file-upload-button {-webkit-appearance: button;color: inherit;font: inherit;}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {border-style: none;}
progress {vertical-align: baseline;}
svg:not([fill]) {fill: currentColor;}
/* # =================================================================
   # Accessibility
   # ================================================================= */
@media screen {
[hidden~="screen"] {display: inherit;}
[hidden~="screen"]:not(:active):not(:focus):not(:target) {position: absolute !important;clip: rect(0 0 0 0) !important;}
}
[aria-busy="true"] {cursor: progress;}
[aria-controls] {cursor: pointer;}
[aria-disabled] {cursor: default;}



/* ================================================================
common
================================================================= */
html{font-size: 62.5%;}
body{
    font-size:1.4rem;
    font-weight: 500;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.6;
    letter-spacing: .05em;
    color: #333333;
    background-color: #fff;
}
img{
    border-radius: 10px;
    height: auto;
}
a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}
a:hover,button:hover {
    opacity: 0.8;
}
.pc_br{display: block;}
.sp_br {display: none;}
main {
  width: 100%;
  min-width: 1080px;
}
section {
  width: 100%;
}
.inner {
  width: 100%;
  max-width: 1080px;
  padding: 40px;
  margin-right: auto;
  margin-left: auto;
}
.faq.inner {
  padding: 40px 40px 70px 40px;
}
/* ================================================================
breadcrumb
/* ============================================================== */
.breadcrumb {
  padding: 10px 40px 0 40px;
  font-size: 1.2rem;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  letter-spacing: 0;
}
.breadcrumb a {
  color: #ec7790;
}
.breadcrumb li:not(:first-child):before {
    content: ">";
    padding: 0 5px;
}

/* ================================================================
header
================================================================= */
header {
    width: 100%;
    min-width: 1080px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}
header .container {
  margin: 0 auto;
  padding: 20px 40px;
  max-width: 1080px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
}
header .header-logo a {
  display: block;
  line-height: 0;
}
nav.pc_menu {
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
}
nav.pc_menu a:nth-of-type(2) {
  margin: 0 20px 0 30px;
}
nav.pc_menu a:hover {
  color: #ec7790;
}
nav.sp_menu,.hamburger {
  display: none;
}

/* ================================================================
heading
================================================================= */
h2.heading2 {
  font-size: 3.0rem;
  text-align: center;
}
.popularArticle h2.heading2,.agent h2.heading2 {
  color: #fff;
}
h3.heading3 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
}

/* ================================================================
article container
================================================================= */
.article-container {
  width: 100%;
  margin: 30px 0 0 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-content {
  width: 320px;
  height: auto;
  text-align: left;
  z-index: 1;
  position: relative;
  transition: color 0.2s;
  margin: 0 20px 30px 0;
}
.article-content a:hover {
  opacity: 100;
}
.article-content:nth-of-type(3n) {
  margin: 0 0 30px 0;
}
.article-content figure::before,
.popularArticle-content figure::before,
.recommendedArticle-content figure::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #23221f;
  content: "";
  opacity: 0;
  transition: opacity .2s;
  border-radius: 10px;
}
.popularArticle-content figure::before {
  border-radius: 10px 10px 0 0;
}
.hover-txt {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 60%;
  width: 110px;
  padding: 15px 0;
  text-align: center;
  border-radius: 99px;
  margin: auto;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1;
  background-color: #fff;
  color: #ec7790;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity .2s, top .2s;
}
.article-content:hover .hover-txt,
.popularArticle-content:hover .hover-txt,
.recommendedArticle-content:hover .hover-txt {
    top: 50%; /* 上方向へ移動 */
    opacity: 1; /* フェードイン */
}
.article-content:hover figure::before,
.popularArticle-content:hover figure::before,
.recommendedArticle-content:hover figure::before {
    opacity:0.2;
}
.article-content:hover h3.heading3,
.popularArticle-content:hover h3.heading3,
.recommendedArticle-content:hover h3.heading3 {
    color: #ec7790;
}
.article-content figure,
.article-content figure img,
.popularArticle-content figure,
.recommendedArticle-content figure,
.recommendedArticle-content figure img{
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9; /* アスペクト比を固定（例：16:9） */
  object-fit: cover; /* 画像の収まり方を指定 */
  object-position: center; /* 画像の中心を基準に切り抜く */
}
.article-info time {
    font-size: 1.2rem;
    margin: 5px 0;
    display: block;
    color:#838383;
}
.articleListBtn {
  margin: 40px 0 0 0;
}

/* ================================================================
btn
================================================================= */
.primaryBtn {
  width: 100%;
  max-width: 338px;
  margin: 0 auto;
  background: linear-gradient(120deg, rgba(221, 94, 137, 1), rgba(247, 187, 151, 1));
  border-radius: 50px;
  padding: 2px;
}
.primaryBtn a {
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.6rem;
  transition: all 0.2s;
  padding: 12px 0;
  letter-spacing: 0;
  text-shadow: 1px 1px 3px #e16c8b;
}
.primaryBtn a:hover {
  color: #ec7790;
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 0;
  opacity: 100;
  text-shadow: none;
    font-weight: bold;
}
.pc_menu .primaryBtn a,.pc_menu .primaryBtn a:hover {
    padding: 8px 24px;
}
.secondaryBtn {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  background: linear-gradient(120deg, rgba(221, 94, 137, 1), rgba(247, 187, 151, 1));
  border-radius: 50px;
  padding: 2px;
}
.agentBtn .secondaryBtn {
    max-width: 100%;
}
.secondaryBtn a,.secondaryBtn span {
  color: #ec7790;
  background-color: #fff;
  display: block;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.2s;
  padding: 12px 0;
  width: 100%;
}
.secondaryBtn a:hover,.agent-content:hover .secondaryBtn span {
  color: #fff;
  background: transparent;
  border-radius: 50px;
  padding: 12px 0;
  opacity: 100;
}
/* ================================================================
ranking icon
================================================================= */
.rankingIcon {
  position: absolute;
  border-radius: 20px;
  width: 50px;
  text-align: center;
  top: 5px;
  left: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
  z-index: 1;
}
.agentName .rankingIcon {
    top: 1px;
    border-radius: 5px;
    width: 50px;
    height: 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    z-index: 1;
    position: relative;
    margin: 0 10px 0 0;
    line-height: 1.5;
}
.rankingIcon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M3.492 8.065L4.778 19h14.444l1.286-10.935-4.01 2.673L12 4.441l-4.498 6.297-4.01-2.673zM2.801 5.2L7 8l4.186-5.86a1 1 0 0 1 1.628 0L17 8l4.2-2.8a1 1 0 0 1 1.547.95l-1.643 13.967a1 1 0 0 1-.993.883H3.889a1 1 0 0 1-.993-.883L1.253 6.149A1 1 0 0 1 2.8 5.2zM12 15a2 2 0 1 1 0-4 2 2 0 0 1 0 4z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.popularArticle-content:nth-child(1) .rankingIcon,.agent-content:nth-child(1) .rankingIcon {background-color: #daae00;}
.popularArticle-content:nth-child(2) .rankingIcon,.agent-content:nth-child(2) .rankingIcon {background-color: #999999;}
.popularArticle-content:nth-child(3) .rankingIcon,.agent-content:nth-child(3) .rankingIcon {background-color: #ac8444;}

/* ================================================================
agent
================================================================= */
.agent-txt {
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin: 15px 0;
}
.agent-container {
  width: 100%;
  margin: 30px 0 0 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.agent-content {
  background-color: #fff;
  border-radius: 10px;
  min-width: 320px;
  width: 320px;
  height: auto;
  text-align: left;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  z-index: 1;
}
.agent-content a.agentLink {
  padding: 15px;
}
.agent-content a.agentLink:hover {
  opacity: 100;
}
.agentName {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-content figure {
  width: 100%;
  margin: 15px 0;
}
.pointTxt {
  color: #fa4f0b;
  font-weight: bold;
  position: absolute;
  top: 178px;
  left: 25px;
}
.agentPoint {
  letter-spacing: 0;
  padding: 10px 0 10px 30px;
  margin: 10px 0 15px 0;
  background-color: #FFF0F1;
  border-radius: 8px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.agentPoint li {
  margin: 5px 0;
}
.agent-content:nth-child(2) {
    margin: 0 20px 15px 20px;
}
/* ================================================================
FAQ
================================================================= */
.faq dl {
  width: 100%;
  margin: 30px 0 0 0;
}
.faq dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.faq dt::before {
  content: "Q.";
}
.faq dt:nth-of-type(n+2) {
  margin-top: 20px;
}
/* ================================================================
footer
================================================================= */
footer {
  width: 100%;
  background-color: #fcf2f2;
}
.ft-wrap {
    padding: 50px 40px 20px 40px;
}
.ft-content {
    padding: 40px;
    background-color: #fff;
    border-radius: 15px;
}
.ft-concept {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.ft-concept figure {
    margin-right: 40px;
}
.ft-menu {
    border-top: 1px solid #e6ebec;
    padding-top: 20px;
    text-align: center;
}
.ft-menu a {
    margin: 0 20px 0 0;
    letter-spacing: 0;
    font-weight: 500;
}
.ft-menu a:last-child {
    margin: 0 0 0 0;
}
.ft-menu a:hover {
  color: #ec7790;
}
.copyright {
  text-align: center;
  margin: 30px 0 0 0;
  font-size: 1.3rem;
  letter-spacing: 0;
}
.pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
}
.pageTop a {
  display: block;
  line-height: 1.2rem;
  background-color: #fff;
  color: #ec7790;
  padding: 20px;
  border-radius: 50%;
  border: 1px solid #ec7790;
}
.pageTop a::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ec7790;
  border-right: 2px solid #ec7790;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  right: 17px;
  bottom: 14px;
}
.pageTop a span {
  display: none;
}

/* -------------------------------------------
   ページトップボタンのアニメーション
------------------------------------------- */
.pageTop {
  /* 初期状態：非表示 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; /* 0.3sかけて変化 */
  
  /* 位置固定やz-indexは既存CSSのままでOK */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

/* JSで .is-show が付いた時の状態：表示 */
.pageTop.is-show {
  opacity: 1;
  visibility: visible;
}

/* -------------------------------------------
   ハンバーガーメニューのアクティブ制御
   (jQueryのロジックに合わせて active クラスで制御)
------------------------------------------- */
/* メニュー背景のスクロール固定（body.active時） */
body.active {
  overflow: hidden; /* メニューが開いている時は背景スクロールさせない */
}
/* SPメニューの表示切り替え */
.sp_menu {
  /* 初期状態 */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
/* activeクラスが付いた時 */
.sp_menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* -------------------------------------------
  プライバシーポリシー
------------------------------------------- */
.sitePolicy a {
  color: #ec7790;
}
.sitePolicy h1 {
  font-size: 2.6rem;
  margin: 0 0 10px 0;
}
.sitePolicy h2 {
  font-size: 2.6rem;
  margin: 10px 0 10px 0;
}
.sitePolicy h3 {
  margin: 20px 0 5px 0;
}
.sitePolicy h4 {
  margin: 10px 0 5px 0;
}
.sitePolicy p {
  letter-spacing: 0;
}
.sitePolicy #policy,.sitePolicy #disclaimer {
  margin: 80px 0 0 0;
}
.sitePolicy  ul {
  padding-left: 20px;
  margin: 10px 0;
}
.sitePolicy ul li {
  padding: 0 0 3px 0;
}

/* -------------------------------------------
  お問い合わせ
------------------------------------------- */
.contact {
  text-align: center;
  max-width: 600px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
.contact .subtext {
  margin: 20px 0 0 0;
}
.contact form {
  margin: 30px 0 50px 0;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 2%), 0 20px 46px rgb(0 0 0 / 5%);
  box-shadow: 0 4px 16px rgb(0 0 0 / 1%), 0 20px 46px rgb(0 0 0 / 5%);
}
.contact .headding:first-of-type {
    margin-top: 0;
}
.contact .headding {
    margin: 20px 0 3px 0;
    text-align: left;
}
.contact .headding span {
    font-size: 1.2rem;
    margin-left: 5px;
    color: #d00e;
}
.contact .wpcf7-text {
    -webkit-appearance: none;
    margin-right: 0;
    padding: 10px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.contact textarea {
    -webkit-appearance: none;
    margin-right: 0;
    padding: 10px;
    width: 100%;
    height: 120px;
    min-height: 120px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.contact .recaptha_txt {
    margin-top: 10px;
}
.contact a {
  color: #ec7790;
}
.contact .wpcf7-not-valid-tip {
    text-align: left;
}
.recaptchaToken {
    position: absolute;
}
.grecaptcha-badge {
    visibility: hidden;
}
.contact-btn {
    position: relative;
}
.contact_btn .wpcf7-submit {
    color: #fff;
    width: 130px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #353535;
}
.wpcf7-spinner {
    position: absolute!important;
    color: #ccc;
    left: 50%;
    right: 50%;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
    display: none;
}
.contact_btn {
  margin: 30px 0 0 0;
}




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

/* ================================================================
SP - Common
================================================================= */
body {
  line-height: 1.6;
}
body.active {
  overflow: hidden;
}
header,main {
  min-width: 330px;
}
.pc_br {display: none;}
.sp_br {display: block;}
input[type=text],input[type=email],textarea {
  font-size: 1.6rem;
  transform: scale(0.8);
  transform-origin: left;
  width: 125% !important;
  height:50px !important;
  margin: 0 1px;
  box-sizing: border-box;
}
form {overflow: hidden;}
.inner {
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

/* ================================================================
SP - breadcrumb
/* ============================================================== */
.breadcrumb {
  min-width: inherit;
  padding: 10px 15px 2px 15px;
  overflow-x: scroll;
  width: 100%;
}

/* ================================================================
SP - header
================================================================= */
header {
  position: sticky;
  z-index: 9999;
  top: 0;
}
header .container {
  padding: 5px 0 5px 10px;
}
.header-logo a img {
  width: 150px;
  line-height: 0;
}
/* ========================= navigation ========================= */
nav.pc_menu {
  display: none;
}
nav.sp_menu.active {
  transform: translateX(0%);
  animation-name:fadeInAnime;
  animation-duration:0.6s;
  animation-fill-mode:forwards;
}
@keyframes fadeInAnime{from{opacity:0;}to{opacity:1;}}
nav.sp_menu {
  transform: translateX(100%);
  transition: 0.3s;
  position: fixed;
  z-index : 1;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #efefef;
  top: 60px;
  left: 0;
  padding:20px;
  overflow:scroll;
  animation-name:fadeOutAnime;
  animation-duration:0.6s;
  animation-fill-mode:backwards;
}
@keyframes fadeOutAnime{from{opacity:1;}to{opacity:0;}}
nav.sp_menu .menuList {
  list-style-type: none;
}
nav.sp_menu .menuList li {
  position: relative;
}
nav.sp_menu .menuList li:before,.ft_menu a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ec7791;
  border-right: 2px solid #ec7791;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.sp_menu .menuList li a {
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 15px;
  display: block;
  font-weight: 500;
}
nav.sp_menu .menuList li:nth-child(2) a {
  margin: 5px 0;
}
/* ======================= hamburger Menu ======================= */
.hamburger {
  display: block;
  width: 50px;
  height: 50px;
}
.hamburger svg {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
}
.burgerIcon_close {
  transform: scale(0);
  transition: transform 300ms;
}
.line {
  fill: none;
  stroke: #353535;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 300ms, stroke-dashoffset 500ms 300ms, transform 500ms 300ms;
}
.close .line {stroke-width: 5.5px;}
.burgerIcon .burgerIcon_close {transition: transform 300ms;}
.burgerIcon .line {transform-origin: 50%;transition: transform 300ms 100ms;}
.active.burgerIcon .line {transition: transform 300ms;}
.active.burgerIcon .line1 {transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(0.7);}
.active.burgerIcon .line2 {transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(0.7);}
.active.burgerIcon .line3 {transform: translateY(0px) rotate(45deg) scale(0.7);}
.active.burgerIcon .line4 {transform: translateY(0px) rotate(-45deg) scale(0.7);}
.active.burgerIcon .line5 {transform: translateX(18px) translateY(3px) rotate(45deg) scale(0.7);}
.active.burgerIcon .line6 {transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(0.7);}
.active.burgerIcon .burgerIcon_close {transition: transform 300ms 100ms;transform: scale(1);}

/* ================================================================
SP - heading
================================================================= */
h2.heading2 {
  margin-top: 20px;
  line-height: 1.4;
}
h3.heading3 {
  font-size: 1.4rem;
  font-weight: 700;
}
.article-info h3.heading3 {
  max-width: 551px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  max-height: 74px;
  font-weight: 700;
}

/* ================================================================
SP - article container
================================================================= */
.article-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.article-content {
  width: 100%;
  margin: 10px 0;
}
.article-content a {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 15px;
}
.article-content:first-child {
  margin: 0 0 10px 0;
}
.article-content:nth-of-type(3n) {
  margin: 10px 0;
}
.article-content figure {
  flex: 0 0 45%;
}
.article-content figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.article-content .article-info {
  flex: 1;
  min-width: 0;
}
.hover-txt {
  display: none;
}
.article-content time {
  font-size: 1rem;
  margin: 0 0 2px 0;
}

/* ================================================================
SP - btn
================================================================= */
.articleListBtn {
  margin: 20px 0 0 0;
}
.primaryBtn a {
  font-weight: 700;
}

/* ================================================================
ranking icon
================================================================= */
.rankingIcon::before {
  top: 1px;
}

/* ================================================================
agent
================================================================= */
.agent-txt {
  text-align: left;
  font-size: 1.3rem;
}
.agent-container {
  overflow-x: scroll;
}

/* ================================================================
SP - contact
================================================================= */
.contact h2.heading2 {
  margin: 0;
}
.contact .subtext {
  text-align: left;
}

/* ================================================================
SP - footer
================================================================= */
.ft-wrap {
  padding: 20px;
}
.ft-concept {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.ft-concept figure {
  margin: 0 0 30px 0;
}
.ft-menu {
  width: 100%;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: none;
  padding-top: 0;
}
.ft-menu a {
  margin: 0;
  letter-spacing: inherit;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  padding-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
}
.ft-menu a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ec7790;
  border-right: 2px solid #ec7790;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ft-menu a:last-child {
  padding-bottom: 10px;
  margin-top: 10px;
}

}