@charset "UTF-8";
html, body {
  text-align: center;
  font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  color: #111111;
  line-height: 1.5em;
  background-color: #ffffff;
	margin: 0!important;
}

.contact header {
  background-color: #eee;
}

.contact header .logo {
  text-align: left;
}

.contact header img{
  max-width: 500px;
  width: 100%;
}

.contact .example_close {
  font-size: 1.5em;
  color: #000;
}

.contact .btn a {
  padding: 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5em;
  position: relative;
  display: block;
  box-sizing: border-box;
  background: #c8211f;
  text-align: center;
  border-radius: 60px;
  text-decoration: none;
}

.contact .inquiry_button {
  background-image: none;
  padding: 20px 0;
}

.contact .inquiry_button:hover {
  background-image: none;
}

.contact .section_area05 {
  padding: 20vh 0;
}

@media screen and (max-width:750px) {
  .contact .example_close {
    font-size: 1em;
    color: #000;
    text-align: left;
    margin: 0 5%;
  }
  
}



.fv_triangle { /*三角形左上*/
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0vw solid transparent;
  border-left: 30vw solid rgba(255, 105, 46, 0.8);
  border-bottom: 70vw solid transparent;
}
.fv_triangle2 { /*三角形左上*/
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0vw solid transparent;
  border-left: 20vw solid rgba(203, 29, 29, 0.8);
  border-bottom: 50vw solid transparent;
}
.fv {
  position: relative;
  max-height: 700px;
  width: 100%;
  background: url("../img/fv_img.jpg");
  background-size: cover;
  height: 700px;
  color: #ffffff;
  z-index: 1;
}
.fv:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3); /*半透明のフィルターをかける*/
}
.fv_copy {
  position: absolute;
  max-width: 1160px;
  margin: auto;
  padding: 6em 10px 0 10px;
  left: 0;
  right: 0;
  font-size: 1.8em;
  line-height: 1.5em;
  text-align: left;
}
.fv_copy p {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-size: 74px;
  background-color: rgba(203, 29, 29, 0.8);
  display: inline;
  padding: 0 1px 0px;
}
.fv_icon_box {
  position: relative;
  display: flex;
  max-width: 1160px;
  margin: -150px auto 0 auto;
  justify-content: center;
  gap: 1em;
  z-index: 5;
}
.fv_icon {}
.fv_icon img {
  width: 100%
}
.introduction {
  font-size: 2.2em;
  line-height: 1.5em;
  font-weight: bold;
  margin: 2em auto 1em auto;
	z-index: 100;
}
/* 申し込みエリア*/
.margin_b_6em {
  margin-bottom: 6em;
}
.inquiry_box {
  background: #FFCC38 url("../img/inquiry_back.jpg");
  background-size: cover;
  max-width: 1160px;
  margin: 120px auto 0em auto;
  padding: 80px 40px 40px 40px;
  border-radius: 46px;
  font-size: 25px;
  position: relative;
  font-weight: bold;
  line-height: 1.5em
}
.inquiry_box p {
  font-size: 30px;
}
.title_icon_img_2 {
  position: absolute;
  left: 40%;
  top: -110px;
}
.title_icon_img {
  position: absolute;
  left: 45%;
  top: -60px;
}
.dot {
  margin-bottom: 0.2em;
}
svg line, svg polyline {
  fill: none;
}
.line1 {
  stroke: #fff;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 1, 20;
  stroke-dashoffset: 3;
}
/* 申し込みボタン*/
.inquiry_button {
  margin: 25px auto 0 auto;
  border-radius: 60px;
  width: 722px;
  padding: 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.8em;
  position: relative;
  display: block;
  box-sizing: border-box;
  background: #c8211f url("../img/mail.icon.png") no-repeat 32px center / 52px auto;
  text-align: center;
}
.inquiry_button:hover {
  background: #FF6910 url("../img/mail.icon.png") no-repeat 32px center / 52px auto;
}
.inquiry_button p {
  font-size: 30px;
}
.inquiry_button span {
  color: #c8211f;
  background-color: #ffffff;
  font-weight: bold;
  padding: 0 4px;
  margin: 4px;
}
.inquiry_button:before {
  right: -650px;
  width: 8px;
  height: 8px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
/* 問題定義*/
.section_title {
  width: 100%;
  background-color: #1C2927;
  color: #fff;
  padding: 1.3em 0;
  font-size: 1.8em;
  line-height: 2em;
  background: url("../img/title_back.jpg");
}
.section_title3 {
  width: 100%;
  background-color: #1C2927;
  color: #ffc325;
  padding: 1.3em 0;
  font-size: 1.8em;
  line-height: 2em;
  background: url("../img/title_back3.jpg");
  font-weight: 600;
}
.section_title3 h2 {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.section_title2 {
  width: 100%;
  background-color: #1C2927;
  color: #c03a3c;
  padding: 1.3em 0;
  font-size: 1.8em;
  line-height: 2em;
  background: url("../img/title_back2.jpg");
  font-weight: 600;
}
.section_title2 h2 {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.section_title h2 {
  color: #ffcd25;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.section_area02 {
  background: linear-gradient(0deg, rgb(300, 300, 300), rgb(227, 227, 227));
  padding: 3em 0;
}
.example_box {
  display: flex;
  margin: auto;
  width: 100%;
  position: relative;
  max-width: 1260px;
  height: 100%;
  max-height: 550px;
}
.example_box02 {
  display: flex;
  margin: auto;
  width: 100%;
  max-width: 1260px;
  align-items: flex-start;
  font-size: 21px;
  line-height: 1.5em;
}
.example_item_08 {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  z-index: 2;
}
.example_item_08 p {
  padding: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  z-index: 2;
  color: #c03a3c;
}
.example_list {
  margin: auto;
  padding: 0.6em;
  text-align: left;
  line-height: 1.5em;
  width: 90%;
  border-bottom: 2px solid #e8bfbe;
}
.example_item_01 {
  position: absolute;
  color: #fff;
  border-radius: 60px;
  background-color: #243f4d;
  padding: 1em;
  font-size: clamp(18px, 1.5vw, 22px);
  width: 33%;
  max-width: 430px;
  line-height: 1.5em;
  top: 10%;
  left: 2em;
  z-index: 2;
}
.example_item_02 {
  position: absolute;
  color: #fff;
  border-radius: 60px;
  background-color: #243f4d;
  padding: 1em;
  font-size: clamp(18px, 1.5vw, 22px);
  width: 33%;
  max-width: 430px;
  line-height: 1.5em;
  top: 39%;
  z-index: 2;
}
.example_item_03 {
  position: absolute;
  color: #fff;
  border-radius: 60px;
  background-color: #243f4d;
  padding: 1em;
  font-size: clamp(18px, 1.5vw, 22px);
  width: 33%;
  max-width: 430px;
  line-height: 1.5em;
  left: 2em;
  bottom: 10%;
  z-index: 2;
}
.example_item_04 {
  position: absolute;
  color: #fff;
  border-radius: 60px;
  background-color: #243f4d;
  padding: 1em;
  font-size: clamp(18px, 1.5vw, 22px);
  width: 33%;
  max-width: 430px;
  right: 2em;
  top: 10%;
  line-height: 1.5em;
  z-index: 2;
}
.example_item_05 {
  position: absolute;
  color: #fff;
  border-radius: 60px;
  background-color: #243f4d;
  padding: 1em;
  font-size: clamp(18px, 1.5vw, 22px);
  width: 33%;
  max-width: 430px;
  right: 0;
  top: 39%;
  line-height: 1.5em;
  z-index: 2;
}
.example_item_06 {
  position: absolute;
  color: #fff;
  border-radius: 60px;
  background-color: #243f4d;
  padding: 1em;
  max-width: 430px;
  right: 2em;
  bottom: 10%;
  line-height: 1.5em;
  font-size: clamp(18px, 1.5vw, 22px);
  width: 33%;
  z-index: 2;
}
.example_item_07 {
  justify-content: center;
  position: relative;
  left: 43%;
  width: 30%;
}
.example_item_07 img {
  width: 100%
}
.example_close {
  margin: 2em auto;
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: bold;
  color: #c8211f;
}
.arrow2 {
  margin: auto;
  width: 130px; /* 適当な箱を作るための幅 */
  position: relative; /* 基準位置とする */
}
.arrow2::before, .arrow2::after {
  content: ""; /* 疑似要素に指定必須 */
  top: -3em;
  width: 100px; /* 線の長さを指定 */
  height: 15px; /* 線の幅を指定 */
  display: inline-block; /* インラインブロックにする */
  border-radius: 20px; /* 線を角丸にする */
  background: #c8211f; /* 線の色を指定 */
  position: absolute; /* 相対位置に指定 */
}
.arrow2::before {
  left: calc(-10% - 1px);
  top: calc(60% - 0); /* 数値は微調整してください */
  transform: rotate(-135deg); /* 45度回転させる */
}
.arrow2::after {
  bottom: calc(50% - 0);
  left: calc(40% - 5px); /* 数値は微調整してください */
  transform: rotate(135deg); /* -45度回転させる */
}
/* flowブロックここから */
.section_area03 {
  background-color: #fff6e1;
  text-align: center;
  padding: 6em 0 6em 0;
  min-height: 100%;
}
/*大枠のボックス*/
.flow_box {
  text-align: center;
  margin: auto;
  max-width: 1160px;
  width: 100%;
  display: inherit;
  position: relative;
  height: 450px;
}
/*背景とメインテキスト*/
.flow_main {
  position: absolute;
  background-color: #ffff;
  max-width: 820px;
  width: 100%;
  padding: 55px 0em 230px 2em;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.5em;
  border-radius: 20px;
  z-index: 0;
  display: inherit;
  margin: auto;
  box-sizing: border-box;
}
.flow_text {
  position: relative;
  width: inherit;
  right: inherit;
}
/*上部見出し箇所*/
.flow_number {
  position: absolute;
  z-index: 2;
  color: #c8211f;
  font-size: 2.5em;
  font-weight: bold;
  left: 2%;
  top: -10px;
}
.flow_title {
  position: absolute;
  z-index: 2;
  color: #c8211f;
  font-size: 2.3em;
  font-weight: bold;
  left: 11%;
  top: -10px;
}
/*ポイント*/
.point {
  position: absolute;
  margin-top: 10px;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: left;
  padding: 1em 2em;
  border: #c8211f solid 3px;
  border-radius: 20px;
  max-width: 660px;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  right: 0;
  top: 160px
}
.point span {
  color: #ffff;
  line-height: 2em;
  letter-spacing: 5px;
  font-size: 1.2em;
  font-weight: 600;
  background: #c8211f;
  padding: 0px 10px;
}
.point:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 10%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-bottom: 30px solid #c8211f;
}
/*画像*/
.flow_img {
  position: absolute;
  z-index: 2;
  top: 170px;
  left: 5%;
  width: 35%;
  max-width: 350px
}
.flow_img img {
  width: 100%
}
/*吹き出し*/
.balloon01 {
  position: absolute;
  right: -130px;
  top: -80px;
}
.balloon-left-btm {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 140px;
  height: 140px;
  line-height: 120px;
  text-align: center;
  color: #FFF;
  font-size: 1.5em;
  font-weight: bold;
  background: #c8211f;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 2;
}
.balloon-left-btm span {
  font-size: 2em;
}
.balloon-left-btm:before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: -10px;
  margin-top: -20px;
  border: 20px solid transparent;
  border-right: 20px solid #c8211f;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(80deg);
}
.flow_box2 {
  max-width: 1160px;
  margin: auto auto 250px auto;
  display: flex;
  gap: 2em;
}
.flow_item {
  background: #ffffff;
  width: 100%;
  border-radius: 20px;
  padding: 55px 2em 9em 2em;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.5em;
  box-sizing: border-box;
  position: relative;
}
/*上部見出し箇所*/
.flow_number_02 {
  position: absolute;
  z-index: 2;
  color: #c8211f;
  font-size: 1.5em;
  font-weight: bold;
  top: -20px;
  left: 0.8em
}
.flow_title_02 {
  position: absolute;
  z-index: 2;
  color: #c8211f;
  font-size: 1.5em;
  font-weight: bold;
  margin: auto;
  justify-content: center;
  left: 20%;
  top: -20px
}
.flow_img_02 {
  position: absolute;
  text-align: center;
  justify-content: center;
  margin: auto;
  left: 40%;
  top: 48%;
}
.flow_img_02 img {
  width: 100%;
}
/*吹き出し2*/
.balloon02 {
  position: absolute;
  right: 10px;
  top: -100px;
}
.balloon-left-btm02 {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 100px;
  height: 100px;
  line-height: 85px;
  text-align: center;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  background: #c8211f;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 2;
}
.balloon-left-btm02 span {
  font-size: 2em;
}
.balloon-left-btm02:before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: -10px;
  margin-top: -20px;
  border: 20px solid transparent;
  border-right: 20px solid #c8211f;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(80deg);
}
.flow_line {
  height: 160px;
  display: flex;
  max-width: 1160px;
  margin: auto;
  margin-bottom: 4em;
  position: relative
}
.box {
  position: absolute;
  width: 20px;
  height: 180px;
  left: 25%
}
.box2 {
  width: 20px;
  height: 240px;
  transform: rotate(-45deg);
  position: absolute;
  right: 35%;
  top: -2.1em;
}
/* ドット基本 */
.bg_dot {
  background-image:
    radial-gradient(#c8211f 30%, transparent 30%);
  background-size: 20px 20px;
}
.bg_dot2 {
  background-image:
    radial-gradient(#c8211f 30%, transparent 30%);
  background-size: 20px 20px;
  transform: rotate(-45deg);
}
/* サービスの特徴ブロックここから */
.section_area04 {
  background-color: #fee9e2;
  text-align: center;
  padding: 6em 0 4em 0;
}
.service_block {
  max-width: 1160px;
  margin: auto;
}
.service_container {
  position: relative;
  display: flex;
  width: 100%;
  z-index: 5;
  align-items: center;
  margin: 4em 0 4em 0
}
.service_container2 {
  position: relative;
  display: flex;
  width: 100%;
  z-index: 5;
  align-items: center;
  justify-content: flex-end;
  margin: 10em 0 10em 0
}
.service_no {
  position: absolute;
  font-weight: bold;
  font-size: clamp(24px, 3vw, 36px);
  color: #c8211f;
  z-index: 6;
  top: -20px;
  left: 1em;
  text-shadow: 1px 1px 15px rgb(255, 255, 241, 0.1), -1px 1px 5px #fffff1, 1px -1px 5px #fffff1, -1px -1px 5px #fffff1;
}
.service_title {
  text-align: left;
  position: absolute;
  font-weight: bold;
  font-size: clamp(30px, 3vw, 40px);
  color: #c8211f;
  z-index: 6;
  top: -30px;
  line-height: 1.2em;
  left: 18%;
  text-shadow: 1px 1px 15px rgb(255, 255, 241, 0.1), -1px 1px 5px #fffff1, 1px -1px 5px #fffff1, -1px -1px 5px #fffff1;
}
.service_no2 {
  position: absolute;
  font-weight: bold;
  font-size: clamp(24px, 3vw, 36px);
  color: #c8211f;
  z-index: 6;
  top: -20px;
  left: 33%;
  text-shadow: 1px 1px 15px rgb(255, 255, 241, 0.1), -1px 1px 5px #fffff1, 1px -1px 5px #fffff1, -1px -1px 5px #fffff1;
}
.service_title2 {
  position: absolute;
  font-weight: bold;
  font-size: clamp(30px, 3vw, 40px);
  color: #c8211f;
  z-index: 6;
  top: -30px;
  line-height: 1.2em;
  left: 47%;
  text-align: left;
  text-shadow: 1px 1px 15px rgb(255, 255, 241, 0.1), -1px 1px 5px #fffff1, 1px -1px 5px #fffff1, -1px -1px 5px #fffff1;
}
.service_text {
  padding: 3em 1.5em 1.5em 1.5em;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.5em;
  border-radius: 20px;
  background-color: #FFFFFF;
  width: 70%;
  z-index: 5;
  box-sizing: border-box;
  position: relative;
}
.service_text2 {
  padding: 3em 1.5em 1.5em 1.5em;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.5em;
  border-radius: 20px;
  background-color: #FFFFFF;
  width: 70%;
  z-index: 5;
  box-sizing: border-box;
  position: relative;
}
.service_img {
  position: absolute;
  max-width: 460px;
  width: 50%;
  right: 0
}
.service_img img {
  width: 100%;
}
.service_img2 {
  position: absolute;
  max-width: 460px;
  width: 50%;
  left: 0;
}
.service_img2 img {
  width: 100%;
}
.section_area05 {
  background-color: #ffffff;
  padding: 5em 0.5em 0 0.5em;
}
.qa_title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 2em;
}
.qa_title p {
  color: #c8211f;
  font-size: 1.8em;
}
/*アコーディオンcss*/
/*アコーディオン全体*/
p.indent-1 {
  padding-left: 2em;
  text-indent: -2em;
}
.accordion_box span {
  font-weight: bold;
  color: #c8211f;
  padding-right: 1em
}
.accordion_box {
  max-width: 1160px;
  margin: 1em auto;
  border-radius: 20px;
  background-color: #fff1ec;
  padding: 1em 0;
}
.menu {
  width: 100%;
  padding: 0px 0px 0px;
  box-sizing: border-box;
}
.menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.menu label {
  text-align: left;
  cursor: pointer;
  display: block;
  border-radius: 20px;
  text-decoration: none;
  color: #111111;
  line-height: 1;
  position: relative;
  margin: 0 0 0;
  padding: 0 2em 0 1em;
  background-color: #fff1ec;
  font-size: 1.4em;
  line-height: 1.2em;
}
/*開いたときに表示される部分*/
.menu ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
  border-radius: 20px;
}
.menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li, #menu_bar02:checked ~ #links02 li, #menu_bar03:checked ~ #links03 li, #menu_bar04:checked ~ #links04 li, #menu_bar05:checked ~ #links05 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #fff1ec;
  padding: 1em 2em 0em 1em;
  line-height: 1.2em;
  font-size: 1.4em;
}
/*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child, #menu_bar02:checked ~ #links02 li:last-child, #menu_bar03:checked ~ #links02 li:last-child, #menu_bar04:checked ~ #links02 li:last-child, #menu_bar05:checked ~ #links02 li:last-child {
  margin-bottom: 0em;
}
/*閉じた状態の矢印描画*/
.menu label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: #c8211f 2px solid;
  border-right: #c8211f 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: #c8211f 2px solid;
  border-right: #c8211f 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 3%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
/*アコーディオンcssここまで*/
/*会社概要ここから*/
.company_title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 2em;
}
.company_title p {
  font-size: 1.8em;
}
/* 会社概要table */
.company_table {
  max-width: 1160px;
  margin: auto;
  width: 100%;
}
#company_table {
  width: 100%;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.5em
	  
}
#company_table td {
  width: 100%;
}
#company_table th, #company_table td {
  padding: 1em 0;
  border: none;
  border-bottom: 2px solid #fee9e2;
	vertical-align: middle;
}
#company_table th {
  width: 30%;
  border-bottom: 2px solid #c8211f;
  z-index: 2;
  
	font-weight: 600;
}
/*フォーム用cssはこちらに*/
.section_area06 {
  background-color: #ffffff;
  padding: 0em 0.5em 8em 0.5em;
}
.form {
  max-width: 1160px;
  width: 100%;
  margin: auto;
}
/*フッター*/
.footer {
  width: 100%;
  padding: 1em;
  text-align: center;
  background-color: #c8211f;
  color: #ffffff;
  box-sizing: border-box
}
/*出し分け記述（PC用）*/
@media screen and (min-width:600px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
}



/*1000px以下でタブレットや小ウインドウ対応*/
@media screen and (max-width:1000px) {
  .example_close {
    font-size: 2em;
  }
}
/*950以下でレイアウト調整*/
@media screen and (max-width:950px) {
	
	
	
	
	.example_item_01 {
  position: absolute;
  color: #fff;
  border-radius: 60px;
  background-color: #243f4d;
  padding: 1em;
  font-size: clamp(17px, 1vw, 22px);
  width: 37%;
  max-width: 430px;
  line-height: 1.5em;
  top: 0%;
  left: 1em;
  z-index: 2;
}
.example_item_02 {
  position: absolute;
  color: #fff;
  border-radius: 60px;
  background-color: #243f4d;
  padding: 1em;
  font-size: clamp(17px, 1vw, 22px);
  width: 37%;
  max-width: 430px;
  line-height: 1.5em;
  top: 33%;
  z-index: 2;
}
.example_item_03 {
  position: absolute;
  color: #fff;
  border-radius: 60px;
  background-color: #243f4d;
  padding: 1em;
  font-size: clamp(17px, 1vw, 22px);
  width: 37%;
  max-width: 430px;
  line-height: 1.5em;
  left: 1em;
  bottom: 10%;
  z-index: 2;
}
.example_item_04 {
  position: absolute;
  color: #fff;
  border-radius: 60px;
  background-color: #243f4d;
  padding: 1em;
  font-size: clamp(17px,1vw,22px);
  width: 37%;
  max-width: 430px;
  right: 1em;
  top: 0%;
  line-height: 1.5em;
  z-index: 2;
}
.example_item_05 {
  position: absolute;
  color: #fff;
  border-radius: 60px;
  background-color: #243f4d;
  padding: 1em;
  font-size: clamp(17px, 22px);
  width: 37%;
  max-width: 430px;
  right: 0;
  top: 33%;
  line-height: 1.5em;
  z-index: 2;
}
.example_item_06 {
  position: absolute;
  color: #fff;
  border-radius: 60px;
  background-color: #243f4d;
  padding: 1em;
  max-width: 430px;
  right: 1em;
  bottom: 10%;
  line-height: 1.5em;
  font-size: clamp(17px,1vw,22px);
  width: 37%;
  z-index: 2;
}
	
	
	
	
	
	
	
	
	
	
	
  .section_area03 {
    background-color: #fff6e1;
    text-align: center;
    height: 100%;
    padding: 6em 1em 6em 1em;
  }
  .br-tab2 {
    display: none;
  }
  .flow_img_02 {
    position: absolute;
    text-align: center;
    justify-content: center;
    margin: auto;
    left: 40%;
    top: 60%;
  }
  /*吹き出し2*/
  .balloon02 {
    position: absolute;
    right: -10px;
    top: -110px;
  }
  .balloon-left-btm02 {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 0 5px;
    width: 80px;
    height: 80px;
    line-height: 68px;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    background: #c8211f;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 2;
  }
  .balloon-left-btm02 span {
    font-size: 2em;
  }
  .balloon-left-btm02:before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: -10px;
    margin-top: -20px;
    border: 17px solid transparent;
    border-right: 20px solid #c8211f;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(80deg);
  }
  .flow_main {
    position: relative;
    display: flex;
    background-color: #ffff;
    max-width: inherit;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 55px 1em 230px 1em;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5em;
    border-radius: 20px;
    z-index: 0;
  }
  .flow_text {
    position: relative;
    width: inherit;
    right: inherit;
  }
  .point {
    position: absolute;
    margin-top: 10px;
    display: inline-block;
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
    padding: 1em 2em;
    border: #c8211f solid 3px;
    border-radius: 20px;
    max-width: 660px;
    width: 48%;
    background-color: rgba(255, 255, 255, 0.8);
    right: 0;
    top: 160px
  }
  /*吹き出し*/
  .balloon01 {
    position: absolute;
    right: 0px;
    top: -105px;
  }
  .balloon-left-btm {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 0 5px;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    color: #FFF;
    font-size: 1.5em;
    font-weight: bold;
    background: #c8211f;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 2;
  }
  .balloon-left-btm span {
    font-size: 2em;
  }
  .balloon-left-btm:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: -10px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-right: 20px solid #c8211f;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(80deg);
  }
  /* サービスの特徴ブロックここから */
  .section_area04 {
    background-color: #fee9e2;
    text-align: center;
    padding: 6em 0 2em 0;
  }
  .service_block {
    max-width: 1160px;
    margin: auto;
  }
  .service_container {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 5;
    align-items: center;
    margin: 11em 0 4em 0;
    justify-content: flex-end;
  }
  .service_container2 {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 4;
    align-items: center;
    justify-content: flex-end;
    margin: 16em 0 16em 0;
    text-align: right;
  }
  .service_no {
    position: absolute;
    font-weight: bold;
    font-size: clamp(24px, 3vw, 36px);
    color: #c8211f;
    z-index: 6;
    top: 20px;
    left: 2em;
    text-shadow: 1px 1px 15px rgb(255, 255, 241, 0.1), -1px 1px 5px #fffff1, 1px -1px 5px #fffff1, -1px -1px 5px #fffff1;
  }
  .service_title {
    text-align: left;
    position: absolute;
    font-weight: bold;
    font-size: clamp(30px, 3vw, 40px);
    color: #c8211f;
    z-index: 7;
    top: 60px;
    line-height: 1.2em;
    left: 1.6em;
    text-shadow: 1px 1px 15px rgb(255, 255, 241, 0.1), -1px 1px 5px #fffff1, 1px -1px 5px #fffff1, -1px -1px 5px #fffff1;
  }
  .service_no2 {
    position: absolute;
    font-weight: bold;
    font-size: clamp(24px, 3vw, 36px);
    color: #c8211f;
    z-index: 6;
    top: 20px;
    right: 1.8em;
    text-shadow: 1px 1px 15px rgb(255, 255, 241, 0.1), -1px 1px 5px #fffff1, 1px -1px 5px #fffff1, -1px -1px 5px #fffff1;
  }
  .service_title2 {
    text-align: right;
    position: absolute;
    font-weight: bold;
    font-size: clamp(30px, 3vw, 40px);
    color: #c8211f;
    z-index: 7;
    top: 60px;
    line-height: 1.2em;
    left: inherit;
    right: 1.5em;
    text-shadow: 1px 1px 15px rgb(255, 255, 241, 0.1), -1px 1px 5px #fffff1, 1px -1px 5px #fffff1, -1px -1px 5px #fffff1;
  }
  .service_text {
    padding: 6em 1em 1em 1em;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.5em;
    border-radius: 20px 0 0 20px;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 5;
    box-sizing: border-box;
    position: relative;
    margin-left: 1em
  }
  .service_text2 {
    padding: 6em 1em 1em 1em;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.5em;
    border-radius: 0 20px 20px 0;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 5;
    box-sizing: border-box;
    position: relative;
    margin-right: 1em;
  }
  .service_img {
    position: absolute;
    max-width: 460px;
    width: 40%;
    right: 0;
    top: -12em;
    z-index: 6;
  }
  .service_img img {
    width: 100%;
  }
  .service_img2 {
    position: absolute;
    max-width: 460px;
    width: 40%;
    left: 0;
    top: -12em;
    z-index: 5;
  }
  .service_img2 img {
    width: 100%;
  }
  .br-tab3 {
    display: block;
  }
}
/*800px以下でタブレットや小ウインドウ対応*/
@media screen and (max-width:800px) {
  /* PC・SP切り替え*/
  .br-tab {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .fv {
    position: relative;
    max-height: 700px;
    width: 100%;
    background: url("../img/fv_img.jpg");
    background-size: cover;
    height: 80vw;
    color: #ffffff;
    z-index: 1;
  }
  .fv_copy {
    position: absolute;
    margin: auto;
    padding: 2em 10px 0 10px;
    left: 0;
    right: 0;
    font-size: 1.8em;
    line-height: 1.6em;
    text-align: left;
  }
  .fv_copy p {
    color: #ffffff;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    font-size: 9vw;
    background-color: rgba(203, 29, 29, 0.8);
    display: inline;
    padding: 0 1px 0px;
  }
  .introduction {
    font-size: 1.8em;
    line-height: 1.5em;
    font-weight: bold;
    margin: 1em;
	  z-index: 100;
  }
  .inquiry_box {
    background: #FFCC38 url("../img/inquiry_back.jpg");
    background-size: cover;
    width: 98%;
    margin: auto;
    border-radius: 20px;
    padding: 0px 0 1em 0;
    padding-top: 80px;
    font-size: 20px;
    position: relative;
    margin-top: 100px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 4em;
  }
  /* 申し込みボタン*/
  .inquiry_button {
    margin: 25px auto 0 auto;
    border-radius: 60px;
    width: 90%;
    padding: 0.5em 0px;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 1.5em;
    position: relative;
    display: block;
    box-sizing: border-box;
    background: #c8211f url("") no-repeat 52px center / 52px auto;
    text-align: center;
  }
  .inquiry_button:hover {
    background: #FF6910 url("") no-repeat 52px center / 52px auto;
  }
  .inquiry_button p {
    font-size: 1.2em;
  }
  .inquiry_button span {
    color: #c8211f;
    background-color: #ffffff;
    font-weight: bold;
    padding: 0 4px;
    margin: 4px;
  }
  .inquiry_button:before {
    right: -80%;
    width: 8px;
    height: 8px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
  }
  .arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  /* 問題定義*/
  .section_area02 {
    background-color: #e3e3e3;
    padding: 3em 0;
  }
  .example_box {
    display: flex;
    margin: auto;
    width: 100%;
    gap: 1em 0;
    align-items: center;
    justify-content: space-between;
    position: inherit;
    max-width: inherit;
    height: inherit;
    max-height: inherit
  }
  .example_item {
    position: relative;
    display: flex;
    flex-direction: column !important;
    width: 55%;
    gap: 0.5em 0;
  }
  .example_item_01 {
    position: relative;
    color: #fff;
    border-radius: 60px;
    background-color: #243f4d;
    padding: 0.5em;
    width: 100%;
    font-size: 3vw;
    max-width: inherit;
    top: inherit;
    left: inherit;
    margin-left: 1.5em;
    line-height: 1.5em;
  }
  .example_item_02 {
    position: relative;
    color: #fff;
    border-radius: 60px;
    background-color: #243f4d;
    padding: 0.5em;
    width: 100%;
    font-size: 3vw;
    margin-left: 1.5em;
    line-height: 1.5em;
  }
  .example_item_03 {
    position: relative;
    color: #fff;
    border-radius: 60px;
    background-color: #243f4d;
    padding: 0.5em;
    width: 100%;
    font-size: 3vw;
    max-width: inherit;
    top: inherit;
    left: inherit;
    margin-left: 1.5em;
    line-height: 1.5em;
  }
  .example_item_04 {
    position: relative;
    color: #fff;
    border-radius: 60px;
    background-color: #243f4d;
    padding: 0.5em;
    width: 100%;
    font-size: 3vw;
    max-width: inherit;
    top: inherit;
    right: inherit;
    margin-left: 1.5em;
    line-height: 1.5em;
  }
  .example_item_05 {
    position: relative;
    color: #fff;
    border-radius: 60px;
    background-color: #243f4d;
    padding: 0.5em;
    width: 100%;
    font-size: 3vw;
    max-width: inherit;
    top: inherit;
    right: inherit;
    margin-left: 1.5em;
    line-height: 1.5em;
  }
  .example_item_06 {
    position: relative;
    color: #fff;
    border-radius: 60px;
    background-color: #243f4d;
    padding: 0.5em;
    width: 100%;
    font-size: 3vw;
    max-width: inherit;
    top: inherit;
    right: inherit;
    margin-left: 1.5em;
    line-height: 1.5em;
  }
  .example_item_07 {
    position: relative;
    right: 0;
    width: 30%;
    left: inherit;
  }
  .example_item_07 img {
    width: 100%;
  }
  .flow_box2 {
    max-width: 1160px;
    margin: auto auto 250px auto;
    display: flex;
    flex-flow: column;
    gap: 2em;
    position: relative;
  }
  .flow_item {
    background: #ffffff;
    width: 80%;
    border-radius: 20px;
    padding: 55px 2em 9em 2em;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.5em;
    box-sizing: border-box;
    position: absolute;
    top: 3em;
  }
  .flow_side_l {
    left: 0;
    top: 100px;
  }
  .flow_side_r {
    right: 0;
    top: 530px;
  }
  .margin_top200 {
    margin-top: 1100px;
  }
  .flow_img_02 {
    position: absolute;
    text-align: center;
    justify-content: center;
    margin: auto;
    left: 40%;
    top: 48%;
  }
  .flow_img_02 img {
    width: 80%;
  }
  .flow_line {
    height: 0;
    display: flex;
    margin: auto;
    margin-bottom: 0;
    position: relative
  }
  .box {
    position: absolute;
    width: 20px;
    height: 60px;
    left: 25%;
  }
  .box2 {
    width: 20px;
    height: 500px;
    transform: none;
    position: absolute;
    right: 10%;
    top: 0px;
  }
  /* ドット基本 */
  .bg_dot {
    background-image:
      radial-gradient(#c8211f 30%, transparent 30%);
    background-size: 20px 20px;
  }
  .bg_dot2 {
    background-image:
      radial-gradient(#c8211f 30%, transparent 30%);
    background-size: 20px 20px;
    transform: none;
  }
  .service_container {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 5;
    align-items: center;
    margin: 7em 0 4em 0;
    justify-content: flex-end;
  }
  .service_container2 {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 4;
    align-items: center;
    justify-content: flex-end;
    margin: 14em 0 14em 0;
    text-align: right;
  }
  .service_img {
    position: absolute;
    max-width: 460px;
    width: 40%;
    right: 0;
    top: -9em;
    z-index: 6;
  }
  .service_img img {
    width: 100%;
  }
  .service_img2 {
    position: absolute;
    max-width: 460px;
    width: 40%;
    left: 0;
    top: -9em;
    z-index: 5;
  }
  .service_img2 img {
    width: 100%;
  }
  .service_text {
    padding: 6em 1em 1em 1em;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.5em;
    border-radius: 20px 0 0 20px;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 5;
    box-sizing: border-box;
    position: relative;
    margin-left: 1em
  }
  .service_text2 {
    padding: 6em 1em 1em 1em;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.5em;
    border-radius: 0 20px 20px 0;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 5;
    box-sizing: border-box;
    position: relative;
    margin-right: 1em;
  }
  .service_no {
    position: absolute;
    font-weight: bold;
    font-size: clamp(24px, 3vw, 36px);
    color: #c8211f;
    z-index: 6;
    top: 20px;
    left: 1.6em;
    text-shadow: 1px 1px 15px rgb(255, 255, 241, 0.1), -1px 1px 5px #fffff1, 1px -1px 5px #fffff1, -1px -1px 5px #fffff1;
  }
  .service_title {
    text-align: left;
    position: absolute;
    font-weight: bold;
    font-size: clamp(24px, 3vw, 36px);
    color: #c8211f;
    z-index: 7;
    top: 50px;
    line-height: 1.2em;
    left: 1.6em;
    text-shadow: 1px 1px 15px rgb(255, 255, 241, 0.1), -1px 1px 5px #fffff1, 1px -1px 5px #fffff1, -1px -1px 5px #fffff1;
  }
  .service_no2 {
    position: absolute;
    font-weight: bold;
    font-size: clamp(24px, 3vw, 36px);
    color: #c8211f;
    z-index: 6;
    top: 20px;
    right: 1.5em;
    text-shadow: 1px 1px 15px rgb(255, 255, 241, 0.1), -1px 1px 5px #fffff1, 1px -1px 5px #fffff1, -1px -1px 5px #fffff1;
  }
  .service_title2 {
    text-align: right;
    position: absolute;
    font-weight: bold;
    font-size: clamp(24px, 3vw, 36px);
    color: #c8211f;
    z-index: 7;
    top: 50px;
    line-height: 1.2em;
    left: inherit;
    right: 1.5em;
    text-shadow: 1px 1px 15px rgb(255, 255, 241, 0.1), -1px 1px 5px #fffff1, 1px -1px 5px #fffff1, -1px -1px 5px #fffff1;
  }
}
/*750px以下でSP対応*/
@media screen and (max-width:750px) {
  .service_container {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 5;
    align-items: center;
    margin: 8em 0 4em 0;
    justify-content: flex-end;
  }
  .service_container2 {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 4;
    align-items: center;
    justify-content: flex-end;
    margin: 12em 0 12em 0;
    text-align: right;
  }
  .service_img {
    position: absolute;
    max-width: 460px;
    width: 40%;
    right: 0;
    top: -9em;
    z-index: 6;
  }
  .service_img img {
    width: 100%;
  }
  .service_img2 {
    position: absolute;
    max-width: 460px;
    width: 40%;
    left: 0;
    top: -9em;
    z-index: 5;
  }
  .service_img2 img {
    width: 100%;
  }
}
/*650px以下でSP対応*/
@media screen and (max-width:650px) {
  .flow_line {
    height: 0;
    display: flex;
    margin: auto;
    margin-bottom: 0;
    margin-top: 3em;
    position: relative;
  }
  .service_container {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 5;
    align-items: center;
    margin: 9em 0 4em 0;
    justify-content: flex-end;
  }
  .service_container2 {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 4;
    align-items: center;
    justify-content: flex-end;
    margin: 15em 0 15em 0;
    text-align: right;
  }
  .service_img {
    position: absolute;
    max-width: 460px;
    width: 50%;
    right: 0;
    top: -11em;
    z-index: 6;
  }
  .service_img img {
    width: 100%;
  }
  .service_img2 {
    position: absolute;
    max-width: 460px;
    width: 50%;
    left: 0;
    top: -11em;
    z-index: 5;
  }
  .service_img2 img {
    width: 100%;
  }
}
/*599px以下でSP対応*/
@media screen and (max-width:599px) {
  /* PC・SP切り替え*/
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .fv_triangle { /*三角形左上*/
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0vw solid transparent;
    border-left: 30vw solid rgba(255, 105, 46, 0.8);
    border-bottom: 140vw solid transparent;
  }
  .fv_triangle2 { /*三角形左上*/
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0vw solid transparent;
    border-left: 20vw solid rgba(203, 29, 29, 0.8);
    border-bottom: 120vw solid transparent;
  }
  .fv {
    position: relative;
    height: 80vw;
    width: 100%;
    background: url("../img/fv_img.jpg");
    background-size: cover;
    color: #ffffff;
    z-index: 1;
  }
  .fv:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); /*半透明のフィルターをかける*/
  }
  .fv_copy {
    position: absolute;
    width: 98%;
    margin: auto;
    padding: 3em 0 0 0;
    left: 2%;
    right: 0;
    font-size: 4.5vw;
    line-height: 1.5em;
    text-align: left;
  }
  .fv_copy p {
    color: #ffffff;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-size: 1.3em;
    background-color: rgba(203, 29, 29, 0.8);
    display: inline;
    padding: 0 1px 0px;
  }
  .fv_icon_box {
    position: relative;
    display: flex;

    margin: -90px auto 0 auto;
    justify-content: center;
    gap: 0.5em;
    z-index: 5;
  }
  .fv_icon {
    width: 48%
  }
  .fv_icon img {
    width: 100%
  }
  .introduction {
    font-size: 5vw;
    line-height: 1.5em;
    font-weight: bold;
    margin: 2em auto 0em auto;
	  z-index: 100;
  }
  .title_icon_img {
    position: absolute;
    left: 38%;
    top: -60px;
  }
  .title_icon_img_2 {
    position: absolute;
    left: 20%;
    top: -110px;
  }
  .inquiry_box {
    margin-bottom: 2em;
    font-size: 1em;
  }
  .inquiry_box p {
    line-height: 1.5em;
    font-size: 1.4em
  }
  .inquiry_button p {
    font-size: 1.2em;
    line-height: 1.5em
  }
  .inquiry_button:hover {
    background: #c8211f url("") no-repeat 52px center / 52px auto;
  }
  .section_title {
    width: 100%;
    background-color: #1C2927;
    color: #fff;
    padding: 1.3em 0;
    font-size: 1em;
    line-height: 2em;
    background: url("../img/title_back.jpg");
  }
  .section_title2 {
    width: 100%;
    background-color: #1C2927;
    color: #c03a3c;
    padding: 1.3em 0;
    font-size: 1em;
    line-height: 2em;
    background: url("../img/title_back2.jpg");
    font-weight: 600;
  }
  .section_title3 {
    width: 100%;
    background-color: #1C2927;
    color: #ffc325;
    padding: 1.3em 0;
    font-size: 1em;
    line-height: 2em;
    background: url("../img/title_back3.jpg");
    font-weight: 600;
  }
  .example_box02 img {
    width: 50%;
  }
  .example_box02 {
    display: flex;
    flex-flow: column;
    margin: auto;
    width: 100%;
    max-width: 1260px;
    align-items: center;
    gap: 1em;
    font-size: 19px;
    line-height: 1.5em;
  }
  .example_item_08 {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 1em;
    z-index: 2;
  }
  .example_item_08 p {
    padding: 0.7em 0em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;
    z-index: 2;
    color: #c03a3c;
  }
  .example_list {
    padding: 0.7em 0em;
    text-align: left;
    line-height: 1.5em;
    border-bottom: 2px solid #e8bfbe;
  }
  .example_close {
    margin: 2em auto;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    color: #c8211f;
  }
  .arrow2 {
    margin: auto;
    width: 130px;
    position: relative;
  }
  .arrow2::before, .arrow2::after {
    content: "";
    top: -3em;
    width: 50px;
    height: 8px;
    display: inline-block;
    border-radius: 20px;
    background: #c8211f;
    position: absolute;
  }
  .arrow2::before {
    left: calc(20% - 0px);
    top: calc(60% - 0);
    transform: rotate(-135deg);
  }
  .arrow2::after {
    bottom: calc(50% - 0);
    left: calc(50% - 9px);
    transform: rotate(135deg);
  }
  /* flowブロックここから */
  .section_area03 {
    background-color: #fff6e1;
    text-align: center;
    height: auto;
    padding: 6em 0.5em 5em 0.5em;
  }
  /*大枠のボックス*/
  .flow_box {
    text-align: center;
    margin: auto;
    max-width: inherit;
    width: 100%;
    display: flex;
    position: relative;
    height: auto;
  }
  /*背景とメインテキスト*/
  .flow_main {
    position: relative;
    display: flex;
    background-color: #ffff;
    max-width: inherit;
    width: 100%;
    margin: 0 auto 11em auto;
    box-sizing: border-box;
    padding: 55px 1em 230px 1em;
    text-align: left;
    font-size: 1em;
    line-height: 1.5em;
    border-radius: 20px;
    z-index: 0;
  }
  .flow_text {
    position: absolute;
    width: 60%;
    right: 0.3em;
  }
  /*上部見出し箇所*/
  .flow_number {
    position: absolute;
    z-index: 2;
    color: #c8211f;
    font-size: 2em;
    font-weight: bold;
    left: 2%;
    top: -10px;
  }
  .flow_title {
    position: absolute;
    z-index: 2;
    color: #c8211f;
    font-size: 1.6em;
    font-weight: bold;
    left: 20%;
    top: -10px;
  }
  /*ポイント*/
  .point {
    position: absolute;
    margin-top: 10px;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: left;
    padding: 1em 0.5em;
    border: #c8211f solid 3px;
    border-radius: 20px;
    max-width: inherit;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 200px;
    box-sizing: border-box;
    font-size: 1em;
  }
  .point span {
    color: #ffff;
    line-height: 2em;
    letter-spacing: 5px;
    font-size: 1.2em;
    font-weight: 600;
    background: #c8211f;
    padding: 0px 10px;
  }
  .point:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 10%;
    margin-left: -15px;
    border: 20px solid transparent;
    border-bottom: 30px solid #c8211f;
  }
  /*画像*/
  .flow_img {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 0%;
    width: 35%;
    max-width: inherit;
  }
  .flow_img img {
    width: 100%
  }
  /*吹き出し*/
  .balloon01 {
    position: absolute;
    right: 0px;
    top: -105px;
  }
  .balloon-left-btm {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 0 5px;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    color: #FFF;
    font-size: 1.5em;
    font-weight: bold;
    background: #c8211f;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 2;
  }
  .balloon-left-btm span {
    font-size: 2em;
  }
  .balloon-left-btm:before {
    content: "";
    position: absolute;
    bottom: 25px;
    left: -10px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-right: 20px solid #c8211f;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(80deg);
  }
  .flow_item {
    background: #ffffff;
    width: 80%;
    border-radius: 20px;
    padding: 2em 1em 9em 1em;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.5em;
    box-sizing: border-box;
    position: absolute;
    top: 3em;
  }
  .flow_side_l {
    left: 0;
    top: 90px;
  }
  .flow_side_r {
    right: 0;
    top: 540px;
  }
  .flow_line {
    height: 0;
    display: flex;
    margin: 1em auto auto auto;
    margin-bottom: 0;
    position: relative
  }
  .flow_box2 {
    max-width: 1160px;
    margin: auto auto 300px auto;
    display: flex;
    gap: 2em;
  }
  /*上部見出し箇所*/
  .flow_number_02 {
    position: absolute;
    z-index: 2;
    color: #c8211f;
    font-size: 1.5em;
    font-weight: bold;
    top: -20px;
    left: 0.8em
  }
  .flow_title_02 {
    position: absolute;
    z-index: 2;
    color: #c8211f;
    font-size: 1.3em;
    font-weight: bold;
    margin: auto;
    justify-content: center;
    left: 25%;
    top: -20px;
  }
  .box {
    position: absolute;
    width: 20px;
    height: 60px;
    left: 25%;
  }
  .box2 {
    width: 20px;
    height: 500px;
    transform: none;
    position: absolute;
    right: 10%;
    top: 0px;
  }
  /* ドット基本 */
  .bg_dot {
    background-image:
      radial-gradient(#c8211f 30%, transparent 30%);
    background-size: 20px 20px;
  }
  .bg_dot2 {
    background-image:
      radial-gradient(#c8211f 30%, transparent 30%);
    background-size: 20px 20px;
    transform: none;
  }
  .flow_img_02 {
    position: absolute;
    text-align: center;
    justify-content: center;
    margin: auto;
    left: 30%;
    top: 55%;
  }
  .flow_img_02 img {
    width: 80%;
  }
  .service_container {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 5;
    align-items: center;
    margin: 4em 0 3em 0;
    justify-content: flex-end;
  }
  .service_container2 {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 4;
    align-items: center;
    justify-content: flex-end;
    margin: 10em 0 10em 0;
    text-align: right;
  }
  .service_img {
    position: absolute;
    max-width: 460px;
    width: 40%;
    right: 0;
    top: -6em;
    z-index: 6;
  }
  .service_img img {
    width: 100%;
  }
  .service_img2 {
    position: absolute;
    max-width: 460px;
    width: 40%;
    left: 0;
    top: -6em;
    z-index: 5;
  }
  .service_img2 img {
    width: 100%;
  }
  .section_area05 {
    background-color: #ffffff;
    padding: 3em 0.5em 0 0.5em;
  }
  .menu label {
    text-align: left;
    cursor: pointer;
    display: block;
    border-radius: 20px;
    text-decoration: none;
    color: #111111;
    line-height: 1;
    position: relative;
    margin: 0 0 0;
    padding: 0 2em 0 1em;
    background-color: #fff1ec;
    font-size: 1em;
    line-height: 1.2em;
  }
  .menu li {
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
  }
  #menu_bar01:checked ~ #links01 li, #menu_bar02:checked ~ #links02 li, #menu_bar03:checked ~ #links03 li, #menu_bar04:checked ~ #links04 li, #menu_bar05:checked ~ #links05 li {
    height: auto; /*開いたときに表示されるliの高さ*/
    opacity: 1;
    background: #fff1ec;
    padding: 1em 2em 0em 1em;
    line-height: 1.2em;
    font-size: 1em;
  }
  .qa_title {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 1em;
  }
  .qa_title p {
    color: #c8211f;
    font-size: 1.2em;
  }
  .company_title {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 1em;
  }
  .company_title p {
    font-size: 1.2em;
  }
  #company_table {
    width: 100%;
    text-align: left;
    font-size: 1em;
    line-height: 1.2em
  }
  #company_table th, #company_table td {
    width: 100%;
    padding: 1em 0 1em 0;
    border: none;
    border-bottom: 2px solid #fee9e2;
	  vertical-align: middle;
  }
  #company_table th {
    width: 100%;
    width: 30%;
    border-bottom: 2px solid #c8211f;
    z-index: 2;
    vertical-align: middle;
	  font-weight: 600;
  }
  #company_table td {
    padding-top: 0;
	  vertical-align: middle;
	  width: 100%;
	  padding: 1em 0 1em 0;
  }
}
/*400px以下でSP特徴部分対応*/
@media screen and (max-width:420px) {
  .service_img {
    position: absolute;
    max-width: 460px;
    width: 60%;
    right: 0;
    top: -6em;
    z-index: 6;
  }
  .service_img img {
    width: 100%;
  }
  .service_img2 {
    position: absolute;
    max-width: 460px;
    width: 60%;
    left: 0;
    top: -6em;
    z-index: 5;
  }
  .service_img2 img {
    width: 100%;
  }
}


/* お客様の改善事例集 */

.section_case{
  background-color: #fff5f8;
  padding: 0 0 50px;
}
.section_case h3,.section_case h4,.section_case p{
  font-weight: bold;
}

.section_title_case {
  width: 100%;
  background-color: #1C2927;
  color: #ffc325;
  padding: 1.3em 0;
  font-size: 1.8em;
  line-height: 2em;
  background: url("../img/title_back_case.jpg");
  font-weight: 600;
  margin: 150px 0 50px;
}
.section_title_case h2 {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.section_area_case__list{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.section_area_case__item{
  display: flex;
  border-radius: 30px;
  margin: 0 0 50px;
  overflow: hidden;
  counter-increment: case;
}
@media screen and (max-width: 728px){
  .section_area_case__item{
    display: flex;
    flex-direction: column;
  }
}
.section_area_case__item__img{
  width: 35%;
}
@media screen and (max-width: 728px){
  .section_area_case__item__img{
    width: 100%;
    height: 200px;
  }
}
.section_area_case__item__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_area_case__item__desc{
  width: 65%;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 728px){
  .section_area_case__item__desc{
    width: 100%;
  }
}
.section_area_case__item__ttl{
  color: #c8211f;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
@media screen and (max-width: 728px){
  .section_area_case__item__ttl{
    font-size: 2rem;
    justify-content: center;
  }
}
.section_area_case__item__ttl::before{
  content: '事例\A 0'counter(case);
  white-space: pre;
  color: #fff;
  background-color: #c8211f;
  border-radius: 50%;
  width: 85px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.1;
  letter-spacing: 0.01em;
  overflow: hidden;
  margin: 0 20px 10px 0;
  padding: 10px 0 0;
}
@media screen and (max-width: 728px){
  .section_area_case__item__ttl::before{
    font-size: 1.1rem;
    width: 65px;
    height: 55px;
    margin-right: 0;
  }
}
.section_area_case__item__subttl{
  text-align: left;
  margin: 35px 0 15px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 728px){
  .section_area_case__item__subttl{
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
p.section_area_case__item__txt{
  text-align: left;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 10px;
  padding: 0 0 5px; 
  font-size: 1.2rem;
  border-bottom: 1px solid #000;
  font-weight: normal;
}
@media screen and (max-width: 728px){
  p.section_area_case__item__txt{
    font-size: 1rem;
    line-height: 1.53;
  }
}
.section_area_case__item__txt::before{
  margin: 0 10px 0 0;
  font-weight: bold;
}

.section_area_case__item__txt.prb::before{
  content: '0'counter(prb);
}
.section_area_case__item__txt.prb{
  counter-increment: prb;
}

.section_area_case__item__subttl.slt{
  color: #c8211f;
}
.section_area_case__item__txt.slt{
  counter-increment: slt;
  border-color: #c8211f;
}
.section_area_case__item__txt.slt::before{
  content: '0'counter(slt);
  color: #c8211f;
}

.section_area_case__item__subttl.rsl{
  color: #ff971c;
}
.section_area_case__item__txt.rsl::before{
  content: '0'counter(rsl);
  color: #ff971c;
}
.section_area_case__item__txt.rsl{
  counter-increment: rsl;
  border-color: #ff971c;
}
