@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 {
  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;
}

.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;
  background: red;
  border: solid 2px #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 2px #dcdcdc;
  background: #f91d1d;
  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);
}


/* フッター
-------------------------------------------------------------------- */
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;
  padding: 0 10px;
  margin: 0 auto;
}

.hl_b {
  color: #1878bf;
  font-weight: bold;
}
.hl_r {
  color: #dd0000;
  font-weight: bold;
}
.em_up {
  font-size: 46px;
  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;
  width: auto;
  margin: 0 -530px;
}
.top_area {
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -470px;
  color: #1878bf;
  font-size: 40px;
  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;
}
.top_area > span {
  font-size: 0.7em;
  color: #222222;
}


/* lp_list
-------------------------------------------------------------------- */
.lp_list {
  position: relative;
  width: auto;
  margin: 60px -50px 0;
}
.lp_list h2 {
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 40px;
  color: #333;
  margin-bottom: 0.5em;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
}
.lp_list ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lp_list ul::after{
  content:"";
  display: block;
  width: 330px;
}
.lp_list ul li {
  width: 330px;
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 4px 7px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
}
.lp_list ul li a {
  opacity: 1;
}
.lp_list ul li a:hover {
  opacity: 0.8;
}

.lp_list_box01 {
  margin-top: 0px;
}
.lp_list_box02 {
  margin-top: 20px;
}
.lp_list_box02 a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  background-color: #34a6dc;
  color: #ffffff;
  text-align: center;
  padding: 14px 0;
  border-radius: 8px;
}
.lp_list_box02 a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  content: '\f105'; /* 追記したコード */
  font-family: 'Font Awesome 6 Free'; /* 追記したコード */
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 2px 2px rgba(0,0,0,0.1);
  z-index: 2;
  pointer-events: none;
}




/* ================================================================================

  [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;
}