@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
main {
  position: relative;
  z-index: 5;
}

#section_back {
  width: 100%;
  height: 100%;
  background: url(../images/top_back_pc.jpg) no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section_back {
    background: url(../images/top_back_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#section_back .section_back_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(211, 237, 251);
  mix-blend-mode: multiply;
  z-index: 5;
  transition: all 0.8s ease-out 0.01s;
}
#section_back .section_back_mask.active {
  background-color: rgb(134, 206, 240);
}

#headsp {
  width: 100%;
  height: 90px;
}
@media screen and (max-width:800px) {
  #headsp {
    height: 54px;
  }
}

#section01 {
  width: 100%;
  position: relative;
}
#section01 .titles {
  position: absolute;
  bottom: 10%;
  left: 7.5%;
  width: 75%;
  max-width: 565px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section01 .titles {
    width: 65%;
  }
}

#section02 {
  width: 100%;
  padding: 100px 0 140px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 13.5vw 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 100%;
  }
}
#section02 h2 {
  text-align: center;
  font-weight: 900;
  line-height: 160%;
}

#section03 {
  width: 100%;
}
#section03 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#section03 .inbox1 {
  position: relative;
  width: 108%;
  margin: 0 0 50px -8%;
  background: url(../images/business/photo01.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section03 .inbox1 {
    width: 106%;
    margin: 0 0 5vw -6%;
    background: url(../images/business/photo01_sp.jpg) no-repeat center right;
    background-size: cover;
  }
}
#section03 .inbox1 .inbox__in {
  width: 85%;
  margin: 0 50px 0 auto;
  padding: 80px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section03 .inbox1 .inbox__in {
    width: 85%;
    margin: 0 5% 0 7.5%;
    padding: 5vw 0 5vw 0;
  }
}
#section03 .inbox1 .inbox__in h3 {
  width: 31.2%;
  margin-bottom: 20em;
}
@media screen and (max-width:800px) {
  #section03 .inbox1 .inbox__in h3 {
    width: 45%;
    margin-bottom: 5em;
  }
}
#section03 .inbox1 .inbox__in h4 {
  font-weight: 900;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section03 .inbox1 .inbox__in h4 {
    margin-bottom: 0.5em;
  }
}
#section03 .inbox1 .inbox__in .base_text {
  line-height: 180%;
  margin-bottom: 1.25em;
}
@media screen and (max-width:800px) {
  #section03 .inbox1 .inbox__in .base_text {
    line-height: 160%;
    font-weight: 600;
  }
}
#section03 .inbox1 .inbox__in h5 {
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section03 .inbox1 .inbox__in h5 {
    font-weight: 600;
  }
}
#section03 .inbox1 .inbox__in .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 .inbox1 .inbox__in .clumbox .left {
  width: 70%;
}
@media screen and (max-width:800px) {
  #section03 .inbox1 .inbox__in .clumbox .left {
    width: 47.5%;
  }
}
#section03 .inbox1 .inbox__in .clumbox .left .list {
  width: 60%;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.5em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section03 .inbox1 .inbox__in .clumbox .left .list {
    width: 100%;
  }
}
#section03 .inbox1 .inbox__in .clumbox .left .list .items {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section03 .inbox1 .inbox__in .clumbox .left .list .items {
    width: 100%;
  }
}
#section03 .inbox1 .inbox__in .clumbox .right {
  width: 24%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #section03 .inbox1 .inbox__in .clumbox .right {
    width: 50%;
  }
}
#section03 .inbox1 .inbox__in .clumbox .right a {
  display: inline-block;
  padding: 0.75em 0 0.8em 0;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 100%;
  color: #fff;
  text-align: center;
}
#section03 .inbox1 .inbox__in .clumbox .right a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}

#section04 {
  width: 100%;
}
#section04 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0px;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    padding-bottom: 0vw;
  }
}
#section04 .inbox2 {
  position: relative;
  width: 108%;
  margin: 0px -8% 0px 0%;
  /*background-color: rgba(255,0,0,0.1);*/
}
@media screen and (max-width:800px) {
  #section04 .inbox2 {
    width: 106%;
    margin: 0vw -6% 0vw 0%;
  }
}
#section04 .inbox2 .inbox__in {
  width: 95%;
  margin: -120px auto 0 0px;
  padding: 0px 0 120px 0;
  /*background-color: rgba(0,255,0,0.1);*/
}
@media screen and (max-width:800px) {
  #section04 .inbox2 .inbox__in {
    width: 95%;
    margin: -12vw auto 0 0px;
    padding: 0vw 0 14vw 0;
  }
}
#section04 .inbox2 .acdbox {
  margin-top: -1px;
}
#section04 .inbox2 .ins {
  width: 90%;
  margin: 0 auto;
  padding: 75px 0;
}
#section04 .inbox2 .ttls {
  text-align: center;
  font-weight: 900;
  margin-bottom: 70px;
}
#section04 .inbox2 .ttls .ttls2 {
  display: inline-block;
  padding-top: 0.4em;
  border-top: 1px solid #000;
  margin-top: 0.4em;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 .ttls .ttls2 {
    width: 100%;
    text-align: center;
  }
}
#section04 .inbox2 .cluminbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 .cluminbox {
    margin-bottom: 5vw;
  }
}
#section04 .inbox2 .cluminbox .photo {
  width: 41.6%;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 .cluminbox .photo {
    width: 65%;
    margin: 0 auto 5vw auto;
  }
}
#section04 .inbox2 .cluminbox .text {
  width: 53.6%;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 .cluminbox .text {
    width: 100%;
  }
}
#section04 .inbox2 .cluminbox .text .text__in {
  border-left: 10px solid #1f45a5;
  padding-left: 2em;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 .cluminbox .text .text__in {
    border-left: 6px solid #1f45a5;
    padding-left: 1em;
  }
}
#section04 .inbox2 .cluminbox .text .subttl {
  font-weight: 900;
  margin-bottom: 1em;
}
#section04 .inbox2 .cluminbox .text .subtext {
  line-height: 160%;
}
#section04 .inbox2 .cluminbox2 {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 .cluminbox2 {
    margin-bottom: 5vw;
  }
}
#section04 .inbox2 .cluminbox2 .text {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 .cluminbox2 .text {
    width: 100%;
  }
}
#section04 .inbox2 .cluminbox2 .text .subttl {
  font-weight: 900;
  margin-bottom: 1em;
}
#section04 .inbox2 .cluminbox2 .text .subtext {
  line-height: 160%;
}
#section04 .inbox2 .cluminbox3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 .cluminbox3 {
    margin-bottom: 5vw;
  }
}
#section04 .inbox2 .cluminbox3 .text {
  width: 53.6%;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 .cluminbox3 .text {
    width: 100%;
    order: 2;
  }
}
#section04 .inbox2 .cluminbox3 .text .subttl {
  font-weight: 900;
  margin-bottom: 1em;
}
#section04 .inbox2 .cluminbox3 .text .subtext {
  line-height: 160%;
}
#section04 .inbox2 .cluminbox3 .photo {
  width: 41.6%;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 .cluminbox3 .photo {
    width: 100%;
    margin: 0vw auto 5vw auto;
    order: 1;
  }
}
#section04 .inbox2 ul.list4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 .inbox2 ul.list4 li {
  width: 25%;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 ul.list4 li {
    width: 50%;
  }
}
#section04 .inbox2 .list4_long {
  width: 100%;
}
#section04 .inbox2 .secondttls {
  text-align: center;
  font-weight: 900;
  margin-top: 5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 .secondttls {
    margin-top: 2.5em;
    margin-bottom: 1.5em;
  }
}
#section04 .inbox2 .whitebox {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 50px 5%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 .whitebox {
    padding: 5vw 5vw;
    margin-bottom: 5vw;
  }
}
#section04 .inbox2 .whitebox .titlesin {
  font-weight: 900;
  margin-bottom: 0.5em;
}
#section04 .inbox2 .whitebox .base_textin {
  line-height: 175%;
}
#section04 .inbox2 .thirdttls {
  text-align: center;
  font-weight: 900;
  margin: 3em auto 1.5em auto;
}
#section04 .inbox2 ul.list4b {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 .inbox2 ul.list4b li {
  width: 24%;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 ul.list4b li {
    margin-bottom: 1.5vw;
    width: 49%;
  }
}
#section04 .inbox2 .acd01 {
  display: none;
  background-color: #f2f2f2;
}
#section04 .inbox2 .acd02 {
  display: none;
  background-color: #f2f2f2;
}
#section04 .inbox2 .acd03 {
  display: none;
  background-color: #f2f2f2;
}
#section04 .inbox2 .acd04 {
  display: none;
  background-color: #f2f2f2;
}
#section04 .inbox2 ul.bts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin: -120px auto 0 50px;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 ul.bts {
    width: 85%;
    margin: -20vw 5% 0 7.5%;
  }
}
#section04 .inbox2 ul.bts li {
  width: 25%;
  background-color: #cccccc;
  color: #000;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 1.2em 0;
}
#section04 .inbox2 ul.bts li:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
#section04 .inbox2 ul.bts li.active {
  background-color: #f2f2f2;
}
#section04 .inbox2 ul.bts li.active span::after {
  transform: translate(0, -50%) rotate(180deg);
}
#section04 .inbox2 ul.bts li:first-child {
  border-radius: 25px 0 0 25px;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 ul.bts li:first-child {
    border-radius: 5vw 0 0 5vw;
  }
}
#section04 .inbox2 ul.bts li:first-child.on {
  border-radius: 25px 0 0 0;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 ul.bts li:first-child.on {
    border-radius: 5vw 0 0 0vw;
  }
}
#section04 .inbox2 ul.bts li:last-child {
  border-right: 0px;
  border-radius: 0 25px 25px 0;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 ul.bts li:last-child {
    border-radius: 0 5vw 5vw 0;
  }
}
#section04 .inbox2 ul.bts li:last-child.on {
  border-radius: 0px 25px 0 0;
}
@media screen and (max-width:800px) {
  #section04 .inbox2 ul.bts li:last-child.on {
    border-radius: 0 5vw 0 0;
  }
}
#section04 .inbox2 ul.bts li span {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
}
#section04 .inbox2 ul.bts li span::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../images/business/icon_under.svg) no-repeat center;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#section04 .inbox1 {
  position: relative;
  width: 108%;
  margin: 0 -8% 0px 0%;
  background: url(../images/business/photo02.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding-bottom: 120px;
}
@media screen and (max-width:800px) {
  #section04 .inbox1 {
    width: 106%;
    margin: 0 -6% 0vw 0%;
    background: url(../images/business/photo02_sp.jpg) no-repeat center right;
    background-size: cover;
    padding-bottom: 20vw;
  }
}
#section04 .inbox1 .inbox__in {
  width: 85%;
  margin: 0 auto 0 50px;
  padding: 80px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section04 .inbox1 .inbox__in {
    width: 85%;
    margin: 0 5% 0 7.5%;
    padding: 5vw 0 5vw 0;
  }
}
#section04 .inbox1 .inbox__in h3 {
  width: 45.5%;
  margin-bottom: 20em;
}
@media screen and (max-width:800px) {
  #section04 .inbox1 .inbox__in h3 {
    width: 70%;
    margin-bottom: 5em;
  }
}
#section04 .inbox1 .inbox__in h4 {
  font-weight: 900;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section04 .inbox1 .inbox__in h4 {
    margin-bottom: 0.5em;
  }
}
#section04 .inbox1 .inbox__in .base_text {
  line-height: 180%;
  margin-bottom: 1.25em;
}
@media screen and (max-width:800px) {
  #section04 .inbox1 .inbox__in .base_text {
    line-height: 160%;
    font-weight: 600;
  }
}
#section04 .inbox1 .inbox__in h5 {
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section04 .inbox1 .inbox__in h5 {
    font-weight: 600;
  }
}
#section04 .inbox1 .inbox__in .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 .inbox1 .inbox__in .clumbox .left {
  width: 70%;
}
@media screen and (max-width:800px) {
  #section04 .inbox1 .inbox__in .clumbox .left {
    width: 47.5%;
  }
}
#section04 .inbox1 .inbox__in .clumbox .left .list {
  width: 60%;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.5em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section04 .inbox1 .inbox__in .clumbox .left .list {
    width: 100%;
  }
}
#section04 .inbox1 .inbox__in .clumbox .left .list .items {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section04 .inbox1 .inbox__in .clumbox .left .list .items {
    width: 100%;
  }
}
#section04 .inbox1 .inbox__in .clumbox .right {
  width: 24%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #section04 .inbox1 .inbox__in .clumbox .right {
    width: 50%;
  }
}
#section04 .inbox1 .inbox__in .clumbox .right a {
  display: inline-block;
  padding: 0.75em 0 0.8em 0;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 100%;
  color: #fff;
  text-align: center;
}
#section04 .inbox1 .inbox__in .clumbox .right a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}

#section05 {
  width: 100%;
}
#section05 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#section05 .inbox1 {
  position: relative;
  width: 108%;
  margin: 0 0 50px -8%;
  background: url(../images/business/photo03.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section05 .inbox1 {
    width: 106%;
    margin: 0 0 5vw -6%;
    background: url(../images/business/photo03_sp.jpg) no-repeat center right;
    background-size: cover;
  }
}
#section05 .inbox1 .inbox__in {
  width: 85%;
  margin: 0 50px 0 auto;
  padding: 80px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section05 .inbox1 .inbox__in {
    width: 85%;
    margin: 0 5% 0 7.5%;
    padding: 5vw 0 5vw 0;
  }
}
#section05 .inbox1 .inbox__in h3 {
  width: 51%;
  margin-bottom: 5em;
}
@media screen and (max-width:800px) {
  #section05 .inbox1 .inbox__in h3 {
    width: 77%;
    margin-bottom: 5em;
  }
}
#section05 .inbox1 .inbox__in h4 {
  font-weight: 900;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section05 .inbox1 .inbox__in h4 {
    margin-bottom: 0.5em;
  }
}
#section05 .inbox1 .inbox__in .base_text {
  line-height: 180%;
  margin-bottom: 2.25em;
}
@media screen and (max-width:800px) {
  #section05 .inbox1 .inbox__in .base_text {
    line-height: 160%;
    font-weight: 600;
  }
}
#section05 .inbox1 .inbox__in h5 {
  margin-bottom: 0.5em;
}
#section05 .inbox1 .inbox__in h5.second {
  margin-top: 2em;
}
@media screen and (max-width:800px) {
  #section05 .inbox1 .inbox__in h5 {
    font-weight: 600;
  }
}
#section05 .inbox1 .inbox__in .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section05 .inbox1 .inbox__in .clumbox .left {
  width: 70%;
}
@media screen and (max-width:800px) {
  #section05 .inbox1 .inbox__in .clumbox .left {
    width: 90%;
  }
}
#section05 .inbox1 .inbox__in .clumbox .left .list {
  width: 60%;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.5em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section05 .inbox1 .inbox__in .clumbox .left .list {
    width: 100%;
  }
}
#section05 .inbox1 .inbox__in .clumbox .left .list .items {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section05 .inbox1 .inbox__in .clumbox .left .list .items {
    width: 100%;
  }
}
#section05 .inbox1 .inbox__in .clumbox .left .list .item_long {
  width: 100%;
}
#section05 .inbox1 .inbox__in .clumbox .right {
  width: 24%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #section05 .inbox1 .inbox__in .clumbox .right {
    width: 50%;
    text-align: right;
    margin-left: auto;
    margin-top: 2.5em;
  }
}
#section05 .inbox1 .inbox__in .clumbox .right a {
  display: inline-block;
  padding: 0.75em 0 0.8em 0;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 100%;
  color: #fff;
  text-align: center;
}
#section05 .inbox1 .inbox__in .clumbox .right a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}

#section06 {
  width: 100%;
  padding-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section06 {
    padding-bottom: 50px;
  }
}
#section06 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#section06 .inbox1 {
  position: relative;
  width: 108%;
  margin: 0 -8% 50px 0%;
  background: url(../images/business/photo04.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section06 .inbox1 {
    width: 106%;
    margin: 0 -6% 0px 0%;
    background: url(../images/business/photo04_sp.jpg) no-repeat center right;
    background-size: cover;
  }
}
#section06 .inbox1 .inbox__in {
  width: 85%;
  margin: 0 auto 0 50px;
  padding: 80px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section06 .inbox1 .inbox__in {
    width: 85%;
    margin: 0 5% 0 7.5%;
    padding: 5vw 0 5vw 0;
  }
}
#section06 .inbox1 .inbox__in h3 {
  width: 87%;
  margin-bottom: 20em;
}
@media screen and (max-width:800px) {
  #section06 .inbox1 .inbox__in h3 {
    width: 75%;
    margin-bottom: 5em;
  }
}
#section06 .inbox1 .inbox__in h4 {
  font-weight: 900;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section06 .inbox1 .inbox__in h4 {
    margin-bottom: 0.5em;
  }
}
#section06 .inbox1 .inbox__in .base_text {
  line-height: 180%;
  margin-bottom: 1.25em;
}
@media screen and (max-width:800px) {
  #section06 .inbox1 .inbox__in .base_text {
    line-height: 160%;
    font-weight: 600;
  }
}
#section06 .inbox1 .inbox__in h5 {
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section06 .inbox1 .inbox__in h5 {
    font-weight: 600;
  }
}
#section06 .inbox1 .inbox__in .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section06 .inbox1 .inbox__in .clumbox .left {
  width: 70%;
}
@media screen and (max-width:800px) {
  #section06 .inbox1 .inbox__in .clumbox .left {
    width: 47.5%;
  }
}
#section06 .inbox1 .inbox__in .clumbox .left .list {
  width: 60%;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.5em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section06 .inbox1 .inbox__in .clumbox .left .list {
    width: 100%;
  }
}
#section06 .inbox1 .inbox__in .clumbox .left .list .items {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section06 .inbox1 .inbox__in .clumbox .left .list .items {
    width: 100%;
  }
}
#section06 .inbox1 .inbox__in .clumbox .right {
  width: 24%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #section06 .inbox1 .inbox__in .clumbox .right {
    width: 50%;
  }
}
#section06 .inbox1 .inbox__in .clumbox .right a {
  display: inline-block;
  padding: 0.75em 0 0.8em 0;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 100%;
  color: #fff;
  text-align: center;
}
#section06 .inbox1 .inbox__in .clumbox .right a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}

#section_maker {
  width: 100%;
  background-color: #fff;
  padding: 150px 0;
}
@media screen and (max-width:800px) {
  #section_maker {
    padding: 7.5vw 0 10vw 0;
  }
}
#section_maker h3 {
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#section_maker ul {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_maker ul li {
  width: 29%;
}
@media screen and (max-width:800px) {
  #section_maker ul li {
    width: 90%;
    margin: 0 auto 6vw auto;
  }
}
@media screen and (max-width:800px) {
  #section_maker ul li:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=business.css.map */