@charset "UTF-8";
#front section p{
	font-size: 1.125rem;
}
.br-sm {
    display: none;
}
/*-------------------------------
TOP画像
-------------------------------*/
.intro__wrapper {
  max-width: 1500px;
  margin: 0 auto;
  height: 490px;
  background-image: url("../img/index/top.jpg");
  background-repeat: no-repeat;
  background-position: right;
}
.intro__txt {
  position: relative;
  max-width: 615px;
  padding: 65px 15px 40px;
}
.intro__txt  p{
  font-size: 2.3125rem;
  font-weight: 600;
  letter-spacing: .1em;
}
/* .intro__txt p:not(:last-of-type) {
  padding-bottom: 25px;
} */

.intro__txt p:nth-child(2) {
  text-indent: 1.5em;
}

.intro__txt p:nth-child(3) {
  text-indent: 7em;
}

.intro__txts {
  font-size: 0.5rem;
}

.intro__txt::before,
.intro__txt::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 250px;
  height: 2px;
  background-color: #94d4b2;
  transform: rotate(45deg);
}
.intro__txt::before {
  left: -140px;
  top: 180px;
}
.intro__txt::after {
  top: 155px;
  right: -165px;
}

/*
リスト
———————————*/
.intro__list {
  margin-left: -5px;
}
.intro__list-title {
  font-size: 1.125rem;
  color: #535353;
  background: #fde1a7;
  padding: 5px 0;
  width: 61%;
  text-align: center;
  margin-bottom: 20px;
}
.intro__list ol {
    width: 58.5%;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    counter-reset: number;
    height: 160px;
    padding: 0;
}
.intro__list ol li {
  position: relative;
  padding: 7px 0 4px 30px;
  margin-bottom: 15px;
}
.intro__list .border {
  position: absolute;
  width: 270px;
  height: 1px;
  left: 0px;
  bottom: 0;
  background: #c4e3d7;
}
.intro__list .border--long {
  width: 330px;
}
.intro__list ol li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  left: 5px;
  bottom: 0px;
  z-index: 10;
  display: inline-block;
  font-size: 1.375rem;
}
.intro__list ol li::after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 27px 0 0 27px;
  border-color: transparent transparent transparent #c4e3d7;
}

/*-------------------------------

あなたの状況に合わせた解決策を提案

-------------------------------*/
.solution {
  background: #f7f8e8;
  padding: 54px 0 70px;
}

.solution__title {
	color: #94d4b2;
    background: #fff;
    border: 1px solid #94d4b2;
    padding: 20px 0;
    letter-spacing: 0.12em;
    margin-bottom: 23px;
    text-align: center;
    font-size: 2.5rem;
}

/*
あなたの今の状況
———————————*/
.situation__title {
  font-size: 2.0625rem;
  padding-bottom: 35px;
  text-align: center;
}

.situation__first {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
  font-size: 1.3125rem;
}

.situation__second {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
}

.situation__item {
  position: relative;
  text-align: left;
  height: 185px;
  background: #fff;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

.situation__item p {
  position: absolute;
  bottom: 14px;
  left: 11px;
  text-align: left;
  line-height: 1.2;
  text-shadow: 0 0 7px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 7px #fff;
}

.situation__item--yellow {
  position: relative;
  width: 238px;
  border: 2px solid #ffffbf;
}
.situation__item--yellow::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 120px 0 0 120px;
  border-color: transparent transparent transparent #ffffbf;
}

.situation__item--orange {
  width: 48.5%;
  border: 2px solid #fde1a7;
}
.situation__item--orange::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 120px 0 0 120px;
  border-color: transparent transparent transparent #fde1a7;
}

.situation__item--blue {
  width: 48.5%;
  border: 2px solid #9ee6ff;
}
.situation__item--blue::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 120px 0 0 120px;
  border-color: transparent transparent transparent #afebff;
}
.situation__item img {
  position: absolute;
}
.situation__img01 {
  top: 13px;
  left: 50px;
}
.situation__img02 {
  top: 42px;
  right: 15px;
}
.situation__img03 {
  bottom: 5px;
  right: 5px;
}
.situation__img04 {
  right: 6px;
  bottom: 10px;
}
.situation__img05 {
  transform: scale(-1, 1);
  bottom: 25px;
  left: 50px;
}
.situation__img06 {
  transform: scale(-1, 1);
  top: 14px;
  right: 18px;
}
.situation__img07 {
  bottom: 0;
  right: 60px;
}
.situation__img08 {
  bottom: 0px;
  right: 31px;
}

/*
知っておくべきこと
———————————*/
.issue {
  background: #fff;
  padding: 37px 7% 60px;
  letter-spacing: .1em;
  margin-top: 72px;
}
.issue__title {
  text-align: left;
  font-size: 2.0625rem;
  color: #94d4b2;
  letter-spacing: .135em;
}
.issue__title-txt {
  text-align: left;
  font-size: 1.125rem;
  padding: 10px 0 48px 3px;
  letter-spacing: 0;
}
.issue__items {
  padding: 0 20px 0 35px;
}
.issue__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.0625rem;
}
.issue__item:not(:last-child) {
  margin-bottom: 25px;
}
.issue__items p{
  text-align: center;
}

.issue__item p {
  width: 240px;
  padding: 14px 0;
}
.issue__item--yellow p {
  background: #ffffbf;
}

.issue__item--green p {
  background: #ddf1bd;
}

.issue__item--lightgreen p {
  background: #94d4b2;
}

.issue__item--blue p {
  background: #aadfe1;
}

/*-------------------------------

5つの特徴

-------------------------------*/
.feature {
  padding: 65px 0 57px;
  text-align: left;
}
.feature__item-title::before {
  position: absolute;
  left: 7px;
  counter-increment: number;
  content: counter(number);
  z-index: 100;
  font-size: 1.125rem;
}

.feature__item-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 27px 0 0 27px;
  border-color: transparent transparent transparent #fde1a7;
}

.feature__txt {
  font-size: 1.125rem;
  padding-top: 33px;
  padding-right: 25px;
  line-height: 1.5;
}
.feature__title {
  color: #94d4b2;
  padding-bottom: 65px;
  letter-spacing: .13em;
}

.feature {
  counter-reset: number;
}

.feature__item {
  display: flex;
  justify-content: space-between;
}

.feature__item:not(:last-child) {
  margin-bottom: 50px;
}

.feature__img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.feature__txt-area {
  width: 67.8%;
  margin-right: 20px;
}



.feature__item-title {
  position: relative;
  background: #ffffbf;
  padding: 3px 0 4px 45px;
}

/*-------------------------------

メリット

-------------------------------*/
/*
メリットボックス
———————————*/
.benefit {
  text-align: left;
}

.benefit__box {
  height: 630px;
  background-image: url(../img/index/benefit.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  position: relative;
}

/*
メリットテキスト
———————————*/
.benefit__txt-area {
  position: absolute;
  width: 58.7%;
  top: 105px;
  right: 0;
}

.benefit__title {
  font-size: 2.0625rem;
  color: #35b27d;
  padding: 0 0 63px 8px;
  line-height: 1.5;
}

.benefit__txt {
  font-size: 1.125rem;
  line-height: 1.8;
}



/*-------------------------------

解決事例＆コラム

-------------------------------*/
.blog {
  padding: 72px 0 102px;
}
.blog .container {
  display: flex;
  justify-content: space-between;
}

.blog__contents {
  text-align: center;
  width: 49%;
  border: 2px solid #5e959e;
  padding: 27px 20px 25px;
  margin: 1rem;
}

.blog h2 {
  position: relative;
  font-size: 1.5625rem;
  text-align: center;
  color: #94d4b2;
  padding-bottom: 10px;
}

.article {
  display: flex;
  justify-content: center;
  position: relative;
  height: 140px;
  border-top: 1px solid #dddddd;
  padding: 18px 20px;
  text-align: left;
}

.article img {
  padding-right: 23px;
}

.article h3 {
  font-size: 1rem;
  line-height: 1.5;
}

.article__labels {
  position: absolute;
  font-size: 0.875rem;
  bottom: 10px;
  right: 21px;
}

.article__label {
  text-align: center;
  padding: 5px 8px;
  color: #fff;
  background: #d8d582;
  margin-right: 5px;
}

.blog__contents .article a{
  flex: 1;
}
.blog__contents .article .article-info{
  flex: 6;
}
.blog-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 286px;
  background: #87aea9;
  font-size: 0.875rem;
  color: #fff;
  padding: 17px 0;
  margin-top: 18px;
}

.blog-btn::before {
  content: '';
  bottom: 0;
  left: 0%;
  position: absolute;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #94d4b2;
}

/*
解決事例
———————————*/


.case h2 {
  position: relative;
  display: inline-block;
  margin-right: -40px;
}

.case h2::before {
  content: url("../img/index/case.png");
  position: absolute;
  top: -10px;
  left: -50px;
}

/*
コラム
———————————*/
.column h2 {
  position: relative;
  display: inline-block;
}

.column h2::before {
  content: url("../img/index/column.png");
  position: absolute;
  top: -8px;
  left: -50px;
}

.column__title {
  padding-bottom: 5px;
}

.column__title a {
  text-decoration: underline;
  text-underline-offset: .2em;
}

/*-------------------------------

フッターロゴ＆お問い合わせ

-------------------------------*/
.footer-bar {
  padding: 17px 0;
  border-top: 2px solid #5da9ad;
}

.footer-bar .container {
  display: flex;
  justify-content: space-between;
}

/*-------------------------------

アクセス

-------------------------------*/
.google-map {
  width: 100%;
  height: 430px;
}

.address {
  padding: 16px;
  font-size: 1.125rem;
  font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'Yu Gothic',sans-serif;
}

.address .xs {
  font-size: 0.9375rem;
}

@media screen and (max-width: 1024px) {

  .intro__txt {
    font-size: 1.875rem;
  }
  .intro__wrapper {
    background-position: top 0 right -50px;
  }
  .intro__txt::after {
    right: -20px;
  }
  .situation__first {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .situation__item--yellow {
    width: 48.5%;
    margin-bottom: 30px;
  }
  .situation__item--orange {
    margin-bottom: 20px;
  }
  .situation__item--blue {
    margin-bottom: 20px;
  }
  .situation__img01 {
    left: auto;
    right: 110px;
  }
  .situation__img05 {
    left: auto;
    right: 110px;
  }

  .issue {
    padding: 37px 3% 53px;
  }
  .issue__items {
    padding: 0px;
  }

  .feature__item-title {
    padding-left: 30px;
  }
  .feature__txt {
    padding-right: 0;
    font-size: 1rem;
  }

  .benefit__title {
    font-size: 1.875rem;
    padding-bottom: 30px;
  }
  .benefit__txt {
    font-size: 1rem;
  }
  .article {
    padding: 10px 5px;
    height: 150px;
  }
  .article img {
    padding-top: 30px;
  }

  .intro__txt::before {
    left: -80px;
  }

  .benefit__box {
    background-position: left -10% top 0;
  }
}
@media screen and (max-width: 768px) {

  .intro__wrapper {
    background-position: top 0 right 50%;
  }
  .intro__wrapper .contentWrapper{
  	padding: 1rem;
  }
  .intro__txt {
    font-size: 1.5625rem;
    padding:10px 0;
  }
  .intro__txt p{
  	font-size: 1.5rem;
  }
  .intro__txt p:not(:last-of-type) {
    padding-bottom: 10px;
  }
  .intro__txt p:nth-child(2) {
    text-indent: 0;
  }
  .intro__txt p:nth-child(3) {
    text-indent: 0;
  }
  .intro__txt::before,
  .intro__txt::after {
    display: none;
  }
  .intro__list ol {
    width: 80%;
    height: 100%;
  }
  .intro__list .border {
    width: 300px;
  }
  .intro__list .border--long {
    width: 300px;
  }
  .solution{
  	padding: 1rem;
  }
  .situation__first {
    flex-direction: column;
    align-items: center;
  }
  .solution__title{
  	font-size: 2rem;
  }
  .situation__item--yellow {
    width: 80%;
  }
  .situation__item--orange {
    width: 80%;
  }
  .situation__item--blue {
    width: 80%;
  }
  .issue__title {
    font-size: 1.75rem;
  }
  .issue__title-txt {
    font-size: 1rem;
    padding-bottom: 30px;
  }
  .issue__item p {
    font-size: 0.8125rem;
    width: 219px;
  }
  .feature{
  	padding: 1rem;
  }
  .feature__item {
    flex-direction: column;
    align-items: center;
  }
  .feature__txt-area {
    width: 100%;
    margin-right: 0;
  }
  .feature__txt {
    padding-bottom: 33px;
  }
  .benefit{
  	padding: 1rem;
  }
  .benefit__box {
    height: 100%;
    background-image: none;
  }
  .benefit__txt-area {
    position: initial;
    width: 100%;
    top: 0;
    left: 0;
  }
  .blog .container {
    flex-direction: column;
  }
  .blog__contents {
    width: 95%;
  }
  .case {
    margin-bottom: 30px;
  }
  .footer-bar .container {
    flex-direction: column;
    align-items: center;
  }
  .footer-bar .logo-area {
    padding-bottom: 15px;
    text-align: center;
  }
  .situation__second {
    flex-direction: column;
    align-items: center;
  }
  .article {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 480px) {
	.br-sm {
		display: block;
	}
	#front section p {
	    font-size: 90%;
	}
  .intro__wrapper {
    height: 350px;
    background-size: cover;
    background-position: top 0 right 35%;
  }
  .intro__txt {
    font-size: 0.875rem;
	padding: 10px 0 0;
  }
  .intro__list {
    padding-top: 10px;
  }
  .intro__list-title {
    font-size: 0.6875rem;
    width: 55%;
    margin-bottom: 5px;
  }
  .intro__list ol li {
    font-size: 0.75rem;
    padding-left: 20px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 1px white;
  }
  .intro__list .border {
    width: 240px;
  }
  .intro__list .border--long {
    width: 240px;
  }
  .intro__list ol li::before {
    font-size: 0.875rem;
    left: 2px;
    bottom: 0px;
  }
  .intro__list ol li::after {
    border-width: 15px 0 0 15px;
  }
  .intro__txt p{
  	font-size: 1rem;
  }
  .intro__txt p:not(:last-of-type){
     padding-bottom: 5px;
  }
 .solution__title {
    font-size: 1rem;
	}
  .situation__title {
    font-size: 1.5625rem;
    padding-bottom: 25px;
  }
  .situation__item {
    margin: 10px;
  }
  .situation__img08 {
    right: 5px;
  }
  .issue {
    margin-top: 0;
  }
  .issue__title {
    font-size: 1.2rem;
  }

  .issue__item {
    flex-direction: column;
  }
  .issue__item p {
	margin-bottom: 20px;
    width: 300px;
    padding: 10px;
    margin: 5px 0;
  }
  .feature {
    padding-top: 30px;
  }
  .feature__title {
    text-align: center;
    padding-bottom: 30px;
  }
  .benefit__title {
    font-size: 1.5625rem;
    padding: 0 0 30px;
    text-align: center;
  }
  .case{
  	margin: 0 auto;
  }
  .blog {
    padding: 30px 0;
  }
  .article {
    padding: 10px;
  }
  .blog-btn {
    width: 250px;
  }
  .footer-bar .contact {
    display: block;
    width: 80%;
  }
  .footer-bar .contact-info {
    padding: 0 0 15px;
  }
  .address {
    font-size: 1rem;
    line-height: 1.5;
  }
}
