@charset "UTF-8";

body.top .container{
  background-image: url(/op/img/bg01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top 600px;
}

/* mv */
#mv{
  background-repeat: no-repeat;
  position: relative;
  display: block;
  z-index: 1;
}
#mv::after{
  content: "";
  position: absolute;
  background-image: url("/op/img/top/mv_mask.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -15vw;
  display: block;
  width: 100%;
  height: 35vw;
  z-index: 2;
}
#mv section{
  color: #FFF;
  padding-top: 8vw;
  z-index: 2;
}
#mv h2{
  max-width: 60%;
  margin-bottom: 25px;
  text-align: center;
}
#mv a.btn{
  background-color: #2d88df;
  color: #cbe72d;
  display: inline-block;
  font-weight: bold;
}
#mv a.btn01{
  width: 320px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#mv a.cloud{
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: absolute;
  top: 100px;
  right: 0px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 40px;
  display: flex;
  align-items: center;
  z-index: 2;
}
#mv a.cloud i{
  margin-top: .5em;
}
#mv #video{
  background: url("/op/img/top/_mv.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#mv,#mv section{
    height: 55vw;
}
@media screen and (min-width: 1700px) {
  #mv,#mv section{
    height: 960px;
  }
}
@media screen and (max-width: 1200px) {
  #mv, #mv section {
    height: 62vw;
  }
  #mv #video {
    width: 120%;
  }
  #mv h2 {
    max-width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  #mv, #mv section {
    height: 65vw;
  }
  #mv section {
    padding-top: 10vw;
  }
  #mv h2{
  max-width: 65%;
  }
  #mv a.btn01{
  width: 300px;
  }
}
@media screen and (max-width:767px) {
  #mv {
    height: 100vw;
  }
  #mv section {
    padding-top: 20vw;
  }
  #mv h2 {
    max-width: 95%;
    margin-bottom: 25px;
  }
  #mv a.cloud {
    display: none;
  }
  #mv #video {
    left: -10%;
    width: 200%;
  }
  #mv a.btn01 {
    width: 60%;
  }
}
@media screen and (max-width:370px) {
  #mv h2 {
    max-width: 100%;
  }
  #mv a.btn01 {
    width: 70%;
  }
}

/* sec01 */
.sec01 {
  margin-top: -25vw;
  position: relative;
  z-index: 2;
}
.sec01 section{
  padding-bottom: 30px;
}
.sec01 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  background-color: #FFF;
  box-shadow: 15px -15px 0px #2d88de,0px 9px 20px 0px rgba(0, 0, 0, 0.2);
}
.sec01 ul li{
  width: calc(100%/3);
}
.sec01 ul li a {
  font-size: 1.2em;
  height: 200px;
  padding-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 140px auto;
  background-position: center 35px;
  line-height: 1;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  padding-left: 0.5em;
  color: #000000;
}
.sec01 ul li a i{
  color: #ff8100;
  font-weight: bold;
  padding-left: 0.5em;
}
.sec01 ul li:nth-child(1) a {
  background-image: url(/op/img/nav_icn01.png);
}
.sec01 ul li:nth-child(2) a {
  background-image: url(/op/img/nav_icn02.png);
}
.sec01 ul li:nth-child(3) a {
  background-image: url(/op/img/nav_icn03.png);
}
.sec01 ul li:nth-child(4) a {
  background-image: url(/op/img/nav_icn04.png);
}
.sec01 ul li:nth-child(5) a {
  background-image: url(/op/img/nav_icn05.png);
}
.sec01 ul li:nth-child(6) a {
  background-image: url(/op/img/nav_icn06.png);
}
.sec01 ul li a:hover{
  opacity: 1;
  background-color: #f4fbff;
  box-shadow: 0px 9px 19px 1px rgba(51, 134, 164, 0.25);
}
@media screen and (max-width: 1024px) {
  .sec01 ul li a{
    font-size: 1em;
    height: 160px;
    padding-bottom: 20px;
    background-size: 120px auto;
  }
}
@media screen and (max-width:767px) {
  .sec01 {
    margin-top: -35vw;
  }
  .sec01 section{
    padding-bottom: 0;
  }
  .sec01 ul {
    box-shadow: 7px -7px 0px #2d88de, 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .sec01 ul li {
    width: calc(100%/2);
  }
  .sec01 ul li a {
    font-size: .9em;
    background-size: 35% auto;
    height: 18vw;
    background-position: center top 2vw;
    padding-bottom: 2vw;
    letter-spacing: normal;
  }
}
@media screen and (max-width:370px) {
  .sec01 ul li a {
    font-size: .8em;
    background-size: 40% auto;
    height: 22vw;
    background-position: center top 3vw;
    padding-bottom: 3vw;
  }
}

/* sec02 */
.sec02 {
  background-image: url(/op/img/top/bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 16vw;
  background-position: center top 22vw;
  position: relative;
  z-index: 2;
}
.sec02 p{
  text-align: center;
  margin-bottom: 1em;
}
.sec02 a.link_arw{
  margin: 1.5em 0;
}
@media screen and (max-width:767px) {
  .sec02 {
    background-position: center top 110vw;
    padding-bottom: 15vw;
  }
  .sec02 p {
    text-align: justify;
  }
  .sec02 p:nth-of-type(2) {
    text-align: center !important;
  }
  .sec02 p:nth-last-child(1) br, .sec02 p:nth-last-child(2) br {
    display: none;
  }

  .sec02 .sec02__item__text {
    height: auto;
  }
}

.sec02__text {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.714;
}

.sec02__items {
  display: flex;
  gap: 4rem;
  margin-top: 4.8rem;
}

.sec02__item {
  width: 47%;
}

.sec02 .sec02__item__text {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.714;
  background-color: #2e89de;
  color: #fff;
  padding: 2rem 2.7rem 2rem 2rem;
  text-align: left;
  position: relative;
  width: 100%;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec02 .sec02__item__text-on.sec02__item__text {
  background-color: #28aed1;
}

.sec02__item__text::after {
  content: '';
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #2e89de;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.sec02__item__text-on.sec02__item__text::after {
  border-top: 15px solid #28aed1;
}

.sec02__item__container {
  width: 100%;
  height: auto;
  padding: 3px;
  text-align: center;
  background: linear-gradient(to right bottom, #2e89de, #2e89de);
  margin-top: 20px;
  height: 200px;
}

.sec02__item__container.sec02__item__container-on {
  background: linear-gradient(to right bottom, #2e89de, #2ddeb7);
}

.sec02__item__container__inner {
  padding: 0 1.2rem;
  background-color: #FFF;
  height: 194px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec02 .sec02__item__container__title {
  font-family: "Branding W00 Semibold";
  font-size: 34px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 0;
}

.sec02 .sec02__item__container__sub-title {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.846;
  letter-spacing: 0.12em;
  margin: 0;
}

.sec02__item__container__btn {
  position: relative;
  display: inline-block;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
  background-color: #2e89de;
  width: 430px;
  max-width: 100%;
  padding: 13px 1em;
  text-align: center;
  margin-top: 3rem;
}

.sec02__item__container__btn::after {
  position: absolute;
  top: 50%;
  right: 2.2em;
  width: 28px;
  height: 7px;
  content: "";
  background: url(/op/img/top/arrow.png) no-repeat center / contain;
  transform: translateY(-50%);
}

.sec02 .sec02__item__container__btn:hover {
  background-color: rgba(46, 137, 222, 0.6);
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.sec02 .sec02__item__on__btn {
  display: inline-block;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin: 4rem 0 0 0;
}

.sec02__item__on__btn:hover {
  text-decoration: none;
  color: #000;
}

.sec02__item__on__btn::after {
  content: "";
  margin-left: 1.5rem;
  display: inline-block;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.865em;
  border-color: transparent transparent transparent #ff8100;
  transform: translateY(0.1em) scale(0.8) rotate(90deg);
}

.sec02__item__on__btn::before {
  content: "";
  margin-right: 1.5rem;
  display: inline-block;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.865em;
  border-color: transparent transparent transparent #ff8100;
  transform: translateY(0.1em) scale(0.8) rotate(90deg);
}

@media screen and (max-width: 1200px) {
  .sec02__items {
    gap: 2rem;
  }

  .sec02__item {
    width: 49%;
  }

  .sec02__item__container__btn {
    font-size: 14px;
  }

  .sec02__item__container__btn::after {
    right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .sec02__items {
    gap: 2rem;
  }

  .sec02__item {
    width: 49%;
  }

  .sec02 .sec02__text {
    font-size: 13px;
  }
}

@media screen and (max-width: 680px) {
  .sec02__items {
    flex-direction: column;
  }

  .sec02__item {
    width: 100%;
  }

  .lp_only {
    display: none;
  }

  .sec02 .sec02__item__text {
    height: auto;
  }

  .sec02 .sec02__item__container__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 320px) {
  .sec02 .sec02__text {
      font-size: 1.2em;
  }

  .sec02__item__container__btn::after {
    right: 0rem;
    width: 23px;
    height: 5px;
  }
}

/* sec03 */
.sec03 {
  margin-top: -20vw;
  background-image: url(/op/img/top/bg03.jpg);
  background-repeat: no-repeat;
  background-position: 0% bottom;
  background-size: contain;
  position: relative;
  z-index: 2;
}
.sec03 ul.future {
  padding-bottom: 2em;
}
.sec03 ul.future li {
  position: relative;
  height: 350px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 4em;
}
.sec03 ul.future li img {
  width: 490px;
  z-index: 2;
  position: absolute;
  box-shadow: 0px 9px 19px 1px rgba(51, 134, 164, 0.25);
}
.sec03 ul.future li article {
  width: 560px;
  color: #FFF;
  background-color: #2d88df;
  padding: 50px 50px 50px 110px;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  z-index: 1;
  height: 300px;
  display: flex;
  align-items: center;
  box-shadow: 0px 9px 19px 1px rgba(51, 134, 164, 0.25);
}
.sec03 ul.future li article h2{
  margin-bottom: .8em;
}
.sec03 ul.future li article p {
  text-align: left;
  margin-bottom: 1.5em;
}
.sec03 ul.future li:nth-child(even) img{
  right: 0;
}
.sec03 ul.future li:nth-child(even) article{
  right: auto;
  padding: 50px 110px 50px 50px;
}
.sec03 .kaiketu a img{
  width: 800px;
  margin-left: -100px;
}
@media screen and (max-width: 1200px) {
  .sec03 ul.future li img {
    width: 50%;
  }
  .sec03 ul.future li article {
    width: 60%;
    padding-left: 15%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    height: auto;
  }
}
@media screen and (max-width:767px) {
  .sec03 ul.future li {
    height: 80vw;
    margin-bottom: 4em;
  }
  .sec03 ul.future li:last-child {
    height: 96vw;
  }
  .sec03 ul.future li img {
    width: 95%;
  }
  .sec03 ul.future li article {
    width: 95%;
    padding: 50vw 20px 20px;
    right: 0;
    bottom: 0;
    height: auto;
    box-shadow: 0px 9px 19px 1px rgba(51, 134, 164, 0.25);
  }
  .sec03 ul.future li:nth-child(even) article {
    right: auto;
    padding: 50vw 20px 20px;
  }
  .sec03 ul.future li article h2 {
    font-size: 1.2em ;
    letter-spacing: normal;
  }
  .sec03 .kaiketu a img {
    width: 170%;
    margin-left: -10%;
  }
}
@media screen and (max-width:650px) {
  .sec03 ul.future li {
    height: 83vw;
  }
}
@media screen and (max-width:600px) {
  .sec03 ul.future li {
    height: 88vw;
  }
}
@media screen and (max-width:500px) {
  .sec03 ul.future li {
    height: 95vw;
  }
}
@media screen and (max-width:450px) {
  .sec03 ul.future li {
    height: 100vw;
  }
}
@media screen and (max-width:430px) {
  .sec03 ul.future li {
    height: 105vw;
  }
  .sec03 ul.future li:last-child {
    height: 100vw;
  }
}
@media screen and (max-width:360px) {
  .sec03 ul.future li {
    height: 114vw;
  }
  .sec03 ul.future li:last-child {
    height: 110vw;
  }
}
@media screen and (max-width:330px) {
  .sec03 ul.future li {
    height: 110vw;
  }
  .sec03 ul.future li:last-child {
    height: 104vw;
  }
}


/* sec04 */
.sec04 {
  padding-bottom: 50px;  
}
.sec04 ul.column{
  border-top: 1px solid #f1f1f1;
  background-color: #FFF;
}
.sec04 ul.column li a{
  border-bottom: 1px solid #f1f1f1;
  padding: 1em 2em;
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: #000;
}
.sec04 ul.column li a span{
  display: inline-block;
  width: 10em;
  padding: 0.4em 1em;
  text-align: center;
  border-radius: 3px;
  margin-right: 3em;
}
.sec04 ul.column li a.faq span{
  background: #ecce78;
}
.sec04 ul.column li a.inf span{
  background: #a8d9b2;
}
.sec04 ul.column li a.new span{
  background: #b1a8d9;
}
@media screen and (max-width:767px) {
  .sec04 ul.column li a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sec04 ul.column li a span {
    width: 5em;
    padding: 0.4em;
    margin-right: 1em;
  }
}

/* info_block */
.info_block {
  text-align: center;
  background-image: url(/op/img/top/ftr_nav_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.info_block section {
  padding-bottom: 80px;
  margin-bottom: 0;
}
.info_block h3 {
  color: #FFF;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 2em;
}
.info_block h3 ruby {
  ruby-position: under;
}
.info_block h3 ruby rt {
  font-weight: normal;
  transform: translateY(4.2em);
  letter-spacing: normal;
}
.info_block h3 span {
  position: relative;
  display: inline-block;
}
.info_block h3 span > span {
  font-size: 0.8em;
  position: absolute;
  font-weight: normal;
  display: inline-block;
}
.info_block a.link {
  font-size: 1.2em;
  padding: 1.2em 6em;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  background-color: #f4f5f6;
  line-height: 1.3;
  text-align: center;
  color: #000000;
}
.info_block a.link i {
  color: #ff8100;
}
@media screen and (max-width:767px) {
  .info_block h3 {
    font-size: 1.3em;
    margin-bottom: 1em;
    letter-spacing: normal;
    line-height: 1.5;
  }
  .info_block section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .info_block a.link {
    font-size: 1.2em;
    padding: 1.2em 3em;
    width: 90%;
  }
  .info_block h3 ruby rt {
    display: none;
  }
}
@media screen and (max-width:320px) {
  .info_block h3 {
    font-size: 1.2em;
  }
}

/* .bxslider */
.bxslider .bxbtn.prev-btn a {
  background-position: left top;
  left: -100px;
}
.bxslider .bxbtn.next-btn a {
  background-position: right top;
  right: -100px;
}
.bxslider ul.slider li {
  display: flex;
  width: 1000px;
  height: 400px;
}
.bxslider ul.slider li figure {
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bxslider ul.slider li article {
  display: flex;
  align-items: center;
  width: 600px;
  height: 400px;
  padding: 60px;
}
.bxslider ul.slider li article div {
  width: 100%;
  text-align: left;
}
.bxslider ul.slider li article h3 {
  font-size: 1.8em;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
  font-weight: normal;
}
.bxslider ul.slider li article p {
  margin-bottom: 3em;
}
.bxslider .bxbtn a {
  width: 40px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-image: url(/op/img/top/controls.png);
  background-position: left top;
  position: absolute;
  top: 150px;
}
.bxslider ul.slider li.scene01 figure {
  background-image: url("/op/img/scene/scene_p01.jpg");
  background-position: 0% top;  
}
.bxslider ul.slider li.scene02 figure {
  background-image: url("/op/img/scene/scene_p02.jpg");
  background-position: 0% center;
}
.bxslider ul.slider li.scene03 figure {
  background-image: url("/op/img/scene/scene_p03.jpg");
  background-position: 0% top;
}
.bxslider ul.slider li.scene04 figure {
  background-image: url("/op/img/scene/scene_p04.jpg");
  background-position: 0% top -10%;  
}
.bxslider ul.slider li.scene05 figure {
  background-image: url("/op/img/scene/scene_p05.jpg");
  background-position: 0% center;
}
@media screen and (max-width:767px) {
  .bx-wrapper {
    width: 100% !important;
    height: auto !important;
  }
  .bxslider ui {
    display: none;
  }
  .bxslider ul.slider li {
    display: block;
    width: 100%;
    height: auto;
  }
  .bxslider ul.slider li figure {
    width: 100%;
    height: 50vw;
  }
  .bxslider ul.slider li article {
  width: 100%;
  height: auto !important;
  padding: 2em;
  text-align: center;
  }
  .bxslider ul.slider li article h3 {
    font-size: 1.5em;
  }
  .bxslider ul.slider li article p {
    margin-bottom: 1em;
  }
  .bxslider ul.slider li article div {
    text-align: center;
  }
  .bxslider ul.slider li article div * {
    text-align: left;
  }
  .bxslider ul.slider li .link_arw {
    margin: 0 auto;
  }
  .bxslider ul.slider li article p br {
    display: none;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    height: 5px !important;
  }
}
@media screen and (max-width:320px) {
  .bxslider ul.slider li article {
    padding: 30px;
  }
}


/* .solution */
.solution{
  position: relative;
  margin-left: -5vw;
}
.solution .triangle{
  border-top: 14vw solid transparent;
  border-bottom: 14vw solid transparent;
  border-left: 55vw solid #2d88df;
}
.solution .triangle div{
  position: absolute;
  left: 3%;
  top: 52%;
	transform: translateY(-52%);
}
.solution .triangle div h3{
  color: #FFF;
  font-size: 1.8em;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.solution .triangle div h3 span{
  font-weight: normal;
  font-size: 0.5em;
}
.solution .triangle a.link{
  font-size: 1em;
  padding: 1.2em 2em;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  background-color: #f4f5f6;
  line-height: 1.3;
  text-align: center;
  color: #000000;
}
.solution .triangle a.link i{
  color: #ff8100;
}
@media screen and (min-width: 1px) and (max-width: 1200px) {
  .solution .triangle {
    border-top: 20vw solid transparent;
    border-bottom: 20vw solid transparent;
    border-left: 75vw solid #2d88df;
  }
  .solution .triangle div {
    left: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .solution .triangle {
    border-top: 22vw solid transparent;
    border-bottom: 22vw solid transparent;
    border-left: 80vw solid #2d88df;
  }
  .solution .triangle div {
    left: 6%;
  }
}
@media screen and (max-width:767px) {
  .solution {
    margin-left: -5vw;
  }
  .solution .triangle {
    border-top: 44vw solid transparent;
    border-bottom: 44vw solid transparent;
    border-left: 180vw solid #2d88df;
  }
  .solution .triangle div {
    left: 4%;
  }
  .solution .triangle div h3 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width:320px) {
  .solution .triangle div h3 {
    font-size: 1.6em;
  }
}

/* ご利用シーン */
section.utilization {
  max-width: 1195px;
  width: 100%;
}

.utilization-lists {
  display: flex;
  flex-wrap: wrap;
  column-gap: 22px;
  row-gap: 30px;
  justify-content: center;
}

.utilization-lists2 {
  margin-top: 40px;
}

.utilization-list {
  border: 2px solid #2D88DF;
  background-color: #fff;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px;
}

.utilization-list__link {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.utilization-list__link:hover {
  text-decoration: none;
}

.utilization-list__icon {
  max-width: 140px;
  width: 100%;
}

.utilization-list__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 158.7%;
  text-align: center;
}

.utilization-list__title--blue {
  color: #2d88df;
}

.utilization-list__text {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 158.7%;
  margin-top: 12px;
}

.utilization__button {
  text-align: center;
  margin-top: 40px;
}

.utilization__button__link {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 158.7%;
  background-color: #2D88DF;
  padding: 23px 50px 22px 51px;
  position: relative;
}

.utilization__button__link:hover {
  color: #fff;
  text-decoration: none;
}

.utilization__button__link::after {
  content: "";
  display: inline-block;
  background: url(/op/img/utilization__button__arrow.png) no-repeat center / contain;
  width: 6px;
  height: 14px;
  position: absolute;
  top: 40%;
  right: 10px;
}

.sec03.sec03-future {
  background-position: center bottom 22%;
}

@media screen and (max-width:1440px) {
  .sec03.sec03-future {
    background-position: center bottom 29%;
  }
}

@media screen and (max-width:1380px) {
  .sec03.sec03-future {
    background-position: center bottom 36%;
  }
}

@media screen and (max-width:1200px) {
  section.utilization {
    width: 90%;
  }

  .utilization-list {
    max-width: 100%;
    width: 48%;
    padding: 30px;
  }
}

@media screen and (max-width:768px) {
  .sec03.sec03-future {
    background-position: center bottom 40%;
  }

  .utilization-list {
    width: 47%;
  }

  section.utilization {
    max-width: 100%;
    width: 90%;
  }

  .utilization-lists2 {
    margin-top: 30px;
  }

  .utilization-pc-br {
    display: none;
  }

  .utilization-list__icon {
    max-width: 100px;
  }
}

@media screen and (max-width:500px) {
  .sec03.sec03-future {
    background-position: center bottom 51%;
  }

  .utilization-list {
    width: 100%;
  }
}

/* 20241018 */
.solution-new {
  padding-bottom: 10em;
}

h3.solution-new__title {
  text-align: center;
  color: #2d88de;
  font-size: 1.9em;
  text-shadow: 0 0 33px #ffffff, 0 0 26px #ffffff, 0 0 19px #ffffff, 0 0 12px #ffffff;
}

h3.solution-new__title span {
  font-size: 0.5em;
}

a.solution-new__link {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 50px 20px 50px;
  position: relative;
  text-align: center;
  background-color: #ff9d3e;
  border-radius: 10px;
  box-shadow: 0 0 24px 9px rgba(3, 3, 3, 0.08);
}

.solution-new__button {
  text-align: center;
  margin-top: 20px;
}

a.solution-new__link::after {
  content: "";
  display: inline-block;
  background: url(/op/img/top/solution-new__button.png) no-repeat center / contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
}

.br-sp {
  display: none;
}

@media screen and (max-width:1440px) {
  .solution-new {
    padding-bottom: 7em;
  }
}

@media screen and (max-width:768px) {
  .solution-new {
    padding-bottom: 0em;
  }

  h3.solution-new__title {
    font-size: 1.5em;
  }

  .br-sp {
    display: block;
  }
}