@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共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 0px;
}
@media screen and (max-width:800px) {
  #section01 {
    padding-top: 0px;
  }
}
#section01 .section__in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2%;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    display: block;
    padding-top: 6%;
  }
}
#section01 .section__in .section__in__text {
  width: 90%;
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
#section01 .section__in i {
  position: absolute;
  top: 6%;
  left: 20%;
  display: inline-block;
  width: 28%;
}
@media screen and (max-width:800px) {
  #section01 .section__in i {
    top: 19%;
    left: 29%;
    width: 45%;
  }
}
#section01 .section__in i.mv_icon--paperless {
  top: 19%;
}
#section01 h1 {
  text-align: left;
  font-weight: 700;
  margin-bottom: 1.2em;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width:1200px) {
  #section01 h1 {
    font-size: 4.1vw;
  }
}
@media screen and (max-width:800px) {
  #section01 h1 {
    font-size: 6.2vw;
    margin-bottom: 0.7em;
  }
}
#section01 .h1sub {
  text-align: left;
  color: #fff;
  width: 41%;
  max-width: 560px;
  line-height: 180%;
}
@media screen and (max-width:1200px) {
  #section01 .h1sub {
    font-size: 1.7vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .h1sub {
    font-size: 3.4vw;
    margin-bottom: 30px;
    width: 72%;
    max-width: 100%;
    line-height: 170%;
  }
}

#section02 {
  width: 100%;
  padding: 70px 0 20px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 8vw 0 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1070px;
  margin: 0 auto;
}
#section02 .intro_block {
  margin: 0 auto;
  max-width: 960px;
}
#section02 .intro_block h2 {
  color: #1D2088;
  font-weight: bold;
}
@media screen and (max-width:800px) {
  #section02 .intro_block h2 {
    font-size: 5vw;
  }
}
#section02 .intro_block dd {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02 .intro_block dd {
    display: block;
  }
}
#section02 .intro_block dd .text_block {
  width: 59%;
}
@media screen and (max-width:800px) {
  #section02 .intro_block dd .text_block {
    width: 100%;
  }
}
#section02 .intro_block dd .text_block p {
  margin-top: 44px;
  line-height: 190%;
}
@media screen and (max-width:800px) {
  #section02 .intro_block dd .text_block p {
    margin-top: 22px;
    line-height: 156%;
  }
}
#section02 .intro_block dd .text_block .icon_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02 .intro_block dd .text_block .icon_block {
    display: none;
  }
}
#section02 .intro_block dd .text_block .icon_block i {
  width: 19%;
}
#section02 .intro_block dd .text_block .icon_block h3 {
  width: 78%;
  color: #1D2088;
  font-weight: bold;
  padding-left: 7%;
  padding-top: 40px;
  padding-bottom: 26px;
  position: relative;
  top: 0;
  left: 0;
}
#section02 .intro_block dd .text_block .icon_block h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(#E60012, #1D2088);
}
#section02 .intro_block dd figure {
  width: 41%;
  margin-right: -5%;
}
@media screen and (max-width:800px) {
  #section02 .intro_block dd figure {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
  }
  #section02 .intro_block dd figure picture {
    width: 35%;
    padding-top: 9%;
  }
  #section02 .intro_block dd figure .icon_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8vw;
    width: 60%;
  }
  #section02 .intro_block dd figure .icon_block i {
    width: 26%;
    position: relative;
    top: 0;
    left: -5%;
  }
  #section02 .intro_block dd figure .icon_block h3 {
    width: 74%;
    color: #1D2088;
    font-weight: bold;
    padding-left: 12%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    position: relative;
    top: 0;
    left: 0;
    font-size: 3.7vw;
  }
  #section02 .intro_block dd figure .icon_block h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(#E60012, #1D2088);
  }
}
#section02 .block_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02 .block_list {
    display: block;
    margin-top: 4vw;
  }
}
#section02 .block_list dl {
  width: 33%;
  background: linear-gradient(#F9F8F8, #ffffff);
  box-sizing: border-box;
  padding: 4% 5%;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section02 .block_list dl {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 6.3vw 8% 9vw;
  }
}
#section02 .block_list dl:before {
  content: "";
  position: absolute;
  top: calc(4% + 81px);
  left: 0;
  width: calc(5% + 207px);
  height: 3px;
  background: linear-gradient(0.25turn, #1D2088, #E60012);
}
@media screen and (max-width:1200px) {
  #section02 .block_list dl:before {
    top: calc(4% + 7.5vw);
    width: calc(5% + 16vw);
  }
}
@media screen and (max-width:800px) {
  #section02 .block_list dl:before {
    top: 14vw;
    height: 1px;
    width: 16vw;
  }
}
@media screen and (max-width:800px) {
  #section02 .block_list dl:first-child:before {
    top: 14.5vw;
  }
}
#section02 .block_list dl h3 {
  color: #1D2088;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width:800px) {
  #section02 .block_list dl h3 {
    width: 73%;
    margin-bottom: 0;
  }
}
@media screen and (max-width:800px) {
  #section02 .block_list dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#section02 .block_list dl dt p {
  position: relative;
  top: 0;
  left: 0;
  text-align: right;
}
@media screen and (max-width:800px) {
  #section02 .block_list dl dt p {
    width: 21%;
  }
}
#section02 .block_list dl dt i {
  position: absolute;
  top: 25px;
  right: 80px;
  width: 50px;
}
@media screen and (max-width:800px) {
  #section02 .block_list dl dt i {
    top: 1vw;
    right: 52%;
    width: 53%;
  }
}
#section02 .block_list dl dt span {
  display: inline-block;
  width: 42px;
}
@media screen and (max-width:800px) {
  #section02 .block_list dl dt span {
    width: 36%;
  }
}
#section02 .block_list dl dd {
  margin-top: 22px;
}
@media screen and (max-width:800px) {
  #section02 .block_list dl dd {
    margin-top: 2vw;
  }
}
#section02 .block_list dl dd p {
  line-height: 190%;
}

#section03 {
  width: 100%;
  padding: 30px 0 0;
  background-color: #F9F8F8;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 7vw 0 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1070px;
  margin: 0 auto;
}
#section03 h2 {
  color: #1D2088;
  font-weight: bold;
  text-align: center;
}
#section03 .img_list {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}
@media screen and (max-width:800px) {
  #section03 .img_list {
    flex-wrap: wrap;
    margin-top: 4vw;
  }
}
#section03 .img_list figure {
  background-color: #fff;
  text-align: center;
  width: 49.9%;
}
@media screen and (max-width:800px) {
  #section03 .img_list figure {
    width: 49.8%;
  }
}
#section03 .img_list figure figcaption {
  box-sizing: border-box;
  display: block;
  padding: 32px 0;
  font-weight: bold;
}
@media screen and (max-width:800px) {
  #section03 .img_list figure figcaption {
    padding: 1.5vw 0;
  }
}
#section03 .inquiries_block {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
  max-width: 624px;
  margin: 44px auto 0;
}
@media screen and (max-width:800px) {
  #section03 .inquiries_block {
    flex-wrap: wrap;
    max-width: 100vw;
    margin: 7vw auto 0;
  }
  #section03 .inquiries_block h2 {
    width: 100%;
  }
}
#section03 .inquiries_block .title_block {
  margin-top: 34px;
  max-width: 410px;
}
@media screen and (max-width:800px) {
  #section03 .inquiries_block .title_block {
    max-width: 100vw;
    width: 72%;
    margin-top: 2vw;
  }
}
#section03 .inquiries_block .title_block p {
  margin-top: 24px;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section03 .inquiries_block .title_block p {
    margin-top: 0;
  }
}
#section03 .inquiries_block figure {
  width: 185px;
}
@media screen and (max-width:800px) {
  #section03 .inquiries_block figure {
    width: 25%;
  }
}/*# sourceMappingURL=dx_underlayer.css.map */