
/* 
見出し 
*/

/* 共通設定 */
h2{
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
}

h3{
  font-size: 1.25rem;
}

h3,h4{
    text-align: center;
}

h5{
    margin: 0;
}

/* 見出し：テキストカラー */
#rec h3,#rec h4{
    color: #273A73;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600!important;
    font-style: normal;
}

#netapp h3,#netapp h4{
  color: #2759A7;
}

#guide h3,#netapp h4{
  color: #ff9900;
}

#s-pass h3,#s-pass h4{
  color: #f0938a;
}

/*
 コンテンツ 
 */
article{
    padding:75px 0 50px;
    margin: 0 ;
    display: table;
        width: 100%;
}

section{
  width: 1200px;
  margin: 0 auto;
}

/* 
画像 
*/
img{
    display: block;
    margin: 0 auto;
}

/* 
Googlefont：icon 
*/
.material-symbols-outlined {
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 31;
  font-size: 31px!important;
}


/* 
英字タイトル
*/
.subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  font-weight: bold;
  margin-top: 20px;
}

.subtitle::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: #000;
  border-radius: 50%;
}

/*  英字タイトル：カラー*/
#rec .subtitle{
        color: #253872;
}
#rec .subtitle::before{
      background: #253872;
}

#netapp .subtitle{
        color: #2C5CA9;
}
#netapp .subtitle::before{
      background: #2C5CA9;
}

#guide .subtitle{
        color: #ff9900;
}
#guide .subtitle::before{
      background: #ff9900;
}

#s-pass .subtitle{
        color: #f0938a;
}
#s-pass .subtitle::before{
      background: #f0938a;
}

/* 
特許バッジ 
*/
.patent-badge {
    padding: 0 !important;
    position: absolute;
    top: 20px;
    left: -20px;
    height: 34px;
    background: #ffea00 !important;
    border-radius: unset !important;
    z-index: 2;
}

.patent-badge::before {
  content: "\7279\8A31\53D6\5F97"/*特許取得*/;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 32px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.patent-badge::after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 18px solid #ffea00;
}

.patent-badge .fold {
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 26px solid #ff9900;
    border-left: 20px solid transparent;
}


/* 
章冒頭の説明文
*/
.guide-text{
    text-align: center;
    margin: 40px auto;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
}


/* 
導入ポイント/３つの特長/変わること
*/

/* 共通設定 */
.key-points section{
  display: grid;
  margin: 0 auto;
      padding: 0 30px;
}

.key-points section img{
      width: -webkit-fill-available;
      max-width: 300px;
}

.key-points section h3{
  margin-bottom: 20px;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem!important;
  font-family: "Noto Sans JP", sans-serif;
}

.key-points section div{
    padding: 20px 30px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

.key-points .logo{
  width: 50px;
  height: auto;
  margin: 10px auto;
}

.advanced-security h3{
     margin: 0;
    text-align: left !important;
    padding-top: 3px;
    padding-left: 105px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem!important;
}

.advanced-security section{
position: relative;
    padding: 21px 45px;
    margin: 0 auto 25px;
    max-width: 1100px;
    border: 2px solid #e5e5e5;
    border-top: 5px solid #253872;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.advanced-security section .contents{
    display: flex;
        align-items: center;
        gap: 20px;
}

.advanced-security  section .explanation{
  flex: 2;
}

.key-points section .patent{
  position: relative;
}

/* 導入ポイント/３つの特長/変わること：整列 */
#rec .key-points section{
  grid-template-columns: repeat(auto-fit, minmax(440px, 2fr));
    gap: 40px;
    padding: 0 100px;
}

#netapp .key-points section,
#guide .key-points section,
#s-pass .key-points section{
  grid-template-columns: repeat(auto-fit, minmax(320px, 3fr));
    gap: 20px;
}

.key-points .rec_point_img_02,
.key-points .rec_point_img_03,
.key-points .rec_point_img_03 div{
    box-shadow: unset;
}

/* .key-points .rec_point_img_02 {
    position: relative;
}
.key-points .rec_point_img_02 ul{
    position: absolute;
bottom: 60px;
    right: 60px;
  transform: translate(-50%, -50%);
    color: #284b66;
    font-weight: bold;
   font-size: 0.8rem;
    list-style: none;
    padding-left: 0;
} */

.rec_point_img_sp_02{
  display: none;
}

.rec_point_img_02 {
  display: grid;
}

.rec_point_img_02 img,
.rec_point_img_02 ul {
  grid-area: 1 / 1;
}

    .rec_point_img_02 ul {
      position: unset !important;
        align-self: center;
        justify-self: center;
        transform: translateX(55%);
        margin-bottom: 30px;
        list-style-type: none;
           color: #284b66;
    font-weight: bold;
    font-size: 0.8rem;
    }


.key-points .rec_point_img_02 ul li{
  position: relative;
  padding-left: 10px;
    line-height: 1.2;
}

.key-points .rec_point_img_02 ul li::before{
    content: "•";
  position: absolute;
  left: 0;
}

.key-points .rec_point_img_02 ul li:last-child::after{
position: absolute;
    content: "\306A\3069";
    bottom: -20px;
    right: -10px;
    text-align: right;
}

.key-points .rec_point_img_03{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #284b66;
}

.key-points .rec_point_img_03 div{
  border-radius: 50%;
  padding: 5px;
   width: 140px;
  height: 140px;
}

.rec_point_img_sp_03{
  display: none;
}

.key-points .rec_point_img_03 .left img{
    width: 50px;
  margin-top: 8px;
  margin-right: 23px;
}

.key-points .rec_point_img_03 .right img{
  width: 80px;
      margin-top: 10px;
}

.key-points .rec_point_img_03 p{
      margin-top: 5px;
  margin-bottom: 0;
}

.key-points .rec_point_img_03 .left{
  border: 8px solid #284b66;
  background: #fff;
}

.key-points .rec_point_img_03 .right{
  border: 8px solid #d1e1fb;
  background-color: #d1e1fb;
}

.key-points .rec_point_img_03 .center{
  width: 40px;
  margin: 0 10px;
}

/* 
導入イメージ
*/

/* 共通設定 */
.how-it-works{
      background: #f9f6f4;
}

.how-it-works .works-group_01{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 3fr));
  gap: 5px;   
}

.how-it-works section h3{
    margin: 20px auto;
      font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem!important;
}

.how-it-works section img{
    background: #ffff;
    padding: 5px;
    border: 7px solid #EEF2FB;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.how-it-works .works-group_01 img{
width: 380px;
}

.how-it-works .works-group_01 div p,
.how-it-works .works-group_03 p{
    padding: 0 40px;
}

.how-it-works .works-group_02 div:nth-child(1){
    display: flex;
    align-items: center;
    margin: 40px auto;
    max-width: 1000px;
}

.how-it-works .works-group_02 div:nth-child(2){
margin-left: 50px;
}
.how-it-works .works-group_02 div:nth-child(2) h3{
    text-align: left;
}

.how-it-works .works-group_02 img{
width: 500px;
}

/*
 管理もスムーズ 
 */
.how-it-works .works-group_03 {
      background: #fff;
      border-radius: 1rem;
    padding: 50px 30px;
    margin-bottom: 50px;
}

.how-it-works .works-group_03 div{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 3fr));
    gap: 5px;
    align-items: start;
}

.how-it-works .works-group_03 h4{
      display: table;
      background-image: url(../images/pin-mark_icon.svg);
      background-repeat: no-repeat;
          margin: 0 auto 50px;
          padding: 5px 55px;
          
}

.how-it-works .works-group_03 img {
    width: 360px;
}


/* 運用フロー：共通設定 */
.flow-group .flow-step {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 50px;
  border: 5px solid #ffffff;
    font-weight: bold;
}

.flow-group .flow-step .icon img{
  background: unset;
  border: unset;
  box-shadow: unset;
  width: 43px;
  height: auto;
  border-radius: unset;
}

.flow-group .step {
  position: relative;
  flex: 1;
  padding: 34px 16px;
  text-align: center;
}

.flow-group .step_02,
.flow-group .step_03,
.flow-group .step_04{
  padding-left: 30px !important;
}

#guide .flow-group .step{
  padding: 20px;
}

.flow-group .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -19px;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 20px solid;
  z-index: 2;
}

.flow-group .step:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 20px solid;
  z-index: 1;
}

.flow-group .icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 20px;
  padding-right: 39px;
}


.flow-group .status{
border-radius: 3rem;
    padding: 2px 10px;
    display: block;
    width: fit-content;
    margin: 0 auto 15px;
    font-size: 0.9rem;
}

.flow-group .admin{
  background: #fb9700;
  color: #fff;
  border: 3px solid #fb9700;
}

.flow-group .entry{
  background: #ffffff;
  color: #fb9700;
  border: 3px solid #fb9700;
}

.flow-group .label {
  display: block;
  white-space: nowrap;
  font-size: 1.05rem;
  font-weight: 600;
}

/* 運用フロー：幅指定 */
#rec .flow-group .flow-step,
#s-pass .flow-group .flow-step {
  max-width: 700px;
}

#netapp .flow-group .flow-step,
#guide .flow-group .flow-step {
  max-width: 1000px;
}

/* 運用フロー：ロゴカラー */
#rec .flow-group .flow-step  .icon{
      color: #2b3a67;
}
#netapp .flow-group .flow-step .icon{
      color: #2c5ca9;
}

/* 運用フロー：アイコン＆テキストカラー */
#rec .flow-group .flow-step {
      color: #2b3a67;
}
#netapp .flow-group .flow-step {
      color: #1d3969;
}

/* 運用フロー：メインカラー */
.flow-group .step_01 {  background: #ffffff; }

#rec .flow-group .step_02 {  background: #e8eefc; }
#rec .flow-group .step_03 {  background: #dadff1; }

#netapp .flow-group .step_02 {  background: #f8f9fc; }
#netapp .flow-group .step_03 {  background: #eef2fb; }
#netapp .flow-group .step_04 {  background: #dae4f5;}
#netapp .flow-group .step_05 {  background: #cddbf1; }

#guide .flow-group .step_02 {  background: #fff4e8; }
#guide .flow-group .step_03 {  background: #ffead5; }
#guide .flow-group .step_04 {  background: #ffe4ca; }
#guide .flow-group .step_05 {  background: #ffdab5; }

#s-pass .flow-group .step_02 {  background: #fce7e4; }
#s-pass .flow-group .step_03 {  background: #fad9d6; }

/* 運用フロー：矢印カラー */
.flow-group .step_01::after { border-left-color: #ffffff !important; }

#rec .flow-group .step_02::after { border-left-color: #e8eefc !important; }
#rec .flow-group .step_03::after { border-left-color: #e3f3ee !important; }

#netapp .flow-group .step_02::after { border-left-color: #f8f9fc !important; }
#netapp .flow-group .step_03::after { border-left-color: #eef2fb !important; }
#netapp .flow-group .step_04::after { border-left-color: #dae4f5 !important; }
#netapp .flow-group .step_05::after { border-left-color: #cddbf1 !important; }

#guide  .flow-group .step_02::after { border-left-color: #fff4e8 !important; }
#guide  .flow-group .step_03::after { border-left-color: #ffead5 !important; }
#guide  .flow-group .step_04::after { border-left-color: #ffe4ca !important; }
#guide  .flow-group .step_05::after { border-left-color: #ffdab5 !important; }

#s-pass .flow-group .step_02::after { border-left-color: #fce7e4 !important; }
#s-pass .flow-group .step_03::after { border-left-color: #fad9d6 !important; }

/* 運用フロー：矢印の境界線 */
.flow-group .step_02::before,
.flow-group .step_03::before,
.flow-group .step_04::before,
.flow-group .step_05::before
 { border-left-color: #ffffff !important; }



/* 
機能紹介
*/

/* 共通設定 */
.trusted-system h3,
.advanced-features h3{
    margin: 25px auto;
      font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem!important;
}

.trusted-system .patent,
.trusted-system section div,
.advanced-features section div{
        border-radius: 1rem;
}

.trusted-system .trusted-system-group{
      display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 3fr));
        gap: 23px;   
}
.advanced-features  .advanced-features-group{
      display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 3fr));
        gap: 23px; 
}

.trusted-system .trusted-system-group div,
.advanced-features  .advanced-features-group div{
    padding: 13px 15px;
}

.trusted-system .trusted-system-group img,
.advanced-features  .advanced-features-group img{
  width: 140px;
}

.trusted-system .trusted-system-group .icon-bg,
.advanced-features  .advanced-features-group .icon-bg{
    width: 160px;
    height: 160px;
    background: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.trusted-system .trusted-system-group p,
.advanced-features  .advanced-features-group p{
    margin-bottom: unset;
}

/* 機能紹介：背景カラー */
#rec .trusted-system .patent,
#rec .trusted-system .trusted-system-group div,
#netapp .advanced-features section div{
      background: #f0f8ff;
}

#guide .advanced-features section div{
      background: #f5f5f5;
}

/* 機能紹介：特許 */
.trusted-system .patent{
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
    margin-bottom: 30px;
    padding: 55px 70px;
}

.trusted-system .patent div h3{
    text-align: left !important;
}

/*図 */
/* =================================================
   trusted-system / rec_patent_Illust_01
================================================= */
.advanced-security .rec_patent_Illust_01 {
  flex: 3;
  font-size: 0.8rem;
  font-weight: bold;
  color: #1f3b57;
  margin-top: 15px;
}

.advanced-security .rec_patent_Illust_01 .card img{
  width: 45px;
   height: auto;
   object-fit: contain;
}

.advanced-security .rec_patent_Illust_01 .illust-group{
  display: flex;
      gap: 20px;
    margin: 15px 0 35px 35px;
}

.advanced-security .rec_patent_Illust_01 .card-group .wrapper{
    display: flex;
    align-items: center;
    position: relative;
}

.advanced-security .rec_patent_Illust_01 .card-group .wrapper::before{
position: absolute;
    content: "";
    background-image: url(../images/rec_patent_Illust_01_parts_03.png);
    background-size: 100px;
    background-repeat: no-repeat;
    width: 105px;
    height: 95px;
    z-index: 1;
        bottom: -35px;
    left: -45px;
}

.advanced-security .rec_patent_Illust_01 .card-group .wrapper::after {
    position: absolute;
    content: "\4E2D\5B66\6821";
bottom: -35px;
    left: -30px;
    width: 75px;
    padding: 0 10px;
    text-align: center;
    border: 2px solid #284b66;
    background: #d8e5fb;
    border-radius: .5rem;
    margin: 0;
    z-index: 2;
}

.advanced-security .rec_patent_Illust_01 .card-group .card{
  border-radius: 1rem;
  overflow: hidden;
}

.advanced-security .rec_patent_Illust_01 .card-group .title{
  text-align: center;
  margin-bottom: 5px;
  font-size: 1rem;
}

.advanced-security .rec_patent_Illust_01 .card-group:first-child .title{
  margin-right: 20px;
}

.advanced-security .rec_patent_Illust_01 .card-group {
  display: block;
}

.advanced-security .rec_patent_Illust_01 .card-group .card .card-title{
  text-align: center;
  padding: 10px;
  min-height: 60px;
  margin: 0;
   display: grid;
  place-items: center;
}

.advanced-security .rec_patent_Illust_01 .card-group .card-blue{
  background: #d8e5fb;
    border: 3px solid #284b66;
}
.advanced-security .rec_patent_Illust_01 .card-group .card-blue .card-title{
      background: #284b66;
    color: #fff;
}

.advanced-security .rec_patent_Illust_01 .card-group .card-pink {
  background: #ffefed;
  border: 3px solid #fbb6ab;
}
.advanced-security .rec_patent_Illust_01 .card-group .card-pink .card-title{
    background: #fbb6ab;
    color: #284b66;
}

.advanced-security .rec_patent_Illust_01 .card-group .card .card-flow{
  display: flex;
  gap: 45px;
  padding: 10px 25px;
  align-items: center;
}


.advanced-security .rec_patent_Illust_01 .card-group .card .card-flow::before {
    content: "";
    position: absolute;
    left: 95px;
    top: 50%;
    transform: translate(-50%, 100%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #284b66;
}

.advanced-security .rec_patent_Illust_01 .card-group .card-blue .card-flow::before{
     left: 53%;
}

.advanced-security .rec_patent_Illust_01 .card-group .card-blue .card-flow .note{
  text-align: center;
  margin-bottom: 5px;
  font-size: 1rem;
}

.advanced-security .rec_patent_Illust_01 .card-group .card-pink .card-flow .note{
    background: #fbb6ab;
    border-radius: 1rem;
        padding: 5px 10px;
    text-align: center;
}

.advanced-security .rec_patent_Illust_01 .card-group .card-pink .card-flow .rec{
  display: flex;
    margin: 5px auto;
        align-items: center;
}
.advanced-security .rec_patent_Illust_01 .card-group .card-pink .card-flow .rec img{
  width: 35px;
  margin-right: 5px;
}


/* =================================================
   trusted-system / rec_patent_Illust_02
================================================= */
.advanced-security .rec_patent_Illust_02 {
   flex: 3;
  font-size: 0.8rem;
  font-weight: bold;
  color: #1f3b57;
  margin-top: 15px;
}

.advanced-security .rec_patent_Illust_02 .security-flow_02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.advanced-security .rec_patent_Illust_02 .flow-col {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.advanced-security .rec_patent_Illust_02 .flow-card {
  display: flex;
  align-items: center;
  gap: 30px;
}

.advanced-security .rec_patent_Illust_02 .card-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-flow: unset;
}

.advanced-security .rec_patent_Illust_02 .flow-card .left {
  flex-direction: column;
  gap: 0;
}

.advanced-security .rec_patent_Illust_02 .flow-card .left .img {
  display: block;
  background-color: #ffefed;
  padding: 15px;
  border-radius: 1rem;
}

.advanced-security .rec_patent_Illust_02 .flow-card .left .img p {
  background: #284b66;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin: 15px 0;
  border-radius: 1rem;
}

.advanced-security .rec_patent_Illust_02 .school {
  display: block;
  margin-bottom: 15px;
}

.advanced-security .rec_patent_Illust_02 .school img {
  width: 60px;
  height: auto;
}

.advanced-security .rec_patent_Illust_02 .img img {
  width: 75px;
  height: auto;
  margin-bottom: 15px;
}

.advanced-security .rec_patent_Illust_02 .flow-center {
  text-align: center;
  display: block;
}

.advanced-security .rec_patent_Illust_02 .flow-center > p:first-child {
  margin-bottom: 10px;
  padding-right: 20px;
      font-size: 1rem;
}

.advanced-security .rec_patent_Illust_02 .flow-deta {
  display: block;
  background: #d8e5fb;
  border-radius: 28px;
  padding: 25px 12px;
  border: 3px solid #284b66;
}

.advanced-security .rec_patent_Illust_02 .deta-group {
      display: flex;
    align-items: center;
  gap: 0;
  margin-bottom: 15px;
}

.advanced-security .rec_patent_Illust_02 .deta-group .school {
  display: flex;
  background: #fff;
  border-radius: 1rem;
  padding: 10px 25px;
  gap: 15px;
}

.advanced-security .rec_patent_Illust_02 .deta-group .school p {
  margin-bottom: 0;
}

.advanced-security .rec_patent_Illust_02 .card-group .school .school-label {
  width: 75px;
  padding: 0 10px;
  text-align: center;
  border: 2px solid #284b66;
  border-radius: .5rem;
  margin: 0;
}

.advanced-security .rec_patent_Illust_02 .card-group .school .school-color-a {
  background-color: #c1e4ea;
}

.advanced-security .rec_patent_Illust_02 .card-group .school .school-color-b {
  background-color: #d8e5fb;
}

.advanced-security .rec_patent_Illust_02 .card-group .school .school-color-c {
  background-color: #f7dfdb;
}

.advanced-security .rec_patent_Illust_02 .deta-group div {
  display: block;
  text-align: center;
  margin: 0;
}

.advanced-security .rec_patent_Illust_02 .deta-group img {
  width: 50px;
}

.advanced-security .rec_patent_Illust_02 .deta-group p {
  margin-top: 6px;
}

.advanced-security .rec_patent_Illust_02 .flow-deta .red-comment {
  display: inline-block;
  padding: 6px 16px;
  background: #e60012;
  color: #fff;
  border-radius: 20px;
  margin: 0;
}

.advanced-security .rec_patent_Illust_02 .flow-center > p:last-child {
  padding-right: 20px;
  margin-top: 12px;
}


/* =================================================
   trusted-system / rec_patent_Illust_03
================================================= */

.trusted-system .rec_patent_Illust_03 {
  color: #284b66;
  font-size: 0.8rem;
  font-weight: bold;
}

.trusted-system .rec_patent_Illust_03 .trusted-flow {
  display: flex;
  align-items: center;
  gap: 15px;
}

.trusted-system .rec_patent_Illust_03 .flow-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 20px;
  border-radius: 12px;
}

.trusted-system .rec_patent_Illust_03 .flow-card.highlight {
  background: #fff5f5;
  border: 2px solid #f3b1b1;
  padding: 10px;
}

.trusted-system .rec_patent_Illust_03 .flow-card.highlight p {
  margin: 0;
}

.trusted-system .rec_patent_Illust_03 .flow-title {
  position: absolute;
  bottom: -10px;
  width: 75px;
  padding: 0 10px;
  text-align: center;
  border: 2px solid #284b66;
  border-radius: .5rem;
  margin: 0;
}

.trusted-system .rec_patent_Illust_03 .applicant { background: #c1e4ea; }
.trusted-system .rec_patent_Illust_03 .jh-school { background: #d8e5fb; }
.trusted-system .rec_patent_Illust_03 .h-school  { background: #f7dfdb; }

.trusted-system .rec_patent_Illust_03 .system-name {
  margin: 25px 0 auto;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-size: 35px;
}

.trusted-system .rec_patent_Illust_03 .flow-card .netapp {
  background-image: url(../images/netapp_logo.svg);
}

.trusted-system .rec_patent_Illust_03 .flow-card .rec {
  background-image: url(../images/rec_logo.svg);
}

.trusted-system .rec_patent_Illust_03 .card-group {
  position: relative;
}

.trusted-system .rec_patent_Illust_03 .card-group img {
  width: 150px;
  position: relative;
}

.trusted-system .rec_patent_Illust_03 .flow-center {
  text-align: center;
  margin-right: 15px;
}

.trusted-system .rec_patent_Illust_03 .flow-center-title {
  font-size: large;
  margin-bottom: 8px;
  padding-right: 15px;
}

.trusted-system .rec_patent_Illust_03 .flow-match-group {
  display: flex;
  align-items: center;
}

.trusted-system .rec_patent_Illust_03 .flow-match {
  width: 220px;
  position: relative;
  padding: 16px 20px;
  background: #d8e5fb;
  border: 2px dashed #284b66;
  border-radius: 1rem;
}

.trusted-system .rec_patent_Illust_03 .conditions {
  position: relative;
  background: #fff;
  padding: 10px 20px 20px;
  margin-bottom: 24px;
}

.trusted-system .rec_patent_Illust_03 .img-group {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 8px;
}

.trusted-system .rec_patent_Illust_03 .img-group div {
  width: 100px;
}

.trusted-system .rec_patent_Illust_03 .img-group p {
  margin: 0;
}

.trusted-system .rec_patent_Illust_03 .img-group::before {
  content: "\02715";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -30%);
  font-size: 1.5rem;
  font-weight: bold;
}

.trusted-system .rec_patent_Illust_03 .conditions img {
  width: 40px;
  height: auto;
  margin-bottom: 5px;
}

.trusted-system .rec_patent_Illust_03 .flow-match ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.trusted-system .rec_patent_Illust_03 .flow-match li {
  background: url(../images/rec_check-b.svg) no-repeat left center;
  background-size: 19px;
  padding-left: 30px;
  margin-bottom: 6px;
}

.trusted-system .rec_patent_Illust_03 .flow-note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: 0 auto;
  width: 80%;
  background: #f4a125;
  color: #fff;
  border-radius: 1rem;
}

.trusted-system .rec_patent_Illust_03 .flow-note p {
  margin: 0;
  padding: 2px 20px 2px 35px;
  position: relative;
}

.trusted-system .rec_patent_Illust_03 .flow-note p::before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 9px;
  width: 16px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

.trusted-system .rec_patent_Illust_03 .flow-system {
  margin: 0;
}

.flow-arrow {
  position: relative;
  width: 15px;
  height: 30px;
  background: #284b66;
  border-radius: unset !important;
}

.flow-arrow::after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -22px;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 17px solid #284b66;
}


/* 
導入実績
*/
/* 共通設定 */
.case-study section .case-group{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 2fr));
    gap: 23px;
    margin: 0 auto;
    max-width: 800px;
}

.case-study section .case-group div{
    position: relative;
    padding: 40px;
    border: 2px solid #253872;
    display: grid;
        align-items: end;
}

.case-study section .case-group div::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 15px;
    background-image: url(../images/beenhere_icon.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
}

.case-study section .case-group div h3{
    margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem!important;
}

.case-study section .case-group div p{
    margin-bottom: unset;
}

.case-study .stats-group{
    padding: 0 70px 20px;
    background: #fff;
    box-shadow: -1px 2px 12px rgb(27 41 84 / 19%);
    border-radius: 1rem;
    margin: 0 auto 80px;
    max-width: 850px;
}

.case-study .stats-group span{
   font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1rem!important;
}

.case-study .stats-group h3{
     color: #ffff !important;
     border-radius: 0 0 15px 15px ;
     padding: 8px 50px;
    margin: 0 auto;
    width: fit-content;
      font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem!important;
}

.case-study section h4{
    position: relative;
    display: table;
    margin: 0 auto;
    background-repeat: no-repeat;
    padding: 15px 50px;
    background-size: 45px;
    font-size: 1.5rem;
}

.case-study .stat {
  display: flex;
align-items: center;
  padding-top: 25px;
  margin: 0 auto;
}

.case-study .stat + .stat {
  border-top: 1px dotted #ddd;
}

.case-study .tag {
  min-width: 72px;
  text-align: center;
  padding: 5px 0;
  background: #f2ece8;
  font-weight: 700;
  color: #25325b;
}

.case-study dd {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  width: 100%;
}

#netapp .case-study dd{
    justify-content: space-evenly;
}

.case-study dd p{
  margin-left: 50px;
}

.case-study .stats p {
  margin: 0;
}

.case-study span {
  display: block;
  margin-top: 4px;
}

.case-study b {
   margin-right: 10px;
    font-size: 3rem;
    font-weight: bold;
  color: #2da0df;
  line-height: 1;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.case-study .stats-group .case-study-guide{
  background: #f9f6f4;
  padding: 10px;
}
.case-study .stats-group .case-study-guide p{
  text-align: center;
  font-weight: bold;
  margin-bottom: unset;
}

.case-study .stats-group .stat .logo img{
  width: 50px;
  height: auto;
}

/* 導入実績：タイトルカラー */
#rec .case-study .stats-group h3{
      background: #1b2954;
}
#netapp .case-study .stats-group h3{
      background: #2759A7;
}

/* 導入実績：ロゴ設定 */
#rec .case-study section h4{
      background-image: url(../images/rec_logo.svg);
}

/* 
料金
*/
.pricing .price-group {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 70px; /* ＋のスペース */
  
}

.pricing .price-group::before {
    content: "\002B";/*+のマーク*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #2aa4df;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    z-index: 1;
}

.pricing .price-card {
  width: 390px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  text-align: center;
  overflow: hidden;
}

.pricing .price-title {
  background: #fde7e3;
  padding: 15px;
}

.pricing .price-main {
  margin: 0;
  font-weight: bold;
}

.pricing .price-main .num {
  font-size: 3rem;
  font-family: "Archivo Black", sans-serif;
  color: #2aa4df;
}

.pricing .price-main .unit {
  margin-left: 10px;
}

.pricing .repletion{
  text-align: center;
  margin-top: 30px;
}

/* 
よくある質問
*/
/* 共通設定 */
.faq{
      background: #f5f5f5;
}

.faq section{
    margin: 40px auto;
}

.faq section p{
    margin-bottom: unset;
}

.faq section h5{
    margin-bottom: 15px;
   font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem!important;
}

.faq section div{
  width: 900px;
  margin: 0 auto;
    padding: 20px 110px;
    margin-bottom: 20px;
    background: #fff;
}

/* よくある質問：背景色 */
#guide .faq{
  background: unset;
}

/* よくある質問：コンテンツ枠 */
#guide .faq section div{
  border: 1px solid #cbcbcb;
}

/* メインビジュアル*/

#main_visual{
  width: 1200px;
  height: 525px;
  margin: 0 auto;
  position: relative;
}
#main_visual h1{
  position:absolute;
  background: #ffffff;
  display: flex;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700!important;
  align-items: center;
}
#main_visual h2{
  position:absolute;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700!important;
  align-items: center;
  text-align: left;
  line-height: 43px;
}
#main_visual h3{
  position:absolute;
  color: #ffffff;
  text-align: left;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400!important;
  align-items: center;
  line-height: 28px;
}
#main_visual ul.tag1{
    position: absolute;
    margin: 0;
    padding: 0;
    display: flex;
    right: 25px;
    bottom: 29px;
}
#main_visual ul.tag1 li{
  background-image: url(../images/main-visual-tag1.png);
  background-repeat: no-repeat;
  width: 160px;
  height: 170px;
  background-size: 100%;
  list-style: none;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600!important;
  align-items: center;
  padding-top: 24px;
  padding-right: 8px;
  line-height: 20px;
  font-size: 1rem;
}
#main_visual ul.tag1 li img{
    width: 42px;
    margin-bottom: 5px;
    padding-left: 10px;
}
#main_visual ul.tag1 li .font-more{
  font-size: 1.2rem;
  display: block;
  margin: 5px 0px 7px;
}
/*メインビジュアル＠インターネット出願*/
.catch-netapp{
  background-image: url(../images/main-visual-netapp.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.catch-netapp h1{
  font-size: 1.3rem;
  top: 89px;
  left: 58px;
  padding: 10px 30px;
}
.catch-netapp h1 img{
  width: 50px;
  margin-right: 10px;
}
.catch-netapp h2{
  top: 175px;
  left: 60px;
}
.catch-netapp h3{
  bottom: 105px;
  left: 65px;
}

/*メインビジュアル＠調査書web登録システム*/
.catch-rec{
  background-image: url(../images/main-visual-rec.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.catch-rec h1{
  font-size: 1.3rem;
  top: 105px;
  left: 58px;
  padding: 3px 30px 5px;
}
.catch-rec h1 img{
  width: 50px;
  margin-right: 10px;
}
.catch-rec h2{
  top: 200px;
  left: 60px;
}
.catch-rec h3{
  bottom: 122px;
  left: 60px;
}
.catch-rec img.cap{
    width: 520px;
    position: absolute;
    right: 95px;
    top: 70px;
}
/*メインビジュアル＠参加申込受付システム*/
.catch-guide{
  background-image: url(../images/main-visual-guide.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.catch-guide h1{
  font-size: 1.3rem;
  top: 105px;
  left: 58px;
  padding: 7px 30px 7px;
}
.catch-guide h1 img{
  width: 36px;
  margin-right: 10px;
}
.catch-guide h2{
  top: 200px;
  left: 60px;
  font-size: 2.6rem;
  line-height: 50px!important;
}
.catch-guide h3{
  bottom: 113px;
  left: 60px;
}
ul.tag2{
    margin: 0;
    padding: 0;
    display: flex;

    flex-direction: column;
}
ul.tag2 li {
  position: absolute;
  list-style: none;
  background-color: #ffffff;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600!important;
  font-size: 1rem;
  margin: 5px 0;
  width: 320px;
}
ul.tag2 li .face-item{
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  border-radius: 10px;
  margin: 3px;
  padding: 6px 10px;
}
ul.tag2 li:nth-child(1){
    right: 225px;
    bottom: 212px;
}
ul.tag2 li:nth-child(2){
    right: 265px;
    bottom: 133px;
}
ul.tag2 li:nth-child(3){
    right: 300px;
    bottom: 55px;
}
ul.tag2 li:nth-child(1) .face-item{
  border: solid 2px #339966;
}
ul.tag2 li:nth-child(2) .face-item{
  border: solid 2px  #CC3399;
}
ul.tag2 li:nth-child(3) .face-item{
  border: solid 2px #663399;
}

ul.tag2 li img{
    width: 35px;
    margin-right: 10px;
}
ul.tag2 li .font-more{
  font-size: 1.2rem;
  display: block;
  margin: 5px 0px 7px;
}
ul.tag2 li .tag2-color{
 display: block;
}
ul.tag2 li:nth-child(1) .tag2-color{
 color: #339966;
}
ul.tag2 li:nth-child(2) .tag2-color{
 color: #CC3399;
}
ul.tag2 li:nth-child(3) .tag2-color{
 color: #663399;
}
/*メインビジュアル＠合否発表システム*/
.catch-spass{
  background-image: url(../images/main-visual-spass.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.catch-spass h1{
  font-size: 1.3rem;
  top: 105px;
  left: 58px;
  padding: 7px 35px 7px 30px;
}
.catch-spass h1 img{
  width: 40px;
  margin-right: 10px;
}
.catch-spass h2{
  top: 200px;
  left: 60px;
  font-size: 2.6rem;
  line-height: 50px!important;
}
.catch-spass h3{
  bottom: 113px;
  left: 60px;
}
.catch-spass img.cap{
    width: 510px;
    position: absolute;
    right: 140px;
    top: 52px;
}
.catch-spass ul.tag3{
  position: absolute;
  right: 27px;
  bottom: 13px;
  display: flex;
}
.catch-spass ul li{
  list-style: none;
  background-image: url(../images/main-visual-tag3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 195px;
  height: 133px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600!important;
  font-size: 1.12rem;
  position: relative;
  padding-top: 33px;
  text-align: center;
  line-height: 25px;
  margin: 0 3px;
}
.catch-spass ul li .tag3-no{
  border-radius: 50%;
  background-color:#29A7E1;
  color:#ffffff;
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: absolute;
  top: 15px;
}

/*メインビジュアル＠タブレット・スマホ*/
#main_visual-sp{
  display: none;
}

/************************
　　　タブレット
*************************/

/*1024p以下で背景が黄色に　タブレット*/
@media screen and (max-width: 1024px) {
  /* 
  共通
  */
#main_visual{
  display: none;
}
article {
  display: block;
  padding: 225px 0 50px;
  margin: 0;
}
#netapp article {
    padding: 100px 0 50px;
}

br{
  display: none;
}
.br-yes{
  display: block;
}

  
  /* 非表示 */


  /* 横幅 固定無効化*/
  section,h2,.guide-text{
    width: 95%;
  }

h2{
  margin: 0 auto;
}

/* display:blok; */
.trusted-system .patent,
.flow-group .flow-step,
.how-it-works .works-group_02 div:nth-child(1),
.trusted-system .rec_patent_Illust_03 .flow-match-group{
  display: block;
}

.guide-text{
  margin: 40px 20px;
}


/* 図 */
.flow-arrow{
  transform: rotate(90deg);
}

.rec_point_img_02{
  display: none;
}

.rec_point_img_sp_02{
  display: block;
}

#rec .key-points section{
  padding: 0 30px;
}

/* 
万能セキュリティ
*/

.advanced-security section .contents{
      flex-direction: column;
}

.advanced-security section .explanation{
  margin-top: 20px;
  order: -1;
}

.advanced-security .rec_patent_Illust_01 .illust-group,
.advanced-security .rec_patent_Illust_01 .card-group .wrapper,
.advanced-security .rec_patent_Illust_02 .security-flow_02,
.advanced-security .rec_patent_Illust_02 .flow-card,
.advanced-security .rec_patent_Illust_02 .deta-group,
.trusted-system .rec_patent_Illust_03 .trusted-flow,
.trusted-system .rec_patent_Illust_03 .flow-card{
      flex-direction: column;
          align-items: center;
}


.advanced-security .rec_patent_Illust_01 .card-group .wrapper::before,
.advanced-security .rec_patent_Illust_01 .card-group .wrapper::after{
      bottom: 0;
}

.advanced-security .rec_patent_Illust_02 .flow-card{
  gap: unset;
}

.advanced-security .rec_patent_Illust_02 .flow-col{
     flex-direction: row;
     gap: 15px;
}

.advanced-security .rec_patent_Illust_02 .flow-card .left{
         gap: 40px;
        display: flex;
        flex-direction: row;
}

.advanced-security .rec_patent_Illust_02 .security-flow_02{
  margin-top: 20px;
  gap: 10px;
}

.advanced-security .rec_patent_Illust_02 .flow-center{
      display: flex;
    flex-direction: column;
}
.advanced-security .rec_patent_Illust_02 .flow-center > p:last-child{
  order: -1;
}

.advanced-security .rec_patent_Illust_02 .flow-card .left .img{
  display: flex;
    align-items: center;
    gap: 10px;
}

.advanced-security .rec_patent_Illust_02 .flow-card .left .img p{
  padding: 10px;
  border-radius: 2rem;
}

.advanced-security .rec_patent_Illust_02 .flow-deta{
      display: flex !important;
    align-items: center;
    gap: 15px;
}

.advanced-security .rec_patent_Illust_01,
.advanced-security .rec_patent_Illust_02{
  margin-top: 0;
}

.advanced-security .rec_patent_Illust_02 .img img,
.advanced-security .rec_patent_Illust_02 .deta-group p{
  margin-bottom: 0;
}

.advanced-security .rec_patent_Illust_01 .illust-group{
  margin: 0;
}

.advanced-features .advanced-features-group{
      padding: 0 20px;
}

/* 

*/



.trusted-system .rec_patent_Illust_03 br{
  display: block;
}

.trusted-system .rec_patent_Illust_03 .flow-col{
  display: flex;
align-items: center;
        gap: 5px;
}

.trusted-system .rec_patent_Illust_03 .flow-card.highlight{
  max-width: 200px;
 max-height: 100px;
}

.trusted-system .rec_patent_Illust_03 .flow-match{
  width: auto;
}

.trusted-system .rec_patent_Illust_03 .conditions{
      display: flex;
    align-items: center;
}

.trusted-system .rec_patent_Illust_03 .img-group{
      gap: 40px;
}

.trusted-system .rec_patent_Illust_03 .img-group::before{
  transform: translate(-50%, 0%);
      left: 32%;
}

.trusted-system .rec_patent_Illust_03 .conditions img{
  width: 35px;
margin-left: 7px;
}

.trusted-system .rec_patent_Illust_03 .conditions{
  padding: 10px 20px 10px;
}

.trusted-system .rec_patent_Illust_03 .img-group div{
  width: 60px;
}

.trusted-system .rec_patent_Illust_03 .img-group p{
  width: fit-content;
}

.trusted-system .rec_patent_Illust_03 .flow-match-group .flow-arrow{
  margin: 0 auto;
}



/* 
運用フロー
*/

.flow-group{
      margin: auto 30px;
    width: auto;
}

  /* 右向き矢印をリセット */
  .flow-group .step::after,
  .flow-group .step::before{
    border: none;
  }

  .flow-group .icon{
    padding-right: 50px;
  }

  /* 下向き矢印 */
  .flow-group .step:not(:last-child)::after{
content: "";
  position: absolute;
  top: unset;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 20px solid ;
  border-bottom: unset;
  }

  .flow-group .step:not(:first-child)::before{
     transform: translateX(-50%);
         left: 50%;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 20px solid #fff;
   border-left-color: transparent !important;
  border-bottom: unset;
  }

  .flow-group .step{
    border-bottom: 1px solid #FFF;
  }

  #guide .flow-group .step {
    padding: 30px;
}

    .flow-group .step_01::after,
      #netapp .flow-group .step_02::after ,
      #netapp .flow-group .step_03::after ,
      #netapp .flow-group .step_04::after ,
      #rec .flow-group .step_02::after ,
      #guide .flow-group .step_02::after ,
      #guide .flow-group .step_03::after ,
      #guide .flow-group .step_04::after ,
      #s-pass .flow-group .step_02::after
      {
      border-left-color: transparent !important;
    }

  .flow-group .step_01::after{  border-top-color: #ffffff !important; }
  #netapp .flow-group .step_02::after {    border-top-color: #f8f9fc !important; }
#netapp .flow-group .step_03::after {  border-top-color: #eef2fb !important; }
#netapp .flow-group .step_04::after {    border-top-color: #dae4f5 !important;}
#rec .flow-group .step_02::after {   border-top-color: #e8eefc !important;}
#guide .flow-group .step_02::after {   border-top-color: #fff4e8 !important;}
#guide .flow-group .step_03::after {    border-top-color: #ffead5 !important;}
#guide .flow-group .step_04::after {    border-top-color: #ffe4ca !important;}
#s-pass .flow-group .step_02::after {   border-top-color: #fce7e4 !important;}


.how-it-works .works-group_01{
  gap:20px;
  padding: 0 20px;
}

.how-it-works .works-group_02 {
  padding: 0 20px;
}

.how-it-works .works-group_01 img,
.how-it-works .works-group_02 img {
    max-width: 400px;
    width: 100%;
}

.how-it-works .works-group_02 div:nth-child(2) h3{
  text-align: center;
}

.how-it-works .works-group_02 div:nth-child(2){
  margin-left: 0;
}

#netapp .case-study dd{
  justify-content: unset;
}

#main_visual{
  display: none;
}

#main_visual-sp{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px 30px;
  position: relative;
}
#main_visual-sp ul.tag1 li {
  background-image: url(../images/main-visual-tag1.png);
  background-repeat: no-repeat;
  width: 160px;
  height: 170px;
  background-size: 100%;
  list-style: none;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  align-items: center;
  padding-top: 24px;
  padding-right: 8px;
  line-height: 20px;
  font-size: 1rem;
}
#main_visual-sp ul.tag1 li img {
  width: 42px;
  margin-bottom: 5px;
  padding-left: 10px;
}
#main_visual-sp ul.tag1 li .font-more {
  font-size: 1.2rem;
  display: block;
  margin: 5px 0px 7px;
}
#main_visual-sp h1 {
    background: #ffffff;
    display: flex;
    border-radius: 50px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    align-items: center;
}
#main_visual-sp h2{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    color: #ffffff;
    text-align: left;
    margin: 20px 0px 1px;
}
#main_visual-sp h3{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    color: #ffffff;
    text-align: left;
    font-size: 1.1rem;
    margin-top: 10px;
    line-height: 27px;
}
.catch-sp-netapp{
 background: #2C5CA9;
}
.catch-sp-netapp h1 {
  font-size: 1.3rem;
  top: 89px;
  left: 58px;
  padding: 10px 30px;
}
.catch-sp-netapp h1 img{
  width: 50px;
  margin-right: 10px;
}
.catch-sp-netapp-img{
  position: absolute;
  right: 0px;
  bottom: -110px;
}
.catch-sp-netapp-img img{
  width: 325px;
}
.catch-sp-netapp h3{
    width: 65%;
}
.main_visual-sp-rec{
  padding: 35px 0px 0px 0px!important;
}

.catch-sp-rec{
 background: #253872;
}
.catch-sp-rec h1 {
  font-size: 1.3rem;
  top: 89px;
  left: 58px;
  padding: 10px 30px;
}
.catch-sp-rec h1 img{
  width: 50px;
  margin-right: 10px;
}
.catch-sp-rec img.cap {
  width: 410px;
  /*position: absolute;*/
  right: 25px;
  z-index: 100;
  bottom: -179px;
}

.faq section {
    padding: 0 30px;
}

.faq section div{
  width: unset;
}

#main_visual-sp .catch-sp-rec-wrap1 ul.tag1{
    padding: 0;
    display: flex;
    align-items: center;
}
.catch-sp-rec-wrap1{
  display: flex;
  width: 100%;
  justify-content: end;
  flex-wrap: wrap-reverse;
  position: relative;
}
.catch-sp-rec-wrap2 {
    background-image: url(../images/main-visual-rec-sp.png);
    background-repeat: no-repeat;
    padding: 40px 0px 40px 40px;
    background-position-x: -128px;
}
  #rec article,
  #guide article,
  #s-pass article{
    padding: 35px 0 50px;
  }

.catch-sp-guide{
 background: #EB9B21;
}
.main_visual-sp-guide{
  padding: 35px 0px 0px 0px!important;
}

.catch-sp-guide h1 {
  font-size: 1.3rem;
  top: 89px;
  left: 58px;
  padding: 10px 30px;
}
.catch-sp-guide h1 img{
  width: 50px;
  margin-right: 10px;
}
.catch-sp-guide-wrap1{
  display: flex;
  width: 100%;
  justify-content:flex-end;
  flex-wrap: wrap-reverse;
  position: relative;
}
.catch-sp-guide-wrap2 {
        background-image: url(../images/main-visual-guide-sp.png);
        background-repeat: no-repeat;
        padding: 20px 10px 20px 40px;
        display: flex;
        justify-content: right;
        background-position-x: -117px;
}

#main_visual-sp ul.tag2 li{
   position: unset;
}
.catch-sp-guide-wrap1 ul.tag2{
  margin-right: 50px;
}

.catch-sp-guide-wrap1 ul.tag1{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.catch-sp-spass{
 background:#F08E8B;
}
.main_visual-sp-spass{
  padding: 35px 0px 0px 0px!important;
}

.catch-sp-spass h1 {
  font-size: 1.3rem;
  top: 89px;
  left: 58px;
  padding: 10px 30px;
}
.catch-sp-spass h1 img{
  width: 50px;
  margin-right: 10px;
}
.catch-sp-spass img.cap {
  width: 410px;
  /*position: absolute;*/
  right: 25px;
  z-index: 100;
  bottom: -179px;
}
.catch-sp-spass-wrap1{
  display: flex;
  width: 100%;
  justify-content:flex-end;
  flex-wrap: nowrap;
  position: relative;
}
.catch-sp-spass-wrap2 {
    background-image: url(../images/main-visual-spass-sp.png);
    background-repeat: no-repeat;
    padding: 40px 0px 40px 40px;
    background-position-x: -128px;
}
.catch-sp-spass ul.tag3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  align-items: end;
  align-content: center;
}
.catch-sp-spass ul li{
  list-style: none;
  background-image: url(../images/main-visual-tag3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 178px;
  height: 133px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600!important;
  font-size: 1rem;
  position: relative;
  padding-top: 33px;
  text-align: center;
  line-height: 25px;
  margin: 0 3px;
}
.catch-sp-spass ul li .tag3-no{
  border-radius: 50%;
  background-color:#29A7E1;
  color:#ffffff;
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: absolute;
  top: 15px;
}

.how-it-works .works-group_03 div div{
      margin: 10px auto;
}

#rec .flow-group .flow-step, #s-pass .flow-group .flow-step{
  max-width: unset;
}

    .advanced-security section {
        padding: 21px 25px;
        margin: 25px 40px;
                width: auto;
    }

        .trusted-system .patent {
        padding: 55px 30px;
        margin: auto 25px 30px;
        width: auto;
    }

    .flow-group .step_02, .flow-group .step_03, .flow-group .step_04{
            padding: 34px 22px !important;
    }

}/* ←@media終わり */




/************************
　　　スマホ
*************************/

/*599px以下で背景色がピンクに スマホ*/
@media screen and (max-width: 599px) {
h2{
  margin: auto 25px;
}

#rec .key-points section{
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.key-points .rec_point_img_03{
  display: none;
}

.rec_point_img_sp_03{
  display: block;
}

.advanced-security .rec_patent_Illust_01 .card-group .wrapper::before{
      left: -30px;
}

.advanced-security .rec_patent_Illust_01 .card-group .wrapper::after{
  left: -15px;
}

.advanced-security .rec_patent_Illust_01 .card-group .card .card-flow{
      flex-direction: column;
}

.advanced-security .rec_patent_Illust_01 .card-group .card .card-flow::before{
    left: 45%;
    top: 53%;
    transform: rotate(90deg);
}

.advanced-security .rec_patent_Illust_02 .card-group{
      flex-direction: column;
      gap: 0px;
}

.advanced-security .rec_patent_Illust_02 .img img{
      width: 55px;
}

.key-points .rec_point_img_03{
      font-size: 0.8rem;
          padding: 20px 10px;
}

.advanced-security h3{
  padding-left: 0;
  margin-top: 50px;
}

.advanced-security .rec_patent_Illust_02 .flow-deta{
          flex-direction: column;
}

.trusted-system .rec_patent_Illust_03 .conditions{
          flex-direction: column;
}
    .trusted-system .rec_patent_Illust_03 .img-group::before {
        left: 48%;
    }
    .trusted-system .rec_patent_Illust_03 .conditions img{
      margin: 0 auto;
    }
    .trusted-system .rec_patent_Illust_03 .img-group p{
      width: unset;
    }
    .trusted-system .rec_patent_Illust_03 .conditions{
          padding: 10px 20px 20px;
    }

    .trusted-system .rec_patent_Illust_03 .card-group img{
      width: 115px;
    }

    .trusted-system .trusted-system-group div{
              margin: auto 20px;
    }

.case-study .stat{
  flex-direction: column;
  gap: 10px;
}

#rec .case-study section h4 {
    background-position: 25px top;
    padding-left: 75px;
}

  .case-study .stats-group{
   padding: 0 17px 20px;
        width: auto;
        margin: 0 20px 80px;
  }

  .case-study section .case-group{
                    margin: auto 20px;
  }

  .faq section div {
    padding: 20px 30px;
  }
  #netapp .key-points {
    padding: 225px 0 50px;
    margin: 0;
  }


  .catch-sp-netapp-img{
  bottom: -200px;
  }
  .catch-sp-rec-img {
  right: 0px;
  bottom: -230px;
  }
  .catch-sp-rec img.cap{
  bottom: -191px;
  width: 374px;
  }
  #main_visual-sp ul.tag1 {
    bottom: -370px;
    right: 0px;
    z-index: 300;
  }
  #rec .key-points,
  #guide .key-points{
    padding: 160px 0 50px;
  }
  #main_visual-sp ul.tag1 {
    right: 0px;
    left: auto;
    bottom: -377px;
  }
  #main_visual-sp .catch-sp-rec-wrap1 ul.tag1{
    position: absolute;
    top: 45px;
  }
  #main_visual-sp .catch-sp-guide-wrap1 ul.tag1{
    position: absolute;
    top: 55px;
  }
  .catch-sp-guide-wrap1 {
        justify-content: end;
  }
  #main_visual-sp .catch-sp-spass-wrap1 ul.tag3{
    position: absolute;
    top: 280px;
  }
  #s-pass .key-points{
    padding: 250px 0 50px;
  }
  .catch-sp-netapp h3{
  width: 100%;
}
  section, h2, .guide-text {
        width: auto;
  }
  .catch-sp-guide-wrap1 ul.tag2{
    margin-right: 0px;
  }

  .catch-sp-spass ul li{
width: 170px;
padding-top: 28px;
line-height: 21px;
}

.how-it-works .works-group_03{
      margin: 0 20px 50px;
}

.how-it-works .works-group_01 img,
.how-it-works .works-group_03 img{
  width: 100%;
}

.how-it-works .works-group_01 div p, .how-it-works .works-group_03 p{
  padding: unset;
}

.case-study section .case-group{
      grid-template-columns: repeat(auto-fit, minmax(100%, 2fr));
}

.trusted-system .trusted-system-group,
#netapp .key-points section, #guide .key-points section, #s-pass .key-points section,
.how-it-works .works-group_01,
.how-it-works .works-group_03 div,
.advanced-features .advanced-features-group{
      grid-template-columns: repeat(auto-fit, minmax(100%, 3fr));
}

.pricing .price-group{
      margin: auto 20px;
      flex-direction: column;
}

.pricing .price-card{
  width: 100%;
}

    .pricing .repletion {
        margin: 30px 20px;
    }

}

/************************
　　　印刷画面
*************************/
@media print {
  #main_visual{
    width: 1000px !important;
            height: 425px;
  }
  #main_visual h1 {
    font-size: 1.2rem;
    top:69px;
  }
 #main_visual h2{
          top: 150px;
        font-size: calc(1.325rem + .5vw);
  }

  #main_visual h3{
    font-size: 0.9rem !important;
  }

    .catch-netapp h3 {
          bottom: 40px;
  }

      .catch-rec h3,
        .catch-guide h3,
     .catch-spass h3 {
          bottom: 75px;
  }

  .catch-rec img.cap {
    width: 400px;
right: 120px;
        top: 52px;
}

ul.tag2 li:nth-child(1) {
    right: 150px;
}

ul.tag2 li:nth-child(2) {
    right: 190px;
}

ul.tag2 li:nth-child(3) {
    right: 225px;
}

.catch-spass img.cap {
    width: 380px;
    right: 210px;
    top: 52px;
}
  
  section{
    width: 1000px;
       break-inside: avoid;
  }

  .catch-spass ul li{
    width: 180px;
        height: 123px
  }

  .key-points section{
    break-inside: auto !important;
  }

  .key-points section h3{
    font-size: 1.2rem !important;
  }

  #rec .key-points section {
    grid-template-columns: repeat(auto-fit, minmax(380px, 2fr));
  }

  .key-points .rec_point_img_03{
    display: none;
  }

  .rec_point_img_sp_03{
    display: block;
  }

  #rec .key-points section{
    padding: 0 30px;
  }

  #netapp .key-points section, #guide .key-points section, #s-pass .key-points section {
    grid-template-columns: repeat(auto-fit, minmax(290px, 3fr));
  }

  .advanced-security .rec_patent_Illust_01 .card-group .card-blue .card-flow .note{
    font-size: 0.9rem;
  }

  .advanced-security .rec_patent_Illust_01 .card-group .card-pink .card-flow .rec{
    width: max-content;
  }

  .how-it-works .works-group_01 img {
    width: 280px;
}

  #netapp .flow-group .flow-step, #guide .flow-group .flow-step,
  .how-it-works .works-group_02 div:nth-child(1) {
    max-width: 900px;
}

}