@charset "UTF-8";

@font-face {
  font-family: "M PLUS 2";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src:
  url("../fonts/MPLUS2-SemiBold.woff2")format("woff2"),
  url("../fonts/MPLUS2-SemiBold.woff")format("woff"),
  url("../fonts/MPLUS2-SemiBold.eot")format("eot"),
  url("../fonts/MPLUS2-SemiBold.ttf")format("truetype");
}

@font-face {
  font-family: "Roboto Condensed";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src:
  url("../fonts/RobotoCondensed-Regular.woff2")format("woff2"),
  url("../fonts/RobotoCondensed-Regular.woff")format("woff"),
  url("../fonts/RobotoCondensed-Regular.eot")format("eot"),
  url("../fonts/RobotoCondensed-Regular.ttf")format("truetype")
  ;
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src:
  url("../fonts/NotoSansJP-Bold.woff2")format("woff2"),
  url("../fonts/NotoSansJP-Bold.woff")format("woff"),
  url("../fonts/NotoSansJP-Bold.eot")format("eot"),
  url("../fonts/NotoSansJP-Bold.ttf")format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src:
  url("../fonts/NotoSansJP-SemiBold.woff2")format("woff2"),
  url("../fonts/NotoSansJP-SemiBold.woff")format("woff"),
  url("../fonts/NotoSansJP-SemiBold.eot")format("eot"),
  url("../fonts/NotoSansJP-SemiBold.ttf")format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src:
  url("../fonts/NotoSansJP-Medium.woff2")format("woff2"),
  url("../fonts/NotoSansJP-Medium.woff")format("woff"),
  url("../fonts/NotoSansJP-Medium.eot")format("eot"),
  url("../fonts/NotoSansJP-Medium.ttf")format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src:
  url("../fonts/NotoSansJP-Regular.woff2")format("woff2"),
  url("../fonts/NotoSansJP-Regular.woff")format("woff"),
  url("../fonts/NotoSansJP-Regular.eot")format("eot"),
  url("../fonts/NotoSansJP-Regular.ttf")format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src:
  url("../fonts/OpenSans-Bold.woff2")format("woff2"),
  url("../fonts/OpenSans-Bold.woff")format("woff"),
  url("../fonts/OpenSans-Bold.eot")format("eot"),
  url("../fonts/OpenSans-Bold.ttf")format("truetype");
}

html{
  /* font-size: 62.5%; */
  /* 16px x 62.5% = 10px    10px x 設定サイズ(px) */
  background-color: #fff;
}

body{
  color: #333333;
  background-color: #fff;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
header,footer{
  letter-spacing: 0;
}
div,p{
  color: #333333;
}
section p{
  line-height: 2.0;
}
h2{
  color: #2A4788;
}
@media screen and (max-width:768px) {
  .main{
    overflow-x: hidden;
  }
}

a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  opacity: 1;
  /* color: inherit; */
}
img {
  max-width: 100%;
  height: auto;
}
button {
  transition: all 0.2s ease 0s;
}
button:hover {
  opacity: 0.8;
  transform: translateY(3px);
}
li {
  list-style-type: none;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
.bg-bottom-white{
  position: relative;
  z-index: 0;
  margin-top: -28%;
}
.bg-bottom-blue{
  position: relative;
  z-index: 0;
}
.gray_bg{
  background-color: #F6F6F6;
}

/*------------------------------------------------
*     utility
-------------------------------------------------*/


/* メディアクエリ */
@media screen and (max-width:576px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:992px) {}

/*PCのとき表示する*/
.disp_pc {
  display: inline;
}
.slick-slide img.disp_pc{
  display: inline!important;
}
@media screen and (max-width:768px) {
  .disp_pc {
      display: none;
  }
  .slick-slide img.disp_pc{
    display: none!important;
  }
}
/*TB以下のとき表示する*/
.disp_tb {
  display: none;
}
@media screen and (max-width:992px) {
  .disp_tb {
      display: inline;
  }
}
/*SP以下のとき表示する*/
.disp_sp {
  display: none;
}
.slick-slide img.disp_sp{
  display: none!important;
}
@media screen and (max-width:768px) {
  .disp_sp {
    display: inline;
  }
  .slick-slide img.disp_sp{
    display: inline!important;
  }
}
/*xlのとき改行する*/
.br_xl {
  display: block;
}
@media screen and (max-width: 1200px) {
  .br_xl {
    display: none;
  }
}
/*PCのとき改行する*/
.br_pc {
  display: block;
}
@media screen and (max-width:992px) {
  .br_pc {
    display: none;
  }
}
/*タブレットのとき改行する*/
.br_tb {
  display: none;
}
@media screen and (min-width:970px) {
  .br_tb {
    display: block;
  }
}
/*SPのとき改行する*/
.br_sp {
  display: none;
}
@media screen and (max-width:768px) {
  .br_sp {
    display: block;
  }
}
/*XSサイズのとき改行する*/
.br_xs {
  display: none;
}
@media screen and (max-width:576px) {
  .br_xs {
    display: block;
  }
}
/*XXSサイズのとき改行する*/
.br_xxs {
  display: none;
}
@media screen and (max-width:400px) {
  .br_xxs {
    display: block;
  }
}
/*w320px以下のとき改行する*/
.br_320 {
  display: none;
}
@media screen and (max-width:320px) {
  .br_320 {
    display: block;
  }
}
.block_tb{
  display: block;
}
@media screen and (max-width:880px) {
  .block_tb {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .block_tb {
    display: block;
  }
}
/*--------------------------------------------
*
*    ふわっと・ぱたっと表示各種
*
---------------------------------------------*/
/* flipLeft */
.flipLeft{
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}
@keyframes flipLeftAnime{
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/*==================================================
アニメーション設定
===================================================*/
/* アニメーションの回数を決めるCSS*/
.count2{
	animation-iteration-count: 2;/*この数字を必要回数分に変更*/
}
.countinfinite{
	animation-iteration-count: infinite;/*無限ループ*/
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time00{
	animation-delay: 0s;
}
.delay-time01{
	animation-delay: 0.1s;
}
.delay-time02{
	animation-delay: 0.2s;
}
.delay-time03{
	animation-delay: 0.3s;
}
.delay-time04{
	animation-delay: 0.3s;
}
.delay-time05{
	animation-delay: 0.5s;
}
.delay-time06{
	animation-delay: 0.5s;
}
.delay-time07{
	animation-delay: 0.5s;
}
.delay-time08{
	animation-delay: 0.5s;
}
.delay-time09{
	animation-delay: 0.5s;
}
.delay-time10{
	animation-delay: 1s;
}
.delay-time15{
	animation-delay: 1.5s;
}

/*--------------------------------------------
*    scroll fadein ふわっと
*
*     親要素のclassに「fuwatto-wrap」
*     子要素のclassに「fuwatto1,fuwatto2,...」
----------------------------------------------*/
.fuwatto-wrap [class*='fuwatto'] {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.9s;
}
.fuwatto-wrap [class*='fuwatto'].f-act {
  opacity: 1;
  transform: translate(0, 0);
}
/*------------------------------------------------
*     common parts
-------------------------------------------------*/
/* セクションスペース */
section.main-section{
  padding-top: 100px!important;
  padding-bottom: 100px!important;
}
@media screen and (max-width:768px) {
  section.main-section{
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }
}

/* セクションタイトル */
section .ttl{
  text-align: left;
  display: flex;
  align-items: center;
}
section.pages-container .ttl{
  display: block;
}
section .ttl h3{
  font-size: 46px;
  font-weight: 700;
  color: #2A4788;
}
section .ttl h3 span{
  font-size: 16px;
  font-weight: 400;
  display: block;
}
section .ttl_en{
  font-size: 16px;
  color: #ADADAD;
  font-weight: 600;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  padding-left: 24px;
  position: relative;
}
section .ttl_en::after{
  content: "";
  position: absolute;
  width: 167px;
  height: 2px;
  background-color: #ADADAD;
  left: calc(100% + 20px);
  top: 50%;
  transform:translateY(-50%);
}
@media screen and (max-width:980px) {
  section .ttl{
    flex-direction: column;
    align-items: baseline;
  }
  section .ttl .ttl_en{
    margin-top: 12px;
    padding-left: 0;
  }
}
@media screen and (max-width:768px) {
  section .ttl h3{
    font-size: 26px;
  }
  section .ttl .ttl_en{
    font-size: 14px;
    padding-left: 0;
  }
}

/* セクションディスクリプション */
.sec-description{
  text-align: center;
  padding-top: 24px;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .sec-description{
    font-size: 14px;
  }
}

/* ボタン */
.btn{
  width: 100%;
  border-radius: 100vh;
  text-align: center;
  transition: .8s;
  margin: auto;
  cursor: pointer;
}
.btn a{
  color: #fff;
  font-weight: 700;
  display: block;
  width: 100%;
}
.btn:hover{
  width: 85%;
}
.download-btn{
  background-color: #F18701;
  border: 2px solid #F18701;
}
.tomovie-btn{
  border: 2px solid #43AA8B;
  background-color: #43AA8B;
}
.btn.tomovie-btn:hover{
  background-color: #fff;
}
.btn.tomovie-btn:hover a{
  color: #43AA8B;
}
.btn.download-btn:hover {
  background-color: #fff;
  border: 2px solid #F18701;
}
.btn.download-btn:hover a{
  color: #F18701;
}
.btn.contact-btn{
  background-color: #fff;
  border: 2px solid #F18701;
}
.btn.contact-btn a{
  color: #F18701;
}
.btn.contact-btn:hover {
  background-color: #F18701;
}
.btn.contact-btn:hover a{
  color: #fff;
}
.contact-item .btn.tomovie-btn{
  border: 2px solid #43AA8B;
  background-color: #43AA8B;
}
.contact-item .btn.tomovie-btn:hover{
  background-color: #fff;
}
.contact-item .btn.tomovie-btn:hover a{
  color: #43AA8B;
}
.btn a:hover{
  color: #fff;
}
/* .btn a:visited{
  color: #fff;
} */
#contact .btn.contact-btn:hover a{
  color: #fff;
}

.sec-btn-wrap{
  padding-top: 54px;
}
.sec-btn-wrap.function{
  padding-top: 0;
}
.sec-btn-wrap p{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: right;
}
.sec-btn-wrap .function-btn{
  background-color: #2A4788;
  font-weight: 600;
  text-align: center;
  width: 160px;
  border-radius: 100vh;
  margin: 0 0 0 auto;
  transition: .8s;
  border: 2px solid #2A4788;
}
.sec-btn-wrap .download-btn{
  background-color: #F18701;
  font-weight: 600;
  text-align: center;
  width: 160px;
  border-radius: 100vh;
  margin: 0 0 0 auto;
  transition: .8s;
  border: 2px solid #F18701;
}
.sec-btn-wrap .function-btn a,
.sec-btn-wrap .download-btn a{
  padding: 10px 0;
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.sec-btn-wrap .function-btn:hover{
  background-color: #fff;
  border: 2px solid #2A4788;
  width: 150px;
}
.sec-btn-wrap .download-btn:hover{
  background-color: #fff;
  border: 2px solid #F18701;
  width: 150px;
}
.sec-btn-wrap .function-btn:hover a{
  color: #2A4788;
}
.sec-btn-wrap .download-btn:hover a{
  color: #F18701;
}
.more-link-wrap{
  text-align: right;
  padding-top: 60px;
}
.more-link{
  position: relative;
  display: inline-block;
}
.more-link::after{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2A4788;
  width: 100%;
  height: 1px;
}
.more-link a{
  color: #2A4788;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-right: 26px;
}
.more-link a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  background-image: url(../img/arrow-more.svg);
  width: 14px;
  height: 12px;
}
.more-link:hover{
  opacity: 0.7;
}
@media screen and (max-width:768px){
  .sec-btn-wrap .download-btn{
    width: 180px;
  }
  .btn.download-btn:hover{
    width: 100%;
    background-color: #F18701;
  }
  .btn.download-btn:hover a{
    color: #fff;
  }
  .btn.contact-btn:hover{
    width: 100%;
    background-color: #fff;
  }
  .btn.contact-btn:hover a{
    color: #F18701;
  }
  .sec-btn-wrap .download-btn:hover{
    width: 180px;
    background-color: #F18701;
  }
  .sec-btn-wrap .download-btn:hover a{
    color: #fff;
  }
  .sec-btn-wrap p{
    font-size: 12px;
    margin-bottom: 4px;
  }
  .sec-btn-wrap{
    padding-top: 30px;
  }
}

/*--------------------------------------------
*    scroll fadein ふわっと
*
*     親要素のclassに「fuwatto-wrap」
*     子要素のclassに「fuwatto1,fuwatto2,...」
----------------------------------------------*/
.fuwatto-wrap [class*='fuwatto'] {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.9s;
}
.fuwatto-wrap [class*='fuwatto'].f-act {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------------------
*     MV
-------------------------------------------------*/
#mv{
  position: relative;
}
.mv-banner{
  max-width: 420px;
  margin: 30px auto 0;
}
.MV{
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  /* height: 100%; */
  padding: 64px 0 86px;
  background-image: url(../img/main_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 398px;
}
.MV-item{
  margin: auto;
  z-index: 2;
  position: relative;
  padding: 0 20px;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  max-width: 1245px;
  box-sizing: content-box;
}
.MV-ttl p{
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}
.MV-ttl h1{
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1;
}
.MV-ttl h1>span:first-of-type{
  font-size: 60px;
}
.MV-ttl h1>span:nth-of-type(2){
  font-size: 64px;
}
.MV-ttl h1>span:last-of-type{
  font-size: 40px;
}
.MV-ttl h1 p{
  font-size: 26px;
}
.MV-ttl h1 p span{
  font-size: 32px;
}
.MV-ttl h1 p span.font-s{
  font-size: 26px;
}
.MV-ttl h1 p span:first-of-type{
  padding-right: 4px;
}
.MV-ttl h1 p span:last-of-type{
  padding-left: 4px;
}
.MV-description{
  color: #fff;
  font-size: 16px;
}
.MV-right{
  flex-basis: 42%;
}
.MV-btn_wrap{
  display: flex;
  gap: 8px;
  padding: 16px;
  align-items: end;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  width: 70%;
  padding: 0;
  justify-content: flex-start;
}
.MV-btn_item{
  flex-basis: 50%;
}
.MV-btn_item .btn{
  /* max-width: 240px; */
  /* margin: auto; */
  width: 100%;
}
.MV-btn_item .btn a{
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.03em;
  padding: 20px 0;
  line-height: 1;
}
.MV-btn_item{
  position: relative;
}
/* .MV-btn_item:first-of-type:before{
  position: absolute;
  content: "";
  background-image: url(../img/download_img.png);
  width: 237px;
  height: 267px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -30px;
  left: -70px;
  z-index: -1;
} */
.MV-btn_item p{
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  position: relative;
  width: fit-content;
  margin-bottom: 9px;
  line-height: 1.2;
}
.MV-btn_item p::before,
.MV-btn_item p::after{
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 16px;
  bottom: 0;
}
.MV-btn_item p::before{
  transform: rotate(-24deg);
  left: -8px;
}
.MV-btn_item p::after{
  transform: rotate(24deg);
  right: -8px;
}

.MV-btn_item:first-of-type .btn-item-txt{
  /* justify-content: flex-end; */
  justify-content: center;
  /* margin-right: 40px; */
}

@media screen and (max-width:1300px) {
  .MV-btn_item p{
    font-size: 12px;
  }
  .MV-btn_wrap{
    width: 60%;
  }
}


@media screen and (max-width:1220px) {
  .MV-right{
    flex-basis: 48%;
  }
  .MV-ttl h1>span:first-of-type{
    font-size: 46px;
  }
  .MV-ttl h1>span:nth-of-type(2){
    font-size: 46px;
  }
  .MV-ttl h1>span:last-of-type{
    font-size: 36px;
  }
}
@media screen and (max-width:1100px) {
  .MV-item{
    margin: 0;
    padding: 0 32px;
  }
  .MV-btn_item:first-of-type:before{
    width: 180px;
    height: 200px;
    bottom: 0;
    top: inherit;
    left: -50px;
  }
  .MV-description{
    max-width: 70%;
  }
  .MV-btn_wrap{
    flex-direction: column;
    gap: 20px;
  }
  .MV-btn_item .btn{
    max-width: 100%;
  }
  .MV-btn_item{
    width: 100%;
  }
  .MV-btn_item:first-of-type .btn-item-txt{
    justify-content: center;
  }
}
@media screen and (max-width:980px) {
  .MV-description{
    max-width:60%;
  }
}
@media screen and (max-width:960px) {
  .MV{
    background-position: center;
    background-image: url(../img/main_bg_sp.jpg);
  }
  .MV::after{
    display: none;
  }
  .MV-item{
    width: 100%;
    margin: auto;
    flex-direction: column;
    padding: 0 20px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .MV-ttl h1{
    line-height: 1.2;
    text-align: center;
  }
  .MV-ttl h1 p{
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
  .MV-ttl h1 p span{
    font-size: 22px;
  }
  .MV-ttl h1 p span.font-s{
    font-size: 18px;
  }
  .MV-ttl h1>span:first-of-type,
  .MV-ttl h1>span:nth-of-type(3){
    font-size: 40px;
  }
  .MV-ttl h1>span:nth-of-type(2){
    font-size: 46px;
  }
  .MV-description{
    font-size: 14px;
    padding: 0 24px;
    line-height: 1.7;
    width: 100%;
    /* margin-bottom: 80px; */
    max-width: 100%;
  }
  .MV-btn_wrap{
    flex-direction: column;
    gap: 16px;
    padding: 20px 16px;
    margin: auto;
    flex-basis: 100%;
    width: 100%;
  }
  .MV-btn_item{
    flex-basis: 100%;
    width: 100%;
    max-width: 480px;
    margin: auto;
  }
  .MV-btn_item:first-of-type .btn-item-txt{
    /* margin-right: -80px; */
    justify-content: center;
    width: 100%;
  }
  .MV-btn_item .btn{
    max-width: 100%;
  }
  .MV-btn_item:first-of-type:before{
    left: -9%;
    bottom: -40px;
    width: 32%;
  }
  .MV-btn_item .btn a{
    padding: 12px 0;
  }
}
@media screen and (max-width:580px) {
  .MV-btn_item:first-of-type:before{
    top: -120%;
    width: 150px;
    height: 150px;
  }
}

/* MV-nav */
.MV-nav-wrap{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 3;
}
.MV-nav{
  background-color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.MV-nav-item-ttl{
  background-color: #2A4788;
  padding: 26px 16px;
  letter-spacing: 0.04em;
}
.MV-nav-item-ttl p{
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.MV-nav-item{
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid #2A4788;
  padding: 0 53px 0 16px;
  height: 100%;
  position: relative;
}
/* .MV-nav-item:last-of-type{
  background-color: rgba(222, 222, 222, 0.92);
  border-bottom: none;
}
.MV-nav-item:last-of-type:hover{
  opacity: 1;
} */
.MV-nav-item a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.MV-nav-item:hover{
  opacity: 0.7;
}
.MV-nav-item::after{
  content: "";
  background-image: url(../img/mv-nav-arrow.svg);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 14px;
  position: absolute;
}
.MV-nav-item-img{
  width: 40px;
}
.MV-nav-item-txt p{
  color: #2A4788;
  font-size: 22px;
  font-weight: 800;
  line-height: 150%;
}
.MV-nav-item-txt p.MV-nav-item-subtxt{
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width:960px) {
  .MV-nav-wrap{
    position: static;
    margin: 60px 35px 0;
  }
  .MV-nav-item-ttl{
    font-size: 16px;
    padding: 16px;
  }
  .MV-nav-item{
    padding: 16px 53px 16px 16px;
  }
  .MV-nav-item-txt p{
    font-size: 18px;
  }
  .MV-nav-item-txt p.MV-nav-item-subtxt{
    font-size: 14px;
  }
  .MV-nav-item-img{
    width: 26px;
  }
  .MV-nav-item::after{
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width:430px) {
  .MV-nav-item-ttl p{
    font-size: 16px;
  }
  .MV-nav-item-txt p{
    font-size: 16px;
  }
  .MV-nav-item-txt p.MV-nav-item-subtxt{
    font-size: 12px;
  }
  .MV-nav-item{
    padding: 14px 30px 14px 14px;
  }
}


/*  */
.column-banner{
  transition:.2s;
  margin: 82px auto 0;
  max-width: 634px;
}
.column-banner:hover{
  opacity: 0.8;
}
@media screen and (max-width:768px) {
  .column-banner{
    width: 90%;
    margin: 42px auto 0;
  }
}

.DX-solution-link__wrap{
  width: 100%;
  z-index: 9999;
  position: relative;
  box-shadow: 0px 4px 5px rgba(115, 115, 115, 0.1);
}
/* .DX-solution-link__wrap.fixed .DX-solution-link{
  height: 48px;
} */
.DX-solution-link__inner{
  background-color: #fff;
  display: flex;
  justify-content: end;
  align-items: center;
}
.DX-solution-link{
  display: flex;
  /* margin: auto; */
  align-items: center;
  height: 74px;
  justify-content: center;
  z-index: 1;
  position: relative;
  width: 100%;
  justify-content: space-between;
  /* gap: 40px; */
  /* max-width: 1200px; */
}
.DX-solution-link__inner li{
  position: relative;
  z-index: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  min-width: fit-content;
  width: 100%;
}
.DX-solution-link__inner li a{
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  color: #2A4788;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 28px;
  justify-content: center;
}
.DX-solution-link__inner li a::before{
  transition: .2s;
}
.DX-solution-link__inner li:hover{
  background-color: #2A4788;
}
.DX-solution-link__inner li:hover a{
  color: #fff;
}
.DX-solution-link__child li a::after{
  content: "";
  background-image: url(../img/menu_arrow_white.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%)rotate(-90deg);
  width: 40px;
  height: 40px;
  background-size: auto;
  background-position: center;
}
.zdo_drawer_nav_child_icon{
  display: none;
}
.DX-solution-link__inner li a{
  position: relative;
}
.DX-solution-link__inner li.DX-solution-link__parent::after{
  content: "";
  background-image: url(../img/menu_arrow.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px;
  position: absolute;
  right: 14px;
}
.DX-solution-link__inner li.DX-solution-link__parent:hover::after{
  background-image: url(../img/menu_arrow_white.svg);
  transform: rotate(180deg);
}
.DX-solution-link__parent__inner{
  position: relative;
  height: 100%;
}
.DX-solution-link__child__wrap{
  position: absolute;
  width: 100%;
  top: 100%;
  box-sizing: content-box;
  display: none;
  left: 0;
}
.DX-solution-link__child{
  background-color: #2A4788;
  border-top: 1px solid #fff;
}
.DX-solution-link__child__wrap.show{
  display: block;
  width: 100%;
  min-width: 160px;
}
.DX-solution-link__child li{
  position: relative;
  height: auto;
}
.DX-solution-link__inner .DX-solution-link__child li a{
  padding: 15px 24px;
  display: block;
  text-align: left;
  color: #fff;
  line-height: 1;
}
.DX-solution-link__inner .DX-solution-link__child li::after,
.DX-solution-link__inner .DX-solution-link__child li:first-of-type a::before{
  display: none;
}
.DX-solution-link__parent.show .zdo_drawer_nav_child_icon{
  transform: translateY(-50%)rotate(180deg);
}
.DX-solution-link__btn{
  display: none;
}
.DX-solution-link__contact{
  display: flex;
}
.DX-solution-link__contact img{
  margin-bottom: 4px;
  margin: 0 auto;
}
.DX-solution__contact-btn{
  background-color: #F1992B;
  width: 128px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: block;
  /* height: 100%;
  display: inline-grid; */
  align-items: center;
  /* width: 100%; */
  padding: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  max-height: 74px;
}
/* .DX-solution__contact-btn a{
  font-family: "Noto Sans JP", sans-serif;
} */
.DX-solution__dl-btn{
  background-color: #F18701;
  width: 128px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: block;
  /* height: 100%; */
  display: block;
  align-items: center;
  /* width: 100%; */
  padding: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  max-height: 74px;
}
.DX-solution__movie-btn{
  background-color: #43AA8B;
  width: 128px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: block;
  /* height: 100%; */
  display: block;
  align-items: center;
  /* width: 100%; */
  padding: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  max-height: 74px;
}
.DX-solution__contact-btn,
.DX-solution__dl-btn,
.DX-solution__movie-btn{
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-around;
}
.DX-solution__contact-btn a,
.DX-solution__dl-btn a,
.DX-solution__movie-btn a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.DX-solution__contact-btn:hover,
.DX-solution__dl-btn:hover,
.DX-solution__movie-btn:hover{
  opacity: 0.8;
}
@media screen and (max-width:1250px) {
  .DX-solution-link li a{
    padding: 14px;
    font-size: 13px;
  }
  .DX-solution-link__inner li.DX-solution-link__parent::after{
    right: 5px;
  }
}
@media screen and (max-width:1100px) {
  .DX-solution-link__inner li.DX-solution-link__parent::after{
    right: 0;
  }
}
@media screen and (max-width:970px) {
  .DX-solution-link__inner li .DX-solution-link__parent__inner a::after{
    display: none;
  }
  .zdo_drawer_nav_child_icon{
    display: block;
    background-image: url(../img/menu_arrow_white.svg);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 6px;
    top: 50%;  
    width: 40px;
    height: 40px;
    background-size: inherit;
    background-position: center;
  }
  #DX-solution h2{
    font-size: 20px;
    line-height: 1.5;
  }
  #DX-solution h2 span::after{
    height: 10px;
    bottom: 2px;
  }
  .dx-solution__desc{
    text-align: left;
  }
  .DX-solution-link{
    flex-direction: column;
    height: 100%;
  }
  .DX-solution-link li a{
    font-size: 14px;
  }
  .DX-solution-link li:first-of-type a::before{
    display: none;
  }
  .DX-solution-link__wrap{
    transform: translateX(-100%);
    transition: .4s;
    z-index: 10000;
    position: relative;
    position: fixed;
    top: 11%;
    left: 0;
    width: 60%;
    display: block;
    z-index: 2;
    /* opacity: 0; */
  }
  .DX-solution-link__wrap.fade-in{
    opacity: 1;
  }
  .DX-solution-link__wrap.open{
    transform: translateX(0);
  }
  .DX-solution-link__inner{
    height: 100%;
    background-color: #2A4788;
    flex-direction: column;
  }
  .DX-solution-link__inner li{
    width: 100%;
    height: fit-content;
    display: block;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .DX-solution-link__inner li a{
    text-align: left;
    justify-content: flex-start;
    color: #fff;
  }
  .DX-solution-link .DX-solution-link__child li a{
    text-align: left;
    padding: 10px 30px;
    line-height: 2.0;
  }
  .DX-solution-link__child__wrap{
    position: static;
    width: 100%;
  }
  .DX-solution-link__child__wrap.show{
    width: 100%;
    display: block;
  }
  .zdo_drawer_nav_child_icon.show{
    transform: translateY(-50%)rotate(180deg);
  }
  .DX-solution-link__btn{
    font-family: 'M PLUS 2', sans-serif;
    letter-spacing: 0.2em;
    cursor: pointer;
    position: fixed;
    right: -66px;
    background-color: #2A4788;
    transform: rotate(-90deg);
    color: #fff;
    padding: 8px 12px;
    font-size: 10px;
    font-weight: bold;
    top: 50px;
    width: 100px;
    min-height: 30px;
    max-height: 30px;
    text-align: center;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    z-index: 30;
    justify-content: center;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .DX-solution-link__inner li.DX-solution-link__parent:hover::after{
    background-image: inherit;
    transform: inherit;
  }
  .zdo_drawer_nav_child_icon{
    position: absolute;
    background-image: url(../img/menu_arrow_white.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    width: 40px;
    height: 40px;
    background-size: inherit;
    background-position: center;
  }
  .DX-solution-link__contact{
    flex-direction: column;
    width: 100%;
  }
  .DX-solution__contact-btn,
  .DX-solution__dl-btn,
  .DX-solution__movie-btn{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px;
  }
  .DX-solution__contact-btn,
  .DX-solution__dl-btn,
  .DX-solution__movie-btn{
    width: 100%;
  }
  .DX-solution-link__contact img {
    margin: 0 10px 0 0;
  }
}

/*------------------------------------------------
*     レイアウト
-------------------------------------------------*/

.main-layout{
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.side-menu{
  width: 17.5%;
}
@media screen and (max-width:768px) {
  .main-layout{
    max-width: 100%;
  }
  .main-content{
    width: 100%;
    margin: auto;
  }
}

/*------------------------------------------------
*     About
-------------------------------------------------*/

#about{
  margin-top: 10px;
  padding: 0 20px;
}
#about .content-wrap{
  max-width: 1200px;
  margin: auto;
}
section#about .ttl{
  margin-bottom: 65px;
  text-align: left;
}
.purchase-top .lb-outerContainer{
  background-color: transparent; 
}
.purchase-top .lightbox .lb-image{
  border: none;
}
.about-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 130px;
}
.about-item:last-of-type{
  margin-bottom: 0;
}
.about-item:nth-of-type(2){
  flex-direction: row-reverse;
}
.about-item-txt{
  flex-basis: 61.6%;
}
.about-item-txt p:first-of-type{
  font-size: 24px;
  font-weight:700;
  margin-bottom: 14px;
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
}
.about-item-txt p:first-of-type::before{
  background-color: #268ECD;
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  border-radius: 100vh;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-item-txt p:nth-of-type(2){
  font-size: 18px;
  font-weight: 500;
}

.about-item-txt h4{
  width: 100%;
  font-size: 34px;
  color: #2A4788;
  font-weight: 700;
  margin-bottom: 36px;
}
.about-item-wrap{
  gap: 24px;
  margin-top: 32px;
}
.about-item_lt,
.about-item_rt{
  flex-basis: 50%;
  position: relative;
}

.about-item-list:nth-of-type(2){
  padding-top: 20px;
}
.about-item-list li{
  padding-left: 40px;
  position: relative;
  margin-top: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.about-item-list li span{
  text-decoration: underline;
}
.about-item-list li::before{
  position: absolute;
  content: "";
  background-image: url(../img/about_check.svg);
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.about-img{
  flex-basis: 35%;
}
.about-img img{
  width: 100%;
}
.about-img p{
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width:970px) {
  #about{
    padding: 0 34px;
  }
  .about-item h4{
    font-size: 26px;
  }
  .about-item-txt p:first-of-type{
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  #about{
    margin-top: 42px;
  }
  section#about .ttl{
    margin-bottom: 34px;
  }
  .about-item{
    flex-direction: column;
  }
  .about-item:not(:last-of-type){
    margin-bottom: 40px;
  }
  .about-img{
    position: static;
    margin: 20px auto 0;
    transform: none;
  }
  section#about .ttl{
    padding: 0;
  }
  .about-item h4{
    font-size: 20px;
    margin-bottom: 16px;
  }
  .about-item-inner{
    flex-direction: column;
    gap: 60px;
    padding: 0;
  }
  .about-item h4{
    line-height: 1.6;
    font-size: 18px;
  }
  .about-item-txt p:first-of-type{
    font-size: 16px;
  }
  .about-item-list li{
    line-height: 1.6;
    font-size: 14px;
  }
  .about-item-txt p:first-of-type::before{
    width: 10px;
    height: 10px;
  }
  .about-item-txt p:first-of-type{
    padding-left: 18px;
  }
  .about-item-txt p:nth-of-type(2){
    font-size: 14px;
  }
  .about-item:nth-of-type(2){
    flex-direction: column;
  }
}

/*------------------------------------------------
*     Benefit
-------------------------------------------------*/
#benefit{
  padding: 68px 20px;
}
#benefit .content-wrap{
  max-width: 812px;
  margin: auto;
}
section#benefit .ttl{
  text-align: left;
}
section#benefit .sec-description{
  text-align: left;
}
.benefit-wrap{
  padding-top: 36px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  gap: 1%;
}
.benefit-item,.benefit-item-rt{
  flex-basis: 48%;
  max-width: 382px;
}
.benefit-item-ttl{
  font-size: 24px;
  color: #44727E;
  text-align: center;
  margin-bottom: 10px;
  color: #2A4788;
  font-family: 'M PLUS 2', sans-serif;
  font-weight: 600;
}
.benefit-item-ttl.after{
  color: #F18701;
}
.benefit-item-flow{
  margin-bottom: 16px;
}
.benefit-item-flow li{
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 7px;
  background-color: #fff;
  padding:12px 30px;
  border: 1px solid #ADADAD;
  border-radius: 4px;
}
.benefit-item-flow li:last-of-type{
  margin-bottom: 0;
}

.benefit-item-flow li p{
  margin-bottom: 0;
  line-height: 1;
}

.benefit-item-flow p.min{
  font-size: 14px;
  font-weight: 600;
  width: 60px;
  text-align: left;
  color: #2A4788;

}
.benefit-item-flow p.min span{
  font-size: 20px;
  font-weight: 400;
  transform: scale(0.8, 1);
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
}
.benefit-item-flow p.txt{
  font-size: 14px;
  width: 100%;
  text-align: left;
  margin-left: 5px;
  position: relative;
  font-weight: 500;
}
.benefit-item-flow li:not(:last-of-type):after{
  position: absolute;
  content: "";
  background: url(../img/arrow_gray.svg);
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
}
.benefit-item-min{
  width: 100%;
  height: 35px;
  border-radius: 4px;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}
.benefit-item-min span,
.benefit-item-min p{
  color: #fff;
  line-height: 1;
}
.benefit-item-min span{
  font-size: 33px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
.benefit-item.before .benefit-item-min{
  background-color: #2A4788;
}
.benefit-item.after .benefit-item-min{
  background-color: #F18701;
}
.benefit-item-rt{
  position: relative;
}
.benefit-item-img{
  max-width: 283px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.benefit-item-img img{
  width: 100%;
}
@media screen and (max-width:970px){
  #benefit{
    padding: 0 34px;
  }
  section#benefit .ttl,
  section#benefit .sec-description{
    text-align: center;
  }
}

@media screen and (max-width:768px){
  .benefit-wrap{
    flex-direction: column;
    gap: 30px;
  }
  .benefit-item, .benefit-item-rt{
    flex-basis: 100%;
    max-width: 100%;
  }
  .benefit-item-flow p.txt{
    max-width: 100%;
  }
  .benefit-item-min{
    max-width: 100%;
  }
  .benefit-item-img{
    position: static;
    max-width: 100%;
    width: 85%;
    margin: auto;
    padding: 20px 0 0;
    max-width: 320px;
  }
}

/*------------------------------------------------
*     System
-------------------------------------------------*/
#function{
  padding: 0 20px;
}
#function .content-wrap{
  max-width: 1238px;
  margin: auto;
}
#function .ttl{
  text-align: center;
}
.system-flow{
  padding-top: 64px;
}
#function ul{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  max-width: 1238px;
}
.system-flow-item{
  position: relative;
  max-width: 30%;
  margin-bottom: 40px;
  box-sizing: content-box;
  margin-right: 52px;
}
.system-flow-item-inner{
  background-color: #fff;
  padding: 48px 17px 26px;
  max-width: 360px;
  min-height: 472px;
  height: 100%;
  box-shadow: 0 0 27px rgba(115, 115, 115, 0.2);
  border: 1px solid rgba(54, 172, 231, 0.2);
}
.system-flow-item::after{
  content: "";
  background-image: url(../img/gray-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 42px;
  display: inline-block;
  position: absolute;
  top: 80px;
  right: 0;
  right: -8%;
}
.system-flow-icon img{
  width: 54px;
  margin: auto;
}
.system-flow-icon-inner h4{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding-top: 24px;
  color: #2A4788;
  line-height: 1.3;
}
.system-flow-item-txt h4{
  font-weight: 700;
  color: #2A4788;
  padding-bottom: 8px;
  line-height: 1;
}
.system-flow-item-txt p{
  font-size: 16px;
  font-weight: 500;
}
.system-flow-item-txt{
  padding-top: 16px;
}
.system-flow-link{
  margin-top: 24px;
  font-weight: 500;
}
.system-flow-link a{
  position: relative;
  display: block;
  color: #2A4788;
  font-weight: bold;
  text-align: right;
  padding-right: 22px;
  transition: .4s;
}
.system-flow-link a::after{
  content: "";
  background-image: url(../img/arrow-more.svg);
  background-size: contain;
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  transition: .4s;
}
.system-flow-link:hover a::after{
  right: -5px;
}
@media screen and (max-width: 1280px) {
  #function ul{
    justify-content: center;
  }
  .system-flow-item{
    width: 45%;
    max-width: 100%;
  }
  .system-flow-item-inner{
    max-width: 100%;
  }
  .system-flow-item::after{
    right: -32px;
  }
}

@media screen and (max-width: 1080px) {
  .system-flow-item{
    width: 43%;
    max-width: 100%;
    margin-right: 45px;
  }
}
@media screen and (max-width: 970px) {
  #function{
    padding: 0 34px;
  }
}
@media screen and (max-width: 820px) {
  #function ul::after{
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  .system-flow-icon img{
    width: 34px;
  }
  .system-flow-icon-inner h4{
    font-size: 16px;
  }
  .system-flow{
    padding-top: 34px;
  }
  #function ul{
    gap: 40px;
    padding: 0;
  }
  #function ul,
  .system-flow-item-inner{
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }
  .system-flow-item-inner{
    padding: 24px 12px 24px;
  }
  .system-flow-link a{
    font-size: 14px;
  }
  #function ul::after{
    left: 53px;
    width: 25px;
    background-size: cover;
    background-position: bottom;
  }
  .system-flow-item{
    padding: 0;
    width: 100%;
    min-height: auto;
    margin-right: 0;
    margin: 0;
  }
  .system-flow-item::after{
    top: auto;
    bottom: -30px;
    right: auto;
    left: 50%;
    transform: translateX(-50%)rotate(90deg);
    width: 14px;
    height: 20px;
  }
  .system-flow-icon{
    min-width: 100px;
  }
  .system-flow-item-txt p{
    font-size: 14px;
  }
  .system-flow__wrap .more-link-wrap{
    margin: 0;
    padding: 40px 0;
  }
  .system-flow-link{
    position: static;
    text-align: right;
  }
}


/*------------------------------------------------
*     function
-------------------------------------------------*/
/* #function h3 span{
  font-size: 20px;
}
.function-item-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 44px;
  margin-bottom: 0px;
}
@media screen and (max-width:768px) {
  .function-item-wrap{
    margin-bottom: 10px;
  }
}
.function-item{
  display: flex;
  gap: 12px;
  flex-basis: 48%;
}
.function-item>div:first-of-type{
  max-width: 76px;
  height: 76px;
  width: 100%;
}
.function-item h4{
  font-size: 20px;
  font-weight: 600;
}
.function-item p{
  font-size: 14px;
  padding-top: 8px;
}
@media screen and (max-width:768px){
  .function-item{
    flex-basis: 100%;
  }
  .function-item>div:first-of-type{
    flex-basis: 100px;
  }
  .function-item>div:last-of-type{
    flex-basis: 100%;
  }
} */

/*------------------------------------------------
*     cooperation
-------------------------------------------------*/
#cooperation{
  padding: 0 20px;
}
#cooperation .content-wrap{
  max-width: 940px;
  margin: auto;
}
section#cooperation .ttl{
  text-align: left;
}
#cooperation .sec-description{
  font-size: 18px;
  margin-bottom: 77px;
}
#cooperation .sec-description span{
  text-decoration: underline;
}
@media screen and (max-width:970px) {
  #cooperation{
    padding: 0 34px;
  }
  section#cooperation .ttl{
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  #cooperation .sec-description{
    margin-bottom: 44px;
    font-size: 14px;
  }
}
.cooperation-inner .sec-description{
  text-align: left;
}
.cooperation-content{
  max-width: 790px;
  margin: auto;
}
.cooperation-item-wrap{
  display: flex;
  gap:10%;
  position: relative;
}
.cooperation-item-wrap::after{
  content: "";
  position: absolute;
  background-image: url(../img/accounting_img02.png);
  width: 110px;
  height: 62px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.cooperation-item{
  background-color: #EFF1F8;
  border: #DFE6ED 2px solid;
  border-radius: 16px;
  flex-basis: 50%;
  padding: 30px 12px 12px;
  position: relative;
}
.cooperation-item-ttl{
  color: #2A4788;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-shadow: 
  3px  3px 0px #ffffff,
  -3px  3px 0px #ffffff,
  3px -3px 0px #ffffff,
  -3px -3px 0px #ffffff,
  3px  0px 0px #ffffff,
  0px  3px 0px #ffffff,
  -3px  0px 0px #ffffff,
  0px -3px 0px #ffffff;
}
.cooperation-item-list{
  background-color: #fff;
  border: #DFE6ED 1px solid;
  border-radius: 8px;
  padding: 12px;
  position: relative;
}
.cooperation-item-list ul{
  margin-bottom: 0;
}
.cooperation-item-list li{
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding-bottom: 8px;
}
.cooperation-item-list li:last-of-type{
  padding-bottom: 0;
}
.cooperation-item_lt .cooperation-item-img{
  max-width: 174px;
  position: absolute;
  left: 50%;
  width: 100%;
}
.cooperation-item_rt .cooperation-item-img{
  max-width: 146px;
  position: absolute;
  left: 15px;
  width: 100%;
}
/* right */
.cooperation-item_rt .cooperation-item-inner{
  flex-direction: row-reverse;
}
.cooperation-item-list-wrap .cooperation-item-list:first-of-type{
  margin-bottom: 28px;
  position: relative;
}
.cooperation-item-list-wrap .cooperation-item-list:first-of-type::after{
  content: "";
  background-image: url(../img/accounting-arrow.svg);
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}

/* icon */
.cooperation-item-list img{
  position: absolute;
}
.cooperation-item-list-img01{
  top: -5%;
  right: 13px;
  width: 43px;
}
.cooperation-item-list-img02{
  top: -5%;
  right: 13px;
  width: 32px;
}
.cooperation-item-list-img03{
  top: -5%;
  right: 13px;
  width: 27px;
}

.cooperation-note{
  padding-top: 8px;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width:1300px) {
  .cooperation-item_lt .cooperation-item-img{
    width: 100px;
    left: 60%;
  }
  .cooperation-item_rt .cooperation-item-img{
    width: 100px;
  }
  .cooperation-item-list li{
    font-size: 12px;
  }
}
@media screen and (max-width:1180px){
  .cooperation-item_lt .cooperation-item-img{
    left: 60%;
  }
  .cooperation-item_lt .cooperation-item-img,
  .cooperation-item_rt .cooperation-item-img{
    max-width: 110px;
  }
}
@media screen and (max-width:1110px) {
  .cooperation-flex{
    gap: 1%;
  }
}
@media screen and (max-width:1030px) {
  .cooperation-item_lt .cooperation-item-img{
    width: 80px;
    left: 60%;
  }
  .cooperation-item_rt .cooperation-item-img{
    width: 80px;
  }
}
@media screen and (max-width:1000px) {
  .cooperation-flex{
    flex-direction: column;
    align-items: normal;
  }
  .cooperation-item_lt .cooperation-item-img{
    width: 100%;
    max-width: 50%;
    left: 45%;
  }
  .cooperation-item_rt .cooperation-item-img{
    width: 100%;
    max-width: 50%;
  }
  .cooperation-item-wrap{
    margin-left: 0;
  }
  #cooperation .sec-description .br_pc{
    display: none;
  }
}

@media screen and (max-width:940px){
  .cooperation-item_lt .cooperation-item-img,
  .cooperation-item_rt .cooperation-item-img{
    display: none;
  }
  .cooperation-item-list-wrap,
  .cooperation-item-list{
    width: 100%;
  }
}

@media screen and (max-width:768px){
  .cooperation-inner{
    padding: 0;
    width: 100%;
  }
  .cooperation-flex{
    flex-direction: column;
    align-items: baseline;
  }

  .cooperation-item_rt .cooperation-item-img{
    display: block;
    max-width: 146px;
  }
  .cooperation-item_lt .cooperation-item-img{
    display: block;
    max-width: 176px;
  }
  .cooperation-item-wrap{
    flex-direction: column;
    gap: 50px;
  }
  .cooperation-item-list-wrap{
    width: 100%;
  }
  .cooperation-item-list{
    width: 100%;
  }
  .cooperation-item-inner{
    flex-direction: column;
  }
  .cooperation-item_rt .cooperation-item-inner{
    flex-direction: column-reverse;
  }
  .cooperation-item_lt .cooperation-item-img,
  .cooperation-item_rt .cooperation-item-img{
    position: static;
    padding-top: 20px;
  }
  .cooperation-item-wrap::after{
    background-image: url(../img/accounting_img02_sp.png);
    width: 60px;
    height: 80px;
  }
  .cooperation-item-wrap::after{
    top: 48%;
  }
}

/*------------------------------------------------
*     support
-------------------------------------------------*/
#support{
  padding: 0 20px;
}
#support .content-wrap{
  max-width: 951px;
  margin: auto;
}
section#support .ttl h3{
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: left;
}
#support .sec-description{
  text-align: left;
  padding-top: 40px;
  max-width: 939px;
  margin: auto;
  font-size: 18px;
  font-weight: 500;
}
.support-img{
  max-width: 854px;
  margin: auto;
  padding-top: 36px;
}
.support-img img{
  width: 100%;
}
@media screen and (max-width:970px) {
  section#support{
    padding: 0 34px;
  }
}
@media screen and (max-width:768px) {
  #support .sec-description{
    font-size: 14px;
  }
  .support-img{
    width: 100%;
  }
}

/*------------------------------------------------
*     timestamp
-------------------------------------------------*/
#timestamp{
  padding: 0 20px;
}
#timestamp .content-wrap{
  max-width: 996px;
  margin: auto;
}
section#timestamp .ttl{
  text-align: left;
  margin-bottom: 38px;
}
.timestamp-item{
  display: flex;
  align-items: center;
  gap: 24px;
  margin: auto;
  justify-content: center;
}
.timestamp-item img{
  max-width: 337px;
  width: 100%;
}
.timestamp-item .sec-description{
  flex-basis: 60%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  max-width: 600px;
  padding-top: 0;
}
@media screen and (max-width:970px){
  #timestamp{
    padding: 0 34px;
  }
}
@media screen and (max-width:768px){
  section#timestamp .ttl,
  section#timestamp .ttl_en{
    text-align: center;
  }
  .timestamp-item .sec-description{
    font-size: 14px;
  }
  .timestamp-item{
    flex-direction: column;
    padding: 0;
  }
  .timestamp-item img{
    width: 80%;
  }
}

/*------------------------------------------------
*     コラム
-------------------------------------------------*/
#column{
  padding: 0 20px;
}
#column .content-wrap{
  max-width: 1015px;
  margin: auto;
}
#column .sec-description{
  text-align: left;
  font-size: 18px;
  padding-top: 34px;
}
.column-item-link-wrap{
  border: 1px solid #959DB1;
  margin-top: 64px;
  padding: 30px 38px;
}
.column-item-link li{
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.column-item-link li:last-of-type{
  margin-bottom: 0;
}
.column-item-link a{
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  color: #333333;
}
.column-item-link a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  background-color: #268ECD;
  width: 10px;
  height: 10px;
  border-radius: 100vh;
}
.column-item-link a:hover{
  opacity: 0.7;
}
.column-item-link-ttl{
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 16px;
}
@media screen and (max-width:970px){
  #column{
    padding: 0 34px;
  }
}
@media screen and (max-width:768px){
  #column .sec-description{
    text-align: left;
    font-size: 14px;
  }
  .column-item{
    padding: 0;
  }.column-item-link{
    font-size: 14px;
  }
  .column-item-link a::before{
    width: 10px;
    height: 10px;
    top: 11px;
  }
  .column-item-link a{
    font-size: 13px;
    padding-left: 16px;
  }
  .column-item-link-wrap{
    padding: 12px;
  }
  .column-item-link-ttl{
    font-size: 16px;
    padding-bottom: 10px;
  }
}

/*------------------------------------------------
*     faq
-------------------------------------------------*/
#faq{
  padding: 32px 20px 0;
}
#faq .content-wrap{
  max-width: 940px;
  margin: auto;
}
#faq .ttl{
  text-align: left;
}
.faq-item-wrap{
  padding-top: 38px;
}
.faq-item{
  margin-bottom: 20px;
}
.faq-item:last-of-type{
  margin-bottom: 0;
}
.faq-item dt,
.faq-item dd{
  padding: 8px 24px;
}
.faq-item dt{
  font-size: 18px;
  position: relative;
  display: flex;
  font-weight: 700;
  padding: 20px 0;
  border-bottom: #D9D9D9 2px solid;
  cursor: pointer;
}
.faq-item dt p,
.faq-item dd p{
  width: 95%;
  padding-left: 12px;
  margin: 0;
}
.faq-item dt p{
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #2A4788;
}
.faq-item dd p{
  font-weight: 500;
}
.faq-item dt::before{
  content: "";
  background-image: url(../img/faq-q.svg);
  width: 32px;
  height: 32px;
  left: 0;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.faq-item dt::after{
  font-family: 'Material Icons';
  content: '\e313';
  color: #2A4788;
}
.faq-item dt.open::after{
  font-family: 'Material Icons';
  content: '\e316';
  color: #2A4788;
}
.faq-item dd{
  font-size: 16px;
  position: relative;
  display: none;
  margin-left: 0;
  padding: 20px 0;
}
.faq-item dd p{
  font-size: 16px;
  font-weight: 500;
}
.faq-item dd.open{
  display: flex;
}
.faq-item dd::before{
  content: "";
  background-image: url(../img/faq-a.svg);
  width: 32px;
  height: 32px;
  left: 0;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 3px;
}
a.faq-item-link{
  color: #2A4788;
  text-decoration: underline;
}
.faq-item-link:hover{
  opacity: 0.7;
}
@media screen and (max-width:970px) {
  #faq{
    padding: 0 34px;
  }
}
@media screen and (max-width:768px) {
  .faq-item dt, .faq-item dd{
    padding: 8px 12px;
  }
  .faq-item dt::before,
  .faq-item dd::before{
    width: 26px;
    height: 26px;
  }
  .faq-item dt p, .faq-item dd p{
    font-size: 14px;
  }
  .faq-item-wrap{
    padding: 32px 0;
  }
}

/*------------------------------------------------
*     contact
-------------------------------------------------*/
#contact{
  position: relative;
  background-color: transparent;
  z-index: 1;
  background-color: #2A4788;
  padding: 46px 0;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
#contact .content-wrap{
  padding: 0 20px;
}
section#contact .ttl{
  text-align: center;
  display: block;
}
section#contact .ttl h3,
section#contact .ttl_en{
  color: #fff;
}
section#contact .ttl_en{
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section#contact .ttl_en::after{
  display: none;
}
.contact-description{
  text-align: center;
  padding-top: 17px;
  margin-bottom: 42px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
#contact .contact-item{
  max-width: 90%;
  margin: auto;
}
.contact-item .btn-wrap{
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: auto;
  max-width: 804px;
}
.contact-item .btn-wrap .btn-item{
  flex-basis: 48%;
}
.contact-item .btn{
  border: 2px solid #F18701;
}
.contact-item .btn a{
  padding: 16px 0;
  width: 100%;
  display: block;
}
.contact-item .btn{
  background-color: #fff;
  color: #F18701;
}
.btn-wrap{
  flex-basis: 50%;
  max-width: 360px;
}
.btn-item .download-btn{
  position: relative;
  border: none;
  color: #fff;
  background-color: #F18701;
}
.btn-item .download-btn::before{
  position: absolute;
  content: "";
  /* background-image: url(../img/download_img.png); */
  width: 217px;
  height: 250px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  top: -208%;
  left: -100px;
}
.btn-item p{
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  position: relative;
  width: fit-content;
  margin-bottom: 9px;
}
.btn-item p::before,
.btn-item p::after{
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 16px;
  bottom: 0;
}
.contact-item .btn-item p::before,
.contact-item .btn-item p::after{
  background-color: #fff;
}
.btn-item p::before{
  transform: rotate(-24deg);
  left: -8px;
}
.btn-item p::after{
  transform: rotate(24deg);
  right: -8px;
}
.btn-item-txt{
  display: flex;
  justify-content: center;
  color: #fff;
}
.contact-item .btn.download-btn:hover {
  background-color: #fff;
}
.contact-item .btn.contact-btn:hover {
  background-color: #F18701;
}
.contact-item .btn.contact-btn:hover a{
  color: #fff;
}
.contact-img{
  max-width: 312px;
  flex-basis: 50%;
  width: 100%;
}

@media screen and (max-width:960px) {
  .btn-item .download-btn::before{
    width: 140px;
    height: 200px;
    left: -10%;
    top: -130%;
  }
}

@media screen and (max-width:768px) {
  #contact{
    padding-top: 60px;
  }
  #contact::after{
    width: 80%;
    height: 100%;
    bottom: -420px;
  }
  .btn-wrap{
    flex-basis: 100%;
    max-width: 100%;
  }
  #contact .contact-item{
    display: block;
    max-width: 80%;
    margin: auto;
  }
  .contact-img{
    max-width: 100%;
  }
  .contact-description{
    margin-bottom: 74px;
  }
  .btn-item .download-btn::before{
    width: 142px;
    height: 160px;
    left: -12%;
    top: -110%;
  }
  .contact-item .btn-wrap{
    flex-direction: column;
  }
  /* .btn-item:first-of-type{
    margin-bottom: 24px;
  } */
  .contact-item .btn.download-btn:hover{
    background-color: #F18701;
    width: 100%;
    border: 0;
  }
  .contact-item .btn.download-btn:hover a{
    color: #fff;
  }
  .contact-item .btn.contact-btn:hover {
    background-color: #fff;
  }
  #contact .contact-item .btn.contact-btn:hover a{
    color: #F18701;
  }
}

/* フローティングバナー */
#dl-banner{
  cursor: pointer;
  z-index: 9998;
  bottom: 20px;
  right: 30px;
  width: 540px;
  background: linear-gradient(to right, rgba(68, 103, 182, 1) 0%, rgba(9, 52, 148, 1) 50%, rgba(3, 16, 46, 1) 100%);
  border-radius: 10px;
  position: fixed;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
}
#dl-banner.fade-in{
  transition: opacity 1s;
  opacity: 1;
  visibility:visible;
}
.dl-banner-inner:hover::before{
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.dl-banner-inner{
  display: flex;
  justify-content: space-between;
  padding: 26px 40px;
  position: relative;
}
.dl-banner-inner::after{
  content: "";
  background-image: url(../img/download_img.png);
  width: 220px;
  height: 210px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -70px;
  right: 0;
  transform: rotate(30deg);
  z-index: 2;
}
#dl-banner h3,
#dl-banner p{
  color: #fff;
}
#dl-banner h3{
  font-size: 14px;
}
#dl-banner p.dl-banner__close{
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width:500px) {
  #dl-banner p.dl-banner__close{
    font-size: 20px;
  }
}
#dl-banner p.dl-banner__close{
  display: block;
}
#dl-banner p.dl-banner__open{
  display: none;
}
#dl-banner .btn-item{
  display: none;
}
#dl-banner.open .btn-item .btn{
  width: 360px;
  height: 56px;
  line-height: 56px;
}
.banner-close{
  background-color: #fff;
  border: 1px solid #2A4788;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  right: 13px;
  top: -14px;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
}
.banner-close::before,
.banner-close::after{
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 100vh;
  background-color: #2A4788;
  left: 50%;
  top: 50%;
}
.banner-close::before{
  width: 14px;
  height: 2px;
  transform: translate(-50%,-50%)rotate(45deg);
}
.banner-close::after{
  width: 2px;
  height: 14px;
  transform: translate(-50%,-50%)rotate(45deg);
}

#dl-banner.open{
  width: 94%;
}

#dl-banner.open .btn-item .download-btn::before{
  display: none;
}
#dl-banner.close{
  opacity: 0;
  visibility: hidden;
}
#dl-banner.open p.dl-banner__open,
#dl-banner.open .btn-item{
  display: block;
  font-size: 18px;
  position: relative;
  z-index: 3;
}
#dl-banner.open p.dl-banner__close{
  display: none;
}
#dl-banner.open h3{
  font-size: 34px;
  font-weight: bold;
}
/* #dl-banner.open::after{
  display: none;
} */
#dl-banner.open .dl-banner-inner::after{
  display: none;
}
#dl-banner.open .btn-item a{
  position: relative;
}
#dl-banner.open .btn-item a::after{
  content: "";
  background-image: url(../img/download_img.png);
  width: 250px;
  height: 230px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -133px;
  left: -90px;
  z-index: 2;
}
.dl-banner-inner{
  align-items: center;
}
#dl-banner.open .dl-banner__link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
#dl-banner.open .dl-banner-inner:hover .btn.download-btn{
  background-color: #fff;
  border: 2px solid #F18701;
}
#dl-banner.open .dl-banner-inner:hover .btn.download-btn a{
  color:#F18701;
}
@media screen and (max-width:970px) {
  #dl-banner.open .btn-item a::after{
    width: 180px;
    height: 180px;
    left: -40px;
    top: -103px;
  }
  #dl-banner.open h3{
    font-size: 26px;
  }
}
@media screen and (max-width:768px) {
  #dl-banner{
    left: 50%;
    width: 92%;
    transform: translateX(-50%);
  }
  .dl-banner-inner{
    flex-direction: column;
    gap: 10px;
    align-items: inherit;
    padding: 20px;
  }
  #dl-banner h3{
    font-size: 18px;
  }
  #dl-banner p{
    font-size: 13px;
  }
  .dl-banner-inner::after{
    width: 100px;
    height: 110px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
  }
  #dl-banner.open .btn-item .btn{
    width: 100%;
  }
  #dl-banner.open h3{
    font-size: 24px;
  }
  #dl-banner.open p.dl-banner__open, #dl-banner.open .btn-item{
    font-size: 13px;
  }
  #dl-banner.open .btn-item a::after{
    width: 120px;
    height: 120px;
    top: -45px;
    left: -12px;
  }
}

/* #dl-banner{
  cursor: pointer;
  z-index: 9998;
  bottom: 20px;
  right: 30px;
  width: 400px;
  background: linear-gradient(to right, rgba(68, 103, 182, 1) 0%, rgba(9, 52, 148, 1) 50%, rgba(3, 16, 46, 1) 100%);
  border-radius: 10px;
  position: fixed;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
}
#dl-banner.fade-in{
  transition: opacity 1s;
  opacity: 1;
  visibility:visible;
}
.dl-banner-inner:hover::before{
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.dl-banner-inner{
  display: flex;
  justify-content: space-between;
  padding: 26px 40px;
  position: relative;
}
.dl-banner-inner::after{
  content: "";
  background-image: url(../img/download_img.png);
  width: 220px;
  height: 210px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -70px;
  right: 0;
  transform: rotate(30deg);
  z-index: 2;
}
#dl-banner h3,
#dl-banner p{
  color: #fff;
}
#dl-banner h3{
  font-size: 14px;
}
#dl-banner h3 p{
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5em;
}
.dl-banner__logo{
  width: 180px;
}
#dl-banner p.dl-banner__ttl{
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width:500px) {
  #dl-banner p.dl-banner__ttl{
    font-size: 18px;
  }
}
#dl-banner p.dl-banner__logo{
  display: block;
}

#dl-banner .btn-item{
  display: none;
}
#dl-banner.open .btn-item .btn{
  width: 360px;
  height: 56px;
  line-height: 56px;
}
.banner-close{
  background-color: #fff;
  border: 1px solid #2A4788;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  right: -3px;
  top: -14px;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
}
.banner-close::before,
.banner-close::after{
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 100vh;
  background-color: #2A4788;
  left: 50%;
  top: 50%;
}
.banner-close::before{
  width: 14px;
  height: 2px;
  transform: translate(-50%,-50%)rotate(45deg);
}
.banner-close::after{
  width: 2px;
  height: 14px;
  transform: translate(-50%,-50%)rotate(45deg);
}

#dl-banner.open{
  width: 94%;
}

#dl-banner.open .btn-item .download-btn::before{
  display: none;
}
#dl-banner.close{
  opacity: 0;
  visibility: hidden;
} */
/* #dl-banner.open p.dl-banner__open,
#dl-banner.open .btn-item{
  display: block;
  font-size: 18px;
  position: relative;
  z-index: 3;
} */
/* #dl-banner.open p.dl-banner__close{
  display: none;
}
#dl-banner.open h3{
  font-size: 34px;
  font-weight: bold;
} */
/* #dl-banner.open::after{
  display: none;
} */
/* #dl-banner .dl-banner-inner::after{
  display: none;
}
#dl-banner .btn-item a{
  position: relative;
}
#dl-banner .btn-item a::after{
  content: "";
  background-image: url(../img/download_img.png);
  width: 250px;
  height: 230px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -133px;
  left: -90px;
  z-index: 2;
}
.dl-banner-inner{
  align-items: center;
}
#dl-banner .dl-banner__link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
} */
/* #dl-banner.open .dl-banner-inner:hover .btn.download-btn{
  background-color: #fff;
  border: 2px solid #F18701;
}
#dl-banner.open .dl-banner-inner:hover .btn.download-btn a{
  color:#F18701;
} */
/* @media screen and (max-width:970px) {
  #dl-banner.open .btn-item a::after{
    width: 180px;
    height: 180px;
    left: -40px;
    top: -103px;
  }
  #dl-banner.open h3{
    font-size: 26px;
  }
}
@media screen and (max-width:768px) {
  #dl-banner{ */
    /* width: 92%; */
    /* transform: translateX(-50%); */
  /* }
  .dl-banner-inner{
    flex-direction: column;
    gap: 10px;
    align-items: inherit;
    padding: 20px;
  }
  #dl-banner h3{
    font-size: 18px;
  }
  #dl-banner p{
    font-size: 13px;
  }
  .dl-banner-inner::after{
    width: 100px;
    height: 110px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
  }
  #dl-banner.open .btn-item .btn{
    width: 100%;
  }
  #dl-banner.open h3{
    font-size: 24px;
  }
  #dl-banner.open p.dl-banner__open, #dl-banner.open .btn-item{
    font-size: 13px;
  }
  #dl-banner.open .btn-item a::after{
    width: 120px;
    height: 120px;
    top: -45px;
    left: -12px;
  }
}
@media screen and (max-width:420px) {
  #dl-banner{
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
  }
} */
/*--------------------------------------------
*
*    下層共通
*
---------------------------------------------*/
.MV-pages{
  position: relative;
  line-height: 1;
  height: 258px;
}
.MV-pages img{
  height: 100%;
  object-fit: cover;
  width: 100vw;
}
.MV-pages h1,
.MV-pages p{
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.MV-pages-inner{
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  box-sizing: content-box;
  font-size: 42px;
}
.MV-pages-inner span{
  font-size: 26px;
  display: block;
}
.pages-container{
  background: #fff;
  max-width: 92%;
  margin: 80px auto 100px;
  border-radius: 14px;
  padding: 68px 0;
  font-family: "Noto Sans JP", sans-serif;
}
#column-page{
  margin-top: 30px;
}
.pages-container .l-content{
  padding: 0;
}
.pages-container h2{
  color: #2A4788;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 42px;
}
@media screen and (max-width:960px){
  .MV-pages{
    height: auto;
  }
  .MV-pages h1,
  .MV-pages p{
    font-size: 28px;
  }
}
@media screen and (max-width:768px){
  .pages-container{
    margin: 60px auto;
    padding: 40px 0;
  }
  .MV-pages h1,
  .MV-pages p{
    font-size: 22px;
  }
  .MV-pages-inner{
    padding: 0 34px;
  }
  .MV-pages-inner span{
    font-size: 16px;
    display: block;
  }
  .pages-container h2{
    font-size: 20px;
    text-align: left;
  }
}

/* --------
動画
----------*/
#movie{
  padding: 0 20px;
}
#movie .content-wrap{
  max-width: 1000px;
  margin: auto;
}
.movie-thumb{
  max-width: 640px;
  margin: 30px auto 0;
}
.movie-btn{
  margin: 40px auto 0;
  text-align: center;
}
.movie-btn a{
  display: inline-block;
  background-color: #2A4788;
  color: #fff;
  width: 280px;
  padding: 12px 0;
  border-radius: 100vh;
  margin: auto;
  position: relative;
  text-align: center;
  font-weight: 600;
  border: 2px solid #2A4788;
  transition: .3s;
  cursor: pointer;
}
.movie-btn a::after{
  content: "";
  background: url(../img/menu_arrow_white.svg);
  width: 14px;
  height: 14px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)rotate(-90deg);
  transition: .3s;
}
.movie-btn a:hover{
  background-color: #fff;
  color: #2A4788;
}
.movie-btn a:hover::after{
  background: url(../img/menu_arrow.svg);
  width: 14px;
  height: 14px;
}
@media screen and (max-width:768px){
  #movie{
    padding: 0 35px;
  }
}