@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  日本語ヘッダ／フッタ設定
=================================================================== */

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  src: url(/common/fonts/NotoSansJP-Medium.woff);
}
@font-face {
  font-family: "Cormorant Infant";
  font-style: normal;
  font-weight: normal;
  src: url(/common/fonts/CormorantInfant-Medium.ttf);
}
/* @font-face {
  font-family: 'Cormorant Garamond', serif;
  font-style: normal;
  font-weight: normal;
  src: url(./fonts/CormorantGaramond-Medium.ttf);
} */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* *::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
} */
/* *::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
} */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #4d473e;
  line-height: 1.5;
  letter-spacing: normal;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", sans-serif;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
section {
  position: relative;
  padding: 0 40px;
}
a {
  text-decoration: none;
  color: #4d473e;
  transition: all 0.3s ease;
}
button {
  color: #4d473e;
  transition: all 0.3s ease;
}
ul {
  list-style: none;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
/* img[src$=".svg"] {
	width: 100%;
	height: auto;
} */
h1,
h2,
h3,
ul,
p,
dl,
dt,
dd,
button {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  section {
    padding: 0 15px;
  }
}

/* header, footer 共通パーツ */
a.arrow::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #4d473e;
  border-right: 2px solid #4d473e;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 0 5px 8px;
}
a.arrow_child::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #4d473e;
  border-right: 2px solid #4d473e;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 0 2px 8px;
}
a.sub-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #cbcac9;
  vertical-align: middle;
  margin-right: 8px;
}
a.underline {
  text-decoration: underline;
}
.hover-panel {
  width: 100%;
}
.hover-imgBox {
  overflow: hidden;
}
.hover-panel .hover-img {
  display: block;
  width: 100%;
  transition: 0.3s all;
}
.hover-panel:hover .hover-img {
  transform: scale(1.06);
}
.hover-panel .hover-text {
  transition: 0.3s all;
}
.text-annotation {
  font-size: 12px;
  color: #333333;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  a.textlink:hover,
  button.textlink:hover {
    opacity: 0.6;
  }
  .hover-panel:hover .hover-text {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 1024px) {
  .text-annotation {
    text-align: left;
  }
}

/* ヘッダー */
header {
  margin: 0;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 10;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.header-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px 0;
}
.header-nav__contact {
  position: absolute;
  opacity: 0;
  font-size: 10px;
  top: 58%;
  right: 63px;
  transition: 0.5s;
  z-index: -100;
  transform: translateY(-50%);
}
.header-nav__heading {
  margin: 0;
}
.logo__pasona {
  margin-left: 25px;
}
.logo__kurashinity img,
.logo__pasona img {
  width: 180px;
}
/* グローバルメニュー */
.header-nav__menu {
  margin-left: auto;
}
.drawer-hidden {
  display: none;
}
.drawer-open {
  display: none;
}
/* .header-nav__menu .text {
  display: none;
} */
.menu-upper,
.menu-lower {
  display: flex;
  align-items: center;
  padding: 0;
}
.menu-upper {
  justify-content: flex-end;
  margin-bottom: 5px;
  border-right: 1px solid #cbcac9;
}
.menu-lower {
  margin: 0;
}
.menu-upper__item:nth-of-type(1),
.menu-upper__item:nth-of-type(2) {
  border-right: 1px solid #cbcac9;
}
.menu-lower li.-sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .menu-lower li.-sp {
    display: block;
  }
}

.menu-upper__item a,
.menu-lower__item a {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 15px;
  border-right: none;
  font-weight: 700;
}
.menu-upper__item a.-mypage {
  display: flex;
  align-items: center;
  gap: 6px;
}

.menu-lower__item > a {
  padding: 15px 0;
}

.menu-upper__item a {
  font-size: 14px;
  color: #4d473e;
  font-weight: 500;
}
.menu-upper .btn_firstApply {
  font-weight: 700;
  color: #fff;
  padding: 5px 25px;
  background: #2c8481;
}
.subnavi-regular a,
.subnavi-spot a {
  font-size: 16px;
  margin: 10px 0 0;
  border: none;
}
.header-subnavi__contents {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #f8f7f4;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  box-shadow: 0 7px 15px -5px #0000001a;
}
.header-subnavi__item {
  display: flex;
  margin: 0 auto;
  background: #fff;
}
.header-subnavi__item_title {
  background: #f8f7f4;
}
.header-subnavi__item_title p {
  font-size: 30px;
  font-family: "Cormorant Infant", serif;
}
.header-subnavi__item_title span {
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.header-subnavi__service {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 33%;
  background: #f8f7f4;
  padding: 0 60px 0 0;
}
.header-subnavi__title span {
  display: block;
  font-size: 30px;
  font-family: "Cormorant Infant", serif;
}
.header-subnavi__regular {
  border-right: 1px solid #e0dfde;
}
.header-subnavi__regular,
.header-subnavi__spot {
  padding: 0 60px;
  margin: 38px 0;
}
.header-subnavi__regular p a,
.header-subnavi__spot p a {
  font-size: 20px;
  font-weight: 700;
  margin-left: 0;
}
.header-subnavi__regular span,
.header-subnavi__spot span {
  display: block;
  font-size: 15px;
}
.header-subnavi:hover .header-subnavi__contents {
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
a.telephone {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.menu-lower__item a.demoBtn {
  height: 80.75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2c8481;
  margin-bottom: 16px;
}
.menu-lower__item.for_tab {
  display: none;
  border-bottom: none;
}
.menu-lower__item.for_tab a.telephone {
  padding: 20px 0;
  border: 1px solid #2c8481;
}
a.telephone p {
  position: relative;
  font-size: 20px;
  color: #2c8481;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 30px;
  line-height: 1.25;
  letter-spacing: 1px;
}
a.telephone p::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/common/img/icon-telephone_blue.svg) no-repeat;
  background-size: cover;
  width: 21px;
  height: 27px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
a.telephone span {
  display: block;
  font-size: 11px;
}
a.language {
  position: absolute;
  opacity: 0;
  font-size: 10px;
  top: 53%;
  right: 115px;
  transition: 0.5s;
  z-index: -100;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1240px) {
  .header-nav {
    padding: 20px;
  }
  .menu-upper__item a,
  .menu-lower__item a {
    font-size: 14px;
  }
  .logo__kurashinity img,
  .logo__pasona img {
    width: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-nav__menu > ul > li.item_hover > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #4d473e;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.8s;
    margin: auto;
    border-width: 1px;
  }
  .header-nav__menu > ul > li.item_hover.menu-lower__item > a::after {
    bottom: 15px;
  }
  .header-nav__menu > ul > li.item_hover:hover > a::after {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.6s;
  }
}

@media only screen and (min-width: 1025px) {
  .header-nav__menu > ul > li.item_hover_icon > a span {
    position: relative;
  }
  .header-nav__menu > ul > li.item_hover_icon > a span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #4d473e;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.8s;
    margin: auto;
    border-width: 1px;
  }
  .header-nav__menu > ul > li.item_hover_icon.menu-lower__item > a span::after {
    bottom: 15px;
  }
  .header-nav__menu > ul > li.item_hover_icon:hover > a span::after {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.6s;
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav {
    padding: 20px 15px;
  }
  .header-nav__heading {
    display: flex;
  }
  .header-nav__menu {
    width: calc(100% - 30px);
    height: auto;
    display: block;
    position: absolute;
    top: 88px;
  }
  .header-nav__contact {
    opacity: 1;
    z-index: 0;
    transform: scale(1.4) translateY(-34%);
    transform-origin: center center;
  }
  .header_logo_pasona {
    margin-left: 15px;
  }
  .header-subnavi__trigger::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 2px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #2c8481;
    transition: all 0.5s;
  }
  .header-subnavi__trigger::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 10px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #2c8481;
    transition: all 0.5s;
    opacity: 1;
  }
  .header-subnavi__trigger.item_on::after {
    opacity: 0;
  }
  .menu-upper__item > a,
  .menu-lower__item > a {
    display: block;
  }
  .menu-upper {
    display: none;
  }
  .menu-lower {
    display: block;
    opacity: 0;
    width: calc(100% + 30px);
    height: 0px;
    overflow-y: scroll;
    /* z-index: 99; */
    background: #f8f7f4;
    margin: 0 0 0 -15px;
  }
  .menu-lower__item {
    padding: 0;
    border-bottom: solid 1px #dfdedd;
    margin: 0 15px;
  }
  .menu-lower__item.for_tab {
    display: block;
  }
  .menu-lower__item a {
    padding: 20px 0;
    font-size: 15px;
    font-weight: 400;
    color: #4d473e;
    margin: 0;
  }
  .menu-lower__item a:focus {
    outline: none;
  }
  .menu-lower__item .corporate {
    font-size: 14px;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .header-subnavi__contents {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    transition: all 0s;
    box-shadow: none;
  }
  .header-subnavi__contents.item_on {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 0s;
  }
  .header-subnavi__service {
    display: none;
  }
  .header-subnavi__item {
    flex-direction: column;
    background: #f8f7f4;
    padding: 0;
  }
  .menu-lower a.arrow::after,
  .header-subnavi__item a.arrow::after,
  .header-subnavi__item a.arrow_child::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-color: #2c8481;
  }
  /* .header-subnavi__regular a.arrow {
    display: inline-block;
  } */
  .header-subnavi__item p a {
    padding: 0 30px 0 0;
  }
  .header-subnavi__item a.sub-item {
    padding: 0 30px 0 10px;
    font-size: 14px;
  }
  .header-subnavi__regular {
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
  }
  .header-subnavi__spot {
    margin: 0;
    padding: 0;
    border: none;
  }
  .header-subnavi__regular p a,
  .header-subnavi__spot p a {
    font-size: 15px;
    font-weight: 400;
  }
  .header-subnavi__regular a,
  .header-subnavi__spot a {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .header-subnavi__regular span,
  .header-subnavi__spot span {
    display: none;
  }
  .header-subnavi .header-subnavi__contents.is-open {
    display: none;
  }
  .logo__pasona {
    margin-left: 15px;
  }
  .drawer-open {
    display: inline-block;
    margin: 0;
    height: 25px;
    width: 25px;
    position: relative;
    top: 0px;
    text-align: center;
    cursor: pointer;
  }
  .drawer-open::before {
    position: absolute;
    content: "Menu";
    font-size: 8px;
    bottom: -15px;
    left: -10px;
    right: -10px;
    margin: auto;
    font-weight: bold;
    letter-spacing: -1px;
  }
  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
    content: "";
    height: 2px;
    width: 25px;
    background: #2c8481;
    transition: 0.5s;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .drawer-open span:before {
    top: 10px;
    right: 0;
  }
  .drawer-open span:after {
    top: 20px;
    right: 0;
  }
  #drawer-check:checked ~ a.language {
    display: inline-block;
    opacity: 1;
    z-index: 0;
  }
  #drawer-check:checked ~ .drawer-open::before {
    display: none;
  }
  #drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
  }
  #drawer-check:checked ~ .drawer-open span::before {
    top: 15px;
    transform: rotate(135deg);
  }
  #drawer-check:checked ~ .drawer-open span::after {
    top: 15px;
    transform: rotate(-135deg);
  }
  #drawer-check:checked ~ .text {
    display: none;
    transition: 0.5s;
  }
  #drawer-check:checked ~ .header-nav__menu .menu-lower {
    padding: 0 0 200px 0;
    opacity: 1;
    height: calc(100vh - 80px);
    transition: 0.5s;
  }
  a.language::before {
    content: "";
    display: inline-block;
    background: url(/common/img/icon-language.svg) no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    vertical-align: sub;
  }
}
@media only screen and (max-width: 768px) {
  header {
    padding: 0;
    min-width: 20px;
    width: 100%;
    background: #fff;
  }
}
@media only screen and (max-width: 414px) {
  .logo__kurashinity img,
  .logo__pasona img {
    width: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .logo__kurashinity img,
  .logo__pasona img {
    height: 4.3vw;
    width: inherit;
  }
  .logo__pasona {
    margin-left: 2vw;
  }
}
/* ヘッダーはここまで */

/* パンくずリスト */
.breadcrumb {
  margin: 0 auto;
  padding: 117px 20px 0;
}
.breadcrumb ul {
  max-width: 1270px;
  margin: 20px auto;
}
.breadcrumb li {
  text-decoration: none;
  line-height: 20px;
  display: inline;
}
.breadcrumb li a {
  font-size: 11px;
  text-decoration: none;
  color: #b07c1f;
  display: inline;
}
.breadcrumb li a.disabled {
  color: #4d473e;
}
.breadcrumb li .breadcrumb__current {
  font-size: 11px;
}
.breadcrumb li:first-child::before {
  padding: 0;
  content: "";
}
.breadcrumb li::before {
  margin-right: 15px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4d473e;
  border-right: 1px solid #4d473e;
  transform: rotate(45deg);
  vertical-align: middle;
}
.breadcrumb li:first-of-type::before {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 88px 15px 0;
  }
}

/* ページャー */
.pager {
  margin: 60px auto;
  font-size: 1.25rem;
  text-align: center;
}
.pager a {
  padding: 0.25em 0.5em;
  margin: 0 2px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #dacaa9;
}
.pager a.current {
  background: #b07c1f;
}
.pager a.dots,
.pager a.prev,
.pager a.next {
  color: #dacaa9;
  background: none;
}
.pager a.prev::after {
  content: "＜";
  white-space: pre;
  padding-left: 0.5em;
}
.pager a.next::before {
  content: "＞";
  white-space: pre;
  padding-right: 0.5em;
}
/*/ comment /*/
.pager {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .pager {
    margin: 10vw auto;
    font-size: 3.6vw;
    text-align: center;
  }
  .pager a {
    padding: 0.25em 0.5em;
    margin: 0 2px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #dacaa9;
  }
  .pager a.current {
    background: #b07c1f;
  }
  .pager a.dots,
  .pager a.prev,
  .pager a.next {
    color: #dacaa9;
    background: none;
  }
  .pager a.prev::after {
    content: "＜";
    white-space: pre;
    padding-left: 0.5em;
  }
  .pager a.next::before {
    content: "＞";
    white-space: pre;
    padding-right: 0.5em;
  }
}

/* フッター */
/* お問い合わせエリア */
.footer-contact {
  background: url(/common/img/top_contact.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 82px 0;
}
.footer-contact__title {
  font-family: "Cormorant Infant", serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.footer-contact__text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 35px;
}
.footer-contact .btn_inquiry {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #4d473e;
  width: 340px;
  background: #bf8f37;
}
.footer-contact .btn_inquiry a {
  display: block;
  padding: 25px 0;
  color: #fff;
}
.footer-contact .btn_inquiry a::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.footer-top {
  background: #f8f7f4;
}
.footer-top__contents {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 1280px;
}
.footer-sorts {
  width: 33%;
  text-align: center;
}
.footer-sorts h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}
/* .footer-sorts p {
  line-height: 1.6;
  font-size: 14px;
} */
.footer-sorts ul {
  margin-bottom: 0;
}
.footer-sorts ul li {
  padding-bottom: 10px;
  font-size: 14px;
}
.footer-sorts ul li.tel {
  font-size: 24px;
  font-weight: 500;
}
.footer-sorts {
  position: relative;
}

.footer__btnArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

@media only screen and (max-width: 768px) {
  .footer__btnArea {
    flex-direction: column;
    gap: 15px;
  }
}

.footer__btnArea .btn_inquiry a {
  display: flex;
  flex-direction: column;
  padding: 17px 0 16px;

  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .footer__btnArea .btn_inquiry {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
      "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
  }
}

.footer__btnArea .btn_inquiry span {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .footer__btnArea .btn_inquiry span {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
      "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
    color: #fff;
  }
}

.company {
  /* max-width: 410px; */
  max-width: 410px;
  padding-right: 45px;
  padding-right: 45px;
}
.company::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #dfdedd;
  width: 1px;
  height: 116px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.company__area {
  margin-bottom: 20px;
}
.company__text {
  font-size: 12px;
  text-align: left;
  line-height: 1.75;
}
.area {
  display: inline-block;
  margin: 0;
  padding: 22px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #b07c1f;
  text-align: center;
  width: 170px;
  background: #bf8f371a;
}
.area + .area {
  margin-left: 20px;
}
.support {
  padding: 0 45px;
}
.privacy {
  padding-left: 45px;
}
.privacy::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #dfdedd;
  width: 1px;
  height: 116px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.privacy__text {
  font-size: 12px;
  line-height: 1.75;
}
.privacy__mark {
  margin: 10px 0 20px;
}
.privacy__mark img {
  height: 68px;
}
.privacy__mark img.icon-auth {
  padding-left: 5px;
}
.copyright {
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-family: "Helvetica", "HelveticaNeue", "Arial", sans-serif;
  font-weight: 400;
  background: #4d473e;
  color: #fff;
}
.support__form {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #4d473e;
  padding: 22px 0 24px;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #4d473e;

  width: 300px;
  margin: 0 auto 21px;
}

@media only screen and (max-width: 768px) {
  .support__form p {
    font-size: 20px;
  }

  .support__time {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.support__dial {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.support__dial::before {
  display: inline-block;
  content: "";
  background: url(/common/img/icon-telephone.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 26px;
  vertical-align: middle;
  transform: rotate(-9deg);
  margin-right: 8px;
}
.support__dial span,
.support__adress span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.support__adress {
  display: block;
  font-size: 20px;
  margin: 25px 0 0 0;
  font-weight: 700;
}
.support__adress::before {
  display: inline-block;
  content: "";
  background: url(/common/img/icon-mail.svg) no-repeat;
  background-size: cover;
  width: 27px;
  height: 21px;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.support__text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.footer-bottom {
  padding: 50px 0 40px;
}
.footer-bottom__contents {
  position: relative;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}
.footer-bottom__contents p {
  font-size: 14px;
  margin: 0;
  line-height: 1.75;
}
.footer-bottom-sns {
  position: absolute;
  right: 20px;
  bottom: 80px;
  display: flex;
  align-items: center;
  gap: 33px;
}
.footer-bottom-sns-title {
  font-weight: bold;
  font-size: 15px;
}
.footer-bottom-sns-list {
  display: flex;
  gap: 16px;
}
.footer-bottom-sns-item {
  display: block;
  width: 40px;
  height: 40px;
}
.footer-bottom__logo {
  max-width: 242px;
  width: 100%;
  margin: 0 0 30px 0;
}
.footer-bottom__right {
  width: calc(100% - 258px);
}
.footer-bottom__right .footer-bottom__right-box {
  display: flex;
  padding: 0;
  gap: 50px;
}
@media only screen and (max-width: 1275px) {
  .footer-bottom__right .footer-bottom__right-box {
    flex-direction: column;
    gap: 14px;
  }
}
.bottom-navi,
.bottom-links {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}
.bottom-links li {
  width: 46%;
  padding: 0;
}
.bottom-navi {
  font-size: 16px;
  font-weight: 700;
}
.bottom-subnav {
  margin: 20px 0 0 0;
}
.bottom-navi a {
  display: inline-block;
  position: relative;
  font-size: 15px;
}
.bottom-subnav li {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.bottom-subnav a {
  margin: 0 0 15px 0;
  font-size: 14px;
}
.bottom-links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 45px;
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #dfdedd;
  padding-top: 40px;
  margin-top: 50px;
}
.bottom-links-box {
  display: flex;
  gap: 45px;
}
@media only screen and (max-width: 1024px) {
  .bottom-links {
    flex-direction: column;
    gap: 20px;
    border-top: 0;
  }
  .bottom-links-box {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 1240px) {
  .company {
    padding-right: 20px;
  }
  .support {
    padding: 0 20px;
  }
  .privacy {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-top__contents {
    padding: 0 15px;
    max-width: 595px;
    flex-direction: column;
  }
  .footer-sorts {
    width: 100%;
    max-width: inherit;
    margin: 40px 0 0 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #dfdedd;
  }
  /* .company {
    max-width: 100%;
  } */
  .company::after,
  .privacy::before {
    content: none;
  }
  .footer-bottom__contents {
    max-width: 605px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer-bottom-sns {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 32px;
    border-bottom: 1px solid #dfdedd;
    margin-bottom: 24px;
  }
  .footer-bottom-sns-title {
    font-weight: bold;
    font-size: 15px;
  }
  .footer-bottom-sns-list {
    display: flex;
    gap: 16px;
  }
  .footer-bottom-sns-item {
    display: block;
    width: 40px;
    height: 40px;
  }

  .support__dial {
    padding: 12px 0;
    width: 287px;
    border: 1px solid #4d473e;
    margin: 0 auto 10px;
  }
  .support__adress {
    margin: 10px 0 0 0;
    font-size: 18px;
  }
  .support__adress::before {
    width: 23px;
    height: 18px;
    margin: 0 8px 3px 0;
  }
  .privacy {
    border-bottom: none;
  }
  .footer-bottom__right {
    margin: 0 0 40px 0;
  }
  .bottom-navi {
    display: none;
  }
  .bottom-links {
    display: flex;
    margin: 0;
    font-size: 14px;
    padding: 0;
    margin-bottom: 40px;
  }
  .bottom-links a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #4d473e;
    border-right: 2px solid #4d473e;
    transform: rotate(45deg);
    vertical-align: text-bottom;
    margin: 0 0 5px 8px;
  }
  .bottom-navi li,
  .bottom-links li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .footer_logo {
    max-width: 214px;
    margin: 0 0 20px 0;
  }
  .copyright {
    padding: 4vw;
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer-contact__title {
    margin: 0 0 25px 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  .footer-contact .btn_inquiry {
    width: 287px;
  }
}
@media only screen and (max-width: 414px) {
  .area {
    width: 150px;
  }
  .footer-contact {
    background: url(/common/img/top_contact_sp.jpg) no-repeat;
    background-size: cover;
  }
}

/* ==ここまで SP設定============================================= */

/* CTAエリア */
.cta-area {
  width: 100%;
  padding: 60px 0;
  display: flex;
  align-items: center;

  background: url(/common/img/regular_contact.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .cta-area {
    background: url(/common/img/regular_contact_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.cta-area br.-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .cta-area br.-sp {
    display: block;
  }
}

.cta-area__inner {
  display: flex;
  flex-direction: column;
  gap: 42px;

  width: 100%;
}

.cta-area__lead {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.cta-area__button-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 814px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

@media only screen and (max-width: 768px) {
  .cta-area__button-list {
    flex-direction: column-reverse;
    gap: 15px;
    width: calc(100% - 45px - 45px);
  }
}

.cta-area__button-item {
  width: 50%;
}

.cta-area__link {
  transition: 0.6s;
}

.cta-area__link.-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cta-area__link.-sp {
    display: block;
  }
  .cta-area__link.-pc {
    display: none;
  }
}

.cta-area__link.-form:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .cta-area__button-item {
    width: 100%;
  }
}

.cta-area__link {
  width: 100%;
  height: 74px;
}

.cta-area__link-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  height: 100%;
}

.cta-area__link-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
}

.cta-area__link {
  display: block;
}

.cta-area__link.-tel {
  border: 1px solid #fff;
  color: #fff;
}

.cta-area__link.-form {
  background-color: #fff;

  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #4d473e;
}

.cta-area__link-text.-tel {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.cta-area__link-text.-time {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: left;
  color: #fff;
}

.cta-area__link-text.-green {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #2c8481;
}

/* tool */
.u-mh-inherit {
  max-height: inherit !important;
}

.u-mb-26 {
  margin-bottom: 26px;
}

.u-mb-18 {
  margin-bottom: 18px;
}
