@charset "UTF-8";

/* ================================================================================

  [sp] 共通

================================================================================ */

/* reset
-------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
}
ul, ol, li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}


/* Layout
-------------------------------------------------------------------- */
html {
  touch-action: manipulation;
}
body {
  font-size: 25px;
  overflow-x: hidden;
}
.wrapper {
  position: relative;
  width: 640px;
  margin: 0 auto;
}
.content {
  position: relative;
  padding: 0 20px 40px;
}
img {
  max-width: 100%;
  height: auto;
}


/* header
-------------------------------------------------------------------- */
header {
  position: relative;
  background: #fe1b74;
  padding: 35px 0;
  margin-bottom: 40px;
}
#site_enquete_thanx header {
  background: #191233;
}
header h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin: 0;
}


/* card
-------------------------------------------------------------------- */
.card {
  position: relative;
}
.card p {
  margin-bottom: 1em;
}


/* LINE友だち追加
-------------------------------------------------------------------- */
.line_box {
  position: relative;
  margin: 40px 0;
}


/* CV
-------------------------------------------------------------------- */
.cv_area {
  width: 600px;
  background-color: #fe1b74;
  padding: 0 0 24px;
  box-sizing: border-box;
  font-size: 25px;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto;
}
.query_tap_tel {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.tap_tel_number a {
  display: block;
  width: 560px;
  font-size: 60px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
  background-color: #fff;
  color: #fe1b74;
  padding: 15px 20px;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12); 
}
.tap_tel::before {
  content: "\f095";
  font-family: 'Font Awesome 6 Free';
  padding-right: 5px;
}

/* テキストが右から左に流れる実装 */
.bbs {
  position: relative;
  display: flex;
  align-items: center;
  overflow:hidden;
  white-space:nowrap;
  width: 560px;
  height: 60px;
  background: #444444;
  color: #ffffff;
  line-height: 66px;
  z-index: 1;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 15px auto 0;
}
.cta_a .bbs{
  top: 311px;
}
.cta_b .bbs{
  top: 398px;
}

.bbs ul {
  animation: flowing 10s linear infinite;
  font-size: 30px;
  font-weight: 600;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
.bbs ul li {
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}
.bbs .order_day {
  font-weight: 700;
  color: #fffb02;
}


/* 作業日報
-------------------------------------------------------------------- */
.blog_box {
  position: relative;
  margin: 0 auto;
}
.blog_box+.blog_box {
  margin-top: 80px;
}
.blog_box h2 {
  border-radius: 5px;
  color: #000;
  padding: 15px;
  font-size: 37px;
  font-weight: bold;
  line-height: 1.4;
  box-shadow: 1px 1px #ccc;
  border-left: solid 10px #fe1b74;
  background: #f2f2f2;
  text-align: left;
}
.blog_date {
  font-size: 22px;
  text-align: right;
  margin-top: 10px;
}
.blog_box h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px dotted #cccccc;
  padding-bottom: 8px;
  margin-top: 40px;
}
.blog_box p:not(:first-child) {
  margin-top: 40px;
}