@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共通ここまで***/
body {
  overflow: hidden;
}

#section01 {
  width: 100%;
  padding-top: 48px;
  padding-bottom: 50px;
  background: url(../images/environment/office/back01.png) no-repeat center/cover;
}
@media screen and (max-width:800px) {
  #section01 {
    padding-top: 0;
    padding-bottom: 25vw;
    background: url(../images/environment/base/mv_bg_sp.png) no-repeat center/100% 100%;
  }
}
#section01 .pcs {
  display: inline-block !important;
}
@media screen and (max-width:800px) {
  #section01 .pcs {
    display: none !important;
  }
}
#section01 .sps {
  display: none !important;
}
@media screen and (max-width:800px) {
  #section01 .sps {
    display: inline-block !important;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    width: 100%;
  }
}
#section01 .mv_wrap {
  position: relative;
  top: 0;
  left: 0;
}
#section01 .mv_wrap .mv {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .mv {
    width: 77vw;
    padding-top: 8vw;
  }
}
#section01 .mv_wrap .mv_title {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.4em 0.35em 0.4em;
  background: linear-gradient(-43.92deg, #e3770e 0%, #edb10e 80%);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 100%;
  position: absolute;
  bottom: 70px;
  left: 0px;
  transform: translate(0, 50%);
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .mv_title {
    left: 4vw;
    bottom: 11.5vw;
    transform: translate(0, 50%);
  }
}
#section01 .mv_wrap .mv_title_b {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.4em 0.35em 0.4em;
  background: linear-gradient(-43.92deg, #e3770e 0%, #edb10e 80%);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: translate(0, 50%);
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .mv_title_b {
    bottom: -11.5vw;
    left: 4vw;
    transform: translate(0, 50%);
  }
}
#section01 .mv_wrap .mv_title_c {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.4em 0.35em 0.4em;
  background: linear-gradient(-43.92deg, #e3770e 0%, #edb10e 80%);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: translate(0, 50%);
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .mv_title_c {
    bottom: 0vw;
    left: 4vw;
    transform: translate(0, 50%);
  }
}
#section01 .mv_wrap .mv_text {
  position: absolute;
  bottom: 0px;
  left: 66px;
  width: 30.3%;
  transform: translate(0, 50%);
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .mv_text {
    bottom: 0vw;
    left: 4vw;
    width: 80vw;
  }
}
#section01 .mv_wrap .icon {
  position: absolute;
}
#section01 .mv_wrap .icon.icon--1 {
  top: 13px;
  left: -32px;
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .icon.icon--1 {
    top: 2vw;
    left: 0.5vw;
    width: 23vw;
  }
}
#section01 .mv_wrap .icon.icon--1b {
  top: 13px;
  left: -120px;
}
@media screen and (max-width:1300px) {
  #section01 .mv_wrap .icon.icon--1b {
    display: none;
  }
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .icon.icon--1b {
    display: block;
    top: 2vw;
    left: 0.5vw;
    width: 23vw;
  }
}
#section01 .mv_wrap .icon.icon--2 {
  bottom: 38px;
  right: 0px;
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .icon.icon--2 {
    bottom: -35vw;
    right: -10vw;
  }
}

#section02 .block_title span,
#section03 .block_title span {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0.2em 0.3em 0.4em 0.3em;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 100%;
  background: linear-gradient(90deg, rgb(227, 119, 14) 0%, rgb(237, 177, 14) 100%);
}

#section02 {
  width: 100%;
  padding: 100px 0 0px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 22vw 0 0vw 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 90%;
  }
}
#section02 .block_title {
  position: relative;
}
#section02 .block_title span {
  padding: 0.2em 0.8em 0.4em 0.4em;
}
@media screen and (max-width:800px) {
  #section02 .block_title span {
    font-size: 6.5vw;
  }
}
#section02 .block_title span:last-child {
  margin-top: 0.3em;
}
#section02 .block_title span.mores {
  margin-top: 0.3em;
}
#section02 .block_text {
  font-weight: 600;
}
#section02 .bg {
  top: 45px;
  height: 95%;
}
@media screen and (max-width:800px) {
  #section02 .bg {
    width: 100%;
    left: 0vw;
  }
}
#section02 .titlewaku {
  width: 100%;
  position: relative;
  z-index: 3;
}
#section02 .titlewaku span {
  font-weight: 700;
  color: #000;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 5;
}
#section02 .titlewaku figure.imgs {
  width: 46.6972477064%;
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 4;
}
@media screen and (max-width:800px) {
  #section02 .titlewaku figure.imgs {
    width: 89.7142857143%;
  }
}
#section02 .backimgs {
  width: 57.5229357798%;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translate(-5%, -50%);
}
@media screen and (max-width:800px) {
  #section02 .backimgs {
    width: 57.4285714286%;
    transform: translate(40%, -25%);
  }
}
#section02 .subbox {
  margin-top: 70px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section02 .subbox {
    margin-top: 7.5vw;
  }
}
#section02 dt {
  width: 66.6%;
  transform: translate(-5%, 0);
}
@media screen and (max-width:800px) {
  #section02 dt {
    width: 80%;
    margin: 0 auto 5vw 0;
    transform: translate(0%, 0);
  }
}
@media screen and (max-width:800px) {
  #section02 dd {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width:800px) {
  #section02 .block {
    margin-bottom: 37.5vw;
  }
}
@media screen and (max-width:800px) {
  #section02 .icon {
    display: block;
    top: 90%;
    left: -5vw;
    z-index: -1;
  }
}

.section__in1 {
  width: 90%;
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.section__in1 .block {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 250px;
}
@media screen and (max-width:800px) {
  .section__in1 .block {
    margin-bottom: 80vw;
  }
}
.section__in1 .block:first-child {
  margin-top: 0;
}
@media screen and (max-width:800px) {
  .section__in1 .block {
    flex-direction: column-reverse;
    margin-bottom: 40vw;
  }
}
.section__in1 .block .block_title {
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 18px;
}
.section__in1 .block .block_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 70px;
}
.section__in1 .block .box .box_title span {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0.4em 0.6em 0.5em 0.6em;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 100%;
}
.section__in1 .block dd {
  margin-top: 30px;
}
.section__in1 .block dd .block_text {
  letter-spacing: 0.1em;
  line-height: 1.9em;
}
.section__in1 .block dd .block_text.last {
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.section__in1 .block dd .lastbox {
  text-align: center;
}
.section__in1 .block figure figcaption {
  margin-top: 16px;
}
.section__in1 .block .bg {
  position: absolute;
  z-index: -1;
  display: block;
}
@media screen and (max-width:800px) {
  .section__in1 .block .bg {
    display: block;
  }
}
.section__in1 .block.block--ora .block_title:after {
  background: linear-gradient(-43.92deg, rgb(227, 119, 14) 0%, rgb(237, 177, 14) 80%);
}
.section__in1 .block.block--ora .box .box_title span {
  background: linear-gradient(-43.92deg, rgb(227, 119, 14) 0%, rgb(237, 177, 14) 80%);
}
.section__in1 .block.block--ora .bg {
  background-color: rgba(227, 119, 14, 0.15);
}
.section__in1 .block.block--blu .block_title:after {
  background: linear-gradient(-43.92deg, rgb(48, 174, 166) 0%, rgb(153, 215, 211) 80%);
}
.section__in1 .block.block--blu .box .box_title span {
  background: linear-gradient(-43.92deg, rgb(48, 174, 166) 0%, rgb(153, 215, 211) 80%);
}
.section__in1 .block.block--blu .bg {
  background-color: rgba(48, 174, 166, 0.15);
}
.section__in1 .block.block--1 {
  position: relative;
  top: 0;
  left: 0;
}
.section__in1 .block.block--1 .icon {
  position: absolute;
  top: 88px;
  left: -10.1%;
  z-index: -1;
}
@media screen and (max-width:800px) {
  .section__in1 .block.block--1 .icon {
    display: none;
  }
}
.section__in1 .block.block--1 .bg {
  top: 15px;
  left: -4%;
  width: 96%;
  height: 83%;
}
@media screen and (max-width:800px) {
  .section__in1 .block.block--1 .bg {
    top: 2vw;
    left: -5vw;
    width: 78%;
    height: 92%;
  }
}
.section__in1 .block.block--2 dd {
  margin-top: 3px;
}
.section__in1 .block.block--2 .box {
  margin-top: 66px;
}
@media screen and (max-width:800px) {
  .section__in1 .block.block--2 .box {
    margin-top: 13vw;
  }
}
.section__in1 .block.block--2 .box .box_title {
  margin-bottom: 14px;
}
.section__in1 .block.block--2 .box_in {
  margin-top: 15px;
}
.section__in1 .block.block--2 .box_in:last-child {
  margin-top: 44px;
}
.section__in1 .block.block--2 .box_in .box_in_title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #30aea6;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 8px;
}
.section__in1 .block.block--2 .box_in .box_in_title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 6.5em);
  height: 1px;
  background-color: #30aea6;
}
@media screen and (max-width:800px) {
  .section__in1 .block.block--2 .training {
    overflow-x: scroll;
  }
  .section__in1 .block.block--2 .training img {
    width: 251%;
  }
}
@media screen and (max-width:800px) and (max-width:800px) {
  .section__in1 .block.block--2 .training figcaption {
    width: 130%;
  }
}
.section__in1 .block.block--2 .icon {
  z-index: -1;
  position: absolute;
}
.section__in1 .block.block--2 .icon.icon--1 {
  top: 36%;
  right: -12.1%;
}
@media screen and (max-width:800px) {
  .section__in1 .block.block--2 .icon.icon--1 {
    top: 29%;
    right: -41.1%;
  }
}
.section__in1 .block.block--2 .icon.icon--2 {
  bottom: 38.5%;
  right: -12.1%;
}
@media screen and (max-width:800px) {
  .section__in1 .block.block--2 .icon.icon--2 {
    display: none;
  }
}
.section__in1 .block.block--2 .bg {
  bottom: -42px;
  right: -16%;
  width: 85%;
  height: 56%;
}
@media screen and (max-width:800px) {
  .section__in1 .block.block--2 .bg {
    bottom: 2%;
    right: -5vw;
    width: 45%;
    height: 26%;
  }
}
.section__in1 .block.block--3 .box {
  margin-top: 25px;
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  .section__in1 .block.block--3 .box {
    display: block;
    margin-top: 10vw;
    margin-bottom: 7vw;
  }
}
.section__in1 .block.block--3 .box .box_title {
  width: 130px;
}
@media screen and (max-width:800px) {
  .section__in1 .block.block--3 .box .box_title {
    width: 100%;
  }
}
.section__in1 .block.block--3 .box .block_text {
  width: calc(100% - 146px);
}
@media screen and (max-width:800px) {
  .section__in1 .block.block--3 .box .block_text {
    width: 100%;
    margin-top: 2vw;
  }
}
.section__in1 .block.block--3 .box .block_text.last {
  margin-top: 2em;
}
.section__in1 .block.block--3 .schedule_img {
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  .section__in1 .block.block--3 .schedule_img {
    margin-top: 14vw;
    overflow-x: scroll;
  }
  .section__in1 .block.block--3 .schedule_img img {
    display: block;
    width: 240%;
  }
}
.section__in1 .block.block--3 .bg--1 {
  top: 14px;
  left: 41%;
  width: 62%;
  height: 68%;
}
@media screen and (max-width:800px) {
  .section__in1 .block.block--3 .bg--1 {
    top: 3vw;
    right: -5vw;
    width: 59%;
    height: 34%;
  }
}
.section__in1 .block.block--3 .bg--2 {
  top: 155px;
  left: -17%;
  width: 36%;
  height: 61%;
}
@media screen and (max-width:800px) {
  .section__in1 .block.block--3 .bg--2 {
    top: 79vw;
    left: -5vw;
    width: 45%;
    height: 27%;
  }
}

.newstyles {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 110%;
  margin-bottom: 0.75em;
  display: block;
}
@media screen and (max-width:800px) {
  .newstyles {
    font-size: 105%;
  }
}

#section03__new {
  width: 100%;
  padding-bottom: 200px;
}
@media screen and (max-width:800px) {
  #section03__new {
    padding-bottom: 25vw;
  }
}
#section03__new .section__in {
  width: 90%;
  max-width: 1012px;
  margin: 0 auto;
  position: relative;
}
#section03__new .section__in .sectionback {
  position: absolute;
  width: 100%;
  height: 77%;
  left: 7.5%;
  bottom: -10%;
  background-color: #30aea6;
  opacity: 0.15;
}
@media screen and (max-width:800px) {
  #section03__new .section__in .sectionback {
    bottom: -7.5%;
  }
}
#section03__new .ttls {
  width: 80%;
  max-width: 426px;
  margin: 0 auto 45px auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section03__new .ttls {
    margin: 0 auto 3.5vw auto;
  }
}
#section03__new .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
#section03__new .clumbox .left {
  width: 32.6%;
}
@media screen and (max-width:800px) {
  #section03__new .clumbox .left {
    width: 100%;
    order: 2;
    margin-top: -1.25em;
  }
}
#section03__new .clumbox .left .subttls {
  width: 43.63%;
}
#section03__new .clumbox .left .ttls2 {
  font-weight: 700;
  margin: 1.2em auto;
  text-align: left;
  color: #30aea6;
  letter-spacing: 0.1em;
}
#section03__new .clumbox .left .base_text {
  line-height: 200%;
  letter-spacing: 0.1em;
}
#section03__new .clumbox .right {
  width: 63.24%;
}
@media screen and (max-width:800px) {
  #section03__new .clumbox .right {
    width: 100%;
    order: 1;
    margin-bottom: 0vw;
  }
}

#section04__new {
  width: 100%;
  padding-bottom: 300px;
}
#section04__new .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section04__new .linettls {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section04__new .linettls {
    text-align: left;
  }
}
#section04__new .linettls span {
  background-color: #e3770e;
  color: #fff;
  font-weight: 700;
  padding: 0.25em 1em;
  line-height: 100%;
  letter-spacing: 0.1em;
}
#section04__new .linettls_text {
  text-align: center;
  line-height: 160%;
  color: #e3770e;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section04__new .linettls_text {
    text-align: left;
    letter-spacing: 0.15em;
  }
}
#section04__new .clumbox1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#section04__new .clumbox1 .clumbox1--back {
  position: absolute;
  z-index: 1;
  width: 84%;
  height: 82.5%;
  background-color: #e3770e;
  opacity: 0.15;
  top: 7.25%;
  left: 8%;
}
@media screen and (max-width:800px) {
  #section04__new .clumbox1 .clumbox1--back {
    width: 120%;
    left: 15%;
    height: 100%;
  }
}
#section04__new .clumbox1 .icon01 {
  position: absolute;
  z-index: 1;
  width: 10%;
  left: 50%;
  bottom: 0;
  transform: translate(-45%, 45%);
}
@media screen and (max-width:800px) {
  #section04__new .clumbox1 .icon01 {
    width: 20%;
    left: 15%;
    transform: translate(-50%, 100%);
  }
}
#section04__new .clumbox1 .icon02 {
  position: absolute;
  z-index: 1;
  width: 10%;
  top: 50%;
  left: 105%;
}
@media screen and (max-width:800px) {
  #section04__new .clumbox1 .icon02 {
    display: none;
  }
}
#section04__new .clumbox1 .photo {
  width: 45.45%;
  position: relative;
  z-index: 5;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section04__new .clumbox1 .photo {
    width: 100%;
    order: 1;
    margin-bottom: 1em;
  }
}
@media screen and (max-width:800px) {
  #section04__new .clumbox1 .photo.second {
    width: 100%;
    order: 3;
  }
}
#section04__new .clumbox1 .text {
  width: 48.18%;
  position: relative;
  z-index: 5;
  letter-spacing: 0.1em;
  line-height: 260%;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section04__new .clumbox1 .text {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width:800px) {
  #section04__new .clumbox1 .text.second {
    width: 100%;
    order: 4;
  }
}

#section05__new {
  width: 100%;
  padding-bottom: 300px;
}
@media screen and (max-width:800px) {
  #section05__new {
    padding-bottom: 50vw;
  }
}
#section05__new .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#section05__new .linettls {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section05__new .linettls {
    text-align: left;
  }
}
#section05__new .linettls span {
  background-color: #30aea6;
  color: #fff;
  font-weight: 700;
  padding: 0.25em 1em;
  line-height: 100%;
  letter-spacing: 0.1em;
}
#section05__new .linettls_text {
  text-align: center;
  line-height: 160%;
  color: #30aea6;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section05__new .linettls_text {
    text-align: left;
    letter-spacing: 0.15em;
  }
}
#section05__new .section--back {
  position: absolute;
  z-index: 1;
  width: 84%;
  height: 50%;
  background-color: #30aea6;
  opacity: 0.15;
  top: 55%;
  left: 8%;
}
@media screen and (max-width:800px) {
  #section05__new .section--back {
    width: 120%;
    left: -30%;
    height: 50%;
  }
}
#section05__new .icon01 {
  position: absolute;
  z-index: 1;
  width: 10%;
  right: 0%;
  bottom: 0;
  transform: translate(0%, 100%);
}
@media screen and (max-width:800px) {
  #section05__new .icon01 {
    width: 20%;
    right: 0%;
    transform: translate(0%, 100%);
  }
}
#section05__new figure {
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section05__new figure {
    width: 114%;
    margin-left: -7%;
  }
}
#section05__new .base_text {
  position: relative;
  z-index: 5;
  letter-spacing: 0.1em;
  line-height: 260%;
  margin-top: 1.5em;
}
#section05__new .clumbox1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#section05__new .clumbox1 .photo {
  width: 45.45%;
  position: relative;
  z-index: 5;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section05__new .clumbox1 .photo {
    width: 100%;
    order: 1;
    margin-bottom: 1em;
  }
}
@media screen and (max-width:800px) {
  #section05__new .clumbox1 .photo.second {
    width: 100%;
    order: 3;
  }
}
#section05__new .clumbox1 .text {
  width: 48.18%;
  position: relative;
  z-index: 5;
  letter-spacing: 0.1em;
  line-height: 260%;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section05__new .clumbox1 .text {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width:800px) {
  #section05__new .clumbox1 .text.second {
    width: 100%;
    order: 4;
  }
}

#section06__new {
  width: 100%;
  background-color: rgba(227, 119, 14, 0.15);
  padding-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section06__new {
    padding-bottom: 15vw;
  }
}
#section06__new .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1px;
}
#section06__new h2 {
  width: 87%;
  max-width: 870px;
  margin: 0 auto;
  position: relative;
}
#section06__new h2 figure {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
}
#section06__new .whitebox {
  width: 100%;
  background-color: #fff;
  padding: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  border: 1px solid #303a39;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 120px;
}
@media screen and (max-width:800px) {
  #section06__new .whitebox {
    padding: 7.5vw;
    border-radius: 2vw;
    margin-top: 20vw;
  }
}
#section06__new .whitebox.second {
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section06__new .whitebox.second {
    margin-top: 5vw;
  }
}
#section06__new .whitebox .nos {
  width: 10%;
  position: absolute;
  top: 0;
  right: -1px;
}
@media screen and (max-width:800px) {
  #section06__new .whitebox .nos {
    width: 14%;
  }
}
#section06__new .whitebox .photo {
  width: 39.76%;
}
@media screen and (max-width:800px) {
  #section06__new .whitebox .photo {
    width: 100%;
    order: 1;
    margin-bottom: 5vw;
  }
}
#section06__new .whitebox .text {
  width: 55.7%;
}
@media screen and (max-width:800px) {
  #section06__new .whitebox .text {
    width: 100%;
    order: 2;
  }
}
#section06__new .whitebox .text h3 {
  color: #e3770e;
  letter-spacing: 0.15em;
}
#section06__new .whitebox .text h3 .mins {
  font-weight: 500;
  margin-bottom: 0.2em;
}
#section06__new .whitebox .text h3 .bigs {
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
}
#section06__new .whitebox .text .base_text {
  line-height: 280%;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  #section06__new .whitebox .text .base_text {
    line-height: 240%;
  }
}

#section07__new {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 250px;
}
@media screen and (max-width:800px) {
  #section07__new {
    padding-top: 10vw;
    padding-bottom: 25vw;
  }
}
#section07__new .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section07__new .linettls {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section07__new .linettls {
    text-align: left;
  }
}
#section07__new .linettls span {
  background-color: #30aea6;
  color: #fff;
  font-weight: 700;
  padding: 0.25em 1em;
  line-height: 100%;
  letter-spacing: 0.1em;
}
#section07__new .linettls_text {
  text-align: center;
  line-height: 160%;
  color: #30aea6;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section07__new .linettls_text {
    text-align: left;
    letter-spacing: 0.15em;
  }
}
#section07__new .clumbox1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#section07__new .clumbox1 .clumbox1--back {
  position: absolute;
  z-index: 1;
  width: 84%;
  height: 98%;
  background-color: #30aea6;
  opacity: 0.15;
  top: 10%;
  left: 8%;
}
@media screen and (max-width:800px) {
  #section07__new .clumbox1 .clumbox1--back {
    width: 90%;
    left: -5%;
    height: 92.5%;
  }
}
#section07__new .clumbox1 .icon01 {
  position: absolute;
  z-index: 1;
  width: 10%;
  left: 50%;
  bottom: 0;
  transform: translate(-45%, 45%);
}
@media screen and (max-width:800px) {
  #section07__new .clumbox1 .icon01 {
    width: 20%;
    left: 15%;
    transform: translate(-50%, 100%);
  }
}
#section07__new .clumbox1 .icon02 {
  position: absolute;
  z-index: 1;
  width: 10%;
  top: 50%;
  left: 105%;
}
@media screen and (max-width:800px) {
  #section07__new .clumbox1 .icon02 {
    display: none;
  }
}
#section07__new .clumbox1 .photo {
  width: 45.45%;
  position: relative;
  z-index: 5;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section07__new .clumbox1 .photo {
    width: 100%;
    order: 1;
    margin-bottom: 1em;
  }
}
@media screen and (max-width:800px) {
  #section07__new .clumbox1 .photo.second {
    width: 100%;
    order: 3;
  }
}
#section07__new .clumbox1 .text {
  width: 48.18%;
  position: relative;
  z-index: 5;
  letter-spacing: 0.1em;
  line-height: 260%;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section07__new .clumbox1 .text {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width:800px) {
  #section07__new .clumbox1 .text.second {
    width: 100%;
    order: 4;
  }
}

#section08__new {
  width: 100%;
  padding-bottom: 300px;
}
@media screen and (max-width:800px) {
  #section08__new {
    padding-bottom: 50vw;
  }
}
#section08__new .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#section08__new .linettls {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section08__new .linettls {
    text-align: left;
  }
}
#section08__new .linettls span {
  background-color: #e3770e;
  color: #fff;
  font-weight: 700;
  padding: 0.25em 1em;
  line-height: 100%;
  letter-spacing: 0.1em;
}
#section08__new .linettls_text {
  text-align: center;
  line-height: 160%;
  color: #e3770e;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section08__new .linettls_text {
    text-align: left;
    letter-spacing: 0.15em;
  }
}
#section08__new .section--back {
  position: absolute;
  z-index: 1;
  width: 84%;
  height: 50%;
  background-color: #e3770e;
  opacity: 0.15;
  top: 55%;
  left: 8%;
}
@media screen and (max-width:800px) {
  #section08__new .section--back {
    top: 25%;
    width: 120%;
    left: 17.5%;
    height: 80%;
  }
}
#section08__new .icon01 {
  position: absolute;
  z-index: 1;
  width: 10%;
  right: 0%;
  bottom: 0;
  transform: translate(0%, 100%);
}
@media screen and (max-width:800px) {
  #section08__new .icon01 {
    width: 20%;
    right: auto;
    left: 0;
    transform: translate(40%, 150%);
  }
}
#section08__new figure {
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section08__new figure {
    width: 114%;
    margin-left: -7%;
  }
}
#section08__new .base_text {
  position: relative;
  z-index: 5;
  letter-spacing: 0.1em;
  line-height: 260%;
  margin-top: 1.5em;
}
#section08__new .clumbox1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#section08__new .clumbox1 .photo {
  width: 45.45%;
  position: relative;
  z-index: 5;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section08__new .clumbox1 .photo {
    width: 100%;
    order: 1;
    margin-bottom: 1em;
  }
}
@media screen and (max-width:800px) {
  #section08__new .clumbox1 .photo.second {
    width: 100%;
    order: 3;
  }
}
#section08__new .clumbox1 .text {
  width: 48.18%;
  position: relative;
  z-index: 5;
  letter-spacing: 0.1em;
  line-height: 260%;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section08__new .clumbox1 .text {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width:800px) {
  #section08__new .clumbox1 .text.second {
    width: 100%;
    order: 4;
  }
}/*# sourceMappingURL=office.css.map */