@charset "utf-8";
/*
Theme Name: KIRIHARE EAP
Theme URI: 
Template: lightning
Description: 
Author: KIRIHARE
Tags: 
Version: 0.1.2
*/


/*===== reset css ===== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#fv .subSection-title:after, h3:after {
    border-bottom: none;
}
.center{
	text-align:center;
}


/* =====================
===== common ===== */

/* ===== responsive ===== */
@media (max-width: 450px){
.siteHeader_logo img {
    margin-top: 0;}}


.inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Sans", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  background-color: #fff;
  color: #707070;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
h2{
  font-size: 50px;
  padding: 70px 0;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
}

@media screen and (max-width: 1279px) {
  h2 {
    font-size: 30px;
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
    padding: 50px 0 30px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
}

@media (min-width: 768px) and (max-width: 1279px) {
  h3 {
    font-size: 25px;
  }
}

.timeline-Widget{
	margin:0 auto;
}

@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bg-color {
  background-color: #F6F6F6;
}
/* =====================
===== button ===== */
.buttons-wrapper {
  background-color: #fff;
  padding-bottom: 50px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.buttons-wrapper .buttons-title {
  font-size: 30px;
  padding: 84px 0 26px;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

@media (max-width: 767px) {
  .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.btn {
  position:relative;
  width: 450px;
  border-radius: 50px;
  padding: 12px;
  padding-right:30px;
  background-color: #fd990d;
  color:#fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-weight:bold;
  font-size:26px;
}
.entry-meta_items_term .btn {
  position:relative;
  width: 120px;
  border-radius: 50px;
  padding: 7px;
      margin-top: 7px;
  background-color: #fd990d;
  color:#fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-weight:bold;
  font-size:9px;
}
.btn i{
	position:absolute;
	transform: translate(0,-50%);
    top: 50%;
    right:20px;
	transition:all 0.3s;
}

.btn p{
	font-weight:bold;
}
.btn span{
	font-weight:bold;
}
.btn-sub{
	background-color:#4072B3;
}

@media screen and (max-width: 1279px) {
  .btn {
    width: 360px;
	font-size:25px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 310px;
    padding: 8px;
    margin: 0 auto;
	font-size:20px;
  }
}

.buttons .btn:last-child {
  margin-left: 28px;
}

@media (max-width: 767px) {
  .buttons .btn:last-child {
    margin: 20px auto 0;
  }
}
.btn:hover {
  background-color: #fd990d;
  color: #fff;
}
.btn:hover i{
	right:15px;
}

.btn-sub:hover {
  background-color:#4072B3;
  color: #fff;
}
.btn span,.btn-small-text {
  font-size: 16px;
}

@media screen and (max-width: 1279px) {
  .btn span,.btn-small-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
	.btn span,.btn-small-text {
    	font-size: 10px;
  	}
}


section {
  overflow: hidden;
}

@media (max-width: 767px) {
  .br-pc-tab {
    display: none;
  }
}

/* =======================
===== header ===== 

*/
.header-inner {
  width: 85vw;
  max-width: 1920px;
  margin: 0 auto;
}

.header-top {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-top .header-logo img {
  width: 140px;
  height: 60px;
}

.header-top .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .header-top .header-right {
    display: none;
  }
}

.header-top .header-right .header-right-tel-icon {
  width: 35px;
}

.header-top .header-right .header-right-tel {
  font-size: 32px;
  font-weight: bold;
  margin: 0 10px;
}

.header-top .header-right .header-right-tel span {
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .header-top .header-right .header-right-tel span {
    display: block;
  }
}

.sp-header-right {
  display: none;
}

@media (max-width: 767px) {
  .sp-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}

.sp-header-right .sp-tel-btn {
  width: 105px;
  height: 35px;
  border-radius: 65px;
  background: #96cc48;
  color: #fff;
  line-height: 38px;
  font-size: 14px;
  padding-left: 16px;
  position: absolute;
  left: 55%;
  margin-top: 3px;
}

.sp-header-right .sp-tel-btn img {
  width: 18px;
  vertical-align: -5px;
}

.header-nav {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .header-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav ul li {
  height: 20px;
  line-height: 20px;
  border-left: 1.4px solid #222;
}

.header-nav ul li:last-child {
  border-right: 1.4px solid #222;
}

.header-nav ul li a {
padding-right:7px;
padding-left:7px;
font-weight: bold;
font-size: 13px;
}

/* =======================
===== first view =====
*/
#fv {
  background: url(https://kirihare.jp/wp-content/uploads/top-view.jpg) center center/cover;
  max-width: 1920px;
  min-height: 700px;
  margin: 0 auto;
  position: relative;
	
}

@media (min-width: 768px) and (max-width: 1279px) {
  #fv {
    background-position: top right;
    max-width: 1280px;
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  #fv {
    background-position: top right;
    max-width: 767px;
    min-height: 500px;
	overflow: unset;
	margin-top: 85px;
  }
}

.fv-inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.fv-inner .fv-wrapper {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) and (max-width: 1279px) {
  .fv-inner .fv-wrapper {
    width: 80%;
    left: 45%;
  }
}

@media (max-width: 767px) {
  .fv-inner .fv-wrapper {
    width: 90%;
    left: 50%;
  }
}

.fv-inner .fv-wrapper .fv-copy {
  font-size: 60px;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .fv-inner .fv-wrapper .fv-copy {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .fv-inner .fv-wrapper .fv-copy {
    font-size: 30px;
	text-shadow: 1px 1px 2px #fff;
  }
}

.fv-inner .fv-wrapper .fv-copy p {
  padding: 30px 0;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .fv-inner .fv-wrapper .fv-copy p {
    padding: 25px 0;
  }
}

@media (max-width: 767px) {
  .fv-inner .fv-wrapper .fv-copy p {
    padding: 15px 0;
  }
}

.fv-inner .fv-wrapper .fv-list {
  padding-top: 30px;
}

.fv-inner .fv-wrapper .fv-list ul {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .fv-inner .fv-wrapper .fv-list ul {
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .fv-inner .fv-wrapper .fv-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fv-inner .fv-wrapper .fv-list ul li {
  font-size: 24px;
  letter-spacing: -2px;
  border: #707070 1px solid;
  border-radius: 14px;
  background-color: #fff;
  padding: 2px;
  width: 30%;
  max-width: 348px;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 12px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .fv-inner .fv-wrapper .fv-list ul li {
    font-size: 14px;
    letter-spacing: -1px;
    width: 175px;
  }
}

@media (max-width: 767px) {
  .fv-inner .fv-wrapper .fv-list ul li {
    font-size: 16px;
    letter-spacing: -1px;
    width: 170px;
    margin: 0 0 4px;
  }
}

/* =======================
===== about =====
*/
.intro {
  background-color: #F6F6F6;
  padding-bottom: 40px;
}

.intro .intro-title {
  margin: 0;
  padding: 55px 0 70px;
}

@media (max-width: 767px) {
  .intro .intro-title {
    padding: 50px 0 30px;
  }
}

.intro .intro-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
  background-color: #fff;
  width: 1065px;
  max-width: 90%;
  padding: 36px 0 45px;
}

@media (max-width: 767px) {
  .intro .intro-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
  }
}

.intro .intro-wrapper .intro-text {
  width: 65%;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .intro .intro-wrapper .intro-text {
    width: 90%;
    margin: 0 auto;
    padding: 0 10px;
  }
}

.intro .intro-wrapper .intro-text h3 {
  margin-bottom: 50px;
  text-align: left;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .intro .intro-wrapper .intro-text h3 {
    padding-left: 0;
  }
}

.intro .intro-wrapper .intro-text p {
  position: relative;
  text-align: left;
}

.intro .intro-wrapper .intro-text p::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  top: -30px;
  left: 0;
}

.intro .intro-wrapper .intro-img {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .intro .intro-wrapper .intro-img {
    width: 90%;
    margin: 0 auto;
  }
}

.triangle {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 12vw solid #F6F6F6;
  border-left: 48vw solid transparent;
  border-right: 48vw solid transparent;
}

.pb-circle-wrapper {
  max-width: 1000px;
  margin: 50px auto 45px;
  background-color: #E9EEDF;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767px) {
  .pb-circle-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pb-circle-wrapper .pb-circle {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1.5px solid #707070;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .pb-circle-wrapper .pb-circle {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
  }
}

.pb-circle-wrapper .pb-circle:not(:first-child) {
  margin-left: 5px;
}

.pb-circle-wrapper .pb-circle i {
  font-size: 40px;
  color: #444;
}

.pb-circle-wrapper .pb-circle .pb-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 20px;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .pb-circle-wrapper .pb-circle .pb-title {
    font-size: 20px;
    padding: 12px 0;
  }
}

.pb-circle-wrapper .pb-circle .pb-copy {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 28px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #e0de94));
  background: linear-gradient(transparent 60%, #e0de94 0%);
}

@media (max-width: 767px) {
  .pb-circle-wrapper .pb-circle .pb-copy {
    font-size: 13px;
    line-height: 24px;
  }
}

.pb-summary-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .pb-summary-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pb-summary-wrapper p {
  font-size: 30px;
  letter-spacing: -2px;
  width: 60%;
  margin: 45px auto 100px;
  z-index: 10;
}

@media (max-width: 767px) {
  .pb-summary-wrapper p {
    font-size: 20px;
    width: 90%;
    margin: 20px auto;
  }
}

.pb-summary-wrapper .pb-summary-img {
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 280px;
}

@media (max-width: 767px) {
  .pb-summary-wrapper .pb-summary-img {
    position: static;
    width: 200px;
    margin: 20px auto 0;
  }
}

.solution {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .solution {
    margin-bottom: 50px;
  }
}

.solution .solution-main-title {
  background: #F6F6F6;
  padding: 70px 0;
}

@media (max-width: 767px) {
  .solution .solution-main-title {
    padding: 50px 0;
  }
}

.solution .solution-title {
  font-size: 50px;
  margin: 40px 0 50px;
}

@media (max-width: 767px) {
  .solution .solution-title {
    font-size: 25px;
  }
}

.solution .solution-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .solution .solution-cards-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 767px) {
  .solution .solution-cards-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.solution .solution-cards-wrapper .solution-card {
  border: 2px solid #707070;
  border-radius: 8px;
  width: 30%;
  height: 450px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .solution .solution-cards-wrapper .solution-card {
    width: 40%;
    max-width: 392px;
    margin: 0 20px 20px;
  }
}

@media (max-width: 767px) {
  .solution .solution-cards-wrapper .solution-card {
    width: 80%;
    max-width: 320px;
    margin: 0 auto 30px;
  }
}

.solution .solution-cards-wrapper .solution-card h4 {
  font-size: 22px;
  letter-spacing: -1.1px;
  line-height: 40px;
  background-color: #F0F0F0;
  border-radius: 17px;
  padding: 0 5px;
  margin: 12px 12px 0;
}

@media (max-width: 767px) {
  .solution .solution-cards-wrapper .solution-card h4 {
    font-size: 20px;
  }
}

.solution .solution-cards-wrapper .solution-card .solution-card-img {
  width: 200px;
  height: 200px;
  margin: auto;
}

.solution .solution-cards-wrapper .solution-card .solution-card-img img {
  margin: 15px 0;
}

.solution .solution-cards-wrapper .solution-card p {
  background-color: #707070;
  color: #fff;
  padding: 20px 16px;
  height: 170px;
  text-align: left;
  margin: auto 0;
  line-height: 1.4;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .solution .solution-cards-wrapper .solution-card p {
    height: 120px;
  }
}

.service-inner {
  padding-bottom: 87px;
}

.service-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 70px;
}

@media (max-width: 767px) {
  .service-cards-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
}

.service-cards-wrapper .service-card {
  width: 47%;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 52px;
}

@media (max-width: 767px) {
  .service-cards-wrapper .service-card {
    width: 100%;
    padding: 25px 15px;
  }
}

.service-cards-wrapper .service-card img {
  margin: 15px 0 22px;
}

.service-cards-wrapper .service-card p {
  text-align: left;
}

.service-benefits-wrapper {
  background-color: #E9EEDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 100px;
}

@media (max-width: 767px) {
  .service-benefits-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 10px;
  }
}

.service-benefits-wrapper .service-benefit {
  width: 20%;
}

@media (max-width: 767px) {
  .service-benefits-wrapper .service-benefit {
    width: 300px;
    max-width: 85%;
    margin-bottom: 40px;
  }
}

.service-benefits-wrapper .service-benefit h3 {
  font-size: 22px;
  font-weight: bold;
  color: #618e34;
}

@media (max-width: 767px) {
  .service-benefits-wrapper .service-benefit h3 {
    font-size: 18px;
  }
}

.service-benefits-wrapper .service-benefit ul {
  position: relative;
}

@media (max-width: 767px) {
  .service-benefits-wrapper .service-benefit ul {
    position: static;
  }
}

.service-benefits-wrapper .service-benefit ul li {
  font-size: 18px;
  text-align: left;
  padding: 8px 0;
}

@media (max-width: 767px) {
  .service-benefits-wrapper .service-benefit ul li {
    font-size: 16px;
    padding: 4px 0;
    text-align: center;
  }
}

.service-benefits-wrapper .service-benefit ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\2713";
  position: absolute;
  left: -1.5em;
  color: #ff4800;
  border: none;
}

@media (max-width: 767px) {
  .service-benefits-wrapper .service-benefit ul li::before {
    position: static;
  }
}

.service-dashboard-wrapper {
  width: 80%;
  max-width: 1066px;
  background-color: #fff;
  margin: 0 auto 85px;
  padding: 20px 15px 100px;
}

@media (max-width: 767px) {
  .service-dashboard-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
}

.service-dashboard-wrapper .service-dashboard-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .service-dashboard-wrapper .service-dashboard-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}

.service-dashboard-wrapper .service-dashboard-row .service-dashboard-text {
  width: 48%;
  text-align: left;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .service-dashboard-wrapper .service-dashboard-row .service-dashboard-text {
    width: 100%;
  }
}

.service-dashboard-wrapper .service-dashboard-row .service-dashboard-text h3 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .service-dashboard-wrapper .service-dashboard-row .service-dashboard-text h3 {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .service-dashboard-wrapper .service-dashboard-row .service-dashboard-text p {
    margin-bottom: 20px;
  }
}

.service-dashboard-wrapper .service-dashboard-row .service-dashboard-img {
  width: 48%;
}

@media (max-width: 767px) {
  .service-dashboard-wrapper .service-dashboard-row .service-dashboard-img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.service-summary {
  background: url(https://kirihare.jp/wp-content/uploads/service-summary.jpg) no-repeat center center/cover;
  max-width: 1280px;
  margin: 0 auto;
}

.service-summary .bg-opacity {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.service-summary .bg-opacity .service-summary-text {
  font-size: 30px;
}

@media (max-width: 767px) {
  .service-summary .bg-opacity .service-summary-text {
    font-size: 20px;
  }
}

.service-summary .bg-opacity .service-summary-text ul {
  margin-bottom: 90px;
  line-height: 35px;
}

@media (max-width: 767px) {
  .service-summary .bg-opacity .service-summary-text ul {
    margin-bottom: 50px;
  }
}

.service-summary .bg-opacity .service-summary-text p {
  padding-bottom: 118px;
}

@media (max-width: 767px) {
  .service-summary .bg-opacity .service-summary-text p {
    padding-bottom: 70px;
  }
}

.bgc-employee {
  background-color: #80aee4;
}

.bgc-employer {
  background-color: #1e50a2;
}

.register-flow .register-flow-lead {
  margin-bottom: 98px;
}

@media (max-width: 767px) {
  .register-flow .register-flow-lead {
    margin: 50px 0;
  }
}

.register-flow .register-flow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .register-flow .register-flow-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}

.register-flow .register-flow-wrapper .register-flow-column {
  width: 40%;
  padding: 30px;
  margin: 5px 15px;
  border: 2px solid #CCC;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .register-flow .register-flow-wrapper .register-flow-column {
    width: 95%;
    max-width: 480px;
    margin: 0 auto 50px;
    padding: 5px;
  }
}

.register-flow .register-flow-wrapper .register-flow-column .register-flow-column-title h3 {
  color: #fff;
  text-align: left;
  padding-left: 1.5rem;
  font-size: 20px;
  font-weight: normal;
  line-height: 50px;
}

.register-flow .register-flow-wrapper .register-flow-column ul {
  padding: 30px 0 0 120px;
  margin-bottom: 1rem;
  position: relative;
  font-weight: bold;
}

.register-flow .register-flow-wrapper .register-flow-column ul::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}

.register-flow .register-flow-wrapper .register-flow-column ul li {
  position: relative;
}

.register-flow .register-flow-wrapper .register-flow-column ul li:not(:last-child) {
  margin-bottom: 8vh;
}

.register-flow .register-flow-wrapper .register-flow-column ul li dl {
  padding-left: 30px;
  position: relative;
  margin-bottom: 1rem;
}

.register-flow .register-flow-wrapper .register-flow-column ul li dl::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  width: 7px;
  height: 7px;
  margin-top: -1px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}

.register-flow .register-flow-wrapper .register-flow-column ul li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.register-flow .register-flow-wrapper .register-flow-column ul li dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #6b90db;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .register-flow .register-flow-wrapper .register-flow-column ul li dl dt {
    font-size: 18px;
  }
}

.register-flow .register-flow-wrapper .register-flow-column ul li dl dt .bgc-employee {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 10;
}

.register-flow .register-flow-wrapper .register-flow-column ul li dl dt .bgc-employee::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-color: transparent transparent transparent #80aee4;
}

.register-flow .register-flow-wrapper .register-flow-column ul li dl dt .bgc-employer {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 10;
}

.register-flow .register-flow-wrapper .register-flow-column ul li dl dt .bgc-employer::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-color: transparent transparent transparent #1e50a2;
}

.register-flow .register-flow-wrapper .register-flow-column ul li dl dd {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .5rem;
  margin-left: 0;
}

@media (max-width: 767px) {
  .register-flow .register-flow-wrapper .register-flow-column ul li dl dd {
    font-size: 14px;
  }
}

.register-flow .register-flow-wrapper .register-flow-column ul li dl dd .block {
  display: block;
}

.register-security {
  padding-bottom: 90px;
}

.register-security .register-security-wrapper {
  width: 80%;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .register-security .register-security-wrapper {
    width: 100%;
  }
}

.register-security .register-security-wrapper .register-security-number {
  width: 14%;
  font-size: 50px;
}

@media (max-width: 767px) {
  .register-security .register-security-wrapper .register-security-number {
    width: 20%;
    font-size: 30px;
  }
}

.register-security .register-security-wrapper .register-security-contents {
  width: 80%;
}

.register-security .register-security-wrapper .register-security-contents h3 {
  text-align: left;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .register-security .register-security-wrapper .register-security-contents h3 {
    margin-bottom: 30px;
  }
}

.register-security .register-security-wrapper .register-security-contents h3::after {
  position: absolute;
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #707070;
  bottom: -20px;
  left: 0;
}

@media (max-width: 767px) {
  .register-security .register-security-wrapper .register-security-contents h3::after {
    bottom: -10px;
  }
}

.register-security .register-security-wrapper .register-security-contents .register-security-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767px) {
  .register-security .register-security-wrapper .register-security-contents .register-security-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.register-security .register-security-wrapper .register-security-contents .register-security-detail .register-security-img {
  width: 20%;
}

@media (max-width: 767px) {
  .register-security .register-security-wrapper .register-security-contents .register-security-detail .register-security-img {
    width: 100px;
    margin: 0 10px 25px;
  }
}

.register-security .register-security-wrapper .register-security-contents .register-security-detail p {
  width: 75%;
  text-align: left;
}

@media (max-width: 767px) {
  .register-security .register-security-wrapper .register-security-contents .register-security-detail p {
    width: 90%;
  }
}

.register-security .register-security-wrapper .register-security-contents .register-security-detail p a:hover {
  font-weight: bold;
}

#programme h2 {
  color: #618e34;
  font-size: 32px;
  font-weight: bold;
  padding: 96px 0 48px;
}

#programme .programme-card-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 48px;
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#programme .programme-card-wrapper .programme-card {
  width: 33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  #programme .programme-card-wrapper .programme-card {
    width: 50%;
    max-width: 380px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #programme .programme-card-wrapper .programme-card {
    width: 100%;
    max-width: 380px;
    padding-bottom: 20px;
  }
}

#programme .programme-card-wrapper .programme-card .programme-card-img {
  width: 100%;
}

#programme .programme-card-wrapper .programme-card .programme-card-img img {
  border-radius: 7px 7px 0 0;
}

#programme .programme-card-wrapper .programme-card .programme-card-text {
  color: #618e34;
  background-color: #f2f6e8;
  padding: 20px;
  border-radius: 0 0 7px 7px;
}

#programme .programme-card-wrapper .programme-card .programme-card-text p {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.contact-inner {
 /* max-width: 1920px;*/
  background-color: #6e9846;
  color: #fff;
  text-align: center;
  border-top: #2a5103 8px solid;
  border-bottom: #2a5103 8px solid;
  padding: 20px 0;
  background: url(https://kirihare.jp/wp-content/uploads/contact.jpg);
  background-size: cover;
}


@media (max-width: 767px) {
  .contact-inner {
    padding: 0 10px;
  }
}

.contact-inner h2 {
  padding: 20px 0 20px;
  font-size: 24px;
  font-weight: bold;
　line-height: 1.8em;
}

.contact-inner p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
   margin-top: 10px;
}
.contact-tel p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
   margin-top: 10px;
}

.contact-inner .contact-tel span {
	background-color: #fff;
	color: #6e9846;
	font-weight: bold;
	padding:4px 4px 1px 4px;
	margin-right: 10px;
	font-size:20px;
}

.contact-inner .contact-btn {
  background-color: #fff;
  color: #2a5103;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 140px;
  border-radius: 20px;
  border: solid 3px #2a5103;
  margin-bottom: 30px;
}
footer .contact .contact-inner .contact-tel{
	font-size:28px;
	font-weight:bold;
}

@media (max-width: 767px) {
  .contact-inner .contact-btn {
    padding: 4px 20px;
  }
}

.contact-inner .contact-btn .fas {
	font-weight: 900;
	padding-left: 8px;
	letter-spacing: .05em;
}

footer {
  background: #618e34;
  padding-top: 26px;
  padding-bottom: 15px;
  color: #fff;
}

footer .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  margin-bottom: 50px;
}

footer .contact{
	margin-top:-20px;
}



@media (max-width: 767px) {
  footer .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer-list li {
  border-right: 1px solid #fff;
}

footer .footer-list li a {
  display: block;
  padding: 0 10px;
}

footer .footer-credit {
  font-size: 12px;
}

/*==
 * 
 * 
 * 
 * style-lp.css
 * 
 * 
 * ==*/

/*@charset "UTF-8";
body {
  color: #707070;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  font-size: 1.25rem;
}

a {
  color: #707070;
}
a:active, a:hover {
  color: rgba(112, 112, 112, 0.6);
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
*/
/* css-wipe */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/*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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*/
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

.ly_header {
  padding-top: 20px;
  border-bottom: 1px solid #ddd;
}

.ly_header_inner {
  min-width: 320px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* 上部固定用 */
.ly_header--sticky {
  position: sticky;
  top: 0;
  z-index: 20;
}

.ly_cont {
  max-width: 1280px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}

.ly_footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #222;
}

.ly_footer_inner {
  min-width: 320px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.ly_hoge {
  background-image: url(https://kirihare.jp/wp-content/uploads/top-image-1.png), -webkit-gradient(linear, left top, right top, from(#4b6cb7), to(#182848)) !important;
  background-image: url(https://kirihare.jp/wp-content/uploads/top-image-1.png), linear-gradient(to right, #4b6cb7, #182848) !important;
  background-position: center !important;
  background-size: cover !important;
}
.ly_hoge .ly_cont {
  padding-top: 121px;
  padding-bottom: 16px;
}
.ly_hoge .el_lv1Heading {
  margin-bottom: 40px;
}

.bl_hoge_hoge {
  font-size: 2rem;
  font-weight: bold;
  color: #707070;
  width: 600px;
}

.el_btn {
  display: inline-block;
  width: 449px;
  max-width: 100%;
	padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50px;
  font-size: 1.875rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.el_btn span {
  font-size: 1rem;
  display: block;
}

.el_beforeIcon:before {
  display: inline-block;
  margin-right: 0.3em;
  color: #e25c00;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.el_beforeIcon.el_beforeIcon__pdf:before {
  content: "?";
}

.el_beforeIcon.el_beforeIcon__excel:before {
  content: "?";
}

.el_beforeIcon.el_beforeIcon__powerPoint:before {
  content: "?";
}

.el_beforeIcon.el_beforeIcon__checkSquare:before {
  content: "?";
}

.el_beforeIcon.el_beforeIcon__chevLeft:before {
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-bottom: 0.125em solid #e25c00;
  border-left: 0.125em solid #e25c00;
  -webkit-transform: rotate(45deg) translateY(-30%);
          transform: rotate(45deg) translateY(-30%);
}

.el_afterIcon:after {
  display: inline-block;
  margin-left: 0.3em;
  color: #e25c00;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.el_afterIcon.el_afterIcon__chevRight:after {
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-top: 0.125em solid #e25c00;
  border-right: 0.125em solid #e25c00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.el_label {
  display: inline-block;
  padding: 0.2em 0.3em;
  background-color: #e25c00;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  border: 2px solid transparent;
}

.el_label.el_label__yellow {
  background-color: #f1de00;
  color: #000;
}

a.el_label {
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a.el_label:focus, a.el_label:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}

.el_roundedLabel {
  display: inline-block;
  padding: 0.3em 0.9em;
  background-color: #e25c00;
  border-radius: 1em;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
}

.el_lv2Heading {
  font-size: 3.125rem;
  text-align: center;
  line-height: normal;
}

.el_lv3Heading {
  padding-bottom: 6px;
  border-bottom: 2px solid #e25c00;
  font-size: 1.5rem;
  font-weight: bold;
}

.el_lv4Heading {
  padding-left: 6px;
  border-left: 2px solid #e25c00;
  font-size: 1.25rem;
  font-weight: bold;
}

.el_lv5Heading {
  color: #e25c00;
  font-size: 1.125rem;
  font-weight: bold;
}

.el_lv6Heading {
  font-size: 1.125rem;
}

.el_caution {
  color: #d40152;
}

.el_note {
  font-size: 0.75rem;
}

.bl_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_media_imgWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-right: 0;
}
.bl_media_imgWrapper > img {
  width: 100%;
}

.bl_media_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_media_body > * {
  margin-bottom: 32px;
}
.bl_media_body > *:last-child {
  margin-bottom: 0;
}

.bl_media_txt {
  max-width: 546px;
  padding: 21px 50px;
  font-size: 1.5rem;
  border: 1px solid #707070;
  border-radius: 29px;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}

.bl_media.bl_media__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bl_media__rev .bl_media_imgWrapper {
  margin-right: 0;
}

.bl_media__rev .bl_media_body {
  margin-right: 3.3333%;
  text-align: right;
}

.bl_halfMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_halfMedia_imgWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.3333%;
          flex: 0 1 48.3333%;
  margin-right: 3.3333%;
}
.bl_halfMedia_imgWrapper > img {
  width: 100%;
}

.bl_halfMedia_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_halfMedia_body > *:last-child {
  margin-bottom: 0;
}

.bl_halfMedia_ttl {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
}

.bl_card {
  background-color: #fff;
  border: solid 1px #707070;
}

.bl_card_ttl {
  position: relative;
  text-align: center;
  font-size: 1.875rem;
  font-weight: normal;
  margin-top: 39px!important;
  margin-bottom: 20px;
}

.bl_card_ttl:before {
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bl_card:nth-child(1) .bl_card_ttl:before {
  content: url(https://kirihare.jp/wp-content/uploads/solve-2.png);
}
.bl_card:nth-child(2) .bl_card_ttl:before {
  content: url(https://kirihare.jp/wp-content/uploads/solve-4.png);
}
.bl_card:nth-child(3) .bl_card_ttl:before {
  content: url(https://kirihare.jp/wp-content/uploads/solve-6.png);
}
.bl_card:nth-child(4) .bl_card_ttl:before {
  content: url(https://kirihare.jp/wp-content/uploads/solve-8.png);
}

.bl_card_imgWrapper {
  position: relative;
  padding-top: 174px;
  overflow: hidden;
  max-width: 174px;
  margin-left: auto;
  margin-right: auto;
}
.bl_card_imgWrapper > img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_card_body {
  padding: 13px;
}
.bl_card_body > *:last-child {
  margin-bottom: 0;
}

.bl_card_txt {
  line-height: normal;
  font-size: 1.25rem;
}

.bl_cardUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_cardUnit.bl_cardUnit__col3 {
  margin-bottom: -30px;
}

.bl_cardUnit__col3 > .bl_card {
  width: 31.707%;
  margin-right: 2.439%;
  margin-bottom: 30px;
}
.bl_cardUnit__col3 > .bl_card:nth-of-type(3n) {
  margin-right: 0;
}

.bl_cardUnit.bl_cardUnit__col4 {
  margin-bottom: -20px;
}

.bl_cardUnit__col4 > .bl_card {
  width: 23.78%;
  margin-right: 1.626%;
  margin-bottom: 20px;
}
.bl_cardUnit__col4 > .bl_card:nth-of-type(4n) {
  margin-right: 0;
}

.bl_horizTable {
  border: 1px solid #ddd;
}
.bl_horizTable table {
  width: 100%;
}
.bl_horizTable th {
  width: 20%;
  padding: 15px;
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}
.bl_horizTable td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.bl_horizTable tr:last-child th,
.bl_horizTable tr:last-child td {
  border-bottom-width: 0;
}
.bl_vertTable {
  border: 1px solid #ddd;
}
.bl_vertTable table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.bl_vertTable thead tr {
  background-color: #efefef;
}
.bl_vertTable th {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}
.bl_vertTable td {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.bl_vertTable th:last-child,
.bl_vertTable td:last-child {
  border-right-width: 0;
}
.bl_vertTable tbody tr:last-child td {
  border-bottom-width: 0;
}

.bl_crossTable {
  border: 1px solid #ddd;
}
.bl_crossTable table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.bl_crossTable th {
  padding: 15px;
  background-color: #efefef;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}
.bl_crossTable td {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.bl_crossTable th:last-child,
.bl_crossTable td:last-child {
  border-right-width: 0;
}
.bl_crossTable tbody tr:last-child th,
.bl_crossTable tbody tr:last-child td {
  border-bottom-width: 0;
}

.bl_crossTable_mdSticky {
  position: sticky;
  left: 0;
}

.bl_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.bl_pager_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
.bl_pager_inner > *:last-child {
  margin-right: 0;
}
.bl_pager_inner > li {
  margin-right: 15px;
}

.bl_pager_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid currentColor;
  color: #e25c00;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.bl_pager_link:focus, .bl_pager_link:hover {
  background-color: #e25c00;
  color: #fff;
  opacity: 0.75;
}
.bl_pager_link.is_active {
  background-color: #e25c00;
  color: #fff;
  pointer-events: none;
}

.bl_tabNav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -10px;
}

.bl_tabNav_link {
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 10px;
  border-bottom: 4px solid #efefef;
  color: #777;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.bl_tabNav_link:focus, .bl_tabNav_link:hover {
  border-bottom-color: currentColor;
  color: #e25c00;
  opacity: 0.75;
}
.bl_tabNav_link.is_active {
  border-bottom-color: currentColor;
  color: #e25c00;
  pointer-events: none;
}
.bl_cta {
  padding: 30px;
  background-color: rgba(221, 116, 44, 0.05);
  border: 1px solid #e25c00;
  text-align: center;
}
.bl_cta > *:last-child {
  margin-bottom: 0;
}

.bl_cta_ttl {
  padding-bottom: 10px;
  margin-top: -6px;
  margin-bottom: 40px;
  border-bottom: 1px solid currentColor;
  color: #e25c00;
  font-size: 1.5rem;
  font-weight: bold;
}

.bl_priceUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_priceUnit .bl_price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2.439%;
}
.bl_priceUnit .bl_price:last-child {
  margin-right: 0;
}

.bl_price {
  border: 1px solid #ddd;
}

.bl_price_header {
  padding: 10px;
  background-color: #e25c00;
  color: #fff;
  text-align: center;
}

.bl_price_ttl {
  font-size: 1.125rem;
}

.bl_price_price {
  font-size: 1.875rem;
}
.bl_price_price span {
  font-size: 1rem;
}

.bl_price_body {
  padding: 15px;
}
.bl_price_body > *:last-child {
  margin-bottom: 0;
}

.bl_price_lead {
  margin-bottom: 20px;
}

.bl_price_features {
  text-align: center;
}
.bl_price_features > *:last-child {
  margin-bottom: 0;
}
.bl_price_features dt {
  padding: 5px;
  margin-bottom: 10px;
  background-color: #efefef;
}
.bl_price_features dd {
  margin-bottom: 20px;
}

.bl_priceTable table {
  width: 100%;
  table-layout: fixed;
}

.bl_priceTable_header {
  padding: 10px;
  background-color: #e25c00;
  border-right: 1px solid currentColor;
  color: #fff;
  text-align: center;
}
.bl_priceTable_header:last-child {
  border-right-width: 0;
}

.bl_priceTable_headerTtl {
  font-size: 1.125rem;
}

.bl_priceTable_price {
  font-size: 1.875rem;
}
.bl_priceTable_price span {
  font-size: 1rem;
}

.bl_priceTable_bodyTtl {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}

.bl_priceTable td {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.bl_priceTable td:last-child {
  border-right: 1px solid #ddd;
}

.bl_priceTable tr:last-child > * {
  border-bottom: 1px solid #ddd;
}
.bl_faq > *:last-child {
  margin-bottom: 0;
}

.bl_faq_q,
.bl_faq_a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-height: 45px;
  padding-left: 60px;
}

.bl_faq_q {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
}

.bl_faq_q_txt {
  padding-top: 12px;
}

.bl_faq_a {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.bl_faq_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-weight: normal;
  line-height: 45px;
  text-align: center;
}

.bl_faq_q .bl_faq_icon {
  background-color: #e25c00;
  color: #fff;
}

.bl_faq_a .bl_faq_icon {
  background-color: #efefef;
  color: #e25c00;
}

.bl_faq_a_body {
  padding-top: 12px;
}
.bl_faq_a_body > *:last-child {
  margin-bottom: 0;
}

.bl_faq_a_txt {
  margin-bottom: 20px;
}

.bl_accordion_body + dt {
  margin-top: 20px;
}

.bl_accordion_btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 40px 10px 15px;
  background-color: #e25c00;
  border: 2px solid #e25c00;
  color: #fff;
  font-size: 1.125rem;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.bl_accordion_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_accordion_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 2px;
  height: 20px;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_accordion_btn:focus, .bl_accordion_btn:hover {
  background-color: #fff;
  color: #e25c00;
}
.bl_accordion_btn.is_active:after {
  content: none;
}

.bl_accordion_body {
  display: none;
  padding: 15px;
  border: 1px solid #ddd;
}
.bl_accordion_body > *:last-child {
  margin-bottom: 0;
}
.bl_accordion_body.is_active {
  display: block;
}

.bl_accordion_txt {
  margin-bottom: 20px;
}

.bl_jumbotron {
  height: calc( 69.444vw + -233.33px );
  background-position: center center;
  background-size: cover;
}

.bl_jumbotron_inner {
  position: relative;
  max-width: 1230px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bl_jumbotron_ttl {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: calc(3.704vw - 8.444px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_vertPosts_item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.bl_vertPosts_item:first-child {
  padding-top: 0;
}

.bl_vertPosts_header {
  margin-bottom: 10px;
}

.bl_vertPosts_date {
  font-size: 0.875rem;
}

.bl_vertPosts_ttl {
  text-decoration: none;
}
.bl_vertPosts_ttl:focus, .bl_vertPosts_ttl:hover {
  text-decoration: underline;
}

.bl_bulletList > *:last-child {
  margin-bottom: 0;
}
.bl_bulletList > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}
.bl_bulletList > li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  background-color: #e25c00;
  border-radius: 50%;
}
.bl_bulletList ul {
  padding-left: 1.5em;
  margin-top: 10px;
  list-style-type: circle;
}
.bl_bulletList ul > *:last-child {
  margin-bottom: 0;
}
.bl_bulletList ul > li {
  margin-bottom: 10px;
}

.bl_bulletList.bl_bulletList__horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -10px;
}
.bl_bulletList.bl_bulletList__horiz > li {
  -webkit-box-flex: calc(50% - 5px);
      -ms-flex: calc(50% - 5px);
          flex: calc(50% - 5px);
  margin-right: 10px;
}
.bl_bulletList.bl_bulletList__horiz > li:nth-of-type(even) {
  margin-right: 0;
}

.bl_orderList {
  counter-reset: bl_orderList;
}
.bl_orderList > *:last-child {
  margin-bottom: 0;
}
.bl_orderList > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}
.bl_orderList > li:before {
  content: counter(bl_orderList) ". ";
  position: absolute;
  top: 0;
  left: 0;
  color: #e25c00;
  font-weight: bold;
  counter-increment: bl_orderList;
}
.bl_orderList ol {
  margin-top: 10px;
  counter-reset: bl_childOrderList;
}
.bl_orderList ol > *:last-child {
  margin-bottom: 0;
}
.bl_orderList ol > li {
  position: relative;
  padding-left: 1em;
  margin-top: 10px;
}
.bl_orderList ol > li:before {
  content: counter(bl_childOrderList) ". ";
  position: absolute;
  top: 0;
  left: 0;
  color: #e25c00;
  counter-increment: bl_childOrderList;
}

.bl_horizBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_horizBtnList > *:last-child {
  margin-right: 0;
}
.bl_horizBtnList > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 449px;
  margin-right: 20px;
}
.bl_horizBtnList .el_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.bl_mv {
  background-image: url(https://kirihare.jp/wp-content/uploads/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 80%;
}

.bl_mv_inner {
  padding-left: 83px;
  padding-right: 20px;
}

.bl_mv_inner_body {
  padding-top: 129px;
  padding-bottom: 46px;
}

.bl_mv_inner_body_catch {
  display: inline-block;
  color: #fff;
  font-size: 3.5625rem;
  padding: 15px 22px;
  border-radius: 13px;
  background-color: #707070;
}

.bl_mv_inner_body_ttl {
  margin-top: 55px;
  font-size: 5rem;
  line-height: normal;
}

.bl_mv_inner_body_partsUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 105px;
}

.bl_mv_inner_checkUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_mv_inner_checkUnit_item {
  position: relative;padding: 30px 15px 22px;
  background-color: #fff;
  border-radius: 29px;
  line-height: normal;
  font-size: 1.5rem;
  border: 1px solid #707070;
  text-align: center;
  margin-right: 9px;
}
.bl_mv_inner_checkUnit_itemx::before {
  position: absolute;
  content: url(https://kirihare.jp/wp-content/uploads/mv-check.svg);
  top: -20px;
  left: 50%;
  display: block;
  width: 61px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}



.bl_mv_inner_checkUnit_item::before {
 content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 40px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background-image: url(https://kirihare.jp/wp-content/uploads/mv-check.svg);
  background-size: contain;
  vertical-align: middle;
background-repeat:no-repeat;
}










.bl_mv_inner_checkUnit_item:last-child {
  margin-right: 0;
}

.bl_mv_inner_body .bl_btnUnit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bl_btnUnit,.bl_btnUnit2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_btnUnit > * {
  margin-right: 31px;
}
.bl_btnUnit > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1800px) {
  .bl_btnUnit {
	flex-direction:column;
  }
}

/* @media screen and (max-width: 767px) {
  .btn {
    width: 310px;
    padding: 8px;
    margin: 0 auto;
	font-size:20px;
  }
} */
.bl_solve {
  padding-top: 88px;
  padding-bottom: 100px;
}
.bl_solve .el_lv2Heading {

}

.bl_four {
  position: relative;
  padding-top: 161px;
  padding-bottom: 105px;
  padding-left: 33px;
  padding-right: 33px;
}
.bl_four .el_lv2Heading {
  margin-bottom: 88px;
}

.bl_ctaSect {
  padding-top: 91px;
  padding-bottom: 69px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  text-align: center;
}

.bl_ctaSect_inner_ttl {
  margin-bottom: 67px;
  font-size: 1.875rem;
  line-height: normal;
}

.bl_price {
  padding-top: 76px;
  padding-bottom: 113px;
}
.bl_price .el_lv2Heading {

}

.bl_priceWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* gap: 21px; */
}

.bl_priceWrapper_item {
  min-width: 431px;
  padding: 31px;
  background-color: #fff;
  border-radius: 23px;
  border: solid 1px #707070;
  text-align: center;
}
.bl_priceWrapper_item:first-child {
  margin-right: 21px;
}

.bl_priceWrapper_item hr {
  color: #707070;
}

.bl_priceWrapper_item_ttl {
  font-size: 1.875rem;
}

.bl_priceWrapper_item:nth-child(1) h3 + p {
  margin-top: 76px;
  margin-bottom: 28px;
}
.bl_priceWrapper_item:nth-child(1) h3 + p + p {
  font-size: 1.5rem;
  margin-bottom: 39.5px;
}
.bl_priceWrapper_item:nth-child(1) hr {
  margin-bottom: 27.5px;
}
.bl_priceWrapper_item:nth-child(1) hr + p {
  display: inline-block;
  font-size: 1.25rem;
  text-align: left;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}

.bl_priceWrapper_item:nth-child(2) h3 {
  margin-bottom: 69px;
}
.bl_priceWrapper_item:nth-child(2) h3 + div {
  margin-bottom: 53px;
}
.bl_priceWrapper_item:nth-child(2) h3 + div + div {
  margin-bottom: 32.5px;
}
.bl_priceWrapper_item:nth-child(2) h3 + div,
.bl_priceWrapper_item:nth-child(2) h3 + div + div {
  font-size: 1.5rem;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_priceWrapper_item:nth-child(2) h3 + div > *:first-child,
.bl_priceWrapper_item:nth-child(2) h3 + div + div > *:first-child {
  margin-right: 32px;
}
.bl_priceWrapper_item:nth-child(2) hr {
  margin-bottom: 46.5px;
}
.bl_priceWrapper_item:nth-child(2) hr + p {
  display: inline-block;
  text-align: left;
  font-size: 1.25rem;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}

.bl_flow {
  padding-top: 87px;
  padding-bottom: 52px;
}
.bl_flow .el_lv2Heading {

}
.bl_flow h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 59px;
}
.bl_flow h3.bl_flow_ttlReverse {
  margin-left: 0;
  margin-right: 59px;
}

.bl_flow_ttlNumber {
  padding: 68px 9px 17px 60px;
  border: solid 1px #707070;
  border-radius: 29px;
  font-size: 3.125rem;
}

.bl_flow_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 698px;
          flex: 0 0 698px;
  margin-left: 28px;
  padding-bottom: 19.5px;
  border-bottom: solid 1px #707070;
  margin-bottom: 20px;
  font-size: 1.875rem;
}

.bl_flow_ttlReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_flow_ttlReverse .bl_flow_ttlNumber {
  margin-left: 28px;
}
.bl_flow_ttlReverse .bl_flow_ttl {
  margin-left: 0;
  text-align: right;
}

.bl_flow .bl_media {
  margin-top: 35px;
  margin-bottom: 125px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_flow .bl_media:last-child {
  margin-bottom: 0;
}
.bl_flow .bl_media_imgWrapper {
  -ms-flex-preferred-size: 426px;
      flex-basis: 426px;
}
.bl_flow .bl_media_txt {
  padding: 0;
  font-size: 1.25rem;
  border: none;
}
.bl_flow .bl_media__rev .bl_media_body {
  max-width: 562px;
  margin-right: 2.89%;
  text-align: left;
}

.bl_ui {
  padding-top: 105px;
  padding-bottom: 162px;
}
.bl_ui .el_lv2Heading {

}

.bl_ui_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_ui_unit_body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.7%;
          flex: 0 0 41.7%;
  padding: 33px 45px;
  background-color: #fff;
  border: 1px solid #707070;
  margin-right: 3.54%;
}

.bl_ui_unit_body_txt {
  font-size: 1.25rem;
  line-height: normal;
}

.bl_ui_unit_body_imgWrapper {
  margin-top: 10px;
  max-width: 243px;
  margin-left: auto;
  margin-right: auto;
}

.bl_ui_unit_imgWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.5%;
          flex: 0 0 44.5%;
}

.bl_security {
  padding-top: 84px;
  padding-bottom: 101px;
}
.bl_security .el_lv2Heading {

}
.bl_security h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 122px;
}

.bl_security_ttlNumber {
  font-size: 3.125rem;
}

.bl_security_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 698px;
          flex: 0 0 698px;
  margin-left: 37px;
  padding-bottom: 24.5px;
  border-bottom: solid 1px #707070;
  margin-bottom: 35.5px;
  font-size: 1.875rem;
}

.bl_security .bl_media {
  margin-top: 0;
  margin-bottom: 54px;
  margin-left: 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.bl_security .bl_media:last-child {
  margin-bottom: 0;
}
.bl_security .bl_media_imgWrapper {
  -ms-flex-preferred-size: 18.38%;
      flex-basis: 18.38%;
  margin-right: 3.54%;
}
.bl_security .bl_media_body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50.4%;
          flex: 0 0 50.4%;
}
.bl_security .bl_media_body > * {
  margin-bottom: 4px;
}
.bl_security .bl_media_txt {
  width: 100%;
  max-width: none;
  padding: 0;
  font-size: 1.25rem;
  border: none;
}
.bl_security .bl_media_body a {
  font-size: 1.25rem;
  line-height: normal;
}

.bl_mental {
  padding-top: 87px;
  padding-bottom: 149px;
}
.bl_mental .el_lv2Heading {

}

.bl_mental .bl_media {
  padding: 45px 20px 39px 20px;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1038px;
  margin-left: auto;
  margin-right: auto;
}
.bl_mental .bl_media:last-child {
  margin-bottom: 0;
}
.bl_mental .bl_media_imgWrapper {
  -ms-flex-preferred-size: 27.4%;
      flex-basis: 27.4%;
  margin-right: 10.2%;
}
.bl_mental .bl_media_body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 567px;
          flex: 0 0 567px;
}
.bl_mental .bl_media_txt {
  max-width: none;
  padding: 0;
  font-size: 1.875rem;
  border: none;
}

.bl_mental_arrowBtm {
  margin-top: 22px;
	text-align: center;
}
.bl_mental_arrowBtm > img {
  margin-left: auto;
  margin-right: auto;
}

.bl_mental_arrowBtm + p {
  text-align: center;
  line-height: normal;
  font-size: 1.875rem;
  margin-top: 50px;
  margin-bottom: 50px;
}

.bl_mental_msg + p {
  text-align: center;
  line-height: normal;
  font-size: 1.875rem;
  margin-top: 59px;
  margin-bottom: 78px;
}

.bl_mental_msg {
  max-width: 1038px;
  margin-left: auto;
  margin-right: auto;
  padding: 78px 49px 78px 49px;
  height: 692px;
  background-image: url(https://kirihare.jp/wp-content/uploads/mental-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 80%;
}
.bl_mental_msg p {
  display: block;
  max-width: 503px;
  font-size: 1.5rem;
  line-height: normal;
}

.bl_mental_youtubeWrapper {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.bl_mental_youtube {
  margin-top: 78px;
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
}
.bl_mental_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_mental_youtubeWrapper + a {
  display: block;
  margin-top: 53px;
  text-align: center;
  font-size: 1.5rem;
}

.hp_bgcGray {
  background-color: #ededed !important;
}

.hp_bold {
  font-weight: bold;
}

.hp_fsz40 {
  font-size: 2.5rem !important;
}

.hp_fsz50 {
  font-size: 3.125rem !important;
}

/* スクリーンリーダー用として非表示(18F Accessibility Guide準拠) */
.sr_only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.un_styleGuideTtl {
  background-color: #383838;
  color: white;
  font-size: 1.5rem;
  line-height: 2.8;
  margin-top: 3em;
  margin-bottom: 1em;
  padding: 0.5em;
}

.un_styleGuideTtl02 {
  background-color: #eeeeee;
  color: #707070;
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 1em 0;
  padding: 0.5em;
}

.un_styleGuideP {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: gray;
}

.un_styleGuideHeadTtl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.8;
  margin-top: 1em;
  margin-bottom: 2em;
}

.un_custom-shape-divider-top-1632896481 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.un_custom-shape-divider-top-1632896481 .shape-fill {
  fill: #FFFFFF;
}

.js_dummy {
  font-size: 0.1rem;
}

.sm_only {
  display: none !important;
}

.md_only {
  display: none !important;
}

.lg_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .ly_hoge {
    background-image: url(https://kirihare.jp/wp-content/uploads/sm-top-image-1.png), -webkit-gradient(linear, left top, right top, from(#4b6cb7), to(#182848)) !important;
    background-image: url(https://kirihare.jp/wp-content/uploads/sm-top-image-1.png), linear-gradient(to right, #4b6cb7, #182848) !important;
  }
  .ly_hoge .ly_cont {
    padding-top: 112px;
    padding-bottom: 26px;
  }
  .ly_hoge .el_lv1Heading {
    margin-bottom: 32px;
  }
  .bl_hoge_hoge {
    font-size: 1.21875rem;
    width: 100%;
    max-width: 375px;
  }
  .bl_media__rev .bl_media_body {
    margin-right: 0;
  }
  .bl_halfMedia {
    display: block;
  }
  .bl_halfMedia_imgWrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bl_cardUnit.bl_cardUnit__col3 {
    margin-bottom: -20px;
  }
  .bl_horizTable.bl_horizTable__mdScroll {
    border-right-width: 0;
    overflow-x: auto;
  }
  .bl_horizTable.bl_horizTable__mdScroll th,
.bl_horizTable.bl_horizTable__mdScroll td {
    white-space: nowrap;
  }
  .bl_horizTable.bl_horizTable__mdScroll td {
    border-right: 1px solid #ddd;
  }
  .bl_vertTable {
    border-right-width: 0;
    overflow-x: auto;
  }
  .bl_vertTable th,
.bl_vertTable td {
    white-space: nowrap;
  }
  .bl_vertTable table {
    width: auto;
    min-width: 100%;
  }
  .bl_vertTable th:last-child,
.bl_vertTable td:last-child {
    border-right-width: 1px;
  }
  .bl_crossTable {
    border-right-width: 0;
    overflow-x: auto;
  }
  .bl_crossTable th,
.bl_crossTable td {
    white-space: nowrap;
  }
  .bl_crossTable table {
    width: auto;
    min-width: 100%;
  }
  .bl_crossTable th:last-child,
.bl_crossTable td:last-child {
    border-right-width: 1px;
  }
  .bl_tabNav_inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .bl_tabNav {
    overflow-x: auto;
  }
  .bl_priceUnit {
    display: block;
  }
  .bl_priceUnit .bl_price {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .bl_priceUnit .bl_price:last-child {
    margin-bottom: 0;
  }
  .bl_priceTable table {
    width: auto;
    white-space: nowrap;
  }
  .bl_priceTable_bodyTtl {
    position: sticky;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 0 #ddd;
            box-shadow: 1px 0 #ddd;
    font-size: 0.875rem;
  }
  .bl_priceTable {
    overflow-x: auto;
  }
  .bl_jumbotron {
    height: 300px;
  }
  .bl_jumbotron_ttl {
    left: 50%;
    width: 90%;
    padding: 15px;
    font-size: 1.25rem;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sm_only {
    display: block !important;
  }
  .mdLg_only {
    display: none !important;
  }
}
@media screen and (max-width: 1800px) {
  .bl_btnUnit > * {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bl_btnUnit > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .el_btn {
    font-size: 1.5rem;
  }
  .el_btn span {
    font-size: 0.875rem;
  }
  .el_lv2Heading {
    font-size: 1.875rem;
  }
  .bl_media {
    display: block;
  }
  .bl_media_imgWrapper {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_media_txt {
    font-size: 1.25rem;
  }
  .bl_cardUnit > .bl_card {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .bl_mv {
    background-size: auto;
    background-position-x: 90%;
  }
  .bl_mv_inner {
    padding-left: 20px;
  }
  .bl_mv_inner_body {
    padding-top: 20px !important;
    text-align: center;
  }
  .bl_mv_inner_body_catch {
    font-size: 1.875rem;
  }
  .bl_mv_inner_body_ttl {
    font-size: 1.875rem;
    margin-top: 30px;
  }
  .bl_mv_inner_checkUnit {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bl_mv_inner_checkUnit_item {
    font-size: 0.75rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 150px;
  }
  .bl_btnUnit {
    display: block;
  }

  .bl_solve .el_lv2Heading {
    margin-bottom: 40px;
  }
  .bl_priceWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_priceWrapper_item {
    min-width: 0;
    width: 100%;
    padding: 15px;
  }
  .bl_priceWrapper_item:first-child {
    margin-right: 0;
    margin-bottom: 21px;
  }

  .bl_priceWrapper_item:nth-child(1) h3 + p + p {
    font-size: 1rem;
  }
  .bl_priceWrapper_item:nth-child(1) hr + p {
    font-size: 1rem;
  }
  .bl_priceWrapper_item:nth-child(2) h3 + div,
.bl_priceWrapper_item:nth-child(2) h3 + div + div {
    font-size: 1rem;
  }
  .bl_priceWrapper_item:nth-child(2) hr + p {
    font-size: 1rem;
  }
  .bl_flow h3 {
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .bl_flow h3.bl_flow_ttlReverse {
    margin-right: 0;
  }
  .bl_flow_ttlNumber {
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 1.875rem;
  }
  .bl_flow_ttl {
    margin-left: 0;
  }
  .bl_flow_ttlReverse .bl_flow_ttlNumber {
    margin-left: 0;
  }
  .bl_flow_ttlReverse .bl_flow_ttl {
    text-align: center;
  }
  .bl_flow .bl_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .bl_flow .bl_media_imgWrapper {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bl_flow .bl_media__rev .bl_media_body {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .bl_ui_unit {
    display: block;
  }
  .bl_ui_unit_body {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bl_ui_unit_imgWrapper > img {
    margin-left: auto;
    margin-right: auto;
  }
  .bl_security h3 {
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .bl_security_ttlNumber {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .bl_security_ttl {
    margin-left: 0;
  }
  .bl_security .bl_media {
    display: block;
    margin-left: 0;
    margin-bottom: 100px;
  }
  .bl_security .bl_media_imgWrapper {
    max-width: 228px;
    margin: 0 auto;
  }
  .bl_security .bl_media_body {
    margin-top: 40px;
  }
  .bl_mental .bl_media {
    display: block;
  }
  .bl_mental .bl_media_imgWrapper {
    max-width: 274px;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_mental .bl_media_body {
    text-align: center;
  }
  .bl_mental .bl_media_txt {
    font-size: 1.25rem;
  }
  .bl_mental_arrowBtm + p {
    font-size: 1.25rem;
  }
  .bl_mental_msg + p {
    font-size: 1.25rem;
  }
  .bl_mental_msg {
    padding: 0;
  }
  .bl_mental_msg .bl_mental_msg_filter {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .bl_mental_msg p {
    padding: 78px 20px 78px 20px;
    font-size: 1.25rem;
  }
  .bl_mental_youtubeWrapper + a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:767px) {
	.bl_btnUnit2{
		flex-direction:column;
	}
}
@media screen and (min-width: 1200px) {
  .bl_jumbotron {
    height: 600px;
  }
  .bl_jumbotron_ttl {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 1800px) {
  .bl_mv_inner {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .bl_mv_inner_body {
    padding-top: 60px;
  }
  .bl_mv_inner_body_partsUnit {
    display: block;
    margin-top: 50px;
  }
  .bl_mv_inner_checkUnit {
    margin-bottom: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media screen and (max-width: 1850px) {
  .bl_mv_inner_body .bl_btnUnit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .md_only {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .lg_only {
    display: block !important;
  }
  .smMd_only {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
.tel-number {
  color:rgb(68, 68, 68);
}
@media (max-width: 767px) {
  .sp-tel-btn img {
    display: inline;
  }
  .bl_mv {
    margin-top: 0;
  }
.bl_solve .el_lv2Heading {
    margin-bottom: 0;
    padding-top: 0;
	padding-bottom: 0;
	}
.bl_mental_msg p {
    padding: 20px;
    font-size: 1.25rem;
	}
  p.footer-credit {
    line-height: normal;
  }
}
.induction1 p {
  margin-bottom: 1rem;
}

.pc-menu-content {
  margin-top: 16px;
}

.induction1,
.footer,
.header {
  line-height: normal;
}


/*=====
 * style2.css
 * ======*/
/* General */
.clr_orange {
   background: linear-gradient(transparent 60%,#e0de94 0%);
}
.clr_ble{
   background: linear-gradient(transparent 60%,#80aee4 0%);
}
.bg-clr-yelow {
  backgrund-color:rgba(250, 250, 210, 0.5);
  background-color: rgba(107, 142, 35, 0.15);
}
.bg-clr-green {
  background-color: #99cc66;
}
.clr-green{
  color: #9cbb1c;

}
.clr-white{
  color: #fff;
}
.clr-orange{
  color: orange;
}
/* .pc-none { */
.sp-header-left{
  display: none;
}
.inline1{
  display: inline-block;
}
.none,.none1{
  display: none;
}
.block{
  display: block;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

/* Header */
.header.container{
  width: 1020px;
  margin: auto;
}
.induction{
  background-color:  #72ab31;
  height: 300px;
  width: 100%;
}
.induction h2{
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Yu Gothic","游ゴシック","游ゴシック体", 'Noto Sans Japanese',sans-serif;
  font-family: 'TsukuARdGothic-Regular', YuGothic, "Yu Gothic", メイリオ, sans-serif;
}
.induction p{
  color: #FFF;
}
.induction-button{
  background-color: #fff;
  width: 65%;
  height: 130px;
  margin: 0 auto;
  border-radius: 10px;
  padding-top: 20px;
}
.home{
  color: #222;
  text-decoration: none;
}
.rounds3{
  margin:  0 auto;
  width: 80%;
}
.round3 i{
  font-size: 40px;
  color: #444;
}
.round3 h4{
 line-height: 20px;
 font-size: 30px;
 padding-top: 20px;
}
.round3 p{
 background: linear-gradient(transparent 60%,#e0de94 0%);
 display: inline-block;
 font-size: 17px;
 line-height: 28px;
}
.necessity p span{
  border-bottom: #e0de94 3px solid;
}
.round3{
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1.5px solid #666;
  display: inline-block;
  margin: 0 auto;
  padding-top: 50px;
 color: #444;
}
.sankaku{
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 12vw solid rgba(107, 142, 35, 0.15);
  width: 0;
  height: 0;
  margin: 0 auto;
}
.triangle1{
  width: 480px;
  height: 120px;
  border-left: 240px solid transparent;
  border-right: 240px solid transparent;
  border-top: 70px solid #fff;
  margin:  0 auto;
}
.back-right p{
  padding-top: 140px;
  line-height: 30px;
}
.back-green span{
  font-weight: bold;
}
.topView {
  background-color: rgba(107, 142, 35, 0.15);
  background-image: url("https://kirihare.jp/wp-content/uploads/KIRIHARE-1.jpg");
  background-size:cover ;
  width: 100%;
  background-position: center;
}
.topView::before {
  content: '';
  display: block;
  padding-top: 50%;
}
.topView h1{
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff,
    0px 0px 5px #fff, 0px 0px 5px #fff;
}
.bases-auto {
  flex-basis: auto;
}
.menu-nav-sp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: translate(-1000px);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#sp-menu {
  display: none;
}
.menu-nav--open{
  transform: translateX(-30%);
  background-color: #68ab07;
}
.menu-lists{
  z-index: 99;
  background-color: #99cc66;
  padding: 15px 0;
  list-style: none;
}
.menu-list{
  text-align: center;
  font-size: 1.8rem;
  margin: 34.5px 0;
  cursor: pointer;
}
.menu-list a{
  color:#fff;
}
.row{
max-width:1300px;
margin:0 auto;
}

.w-70{
  width: 70%;
  margin: 0 auto;
}
.trouble img{
  width: 100%;
  height: auto;
}
.idea h2{
  font-size: 20px;
  padding: 15px 0;
}
.idea{
  margin:  0 auto;
  text-align: center;
  padding: 50px 0;
  color: #444;
  font-family: "Yu Gothic","游ゴシック","游ゴシック体", 'Noto Sans Japanese',sans-serif;
  font-family: 'TsukuARdGothic-Regular', YuGothic, "Yu Gothic", メイリオ, sans-serif;
  background-color: rgba(107, 142, 35, 0.15);
}
.idea-title{
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #76a22d;
  color: white;
}
.idea-contents{
  width: 70%;
  height: auto;
  margin: 0 auto;
  background-color: white;
}
.idea-content{
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: white;
  padding: 30px;
  text-align: left;
}
.idea img{
  width: 200px;
  height: auto;
}
.necessity{
  color: #444;
    font-family: "Yu Gothic","游ゴシック","游ゴシック体", 'Noto Sans Japanese',sans-serif;
    font-family: 'TsukuARdGothic-Regular', YuGothic, "Yu Gothic", メイリオ, sans-serif;
    background-color: rgba(107, 142, 35, 0.15);
    position: relative;
}
.necessity .temp2{
  width: 94%;
  margin: 0 auto;
}
.necessity h2{
  font-size: 38px;
}
.necessity img{
  width: 220px;
  height: 150px;
}
.difficult-wrapper ul{
  width: 70%;
  margin: 0 auto;
  height: 240px;
  height: auto;
  background-color: rgba(107, 142, 35, 0.1);
  padding: 30px;
}
.difficult-wrapper-title{
  background-color: rgba(107, 142, 35, 0.8);
  color: #fff;
  padding: 1px;
  display: block;
  width: 70%;
  margin: 0 auto;
}
.difficult-wrapper-title h3{
  padding-top: 12px;
  font-size: 24px;
}
.image4{
  position: absolute;
  top: 370px;
  left: 85%;
}
.image4 img{
  width: 180px;
  height: 300px;
}
.difficult-wrapper li{
  font-size: 20px;
  line-height: 45px;
  border-bottom: dashed 1.5px #444;
  font-family: "游ゴシック","游ゴシック体", 'Noto Sans Japanese',sans-serif;
  color: #222;
}
.difficult-wrapper span{
  padding-left: 0;
}
.difficult-wrapper i{
  font-size: 26px;
  padding-right: 8px;
  color: red;
}
.necessity2{
  font-family: "Yu Gothic","游ゴシック","游ゴシック体", 'Noto Sans Japanese',sans-serif;
  font-family: 'TsukuARdGothic-Regular', YuGothic, "Yu Gothic", メイリオ, sans-serif;
  background-color: rgba(107, 142, 35, 0.15);
  width: 100%;
}
.necessity2 img{
  width: 130px;
  height: 130px;
}
.header-step-title h3{
  color:  #618e34;
  font-weight: bold;
  font-size: 22px;
}
.points{
  background-image: url("https://kirihare.jp/wp-content/uploads/4011532_s.jpg");
  background-size: cover;
}
.point{
  background: rgba(255, 255, 255, 0.25);
  margin: 20px 20px;
  border-radius: 0px;
  padding: 15px;
  border:2px solid #666;
  box-shadow: 0 0 7px gray;
}
.points h4{
  font-size: 22px;
  border-bottom: 2px solid     #9cbb1c;
}
.points h4 span{
  font-size: 24px;
  padding-left: 7px;
}
.points h3{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.points h3 span{
  font-size: 26px;
}
.point p{
  font-weight: bold;
}
.clr_blue{
  color: #4682B4;
}
.howto{
    font-family: "Yu Gothic","游ゴシック","游ゴシック体", 'Noto Sans Japanese',sans-serif;
}
.howto-box{
  padding: 30px ;
  margin: 5px 15px;
  border: 2px solid   #CCC;
  height: 800px;
  background-color:#FFF;
  border-radius: 4px;
}
.howto-title{
  color: #fff;
  padding: 8px 4px 4px 4px;
}
.clr_blue2{
  background-color:   #1e50a2;
}
.clr_blue3{
  background-color: #80aee4;
}
.clr_blue4{
  color: #80aee4;
}

.howto-title h2{
  font-size: 19px;
}
.flow {
  padding-top: 30px;
  padding-left: 120px;
  position: relative;
  font-weight: bold;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;

  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #1e50a2;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li .icon2::after {
  border-color: transparent transparent transparent #80aee4;
}
.flow > li dl {
  padding-left: 30px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 0;
}
.card-image1 img{
  width: 150px;

}
.card-image2 img{
  width: 300px;
}
.card{
  border-radius: 2px solid #ccc;
}
.card-img img{
  width: 100%;
  height: auto;
  border-radius: 7px 7px  0 0;
}
.card-content{
  background-color:  #f2f6e8;
  color:     #618e34;
  padding: 20px;
  border-radius: 0 0 7px 7px ;
}
.card-content p{
  text-decoration: none;
  border: none;
}
.back-white{
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
}

.back-white::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 20px;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .back-white::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -12px;
    top: 20px;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
.header-title {
  font-family: "PT Sans Narrow";
  font-weight: bold;
  font-size: 65px;
  padding-top: 50px;
  margin-left: 10%;
}
.header-disc p {
  font-family: "Open Sans";
  font-weight: normal;
  line-height: 1.7;
  color: #333;
  margin: 0;
  font-size: 26.5px;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff,
    0px 0px 5px #fff, 0px 0px 5px #fff;
  font-weight: bold;
  margin-left: 10%;
}

.header-title-box {
  position: relative;
}
.header-step-title {
  font-size: 32px;
  color: #3c424f;
  text-align: center;
  font-weight: bold;
  margin-top: 50px!important;
  margin-bottom: 50px;
}
/*.header-step-title::after {
  content: "";
  background-color: aqua;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}*/
.header-step0 {
  margin-top: 70px;
}
.icon-box {
  position: relative;
  height: 120px;
  width: 120px;
  background-color: #99cc66;
  border-radius: 50%;
  text-align: center;
  margin: auto auto;
}
.icon-box i,
.icon-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.header-img-icon3 {
  height: 50%;
}
.header-step-disc {
  margin-top: 20px;
  line-height: 2;
}
.necessity2 dd{
  color:    #6b7c93;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
}
.header-step-disc > ul > li {
  color: #6b7c93;
  position: relative;
  line-height: 1.5;
  padding: 0.5em 1.5em;
  text-align: left;
}
.header-step-disc > ul > li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\2713";
  position: absolute;
  left: -0.5em;
  color: #ff4800; /*アイコン色*/
  border: none;
  background-color: none;
}
.header-buttons-wrapper {
  background: rgba(0,0,0,0);
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0px;
  padding-right: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0;
  text-align: center;
}
.header-buttons-wrapper .button {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.header-buttons-wrapper a:hover{
  text-decoration: none;
 */ color: inherit;*/
}
.button {
  font-family: "Open Sans","ヒラギノ角ゴ ProN",sans-serif;
  font-size: .75rem;
  background-color: #618e34;
  border-radius: 5px;
  min-width: 7rem;
  padding: .5rem 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5rem;
  border: 3px solid #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  margin-bottom: .75rem;
}
.button.big {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 5px 140px;
  border-radius: 5px;
  line-height: 1.6rem;
  min-width:10em;
}
.button.color1 {
  color: #fff;
  background-color:  #EBA85A;
  border-color:  #EBA85A;
}
.button.round {
  border-radius: 56px;
}
.button.color2{
  color:  #444;
  background-color: #ffdc00;
  border-color: #ffdc00;
  border-bottom: #e9bc00 solid 4px;
  border-radius: 8px;
  width: 43%;
  height: 90px;
  margin: 0 5px;
  font-size: 20px;
  padding-top: 25px;
}
.button.outline.color-white {
  background: 0 0;
  border-color: #fff;
  color: #fff;
}
.header-top {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.clr_green{
  color:  #618e34;
}
.header-logo-img {
  width: 184px;
}
.header-logo-img img{
  width: 140px;
  height: 60px;
}
.siteHeader_logo {
 /* width: 184px;*/
	padding-top:35px;
}
.header-tel {
  position: relative;
  margin-top: 6px;
}
.header-tel-icon {
  width: 35px;
  position: absolute;
  top: 12px;
}
.tel-number {
  margin: 0;
  padding-left: 47px;
 ?font-size: 25px;
  font-weight: bold;
}
.tel-number span {
  font-size: 15px;
  vertical-align: 5px;
}
.sp-menu {
  display: none;
}
.gnav {
  margin-top: 10px;
  position: relative;
}
.gnav-list {
  display: flex;
  justify-content: space-between;
  width: 645px;
}
.gnav-list > li {
  position: relative;
  font-weight: bold;
  padding: 0 0 22px;
}
.gnav-list > li:hover .gnav-child-list {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gnav-list > li a {
  color: #333;
  font-weight: bold;
}

.price-wrap .card {
  box-shadow: 0 10px 30px 0 rgba(189, 189, 189, 0.3),
    0 10px 30px rgba(0, 0, 0, 0.08);
}
.price-wrap .card-desc-box {
  margin-left: 40px;
}
.price-wrap .card-desc-box > ul > li > ul > li {
  padding-left: 1em;
}

.price-wrap .card-body ul li:before {
  content: "・";
}
.price-wrap .spaced-cols > div {
  margin-bottom: 30px;
}

.temp {
  height: 500px;
}
.temp2{
  height: 700px;
}
.temp3{
  height: 1180px;
}
.difficult-wrapper{
  width: 100%;
  height: 800px;
}
.h2 {
  font-size: 40px;
}
.difference-wrap .subtitle {
  height: 50px;
  font-size: 24px;
  font-weight: bold;
}
.difference-wrap .sub-box {
  width: 90%;
}
.difference-wrap .sub-box ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.difference-wrap .sub-box ul li {
  line-height: 2;
}
.service-wrap{
    font-family: "游ゴシック","游ゴシック体", 'Noto Sans Japanese',sans-serif;
    background-color: #eee;

}
.service-wrap ul li {
  position: relative;
  line-height: 1.5;
  padding: 0.5em 1em;
  font-weight:bold;
}
.service-wrap2 ul li{
  padding: 0em 1em;
}
.service-wrap p,.service-wrap ul{
  font-weight: bold;
}
.service-wrap ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\2713";
  position: absolute;
  left: -0.5em;
  color: #ff4800; /*アイコン色*/
  border: none;
  background-color: none;
}
.service-wrap .card {
  height: 100%;
}
.service-wrap .card-title {
  font-size: 20px;
  color:  #1e50a2;
}
.service-wrap .card-image img {
  margin: 20px;
}
.service-wrap .spaced-cols > div {
  margin-bottom: 30px;
}
.card-image1 img{
  width: 150px;
 margin-left: 5px;
 border: 1px solid #AAA;
}
.card-image2 img{
  width: 300px;
}
.card-image3 img{
  width: 130px;
  margin: 7px;
}
.card{
  /*border: 4px solid  #3e62ad;*/
  border: 4px solid  #527431;
  border-radius: 9px;
  padding: 0px;
}
.table img{
  width: 85%;
}
.induction1{
  width: 100%;
  background-color: #6e9846;
  color: white;
  font-family: "Yu Gothic","游ゴシック","游ゴシック体", 'Noto Sans Japanese',sans-serif;
  font-family: 'TsukuARdGothic-Regular', YuGothic, "Yu Gothic", メイリオ, sans-serif;
  border-top: #2a5103 8px solid;
  border-bottom: #2a5103 8px solid;
  height: auto;
  margin-bottom: 100px;
  background-image: url("https://kirihare.jp/wp-content/uploads/028917.jpg");
  background-size: cover;
}
.induction1 span{
  background-color: #fff;
  color: #6e9846;
  padding: 1px 4px;
}
.induction1 h2{
  font-size: 24px;
}
.button3{
  background-color: #fff;
  color:  #2a5103;
  display: inline-block;
  padding: 4px 140px;
  border-radius: 20px;
  border: solid 3px  #2a5103;
  margin-bottom: 30px;
}

.footer {
  background:  #618e34;
  padding-top: 26px;
  padding-bottom: 15px;
}
.footer-list {
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 50px;
}
.footer-list li {
  border-right: 1px solid #fff;
}
.footer-list li a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 10px;
}
.footer-credit {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 14px;
  margin: 0px;
}
.tables{
  background-color: rgba(176, 224, 230, 0.3);
}
.temp4{
  height: 2200px;
}
/*---pric-table--*/
table.price{width:640px;margin:0 auto; font-weight: bold;}
table.price th{background-color:#eee;padding:5px; border: 1px solid #666;text-align:center;padding:15px;}
table.price td{background-color:#fff;padding:5px; border: 1px solid #666;text-align:center;padding:15px;}
@media(max-width:639px) {
table.price{width:95%;}
}

/*table{
  border-collapse: collapse;
  margin: 0 auto;
}
table th,table td{
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;;
  padding: 14px 10px;
  font-weight: bold;
}
th{
  background-color: #EEE;
  font-size: 20px;
  color:   #3c424f;
}
*/
.fa-circle,table span{
  color: orange;
  font-size: 26px;
}
.span2{
  font-size: 16px;
  color: #1e50a2;
}
.span3{
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

.header-title.text-left.clr-green.index2{
  font-size: 28px;
  margin-top: 100px;;
}
.detail-img img{
 width: 90%;
 height: auto;
 border:  8px solid #CCC;
 padding: 5px;
 box-shadow: 0 0 8px gray;
 margin-top: 20px;
}
.detail-img{
  text-align: center;
}
.bg-clr-green.detail-img img{
  border: 8px solid #444;
  background-color: #fff;
  padding-bottom: 15px;
}
.detail-icon{
  width: 30%;
  height: auto;
  float: left;
}
.detail-content.left{
  padding-left: 5%;
}
.container2{
  width: 95%;
  margin: 0 auto;
}
.mt-10{
  padding-top: 100px;
  padding-bottom: 75px;
}
.detail2-content{
  height: auto;
  margin: 0 auto;
  float: left;
}
.detail2-content img{
  text-align: center;
  width: 80%;
  height: auto;
  border: 7px solid #444;
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 0 10px gray;
}
.detail2{
  height:auto;
  width: 100%;
  text-align: center;
}
.detail2-width{
  width: 90%;
  margin: 0 auto;
}
.detail2 h2,.detail2 h3{
  color: #fff;
}
.fas.fa-plus-circle{
  font-size: 70px;
  color: #82ae46;
}
.detail3-content{
  width: 90%;
  margin: 0 auto;
}
.detail3{
  background-color: #eee;
  margin-bottom: 80px;
}
.detail3 i{
  font-size: 60px;
  margin: 40px 0;
}

.plus{
  height: 150px;
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #fff 50%, #fff 100%);
}
.paid{
  height: auto;
  margin-bottom: 100px;
  padding-bottom: 50px;
}
.paid h1{
  color: #fff;
}
.paid-content{
  width: 80%;
  margin: 0 auto;
}
.paid-content img{
  width: 60%;
  margin-top: 40px;
}
.fas.fa-plus{
  font-size: 60px;
  padding-top: 120px;
  color: #fff;
}
.paid h3{
  font-size: 24px;
    border-bottom: white solid 5px;
    padding-bottom: 3px;
    display: inline;
    padding: 3px 15px;
    margin-bottom: 20px;
}
.paid h2{
  font-size: 24px;
}
.fas.fa-exclamation-circle{
  font-size: 30px;
  color: #fff;
  margin-top: 35px;
}
.sp-menu li{
  font-size: 20px;
  font-weight: bold;
  padding-left: 100px;
}

.p-size h2{
	padding:0;
}
.contents p{
	font-size:1rem;
	color:#222;
	line-height:1.3em;
}

.detail4-content img{
  width: 200px;;
  height: auto;
  display: block;
  margin: 0 auto;
}
.detail4-content{
  width: 100%;
  height: 450px;
  position: relative;
}
.detail4-content h2{
	border-bottom: 5px solid orange;
	font-size: 1.3em;
	color: #222;
	letter-spacing: .08em;
	padding-bottom: 3px;
	display: inline;
	line-height:50px;
}
.bg-clr-green.detail4-content h2{
	border-bottom: 5px solid #fff;
    font-size: 1.3em;
    color: #222;
    letter-spacing: .08em;
    padding-bottom: 3px;
}
.detail4-content h3{
  font-size: 250px;
  color: #CCC;
  opacity: 0.5;
  position: absolute;
  top: 40%;
  left: 60%;
  z-index: 20;
}
.bg-clr-green.detail4-content h3{
  color: #fff;
}
.detail4-content p{
  position: relative;
  z-index: 40;
}
.group{
  width: 100%;
}
.group-content img{
  width: 40%;
  height: auto;
}
.bg-clr-green .group-text h2{
  color: white;
}
.group-content h3{
  border-bottom: white solid 5px;
  color: #FFF;
  padding-bottom: 10px;
}
.group-content p{
  line-height: 30px;
  border-bottom: white solid 5px;
  margin: 0 auto;
  padding-top:20px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}
.group-content span{
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.group-text h4{
  margin-top: 40px;
}
.group-text a{
  text-decoration: none;
  font-weight: bold;
  color: inherit;
  padding: 5px 5px;
  margin: 10px 20px;
  border-bottom: #444 solid 3px;
  display: inline-block;
  color: #fff;
}
.detail5-image img{
  width: 400px;
  height: auto;
  opacity: 0.25;
  position: absolute;
  top:10%;
  left: 40%;
}
.detail5-flow h2{
  color: #fff;
}
.detail5-flow img{
  width: auto;
  height:150px;;
  text-align: center;
  margin: 40px auto;
}
.detail5-flow h3{
  color: #444;
}
.circle{
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #fff;
  border: #444 solid 4px;
  text-align: center;
  margin-left: 30%;
  padding: 30px;
  padding-top: 45px;
  display: inline-block;
  margin-top: 15px;
}
.circle p{
  border-bottom: 2px #444 solid;
  display: inline;
}
.detail6{
  width: 70%;
  margin: 0 auto;
}
.detail6-image img{
  width:110px;
  height: auto;
}
.detail6-content{
  position: relative;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  margin-top: 40px;
}
.detail6-image{
  position: absolute;
  top: 30%;
  left: 15%;
}
.big.detail6-image img{
  width: 100px;
  height: auto;
}
.detail6-content h4{
  border-bottom: #fff solid 3px;
  display: inline-block;
	color: #222;
}
.group-image img{
  width: auto;
  height: 150px;
}
.counseling p{
  border-bottom: #99cc66 solid 5px;
}
.font-small{
  font-size: 12px;
}
.reason-content-image img{
  width: 120px;
  height: auto;
}
.reason-content span{
  margin-left: 120px;
}
.reason-content{
  width:80%;
  margin:  0 auto;
}
.reason-content h3{
  margin-top: 18px;
  font-size: 22px;
  text-align: left;
}
.detail3 p span{
  border-bottom: 2px solid orange;
}
.line-easy-content img{
  width: 250px;
  height: auto;
  border: 1px solid #444;
  padding: 4px 8px;
}
.line-easy-content{
  padding: 20px;
  margin: 0 auto;
  width: 650px;
  height: auto;
  border: solid 4px #99cc66;
}
.pc-menu-content{
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.pc-menu{
  margin: 10px auto;
  background-color: #fff;
  height: 20px;
  display: inline-block;
  text-align: center;
}
.pc-menu a{
  float: left;
  text-decoration: none;
  color: #222;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "游ゴシック","游ゴシック体", 'Noto Sans Japanese',sans-serif;
  font-weight: bold;
}
.pc-menu .left{
  border-left: 1.4px solid #222;
}
.pc-menu .right{
  border-right: 1.4px solid #222;
}
.function-width{
  width: 80%;
  margin: 0 auto;
  border: 5px solid #222;
  padding: 30px 30px 0 30px;
  margin-top: 70px;
}
.function-content{
  background-color: #f8f8ef;
  padding: 100px 0;
}
.function-content h2{
  background:linear-gradient(transparent 75%, #EBA85A 75%);
  display: inline-block;
}
.function-content p{
  font-weight: bold;
  font-size: 14px;
}
.function-content i{
  float: left;
  font-size: 28px;
  text-align: center;
  margin-top: 5px;
}
.rule-content{
  padding: 100px 0;
}
.rule-width{
  width: 80%;
  margin: 0 auto;
  background-color: #f8f8ef;
  border:  5px solid #222;
  padding: 30px;
  border-radius: 30px;
}
.rule-content h2{
  color: #222;
  background:linear-gradient(transparent 75%, #99cc66  75%);
  display: inline-block;
}
.rule-content h3{
  font-size: 18px;
}
.rule-content img{
  height: 120px;
  width: auto;
  margin: 15px 0;
}
.five-point-content{
  background-color: #eee;
  padding: 100px 0;
}
.five-point-content h2{
  font-size: 25px;
  background:linear-gradient(transparent 75%, #99cc66  75%);
  display: inline;
}
.five-point-name{
  margin: 30px;
  padding-top: 80px;
}
.five-point{
  padding: 20px 0px;
  border: 3px solid #99cc66;
  margin: 30px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
}
.five-point img{
  width: 50px;
  height: 50px;
  margin: 20px;
}
.five-point-width{
  width: 85%;
  margin: 0 auto;
}
.point-1-content{
  padding: 80px 0;
}
.point-1-width{
  width: 80%;
  margin: 0 auto;
  color: #fff;
}
.point-1-width p{
  color: #222;
}
.point-1-width img{
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 30px;
  margin-top: 20px;
}
.point-1-width p span{
  color: #fff;
}
.point-1-width h3{
  font-size: 14px;
}
.point-1-q{
  margin: 20px auto;
  background-color: #f8f8ef;
  border:  5px solid #222;
  padding: 30px;
  border-radius: 30px;
  color: #222;
}
.point-1-q h2{
  background:linear-gradient(transparent 65%, #99cc66  65%);
  display: inline-block;
}
.point-1-text{
  padding-top: 60px;
}
.point-1-text h2{
  padding-bottom: 80px;
}
.orange-line{
  background:linear-gradient(transparent 65%, #EBA85A 65%);
  display: inline-block;
}
.pl-10{
  padding-left: 150px;
}
.pl-10.title-point{
  text-align: left;
}
@media screen and (max-width: 1240px){
  .idea-contents{
    width: 92%;
    height: auto;
    margin: 0 auto;
    background-color: white;
  }
  .idea-content .block{
    display: none;
  }
  .paid-content{
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px){
  .temp2.temp6{
    height: 900px;
  }
  .block{
  display:none;
}
.pc-menu a{
  font-size: 14px;
}

}
@media screen and (max-width: 992px){
  .pc-menu a{
    font-size: 11px;
  }
  .image4{
    position: absolute;
    top: 480px;
    left: 79%;
  }
  .image4 img{
    width: 150px;
    height: 250px;
  }
  .header-tel .tel-number span{
    display: block;
  }
  .temp2{
    height: 750px;
  }
  .temp3{
    height: 1400px;
  }
  .temp4{
    height: 2800px;
  }
  .temp5{
    height: 1800px;
  }
  .button2{
    width: 180px;
    height: 60px;
    font-size: 18px;
    font-family: "Open Sans";
    background-color:   #9cbb1c;
    border-radius: 50px;
    min-width: 7rem;
    padding: 15px 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5rem;
    border: 2px solid #9cbb1c;
    vertical-align: middle;
    margin-bottom: .75rem;
    color: #FFF;
    margin: 10px;
  }
  .button2.outline{
    width: 240px;
    height: 60px;
    font-size: 16px;
  }
  .howto-box{
    height: 650px;
  }
  .difficult-wrapper ul{
    width: 90%;
  }
  .difficult-wrapper-title{
    width: 90%;
  }
  .header-title {
    padding-top: 50px;
    font-size: 40px;
    padding-bottom: 20px;
  }
  .header-disc p{
    font-size: 23px;
  }

  .necessity h2,.difficult-wrapper h2,.necessity2 h2,.points h2,.howto h2,.tables2 h2,.index2 h2{
    font-size: 23.5px;
  }
  .necessity p,.difficult-wrapper p,.necessity2 p,.points p,.howto p,.howto p,.tables2 p,.index2 p{
    font-size: 16px;
  }
  .detail-img img{
   margin-top: 70px;
  }
  .detail-content h2{
    font-size: 26px;
  }
  .fas.fa-plus{
    padding: 40px;
  }
  .paid-content{
    width: 70%;
    margin: 0 auto;
  }
  .detail4-content img{
    width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
  }
  .detail4-content h3{
    font-size: 230px;
    color: #CCC;
    opacity: 0.5;
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 20;
  }
  .group-content p{
    line-height: 30px;
    border-bottom: #99cc66 solid 5px;
    margin: 30px auto;
    margin-bottom: 60px;
  }
  .detail5-image img{
    width: 400px;
    height: auto;
    opacity: 0.25;
    position: absolute;
    top:10%;
    left: 40%;
  }
  .detail6{
    width: 100%;
    margin: 0 auto;
  }
  .reason-content{
    width:100%;
    margin:  0 auto;
  }
  .width{
    width: 90%;
  }
}
@media screen and (max-width: 768px){
  .pc-menu-content{
    display: none;
  }
  .header .container {
    width: 98%;
    margin: 0 auto;
  }
  .container{
    width: 100%;
    margin: 0 auto;
  }
  .header-title span,
  .header-disc span {
    display: block;
  }
  /* .sp-header-left {
    display: flex;
    margin-top: 10px;
    margin-left: 80px;
  } */
  .header-buttons-wrapper {
    padding-top: 20px;
  }
  .mt-10{
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .detail-img img{
   margin: 0 auto;
   text-align: center;
  }
  .detail-content p{
    padding-bottom: 0;
  }
  .detail3-content p{
   padding-bottom: 80px;
  }
  .paid h1{
    font-size: 30px;
  }
  .paid h2{
    font-size: 18px;
  }
  .paid-content{
    width: 100%;
    margin: 0 auto;
  }
  .header-title.text-left.clr-green.index2{
    font-size: 23px;
    margin-top: 160px;
  }
}
@media(max-width:767px) {
  .temp2.temp6{
    height: 1200px;
  }
/*#header .section page-header{
    height:80px;
    width: 100%;
  }*/
  .header-logo-img {
    width: 104px;
    padding: 0;
  }
  .loss-wrap .img-box img {
    background-image: url(/img/loss.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    width: 330px;
    height: auto;
  }
  .difference-wrap .subtitle {
    margin-top: 40px;
  }
  .footer-list {
    flex-wrap: wrap;
  }

  .header {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height:125px;
    z-index: 100;
    background-color: white;
  }
  .header-top {
    padding-top: 25px;
    position: relative;
  }
  .header-step-disc {
    display: table;
    margin: 0 auto;
    max-width: 220px;
  }
  .header-step-disc > ul {
    display: table-row;
  }
  .header-step-disc > ul > li:after {
    display: block;
  }
  #pc-menu {
    display: none;
  }
  #sp-menu {
    display: block;
    margin-top: 11px;
    margin-right: 40px;
  }
  #sp-menu .sp-menu-holder {
    position: absolute;
    left: 95%;
    cursor: pointer;
    width: 63px;
    height: 63px;
    margin-top: 0px;
  }

  /* 三本線 */
  .sp-menu-bar,
  .sp-menu-bar:after,
  .sp-menu-bar:before {
    position: absolute;
    background-color: black;
    width: 40px;
    height: 3.5px;
    border-radius: 10px;
  }
  .sp-menu-bar:before {
    content: "";
    top: 16px;
  }
  .sp-menu-bar:after {
    content: "";
    top: 32px;
  }
  .header-title {
    padding-top: 50px;
    font-size: 50px;
  }
  .header-step0 {
    margin-top: 10px;
  }

  .header-disc p {
    font: 20px;
  }
  .header-tel {
    display: none;
  }
  .sp-header-left {
    display: flex;
    /* display: block; */
    margin-top: 10px;
    margin-left: 10px;
    /* margin-left: 500px; */
  }
/*  .sp-tel-btn {
    width:150px;
    height: 65px;
    border-radius: 65px;
    background: #96cc48;
    line-height: 65px;
    font-size: 20px;
    padding-left: 20px;
  }*/
  .sp-tel-btn a {
    color: #fff;
  }
  .sp-tel-btn a:hover {
    text-decoration: none;
  }
  .sp-tel-btn img {
    width: 32px;
    vertical-align: -8px;
  }
    .block{
      display: none;
    }
    .none{
      display: block;
    }
    .header.container{
      width: 600px;
    }
    .back-white span{
      font-size: 17px;
    }
    .back-white p{
      line-height: 20px;
      text-align: left;
      border-bottom: 1.5px dashed  #99cc66;
      color:#666;
      line-height: 28px;
    }
    .back-white{
      border: #fff solid 3px;
      margin-top: 20px;
      background-color:rgba(255, 255, 255, 0.9);
      border-radius: 6px;
        box-shadow: 0 0 4px gray;
    }

    .back-white::after,.back-white::before{
      display: none;
    }
    .round3{
      margin-top: 15px;
    }
    .necessity img{
       width: 150px;
       height: 100px;
       display: none;
    }
    .header-disc p{
      font-size: 17px;
      color: #333;
    }

    .necessity h2,.difficult-wrapper h2,.service-wrap h2,.necessity2 h2,.points h2,.howto h2,.tables2 h2,.h2-size,.detail4 h2,.group h2,.group h3,.detail4-content h2,.detail5-flow h2,.detail3 h2,.detail3 h3,.index2 h2{
      font-size: 22.5px;
    }
    .necessity p,.service-wrap p,.necessity2 p,.points p,.howto p,.howto p,.tables2 p,.p-size p,.detail4 p,.group p,.group h4,.detail4-content p,.detail5-flow p,.detail3 p,.index2 p{
      font-size: 14px;
    }
    .tables2{
      width: 100%;
    }
    th{
      font-size: 6px;
    }
    td,.span3 p{
      font-size: 6px;
    }
    table th,table td{
      padding: 8px 1px;
    }
    .span3{
      font-size: 6px;
    }
    .fa-circle,table span{
      color: orange;
      font-size: 12px;
    }
    .span2{
      font-size: 12px;
    }
    .howto-box{
      height: 750px;
    }
    .difficult-wrapper ul{
      width: 95%;
    }
    .difficult-wrapper-title{
      width: 95%;
    }
    .difficult-wrapper-title h3{
      font-size: 20px;
    }
    .difficult-wrapper li{
      font-size: 18px;
      line-height: 28px;
    }
    .difficult-wrapper i{
      font-size: 18px;
    }
    .temp2{
      height: 750px;
    }
    .temp3{
      height: 2000px;
    }
    .point{

    }
    .temp4{
      height: 1600px;
    }
    .temp5{
      height: 2000px;
    }
    .button2{
      width: 180px;
      height: 60px;
      font-size: 18px;
      font-family: "Open Sans","ＭＳ ゴシック";
      background-color:   #9cbb1c;
      border-radius: 50px;
      min-width: 7rem;
      padding: 15px 22px;
      font-weight: 600;
      letter-spacing: 1px;
      text-align: center;
      cursor: pointer;
      display: inline-block;
      line-height: 1.5rem;
      border: 2px solid #9cbb1c;
      vertical-align: middle;
      margin-bottom: .75rem;
      color: #FFF;
      margin: 10px;
    }
    .button2.outline{
      width: 280px;
      height: 60px;
      font-size: 16px;
    }
    .header {
      position: fixed;
      top: 0;
      left:0;
      width: 100%;
      height:65px;
      z-index: 200;
      background-color: white;
    }
    .header-top {
      padding-top: 5px;
      position: relative;
      width: 100%;
    }
    .header-step-disc {
      display: table;
      margin: 0 auto;
      max-width: 220px;
    }
    .header-step-disc > ul {
      display: table-row;
    }
    .header-step-disc > ul > li:after {
      display: block;
    }

    .header-title {
      padding-top: 50px;
      font-size: 40px;
    }
    .header-step0 {
      margin-top: 10px;
    }

    .header-disc p {
      font: 18px;
    }
    .header-tel {
      display: none;
    }
    .sp-header-left {
      display: flex;
      /* display: block; */
      margin-top: 10px;
      margin-left: 10px;
      /* margin-left: 500px; */
    }
 .sp-tel-btn {
      position: absolute;
      left:65%;
	  margin-top: -13px;
    }
    .sp-tel-btn a {
      color: #fff;
    }
    .sp-tel-btn a:hover {
      text-decoration: none;
    }
    .sp-tel-btn img {
      width: 18px;
      vertical-align: -5px;
    }
/*#header .section page-header{{
      height:80px;
    }*/
    .header-logo-img {
      width: 124px;
      padding: 0;
    }
    .header-logo-img img{
      width: 120px;
      height: 45px;
      margin-top: 5px;
    }
    .header .container {
      width: 98%;
      margin: 0 auto;
    }
    .button3{
      background-color: #fff;
      color:  #2a5103;
      display: inline-block;
      padding: 4px 100px;
      border-radius: 20px;
      border: solid 3px  #2a5103;
      margin-bottom: 30px;
    }
    .button.big {
      font-size: 0.85rem;
      font-weight: 600;
      padding: 5px 100px;
      border-radius: 56px;
      line-height: 1.6rem;
      min-width:10em;
    }
    .detail4-content img{
      width: 190px;
      height: auto;
      display: block;
      margin: 0 auto;
    }
    .detail4-content{
      width: 100%;
      height: 750px;
      position: relative;
    }
    .detail4-content h2{
      border-bottom: 4px solid orange;
      display: inline;
      line-height:50px;
    }
    .bg-clr-green.detail4-content h2{
      border-bottom: 4px solid #fff;
    }
    .detail4-content h3{
      font-size: 220px;
      color: #CCC;
      opacity: 0.5;
      position: absolute;
      top: 30%;
      left: 50%;
      z-index: 20;
    }
    .group-content p{
      line-height: 30px;
      border-bottom: #99cc66 solid 5px;
      margin: 30px auto;
      margin-bottom: 60px;
    }
    .detail5-image img{
      width: 350px;
      height: auto;
      opacity: 0.25;
      position: absolute;
      top:10%;
      left: 40%;
    }
    .detail6{
      width: 65%;
      margin: 0 auto;
    }
    .line-easy-content img{
      width: 250px;
      height: auto;
      padding: 4px 8px;
    }
    .line-easy-content{
      padding: 20px;
      margin: 0 auto;
      width: 350px;
      height: auto;
      border: solid 4px #99cc66;
    }
    .line-easy-content h3{
      font-size: 22px;
    }
    .detail3 h3{
      text-align: center;
    }
    .reason-content span{
      margin-left: 20px;
    }
    .reason-content h3,.reason-content h4{
      margin-top: 18px;
      font-size: 18px;
      text-align: center;
    }
    .reason-content-image img{
      width: 80px;
      height: auto;
      text-align: center;
      margin: 0 auto;
    }
    .font-small p{
      font-size: 8px;
      width: 98%;
      margin: 0 auto;
    }
    .topView{
      margin-top: 80px;
    }
    .topView::before {
      content: '';
      display: block;
      padding-top: 50%;
    }
    .width{
      width: 95%;
    }
    .rule-width img{
      margin-top: 40px;
    }
    .rule-width h3{
      font-size: 15px;
    }
    .function-content i{
      font-size: 20px;
      margin-top: 10px;
    }
    .point-1-width img{
      margin-top: 50px;
      margin-bottom: 10px;
      width: 90px;
      height: 90px;
    }
    .title-point{
      font-size: 15px;
      margin: 25px 0 0 0;
      padding : auto 0;
    }
    .pl-10{
      padding-left: 0px;
    }
    .pl-10.title-point{
      text-align: center;
    }
}
@media(max-width:550px) {
  .point-1-width img{
    display: none;
  }
  .title-point{
    font-size: 12px;
    margin: 18px 0 0 0;
    padding : auto 0;
  }
}
@media(max-width:450px) {
  .button.big {
    font-size: 0.85rem;
    font-weight: 600;
    padding: 5px 60px;
    border-radius: 56px;
    line-height: 1.6rem;
    min-width:10em;
  }
  .inline1{
    display: none;
  }
  .none1{
    display: block;
  }
  .difficult-wrapper ul span{
    padding-left: 25px;
  }
  .flow {
    padding-top: 30px;
    padding-left: 75px;
    position: relative;
    font-weight: bold;
  }
  .flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 75px;
  }
  .block{
    display: none;
  }
  .none{
    display: block;
  }
  .header.container{
    width: 600px;
  }
  .back-white span{
    font-size: 17px;
  }
  .back-white p{
    line-height: 20px;
    text-align: left;
    color:#666;
  }
  .back-white{
    border: #fff solid 2px;
    border-radius: 0;
    background-color:rgba(255, 255, 255, 0.9);
    border-radius: 6px;
  }
  .back-white::after,.back-white::before{
    display: none;
  }
  .necessity img{
     width: 150px;
     height: 100px;
     display: none;
  }
  .header-disc p{
    font-size: 16px;
    color: #333;
  }
  .detail-icon{
    width: 30%;
    height: auto;
    float: left;
    margin-top: 10px;
  }
  .big-size,.paid h1,.detail-content h2{
    font-size: 25px;
  }
  .necessity h2,.difficult-wrapper h2,.necessity2 h2,.points h2,.howto h2,.tables2 h2,.h2-size,.detail4 h2,.group h2,.group h3,.detail4-content h2,.detail5-flow h2,.detail3 h2,.detail3 h3,.index2 h2{
    font-size: 18px;
  }
  .necessity p,.necessity2 p,.points p,.howto p,.howto p,.tables2 p,.p-size p,.detail4 p,.group p,.group h4,.detail4-content p,.detail5-flow p,.detail3 p,.index2 p{
    font-size: 13px;
  }
  .tables2{
    width: 100%;
  }
  th{
    font-size: 6px;
  }
  td,.span3 p{
    font-size: 6px;
  }
  table th,table td{
    padding: 8px 1px;
  }
  .span3{
    font-size: 6px;
  }
  .fa-circle,table span{
    color: orange;
    font-size: 12px;
  }
  .howto-box{
    height: 1000px;
  }
  .difficult-wrapper-title{
    width: 100%;
  }
  .difficult-wrapper ul{
    width: 100%;
  }
  .difficult-wrapper li{
    font-size: 15px;
    line-height: 28px;
  }
  .difficult-wrapper i{
    font-size: 18px;
  }
  .temp2{
    height: 750px;
  }
  .temp3{
    height: 2000px;
  }
  .point{

  }
  .temp4{
    height: 1900px;
  }
  .temp5{
    height: 2500px;
  }

/*#header .section page-header{
    height:80px;
  }*/
  .header-logo-img {
    width: 124px;
    padding: 0;
  }
  .header-logo-img img{
    width: 120px;
    height: 45px;
    margin-top: 5px;
  }
  .header-tel{
    position: relative;
    margin-top: 6px;
  }
  .header-tel-icon img{
    width: 20px;
    position: absolute;
    top: 0px;
  }
  .loss-wrap .img-box img {
    background-image: url(https://kirihare.jp/wp-content/uploads/loss.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    width: 330px;
    height: auto;
  }
  .difference-wrap .subtitle {
    margin-top: 40px;
  }
  .footer-list {
    flex-wrap: wrap;
  }

  .header {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height:65px;
    z-index: 100;
    background-color: white;
  }
  .header-top {
    padding-top: 5px;
    position: relative;
    width: 100%;
  }
  .header-step-disc {
    display: table;
    margin: 0 auto;
    max-width: 220px;
  }
  .header-step-disc > ul {
    display: table-row;
  }
  .header-step-disc > ul > li:after {
    display: block;
  }
  #pc-menu{
    display: none;
  }
  #sp-menu {
    display: block;
    margin-top: 11px;
    margin-right: 40px;
  }
  #sp-menu .sp-menu-holder {
    position:absolute;
    left: 90%;
    cursor: pointer;
    width: 63px;
    height: 63px;
    margin-top: 0px;
  }

  /* 三本線 */
  .sp-menu-bar,
  .sp-menu-bar:after,
  .sp-menu-bar:before {
    background-color: black;
    width: 40px;
    height: 3.5px;
    border-radius: 10px;
  }
  .sp-menu-bar:before {
    content: "";
    top: 18px;
  }
  .sp-menu-bar:after {
    content: "";
    top: 36px;
  }
  .header-title {
    padding-top: 60px;
    font-size: 50px;
  }
  .header-step0 {
    margin-top: 10px;
  }

  .header-disc p {
    font: 18px;
  }
  .header-tel {
    display: none;
  }
  .sp-header-left {
    display: flex;
    /* display: block; */
    margin-top: 10px;
    margin-left: 10px;
    /* margin-left: 500px; */
  }
 /* .sp-tel-btn {
    width:105px;
    height: 35px;
    border-radius: 65px;
    background: #96cc48;
    line-height: 38px;
    font-size: 14px;
    padding-left: 16px;
    position: absolute;
    left:55%;
    margin-top: 3px;
  }*/
  .sp-tel-btn a {
    color: #fff;
  }
  .sp-tel-btn a:hover {
    text-decoration: none;
  }
  .sp-tel-btn img {
    width: 18px;
    vertical-align: -5px;
  }
  .button3{
    background-color: #fff;
    color:  #2a5103;
    display: inline-block;
    padding: 4px 40px;
    border-radius: 20px;
    border: solid 3px  #2a5103;
    margin-bottom: 30px;
  }
  .detail4-content img{
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .detail4-content{
    width: 100%;
    height: 750px;
    position: relative;
  }
  .detail4-content h2{
    border-bottom: 4px solid orange;
    display: inline;
    line-height:50px;
  }
  .bg-clr-green.detail4-content h2{
    border-bottom: 4px solid #fff;
  }
  .detail4-content h3{
    font-size: 200px;
    color: #CCC;
    opacity: 0.5;
    position: absolute;
    top: 40%;
    left: 36%;
    z-index: 20;
  }
  .group-content p{
    line-height: 30px;
    border-bottom: #99cc66 solid 5px;
    margin: 30px auto;
    margin-bottom: 60px;
  }
  .detail5-image img{
    width: 300px;
    height: auto;
    opacity: 0.25;
    position: absolute;
    top:10%;
    left: 30%;
  }
  .detail6{
    width: 100%;
    margin: 0 auto;
  }
  .detail6-image img{
    width:100px;
    height: auto;
  }
  .detail6-content{
    position: relative;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    margin-top: 40px;
  }
  .detail6-image{
    position: absolute;
    top: 30%;
    left: 10%;
  }
  .big.detail6-image img{
    width: 90px;
    height: auto;
  }
  .circle{
    margin-left: 25%;
  }
  .reason-content h3,.reason-content h4{
    margin-top: 18px;
    font-size: 14px;
    text-align: center;
  }
  .font-small p{
    font-size: 8px;
    width: 98%;
    margin: 0 auto;
  }
  .function-width{
    width: 96%;
    padding: 30px 5px 0 5px;
  }
  .function-content p{
    font-size: 11px;
  }
  .function-content i{
    font-size: 18px;
    text-align: center;
  }
  .rule-width{
    padding: 30px 10px;
  }
  .point-1-text{
    padding-top: 30px;
  }
  .point-1-text h2{
    padding-bottom: 30px;
  }
}

}
/*=====
 * 
 * assets/css/style.css
 * 
 * =======*/
	@charset "UTF-8";
#assets	.u-desktop {
	  display: none;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.u-desktop {
	    display: block;
	  }
	}
	@media screen and (max-width: 1023px) {
#assets	.u-mobile {
	    display: none;
	  }
	}
	}
	/* font-weight */
	/* リキッドレイアウト対応 */
	html {
	  font-size: 16px;
	}
	/* ホバー */
	a {
#assets	  text-decoration: none;
	  color: inherit;
	  -webkit-transition: opacity 0.3s;
	  transition: opacity 0.3s;
	  opacity: 0.8;
	}
	@media screen and (max-width: 767px) {
#assets	  a:hover {
	    opacity: 1;
	  }
	}
	
#assets	*,
#assets	*::before,
#assets	*::after {
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
	}
	
	/* Remove default padding */
#assets	ul,
#assets	ol {
	  padding: 0;
	}
	
	/* Remove default margin */
#assets	body,
#assets	h1,
#assets	h2,
#assets	h3,
#assets	h4,
#assets	p,
#assets	ul,
#assets	ol,
#assets	figure,
#assets	blockquote,
#assets	dl,
#assets	dd {
	  margin: 0;
	}
	
	/* Set core root defaults */
#assets	html {
	  scroll-behavior: smooth;
	}
	
	/* Set core body defaults */
#assets	body {
	  min-height: 100vh;
	  text-rendering: optimizeSpeed;
	  line-height: 1.5;
	}
	
	/* Remove list styles on ul, ol elements with a class attribute */
#assets	ul,
#assets	ol {
	  list-style: none;
	}
	
	/* A elements that don't have a class get default styles */
#assets	a:not([class]) {
	  text-decoration-skip-ink: auto;
	}
	
	/* Make images easier to work with */
#assets	img {
	  max-width: 100%;
	  display: block;
	  width: 100%;
	  height: auto;
	}
	
	/* Natural flow and rhythm in articles by default */
#assets	article > * + * {
	  margin-top: 1em;
	}
	
	/* Inherit fonts for inputs and buttons */
#assets	input,
#assets	button,
#assets	textarea,
#assets	select {
	  font: inherit;
	}
	
	/* Blur images when they have no alt attribute */
#assets	img:not([alt]) {
	  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	  -webkit-filter: blur(10px);
	          filter: blur(10px);
	}
	
	
	
#assets	.button {
	  display: inline-block;
	  font-size: 30px;
	  font-size: 1.875rem;
	  border-radius: 3.125rem;
	  border: 1px solid #707070;
	  border: 0.0625rem solid #707070;
	  text-align: center;
	  padding: 0 52px 10px 67px;
	  padding: 0 3.25rem 0.625rem 4.1875rem;
	  -webkit-transition: all .3s ease 0s;
	  transition: all .3s ease 0s;
	}
	
#assets	.button span {
	  font-size: 16px;
	  font-size: 1rem;
	}
	
#assets	.button:hover {
	  background: #333;
	  color: #fff;
	}
	
	@media screen and (max-width: 767px) {
#assets	.button {
	    font-size: 1.5rem;
	    padding: 0 1.25rem 0.625rem;
	  }
	}
	
#assets	.section-title {
	  font-size: 50px;
	  font-size: 3.125rem;
	  text-align: center;
	  line-height: 85px;
	  line-height: 5.3125rem;
	  font-weight: 300;
	}
	
	@media screen and (max-width: 1198px) {
#assets	.section-title {
	    font-size: 2.5rem;
	  }
	}
	
	@media screen and (max-width: 1023px) {
#assets	.section-title {
	    font-size: 1.875rem;
	    line-height: 2.5rem;
	  }
	}
	
	@media screen and (max-width: 767px) {
#assets	.section-title {
	    font-size: 1.375rem;
	  }
	}
	
#assets	.catch {
	  border-top: 1px solid #707070;
	  border-top: 0.0625rem solid #707070;
	  border-bottom: 1px solid #707070;
	  border-bottom: 0.0625rem solid #707070;
	  text-align: center;
	}
	
#assets	.catch__text {
	  font-size: 30px;
	  font-size: 1.875rem;
	  margin-top: 80px;
	  margin-top: 5rem;
	  line-height: 51px;
	line-height: 3.1875rem;
}
/*
#assets	.catch__text {
	    font-size: 1.5rem;
	    text-align: left;
	    padding: 0 1.25rem;
	  }*/

	}
	
#assets	.catch__button {
	  margin: 50px 0 70px;
	  margin: 3.125rem 0 4.375rem;
	}
	
#assets	.induction1 {
	  width: 100%;
	  background-color: #6e9846;
	  color: white;
	  font-family: 'TsukuARdGothic-Regular', YuGothic, "Yu Gothic", 'Noto Sans Japanese', sans-serif;
	  border-top: #2a5103 8px solid;
	  border-bottom: #2a5103 8px solid;
	  height: auto;
	  margin-bottom: 125px;
	  background-image: url("https://kirihare.jp/wp-content/uploads/028917.jpg");
	  background-size: cover;
	  margin-top: 140px;
	}
	
#assets	.induction1 span {
	  background-color: #fff;
	  color: #6e9846;
	  padding: 1px 4px;
	}
	
#assets	.induction1 h2 {
	  font-size: 32px;
	  margin-bottom: 60px;
	}
	
#assets	.font-weight-bold + .font-weight-bold {
	  margin-top: 20px;
	}
	
#assets	.button3 {
	  background-color: #fff;
	  color: #2a5103;
	  display: inline-block;
	  padding: 4px 200px;
	  border-radius: 20px;
	  border: solid 3px  #2a5103;
	  margin-bottom: 70px;
	  opacity: 1;
	}
	
	@media screen and (max-width: 767px) {
#assets	.button3 {
	    padding: 4px 20px;
	  }
	}
	
#assets	.header-buttons-wrapper {
	  background: rgba(0, 0, 0, 0);
	  padding-top: 35px;
	  padding-bottom: 0;
	  padding-left: 0px;
	  padding-right: 0;
	  border-radius: 0;
	  text-align: center;
	}
	
#assets	.header-buttons-wrapper a:hover {
	  text-decoration: none;
	  color: #0056b3;
	}
	
#assets	.footer {
	  background: #618e34;
	  padding-top: 26px;
	  padding-bottom: 15px;
	}
	
#assets	.footer-list {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	  font-size: 20px;
	  margin-bottom: 75px;
	}
	
#assets	.footer-list li {
	  border-right: 1px solid #fff;
	}
	
#assets	.footer-list li a {
	  color: #ffffff;
	  width: 100%;
	  height: 100%;
	  display: block;
	  padding: 0 10px;
	}
	
#assets	.footer-credit {
	  color: white;
	  text-align: center;
	  font-size: 15px;
	  margin: 0px;
	}
	
	@media screen and (max-width: 767px) {
#assets	.footer-list {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	  }
#assets	.header-buttons-wrapper {
	    padding-top: 20px;
	  }
	}
	
#assets	.header {
	  height: 116px;
	  padding: 0 20px;
	}
	
#assets	.container {
	  max-width: 1500px;
	  height: inherit;
	  margin: auto;
	}
	
#assets	.header-top {
	  height: inherit;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	}
	
#assets	.header-logo-img {
	  width: 184px;
	}
	
#assets	.header-logo-img img {
	  width: 140px;
	  height: 60px;
	}
	
#assets	.header-tel {
	  position: relative;
	  margin-top: 6px;
	}
	
#assets	.header-tel-icon {
	  width: 35px;
	  position: absolute;
	  top: 12px;
	}
	
#assets	.tel-number {
	  margin: 0;
	  padding-left: 47px;
	  font-size: 32px;
	  font-weight: bold;
	  color: #444444;
	}
	
#assets	.tel-number span {
	  font-size: 15px;
	  vertical-align: 5px;
	}
	
#assets	.sp-header-left {
	  display: none;
	}
	
	@media screen and (max-width: 767px) {
#assets	.header .container {
	    width: 98%;
	    margin: 0 auto;
	  }
#assets	.header {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 65px;
	    z-index: 200;
	    background-color: white;
	  }
#assets	.header-top {
	    padding-top: 5px;
	    position: relative;
	    width: 100%;
	  }
#assets	.header-logo-img {
	    width: 104px;
	    padding: 0;
	  }
#assets	.header-logo-img img {
	    width: 120px;
	    height: 45px;
	    margin-top: 5px;
	  }
#assets	.header-tel {
	    display: none;
	  }
#assets	.sp-header-left {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    margin-top: 10px;
	    margin-left: 10px;
	  }
#assets	.sp-tel-btn {
	    width: 105px;
	    height: 35px;
	    border-radius: 65px;
	    background: #96cc48;
	    line-height: 38px;
	    font-size: 14px;
	    padding-left: 16px;
	    position: absolute;
	    left: 67%;
	    margin-top: 3px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    color: #fff;
	  }
#assets	.sp-tel-btn a:hover {
	    text-decoration: none;
	  }
#assets	.sp-tel-btn img {
	    width: 18px;
	    vertical-align: -5px;
	  }
	}
	
#assets	.l-inner {
	  width: 100%;
	  padding-right: 25px;
	  padding-left: 25px;
	  margin-right: auto;
	  margin-left: auto;
	}
	
	@media screen and (max-width: 767px) {
#assets	.l-inner {
	    max-width: 1330px;
	    padding-right: 20px;
	    padding-left: 20px;
	  }
	}
	
#assets	.list {
	  max-width: 870px;
	  max-width: 54.375rem;
	  margin: 0 auto;
	}
	
#assets	.list__item + .list__item {
	  margin-top: 58px;
	  margin-top: 3.625rem;
	}
	
#assets	.list__item--right .list__head {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: reverse;
	      -ms-flex-direction: row-reverse;
	          flex-direction: row-reverse;
	}
	
#assets	.list__item--right .list__lead {
	  margin: 0 38px 20px 0;
	  margin: 0 2.375rem 1.25rem 0;
	  text-align: left;
	}
	
*/#assets	.list__item--right .list__img {
	  margin: 0 -120px 0 2px;
	  margin: 0 -7.5rem 0 0.125rem;
	  max-width: 361px;
	  max-width: 22.5625rem;
	}*/
	
	@media screen and (max-width: 1198px) {
#assets	.list__item--right .list__img {
	    margin-right: 0;
	  }
	}
	
	@media screen and (max-width: 1023px) {
#assets	.list__item--right .list__img {
	    margin: 0 auto;
	  }
	}
	
#assets	.list__item--first .list__textblock {
	  max-width: 640px;
	  max-width: 40rem;
	}
	
/*#assets	.list__item--first .list__img {
	  margin-right: -50px;
	  margin-right: -3.125rem;
	}*/
	
/*#assets	.list__item--first .list__img img {
	  width: 227px;
	  width: 14.1875rem;
	  height: 230px;
	  height: 14.375rem;
	}*/
	
/*	@media screen and (max-width: 1198px) {
#assets	.list__item--first .list__img {
	    margin-right: 0;
	  }
	}*/
	
#assets	.list__head {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: end;
	      -ms-flex-align: end;
	          align-items: flex-end;
	}
	
	@media screen and (max-width: 767px) {
#assets	.list__head {
	    display: block;
	  }
	}
	
#assets	.list__headblock {
	  border: 1px solid #707070;
	  border: 0.0625rem solid #707070;
	  border-radius: 1.8125rem;
	  padding: 16px 10px 0;
	  padding: 1rem 0.625rem 0;
	  display: inline-block;
	}
	
#assets	.list__heading1 {
	  font-size: 30px;
	  font-size: 1.875rem;
	  text-align: center;
	}
	
#assets	.list__heading2 {
	  font-size: 50px;
	  font-size: 3.125rem;
	  white-space: nowrap;
	}
	
#assets	.list__heading2 span {
	  font-size: 20px;
	  font-size: 1.25rem;
	  margin-right: 8px;
	  margin-right: 0.5rem;
	  vertical-align: 5px;
	  vertical-align: 0.3125rem;
	}
	
#assets	.list__lead {
	  font-size: 30px;
	  font-size: 1.875rem;
	  border-bottom: 1px solid #707070;
	  border-bottom: 0.0625rem solid #707070;
	  width: 100%;
	  margin: 0 0 20px 30px;
	  margin: 0 0 1.25rem 1.875rem;
	  padding-bottom: 10px;
	  padding-bottom: 0.625rem;
	}
	
	@media screen and (max-width: 767px) {
#assets	.list__lead {
	    margin: 0;
	  }
	}
	
#assets	.list__body {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  margin-top: 35px;
	  margin-top: 2.1875rem;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.list__body {
	    display: block;
	  }
	}
	
#assets	.list__text {
	  line-height: 34px;
	  line-height: 2.125rem;
	}
	
#assets	.list__img {
	  margin-left: 5px;
	  margin-left: .5rem;
	  max-width:250px;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.list__img {
	    margin: 0 auto;
	  }
#assets	.list__img img {
	    max-width: 22.5625rem;
	    max-height: 18rem;
	    margin: 0 auto;
	  }
	}
	
#assets	.about__items {
	  max-width: 1200px;
	  max-width: 75rem;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  margin: 27px auto 0;
	  margin: 1.6875rem auto 0;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.about__items {
	    display: block;
	  }
	}
	
#assets	.about__item {
	  border: 3px solid #707070;
	  border: 0.1875rem solid #707070;
	  border-radius: 0.6875rem;
	  position: relative;
	  height: 100%;
	}
	
#assets	.about__item + .about__item {
	  margin-left: 19px;
	  margin-left: 1.1875rem;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.about__item + .about__item {
	    margin-left: 0;
	    margin-top: 0.625rem;
	  }
	}
	
#assets	.about__item:last-of-type .about__img {
	  max-width: 266px;
	  max-width: 16.625rem;
	  height: 214px;
	  height: 13.375rem;
	  margin-top: -20px;
	  margin-top: -1.25rem;
	}
	
#assets	.about__item:last-of-type .about__text {
	  margin-top: 20px;
	  margin-top: 1.25rem;
	}
	
#assets	.about__lead {
	  background: #f0f0f0;
	  border-radius: 1.0625rem;
	  margin: 12px;
	  margin: 0.75rem;
	  text-align: center;
	  font-size: 29px;
	  font-size: 1.8125rem;
	  font-weight: 600;
	  color: #000;
	  position: relative;
	  padding: 5px 0;
	  padding: 0.3125rem 0;
	}
	
#assets	.about__lead::after {
	  position: absolute;
	  content: '';
	  top: 100%;
	  left: 43%;
	  border: 22px solid transparent;
	  border: 1.375rem solid transparent;
	  border-top: 26px solid #F0F0F0;
	  border-top: 1.625rem solid #F0F0F0;
	  width: 0;
	  height: 0;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.about__lead::after {
	    border: none;
	  }
	}
	
#assets	.about__img {
	  max-width: 214px;
	  max-width: 13.375rem;
	  margin: 0 auto;
	}
	
#assets	.about__text {
	  background: #707070;
	  color: #fff;
	  padding: 22px 12px;
	  padding: 1.375rem 0.75rem;
	  line-height: 44px;
	  line-height: 2.75rem;
	}
	
#assets	.difficult__title {
	  margin-top: 89px;
	  margin-top: 5.5625rem;
	}
	
#assets	.difficult__head {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  margin: 78px auto 0;
	  margin: 4.875rem auto 0;
	  max-width: 1150px;
	  max-width: 71.875rem;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.difficult__head {
	    display: block;
	    margin-top: 1.25rem;
	  }
	}
	
#assets	.difficult__img {
	  max-width: 576px;
	  max-width: 36rem;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.difficult__img {
	    margin: 0 auto;
	  }
	}
	
#assets	.difficult__item {
	  border: 1px solid #707070;
	  border: 0.0625rem solid #707070;
	  border-radius: 1.8125rem;
	  padding: 20px 37px 8px 57px;
	  padding: 1.25rem 2.3125rem 0.5rem 3.5625rem;
	  margin-left: 24px;
	  margin-left: 1.5rem;
	}
	
#assets	.difficult__item + .difficult__item {
	  margin-top: 30px;
	  margin-top: 1.875rem;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.difficult__item {
	    margin-left: 0;
	    padding: 1.25rem 1.875rem;
	  }
	}
	
#assets	.difficult__comment {
	  font-size: 24px;
	  font-size: 1.5rem;
	  line-height: 41px;
	  line-height: 2.5625rem;
	}
	
#assets	.difficult__leadblock {
	  background: #F2F2F2;
	  max-width: 1280px;
	  margin: 40px auto 0;
	  margin: 2.5rem auto 0;
	  padding: 25px 0 50px;
	  padding: 1.5625rem 0 3.125rem;
	}
	
#assets	.difficult__text {
	  font-size: 30px;
	  font-size: 1.875rem;
	  text-align: center;
	  margin-top: 10px;
	  margin-top: 0.625rem;
	  line-height: 51px;
	  line-height: 3.1875rem;
	}
	
	@media screen and (max-width: 1198px) {
#assets	.difficult__text {
	    font-size: 1.5rem;
	  }
	}
	
	@media screen and (max-width: 1023px) {
#assets	.difficult__text {
	    font-size: 1.25rem;
	  }
	}
	
	@media screen and (max-width: 767px) {
	.difficult__text {
	    font-size: 1.125rem;
	    text-align: left;
	  }
	}
	
#assets	.difficult__list {
	  margin-top: 45px;
	  margin-top: 2.8125rem;
	}
	
#assets	.main-view {
	  width: 100%;
	  height: 865px;
	  height: 54.0625rem;
	  position: relative;
	}
	
	@media screen and (max-width: 767px) {
#assets	.main-view {
	    height: 100vh;
	    margin-top: 4.0625rem;
	  }
	}
	
#assets	.main-view__background {
	  height: 865px;
	  height: 54.0625rem;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	      -ms-flex-direction: column;
	          flex-direction: column;
	}
	
	@media screen and (min-width: 1440px) {
#assets	.main-view__background {
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: row;
	            flex-direction: row;
	  }
	}
	
#assets	.main-view__left,
#assets	.main-view__right {
	  width: 100%;
	  height: 50%;
	}
	
	@media screen and (min-width: 1440px) {
#assets	.main-view__left,
#assets	.main-view__right {
	    width: 50%;
	    height: 100%;
	  }
	}
	
#assets	.main-view__left {
	  background: url(https://kirihare.jp/wp-content/uploads/7.jpg) no-repeat center center/cover;
	  background-position: 50% 50%;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.main-view__left {
	    width: 0;
	    height: 0;
	  }
	}
	
	@media screen and (min-width: 1440px) {
#assets	.main-view__left {
	    background: url(https://kirihare.jp/wp-content/uploads/7.jpg) no-repeat left center/cover;
	    background-position: top  right;
	  }
	}
	
#assets	.main-view__right {
	  background: url(https://kirihare.jp/wp-content/uploads/6.jpg) no-repeat center center/cover;
	}
	
	@media screen and (min-width: 1440px) {
#assets	.main-view__right {
	    background: url(https://kirihare.jp/wp-content/uploads/6.jpg) no-repeat right center/cover;
	  }
	}
	
	@media screen and (max-width: 1023px) {
#assets	.main-view__right {
	    height: 100%;
	  }
	}
	
	@media screen and (max-width: 767px) {
#assets	.main-view__right {
	    height: 100vh;
	  }
	}
	
#assets	.main-view__content {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	          transform: translate(-50%, -50%);
	  background: #fff;
	  padding: 55px 48px 54px;
	  padding: 3.4375rem 3rem 3.375rem;
	  text-align: center;
	}
	
	@media screen and (max-width: 1023px) {
	.main-view__content {
	    opacity: 0.9;
	  }
	}
	
	@media screen and (max-width: 767px) {
#assets	.main-view__content {
	    padding: 1.25rem 0.625rem;
	  }
	}
	
#assets	.main-view__lead {
	  font-size: 50px;
	  font-size: 3.125rem;
	  border-bottom: 1px solid #707070;
	  border-bottom: 0.0625rem solid #707070;
	  white-space: nowrap;
	}
	
	@media screen and (max-width: 767px) {
#assets	.main-view__lead {
	    font-size: 1.875rem;
	  }
	}
	
#assets	.dot {
	  position: relative;
	  padding-top: 0.8em;
	}
	
#assets	.dot::before {
	  position: absolute;
	  content: '';
	  width: 0.2em;
	  height: 0.2em;
	  border-radius: 50%;
	  background-color: #707070;
	  top: 0;
	  left: 50%;
	  -webkit-transform: translate(-50%, 0);
	          transform: translate(-50%, 0);
	}
	
#assets	.main-view__title {
	  font-size: 100px;
	  font-size: 6.25rem;
	  margin-top: 20px;
	  margin-top: 1.25rem;
	  font-weight: 600;
	  line-height: 120px;
	  line-height: 7.5rem;
	}
	
	@media screen and (max-width: 767px) {
#assets	.main-view__title {
	    font-size: 3.125rem;
	    line-height: 4.375rem;
	  }
	}
	
#assets	.main-view__text {
	  font-size: 30px;
	  font-size: 1.875rem;
	  position: relative;
	  display: inline-block;
	  margin-top: 20px;
	  margin-top: 1.25rem;
	}
	
#assets	.main-view__text::before, .main-view__text::after {
	  content: '';
	  position: absolute;
	  top: 50%;
	  display: inline-block;
	  width: 81px;
	  width: 5.0625rem;
	  height: 1px;
	  height: 0.0625rem;
	  background-color: #707070;
	}
	
	@media screen and (max-width: 767px) {
#assets	.main-view__text::before, .main-view__text::after {
	    width: 40px;
	  }
	}
	
#assets	.main-view__text::before {
	  left: -70px;
	  left: -4.375rem;
	  -webkit-transform: rotate(70deg);
	          transform: rotate(70deg);
	}
	
	@media screen and (max-width: 767px) {
#assets	.main-view__text::before {
	    left: -30px;
	  }
	}
	
#assets	.main-view__text::after {
	  right: -70px;
	  right: -4.375rem;
	  -webkit-transform: rotate(-70deg);
	          transform: rotate(-70deg);
	}
	
	@media screen and (max-width: 767px) {
#assets	.main-view__text::after {
	    right: -30px;
	  }
	}
	
	@media screen and (max-width: 767px) {
#assets	.main-view__text {
	    font-size: 1.25rem;
	  }
	}
	
#assets	.main-view__button {
	  margin-top: 30px;
	  margin-top: 1.875rem;
	}
	
#assets	.necessity {
	  background: #EDEDED;
	}
	
#assets	.necessity__title {
	  padding-top: 20px;
	  padding-top: 1.25rem;
	}
	
#assets	.necessity__body {
	  background: #fff;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  padding: 45px 37px 50px 58px;
	  padding: 2.8125rem 2.3125rem 3.125rem 3.625rem;
	  max-width: 1038px;
	  max-width: 64.875rem;
	  margin: 30px auto 0;
	  margin: 1.875rem auto 0;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.necessity__body {
	    display: block;
	  }
	}
	
	@media screen and (max-width: 767px) {
#assets	.necessity__body {
	    padding: 2.8125rem 2.3125rem 3.125rem;
	  }
	}
	
#assets	.necessity__body:nth-of-type(2n) {
	  display: block;
	  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(60%, #fff)), url(https://kirihare.jp/wp-content/uploads/3312232_m.jpg), #fff;
	  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #fff 60%), url(https://kirihare.jp/wp-content/uploads/3312232_m.jpg), #fff;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: 150px;
	  background-position: 9.375rem;
	  padding: 0;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.necessity__body:nth-of-type(2n) {
	    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #fff)), url(https://kirihare.jp/wp-content/uploads/3312232_m.jpg);
	    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #fff 50%), url(https://kirihare.jp/wp-content/uploads/3312232_m.jpg);
	    background-position: top 0 right 50%;
	    background-size: cover;
	    background-repeat: no-repeat;
	  }
	}
	
	@media screen and (max-width: 767px) {
#assets	.necessity__body:nth-of-type(2n) {
	    background-image: url(https://kirihare.jp/wp-content/uploads/3312232_m.jpg);
	    background-color: rgba(255, 255, 255, .8);
	    background-blend-mode: lighten;
	    background-position: top 0 right 22%;
	    background-size: cover;
	    background-repeat: no-repeat;
	  }
	}
	
#assets	.necessity__body:nth-of-type(2n) .necessity__content {
	  padding: 78px 0 225px 49px;
	  padding: 4.875rem 0 14.0625rem 3.0625rem;
	  margin: 0;
	  max-width: 551px;
	  max-width: 34.4375rem;
	}
	
	@media screen and (max-width: 767px) {
#assets	.necessity__body:nth-of-type(2n) .necessity__content {
	    padding: 1.25rem 0.625rem;
	  }
	}
	
#assets	.necessity__body:nth-of-type(2n) .necessity__text {
	  font-size: 24px;
	  font-size: 1.5rem;
	  line-height: 41px;
	  line-height: 2.5625rem;
	}
	#assets	.necessity__body:nth-of-type(2n) .necessity__text br{
	  display:none;
	}
	
#assets	.necessity__img {
	  width: 274px;
	  width: 17.125rem;
	  max-width: 100%;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.necessity__img {
	    margin: 0 auto;
	  }
	}
	
#assets	.necessity__content {
	  margin-left: 102px;
	  margin-left: 6.375rem;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.necessity__content {
	    margin-left: 0;
	  }
	}
	
#assets	.necessity__textblock + .necessity__textblock {
	  margin-top: 35px;
	  margin-top: 2.1875rem;
	}
	
#assets	.necessity__text {
	  font-size: 30px;
	  font-size: 1.875rem;
	  line-height: 51px;
	  line-height: 3.1875rem;
	}
	
	@media screen and (max-width: 767px) {
#assets	.necessity__text {
	    font-size: 1.25rem;
	  }
	}
	
#assets	.necessity__arrow {
	  display: block;
	  margin: 22px auto 0;
	  margin: 1.375rem auto 0;
	  max-width: 280px;
	  max-width: 17.5rem;
	  border-left: 140px solid transparent;
	  border-left: 8.75rem solid transparent;
	  border-right: 140px solid transparent;
	  border-right: 8.75rem solid transparent;
	  border-top: 52px solid #fff;
	  border-top: 3.25rem solid #fff;
	}
#assets .necessity p span {
    border-bottom: none;
}
	
#assets	.necessity__lead {
	  font-size: 30px;
	  font-size: 1.875rem;
	  line-height: 51px;
	  line-height: 3.1875rem;
	  text-align: center;
	  margin-top: 40px;
	  margin-top: 2.5rem;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.necessity__lead {
	    font-size: 1.25rem;
	  }
	}
	
	@media screen and (max-width: 767px) {
#assets	.necessity__lead {
	    text-align: left;
	  }
	}
	
#assets	.necessity__video {
	  margin: 78px auto 0;
	  margin: 4.875rem auto 0;
	  max-width: 810px;
	  max-width: 50.625rem;
	  width: 100%;
	}
	
#assets	.necessity__wrapper {
	  padding-top: 56.25%;
	  position: relative;
	}
	
#assets	.necessity__wrapper > iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  border: none;
	}
	
#assets	.necessity__link {
	  text-align: center;
	  margin-top: 45px;
	  margin-top: 2.8125rem;
	  padding-bottom: 85px;
	  padding-bottom: 5.3125rem;
	  display: block;
	  font-size: 24px;
	  font-size: 1.5rem;
	}
	
#assets	.necessity__space {
	  margin-left: 30px;
	  margin-left: 1.875rem;
	}
	
	@media screen and (max-width: 767px) {
#assets	.necessity__space::before {
	    content: "\A";
	    white-space: pre;
	  }
	}
	
#assets	.point02 {
	  background: #E4E4E4;
	}

#assets	.point__arrow {
	  width: 0;
	  max-width: 1280px;
	  max-width: 80rem;
	  height: 0;
	  margin: 55px auto 0;
	  margin: 3.4375rem auto 0;
	  border-style: solid;
	  border-color: #fff #E4E4E4 #E4E4E4 #E4E4E4;
	  border-width: 145px 50vw 0 50vw;
	  border-width: 9.0625rem 50vw 0 50vw;
	}
	
	@media screen and (min-width: 1440px) {
/*#assets .point__arrow {
	    border-width: 9.0625rem 40rem 0 40rem;
	  }*/
	}
	
#assets	.point__title {
	  padding-top: 80px;
	  padding-top: 5rem;
	 /* text-align: left;*/
	}
	
#assets	.point__items {
	  margin: 20px 108px 0;
	  margin: 1.25rem 6.75rem 0;
	  padding-bottom: 135px;
	  padding-bottom: 8.4375rem;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.point__items {
	    margin: 1.25rem 0;
	  }
	}
	
#assets	.point__item {
	  background: #fff;
	  border-radius: 1.75rem;
	  padding: 25px 76px 20px 49px;
	  padding: 1.5625rem 4.75rem 1.25rem 3.0625rem;
	}
	
#assets	.point__item + .point__item {
	  margin-top: 30px;
	  margin-top: 1.875rem;
	}
	
#assets	.point__item:nth-of-type(2n) {
	  padding-bottom: 54px;
	  padding-bottom: 3.375rem;
	}
	
	@media screen and (max-width: 767px) {
#assets	.point__item {
	    padding: 1.5625rem 1.25rem 1.25rem;
	  }
	}
	
#assets	.point__head {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  font-size: 30px;
	  font-size: 1.875rem;
	  border-bottom: 1px solid #707070;
	  border-bottom: 0.0625rem solid #707070;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	  max-width: 708px;
	  max-width: 44.25rem;
	  margin: 0 auto;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.point__head {
	    display: block;
	    font-size: 1.6875rem;
	  }
	}
	
#assets	.point__lead {
	  margin-left: 28px;
	  margin-left: 1.75rem;
	  padding-bottom: 10px;
	  padding-bottom: 0.625rem;
	}
	
#assets	.point__body {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  margin-top: 15px;
	  margin-top: 0.9375rem;
	}
	
#assets	.point__body img {
	  margin: 0;
	  width: 288px;
	  width: 18rem;
	  height: 192px;
	  height: 12rem;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.point__body {
	    display: block;
	  }
#assets	.point__body img {
	    margin: 0 auto;
	  }
	}
	
#assets	.point__textblock {
	  line-height: 34px;
	  line-height: 2.125rem;
	  margin-left: 27px;
	  margin-left: 1.6875rem;
	}
	
	@media screen and (max-width: 1023px) {
#assets	.point__textblock {
	    margin-top: 0.625rem;
	  }
	}
	
	@media screen and (max-width: 767px) {
#assets	.point__textblock {
	    margin: 0;
	  }
	}
	
#assets	.security__title {
	  margin-top: 60px;
	  margin-top: 3.75rem;
	}
	
#assets	.security__items {
	  margin: 90px auto 110px;
	  margin: 5.625rem auto 6.875rem;
	  max-width: 1020px;
	  max-width: 63.75rem;
	}
	
#assets	.security__items .list__item {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}
	
#assets	.security__items .list__item + .security__items .list__item {
	  margin-top: 60px;
	  margin-top: 3.75rem;
	}
	
	@media screen and (max-width: 767px) {
#assets	.security__items .list__item {
	    display: block;
	  }
	}
	
#assets	.security__items .list__heading {
	  font-size: 50px;
	  font-size: 3.125rem;
	  display: inline-block;
	}
	
#assets	.security__items .list__content {
	  margin-left: 37px;
	  margin-left: 2.3125rem;
	}
	
@media screen and (max-width: 767px) {
#assets	.security__items .list__content {
	    margin-left: 0;
	  }
	}
	
#assets	.security__items .list__lead {
	  margin: 0;
	  max-width: 698px;
	  max-width: 43.625rem;
	}
	
#assets	.security__items .list__body {
	  margin-top: 36px;
	  margin-top: 2.25rem;
	}
	
#assets	.security__items .list__img {
	  max-width: 228px;
	  max-width: 14.25rem;
	  margin: 0;
	}
	
@media screen and (max-width: 1023px) {
#assets	.security__items .list__img {
	    margin: 0 auto;
	  }
	}
	
#assets	.security__items .list__textblock {
	  margin-left: 44px;
	  margin-left: 2.75rem;
	}
	
@media screen and (max-width: 1023px) {
#assets	.security__items .list__textblock {
	    margin: 1.25rem 0 0;
	  }
	}
	
#assets	.card01 {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}
	
@media screen and (max-width: 1023px) {
#assets	.card01 {
	    display: block;
	  }
	}
	
#assets	.card__item {
	  width: calc(33% - 4.66667px);
	}
	
#assets	.card__item:not(:nth-child(3n + 1)) {
	  margin-left: 7px;
	  margin-left: 0.4375rem;
	}
	
#assets	.card__item:first-of-type .card__img {
	  max-width: 152px;
	  max-width: 9.5rem;
	}
	
#assets	.card__item:first-of-type .card__text {
	  margin-top: 30px;
	  margin-top: 1.875rem;
	}
	
@media screen and (max-width: 1023px) {
#assets	.card__item {
	    width: 100%;
	  }
#assets	.card__item + .card__item {
	    margin-top: 0.625rem;
	  }
	}
	
#assets	.card__body {
	  border: 1px solid #707070;
	  border: 0.0625rem solid #707070;
	  padding: 20px 25px 11px;
	  padding: 1.25rem 1.5625rem 0.6875rem;
	  margin-top: 35px;
	  margin-top: 2.1875rem;
	  height: 446px;
	  height: 27.875rem;
	}
	
#assets	.card__lead {
	  text-align: center;
	  font-size: 30px;
	  font-size: 1.875rem;
	}
	
#assets	.card__img {
	  margin: 22px auto 0;
	  margin: 1.375rem auto 0;
	}
	
@media screen and (max-width: 1023px) {
#assets	.card__img {
	    max-width: 21.875rem;
	  }
	}
	
#assets	.card__text {
	  font-size: 24px;
	  font-size: 1.5rem;
	  line-height: 41px;
	  line-height: 2.5625rem;
	  margin-top: -10px;
	  margin-top: -0.625rem;
	}
	
/*== ハラスメント相談のフローここから ==*/

#assets	.flow-h {
	  max-width: 1063px;
	  max-width: 66.4375rem;
	margin:0 auto;
	}
	
#assets	.flow__title {
	  margin: 175px 0 55px;
	  margin: 10.9375rem 0 3.4375rem;
	}
	
#assets	.flow__body {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  border: 1px solid #707070;
	  border: 0.0625rem solid #707070;
	  margin-top: 40px;
	  margin-top: 2.5rem;
	  padding: 19px 160px 5px 7px;
	  padding: 1.1875rem 10rem 0.3125rem 0.4375rem;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	  width: 82%;
	}
	
@media screen and (max-width: 1023px) {
#assets	.flow__body {
	    width: 100%;
	    padding-right: 6.25rem;
	  }
	}
	
@media screen and (max-width: 767px) {
#assets	.flow__body {
	    display: block;
	    padding: 1.1875rem 1.8125rem 0.4375rem;
	  }
	}
	
#assets	.flow__body:first-of-type {
	  margin-top: 21px;
	  margin-top: 1.3125rem;
	  padding: 25px 290px 30px 29px;
	  padding: 1.5625rem 18.125rem 1.875rem 1.8125rem;
	  width: 100%;
	}
	
@media screen and (max-width: 1023px) {
#assets	.flow__body:first-of-type {
	    padding-right: 1.8125rem;
	  }
	}
	
#assets	.flow__body:first-of-type .flow__img {
	  max-width: 191px;
	  max-width: 11.9375rem;
	}
	
#assets	.flow__body:first-of-type .flow__content {
	  margin-left: 15px;
	  margin-left: 0.9375rem;
	}
	
#assets	.flow__body:first-of-type .flow__text {
	  margin-bottom: 0;
	}
	
#assets	.flow__img {
	  max-width: 247px;
	  max-width: 15.4375rem;
	}
	
@media screen and (max-width: 767px) {
#assets	.flow__img {
	    margin: 0 auto;
	  }
	}
	
#assets	.flow__lead {
	  font-size: 30px;
	  font-size: 1.875rem;
	  line-height: 51px;
	  line-height: 3.1875rem;
	  margin-bottom: 15px;
	  margin-bottom: 0.9375rem;
	  white-space: nowrap;
	}
	
@media screen and (max-width: 767px) {
#assets	.flow__lead {
	    white-space: normal;
	    font-size: 1.5rem;
	  }
	}
	
#assets	.flow__text {
	  font-size: 24px;
	  font-size: 1.5rem;
	  line-height: 41px;
	  line-height: 2.5625rem;
	}
	
#assets	.flow__text:last-of-type {
	  margin-bottom: 45px;
	  margin-bottom: 2.8125rem;
	}
	
#assets	.flow__chart {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	  margin-top: 40px;
	  margin-top: 2.5rem;
	}
	
#assets	.flow__arrow {
	  position: relative;
	  padding-left: 100px;
	  padding-left: 6.25rem;
	  font-size: 24px;
	  font-size: 1.5rem;
	}
	
@media screen and (max-width: 1023px) {
#assets	.flow__arrow {
	    text-align: center;
	    padding-left: 0;
	  }
	}
	
#assets	.flow__arrow::before, .flow__arrow::after {
	  position: absolute;
	  content: '';
	  margin: auto;
	  bottom: 0;
	}
	
#assets	.flow__arrow::after {
	  top: 80px;
	  top: 5rem;
	  left: 25px;
	  left: 1.5625rem;
	  width: 0;
	  height: 0;
	  border: 30px solid transparent;
	  border: 1.875rem solid transparent;
	  border-top: 52px solid #C4C4C4;
	  border-top: 3.25rem solid #C4C4C4;
	}
	
#assets	.flow__arrow::before {
	  top: 0;
	  left: 40px;
	  left: 2.5rem;
	  width: 30px;
	  width: 1.875rem;
	  height: 56px;
	  height: 3.5rem;
	  background: #C4C4C4;
	}
	
#assets	.flow__arrow--first {
	  left: 70px;
	  left: 4.375rem;
	}
	
@media screen and (max-width: 1023px) {
#assets	.flow__arrow--first {
	    margin: 0 auto;
	    left: 0;
	    padding-left: 6.25rem;
	  }
	}
	
#assets	.flow__arrow--long {
	  display: block;
	  top: 180px;
	  top: 11.25rem;
	}
	
#assets	.flow__arrow--long::after {
	  top: 470px;
	  top: 29.375rem;
	}
	
#assets	.flow__arrow--long::before {
	  height: 432px;
	  height: 27rem;
	}
	
@media screen and (max-width: 1023px) {
#assets	.flow__arrow--long {
	    display: none;
	  }
	}
	
#assets	.flow__caption {
	  margin-left: 20px;
	  margin-left: 1.25rem;
	  padding-top: 15px;
	  padding-top: 0.9375rem;
	}
	
#assets	.flow__indent {
	  text-indent: -1em;
	  padding-left: 1em;
	}
	
@media screen and (max-width: 767px) {
#assets	.flow__indent {
	    text-indent: 0;
	    padding-left: 0;
	  }
	}
	
#assets	.flow__items {
	  margin: 20px auto 90px;
	  margin: 1.25rem auto 5.625rem;
	}
/*== ハラスメント相談のフローここまで ==*/
#assets	.service__title {
	  margin-top: 75px;
	  margin-top: 4.6875rem;
	}
	
#assets	.service__body {
	  margin: 60px auto 0;
	  margin: 3.75rem auto 0;
	  border: 3px solid #707070;
	  border: 0.1875rem solid #707070;
	  border-radius: 1.125rem;
	  padding: 30px 34px 71px 59px;
	  padding: 1.875rem 2.125rem 4.4375rem 3.6875rem;
	  max-width: 1063px;
	  max-width: 66.4375rem;
	}
	
@media screen and (max-width: 767px) {
#assets	.service__body {
	    padding: 1.875rem 2.125rem 4.4375rem;
	  }
	}
	
#assets	.service__lead {
	  font-size: 30px;
	  font-size: 1.875rem;
	  text-align: center;
	}
	
#assets	.service__table {
	  margin-top: 45px;
	  margin-top: 2.8125rem;
	}
	
#assets	.table {
	  font-size: 30px;
	  font-size: 1.875rem;
	  border-collapse: separate;
	  border-spacing: 0 7px;
	  border-spacing: 0 0.4375rem;
	border:none;
	}
#assets .table td,#assets .table th{
	border:none;
	font-size:18px;
}



@media screen and (max-width: 767px) {
/*#assets	.table {
	    font-size: 1.5rem;
	  }*/
	}
	
@media screen and (max-width: 767px) {
#assets	.table__lead,
#assets	.table__text {
	    display: block;
	    width: 100%;
	  }
	}
	
#assets	.table__lead {
	  background: #F2F2F2;
	  font-weight: 300;
	  padding: 0 41px;
	  padding: 0 2.5625rem;
	  white-space: nowrap;
	  vertical-align: middle;
	}
	@media (max-width: 767px) {
  #assets	.table__lead {
	  background: #F2F2F2;
	  font-weight: 300;
	  padding: 0px;
	
	  white-space: nowrap;
	  vertical-align: middle;
	}
}
	
#assets	.table__lead--wide {
	  padding: 63px 41px;
	  padding: 3.9375rem 2.5625rem;
	}
	
@media screen and (max-width: 767px) {
#assets	.table__lead {
	    margin-top: 0.625rem;
	  }
#assets	.table__lead--wide {
	    padding: 0 2.5625rem;
	  }
	}
	
#assets	.table__text {
	  line-height: 51px;
	  line-height: 3.1875rem;
	  padding: 20px 0 0 35px;
	  vertical-align: middle;
	  padding: 1.25rem 0 0 2.1875rem;
	}
	
@media screen and (max-width: 767px) {
#assets	.table__text {
	    padding: 0;
	    line-height: 2.5rem;
	  }
	}
	
#assets .table__attention {
	  display: block;
	  font-size: 20px;
	  font-size: 1.25rem;
	  margin-top: -23px;
	  margin-top: -1.4375rem;
	}
	
@media screen and (max-width: 1023px) {
#assets	.table__attention {
	    line-height: 1.875rem;
	    margin-top: 0;
	  }
	}
	
#assets	.table__kerning {
	  letter-spacing: -1.3px;
	  letter-spacing: -0.08125rem;
	}
	

@media screen and (max-width: 1198px) {
#assets section {
	    padding: 0 1.25rem;
	  }
	}
	
#assets	.bold {
	  font-weight: 600;
	}
	
.button-w {
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  border-radius: 3.125rem;
  border: 1px solid #707070;
  border: 0.0625rem solid #707070;
  text-align: center;
  padding: 0 52px 10px 67px;
  padding: 0 3.25rem 0.625rem 4.1875rem;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

#assets .catch__button{
	padding: 50px 25px;
}


@media screen and (max-width: 767px) {
	.button-w {
		  font-size: 1.5rem;
		  padding: 0 2rem 0.625rem 2rem;
	}
	
}
.button-w span {
  font-size: 16px;
  font-size: 1rem;
}

.button-w:hover {
  background: #333;
  color: #fff;
}


/*==.company table--*/ 


.company table {
  margin: 20px auto 100px;
  max-width: 860px;
  border: 2px solid #ccc;
}
.tbl-r02 th {
  background: #709e67;
  border: 2px solid #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
   .tbl-r02 {
    width: 80%;
  }
   .tbl-r02 th,
   .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*whatsnew*/
.whatsnew {
    max-width: 850px;
	margin: 0 auto!important;
}
.whatsnew h1{
	text-align:center;
	margin-bottom:35px;
}
.whatsnew dl {
    padding: 10px;
}
.whatsnew dd {
    padding-left:15px!important;
}


/*ランキング順位表示*/
ul.wpp-list li {
    border-bottom: 1px solid #77776E;
    position: relative;
    list-style: none;
}
.wpp-list {
    max-width: 850px;
    margin: 0 auto;
}
/*記事タイトル*/
ul.wpp-list li a.wpp-post-title {
    display: block;
    text-decoration: none;
    color: #333;
    margin: 10px 10px 10px 0px;
}
ul.wpp-list li a.wpp-post-title:hover {
    color: #3fa3ff;
}
/*アイキャッチ*/
ul.wpp-list li img {
    margin: 10px;
}
/*ランキングカウンター*/
ul.wpp-list li:before {
    content: counter(wpp-count);
    display: block;
    position: absolute;
    font-weight: bold;
    color: #fff;
    background-color: #343a40;
    padding: 3px 12px;
    border-radius:50%;
    z-index: 1;
}
/*カウント数*/
ul.wpp-list li {
    counter-increment: wpp-count;
}
/*ランキング1〜3の色変更*/
ul.wpp-list li:nth-child(1):before{
    background-color: #fc0d0d;
}
ul.wpp-list li:nth-child(2):before{
    background-color: #EFAF00;
}
ul.wpp-list li:nth-child(3):before{
    background-color: #0d72fc;
}
/*ヘッダーテキスト*/
#wpp-list h2 {
    text-align: center;
    font-size: 1.1em;
    padding: 20px;
}lign: center;
    font-size: 1.1em;
    padding: 20px;
}
/*top新着*/

.new_title h2{
    margin: 0 auto;
	text-align:center;
	font-size: 32px;
    color: #4a4848;
	letter-spacing:.1em;
}
#newblock p.toplead{
	text-align:center;
	font-size:.8em;
	margin-bottom:50px;
	margin-top:20px;
}

/*2022.02追加*/
#new_container {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
}
#new_container .mv_img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
#new_container .intro_txt {
    margin: 100px 0;
}
#new_container .intro_txt p {
    text-align: center;
    font-size: 34px;
}
#new_container .intro_txt p span {
    font-size: 200%;
    color: red;
    line-height: 1;
}
#new_container h2 {
    font-weight: bold;
    padding: 0 0 10px 0;
    margin-bottom: 50px;
    border-bottom: solid 4px #707070;
}
#new_container h2 span {
    font-size: 80%;
    margin-left: 50px;
}
#new_container h2 span::before,
#new_container h2 span::after {
    content: "-";
    display: inline-block;
}
#new_container h3 {
    text-align: center;
    margin-bottom: 100px;
}
#new_container h2::before {
    content: "01.";
    display: inline-block;
}
#new_container .sec_02 h2::before {
    content: "02.";
}
#new_container .sec_03 h2::before {
    content: "03.";
}
#new_container .sec_04 h2::before {
    content: "04.";
}
#new_container .sec_05 h2::before {
    content: "05.";
}
#new_container .sec_06 h2::before {
    content: "06.";
}
#new_container .sec_07 h2::before {
    content: "07.";
}
#new_container .sec_08 h2::before {
    content: "08.";
}
#new_container .sec_09 h2::before {
    content: "09.";
}
#new_container .sec_10 h2::before {
    content: "10.";
}
#new_container .sec_11 h2::before {
    content: "11.";
}
#new_container .sec_12 h2::before {
    content: "12.";
}
#new_container .sec_13 h2::before {
    content: "13.";
}
#new_container .mB100 {
    margin-bottom: 100px;
}
#new_container .img_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
#new_container .img_sec .img_src:first-of-type {
    margin-right: 50px;
    position: relative;
}
#new_container .sec_02 .img_sec {
    margin-bottom: 30px;
}
#new_container .sec_02 .img_sec .img_src:first-of-type::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: solid 30px #707070;
    border-top: solid 50px transparent;
    border-bottom: solid 50px transparent;
}
#new_container .sec_02 .sub_txt p {
    text-align: center;
}
#new_container .sec_03 h3 {
    margin-bottom: 60px;
}
#new_container .sec_03 .card_block {
    display: flex;
    justify-content: space-between;
}
#new_container .sec_03 .card_block .c_box {
    border: solid 4px #707070;
    width: 30%;
}
#new_container .sec_03 .card_block .c_box:not(:last-of-type) {
    margin-right: 15px;
}
#new_container .sec_03 .card_block .card_ttl {
    text-align: center;
    background: #707070;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}
#new_container .sec_03 .card_block p {
    padding: 30px 15px;
    min-height: 220px;
    font-size: 14px;
}
#new_container .sec_04 .skillcheck_area {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
#new_container .sec_04 .skillcheck_area p span {
    font-size: 160%;
    color: red;
    font-weight: 700;
    text-decoration: underline;
}
#new_container .sec_04 .step_box_1,
#new_container .sec_04 .step_box_2 {
    border: solid 4px #707070;
    margin-left: 40px;
    padding: 40px 15px 50px;
    position: relative;
}
#new_container .sec_04 .step_box_1 p,
#new_container .sec_04 .step_box_2 p {
    font-size: 12px;
}
#new_container .sec_04 .step_box_1::before,
#new_container .sec_04 .step_box_2::before {
    content: "対策しないと・・・";
    background: #222;
    color: #fff;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 10px;
    position: absolute;
    top: -30px;
    left: -15px;
    z-index: 2;
}
#new_container .sec_04 .step_box_1::after {
    position: absolute;
    top: 50%;
    right: -34px;
    content: "";
    width: 0;
    height: 0;
    border-left: solid 20px #707070;
    border-top: solid 40px transparent;
    border-bottom: solid 40px transparent;
}
#new_container .sec_04 .step_box_2::before {
    content: "ストレスチェックを\A実施しても・・・";
    white-space: pre;
    line-height: 1;
}
#new_container .sec_04 .step_box_1 .sub_box {
    margin-top: 30px;
}
#new_container .sec_04 .step_box_2 .sub_box {
    margin-top: 60px;
}
#new_container .sec_04 .skillcheck_area .sub_box {
    padding: 5px;
    margin: 5px 0;
    background: #efefef;
}
#new_container .mT50 {
    margin-top: 50px !important;
}
#new_container .mT86 {
    margin-top: 86px !important;
}
#new_container .sec_04 .sub_box ul li::before {
    content: "・";
    display: inline-block;
}
#new_container .sec_04 .sub_box ul li {
    font-size: 12px;
    color: #333;
}
#new_container .sec_04 .sub_box ul li span {
    font-weight: 700;
    margin: 0 0 0 10px;
}
#new_container .sec_04 .sub_title {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}
#new_container .sec_04 .sub_title span {
    font-size: 200%;
    display: block;
    font-weight: 700;
    color: red;
}
#new_container .sec_04 .sub_box .at {
    font-size: 10px;
}
#new_container .sec_04 .step_box_2 {
    display: flex;
    justify-content: space-between;
}
#new_container .sec_04 .step_box_1 {
    min-width: 180px;
    max-width: 230px;
}
#new_container .sec_04 .step_box_2 .flex_box_l {
    min-width: 200px;
    max-width: 240px;
    width: 44%;
}
#new_container .sec_04 .graph_title {
    font-size: 12px;
    margin-left: 10px;
}
#new_container .sec_04 .graph_title::before,
#new_container .sec_04 .graph_title::after {
    content: "-";
    display: inline-block;
}
#new_container .sec_05 ul {
    display: flex;
    justify-content: space-between;
}
#new_container .sec_05 ul li {
    border: solid 4px #707070;
    width: 30%;
}
#new_container .sec_05 ul li:not(:last-child) {
    margin-right: 15px;
}
#new_container .sec_05 ul li .ttl {
    font-size: 14px;
    text-align: center;
    background: #707070;
    color: #fff;
    padding: 8px 0;
}
#new_container .sec_05 ul li p {
    padding: 15px 20px;
    font-size: 16px;
}
#new_container .sec_05 ul li p span {
    font-weight: 700;
    font-size: 120%;
}
#new_container .sec_05 .img_phone {
    max-width: 80px;
    margin: 0 10px 5px auto;
}
#new_container .counter_ttl {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 80px;
}
#new_container .merit_box {
    display: flex;
    justify-content: space-around;
}
#new_container .merit_01,
#new_container .merit_02,
#new_container .merit_03 {
    position: relative;
    border: solid 4px #707070;
    padding: 30px;
    width: 36%;
}
#new_container .merit_01::before,
#new_container .merit_02::before,
#new_container .merit_03::before {
    position: absolute;
    top: -20px;
    left: -20px;
    content: "01";
    padding: 30px 5px 5px 30px;
    border: solid 4px #707070;
}
#new_container .merit_02::before {
    content: "02";
}
#new_container .merit_03::before {
    content: "03";
}
#new_container .point_ttl {
    text-align: center;
    color: green;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
#new_container .merit_01 p,
#new_container .merit_02 p,
#new_container .merit_03 p  {
    font-size: 14px;
    margin-bottom: 1rem;
}
#new_container .sec_07 h3 span {
    position: relative;
    font-size: 120%;
    color: orange;
    text-decoration: underline;
}
#new_container .sec_07 h3 span::after {
    position: absolute;
    left: -10px;
    bottom: -15px;
    content: "（利用者は匿名です）";
    font-size: 12px;
    color: #707070;
}
#new_container .sec_07 .dashboard {
    display: flex;
    justify-content: space-between;
}
#new_container .sec_07 .dashboard_img img {
    width: 100%;
}
#new_container .sec_07 .dashboard_txt {
    min-width: 350px;
    margin-left: 20px;
    padding: 20px 10px;
    border:solid 2px #707070;
}
#new_container .sec_07 .dashboard_txt ol {
    list-style-type: decimal;
}
#new_container .sec_07 .dashboard_txt ol li {
    margin-left: 25px;
    font-size: 14px;
    margin-bottom: 10px;
}
#new_container .sec_07 .dashboard_txt ol li span {
    font-size: 74%;
    display: block;
    line-height: 1.75;
}
#new_container .sec_08 h2 {
    margin-bottom: 50px;
}
#new_container .sec_08 .merit_01,
#new_container .sec_08 .merit_02,
#new_container .sec_08 .merit_03 {
    width: 30%;
}
#new_container .sec_10 h2,
#new_container .sec_11 h2,
#new_container .sec_12 h2,
#new_container .sec_13 h2,
#new_container .sec_14 h2 {
    border-bottom: none;
}
#new_container .sec_10 h2::before,
#new_container .sec_11 h2::before,
#new_container .sec_12 h2::before,
#new_container .sec_13 h2::before,
#new_container .sec_14 h2::before {
    content: none;
}
#new_container .sec_10 h3,
#new_container .sec_11 h3,
#new_container .sec_12 h3,
#new_container .sec_13 h3 {
    text-align: left;
    margin-bottom: 10px;
}
#new_container .sec_10 table,
#new_container .sec_11 table {
    font-size: 10px;
    text-align: center;
}
#new_container .txtl {
    text-align: left;
}
#new_container .tdf {
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 1.2;
}
#new_container .vM {
    vertical-align: middle;
}
#new_container .bbb {
    border-bottom: 5px solid #333;
}
#new_container .red {
    color: #ee775b;
}
#new_container .gold {
    color: #eeb75b;
}
#new_container .sec_10 table th span,
#new_container .sec_10 table td span,
#new_container .sec_11 table th span,
#new_container .sec_11 table td span {
    font-size: 60%;
    color: #707070 !important;
}
#new_container .sec_10 table th,
#new_container .sec_11 table th {
    background: #eee;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    border-top: solid 5px #333;
    position: relative;
    padding: 5px 0;
}
#new_container .sec_11 table td {
    padding: 5px 0;
}
#new_container .sec_10 table th:nth-of-type(2)::after {
    position: absolute;
    top: -55px;
    left: 0;
    width: 90px;
    height: 50px;
    line-height: 1.2;
    border-radius: 100px 100px 0 0;
    content: "無料\Aプラン";
    white-space: pre;
    padding: 20px 0;
    font-size: 12px;
    background: rgb(238,119,91);
    background: linear-gradient(40deg, rgba(238,119,91,1) 76%, rgba(89,89,89,1) 100%);
    color: #fff;
}
#new_container .sec_10 table th:nth-of-type(3)::after {
    position: absolute;
    top: -55px;
    left: 0;
    width: 90px;
    height: 50px;
    line-height: 1.2;
    border-radius: 100px 100px 0 0;
    padding: 20px 0;
    background: rgb(238,183,91);
    background: linear-gradient(40deg, rgba(238,183,91,1) 76%, rgba(89,89,89,1) 100%);
    content: "スタンダード\Aプラン";
    white-space: pre;
    font-size: 12px;
    color: #fff;
}
#new_container .sec_11 table th:nth-of-type(2)::after {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100px;
    height: 50px;
    border-radius: 100px 100px 0 0;
    content: "オプション\Aプラン①";
    white-space: pre;
    padding: 20px 0;
    font-size: 12px;
    background: #93cddd;
    color: #fff;
    line-height: 1;
}
#new_container .sec_11 table th:nth-of-type(3)::after {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100px;
    height: 50px;
    border-radius: 100px 100px 0 0;
    content: "オプション\Aプラン②";
    white-space: pre;
    padding: 20px 0;
    font-size: 12px;
    background: #c3d69b;
    color: #fff;
    line-height: 1;
}
#new_container .sec_11 table th:nth-of-type(4)::after {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100px;
    height: 50px;
    border-radius: 100px 100px 0 0;
    content: "ダブル\Aオプション\Aプラン";
    white-space: pre;
    padding: 10px 0;
    font-size: 12px;
    background: #ffc000;
    color: #fff;
    line-height: 1;
}
#new_container .blue {
    color: #93cddd !important;
}
#new_container .green {
    color: #c3d69b !important;
}
#new_container .orange {
    color: #ffc000 !important;
}
#new_container .plan_detail {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
#new_container .plan_detail .plan_contents {
    width: 42%;
    margin: 50px;
}
#new_container .plan_detail .plan_name {
    font-size: 26px;
    text-align: center;
    background: #707070;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}
#new_container .plan_detail .contents_txt {
    padding: 10px;
}
#new_container .plan_detail .contents_txt p {
    text-align: justify;
    font-size: 12px;
}
#new_container .plan_detail .plan_contents_area {
    display: flex;
    justify-content: space-between;
}
#new_container .plan_detail .contents_img {
    width: 48%;
}
#new_container .plan_detail .contents_txt {
    width: 50%;
    padding: 15px 5px;
}
#new_container .plan_contents:first-of-type .plan_contents_area .inhouse_img {
    margin-bottom: 10px;
}
#new_container .plan_detail .inhouse_txt {
    font-size: 12px;
    text-align: justify;
}
#new_container .plan_detail .inhouse_img {
    margin: 10px 0 30px;
}
#new_container .sec_11 table {
    font-size: 14px;
}
#new_container .sec_12 .sub_ttl {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
}
#new_container .sec_12 table,
#new_container .sec_13 table {
    background: #f9ebc2;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}
#new_container .sec_12 table th,
#new_container .sec_12 table td,
#new_container .sec_13 table th,
#new_container .sec_13 table td {
    padding: 5px 0;
}
#new_container .sec_12 table th span,
#new_container .sec_13 table th span {
    display: block;
}
#new_container .dBk span {
    display: block;
}
#new_container .sec_12 table th,
#new_container .sec_13 table th {
    font-weight: 700;
}
#new_container .bfz16 {
    font-size: 16px;
    font-weight: 700;
}
#new_container .sec_12 table th span,
#new_container .sec_12 table td span,
#new_container .sec_13 table th span,
#new_container .sec_13 table td span {
    font-size: 60%;
    color: #707070 !important;
}
#new_container .sec_12 .online_c {
    display: flex;
    justify-content: space-between;
}
#new_container .sec_12 .online_c_l {
    width: 55%;
    margin-right: 15px;
}
#new_container .sec_12 .online_c_r {
    width: 35%;
    font-size: 14px;
}
#new_container .sec_12 .online_c_r ol li {
    margin-bottom: 20px;
}
#new_container .sec_12 .online_c_r .online_txt {
    padding: 35px 25px;
}
#new_container .bg-blue {
    background: #e1efd8 !important;
}
#new_container .bg-yellow {
    background: #ffd966 !important;
}
#new_container .at_area {
    display: flex;
    margin-top: 20px;
}
#new_container .at_area ul li {
    font-size: 10px;
    color: red;
    text-decoration: underline;
}
#new_container .at_area .at {
    margin-right: 30px;
}
#new_container .at_area .add {
    font-size: 14px;
    font-weight: 700;
}
#new_container .online_c_r ol {
    list-style-type: decimal;
}
#new_container .online_c_r .at {
    line-height: 1.5;
}
#new_container .online_c_r .at span {
    color: red;
}
#new_container .sec_12 .online_img img,
#new_container .sec_13 .harassment_img img {
    width: 100%;
}
#new_container .sec_12 .online_img,
#new_container .sec_13 .harassment_img {
    margin-bottom: 10px;
}
#new_container .sec_12 h2 {
    margin-bottom: 20px;
}
#new_container .sec_13 table {
    text-align: center;
}
#new_container .sec_13 .harassment_c {
    display: flex;
    justify-content: space-between;
}
#new_container .sec_13 .harassment_c_l {
    width: 55%;
    margin-right: 15px;
}
#new_container .sec_13 .harassment_c_r {
    width: 35%;
    font-size: 14px;
}
#new_container .sec_13 .harassment_txt {
    padding: 35px 25px;
}
#new_container .sec_14 dl {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0;
}
#new_container .sec_14 dl dt {
    width: 80%;
    font-weight: 700;
    color: #333;
    text-align: left;
    padding-left: 10px;
    border-top: solid 2px #3f0f3f;
    border-left: solid 2px #3f0f3f;
}
#new_container .sec_14 dl dd {
    width: 20%;
    text-align: center;
    border-top: solid 2px #3f0f3f;
    border-right: solid 2px #3f0f3f;
}
#new_container .sec_14 dl dt:first-of-type {
    color: #fff;
    background: #3f0f3f;
}
#new_container .sec_14 dl dd:first-of-type {
    background: #3f0f3f;
}
#new_container .sec_14 dl dt:last-of-type {
    border-bottom: solid 2px #3f0f3f;
}
#new_container .sec_14 dl dd:last-of-type {
    border-bottom: solid 2px #3f0f3f;
}
#new_container .sec_14 .at {
    font-weight: 700;
    margin-bottom: 40px;
    text-align: left;
}
#new_container .sec_14 .at span {
    font-size: 70%;
    font-weight: inherit;
    margin-bottom: 30px;
}
#new_container .stress_c_plan {
    display: flex;
    justify-content: space-between;
}
#new_container .stress_c_plan .plan_txt {
    font-weight: 700;
    font-size: 24px;
    color: #333;
}
#new_container .stress_c_plan .plan_txt::after {
    content: '......';
    display: inline-block;
}
#new_container .stress_c_plan .plan_price {
    font-size: 30px;
    color: #3f0f3f;
}
#new_container .stress_c_plan .plan_price span {
    font-size: 50%;
    color: #333;
}
#new_container .sec_14 .inner {
    max-width: 800px;
}
#new_container .br-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    #new_container .br-sp {
        display: block;
    }

    #new_container .br-pc {
        display: none;
    }

    #new_container .intro_txt {
        margin: 50px 0;
    }

    #new_container .intro_txt p {
        font-size: 22px;
    }

    #new_container .intro_txt p span {
        font-size: 160%;
    }

    #new_container .img_sec {
        flex-direction: column;
    }

    #new_container .img_sec .img_src:first-of-type {
        margin-right: 0;
        margin-bottom: 50px;
    }

    #new_container h3 {
        margin-bottom: 50px;
    }

    #new_container .sec_02 .img_sec .img_src:first-of-type::after {
        top: inherit;
        bottom: -76px;
        right: 40%;
        transform: translateX(-50%) rotate(90deg);
    }

    #new_container .sec_03 .card_block {
        flex-direction: column;
    }

    #new_container .sec_03 .card_block .c_box {
        width: 100%;
        margin-bottom: 20px;
    }

    #new_container .sec_03 .card_block p {
        min-height: inherit;
    }

    #new_container .sec_04 .skillcheck_area {
        flex-direction: column;
    }

    #new_container .sec_04 .step_box_1 {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 5px;
        margin-bottom: 70px;
    }

    #new_container .sec_04 .step_box_1::after {
        top: inherit;
        right: 44%;
        bottom: -70px;
        transform: translateX(-50%) rotate(90deg);
    }

    #new_container .sec_04 .step_box_2 {
        flex-direction: column;
        margin-left: 5px;
    }

    #new_container .sec_04 .step_box_2 .flex_box_l {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 25px;
    }

    #new_container .sec_05 h3 {
        text-align: left;
        font-size: 16px;
    }

    #new_container .sec_05 ul {
        flex-direction: column;
    }

    #new_container .sec_05 ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    #new_container .sec_05 ul li .ttl {
        font-size: 18px;
    }

    #new_container .sec_05 ul li p span {
        margin-left: 5px;
    }

    #new_container .merit_box {
        flex-direction: column;
    }

    #new_container .merit_01,
    #new_container .merit_02,
    #new_container .merit_03 {
        width: 100%;
        margin-bottom: 40px;
        margin-left: 5px;
    }

    #new_container h3 {
        text-align: left;
    }

    #new_container .sec_07 h3 span::after {
        left: inherit;
        bottom: 0;
    }

    #new_container .sec_07 .dashboard {
        flex-direction: column;
    }

    #new_container .sec_07 .dashboard .dashboard_img {
        margin-bottom: 40px;
    }

    #new_container .sec_07 .dashboard_txt {
        margin-left: 0;
    }

    #new_container .sec_08 .merit_01,
    #new_container .sec_08 .merit_02,
    #new_container .sec_08 .merit_03 {
        width: 100%;
    }
    #new_container .sec_10 table th,
    #new_container .sec_11 table th {
        font-size: 10px;
    }

    #new_container .plan_detail {
        flex-direction: column;
    }

    #new_container .plan_detail .plan_contents {
        width: 100%;
        margin: 30px 0;
    }

    #new_container .sec_12 .online_c {
        flex-direction: column;
    }

    #new_container .sec_12 .online_c_l {
        width: 100%;
        margin-right: 0;
    }

    #new_container .bfz16 {
        font-size: 10px;
    }

    #new_container .at_area {
        flex-direction: column;
    }

    #new_container .at_area .at {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #new_container .at_area .add {
        font-size: 14px;
        margin-bottom: 30px;
    }

    #new_container .sec_12 .online_c_r {
        width: 100%;
    }

    new_container .sec_12 .online_c_r .online_txt {
        padding: 25px 30px;
    }

    #new_container .sec_13 .harassment_c {
        flex-direction: column;
    }

    #new_container .sec_13 .harassment_c_l {
        width: 100%;
        margin-right: 0;
    }

    #new_container .sec_13 .harassment_c_r {
        width: 100%;
    }

    #new_container .sec_13 .harassment_txt {
        padding: 25px 30px;
    }

    #new_container .sec_14 .inner {
        width: 100%;
    }

    #new_container .sec_14 dl dd {
        width: 30%;
    }

    #new_container .sec_14 dl dt {
        width: 70%;
    }

    #new_container .sec_14 dl {
        margin: 40px 0;
    }

    #new_container .stress_c_plan {
        flex-direction: column;
        align-items: end;
    }
	#new_container .sec_07 h3 {
    font-size: 20px;
}
#new_container .sec_07 h3 span {
    display: block;
}
#new_container .scroll_area {
    overflow-x: scroll;
}
#new_container .sec_10 table th,
#new_container .sec_10 table td,
#new_container .sec_11 table th,
#new_container .sec_11 table td {
    white-space: nowrap;
}
}
/*-----------------------
2022.0224
-----------------------*/
/* line 5, ../_scss/style.scss */
.inner {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}

/* line 10, ../_scss/style.scss */
.black {
  color: #222 !important;
}

/* line 14, ../_scss/style.scss */
#post-4719 .counseling {
  margin: 0 auto;
  max-width: 50%;
}
/* line 18, ../_scss/style.scss */
#post-4719 .group-content {
  flex-direction: column;
}

@media (max-width: 750px) {
  /* line 23, ../_scss/style.scss */
  .flexdir {
    flex-direction: inherit;
    justify-content: flex-end;
  }

  /* line 27, ../_scss/style.scss */
  .counseling {
    max-width: 100%!important;
  }

  /* line 31, ../_scss/style.scss */
  .detail4-content .inhert {
    flex: inherit;
  }
}
/*-----------------------
2022.0224
-----------------------*/
.inner {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto; }

.black {
  color: #222 !important; }

#post-4719 .counseling {
  margin: 0 auto;
  max-width: 50%; }
#post-4719 .group-content {
  flex-direction: column; }

@media (max-width: 750px) {
  .flexdir {
    flex-direction: inherit;
    justify-content: flex-end; }

  .counseling {
    max-width: 100%; }

  .detail4-content .inhert {
    flex: inherit; } }
/*料金ページ*/
main.price-container {
  background-color: #f6f6f6; }
  main.price-container .firstview {
    padding: 60px 0 30px; }
  main.price-container .mB70 {
    margin-bottom: 70px; }
  main.price-container .step {
    padding: 0 0 60px; }
  main.price-container .container {
    max-width: 1200px; }
  main.price-container .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  main.price-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 750px) {
      main.price-container .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%; } }
  main.price-container .plan_box {
    display: block;
    text-decoration: none;
    color: #222;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: 0.2s; }
  main.price-container .step_title {
    font-size: 40px; }
  main.price-container .plan_title {
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    padding: 10px 0;
    border-radius: 6px 6px 0 0;
    margin: 0; }
  main.price-container .plan_title_starter {
    background: #80aee4; }
  main.price-container .plan_title_cloud {
    background: #618e34; }
  main.price-container .text-large {
    font-size: 22px; }
  main.price-container .plan_box_main {
    background: #fff;
    padding: 10px 30px 50px;
    border-radius: 0 0 6px 6px;
    border: 2px solid #fff; }
  main.price-container .plan_subtitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding-top: 1em; }
  main.price-container .plan_function_title {
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0 15px;
    display: flex;
    align-items: center; }
    main.price-container .plan_function_title::after {
      content: "";
      display: block;
      height: 1px;
      flex-grow: 1;
      background-color: #ccc; }
    main.price-container .plan_function_title::after {
      width: 100%;
      bottom: -2px; }
  main.price-container .plan_price_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    width: 310px;
    margin: 0 auto; }
  main.price-container .plan_price_dt {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    width: 90px;
    padding-right: 10px;
    margin-bottom: 5px; }
    main.price-container .plan_price_dt em {
      font-style: normal;
      font-weight: normal;
      display: block;
      font-size: 10px; }
  main.price-container .plan_price_dd {
    width: calc(100% - 90px);
    margin-bottom: 5px;
    font-size: 12px; }
  main.price-container .plan_basic {
    display: inline-block;
    text-align: right;
    width: auto;
    margin-right: 5px;
    font-weight: bold;
    font-size: 36px; }
  main.price-container .plan_basic_year,
  main.price-container .plan_initialcost {
    display: inline-block;
    text-align: right;
    width: 70px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 20px; }
  main.price-container .plan_function_list {
    list-style: none;
    padding: 0 10px; }
  main.price-container .plan_function_list_item {
    display: flex; }
  main.price-container .plan_function_icon {
    width: 40px;
    padding: 3px 0 0; }
  main.price-container .icon_true {
    position: relative;
    display: block; }
    main.price-container .icon_true::before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 3px solid #53B7E6; }
  main.price-container .plan_function_icon_tarter.icon_true::before {
    border-color: #53B7E6; }
  main.price-container .plan_function_text_wrap {
    width: calc(100% - 40px);
    padding-bottom: 15px; }
  main.price-container .plan_function_text {
    font-weight: bold;
    font-size: 16px; }
  main.price-container .plan_function_subtext {
    font-size: 14px; }
  main.price-container .icon_false {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 40px; }
    main.price-container .icon_false::after, main.price-container .icon_false::before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 4px;
      background: #aaa;
      transform: rotate(45deg);
      transform-origin: 0 50%;
      left: 14%; }
    main.price-container .icon_false::after {
      transform: rotate(-45deg);
      transform-origin: 100% 50%;
      left: auto;
      right: 14%; }
  main.price-container .plan_function_list_item.is-optional .plan_function_text_wrap {
    color: #aaa; }
  main.price-container .plan_function_list_item.is-optional.plan_function_text {
    font-weight: normal; }
  main.price-container .plan_function_option {
    font-size: 12px; }
    main.price-container .plan_function_option a {
      text-decoration: underline;
      color: #0056b3; }
  main.price-container .plan_function_option_price {
    display: inline-block;
    margin: 0 5px;
    font-weight: bold;
    font-size: 20px; }
  main.price-container .table_scroll {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */ }
  main.price-container .table_scroll::-webkit-scrollbar {
    /* Chrome, Safari対応 */
    display: none; }
  main.price-container .table_wrap {
    display: flex;
    margin-bottom: 80px; }
    main.price-container .table_wrap.table_wrap-column {
      flex-flow: column nowrap; }
      @media (min-width: 751px) and (max-width: 1024px) {
        main.price-container .table_wrap.table_wrap-column {
          width: 1000px;
          position: relative; } }
      @media (max-width: 750px) {
        main.price-container .table_wrap.table_wrap-column {
          width: 1000px;
          position: relative; } }
    main.price-container .table_wrap.table_wrap-row {
      flex-flow: row nowrap; }
    @media (max-width: 750px) {
      main.price-container .table_wrap.w750 {
        width: 750px !important; } }
  main.price-container .table {
    table-layout: auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 1110px;
    background: #fff;
    white-space: normal;
    margin-bottom: 0; }
  main.price-container .option_category {
    background: #6C7275;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px; }
  main.price-container .table td,
  main.price-container .table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
    vertical-align: middle; }
  main.price-container .option_label {
    background: #eee;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding: 5px; }
  main.price-container .label1 {
    width: 390px; }
  main.price-container .label2 {
    width: 200px; }
  main.price-container .label3 {
    width: 175px; }
  main.price-container .option_nameBlock {
    padding: 10px;
    font-size: 14px;
    font-weight: bold; }
  main.price-container .option_priceBlock {
    padding: 5px;
    text-align: center;
    vertical-align: middle; }
  main.price-container .option_price_box {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    margin: 0 auto; }
  main.price-container .option_price {
    width: 115px;
    text-align: right;
    font-weight: bold;
    font-size: 15px;
    color: #222; }
  main.price-container .option_price_small {
    flex-grow: 1;
    font-size: 11px;
    text-align: left;
    padding-left: 5px;
    color: #222; }
  main.price-container .option_category_lead {
    display: inline-block;
    font-size: 12px;
    padding-left: 20px;
    color: #fff; }
  main.price-container .option_planBlock {
    padding: 5px;
    vertical-align: middle; }
  main.price-container .icon_cloud,
  main.price-container .icon_starter {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 25px;
    transform: translateY(4px); }
  main.price-container .icon_starter::before {
    content: "無料";
    position: absolute;
    width: 65px;
    height: 25px;
    padding: 4px 0;
    background: #ff0000;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center; }
  main.price-container .icon_starter + .icon_cloud {
    margin-left: 10px; }
  main.price-container .icon_cloud::before {
    content: "スタンダード";
    position: absolute;
    width: 90px;
    height: 25px;
    padding: 4px 0;
    background: #618e34;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center; }
  main.price-container .icon_none::before {
    content: none; }
  main.price-container .option_notesBlock {
    padding: 5px;
    font-size: 12px; }
  main.price-container .case {
    padding: 100px 0 60px;
    background: #E9EEDF; }
  main.price-container .case_headline {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0; }
    @media (max-width: 750px) {
      main.price-container .case_headline {
        font-size: 30px; } }
  main.price-container .lead {
    padding: 30px 0 60px;
    text-align: center;
    font-size: 24px; }
    @media (max-width: 750px) {
      main.price-container .lead {
        font-size: 16px; } }
  main.price-container .case_list {
    list-style: none;
    padding: 40px 0 0; }
  main.price-container .case_list_title {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding-bottom: 20px; }
  main.price-container .case_number {
    display: block;
    width: 84px;
    height: 84px;
    background: #fff;
    border: 2px solid #222;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 1.1;
    padding-top: 10px;
    margin: 0; }
    main.price-container .case_number em {
      display: block;
      font-style: normal;
      font-weight: normal;
      font-size: 40px; }
  main.price-container .case_title {
    text-align: left;
    font-size: 26px;
    width: calc(100% - 84px - 180px);
    padding-left: 15px;
    margin: 0;
    ont-weight: bold; }
    @media (max-width: 750px) {
      main.price-container .case_title {
        width: 100%; } }
  main.price-container .case_table1 {
    flex-grow: 1;
    width: calc(100% - 260px); }
  main.price-container .case_table2 {
    width: 350px; }
  main.price-container .case_label {
    background: #618e34;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px; }
  main.price-container .case_label1 {
    width: 26%;
    background: #707070; }
  main.price-container .case_label2 {
    width: 38%;
    background: #707070; }
  main.price-container .case_label3 {
    width: 12%;
    background: #ff0000; }
  main.price-container .case_label4 {
    width: 12%;
    background: #1e50a2; }
  main.price-container .case_label5 {
    width: 12%;
    background: #618e34; }
  main.price-container .case_nameBlock {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold; }
  main.price-container .case_payBlock,
  main.price-container .case_unitBlock {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
  main.price-container .case_table2_label {
    width: 50%; }
  main.price-container .case_yearLabel {
    background: #80aee4;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px; }
  main.price-container .case_price {
    font-weight: bold;
    font-size: 18px;
    color: #222; }
  main.price-container .case_price_small {
    font-size: 10px;
    font-weight: normal;
    padding-left: 5px;
    color: #222; }
  main.price-container .case_monthLabel {
    background: #618e34;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px; }
  main.price-container .case_priceBlock {
    padding: 10px 20px;
    text-align: right;
    font-size: 12px; }
  main.price-container .case_table_memo {
    margin-top: 15px;
    padding-left: 16px;
    font-size: 80%;
    transform: translateY(-70px); }
  main.price-container .pcNone {
    display: none; }
    @media (max-width: 750px) {
      main.price-container .pcNone {
        display: block; } }
  main.price-container .is_joied_bottom {
    border-bottom: none; }
  main.price-container .type02 .case_nameBlock {
    font-size: 13px; }
  main.price-container .case .table_wrap {
    width: 1010px; }
  main.price-container .plan_function_btn,
  main.price-container .c2a_btn-main,
  main.price-container .c2a-single {
    display: block;
    width: 300px;
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 15px auto 0;
    opacity: 1; }
    main.price-container .plan_function_btn:hover,
    main.price-container .c2a_btn-main:hover,
    main.price-container .c2a-single:hover {
      text-decoration: none;
      transition: 0.3s; }
  main.price-container .step .c2a-single {
    text-align: left;
    margin-top: 30px; }
  main.price-container .c2a_btn-main {
    border: solid 2px #ff0000; }
    main.price-container .c2a_btn-main:hover {
      background: #fff;
      color: #ff0000;
      text-decoration: none;
      box-shadow: 0 4px 5px #333; }








  @media screen and (max-width: 990px)
.sd[data-s-82a64955-323c-45a6-8a3f-48a91426d14a] {
  justify-content: space-between;
}
.sd[data-s-82a64955-323c-45a6-8a3f-48a91426d14a] {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  bottom: auto;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 80px;
  justify-content: space-between;
  left: 0px;
  margin: 0 0 0 0;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
}
.fixed {
  z-index: 2;
}
.sd {
  max-width: 100%;
  z-index: 0;
  pointer-events: all;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  display: flex;
  position: relative;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex: none;
}
a, abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, samp, section, select, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-family: sans-serif;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  transition: .3s cubic-bezier(.4,.4,0,1);
  color: #333;
  word-spacing: 1px;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 782px){
  .admin-bar .vk-mobile-nav-menu-btn {
    display: none;
  }
}
.vk-mobile-nav-menu-btn {
  display: none!important;
}