/* ================================================================================

  [pc] 共通

================================================================================ */

/* 基本設定
-------------------------------------------------------------------- */
* {
  padding: 0px;
  margin: 0px;
}
body {
  padding: 0px;
  margin: 0px;
}
p {
  padding: 0px;
  margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
ul, li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.center {
  text-align: center;
}

.mgt10 {
  margin-top: 10px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt40 {
  margin-top: 40px;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb40 {
  margin-bottom: 40px;
}

.abs {
  position: absolute;
}


/* レイアウト
-------------------------------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
}

#wrap {
  position: relative;
  min-height: 101vh;
  margin: 0 auto;
}
#site_index #wrap {
  overflow-x: hidden;
}

/* ヘッダー
-------------------------------------------------------------------- */
header {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head_tel {
  position: relative;
  width: 430px;
  height: 60px;
  margin: 5px 0;
  color: #fff;
  font-weight: bold;
  line-height: 23px;
  padding: 0 2px;
  border: solid 2px #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 2px #dcdcdc;
  background-color: red;
  background: -moz-linear-gradient(top, #f91d1d 41%, #db0f12 100%);
  background: -webkit-linear-gradient(top, #f91d1d 41%, #db0f12 100%);
  background: linear-gradient(to bottom, #f91d1d 41%, #db0f12 100%);
}
.head_tel_icon {
  position: absolute;
  top: 3px;
  left: 8px;
}
.head_tel_irai {
  position: absolute;
  top: 6px;
  left: 56px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.head_tel_irai span {
  background: #fff;
  border-radius: 10px;
  color: #e0061d;
  padding: 0 5px;
  margin-right: 4px;
}
.head_tel_number {
  position: absolute;
  top: 28px;
  left: 56px;
}
.head_tel_number span {
  color: #fff;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.head_tel_link {
  position: absolute;
  top: 3px;
  right: 5px;
}
.head_tel_link a:hover {
  filter: brightness(1.05);
}


/* グローバルメニュー
-------------------------------------------------------------------- */
.menu-list {
  position: relative;
  width: 100%;
  background-color: #077670;
}
.menu-list ul {
  width: 960px;
  margin: 0 auto;
  padding: 12px 0;
  list-style-type: none;
  text-align: left;
}
.menu-list ul li {
  display: inline-block;
  border-left: 2px dotted #eeeeee;
  padding: 0 15px;
}
.menu-list ul li:first-child {
  border-left: none;
}
.menu-list ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  text-decoration: none;
}
.menu-list ul li a:hover {
  color: #f2f600;
}


/* フッター
-------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  padding: 20px 0;
  margin: 40px auto 0;
  border-top: 1px solid #cccccc;
}
.footer_inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

/* フッターリンク */
.footer_nav {
  position: relative;
  background-color: #f5f5f5;
  padding: 15px;
  margin: 0 -20px 15px;
}
.footer_nav ul {
  list-style-type: none;
  text-align: left;
}
.footer_nav ul li {
  display: inline-block;
  padding: 8px 10px;
}
.footer_nav ul li a {
  font-size: 14px;
  color: #222222;
  text-decoration: underline;
}
.footer_nav ul li a:hover {
  color: #666666;
}

.link_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .right {
  text-align: center;
}
footer .right a {
  font-size: 13px;
  color: #555;
  text-decoration: none;
}
footer .right a img {
  margin-bottom: 2px;
}

.footer_copy {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-top: 20px;
}


/* ページトップボタン
-------------------------------------------------------------------- */
#pageTop {
  background: #000;
  border-radius: 5px;
  color: #FFF;
  opacity: .5;
  padding: 15px;
  position: fixed;
  bottom: 20px;
  right: 20px
}
#pageTop:hover {
  background: #333;
  text-decoration: none
}





/* ================================================================================

  [pc] トップページ

================================================================================ */
#site_index a.top_link {
  pointer-events: none;
}

main {
  position: relative;
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}

.hl_b {
  color: #1878bf;
  font-weight: bold;
}
.hl_r {
  color: #dd0000;
  font-weight: bold;
}
.hl_o {
  color: #f94a22;
  font-weight: bold;
}
.hl_p {
  color: #f5555e;
  font-weight: bold;
}
.em_up {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 1px 2px 0px #ffffff,1px -2px 0px #ffffff,2px 1px 0px #ffffff,-2px 1px 0px #ffffff,-1px 2px 0px #ffffff,-1px -2px 0px #ffffff,2px -1px 0px #ffffff,-2px -1px 0px #ffffff, 0px 2px 0px #ffffff,0 -2px 0px #ffffff,2px 0px 0px #ffffff,-2px 0px 0px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff;
}


/* firstview
-------------------------------------------------------------------- */
.firstview {
  position: relative;
  background-color: #f5f5f5;
  width: auto;
  margin: 0 -530px;
  text-align: center;
}
.firstview::after {
  position: absolute;
  background-color: #fe323b;
  width: 100%;
  height: 14px;
  bottom: 0;
  content: '';
  display: block;
  z-index: 0;
  pointer-events: none;
}
.firstview img {
  position: relative;
  z-index: 1;
}

.top_area {
  position: absolute;
  top: 27px;
  left: 50%;
  margin-left: -474px;
  color: #f5555e;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 20px #fff;
  z-index: 2;
}
.top_area > span {
  font-size: 0.7em;
  color: #222222;
}


/* CTA
  -------------------------------------------------------------------- */
/* 見出し */
.cta_h2_wrapper {
  position: relative;
}
.cta_h2_wrapper ul:nth-of-type(1) {
  position: absolute;
  top: 54px;
  left: 16px;
  width: 424px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.cta_h2_wrapper ul:nth-of-type(1) li {
  width: calc(100% / 3);
  color: #222;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.cta_h2_wrapper ul:nth-of-type(2) {
  position: absolute;
  top: 128px;
  left: 16px;
  width: 424px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.cta_h2_wrapper ul:nth-of-type(2) li {
  width: calc(100% / 3);
  color: #FA2617;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
.cta_h2_wrapper ul:nth-of-type(2) li:nth-of-type(1) {
  font-size: 26px;
  letter-spacing: -0.05em;
}
.cta_h2_wrapper ul:nth-of-type(2) li:nth-of-type(1) span {
  font-size: 34px;
}
.cta_h2_wrapper ul:nth-of-type(2) li:nth-of-type(2) {
  font-size: 17px;
}
.cta_h2_wrapper ul:nth-of-type(2) li:nth-of-type(3) {
  font-size: 18px;
  letter-spacing: -0.05em;
}
.cta_h2_wrapper ul:nth-of-type(2) li:nth-of-type(3) span {
  font-size: 26px;
}
.cta_h2 {
  position: absolute;
  top: 31px;
  right: 0;
  transform: skewX(-7deg);
  font-weight: 700;
  text-align: right;
  line-height: 1.05;
}
.cta_h2a {
  color: #d8a121;
  font-size: 82px;
  letter-spacing: -0.03em;
  text-shadow: 1px 2px 0px #ffffff, 1px -2px 0px #ffffff, 2px 1px 0px #ffffff, -2px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -2px 0px #ffffff, 2px -1px 0px #ffffff, -2px -1px 0px #ffffff, 0px 2px 0px #ffffff, 0 -2px 0px #ffffff, 2px 0px 0px #ffffff, -2px 0px 0px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0 3px 3px #333333, 0 0 3px #333333, 0 0 4px #000000, 0 0 4px #000000;
}
.cta_h2b {
  font-size: 45px;
  /* line-height: 40px; */
  text-indent: -7px;
  text-shadow: 1px 2px 0px #ffffff, 1px -2px 0px #ffffff, 2px 1px 0px #ffffff, -2px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -2px 0px #ffffff, 2px -1px 0px #ffffff, -2px -1px 0px #ffffff, 0px 2px 0px #ffffff, 0 -2px 0px #ffffff, 2px 0px 0px #ffffff, -2px 0px 0px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0 3px 3px #333333, 0 0 3px #333333, 0 0 4px #000000, 0 0 4px #000000;
}
.cta_h2b span {
  color: #f50000;
  font-size: 45px;
  letter-spacing: 0.1em;
}

/* レイアウト */
.cta_area {
  position: relative;
  background-color: #ffffff;
  border-top: 10px solid #d83c44;
  border-bottom: 10px solid #d83c44;
}
.cta_area::before,
.cta_area::after {
  position: absolute;
  background-color: #d83c44;
  width: 10px;
  height: 100%;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  pointer-events: none;
}
.cta_area::before {
  left: 0;
}
.cta_area::after {
  right: 0;
}

/* 吹き出し */
.cta_area_txt {
  position: absolute;
  top: 44px;
  left: 323px;
  right: 33px;
  text-align: center;
  z-index: 1;
  color: #222222;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.2;
}
.cta_area_txt span {
  color: #ff0201;
  font-size: 1.2em;
}

/* オペレーター */
.cta_area_staff {
  position: absolute;
  top: 226px;
  left: 38px;
  z-index: 1;
  pointer-events: none;
}

/* フォームボタン */
.tap_form_button {
  position: absolute;
  top: 220px;
  left: 77px;
}
.tap_form_button a {
  position: relative;
  display: block;
  border-radius: 20px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.tap_form_button a>span:nth-of-type(1) {
  position: absolute;
  top: 11px;
  left: 71px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  color: #077670;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px, #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 1px 2px 0px, #ffffff -1px 2px 0px, #ffffff 1px -2px 0px, #ffffff -1px -2px 0px, #ffffff 2px 1px 0px, #ffffff -2px 1px 0px, #ffffff 2px -1px 0px, #ffffff -2px -1px 0px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px;
}
.tap_form_button a>span:nth-of-type(1)>span>span {
  font-size: 48px;
}

.tap_form_button a>span:nth-of-type(2) {
  position: absolute;
  top: 80px;
  left: 24px;
  right: 28px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  color: #222;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px, #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 1px 2px 0px, #ffffff -1px 2px 0px, #ffffff 1px -2px 0px, #ffffff -1px -2px 0px, #ffffff 2px 1px 0px, #ffffff -2px 1px 0px, #ffffff 2px -1px 0px, #ffffff -2px -1px 0px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px;
}

/* 0円 */
.cta_area_0 {
  position: absolute;
  top: 188px;
  right: 25px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 495px;
}
.cta_area_0 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.cta_area_0 ul li {
  display: block;
  padding: 14px 5px 5px 5px;
  text-align: center;
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  width: 100px;
  height: 100px;
}
.cta_area_0 ul li>span {
  color: #cb1b1e;
}
.cta_area_0 ul li>span>span {
  font-size: 1.8em;
}

.cta_area_0_txt {
  margin-top: 10px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  white-space: nowrap;
}
.cta_area_0_txt span {
  color: #cb1b1e;
  font-size: 40px;
  letter-spacing: -0.05em;
}
.cta_area_0_txt span small {
  font-size: 16px;
  letter-spacing: 0;
}
.cta_area_0_txt span small:nth-of-type(1) {
  writing-mode: vertical-rl;
  letter-spacing: -0.05em;
}

/* タップ電話 */
.query_tap_tel {
  position: absolute;
  top: 326px;
  left: 507px;
  white-space: nowrap;
}

.tap_tel_number {
  text-align: center;
}
.tap_tel_number a {
  font-size: 54px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #ff3741;
  text-decoration: none;
  text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px, #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 1px 2px 0px, #ffffff -1px 2px 0px, #ffffff 1px -2px 0px, #ffffff -1px -2px 0px, #ffffff 2px 1px 0px, #ffffff -2px 1px 0px, #ffffff 2px -1px 0px, #ffffff -2px -1px 0px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px;
}

/* 受付アナウンス */
.switch {
  font-size: 18px;
  color: #066F1F;
  font-weight: 700;
  text-align: center;
  padding: 3px 10px;
  margin: 5px auto 40px;
  -webkit-animation: switchtext 1s infinite alternate;
  -moz-animation: switchtext 1s infinite alternate;
  animation: switchtext 1s infinite alternate;
  text-decoration: underline;
}
@keyframes switchtext {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.6
  }
}


/* 悩み
-------------------------------------------------------------------- */
.nayami {
  margin-top: -5px;
  border: 20px solid #caeaf5;
}
.nayami_list_box {
  position: relative;
}
.nayami_list_box ul {
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 120px 0;
}
.nayami_list_box ul li {
  list-style: none;
  width: calc(100% / 3);
}
.nayami_list_box ul li h3 {
  color: #47a8d9;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px, #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 1px 2px 0px, #ffffff -1px 2px 0px, #ffffff 1px -2px 0px, #ffffff -1px -2px 0px, #ffffff 2px 1px 0px, #ffffff -2px 1px 0px, #ffffff 2px -1px 0px, #ffffff -2px -1px 0px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px;
}
.nayami_question_box {
  position: relative;
}
.nayami_question_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 33px;
  font-weight: bold;
  color: #f7575d;
  white-space: nowrap;
  text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, -2px -1px 0px #fff, 2px -1px 0px #fff, -2px 1px 0px #fff, 2px 1px 0px #fff, -1px -2px 0px #fff;
}
.nayami_recommend_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-top: 20px;
}
.nayami_recommend_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 513px;
}
.nayami_recommend_catch {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.nayami_recommend_catch .hl_p {
  font-size: 35px;
}
.nayami_recommend_banner {
  position: relative;
}
.nayami_recommend_banner_txt {
  position: absolute;
  top: 7px;
  left: 85px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}
.nayami_target_list {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}
.nayami_target_list li {
  width: calc(100% / 3);
}
.nayami_target_list li h3 {
  color: #47a8d9;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px, #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px;
}
.nayami_4_img {
  display: block;
  position: relative;
  z-index: -1;
  top: -10px;
}


/* サービス
-------------------------------------------------------------------- */
.service {
  position: relative;
  margin: 40px auto;
}

.service h2 {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #f7575d;
  font-size: 57px;
  font-weight: bold;
  text-align: center;
  text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px, #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 1px 2px 0px, #ffffff -1px 2px 0px, #ffffff 1px -2px 0px, #ffffff -1px -2px 0px, #ffffff 2px 1px 0px, #ffffff -2px 1px 0px, #ffffff 2px -1px 0px, #ffffff -2px -1px 0px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px;
}

.service .service_list {
  position: absolute;
  top: 122px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 866px;
  padding: 0 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.service .service_list li {
  position: relative;
  flex: 1 0 calc(50% - 20px);
  height: 82px;
  list-style: none;
}
.service .service_list li .title {
  position: absolute;
  top: 10px;
  left: 91px;
  color: #f7575d;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.service .service_list li .title.long_title01 {
  display: inline-block; /* transformを適用するために必要 */
  transform: scale(0.9, 1); /* 横幅を0.65倍に縮小 */
  transform-origin: left; /* 縮小の基準点を左に設定 */
}
.service .service_list li .title.long_title02 {
  display: inline-block; /* transformを適用するために必要 */
  transform: scale(0.65, 1); /* 横幅を0.65倍に縮小 */
  transform-origin: left; /* 縮小の基準点を左に設定 */
}
.service .service_list li .price {
  position: absolute;
  top: 13px;
  right: 0;
  color: #f7575d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.service .service_list li .price .small {
  font-size: 11px;
}
.service .service_list li .text {
  position: absolute;
  top: 35px;
  left: 91px;
  color: #222;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
}

.service .text02 {
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  color: #222;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.service .text02 span {
  color: #f7575d;
}


/* お任せ
-------------------------------------------------------------------- */
.omakase {
  font-size: 28px;
}
.omakase_txt {
  font-size: 36px;
  font-weight: 900;
}

.omakase_content {
  position: relative;
}
.omakase_content_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 300px;
}
.omakase_content_inner:nth-of-type(1) {
  top: 0;
}
.omakase_content_inner:nth-of-type(2) {
  top: 297px;
}
.omakase_content .top_text {
  position: absolute;
  top: 13px;
  left: 101px;
  width: 314px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  letter-spacing: -0.03em;
}
.omakase_content .top_text:nth-of-type(2) {
  left: 530px;
}
.omakase_content .top_text .title {
  font-size: 24px;
  display: inline;
  margin-right: 2px;
}
.omakase_content_inner:nth-of-type(2) .top_text .title {
  margin-right: 16px;
}
.omakase_content .top_text .sub {
  display: block;
  margin-top: 5px;
}
.omakase_content .under_text {
  position: absolute;
  top: 252px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.1;
}
.omakase_content_inner:nth-of-type(2) .under_text {
  top: 248px;
}

.omakase_list {
  position: relative;
}
.omakase_list ul {
  position: relative;
  width: 940px;
  margin-top: 10px;
  padding: 0;
  font-size: 0;
  letter-spacing: -0.4em;
}
.omakase_list li {
  position: relative;
  display: inline-block;
  width: 297px;
  height: 139px;
  list-style: none;
  font-size: 28px;
  letter-spacing: 0;
  margin: 5px;
  box-shadow: 0 0 5px #999;
}
.omakase_list li span {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 32px;
  width: 100%;
  color: #fff;
  font-size: 1.05em;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 1px 2px 0px #f5555e,1px -2px 0px #f5555e,2px 1px 0px #f5555e,-2px 1px 0px #f5555e,-1px 2px 0px #f5555e,-1px -2px 0px #f5555e,2px -1px 0px #f5555e,-2px -1px 0px #f5555e, 0px 2px 0px #f5555e,0 -2px 0px #f5555e,2px 0px 0px #f5555e,-2px 0px 0px #f5555e,0px 0px 2px #f5555e,0px 0px 2px #f5555e,0px 0px 2px #f5555e,0px 0px 2px #f5555e,0px 0px 2px #f5555e;
}

.omakase_list_2 {
  position: relative;
  width: 800px;
  margin-top: 20px;
  margin-inline: auto;
  padding: 0;
  font-size: 0;
  letter-spacing: -0.4em;
}
.omakase_list_2 ul {
  position: absolute;
  top: 16px;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.omakase_list_2 ul li {
  display: inline-block;
  width: 297px;
  list-style: none;
  color: #f5555e;
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  text-align: right;
}
.omakase_list_2 ul li:nth-of-type(2) {
  letter-spacing: -0.13em;
  padding-right: 5px;
}
.omakase_list_2 ul li:nth-of-type(3) {
  text-align: center;
  margin-left: 48px;
  padding-right: 0;
  width: 250px;
}


/* お任せ イントロ（flex）
-------------------------------------------------------------------- */
.omakase_intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.omakase_intro_txt {
  flex: 1;
}
.omakase_intro_note {
  font-size: 15px;
  color: #212529;
  font-weight: 400;
  text-align: left;
  margin-top: 8px;
}
.omakase_intro_img {
  position: relative;
  flex-shrink: 0;
  width: 178px;
  height: 178px;
  margin-left: 30px;
}
.omakase_intro_img img {
  position: absolute;
  top: 0;
  left: 7px;
  width: 170px;
  height: 170px;
  object-fit: cover;
}


/* お任せ（カードレイアウト）
-------------------------------------------------------------------- */
.omakase_card_area {
  margin-top: 10px;
}

.omakase_frame {
  border: 20px solid #f5555e;
  border-bottom: none;
  overflow: hidden;
}

.omakase_frame_inner {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 82px 30px 42px;
}

.omakase_row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}

/* カード */
.omakase_card {
  position: relative;
  width: 387px;
  height: 283px;
  border-radius: 8px;
  border: 3px solid;
}
.omakase_card_bubun {
  background-color: #ffffff;
  border-color: #fed5d3;
}
.omakase_card_zentai {
  background-color: #fff9eb;
  border-color: #fedfa8;
}

/* バッジ（カード上部） */
.omakase_badge {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.02em;
  z-index: 1;
}
.omakase_badge_bubun {
  background-color: #fc5152;
}
.omakase_badge_zentai {
  background-color: #f5555e;
}
.omakase_badge_title {
  font-size: 24px;
}
.omakase_badge_sub {
  font-size: 16px;
}

/* 写真グリッド（部分清掃カード内） */
.omakase_photo_grid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -43%);
  width: 314px;
  display: grid;
  grid-template-columns: repeat(3, 100px);
  gap: 8px;
}
.omakase_photo_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.omakase_photo_img {
  width: 100px;
  height: 74px;
  overflow: hidden;
}
.omakase_photo_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.omakase_photo_item span {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  line-height: 1.32;
}

/* 全体清掃 イラスト */
.omakase_zentai_img {
  position: absolute;
  inset: 18% 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.omakase_zentai_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* OR バッジ */
.omakase_or {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-color: #f5555e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  z-index: 1;
}

/* 中央説明テキスト */
.omakase_desc_txt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #212529;
  line-height: 1.5;
}
.omakase_desc_hl {
  color: #f5555e;
  font-size: 39.6px;
  font-weight: 700;
}

/* 家電カード */
.omakase_appliance {
  width: 391px;
  border: 3px solid #caeaf5;
  border-radius: 8px;
  overflow: hidden;
}
.omakase_appliance_head {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  background-color: #caeaf5;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.omakase_appliance_title {
  font-size: 24px;
  color: #14416e;
}
.omakase_appliance_sub {
  font-size: 16px;
  color: #212529;
}
.omakase_appliance_body {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  background-color: #ffffff;
}
.omakase_appliance_txt {
  flex: 1;
  font-size: 16px;
  letter-spacing: -0.03em;
}
.omakase_appliance_txt p {
  color: #212529;
  font-weight: 400;
  line-height: 1.2;
}
.omakase_appliance_txt .omakase_resolve {
  color: #f5555e;
  font-weight: 700;
  margin-top: 10px;
}
.omakase_appliance_img {
  width: 100px;
  height: 74px;
  overflow: hidden;
  flex-shrink: 0;
}
.omakase_appliance_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* フッターバー */
.omakase_footer_bar {
  background-color: #f5555e;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  letter-spacing: -0.01em;
}
.omakase_footer_bar span {
  color: #feec32;
}

/* 矢印 */
.omakase_arrow_wrap {
  width: 0;
  height: 0;
  border-left: 189px solid transparent;
  border-right: 189px solid transparent;
  border-top: 49px solid #f5555e;
  margin: 0 auto;
}
.ct_end_arrow {
  width: 377px;
  height: 76px;
  background-color: #f5555e;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 40px auto;
}


/* 利用者レビュー
-------------------------------------------------------------------- */
.review {
  position: relative;
  width: 940px;
  margin: 0 auto;
  text-align: center;
}
.review_voice_box {
  position: relative;
  width: 940px;
  margin: 0 auto;
  text-align: center;
}
.review_voice_box ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 16px;
}
.review_voice_box ul li {
  flex: 1 0 calc(100% / 3 - 6px);
  height: 280px;
  list-style: none;
  text-align: left;
}
.review_voice_box ul li .profile {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  margin-top: 11px;
  margin-left: 80px;
}
.review_voice_box ul li .title {
  font-size: 17px;
  color: #f95862;
  font-weight: bold;
  margin-top: 8px;
  margin-left: 78px;
  line-height: 1.2;
}
.review_voice_box ul li .comment {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  margin-top: 24px;
  padding: 0 15px;
  line-height: 1.55;
  text-align: justify;
}
.review .jisseki {
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}


/* 取引実績
-------------------------------------------------------------------- */
.business_logo {
  position: relative;
}
.business_logo_inner {
  position: absolute;
  top: 23px;
  left: 20px;
  right: 20px;
  margin: 0 auto;
}
.business_logo_inner h2 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
.business_logo_inner h2 span {
  color: #ef0004;
}

.business_logo_inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* 間隔を調整する */
  list-style: none;
  padding: 0 210px 0 15px;
  margin-top: 30px;
}
.business_logo_inner ul li {
  flex: 1 0 calc(33.3% - 10px);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.business_logo_inner p {
  font-size: 15px;
  padding-left: 15px;
  margin-top: 12px;
}


/*業界トップクラス
-------------------------------------------------------------------- */
.top_class {
  position: relative;
  font-size: 24px;
  margin: 40px auto 20px;
}
/* 見出しh2 */
.top_class_h2 {
  margin: 0 auto;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  line-height: 86px;
}
.top_class_h2>span {
  color: #75c100;
  font-size: 100px;
  letter-spacing: -2px;
}
.top_class_h2>span>span {
  color: #c2a760;
}
.top_class_h2>span>span>span {
  font-size: 140px;
}
.top_class p {
  padding: 0 15px;
}


/* お申し込みの流れ
-------------------------------------------------------------------- */
.step {
  position: relative;
  margin: 40px 0;
}
.step h2 {
  position: absolute;
  top: 0;
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  padding-left: 5px;
  line-height: 1.15;
  z-index: 1;
  text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px, #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 1px 2px 0px, #ffffff -1px 2px 0px, #ffffff 1px -2px 0px, #ffffff -1px -2px 0px, #ffffff 2px 1px 0px, #ffffff -2px 1px 0px, #ffffff 2px -1px 0px, #ffffff -2px -1px 0px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px;
}
.step h2 span {
  color: #f4565f;
  font-size: 46px;
}

.step_inner {
  position: relative;
  margin: 20px auto 0;
}
.step_inner ul {
  position: absolute;
  top: 79px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.step_inner ul li:nth-of-type(1) {
  height: 200px;
}
.step_inner ul li h3 {
  margin: 7px 0 0 65px;
    color: #f27400;
    font-size: 20px;
    font-weight: 700;
    text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px, #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 1px 2px 0px, #ffffff -1px 2px 0px, #ffffff 1px -2px 0px, #ffffff -1px -2px 0px, #ffffff 2px 1px 0px, #ffffff -2px 1px 0px, #ffffff 2px -1px 0px, #ffffff -2px -1px 0px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px;
}
.step_inner ul li p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: justify;
  word-break: break-all;
  padding: 95px 20px 0 32px;
}
.step_inner ul li:nth-of-type(3) p {
  padding-right: 40px;
}

.step_credit_txt {
  position: absolute;
  top: 296px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.step_credit_txt span {
  position: relative;
  color: #ff0000;
  font-size: 24px;
  font-weight: 700;
}
.step_credit_txt span::before {
  display: inline-block;
  content: "・・・・";
  margin-right: 8px;
  color: #ff0000;
  font-size: 0.8em;
  vertical-align: 3px;
}
.step_credit_txt span::after {
  display: inline-block;
  content: "・・・・";
  margin-left: 8px;
  color: #ff0000;
  font-size: 0.8em;
  vertical-align: 3px;
}

.step_credit_box {
  position: absolute;
  top: 338px;
  width: 100%;
}
.step_credit_box h3 {
  color: #ff0000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px, #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 1px 2px 0px, #ffffff -1px 2px 0px, #ffffff 1px -2px 0px, #ffffff -1px -2px 0px, #ffffff 2px 1px 0px, #ffffff -2px 1px 0px, #ffffff 2px -1px 0px, #ffffff -2px -1px 0px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px, #ffffff 0px 0px 2px;
  padding: 15px 0;
}
.step_credit_box p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: justify;
  word-break: break-all;
  padding: 0 26px;
}
.step_credit_box p small {
  display: inline-block;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 20px;
}


/* 比較
-------------------------------------------------------------------- */
.hikaku {
  position: relative;
  margin: 40px auto 0;
}
.hikaku h2 {
  color: #f95862;
  font-size: 55px;
  font-weight: 700;
  text-align: center;
}

.hikaku-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.hikaku-table th,
.hikaku-table td {
  border: 2px solid #888888;
  padding: 8px 0;
  text-align: center;
  font-size: 20px;
  font-feature-settings: "palt";
}
.hikaku-table th {
  font-size: 22px;
  letter-spacing: -1px;
  background-color: #f2f2f2;
}
.hikaku-table th.b_none {
  background-color: transparent;
  border: none;
}
.hikaku-table td {
  background-color: #ffffff;
}
.hikaku-table th:nth-of-type(1) {
  width: 190px;
}
.hikaku-table td:nth-of-type(1) {
  width: 180px;
}
.hikaku-table .small {
  font-size: 0.6em;
}
.table-wrapper {
  position: relative;
}
.highlight-border {
  border: 6px solid #c4050a;
  border-radius: 5px;
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: 188px;
  width: 186px;
  pointer-events: none;
  z-index: 1;
}
.hikaku-table .highlight {
  color: #dd0000;
  font-weight: 700;
}
.hikaku-table .highlight img {
  width: auto;
  height: 34px;
  vertical-align: middle;
}


/* よくある質問
-------------------------------------------------------------------- */
.faq {
  position: relative;
  margin-top: 40px;
}
.panel {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-info {
  border-color: #bce8f1;
}
.panel-heading {
  background: url(../img/pc/q.png) no-repeat 5px center;
  color: #3a87ad;
  background-color: #d9edf7;
  padding: 15px 15px 15px 54px;
}
.panel-body {
  padding: 15px 15px 15px 54px;
  background: url(../img/pc/a.png) no-repeat 5px center;
}




/* ================================================================================

  [pc] 各ページ

================================================================================ */
.content {
  width: 960px;
  padding: 0 10px;
  margin: 40px auto;
  text-align: left;
  font-size: 14px;
}
.content .center {
  margin-top: 20px;
}
.content h2 {
  border-radius: 5px;
  color: #000;
  padding: 10px !important;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 !important;
  box-shadow: 1px 1px #999;
  border-left: solid 10px #47A447;
  background: #f2f2f2;
}
.content h3 {
  font-size: 18px;
}
.content dl {
  margin-top: 40px;
}
.content dt {
  font-weight: 700;
}
.content p {
  margin-top: 10px;
}
.content p.mgt20 {
  margin-top: 20px;
}
.content p.mgb20 {
  margin-bottom: 20px;
}

/* 会社概要
-------------------------------------------------------------------- */
#cop_info {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
  font-size: 0.9em;
}
#cop_info ul li {
  padding: 7px 0;
}