@charset "UTF-8";

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

  [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 {
  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;
}

.left {
  float: left;
}
.right {
  float: right;
}


/* レイアウト
-------------------------------------------------------------------- */
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 h1 {
  padding-top: 8px;
}
.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 a {
  color: #fff;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  pointer-events: none;
}
.head_tel_link {
  position: absolute;
  top: 3px;
  right: 5px;
}
.head_tel_link a:hover {
  filter: brightness(1.05);
}


/* フッター
-------------------------------------------------------------------- */
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;
}
ul.footer_nav {
  margin: 0 0 10px 4px;
}
ul.footer_nav li {
  display: inline-block;
}
ul.footer_nav li:not(:first-of-type) {
  margin-left: 1em;
}
ul.footer_nav li a {
  position: relative;
  color: #555;
  text-decoration: none;
}
ul.footer_nav li a::before {
  display: inline-block;
  position: relative;
  font-family: 'Font Awesome 6 Free'; /* 追記したコード */
  font-size: 16px;
  font-weight: 900;
  margin-right: 4px;
}
ul.footer_nav li a span {
  display: inline-block;
}
/*
ul.footer_nav li:nth-of-type(1) a::before {
  content: '\f0e0';
}
*/
ul.footer_nav li:nth-of-type(1) a::before {
  content: '\f05a';
}
ul.footer_nav li:nth-of-type(2) a::before {
  content: '\f303';
}

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;
  margin: 0 auto;
}

.hl_b {
  color: #1878bf;
  font-weight: bold;
}
.hl_r {
  color: #dd0000;
  font-weight: bold;
}
.hl_o {
  color: #ec6941;
  font-weight: bold;
}
.hl_g {
  color: #6fc500;
  font-weight: bold;
}
.em_up {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff;
}


/* firstview
-------------------------------------------------------------------- */
.firstview {
  position: relative;
  background-color: #eef9fd;
  width: auto;
  text-align: center;
  margin: 0 -1000px;
}


/* CV
-------------------------------------------------------------------- */
.cv_area {
  position: relative;
  background: #e60012;
  width: 940px;
  height: 99px;
  display: flex;
  justify-content: space-between;
  padding: 2px;
  margin: 30px auto;
}
.cv_area_tel {
  position: relative;
}
.cv_area_tel_icon {
  position: absolute;
  top: 6px;
  left: 4px;
}
.cv_area_tel_txt {
  position: absolute;
  width: 414px;
  height: 83px;
  text-align: center;
  top: 6px;
  left: 165px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 7px 0 3px;
}
.cv_area_tel a {
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: 4px;
}
.cv_form {
  position: relative;
}
.tap_tel {
  pointer-events: none;
}


/* お悩み
-------------------------------------------------------------------- */
.assist_box {
  position: relative;
  width: 940px;
  background: #ecf9ff;
  padding-bottom: 10px;
  margin: 40px auto;
}
.assist_box::after {
  position: absolute;
  content: "";
  display: block;
  height: 151px;
  top: 0;
  left: 0;
  right: 0;
  background: #01afec;
  margin: 0 -1000px;
  z-index: -1;
}
.assist_box::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #ecf9ff;
  margin: 0 -1000px;
  z-index: -1;
}

.assist_box h2 {
  text-align: center;
}
.assist_box h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #01afec;
}
.assist_box h2::after {
  margin: 0 auto;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  border-top: 40px solid #01afec;
}

.omakase{
  font-size: 20px;
}
.omakase_txt {
  text-align: center;
  padding: 20px;
}

.omakase .assist_ct {
  background: #fff;
  box-shadow: 0 0 10px #d6d6d6;
  padding: 15px;
  width: 930px;
  min-height: 250px;
  border-radius: 5px;
  margin: 40px auto;
  text-align: left;
  position: relative;
}
.omakase .assist_ct>p {
  line-height: 40px;
  padding: 25px 0 0 15px;
}
.omakase .assist_ct_2 {
  position: relative;
  background: #eff8e4;
  box-shadow: 0 0 10px #d6d6d6;
  padding: 15px 5px;
  width: 930px;
  height: 235px;
  overflow-y: auto;
  margin: 15px auto 40px auto;
  text-align: left;
}
.omakase .assist_ct_2>p {
  line-height: 40px;
  padding: 5px 0 0 5px;
  float: right;
  width: 490px;
  margin: 0;
}
.omakase .assist_ct_2>img {
  width: 400px;
  float: left;
}
.omakase .omakase_img {
  position: absolute;
  right: 15px;
  bottom: 25px;
  width: 203px;
}
.omakase .omakase_img_2 {
  position: absolute;
  right: 15px;
  bottom: 25px;
  width: 255px;
}


/* 利用者レビュー
-------------------------------------------------------------------- */
.review {
  position: relative;
  width: 940px;
  margin: 0 auto;
  text-align: left;
  font-size: 22px;
  margin-bottom: 20px;
}
.review::after {
  position: absolute;
  content: "";
  display: block;
  height: 117px;
  top: 0;
  left: 0;
  right: 0;
  background: #01afec;
  margin: 0 -1000px;
  z-index: -1;
}

.review_inner {
  position: relative;
  background: #fff3ef;
  padding: 10px 20px;
}

.review h2 {
  text-align: center;
}
.review h2::after {
  margin: 0 auto;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  border-top: 40px solid #01afec;
}

.review_ct {
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px #d6d6d6;
  padding: 10px;
  width: 900px;
  min-height: 150px;
  overflow-y: auto;
  margin: 20px auto;
  text-align: justify;
  word-break: break-all;
}
.review_ct h3 {
  font-size: 32px;
  font-weight: 700;
  padding: 5px 0 0 15px;
  float: right;
  width: 770px;
}
.review_ct>p {
  line-height: 35px;
  padding: 5px 0 0 15px;
  float: right;
  width: 770px;
  margin: 0;
}
.review_ct>img {
  width: 110px;
  float: left;
}


/* ご利用の流れ
-------------------------------------------------------------------- */
.step {
  position: relative;
  background: #eff8e4;
  width: 940px;
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: left;
}
.step::after {
  position: absolute;
  content: "";
  display: block;
  height: 117px;
  top: 0;
  left: 0;
  right: 0;
  background: #01afec;
  margin: 0 -1000px;
  z-index: -1;
}
.step::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #eff8e4;
  margin: 0 -1000px;
  z-index: -1;
}

.step h2 {
  text-align: center;
}
.step h2::after {
  margin: 0 auto;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  border-top: 40px solid #01afec;
}

.step_ct {
  background: #fff;
  width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 10px 0;
  font-size: 17px;
  overflow-y: auto;
  margin-top: 20px;
}
.step_ct .step_1 {
  width: 228px;
  height: 235px;
  border: solid 4px #01afec;
  border-radius: 3px;
  float: left;
  margin: 10px 6px;
}
.step_ct .step_1>p {
  padding: 10px 2px 0 8px;
  line-height: 30px;
}


/* お問合せ
-------------------------------------------------------------------- */
.contact {
  position: relative;
}
.contact::after {
  position: absolute;
  content: "";
  display: block;
  height: 89px;
  top: 0;
  left: 0;
  right: 0;
  background: #01afec;
  margin: 0 -1000px;
  z-index: -1;
}

.contact h2 {
  text-align: center;
}
.contact h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #01afec;
}
.contact h2::after {
  margin: 0 auto;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  border-top: 40px solid #01afec;
}
.contact p {
  font-size: 20px;
  text-align: center;
}

.contact_inner {
  background-color: #f7f7f7;
  margin-top: 20px;
}






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

  [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;
}