@charset "utf-8";
/* CSS Document */

/* businessページ専用のスタイル
----------------------------------------------------------- */
.page_title {
  height: 460px;
  background: url(../images/page_title.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_title .box .box_in {
  display: flex;
  align-items: center;
  padding-top: 60px;
  margin-bottom: 25px;
}
.page_title .box .box_in h3 {
  order: 2;
  margin-left: auto;
  line-height: 1.1;
  color: #FFF;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro','Noto Serif JP',serif;
  font-size: 8.0rem;
  font-weight: 500;
}
.page_title .box .box_in h4 {
  order: 1;
  margin-right: 20px;
}
.page_title .box .box_in h4 span {
  display: block;
  font-size: 2.8rem;
  color: #006fd0;
  line-height: 1.2;
  padding: .2em .8em;
  background: #FFF;
}
.page_title .box .box_in h4 span:nth-of-type(1) {
  margin-bottom: .5em;
}
.page_title .box .box_in + p {
  font-size: 1.6rem;
  color: #FFF;
}


.business main {
  /* /*background: url(../images/bg.jpg) no-repeat center center;*/
  background-size: cover;
  padding-bottom: 70px;
}
.business main .pan {
  padding-bottom: 120px;
}


.business main .flow01 {
  position: relative;
  margin-bottom: 100px;
}
.business main .flow01::before {
  position: absolute;
  top: 0;
  right: -125px;
  width: 225px;
  height: 100%;
  /*/*background: url(../images/flow01_bg.jpg) no-repeat center center;*/*/
  background-size: cover;
  mix-blend-mode: multiply;
  content: '';
}
.business main .flow01::after {
  position: absolute;
  top: 0;
  right: -125px;
  width: 125px;
  height: 100%;
  background: rgb(160 169 177 / 10%);
  content: '';
}
.business main .flow01 .bg_in {
  position: relative;
  padding-bottom: 90px;
}
.business main .flow01 .bg_in::after {
  position: absolute;
  top: 0;
  right: -125px;
  width: 225px;
  height: 100%;
  /*background: rgb(160 169 177 / 30%);*/
  content: '';
}
.business main .flow01 .bg_in h3 {
  position: relative;
  z-index: 2;
  font-size: 3.5rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .4em;
}
.business main .flow01 .bg_in h3 span {
  position: relative;
  top: -1em;
  margin-bottom: -1em;
  display: block;
  background: #313131;
  padding: .3em .8em;
  line-height: 1.2;
  color: #FFF;
}
.business main .flow01 .bg_in p.com01 {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 2.5em 0;
  font-size: 1.2em;
}
.business main .flow01 .bg_in .box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
  margin-bottom: -60px;
  counter-reset: number;
}
.business main .flow01 .bg_in .box section {
  position: relative;
  width: 47.2%;
  margin-bottom: 60px;
}
.business main .flow01 .bg_in .box section:nth-of-type(odd) {
  margin-right: 5.6%;
}
.business main .flow01 .bg_in .box section.number {
  background: #FFF;
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
}
.business main .flow01 .bg_in .box section.number:before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: -.6em;
  display: inline-block;
  white-space: nowrap;
  background:rgb(1 25 43);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  padding: .3em;
  color: #FFF;
  counter-increment: number;
  content: counter(number , decimal-leading-zero) '';  
}
.business main .flow01 .bg_in .box section.number h4 {
  position: relative;
  font-size: 3.0rem;
  font-weight: 700;
  color:rgb(1 25 43);
  margin-bottom: .8em;
  text-align: center;
}
.business main .flow01 .bg_in .box section.number h4::after {
  position: absolute;
  bottom: -.2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 72%;
  height: 1px;
  background: #006fd0;
  content: '';
}
.business main .flow01 .bg_in .box section.number h4 + p {
  text-align: center;
}
.business main .flow01 .bg_in .box section .circle {  
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  width: 270px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 2px #FFF;
  background: #006fd0;
}
.business main .flow01 .bg_in .box section .circle p {  
  font-size: 3.0rem;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
}
.business main .flow02 {
  position: relative;
  margin-bottom: 100px;
}
.business main .flow02::before {
  position: absolute;
  top: 0;
  right: -125px;
  width: 225px;
  height: 100%;
  /*background: url(../images/flow02_bg.jpg) no-repeat center center;*/
  background-size: cover;
  mix-blend-mode: multiply;
  content: '';
}
.business main .flow02::after {
  position: absolute;
  top: 0;
  right: -125px;
  width: 125px;
  height: 100%;
	    background: rgb(160 169 177 / 10%);
   /*background: rgba(0, 111, 208, .3);*/
  content: '';
}
.business main .flow02 .bg_in {
  position: relative;
  padding-bottom: 90px;
}
.business main .flow02 .bg_in::after {
  position: absolute;
  top: 0;
  right: -125px;
  width: 225px;
  height: 100%;
   /*background: rgba(0, 111, 208, .3);*/
  content: '';
}
.business main .flow02 .bg_in h3 {
  position: relative;
  z-index: 2;
  font-size: 3.5rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .4em;
}
.business main .flow02 .bg_in h3 span {
  position: relative;
  top: -1em;
  margin-bottom: -1em;
  display: block;
  background: #313131;
  padding: .3em .8em;
  line-height: 1.2;
  color: #FFF;
}
.business main .flow02 .bg_in .com01 {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 1.5em;
}
.business main .flow02 .bg_in .box {
  position: relative;
  z-index: 2;
  padding-left: 80px;
  counter-reset: number;
  margin-bottom: 50px;
}
.business main .flow02 .bg_in .box section {
  position: relative;
  background: #FFF;
  display: flex;
}
.business main .flow02 .bg_in .box section:not(:last-of-type) {
  margin-bottom: 30px;
}
.business main .flow02 .bg_in .box section:before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: -.6em;
  display: inline-block;
  white-space: nowrap;
  background: #006fd0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  padding: .3em;
  color: #FFF;
  counter-increment: number;
  content: counter(number , decimal-leading-zero) '';  
}
.business main .flow02 .bg_in .box section .box_in {
  position: relative;
  width: 56%;
  padding: 15px 40px 15px 65px;
}
.business main .flow02 .bg_in .box section .box_in h4 {
  position: relative;
  font-size: 3.0rem;
  font-weight: 700;
  color: #006fd0;
  margin-bottom: .8em;
  text-align: center;
}
.business main .flow02 .bg_in .box section .box_in h4::after {
  position: absolute;
  bottom: -.2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #006fd0;
  content: '';
}
.business main .flow02 .bg_in .box section .img {
  margin-left: auto;
  width: 44%;
	display: flex !important;
  align-items: center;
  justify-content: center;
}
.business main .flow02 .bg_in .box section .img img {
  height: 100%;
  width: 100%;
	object-fit: cover;
  backface-visibility: inherit;
  -webkit-backface-visibility: inherit;
  -moz-backface-visibility: inherit;
  -ms-backface-visibility: inherit;
}
.business main .flow02 .bg_in .consultation {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business main .flow02 .bg_in .consultation p {
  border: solid 2px #FFF;
  background: #006fd0;
  font-size: 3.0rem;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
  padding: .8em .6em;
}






@media screen and (max-width: 1000px) {
  .page_title .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  

  .business main {
    overflow: hidden;
  }
  

  .business main .flow01 .bg_in .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .business main .flow02 .bg_in .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  

}




/* sp
----------------------------------------------------------- */
@media screen and (max-width: 767px) {

  .page_title {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .page_title .box .box_in {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 5vw;
    margin-bottom: 5vw;
  }
  .page_title .box .box_in h3 {
    order: 1;
    font-size: 4.0rem;
    margin-bottom: 5vw;
    margin-left: 0;
  }
  .page_title .box .box_in h4 {
    order: 2;
    margin-right: 0;
  }
  .page_title .box .box_in h4 span {
    font-size: 2.0rem;
    padding: .2em .8em;
  }
  .page_title .box .box_in h4 span:nth-of-type(1) {
    margin-bottom: .5em;
  }
  .page_title .box .box_in + p {
    font-size: 1.6rem;
    color: #FFF;
  }
  
  
  .business main {
     /*background: url(../images/bg_sp.jpg) no-repeat center center;*/
    background-size: cover;
    padding-bottom: 20vw;
  }
  .business main .pan {
    padding-bottom: 20vw;
  }
  
  
  .business main .flow01 {
    position: relative;
    margin-bottom: 20vw;
  }
  .business main .flow01::before {
    position: absolute;
    top: 0;
    right: -15vw;
    width: 30vw;
    height: 100%;
    /*background: url(../images/flow01_bg.jpg) no-repeat center center;*/
    background-size: cover;
    mix-blend-mode: multiply;
    content: '';
  }
  .business main .flow01::after {
    position: absolute;
    top: 0;
    right: -15vw;
    width: 15vw;
    height: 100%;
     /*background: rgba(0, 111, 208, .3);*/
    content: '';
  }
  .business main .flow01 .bg_in {
    position: relative;
    padding-bottom: 10vw;
  }
  .business main .flow01 .bg_in::after {
    position: absolute;
    top: 0;
    right: -15vw;
    width: 30vw;
    height: 100%;
     /*background: rgba(0, 111, 208, .3);*/
    content: '';
  }
  .business main .flow01 .bg_in h3 {
    font-size: 2.0rem;
    margin-bottom: .4em;
  }
  .business main .flow01 .bg_in h3 span {
    padding: .3em .8em;
    line-height: 1.7;
  }
  .business main .flow01 .bg_in .com01 {
    text-align: left;
    padding: 0 4%;
    margin-bottom: 1.5em;
    filter: drop-shadow(0 0 5px rgba(255,255,255,.7)) drop-shadow(0 0 5px rgba(255,255,255,.7));
  }
  .business main .flow01 .bg_in .box {
    display: flex;
    flex-direction: column;
    padding: 0 4%;
    margin-bottom: -10vw;
    counter-reset: number;
  }
  .business main .flow01 .bg_in .box section {
    position: relative;
    width: 100%;
    margin-bottom: 10vw;
  }
  .business main .flow01 .bg_in .box section:nth-of-type(odd) {
    margin-right: 0%;
  }
  .business main .flow01 .bg_in .box section.number {
    padding: 5vw 4vw;
  }
  .business main .flow01 .bg_in .box section.number:before {
    position: absolute;
    top: -2vw;
    transform: inherit;
    left: -.4em;
    font-size: 2.5rem;
  }
  .business main .flow01 .bg_in .box section.number h4 {
    font-size: 2.0rem;
    text-align: center;
  }
  .business main .flow01 .bg_in .box section.number h4 + p {
    text-align: left;
  }
  .business main .flow01 .bg_in .box section .circle {  
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: inherit;
    width: 100%;
    height: auto;
    border-radius: 6vw;
    padding: .6em 1em;
  }
  .business main .flow01 .bg_in .box section .circle p {  
    font-size: 2.0rem;
    line-height: 1.3;
  }

  .business main .flow02 {
    position: relative;
    margin-bottom: 20vw;
  }
  .business main .flow02::before {
    position: absolute;
    top: 0;
    right: -15vw;
    width: 30vw;
    height: 100%;
    /*background: url(../images/flow02_bg.jpg) no-repeat center center;*/
    background-size: cover;
    mix-blend-mode: multiply;
    content: '';
  }
  .business main .flow02::after {
    position: absolute;
    top: 0;
    right: -15vw;
    width: 15vw;
    height: 100%;
     /*background: rgba(0, 111, 208, .3);*/
    content: '';
  }
  .business main .flow02 .bg_in {
    position: relative;
    padding-bottom: 10vw;
  }
  .business main .flow02 .bg_in::after {
    position: absolute;
    top: 0;
    right: -15vw;
    width: 30vw;
    height: 100%;
     /*background: rgba(0, 111, 208, .3);*/
    content: '';
  }
  .business main .flow02 .bg_in h3 {
    font-size: 2.0rem;
    margin-bottom: .4em;
  }
  .business main .flow02 .bg_in h3 span {
    padding: .3em .8em;
    line-height: 1.7;
  }
  .business main .flow02 .bg_in .com01 {
    text-align: left;
    padding: 0 4%;
    margin-bottom: 1.5em;
    filter: drop-shadow(0 0 5px rgba(255,255,255,.7)) drop-shadow(0 0 5px rgba(255,255,255,.7));
  }
  .business main .flow02 .bg_in .box {
    position: relative;
    z-index: 2;
    padding-left: 4%;
    counter-reset: number;
    margin-bottom: 10vw;
  }
  .business main .flow02 .bg_in .box section {
    position: relative;
    background: #FFF;
    display: flex;
    flex-direction: column;
  }
  .business main .flow02 .bg_in .box section:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .business main .flow02 .bg_in .box section:before {
    position: absolute;
    top: -2vw;
    transform: inherit;
    left: -.4em;
    font-size: 2.5rem;
  }
  .business main .flow02 .bg_in .box section .box_in {
    width: 100%;
    padding: 5vw 4vw;
    padding-top: 10vw;
  }
  .business main .flow02 .bg_in .box section .box_in h4 {
    font-size: 2.0rem;
  }
  .business main .flow02 .bg_in .box section .img {
    margin-left: 0;
    width: 100%;
  }
  .business main .flow02 .bg_in .box section .img img {
    height: auto;
    width: 100%;
    object-fit: contain;
  }
  .business main .flow02 .bg_in .consultation {
    padding: 0 4%;
  }
  .business main .flow02 .bg_in .consultation p {
    font-size: 2.0rem;
    line-height: 1.7;
    padding: .8em .6em;
  }




}	