@charset "utf-8";

body {
  color: #333;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.95;
  opacity: 0.95;
}

ul li {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

img {
  width: 100%;
}

.pc_br {
  display: block;
}

.tab_br {
  display: block;
}

.sp_br {
  display: block;
}

.tab_br-on {
  display: none;
}

.sp_br-on {
  display: none;
}

/* span.marker {
  background: linear-gradient(transparent 0%, #f0ff12 0%);
} */

@media screen and (max-width: 1000px) {
  .pc_br-1000 {
    display: none;
  }

  /* .tab_br {
    display: block;
  }

  .sp_br {
    display: block;
  } */
}


@media screen and (max-width: 812px) {
  .pc_br {
    display: none;
  }

  .tab_br {
    display: none;
  }

  .sp_br {
    display: block;
  }

  .tab_br-on {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc_br {
    display: none;
  }

  .tab_br {
    display: none;
  }

  .sp_br {
    display: none;
  }

  .sp_br-on {
    display: block;
  }
}

/*==================================================
START header
====================================================*/
a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 480px) {
  a:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
  }
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.btn-cta_wrap li {
  margin-right: 16px;
}

.btn-cta_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 0px 14px 0px rgba(3, 62, 140, 0.20);
  border-radius: 999px;
  padding: 0 20px;
}

@media (hover: hover) and (pointer: fine) {

  .btn-cta_wrap a:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.btn-cta_wrap img {
  width: 26px;
  margin-right: 6px;
}

.btn-cta_wrap .document a {
  border: 1px solid #033E8C;
  color: #033E8C;
  background-color: #fff;
}



.btn-cta_wrap .contact a {
  position: relative;
  background: linear-gradient(to right, #F18021, #F49A4E);
  color: #FFFFFF;
}

@media (hover: hover) and (pointer: fine) {

  .btn-cta_wrap .document a:hover {
    background-color: #F2F6FC;
  }

  .btn-cta_wrap .contact a:hover {
    background: linear-gradient(to right, #F49A4E, #F18021);
  }
}

nav ul ul {
  display: block;
}

nav ul li {
  position: relative;
}

nav ul li a {
  display: block;

}

nav ul li li a {
  padding: 18px 20px;
}

/* nav ul li a:hover {
  color: #fff;
} */

nav ul li.list-sp {
  display: none;
}


nav ul li.has-child a.icon-arrow::after {
  content: '';
  margin: 0;
  width: 6px;
  height: 6px;
  display: block;
  border: 1px solid #333;
  border-color: transparent #333 #333 transparent;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 182px;
  top: 4px;
  transition: all .1s linear;
  background: none;
  border-radius: 0;
}

nav ul li.has-child a.icon-arrow:hover::after {
  content: '';
  margin: 0;
  width: 6px;
  height: 6px;
  display: block;
  border: 1px solid #333;
  border-color: transparent #333 #333 transparent;
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  position: absolute;
  left: 182px;
  top: 10px;
  transition: all .1s linear;
  background: none;
  border-radius: 0;
}

/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/
nav li.has-child ul {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 4;
  background: #ffffff;
  border: 2px solid #333;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  width: 85%;
}

/*hoverしたら表示*/
nav li.has-child:hover>ul,
nav li.has-child ul li:hover>ul,
nav li.has-child:active>ul,
nav li.has-child ul li:active>ul {
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

nav li.has-child ul li a {
  border-bottom: 2px solid #333;
}

nav li.has-child ul li:last-child a {
  border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  background: #F2F6FC;
  color: #033E8C;
}

.ps_pd li:first-child a {
  border-radius: 10px 10px 0 0;
}

.ps_pd li:last-child a {
  border-radius: 0 0 10px 10px;
}

/*===========================================================*/
/*　 スクロール途中から上部固定 */
/*===========================================================*/
#header {
  position: fixed;
  height: 75px;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* text-align: center; */
  /* padding: 20px 0 20px 0; */
  background: #fff;
}

.hLogoLink {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.hLogoLink p {
  word-break: keep-all;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  padding-left: 25px;
  color: #209ade;
}

.imgLogo {
  margin-bottom: -15px;
  width: 140px;
}

/* @media screen and (max-width:1200px) {

  #header,
  #header.UpMove,
  #header.DownMove {
    animation: none;
    padding: 0;
    display: block;
  }
} */

/*==================================================
　 3本線が奥行きを持って回転して×に
===================================*/
.g-nav-openbtn {
  display: none;
}

/*==================================================
　 左から右に線が伸びる（下部）
===================================*/
ul.nav01c li a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

ul.nav01c {
  margin-right: 1.5%;
}

ul.nav01c .nav-list a.sp_pd {
  cursor: pointer;
}

ul.ps_pd a span {
  font-size: 14px;
}

ul.nav01c li .nav-list {
  margin: 0 30px 0 0;
}

ul.nav01c li.sp_liist {
  display: none;
}

/* ul.nav01c li.current a, */
ul.nav01c li a:hover {
  color: #033E8C;
}

ul.nav01c li a::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #033E8C;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

ul.nav01c li li a::before {
  display: none;
}

/*現在地とhoverの設定*/
ul.nav01c li.current a::before,
ul.nav01c li a:hover::before {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

#header #g-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header #g-nav {
  width: 1090px;
}

@media screen and (max-width:1100px) {
  nav ul li a {
    padding: 20px;
  }

  nav ul li li a {
    padding: 10px 20px;
  }

  nav ul li.has-child::before {
    display: none;
  }

  nav {
    padding: 0;
  }

  nav ul {
    display: block;
  }

  nav ul li a {
    border-bottom: 2px solid #333;
  }

  /*矢印の位置と向き*/
  nav ul ul li.has-child::before {
    transform: rotate(135deg);
    left: 20px;
  }

  nav ul li.has-child.active::before {
    transform: rotate(-45deg);
  }

  nav ul.btn-cta_wrap li {
    max-width: 287px;
    min-width: 200px;
    margin: 0 auto 12px auto;
  }

  nav ul.btn-cta_wrap li a {
    padding: 26px;
    text-align: center;
    border-bottom: none;
  }

  /* 
  nav ul.btn-cta_wrap a.button {
    width: 100%;
    padding: 20px 10px;
    border: none;
    font-size: 22px;
  } */

  /*==矢印の設定*/
  /*2階層目を持つliの矢印の設定*/
  nav ul li.has-child a.icon-arrow::after {
    display: none;
  }

  nav ul li.has-child a.icon-arrow:hover::after {
    display: none;
  }

  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #f1f1f1;
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    width: 90%;
    margin: 4.505vw auto 0 auto;
  }

  #g-nav ul ul {
    width: 100%;
    margin: 0;
  }

  /* #g-nav ul li.has-child {
    display: none;
  } */
  /*プルダウンナビのCSS*/
  #g-nav ul li.has-child ul.ps_pd {
    display: none;
  }

  #g-nav ul li.has-child ul.ps_pd li {
    display: none;
  }

  /*リストのレイアウト設定*/
  /* #g-nav li {
    list-style: none;
    text-align: left;
  } */

  #g-nav li a.sp_pd {
    color: #333;
    text-decoration: none;
    padding: 20px;
    display: block;
    letter-spacing: 0.1em;
    margin: 0;
  }

  nav ul li.list-sp {
    display: block;
    background: #ffffff;
  }

  .icons-new02 {
    top: 14px;
    left: -10px;
  }

  .g-nav-openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*ボタン内側*/
  .g-nav-openbtn .openbtn-area {
    transition: all .4s;
  }

  .g-nav-openbtn span {
    display: inline-block;
    transition: all .2s;
    position: absolute;
    left: 6px;
    height: 2px;
    /*  border-radius: 2px;*/
    background: #333;
    width: 80%;
  }

  .g-nav-openbtn span:nth-of-type(1) {
    top: 10px;
  }

  .g-nav-openbtn span:nth-of-type(2) {
    top: 25px;
  }

  .g-nav-openbtn span:nth-of-type(3) {
    top: 40px;
  }

  /*activeクラスが付与されると
 線と周りのエリアが回転して×になる*/
  .g-nav-openbtn.active .openbtn-area {
    transform: rotateY(-360deg);
  }

  .g-nav-openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 80%;
  }

  .g-nav-openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .g-nav-openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 80%;
  }


  ul.nav01c li a::after {
    display: none;
  }

  ul.nav01c li.current a::before,
  ul.nav01c li a:hover::before {
    transform: scale(0, 0);
  }

  /* ul.nav01c li.sp_liist {
    display: block;
  } */
  #header #g-nav-list {
    flex-direction: column;
    justify-content: center;
  }

}

@media screen and (max-width: 480px) {
  .imgLogo {
    margin-bottom: -10px;
    width: 100px;
  }

  .hLogoLink p {
    font-size: 14px;
    padding-left: 14px;
  }
}

/*==================================================
//END header
====================================================*/

/*==================================================
START FV
====================================================*/
main {
  margin-top: 75px;
  line-height: 1.8;
  background: #F2F6FC;
}

.mv_wrapper {
  background: url(../images/mv_pc.jpg) top center no-repeat;
  background-size: cover;
  padding: 8.875vw 80px;
}

h1 {
  margin-bottom: 60px;
}

h1 b {
  font-size: 46px;
  font-weight: bold;
  display: block;
  line-height: 64px;
}

h1 .gradation_txt {
  background: linear-gradient(90deg, #057DCA 5.44%, #033E8C 57.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 .small {
  font-size: 40px;
}

.cta_btns {
  display: flex;
  max-width: 1080px;
  justify-content: flex-start;
}

.cta_btn {
  margin-right: 20px;
  font-weight: bold;
  max-width: 360px;
  min-width: 300px;
  width: 100%;
}

.cta_btn a {
  position: relative;
  /* width: 360px; */
  height: 88px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 14px 0px rgba(3, 62, 140, 0.20);
}

@media (hover: hover) and (pointer: fine) {
  .cta_btn a:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  }
}

.cta_btn .txt1 {
  font-size: 15px;
  position: relative;
  line-height: 1;
  padding: 0 4px 0 6px;
  margin-bottom: 10px;
  letter-spacing: 0;
  display: block;
}

.cta_btn .txt2 {
  font-size: 22px;
  line-height: 1;
}

.cta_btn .txt1::before {
  transform: rotateZ(-15deg);
  left: -4px;
}

.cta_btn .txt1::after {
  transform: rotateZ(15deg);
  right: -4px;
}

.cta_btn a::before, .second_btn a::before {
  content: "";
  position: absolute;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
  transition: transform .3s ease;
}

.cta_btn.type1 ::before {
  border-color: transparent transparent transparent #033E8C;
}

.cta_btn.type1 a {
  background-color: #fff;
  color: #033E8C;
}

.cta_btn.type2 a {
  background: linear-gradient(90deg, #F08020 8.19%, #F3994D 85.42%);
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .cta_btn.type1 a:hover {
    background-color: #F2F6FC;
    opacity: 1;
  }

  .cta_btn.type2 a:hover {
    background: linear-gradient(90deg, #F3994D 8.19%, #F08020 85.42%);
    opacity: 1;
  }

  .cta_btn a:hover::before, .second_btn a:hover::before {
    transform: translate(5px, 0);
    transition: transform .6s ease;
  }
}

.cta_btn.type1 .txt1::before,
.cta_btn.type1 .txt1::after {
  background-color: #033E8C;
}

.cta_btn.type2 .txt1::before,
.cta_btn.type2 .txt1::after {
  background-color: #fff;
}

.cta_btn .txt1::before,
.cta_btn .txt1::after {
  content: "";
  width: 1px;
  height: 1em;
  position: absolute;
}

@media screen and (max-width: 812px) {
  .mv_wrapper {
    background: url(../images/mv_sp.jpg) top center no-repeat;
    background-size: cover;
    padding: 10.667vw 8vw 54.667vw 8vw;
  }

  .cta_btns {
    flex-direction: column;
    align-items: center;
  }

  .cta_btn {
    margin-bottom: 20px;
    margin-right: 0;
    max-width: 100%;
  }

  h1 {
    text-align: center;
    margin-bottom: 8.800vw;
  }

  h1 b {
    line-height: 1.7;
    font-size: max(6.133vw, 30px);
  }

  h1 .small {
    font-size: 5.333vw;
  }
}

@media screen and (max-width: 480px) {
  h1 b {
    display: inline;
  }

  .cta_btn {
    min-width: 100%;
  }

  .cta_btn .txt1 {
    font-size: max(3.125vw, 12px);
  }
}

/*==================================================
//END FV
====================================================*/

/*==================================================
START common
====================================================*/
.achievements_wrapper, .worries_wrapper, .problem_wrapper, .features_wrapper, .cv_document_wrapper, .lineup_wrapper, .cv_wrapper, .column_wrapper, .case_wrapper {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
  text-align: center;
}

#achievements, #lineup {
  background: #fff;
}

#worries {
  background: #F2F2F2;
}

#achievements, .cv_document_bg, #column {
  padding: 80px 0;
}

#worries, #lineup {
  padding-top: 80px;
}

#dx_certification, #case {
  padding-bottom: 80px;
}

h2 {
  font-size: clamp(40px, 2.3vw, 44px);
  margin-bottom: 22px;
}

.lead {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: clamp(18px, 1.250vw, 20px);
}

@media screen and (max-width: 812px) {
  #achievements, .cv_document_bg, #column {
    padding: 9.852vw 0;
  }

  h2 {
    font-size: max(4.926vw, 28px);
  }

  .achievements_wrapper, .worries_wrapper, .problem_wrapper, .features_wrapper, .cv_document_wrapper, .lineup_wrapper, .cv_wrapper, .column_wrapper {
    width: 87.2%;
  }

  #worries, #lineup {
    padding-top: 9.852vw;
  }

  #dx_certification, #case {
    padding-bottom: max(9.852vw, 60px);
  }
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: max(6.667vw, 30px);
  }

}

/*==================================================
//END common
====================================================*/

/*==================================================
START achievements
====================================================*/
.achieve_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.achieve_inner {
  width: 30%;
}

.achieve_inner p::before {
  left: 0;
}

.achieve_inner p::after {
  transform: scaleX(-1);
  right: 0;
}

.achieve_inner p::before, .achieve_inner p::after {
  content: "";
  display: block;
  width: 15%;
  height: 128%;
  background: url(../images/achieve_before.svg) no-repeat center center/auto 100%;
  position: absolute;
  top: -4px;
  bottom: 0;
}

.achieve_inner:not(:last-child) {
  margin-right: 30px;
}

.achieve_inner h3 {
  font-size: clamp(17px, 1.375vw, 22px);
  margin-bottom: 28px;
}

.achieve_inner p {
  font-size: clamp(25px, 2.250vw, 36px);
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  color: #C39328;
  position: relative;
}

.achieve_inner:nth-last-of-type(2) p {
  height: 48%;
  padding-top: 8px;
}

.achieve_inner span {
  font-size: clamp(70px, 5.625vw, 90px);
}

.achieve_inner small {
  font-size: clamp(12px, 0.875vw, 14px);
  color: #C39328;
  position: relative;
  top: 20px;
  display: block;
}

.achieve_inner:nth-child(2) span {
  font-size: clamp(56px, 4.750vw, 76px);
}

.achieve_inner p span.comma {
  /* font-size: 60px; */
  font-size: clamp(40px, 3.750vw, 60px);
}

@media screen and (max-width: 812px) {
  .achieve_box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .achieve_inner:not(:last-child) {
    margin-right: 0;
  }

  .achieve_inner {
    width: 60%;
    margin-bottom: 48px;
  }

  .achieve_inner h3 {
    margin-bottom: 10px;
  }

  .achieve_inner small {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .achieve_inner {
    width: 100%;
  }
}

/*==================================================
//END achievements
====================================================*/
/*==================================================
START worries
====================================================*/
.worries_box {
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 28px;
}

.worries_inner {
  position: relative;
  width: 324px;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  box-shadow: 0px 0px 20px 0px rgba(3, 62, 140, 0.10);
}

.worries_inner:not(:last-child) {
  margin-right: 50px;
  margin-right: 3.125vw;
}

.worries_inner::before {
  position: absolute;
  content: url(../images/worries_01.svg);
  top: -27px;
  left: -4px;
}

.worries_inner p {
  color: #033E8C;
  font-size: clamp(18px, 1.375vw, 22px);
  font-weight: 700;
}

.worries_inner:nth-of-type(2) {
  margin-bottom: 74px;
}

.img_worries_02 {
  position: relative;
  z-index: 100;
  max-width: 300px;
}

@media screen and (max-width: 812px) {
  .worries_box {
    flex-direction: column;
    align-items: center;
  }

  .worries_inner:nth-of-type(2) {
    margin-bottom: 0;
    margin-right: 0;
  }

  .worries_inner:not(:last-child) {
    margin-right: 0;
  }

  .worries_box .worries_inner {
    width: 100%;
    margin-bottom: 42px;
  }
}

/*==================================================
//END worries
====================================================*/
/*==================================================
START problem
====================================================*/
#problem {
  position: relative;
  background-color: #033E8C;
}

#problem h2 {
  /* padding-top: 206px;
  padding-bottom: 122px; */
  padding-top: 17%;
  padding-bottom: 12%;
}

.problem_bg {
  background: url(../images/problem_bg.svg) no-repeat center center / 100% 100%;
  background-size: 110%;
}

.problem_bg::before {
  left: 0%;
  background-image: linear-gradient(to bottom left, #F2F2F2 49.5%, transparent 50%);
}

.problem_bg::after {
  left: 50%;
  background-image: linear-gradient(to bottom right, #F2F2F2 49.5%, transparent 50%);
}

.problem_bg::before, .problem_bg::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 20%;
}

.problem_bg_botom::before {
  left: 0%;
  background-image: linear-gradient(to bottom left, transparent 49.5%, #F2F6FC 50%);
}

.problem_bg_botom::after {
  left: 50%;
  background-image: linear-gradient(to bottom right, transparent 49.5%, #F2F6FC 50%);
}

.problem_bg_botom::before, .problem_bg_botom::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 20%;
}

.problem_wrapper h2 {
  font-size: clamp(28px, 2vw, 32px);
  color: #fff;
}

.problem_wrapper h2 span {
  color: #FEFB82;
}

@media screen and (max-width: 812px) {
  .problem_bg {
    background-size: 150%;
  }

  .problem_wrapper h2 {
    font-size: max(3.448vw, 22px);
  }
}

@media screen and (max-width: 480px) {
  .problem_bg::before, .problem_bg::after {
    height: 14%;
  }

  .problem_bg_botom::before, .problem_bg_botom::after {
    height: 14%;
  }

  .problem_bg {
    background-size: 200%;
    background-position: 46% 55%;
  }
}

/*==================================================
//END problem
====================================================*/
/*==================================================
START features
====================================================*/
#features {
  padding-bottom: 80px;
  background: url(../images/dx_bg.svg);
  background-repeat: repeat-y;
  background-position: top;
  background-position-y: 3%;
}

#features h2 {
  padding-top: 55px;
  line-height: 140%
}

#features h2 span {
  font-size: 36px;
  color: #033E8C;
}

.features_wrapper .num {
  height: 30px;
  margin-bottom: 10px;
  position: relative;
  left: -44%;
}

.feature_ul-01 {
  display: flex;
  margin: 56px 0 64px 0;
}

@media (hover: hover) and (pointer: fine) {
  .feature_ul-01 a:hover {
    opacity: 0.8;
  }
}

.feature_ul-01 li:not(:last-child) {
  margin-right: 4%;
}

.feature_ul-01 li {
  display: flex;
  flex-flow: column;
}

.feature_box {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  box-shadow: 0px 0px 20px 0px rgba(3, 62, 140, 0.2);
  border-radius: 10px;
}

.feature_box p {
  background: #033E8C;
  position: relative;
  padding: 10px;
  color: #fff;
  line-height: 130%;
  font-size: clamp(17px, 1.375vw, 22px);
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 10px 10px 0 0;
  height: 75px;
}

.feature_box p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 8px solid transparent;
  border-top: 10px solid #033E8C;
  margin-left: -8px;
}

.feature_box img {
  border-radius: 0 0 10px 10px;
}

.features_wrapper section:not(:last-child) {
  margin-bottom: 55px;
}

.features_wrapper section .feature_h3_num {
  display: flex;
  margin: 0 calc(1600px - 2200px);
  /* brfore 600px */
}

.features_wrapper section .feature_h3_num p::before {
  content: "";
  display: inline-block;
  width: 600px;
  height: 1px;
  background-color: #033E8C;
  vertical-align: middle;
  margin-right: 8px;
}

.features_wrapper section .feature_h3_num p {
  color: #033E8C;
  font-size: 32px;
  font-weight: 700;
  margin-right: 12px;
}

.features_wrapper section .feature_h3_num img:nth-child(1) {
  width: 56.8px;
  height: 50px;
}

.features_wrapper section .feature_h3_num img:nth-child(2) {
  width: 73px;
  height: 50px;
}

.features_wrapper section .feature_h3_num img:nth-child(3) {
  width: 71.5px;
  height: 50px;
}

.features_wrapper section h3 {
  color: #fff;
  border-radius: 10px 10px 0px 0px;
  background: #033E8C;
  padding: 15px 45px;
  font-size: clamp(28px, 2vw, 32px);
}

.features_wrapper section .feature_h3_box {
  box-shadow: 0px 0px 20px 0px rgba(3, 62, 140, 0.2);
  border-radius: 10px;
  background: #fff;
}

.feature_h3_inner {
  display: flex;
  padding: 40px;
  font-size: clamp(16px, 1.125vw, 18px);
}

.feature_h3_inner .feature_h3_left {
  display: flex;
  justify-content: center;
  max-width: 480px;
  width: 47%;
  margin: 0 30px 0 0;
}

.feature_h3_inner .feature_h3_right {
  text-align: left;
  width: 53%;
}

.feature_h3_inner .feature_h3_left-01 {
  max-width: 390px;
}

.feature_h3_inner .feature_h3_right p {
  margin-bottom: 24px;
}

.feature_h3_inner .feature_h3_ulbox {
  border-radius: 10px;
  background: #F2F2F2;
  padding: 20px;
  margin-bottom: 24px;
}

.feature_h3_inner .feature_h3_ulbox p {
  margin-bottom: 5px
}

.feature_h3_inner .anchor_box {
  text-align: center;
}

.feature_h3_inner .anchor_box p {
  color: #033E8C;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature_h3_inner .anchor_box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.feature_h3_inner .anchor_box ul li {
  margin-right: 16px;
}

.feature_h3_inner .anchor_box ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  border-radius: 999px;
  background: #033E8C;
  padding: 8px 12px 8px 22px;
}

.feature_h3_inner .anchor_box ul li a span {
  margin-right: 12px;
}

.feature_h3_inner .anchor_box ul li a img {
  width: 24px;
  transition: transform .3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .feature_h3_inner .anchor_box ul li a:hover img {
    transform: translateY(3px);
    transition: transform .6s ease;
  }
}

.feature_h3_ulbox li, .cv_document_wrapper ul li {
  padding-left: 1.4em;
  text-indent: -1.4em;
  margin-bottom: 5px;
}

.feature_h3_ulbox ul li img, .cv_document_wrapper ul li img {
  width: 16px;
  margin-right: 8px;
}

.feature_h3_top {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}

.block {
  display: block;
}

.down_arrow {
  width: 4%;
  max-width: 48px;
  min-width: 28px;
  margin: 24px 0;
}

.feature_h3_inner section {
  margin-bottom: 0;
}

.feature_h3_inner section h4 {
  color: #033E8C;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature_h3_inner section p {
  text-align: left;
  margin-bottom: 28px
}

.feature_h3_right .cta_btn.type2 {
  margin-bottom: 24px;
}

@media screen and (max-width: 812px) {

  #features h2 {
    padding-top: 6.773vw;
  }

  #features h2 span {
    font-size: max(4.433vw, 28px);
  }

  .feature_ul-01 {
    flex-direction: column;
    margin: 6.897vw 0 68px 0;
  }

  .feature_box p {
    padding: 22px;
    font-size: clamp(22px, 3.448vw, 28px);
    height: 106px
  }

  .feature_ul-01 li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 36px;
  }

  .feature_h3_inner {
    flex-direction: column;
    align-items: center;
  }

  .feature_h3_inner .feature_h3_left {
    width: 100%;
    margin: 0 0 30px 0;
    max-width: 100%;
  }

  .feature_h3_inner .feature_h3_right {
    width: 100%;
  }

  .feature_h3_top {
    flex-direction: column;
    align-items: center;
  }

  #features {
    padding-bottom: max(9.852vw, 60px);
  }

}

@media screen and (max-width: 480px) {
  .features_wrapper section h3 {
    font-size: max(5vw, 20px);
    padding: 15px 20px
  }

  .feature_h3_inner {
    padding: 20px;
  }

  .feature_h3_inner section h4 {
    font-size: 5.417vw;
  }

  .feature_h3_right .cta_btn.type2 {
    min-width: 100%;
  }

  .feature_h3_inner .cta_btn.type2 .txt1 {
    font-size: max(2.917vw, 12px);
  }

  .feature_box p {
    height: 3%;
    font-size: max(4.583vw, 16px);
  }

  .features_wrapper section .feature_h3_num p {
    font-size: 6.667vw;
    margin-right: 5px;
  }

  .features_wrapper section .feature_h3_num img:nth-child(2) {
    height: 10vw;
    width: 15.208vw;
  }

  .feature_h3_inner .anchor_box ul li {
    margin-bottom: 10px;
  }
}

/*==================================================
//END features
====================================================*/
/*==================================================
START cv_document
====================================================*/
#cv_document, #cv {
  background: linear-gradient(90deg, #057DCA 0%, #033E8C 100%);
  color: #fff;
}

.cv_document_bg {
  background: url(../images/cv_document_bg.svg) no-repeat center center / 100% 100%;
  background-size: cover;

}

.cv_document_wrapper h2 span {
  font-size: clamp(28px, 2.125vw, 34px);
  display: inline-block;
}

.cv_document_wrapper p {
  font-size: clamp(18px, 1.250vw, 20px);
  margin-bottom: 32px;
}

.cv_document_box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.guidebook img {
  max-width: 520px;
  padding: 0 20px 10px 0;
}

.cv_document_box div ul {
  text-align: left;
  font-size: clamp(18px, 1.250vw, 20px);
  margin-bottom: 42px;
}

.cv_document_box h3 {
  margin-bottom: 10px;
}

@media screen and (max-width: 812px) {
  .cv_document_box {
    flex-direction: column;
    align-items: normal
  }

  .cv_document_box div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cv_document_wrapper p {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 480px) {
  .cv_document_wrapper h2 span {
    font-size: 6.087vw;
  }
}

/*==================================================
//END document
====================================================*/
/*==================================================
START lineup
====================================================*/
.lineup_bg {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background: #F2F2F2 url(../images/dx_bg.svg) repeat-y 0 50px;
  background-repeat: repeat-y;
  background-position: top;
}

.lineup_wrapper h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.lineup_wrapper h3 span {
  color: #033E8C;
  background-size: 10px 2px;
  background-image: linear-gradient(to right, #033E8C 6px, transparent 0px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 4px;
}

.lineup_wrapper svg {
  width: 100%;
  height: auto;
}

@media (hover: hover) and (pointer: fine) {
  .scroll-hint_box a:hover path:nth-of-type(1), .scroll-hint_box a:hover .fill_fff {
    fill: #FFF;
  }

  .scroll-hint_box a:hover path:last-of-type {
    stroke: #fff;
  }

  .scroll-hint_box a:hover rect {
    fill: #057DCA;
  }
}

.second_btn a {
  position: relative;
  border-radius: 999px;
  background: linear-gradient(90deg, #057DCA 8.19%, #033E8C 85.42%);
  box-shadow: 0px 0px 14px 0px rgba(3, 62, 140, 0.20);
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  width: 330px;
  display: inline-block;
  margin: 40px auto 0 auto;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

@media (hover: hover) and (pointer: fine) {

  .second_btn a:hover {
    background: linear-gradient(90deg, #033E8C 8.19%, #057DCA 85.42%);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    opacity: 1;
  }
}

#el {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  position: relative;
  padding-top: 130px;
}

#el .second_btn {
  width: 44.2%;
}

#el .el_box {
  width: 100%;
  max-width: 906px;
  display: flex;
  align-items: center;
  margin: 5% auto 0 auto;
}

#el .el_box img {
  max-width: 506px;
  margin-right: 7.7%;
  width: 55.8%;
}

#el .el_box .second_btn a {
  width: 100%;
}

#el, #movie, #use, #training, #onlineclass {
  padding-bottom: 70px;
}

#connect {
  padding-bottom: 30px;
}


#el::before {
  top: 0%;
  background-image: linear-gradient(to bottom right, #fff 49.5%, transparent 50%);
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0%;
}

.lineup_wrapper h3+p {
  font-weight: 500;
  margin-bottom: 30px;
}

.lineup_wrapper table {
  width: 100%;
  font-size: 16px;
  border-spacing: 0;
  text-align: left;
}

.lineup_wrapper table tr:first-child th {
  background-color: #033E8C;
  color: #fff;
  font-weight: 700;
  padding: 10px 18px;
}

.lineup_wrapper table tr:first-child th:first-child {
  border-radius: 10px 0px 0px 0px;
  border-right: 1px solid #fff;
}

.lineup_wrapper table tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}

.lineup_wrapper table td {
  border-style: solid;
  border-color: #033E8C;
  border-width: 0 1px 1px 0;
  background-color: #fff;
  padding: 10px 18px;
}

.lineup_wrapper table tr td:first-child {
  border-left: 1px solid #033E8C;
}

.lineup_wrapper table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.lineup_wrapper table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.lineup_wrapper table a {
  color: #033E8C;
  position: relative;
}

.dx_certification_box {
  width: 100%;
  max-width: 770px;
  display: flex;
  align-items: center;
  margin: 5% auto 0 auto;
}

.dx_certification_box img {
  max-width: 370px;
  margin-right: 9.1%;
  width: 48.1%;
}

/* ※横スクロールが可能です。開始 */
@media print, screen and (min-width: 813px) {
  .pc--hidden {
    display: none;
  }
}

/* ※横スクロールが可能です。終了 */

@media screen and (max-width: 812px) {
  .lineup_wrapper table tr:first-child th:first-child {
    width: 70%;
  }

  .lineup_wrapper svg {
    width: 1080px
  }

  /* ※横スクロールが可能です。開始 */
  .pc--hidden {
    margin-bottom: 15px;
  }

  /* ※横スクロールが可能です。終了 */
  .second_btn a {
    width: 100%;
  }

  #el .second_btn, #dx_certification .second_btn {
    width: 100%;
  }

  #el .el_box, .dx_certification_box {
    flex-direction: column;
  }

  #el .el_box img, .dx_certification_box img {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .lineup_wrapper h3 {
    font-size: 5.417vw;
  }

  #movie::before {
    height: 80px;
  }

  #el {
    padding-top: 98px;
  }

  .second_btn a {
    font-size: 3.75vw;
  }

  #el .el_box .second_btn a {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  #el::before {
    height: 8%;
  }

}

/*==================================================
//END lineup
====================================================*/
/*==================================================
START cv
====================================================*/
#cv .cta_btns {
  justify-content: center;
}

#cv .cta_btn {
  padding: 6.250vw 0;
  margin: 0 20px 20px;
}

.cv_bg {
  background: url(../images/cv_bg.svg) no-repeat center center / 100% 100%;
  background-size: cover;
}

@media screen and (max-width: 812px) {
  #cv .cta_btn {
    margin: 0;
  }

  #cv .cv_wrapper {
    padding: 40px 0;
  }
}

/*==================================================
//END cv
====================================================*/
/*==================================================
START column
====================================================*/
.dx_bg {
  background: url(../images/dx_bg.svg) repeat-y 0 50px;
  background-position: top;
}

#column .lead {
  font-size: 18px;
}

.col_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

.col_grid div {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(3, 62, 140, 0.2);
  position: relative;
}

/* START column cace 共通矢印*/
.col_grid div .arrow_box, .case_grid div .arrow_box {
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 36px solid transparent;
  border-bottom: 36px solid #033E8C;
  border-radius: 0 0 10px;
}

.col_grid div .arrow_box span, .case_grid div .arrow_box span {
  position: relative;
}

.col_grid div .arrow_box span img, .case_grid div .arrow_box span img {
  position: absolute;
  width: 7px;
  right: 5px;
  top: 17px;
  transition: transform .6s ease;
}

/* END column cace 共通矢印*/

.col_grid div figure img {
  display: block;
  border-radius: 10px 10px 0 0;
}

.col_grid div p {
  text-align: left;
  padding: 10px 10px 28px;
  font-size: 16px;
  line-height: 1.6;
}

/*==================================================
//END column
====================================================*/
/*==================================================
START case
====================================================*/
.case_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  justify-items: center;
}

.case_grid div:nth-child(1) {
  max-width: 338px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(3, 62, 140, 0.2);
  position: relative;
}

.case_grid div figure img {
  display: block;
  border-radius: 10px 10px 0 0;
}

.case_grid div:nth-child(1) div {
  padding: 20px 20px 30px;
  text-align: left;
}

.case_grid div:nth-child(1) div p.cat_name {
  font-size: 12px;
  background: url(../images/ico-case.jpg) 0 0 no-repeat;
  background-size: 55px;
  padding-left: 55px;
  margin-bottom: 6px;
  word-break: break-all;
  min-height: 20px;

}

.case_grid div:nth-child(1) div h3 {
  font-size: 16px;
  margin-bottom: 2px;
}

.case_grid div:nth-child(1) div p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 10px;
}

.case_grid div:nth-child(1) div ul.hrm_tag {
  font-weight: bold;
  line-height: 22px;
  font-size: 0;
}

.case_grid div:nth-child(1) div ul.hrm_tag li {
  border: 1px solid #333;
  font-size: 10px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
  line-height: 1.8;
  display: inline-block;
  border-radius: 20px;
  letter-spacing: .02em;
}

.case_grid div:nth-child(1) div ul.hrm_tag li:before {
  content: '#';
}

/* hover */
@media (hover: hover) and (pointer: fine) {

  .col_grid div:hover, .case_grid div:nth-child(1):hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  }

  .col_grid div figure, .case_grid div figure {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
  }

  .col_grid div figure img, .case_grid div figure img {
    transition: transform .3s ease;
  }

  .col_grid div a:hover figure img, .case_grid div a:hover figure img {
    transform: scale(1.1);
  }

  .col_grid div a:hover .arrow_box span img, .case_grid div a:hover .arrow_box span img {
    transform: translateX(2.5px);
    transition: transform .6s ease;
  }
}

@media screen and (max-width: 480px) {
  .case_grid div:nth-child(1) {
    max-width: 100%;
  }
}

/*==================================================
//END case
====================================================*/
/*==================================================
START Return to top
====================================================*/
#toTop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 999;
}

#toTop a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 70px;
  height: 70px;
}

#toTop a:hover {
  opacity: 0.8;
}

/*==================================================
//END Return to top
====================================================*/