@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　koukabaitaihyou
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
body.sp {
  display: block;
}
.page-ttl::after{
	background-image:url(../image/bg_ttl_pc.jpg);

}
.page-ttl .summary-box h3 {
	margin-bottom: 20px;
	font-size: 3.8rem;
  font-weight: 500;
	line-height: 1.2;
}
.page-ttl .summary-box h3 > span {
	display: block;
	margin-bottom: 20px;
	font-size: 2.4rem;
	letter-spacing:4px;
	color: #F54617;
}
.page-ttl .summary-box h3 > span > span {
  font-size: 3.0rem;
}
.page-ttl .summary-box h4 {
  margin-bottom: 20px;
	font-size: 2.4rem;
  font-weight: 500;
	line-height: 1.5;
}
.page-ttl .summary-box h4 > span {
  font-size: 3.0rem;
}
.page-ttl .summary-box .txt{
	font-size: 1.6rem;
	line-height: 1.8;	
}
.marker {
  background: linear-gradient(rgba(255,255,255,0.0) 75%, #f3bb1e 60%);
}
.border {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.border::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 3px);
  width: 100%;
  height: 10px;
  background-color: #f4871b;
}

.btn-inq {
  display: block;
  margin-top: 20px;
  padding: 25px;
  font-size: 2.2rem;
  text-align: center;
  background-color: #f4871b;
}

.btn-inq span {
  color: #fff;
}

.answer {
  max-width: 1000px;
  width: 85%;
  margin: 0 auto 30px;
  padding: 35px 0;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  background: url("../image/c_start_ico.png") no-repeat top left,url("../image/c_end_ico.png") no-repeat bottom right;
}
.answer .f_s {
  display: inline-block;
  font-size: 70%;
  line-height: 1.5;
}

.orange01 {
  color: #e95613;
}

.c_tit2 {
  font-size: 1.8rem;
  font-weight: 500;
}

.c_note {
  margin-top: 15px;
}

.c_note li {
  font-size: 1.2rem;
}

.pagetop {
  height: 60px;
}
.pagetop a {
  height: calc(100% - 20px);
}
.pagetop a+span {
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .pagetop {
    height: 100px;
  }
  .footer-logo {
    margin-bottom: 95px;
  }
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* sec01
-----------------------------------------------------------------*/
.sec01{
	padding: 0 0 100px;
}
.sec01>.inner{
	
}
.sec01_title{
	margin: 0 auto;
  padding-top: 150px;
  text-align: center;
}
.sec01_title > span {
	display: block;
  font-weight: 700;
}
.sec01_title .main{
  margin-top: 10px;
	font-size: 4.0rem;
  color: #f4871b;
  line-height: 1.2;
}
.sec01_title .sub{
	font-size: 3.0rem;
}

.sec01_box {
  max-width: 1260px;
  margin: 100px auto 0;
  padding: 0 30px;
}
.sec01_box_inner {
  position: relative;
  padding: 40px 40px 60px;
  text-align: center;
  
  background-color: #f2f2f2;
}
.sec01_box_inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 50px solid;
  border-left: 50px solid;
  border-right: 50px solid rgba(255,255,255,0.0);
  border-bottom: 50px solid rgba(255,255,255,0.0);
}
.sec01_box_inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.sec01_box_inner {
  position: relative;
  padding: 40px 40px 60px;
  text-align: center;
}

.before .sec01_box_inner::before {
  border-top-color: #aaaaaa;
  border-left-color: #aaaaaa;
}
.before .sec01_box_inner::after {
  content: "Before";
  font-size: 3.2rem;
  line-height: 1;
}
.before .sec01_box_inner {
  background-color: #f2f2f2;
}
.after .sec01_box_inner::before {
  border-top-color: #e95613;
  border-left-color: #e95613;
}
.after .sec01_box_inner::after {
  content: "After";
  font-size: 5.6rem;
  line-height: 1;
  color: #e95613;
}
.after .sec01_box_inner {
  background-color: #fef9ec;
}

.sec01_box .top p {
  font-size: 1.6rem;
}
.sec01_box .top p > span {
  font-size: 2.4rem;
}
.sec01_box .top ul.data_box {
  display: flex;
  justify-content: space-between;
  max-width: 770px;
  margin: 40px auto;
}
.sec01_box .top ul.data_box li {
  width: 19%;
}


.sec01_box .btm {
  position: relative;
  margin-top: 100px;
}
.sec01_box .btm::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  margin: 0 auto;
  border-top: 30px solid #aaaaaa;
  border-left: 30px solid rgba(255,255,255,0.0);
  border-right: 30px solid rgba(255,255,255,0.0);
}
.sec01_box .btm ul {
  display: flex;
  justify-content: space-between;
  max-width: 770px;
  margin: 0 auto;
}
.sec01_box .btm ul li {
  width: 32%;
}
.sec01_box .btm ul li figure {
  
}
.sec01_box .btm ul li figure .img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 210px;
}
.sec01_box .btm ul li figure .img img {
  width: auto;
  max-width: 100%;
}
.sec01_box .btm ul li figure figcaption {
  margin-top: 10px;
  font-size: 3.0rem;
  line-height: 1.2;
}

.sec01_box .wrap p {
  font-size: 1.6rem;
}
.sec01_box .wrap p > span {
  font-size: 2.4rem;
}
.sec01_box .wrap h5 {
  margin-top: 20px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec01_box .wrap .img {
  margin: 40px auto;
}
.sec01_box .wrap ul {
  display: flex;
  justify-content: space-between;
  max-width: 770px;
  margin: 0 auto;
}
.sec01_box .wrap ul li {
  width: 32%;
}
.sec01_box .wrap ul li figure {
  
}
.sec01_box .wrap ul li figure .img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 210px;
}
.sec01_box .wrap ul li figure .img img {
  width: auto;
  max-width: 100%;
}
.sec01_box .wrap ul li figure figcaption {
  margin-top: 10px;
  font-size: 3.0rem;
  line-height: 1.2;
}

/* sec02
-----------------------------------------------------------------*/
.sec02 {
	padding: 100px 0 150px;
  background-color: #fff;
}
.sec02 > .inner{
	
}
.sec02_title {
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}
.sec02_title > span {
  font-size: 4.0rem;
}
.sec02 .case_list {
  max-width: 1260px;
  margin: 100px auto 0;
  padding: 0 30px;
}
.sec02 .case_list li {
  margin-top: 20px;
}
.sec02 .case_list li a {
  display: flex;
  padding: 20px 50px 20px 20px;
  background-color: #fef9ec;
  background-image: url("../image/c_arrow01.png");
  background-repeat: no-repeat;
  background-size: 10px 15px;
  background-position: calc(100% - 20px) center;
}
.sec02 .case_list li a .head {
  width: 100px;
  padding: 0 20px 0 0;
  font-size: 2.4rem;
  font-weight: 500;
  color: #e95613;
}
.sec02 .case_list li a .body {
  width: calc(100% - 100px);
  font-size: 2.4rem;
  font-weight: 500;
}
.sec02 .case_list li a .body > span {
  color: #e95613;
}

/* case
-----------------------------------------------------------------*/
.case_box {
	padding: 100px 0 150px;
}
.case_box:nth-of-type(even) {
	background-color: #fff;
}
.case_box > .inner{
	max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
.case_box h4 {
  font-weight: 500;
  text-align: center;
}
.case_box h4 > span {
  display: block;
}
.case_box h4 .head {
  font-size: 3.0rem;
  color: #e95513;
}
.case_box h4 .main {
  margin-top: 60px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.case_box h4 .main>span {
  
}

.case_box .top-box {
  margin: 100px auto;
}
.case_box .top-box .columns {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.case_box:nth-of-type(even) .top-box .columns {
  flex-direction: row-reverse;
}
.case_box .top-box .columns_baloon {
  position: relative;
  width: 55%;
  height: 100%;
  padding: 50px;
  text-align: center;
  background-color: #e8e8e8;
}
.case_box .top-box .columns_baloon::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  border-top: 0px solid rgba(255,255,255,0.0);
  border-right: 80px solid rgba(255,255,255,0.0);
  border-bottom: 20px solid #e8e8e8;
  border-left: 0px solid #e8e8e8;
}
.case_box:nth-of-type(even) .top-box .columns_baloon::after {
  right: 100%;
  left: auto;
  border-top: 0px solid rgba(255,255,255,0.0);
  border-right: 0px solid #e8e8e8;
  border-bottom: 20px solid #e8e8e8;
  border-left: 80px solid rgba(255,255,255,0.0);
}
.case_box .top-box .columns_baloon>div {
  
}
.case_box .top-box .columns_baloon>div .head {
  position: relative;
  padding-bottom: 15px;
  font-size: 2.2rem;
}
.case_box .top-box .columns_baloon>div .head::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 50px;
  height: 1px;
  margin: 0 auto;
  background-color: #333;
}
.case_box .top-box .columns_baloon>div ul {
  max-width: 100%;
  margin: 20px auto 0;
  padding-right: 1.5em;
  text-align: left;
}
.case_box .top-box .columns_baloon>div ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 2.4rem;
  line-height: 1.5;
}
.case_box .top-box .columns_baloon>div ul li+li {
  margin-top: 10px;
}
.case_box .top-box .columns_baloon>div ul li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  text-align: center;
  text-indent: 0;
  color: #e95513;
}
.case_box .top-box .columns_human {
  width: calc(45% - 100px);
  text-align: center;
}

.case_box .img-box {
  margin-top: 100px;
  padding: 50px;
  border-top: 14px solid #e95513;
  background-color: #fff;
}
.case_box:nth-of-type(even) .img-box {
  background-color: #f3f3f3;
}

/* case1 */
.c1 .img-box {
  
}
.c1 .img-box .box01 {
  position: relative;
  display: flex;
  gap: 150px;
}
.c1 .img-box .box01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid rgba(255,255,255,0.0);
  border-bottom: 30px solid rgba(255,255,255,0.0);
  border-left: 60px solid #cacaca;
  transform-origin: top left;
  transform: translate(-30px, -30px);
}

.c1 .img-box .box01 .b_l {
  width: 50%;
  padding: 20px;
  background-color: #f2f2f2;
}
.c1 .img-box .box01 .b_l p {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.c1 .img-box .box01 .b_l .icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.c1 .img-box .box01 .b_l .icons li {
  width: calc(33.3333% - 20px);
}
.c1 .img-box .box01 .b_r {
  width: 50%;
  padding: 20px;
  background-color: #fff4e5;
}
.c1 .img-box .box01 .b_r p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ea6327;
  text-align: center;
}
.c1 .img-box .box01 .b_r figure {
  margin-top: 20px;
}

.c1 .img-box .c_tit2 {
  margin-top: 50px;
}

.c1 .img-box .box02 {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 20px;
}

.c1 .img-box .box02 .b_r {
  display: flex;
  align-items: center;
}
.c1 .img-box .box02 .b_r ul {
  max-width: 100%;
  padding-right: 1.5em;
  text-align: left;
}
.c1 .img-box .box02 .b_r ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 2.0rem;
  line-height: 1.5;
}
.c1 .img-box .box02 .b_r ul li+li {
  margin-top: 10px;
}
.c1 .img-box .box02 .b_r ul li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  text-align: center;
  text-indent: 0;
  color: #e95513;
}
.c1 .img-box .box03 {
  margin-top: 80px;
}
.c1 .img-box .box03 p {
  padding: 40px;
  font-size: 4.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #e95613;
}

/* case2 */
.c2 .img-box .c_tit2 {
  margin-bottom: 20px;
  text-align: left;
}

/* case3 */
.c3 .img-box {
  text-align: center;
}
.c3 .img-box .c_tit2 {
  margin-bottom: 20px;
  text-align: left;
}
.c3 .img-box .box02,
.c3 .img-box .box03 {
  margin-top: 40px;
}

/* case4 */
.c4 .img-box {
  
}
.c4 .img-box .c_tit2 {
  margin-bottom: 20px;
  text-align: left;
}
.c4 .img-box .bal_image {
  
}
.c4 .img-box .bal_image figure {
  position: relative;
}
.c4 .img-box .bal_image figure .img {
  position: relative;
}
.c4 .img-box .bal_image figure .img img {
  display: block;
}
.c4 .img-box .bal_image figure .bal {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 50px;
  width: 420px;
  height: 210px;
  background-repeat: no-repeat;
  background-size: 100% 100%;;
}
.c4 .img-box .bal_image figure .bal ul {
  max-width: 100%;
  padding-top: 1.0em;
  padding-right: 1.5em;
  text-align: left;
}
.c4 .img-box .bal_image figure .bal ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.c4 .img-box .bal_image figure .bal ul li+li {
  margin-top: 10px;
}
.c4 .img-box .bal_image figure .bal ul li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  text-align: center;
  text-indent: 0;
  color: #e95513;
}
.c4 .img-box .box01 .img img {
  margin-right: auto;
}
.c4 .img-box .box01 .bal_image figure .bal {
  right: 0;
  padding-left: 3%;
  background-image: url("../image/c_left_baloon.svg");
}
.c4 .img-box .box02 {
  margin-top: 80px;
}
.c4 .img-box .box02 .img img {
  margin-left: auto;
}
.c4 .img-box .box02 .bal_image figure .bal {
  padding-right: 3%;
  background-image: url("../image/c_right_baloon.svg");
}

/* case5 */
.c5 .img-box {
  margin-bottom: 50px;
}
.c5 .img-box .c_tit2 {
  margin-bottom: 20px;
  text-align: left;
}
.c5 .img-box .box02 {
  margin-top: 80px;
}
.c5 .img-box .box02 p {
  padding: 40px;
  font-size: 4.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #e95613;
}
.c5 .img-box .box_kasika {
  margin-top: 80px;
  margin-bottom: -120px;
}
.c5 .img-box .box_kasika .inner {
  display: flex;
  gap: 30px;
  padding: 30px;
  border: 3px solid #e95513;
  background-color: #fff;
}
.c5 .img-box .box_kasika .inner .img {
  width: 30%;
}
.c5 .img-box .box_kasika .inner .txt {
  width: 70%;
}
.c5 .img-box .box_kasika .inner .txt p {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.c5 .img-box .box_kasika .inner .txt .cv-btn {
  margin-top: 35px;
}
.c5 .img-box .box_kasika .inner .txt .cv-btn a {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  padding: 10px 50px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  border-radius: 100px;
  background-color: #f18b00;
  background-image: url("../image/c_arrow02.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: calc(100% - 20px) 50%;
}

/* case6 */
.c6 .img-box .c_tit2 {
  margin-bottom: 20px;
  text-align: left;
}

/* case7 */
.c7 .img-box .c_tit2 {
  margin-bottom: 20px;
  text-align: left;
}
.c7 .img-box .box02 {
  margin-top: 40px;
}

/* case8 */
.c8 .img-box .box01 {
  position: relative;
  display: flex;
  gap: 150px;
}
.c8 .img-box .box01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid rgba(255,255,255,0.0);
  border-bottom: 30px solid rgba(255,255,255,0.0);
  border-left: 60px solid #cacaca;
  transform-origin: top left;
  transform: translate(-30px, -30px);
}

.c8 .img-box .box01 .b_l {
  width: 50%;
  padding: 20px;
  background-color: #f2f2f2;
}
.c8 .img-box .box01 .b_l p {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.c8 .img-box .box01 .b_l .icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.c8 .img-box .box01 .b_l .icons li {
  width: calc(33.3333% - 20px);
}
.c8 .img-box .box01 .b_r {
}
.c8 .img-box .box01 .b_r figure {
  display: flex;
  align-items: center;
  height: 100%;
}
.c8 .img-box .box02 {
  margin-top: 40px;
}
.c8 .img-box .box02 .inner {
  
}
.c8 .img-box .box02 .inner ul {
  display: flex;
  gap: 20px;
}
.c8 .img-box .box02 .inner ul li {
  width: 25%;
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  
  .page-ttl::after{
    background-image:url(../image/bg_ttl_pc.jpg);
  }
  .page-ttl .summary-box h3{
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .page-ttl .summary-box h3 span{
    margin-bottom: 10px;
    font-size: 1.2rem;
    letter-spacing:2px;
  }
  .page-ttl .summary-box h4{
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .page-ttl .summary-box h4 span{
    margin-bottom: 5px;
    font-size: 2.4rem;
  }
  .page-ttl .summary-box .txt{
    font-size: 1.2rem;
  }
  .btn-inq {
    font-size: 2.0rem;
  }
  
  .answer {
    width: 100%;
    padding: 30px 0;
    font-size: 2.0rem;
    background-size: 5%;
  }
  
  .c_tit2 {
    font-size: 1.5rem;
  }
  
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* sec01
-----------------------------------------------------------------*/
  .sec01{
    padding-bottom: 50px;
  }
  .sec01_title {
    padding-top: 100px;
  }
  .sec01_title .sub {
    font-size: 1.8rem;
  }
  .sec01_title .main {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .sec01_box {
    margin: 80px auto 0;
    padding: 0;
  }
  .sec01_box_inner {
    padding: 80px 20px 60px;
  }
  .sec01_box .top p {
    font-size: 1.4rem;
  }
  .sec01_box .top p > span {
    font-size: 2.0rem;
  }
  .sec01_box .top ul.data_box {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .sec01_box .top ul.data_box li {
    width: calc((100% - 20px)/3);
  }
  .sec01_box .btm ul {
    display: block;
  }
  .sec01_box .btm ul li {
    width: 100%;
  }
  .sec01_box .btm ul li+li {
    margin-top: 40px;
  }
  .sec01_box .btm ul li figure .img {
    min-height: auto;
    text-align: center
  }
  .sec01_box .btm ul li figure .img img {
    max-width: 150px;
  }
  .sec01_box .btm ul li figure figcaption {
    margin-top: 20px;
    font-size: 2.0rem;
  }
  
  .sec01_box .wrap h5 {
    font-size: 2.2rem;
  }
  .sec01_box .wrap ul {
    display: block;
  }
  .sec01_box .wrap ul li {
    width: 100%;
  }
  .sec01_box .wrap ul li+li {
    margin-top: 40px;
  }
  .sec01_box .wrap ul li figure .img {
    min-height: auto;
    text-align: center
  }
  .sec01_box .wrap ul li figure .img img {
    max-width: 150px;
  }
  .sec01_box .wrap ul li figure figcaption {
    margin-top: 20px;
    font-size: 2.0rem;
  }
  
  .sec02 {
    padding: 50px 0;
  }
  .sec02_title {
    font-size: 2.6rem;
  }
  .sec02_title span {
    font-size: 3.0rem;
  }
  .sec02 .case_list {
    margin: 50px auto 0;
    padding: 0;
  }
  .sec02 .case_list li a {
    flex-direction: column;
  }
  .sec02 .case_list li a .head {
    font-size: 1.6rem;
  }
  .sec02 .case_list li a .body {
    font-size: 1.8rem;
    width: 100%;
  }
  
  .case_box {
    padding: 50px 0;
  }
  .case_box > .inner {
    padding: 0 15px;
  }
  .case_box h4 .head {
    font-size: 2.0rem;
  }
  .case_box h4 .main {
    margin-top: 30px;
    font-size: 2.4rem;
  }
  .case_box .top-box {
    margin: 50px auto;
  }
  .case_box .top-box .columns {
    flex-direction: column;
    align-items: stretch;
  }
  .case_box .top-box .columns_baloon {
    width: 100%;
    height: auto;
    padding: 20px 20px 30px;
  }
  .case_box .top-box .columns_baloon>div .head {
    font-size: 1.8rem;
  }
  .case_box .top-box .columns_baloon>div ul li {
    font-size: 1.9rem;
  }
  .case_box .top-box .columns_human {
    width: calc(100% - 30px);
    max-width: 150px;
    margin: 20px auto 0;
  }
  .case_box .top-box .columns_baloon::after {
    transform-origin: left top;
    transform: rotate(-20deg);
    left: auto;
    top: 100%;
    border-top: 50px solid #e8e8e8;
    border-right: 0px solid rgba(255,255,255,0.0);
    border-bottom: 0px solid #e8e8e8;
    border-left: 20px solid rgba(255,255,255,0.0);
  }
  .case_box:nth-of-type(even) .top-box .columns {
    flex-direction: column;
  }
  .case_box:nth-of-type(even) .top-box .columns_baloon::after {
    transform-origin: right top;
    transform: rotate(20deg);
    right: 20px;
    left: auto;
    top: 100%;
    border-top: 50px solid #e8e8e8;
    border-right: 20px solid rgba(255,255,255,0.0);
    border-bottom: 0px solid rgba(255,255,255,0.0);
    border-left: 0px solid rgba(255,255,255,0.0);
  }
  
  .case_box .img-box {
    margin-top: 50px;
    padding: 20px;
  }
  
  /* case1 */
  .c1 .img-box .box01 {
    gap: 60px;
    flex-direction: column;
  }
  .c1 .img-box .box01::before {
    top: 51%;
    border-right: 15px solid rgba(255,255,255,0.0);
    border-left: 15px solid rgba(255,255,255,0.0);
    border-top: 20px solid #cacaca;
    transform-origin: top center;
    transform: translate(-15px, -20px);
  }
  .c1 .img-box .box01 .b_l {
    width: 100%;
  }
  .c1 .img-box .box01 .b_l p {
    font-size: 1.4rem;
  }
  .c1 .img-box .box01 .b_r {
    width: 100%;
  }
  .c1 .img-box .box01 .b_r p {
    font-size: 1.4rem;
  }
  .c1 .img-box .c_tit2 {
    margin-top: 25px;
  }
  .c1 .img-box .box02 {
    margin-top: 15px;
    flex-direction: column;
    gap: 20px;
  }
  .c1 .img-box .box02 .b_r ul li {
    font-size: 1.5rem;
  }
  .c1 .img-box .box03 {
    margin-top: 20px;
  }
  .c1 .img-box .box03 p {
    padding: 20px;
    font-size: 2.0rem;
  }
  
  /* case3 */
  .c3 .img-box .box02, .c3 .img-box .box03 {
    margin-top: 20px;
  }
  
  /* case4 */
  .c4 .img-box .bal_image figure .bal {
    position: relative;
    bottom: 50px;
    width: 255px;
    height: 128px;
  }
  .c4 .img-box .bal_image figure .bal ul li {
    font-size: 1.5rem;
  }
  .c4 .img-box .box01 .bal_image figure .bal {
    margin-left: auto;
  }
  .c4 .img-box .box02 {
    margin-top: -15px;
  }
  
  /* case5 */
  .c5 .img-box {
    margin-bottom: 100px;
  }
  .c5 .img-box .box02 {
    margin-top: 20px;
  }
  .c5 .img-box .box02 p {
    padding: 20px;
    font-size: 2.0rem;
  }
  .c5 .img-box .box_kasika {
    margin-top: 20px;
  }
  .c5 .img-box .box_kasika .inner {
    flex-direction: column;
    gap: 20px;
  }
  .c5 .img-box .box_kasika .inner .img {
    width: 100%;
  }
  .c5 .img-box .box_kasika .inner .txt {
    width: 100%;
  }
  .c5 .img-box .box_kasika .inner .txt p {
    font-size: 1.8rem;
  }
  .c5 .img-box .box_kasika .inner .txt .cv-btn {
    margin-top: 20px;
  }
  .c5 .img-box .box_kasika .inner .txt .cv-btn a {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
  
  /* case8 */
  .c8 {
    padding-bottom: 120px;
  }
  .c8 .img-box .box01 {
    gap: 60px;
    flex-direction: column;
  }
  .c8 .img-box .box01::before {
    top: 51%;
    border-right: 15px solid rgba(255,255,255,0.0);
    border-left: 15px solid rgba(255,255,255,0.0);
    border-top: 20px solid #cacaca;
    transform-origin: top center;
    transform: translate(-15px, -20px);
  }
  .c8 .img-box .box01 .b_l {
    width: 100%;
  }
  .c8 .img-box .box01 .b_l p {
    font-size: 1.4rem;
  }
  .c8 .img-box .box01 .b_r {
    width: 100%;
  }
  .c8 .img-box .box01 .b_r p {
    font-size: 1.4rem;
  }
  .c8 .img-box .box02 {
    margin-top: 20px;
  }
  .c8 .img-box .box02 .inner {
    padding: 0;
  }
  .c8 .img-box .box02 .inner ul {
    flex-wrap: wrap;
    gap: 15px;
  }
  .c8 .img-box .box02 .inner ul li {
    width: calc(50% - 7.5px);
  }
}

/* topへ戻るボタン
-----------------------------------------------------------------*/
body.web-baitaikoukahyou .pagetop {
	bottom: 85px;
}
@media print, screen and (min-width: 768px){
  body.web-baitaikoukahyou .pagetop {
    bottom: 93px;
  }
}

/* floating-banner
-----------------------------------------------------------------*/
.floating-banner {
  position: fixed;
  z-index: 999;
  bottom: 0;
  background-color: #f18b00;
  width: 100%;
}
.floating-banner a:hover {
	opacity: 0.6;
	transition: 0.6s;
}
.floating-banner .bnr-txt {
	font-size: 1.8rem;
}
.banner-close {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	padding: 4px 8px;
	border: none;
	background-color: #fff;
	cursor: pointer;
}
.banner-close + a {
	position: relative;
	z-index: 1;
}
.arrow-right {
	position: relative;
	padding-left: 20px;
}
.arrow-right::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
	right: -26px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.bnr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 92%;
  margin: 0 auto;
  padding: 7px 8%;
  background: #f18b00;
}
.bnr-inner > div h2 {
  margin: 0 0 5px;
	font-size: 3rem;
	color: #fff;
}
.bnr-inner > div p {
  display: inline-block;
  padding: 4px 20px 0 35px;
  background: url("../image/icon_contact.png") left center no-repeat;
  background-size: 20px auto;
}
.bnr-inner > div p::after {
  right: 0;
  border-color: #fff;
}
.bnr-inner > p {
  width: 42%;
}

@media print, screen and (min-width: 960px) {
.bnr-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  max-width: 1200px;
  padding: 17px 7%;
}
.bnr-inner > div {
  margin-right: 4%;
}
.bnr-inner > div h2 {
  margin: 0;
}
.bnr-inner > div p {
  position: absolute;
  top: calc(50% - 0.8em);
  right: 8.5%;
  padding: 4px 28px 0 48px;
  background-size: 26px auto;
}
.bnr-inner > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  padding-right: 180px;
}
}

@media print, screen and (max-width: 768px) {
.bnr-inner > div h2 {
 font-size: 2rem;
}
.floating-banner .bnr-txt {
  font-size: 1.2rem;
	line-height: 1.6;
}
}

/* index_link
-----------------------------------------------------------------*/
#Content {
  position: relative;
}
.index_link {
  position: fixed;
  z-index: 999;
  bottom: 210px;
  right: 20px;
  width: 80px;
  height: 80px;
  border: 1px solid #f18b00;
  border-radius: 100px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.index_link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
}
.index_link a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: -30px;
  bottom: 0;
	right: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f18b00;
  border-left: 2px solid #f18b00;
  transform: rotate(45deg);
}
.index_link a span {
  display: block;
  padding-top: 10px;
  font-size: 1.0rem;
}

.index_link.is-fix {
  opacity: 1;
  visibility: visible;
}

@media print, screen and (max-width: 768px) {
  #Page {
    margin-bottom: 40px;
  }
  .index_link {
    width: 46px;
    right: 12px;
    bottom: 164px;
  }
  
}




