@charset "utf-8";
/* CSS Document */
/*-------------------------------*/
* {
  text-align: left;
  list-style: none outside;
  font-size: 100%;
}
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Helvetica, sans-serif;
  color: #333333;
  font-weight: 400;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1250px;
  }
}
header, footer, main, nav, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, thead, tbody, tr, th, td, em, img, span, a {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
header, footer, main, nav, section {
  display: block;
}
table, tr, td, th {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------------*/ :root {
  scroll-padding: 160px;
}
@media screen and (max-width: 768px) {
  :root {
    scroll-padding: 60px;
  }
}
/*-------------------------------*/
.g-layBaseTyp01 {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 28px;
      font-size: clamp(28px, 1.578rem + 0.86vw, 36px);
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
    font-size: clamp(1.188rem, 0.824rem + 1.82vw, 1.25rem);
  }
  h5 {
    font-size: 18px;
  }
}
a {
  text-decoration: none;
}

br.sp_none{
  display: block;
}

@media screen and (max-width: 768px) {
  br.sp_none{
    display: none;
  }
}

/*テキストカラー*/
.text_color._gradation-type01{
background: linear-gradient( 90deg, rgb(30,69,228) 0%, rgb(50,100,228) 16%, rgb(70,130,228) 35%, rgb(84,83,242) 61%, rgb(97,35,255) 100%); 
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.text_color._solid-color-lightblue{
  color: #1c8dc9;
}

.text_color._solid-color-blue01{
  color: #034bc8;
}

.text_color._solid-color-blue02{
  color: #3859ff;
}

.text_color._solid-color-purple{
  color: #7c4bff;
}
.text_color._solid-color-lightpurple {
  color: #627ce0;
}

/*テキスト背景*/
.text_bg_white{
  margin-right: 10px;
  background: #ffffff;
}
.text_bg_white._type01{
  padding: 11px 0px 10px;
}
.text_bg_white._type02{
  padding: 15px 13px 12px;
}
@media screen and (max-width: 768px) {
  .text_bg_white._type02 {
    padding: 15px 13px 11px;
  }
}

.text_bg_blue {
  background: #7e91ed;
}
.text_bg_blue._type01 {
  padding: 14px 31px;
  line-height: 1;
}

/*ヘッダー*/
header {
  display: flex;
  justify-content: center;
  height: 80px;
  background-color: transparent;
}
.headerIn-typ01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1800px;
  z-index: 1;
}
.menu-typ01 {
  display: flex;
  align-items: center;
  width: 242px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1800px) {
.menu-typ01 {
  border-radius: 0 0 20px 0;
}
}
.head_logo-typ01 {
  margin: 0 35px 0 36.5px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  html.menuOpen .head_logo-typ01 {
    pointer-events: unset;
  }
}
.logo_img {
  width: 170.5px;
  height: 44px;
}
.wrapHam{
  font-size: 16px;
  font-size: clamp(0.938rem, 0.063rem + 1vw, 1rem);
}
.wrapHam ul {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
}
.wrapHam li {
  padding: 0 clamp(10px, 0.063rem + 1vw, 22.5px);
}
.wrapHam li:last-child {
  padding: 0 15px 0 0;
}
.wrapHam li a {
  color: #ffffff;
  transition: 0.15s ease-in;
  font-weight: 500;
}
.wrapHam li a:hover {
  color: #15d8c9;
}
/*追従ヘッダー*/
.headerIn-typ02 {
  display: none;
  position: fixed;
  width: calc(100% - 100px);
  z-index: 100;
  justify-content: space-between;
  background: #ffffff;
  margin: 20px 50px;
  padding: 20px 20px 20px 40px;
  border-radius: 45px;
  box-shadow: 0px 9px 10px 0px rgba(31, 66, 136, 0.5);
}
.menu-typ02 {
  display: flex;
  align-items: center;
}
#TopHeader.headerIn-typ01 {
  display: block;
  animation: headerChange 0.5s ease-in;
}
#MoveHeader.headerIn-typ02 {
  display: block;
  min-width: 1220px;
  animation: headerChange 0.5s ease-in;
}
/* アニメーション */
@keyframes headerChange {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrapHam .Move_ul {
  margin: 0;
}
.wrapHam .Move_ul li {
  padding: 0 clamp(10px, 0.063rem + 1vw, 25px);
}
.wrapHam .Move_ul li:last-child {
  padding: 0 0 0 0;
}
.wrapHam .Move_ul li a {
  color: #333333;
  transition: 0.15s ease-in;
}
.wrapHam .Move_ul li a:hover {
  color: #15d8c9;
}
@media screen and (max-width: 768px) {
  header {
    position: relative;
    height: auto;
    padding: 0;
  }
  .menu-typ01 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 50px;
    border-radius: 0 0 20px 0;
  }
  .logo_img {
    width: 100px;
    height: auto;
  }
  .wrapHam ul {
    display: none;
  }
  .wrapHam li::after {
    display: none;
  }
}
/*ハンバーガーメニュー*/
button.navbar-toggler {
  display: none;
}
@media screen and (max-width: 768px) {
  html.menuOpen .headerIn-typ01 {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #034bc8;
    overflow-y: auto;
    z-index: 100;
    transition: all 0.2s;
  }
  button.navbar-toggler {
    padding: 0;
    display: flex;
    position: fixed;
    align-items: center;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #034bc8;
    box-shadow: none;
    z-index: 600;
    border: none;
  }
  .warapgNavBtnIcon {
    margin: 0 auto;
  }
  button.navbar-toggler .gNavBtnIcon {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
  }
  button.navbar-toggler .gNavBtnIcon .HamBtn_IconBar {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    transition: transform .2s ease-in, opacity .2s ease-in;
  }
  button.navbar-toggler .gNavBtnIcon .IconBar-top {
    transform: translateY(-9px);
  }
  button.navbar-toggler .gNavBtnIcon .IconBar-bottom {
    transform: translateY(9px);
  }
  html.menuOpen button.navbar-toggler .gNavBtnIcon .IconBar-top {
    transform: rotate(-45deg) translateY(0);
    border-radius: 10px;
  }

  html.menuOpen button.navbar-toggler .gNavBtnIcon .IconBar-middle {
    opacity: 0;
  }
  html.menuOpen button.navbar-toggler .gNavBtnIcon .IconBar-bottom {
    transform: rotate(45deg) translateY(0);
    border-radius: 10px;
  }
  .gNavTyp01 {
    display: none;
  }
  html.menuOpen .wrapHam {
    position: relative;
    margin: 16px 0;
    padding: 85px 0 0;
    display: flex;
    justify-content: center;
  }
  html.menuOpen .gNavTyp01 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
  }
  html.menuOpen .gNavTyp01 .gNavItem {
    padding: 22px 0;
  }
  html.menuOpen .gNavTyp01 .gNavItem:first-child {
    padding-top: 0;
  }
  html.menuOpen .gNavTyp01 .gNavItem:nth-last-child(3) {
    padding-bottom: 0;
  }
  html.menuOpen .gNavTyp01 .gNavItem:nth-last-child(2) {
    padding: 85px 0 0;
  }
  .wrapHam li a:hover {
    color: #15d8c9;
  }
}
@media screen and (max-width: 341px) {
  .logo_text {
    margin: 0 0 0 10px;
  }
}

/*ボタン*/
.wrap_Btn {
  display: flex;
  justify-content: center;
  column-gap: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrap_Btn {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}

.Btn-typ01 {
  max-width: 400px;
  width: 100%;
}
.Btn-typ01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 38px 0;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.Btn-typ01._try a {
  background: linear-gradient( 45deg, rgba(119,96,235,0.99608) 0%, rgb(102,96,235) 36%, rgb(86,115,231) 77%, rgb(70,133,226) 100%); 
}
.Btn-typ01._try a:hover {
  background: #6ea8ff;
}
.Btn-typ01._contact a {
  background: linear-gradient( 45deg, rgba(3,143,189,0.99608) 0%, rgb(3,189,174) 97%, rgb(3,189,174) 100%); 
}
.Btn-typ01._contact a:hover {
  background: #15d8c9;
}
@media screen and (max-width: 768px) {
  .Btn-typ01 {
    max-width: 600px;
  }
  .Btn-typ01 a {
    padding: 26px 0;
    font-size: 18px;
    font-size: clamp(18px, 0.996rem + 0.65vw, 24px);
  }
}

/*ヘッダーボタン*/
.Btn-typ02 {
  width: 200px;
}
.Btn-typ02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  width: 100%;
  border-radius: 50px;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #ffffff;
  box-shadow: 4px 5px 16px 5px rgba(31, 66, 136, 0.5);
}

.Btn-typ02 a.frame-try:hover {
  border: 2px solid #6b52e7;
}

.Btn-typ02 .BtnText-try {
  font-weight: 700;
  color: #6b52e7;
}

.Btn-typ02 a.frame-contact:hover {
  border: 2px solid #038fbd;
}

.Btn-typ02 .BtnText-contact {
  font-weight: 700;
  color: #038fbd;
}

/*追従ヘッダーボタン*/
.Btn-typ03 a {
  box-shadow: none;
}
.wrapHam .Move_ul li .Btn-typ03._purple a {
  background: #6b52e7;
  border: 2px solid #6b52e7;
  color: #ffffff;
}
.wrapHam .Move_ul li .Btn-typ03._purple a:hover {
  background: #ffffff;
  color: #6b52e7;
}

.wrapHam .Move_ul li .Btn-typ03._lightblue a {
  background: #038fbd;
  border: 2px solid #038fbd;
  color: #ffffff;
}
.wrapHam .Move_ul li .Btn-typ03._lightblue a:hover {
  background: #ffffff;
  color: #038fbd;
}

/*ボタン_背景白*/
.Btn-typ04 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.Btn-typ04 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 0;
  width: 100%;
  border-radius: 50px;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #034bc8;
  box-shadow: 4px 5px 16px 5px rgba(31, 66, 136, 0.5);
}
.Btn-typ04 a:hover {
  background: #034bc8;
  color: #ffffff;
}

/*メインビジュアル*/
.sec-Main {
  margin-bottom: 95px;
  background: url("../img/mv_bg.jpg") no-repeat center top / auto 959px;
}

.wrapMain{
  margin-top: 70px;
}
.mv_title {
  display: flex;
  justify-content: center;
}
.mv_title_img{
  width: 592px;
  height: 399px;
}

@media screen and (max-width: 768px) {
  .sec-Main {
    margin-bottom: 70px;
    background: url("../img/mv_bg_sp.jpg") no-repeat center top / auto 710px;
  }
  .wrapMain{
    margin-top: 143px;
  }
  .mv_title_img{
    max-width: 356px;
    width: 100%;
    height: auto;
  }
}

/*メインビジュアル_導入効果*/
.intro_box{
  margin-top: 80px;
  padding: 60px;
  width: 100%;
  background: #ffffff;
  box-shadow: 4px 5px 16px 5px rgba(31, 66, 136, 0.1);
  border-radius: 5px;
}
.intro_head{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.intro_head .text_color._gradation-type01{
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .intro_box{
    box-shadow: 2.5px 3px 7.5px 2px rgba(31, 66, 136, 0.1);
  }
  .intro_head{
    font-size: 18px;
    font-size: clamp(18px, 0.867rem + 1.29vw, 30px);
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .intro_head .text_color._gradation-type01{
    font-size: 24px;
    font-size: clamp(24px, 1.242rem + 1.29vw, 36px);
  }
}

.intro_do {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.intro_do_box{
  width: 420px;
  padding: 60px 50px;
  border: 1px solid #034bc8;
}
.intro_do_box p{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.intro_do_box p span{
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .intro_box{
    margin-top: 90px;
    padding: 40px 30px;
  }
  .intro_do {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 25px;
  }
  .intro_do_box{
    width: 100%;
    padding: 30px 15px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .intro_do_box p{
    font-size: 14px;
    font-size: clamp(14px, 0.789rem + 0.43vw, 18px);
  }
  .intro_do_box p span{
    margin-top: 20px;
    text-align: center;
    line-height: 1.4;
    font-size: 20px;
    font-size: clamp(20px, 1.143rem + 0.46vw, 24px);
  }
}

/*こんなお悩みありませんか？*/
.wrapProblem h2{
  font-size: 40px;
  text-align: center;
  font-weight: 500;
}
.wrapProblem h2 span{
  padding: 0 4px 0 5px;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .wrapProblem h2{
    font-size: 20px;
    font-size: clamp(20px, 0.82rem + 2.15vw, 40px);
  }
  .wrapProblem h2 span{
    font-size: 30px;
    font-size: clamp(30px, 1.445rem + 2.15vw, 50px);
  }
}

.wrapProblem .wrap_Btn {
  margin-top: 50px;
}
.problem_box01{
  position: relative;
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 70px; 
}
@media screen and (max-width: 768px) {
  .wrapProblem .wrap_Btn {
    margin-top: 30px;
  }
  .problem_box01 {
    margin-top: 40px;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.problem_box_con{
  position: relative;
  width: 450px;
  padding: 63px 60px;
  background: #f3f7ff;
}
@media screen and (max-width: 768px) {
  .problem_box_con{
    padding: 33px;
    width: 100%;
  }
}

.problem_box_con::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 119px;
  height: 185px;
}
.problem_box_con._pro01::after{
  right: -34px;
  background: url(../img/problem_img01.png) no-repeat 0 0 / 100% auto;
}
.problem_box_con._pro02::after{
  right: -38px;
  background: url(../img/problem_img02.png) no-repeat 0 0 / 100% auto;
}
.problem_box_con._pro03::after{
  right: -34px;
  background: url(../img/problem_img03.png) no-repeat 0 0 / 100% auto;
}
.problem_box_con._pro04::after{
  width: 129px;
  right: -34px;
  background: url(../img/problem_img04.png) no-repeat 0 0 / 100% auto;
}
@media screen and (max-width: 768px) {
  .problem_box_con::after{
    width: 80.5px;
    height: 130px;
  }
  .problem_box_con._pro01::after{
    right: 0px;
    bottom: -5px;
    background: url(../img/problem_img01.png) no-repeat 0 0 / 100% auto;
  }
  .problem_box_con._pro02::after{
    right: 5px;
    background: url(../img/problem_img02.png) no-repeat 0 0 / 100% auto;
  }
  .problem_box_con._pro03::after{
    right: 0px;
    bottom: -5px;
    background: url(../img/problem_img03.png) no-repeat 0 0 / 100% auto;
  }
  .problem_box_con._pro04::after{
    width: 85px;
    right: -2px;
    bottom: -7px;
    background: url(../img/problem_img04.png) no-repeat 0 0 / 100% auto;
  }
}

.problem_title{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
.problem_text{
  margin-top: 40px;
  padding: 0 28px 0 0;
}
@media screen and (max-width: 768px) {
  .problem_title{
    font-size: 24px;
    font-size: clamp(24px, 1.371rem + 0.65vw, 30px);
  }
  .problem_text{
    margin-top: 30px;
    padding: 0 64px 0 0;
  }
}
.problem_box02{
  position: relative;
  margin-top: 60px;
  padding: 127px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  color: #565656;
  row-gap: 30px;
  line-height: 1;
}
.problem_box02::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -67.5px;
  top: 0px;
  width: 100%;
  max-width: 1000px;
  height: auto; 
  background: url(../img/problem_img05.png) no-repeat 0 0 / 100% auto;
}
@media screen and (max-width: 768px) {
  .problem_box02{
    margin-top: 40px;
    padding: 62.5px 0 0;
  }
}

.problem_box02 p{
  font-size: 40px;
}
.problem_box02 .text_color._gradation-type01{
  padding-right: 5px;
  font-size: 42px;
}
.problem_box02_wrap{
  display: flex;
  align-items: flex-end;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.problem_text_typ02 .img_text_box01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
  font-size: 30px;
}
.img_text_box2{
  display: flex;
  align-items: flex-end;
}
.problem_text_typ02 .logo_img {
  width: 147.5px;
  height: 42.5px;
  margin-right: 15px;
}
.display_text01{
  display: flex;
}
.dot_text {
  background-image: radial-gradient(circle at center, #333333 20%, transparent 20%); 
  background-position: top right; 
  background-repeat: repeat-x; 
  background-size: 1em 0.3em; 
  padding-top: .4em;
}
@media screen and (max-width: 768px) {
  .problem_box02{
    margin-top: 40px;
  }
  .problem_box02 p{
    font-size: 28px;
    font-size: clamp(28px, 1.492rem + 1.29vw, 40px);
  }
  .problem_box02 .text_color._gradation-type01{
    padding-right: 0px;
    font-size: 38px;
    font-size: clamp(38px, 2.289rem + 0.43vw, 42px);
    margin-bottom: 20px;
  }
  
  .problem_text_typ02 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .img_text_box2{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .problem_text_typ02 .logo_img {
    width: 95px;
    height: 27px;
    margin-right: 5px;
  }
  
  .problem_text_typ02 .img_text_box01 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: clamp(20px, 1.035rem + 1.08vw, 30px);
  }
}
@media screen and (max-width: 350px) {
  .problem_box02 .text_color._gradation-type01{
    font-size: 32px;
    font-size: clamp(2.125rem, 2.039rem + 0.43vw, 2.375rem);
  }
}

/*ミラカン需要予測サービス*/
.sec-Service {
  position: relative;
  background: url(../img/bg_about.jpg) no-repeat 0 0  / 100% auto , linear-gradient( 90deg, rgb(70,130,228) 0%, rgb(98,102,242) 40%, rgb(125,74,255) 100%);
  padding-top: 291px;
  margin-top: 81.5px;
}
@media screen and (max-width: 768px) {
  .sec-Service {
    background: url(../img/bg_about_sp.jpg) no-repeat 0 0  / 100% auto , linear-gradient( 90deg, rgb(70,130,228) 0%, rgb(98,102,242) 40%, rgb(125,74,255) 100%);
    padding-top: 92.5px;
    margin-top: 50px;
  }
}

.wrapService_center{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  padding: 0 10px;
}

.wrapService_center h2.head_title{
  margin-bottom: 75px;
}
.service_title_picture .head_title_img{
  width: 677px;
  height: 204px;
}
.service_img_box{
  display: flex;
  justify-content: center;
}
.service_contents_picture .service_img {
  width: 1000px;
  height: 690px;
}
@media screen and (max-width: 768px) {
  .wrapService_center h2.head_title{
    margin-bottom: 50px;
  }
  .service_title_picture .head_title_img {
    width: 296px;
    height: 96px;
  }
  .service_img_box{
    justify-content: flex-end;
    padding-left: 20px;
  }
  .service_contents_picture .service_img {
    max-width: 500px;
    width: 100%;
    height: auto;
  }
}

.wrapService_center p{
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 2.4;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.wrapService_center .service_text_wrap{
  margin-bottom: 60px;
  line-height: 2.8;
}

.wrapService_center p span span.service_text01 {
  font-size: 26px;
}
.wrapService_center p span span.service_text02 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .wrapService_center p{
    font-size: 16px;
    font-size: clamp(16px, 0.914rem + 0.43vw, 20px);
  }
  .wrapService_center p span span.service_text01 {
    font-size: 20px;
    font-size: clamp(20px, 1.121rem + 0.65vw, 26px);
  }
  .wrapService_center p span span.service_text02 {
    font-size: 26px;
    font-size: clamp(26px, 1.539rem + 0.43vw, 30px);
  }
}

/*3つの特徴*/
.warapfeatures{
  padding: 118.5px 0 120px;
  background: url("../img/bg_features.jpg") no-repeat 0 0  / 100% auto;
}
h3.head_title._Features{
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
h3.head_title._Features span{
  font-size: 80px;
  font-weight: 700;
}
h3.head_title._Features span span{
  font-size: 120px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .warapfeatures{
    padding: 80px 0 70px;
    background: url("../img/bg_features_sp.jpg") no-repeat 0 0  / 100% auto;
  }
h3.head_title._Features{
  font-size: 20px;
  font-size: clamp(20px, 1.035rem + 1.08vw, 30px);
  text-align: center;
}
h3.head_title._Features span{
  font-size: 50px;
  font-size: clamp(50px, 2.48rem + 3.23vw, 80px);

}
h3.head_title._Features span span{
  font-size: 80px;
  font-size: clamp(80px, 4.14rem + 4.3vw, 120px);

}
}

.warapfeatures ol {
  margin-top: -94px;
}
.FeaturesList-typ01{
  display: flex;
  justify-content: flex-end;
  column-gap: 113px;
}

.Features_num .head_title_img{
  margin-bottom: 30px;
}
.FeaturesText-typ02{
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 700;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .warapfeatures ol {
    margin-top: 50px;
  }
  .FeaturesList-typ01{
    flex-direction: column;
    align-items: flex-end;
  }
  .Features_num .head_title_img{
    margin-bottom: 25px;
  }
  .FeaturesText-typ02{
    margin-bottom: 25px;
    font-size: 24px;
    font-size: clamp(24px, 1.285rem + 1.08vw, 34px);
    
  }
}

/*特徴1*/
.g-layBaseTyp02{
  width: calc(50% - 7px);
}
.FeaturesBox_common {
  font-weight: 500;
}

.FeaturesBox_wrap-typ01 {
  position: relative;
  display: flex;
  margin-bottom: 66px;
  padding: 80px 45px;
  background-color: #ffffff;
  filter:drop-shadow(4px 5px 16px rgba(31, 66, 136, 0.5));
}
.FeaturesBox_wrap-typ01::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -100px;
  width: 110px;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .g-layBaseTyp02{
    width: 100%;
    padding-left: 50px;
  }
  .FeaturesBox_wrap-typ01 {
    margin-bottom: 30px;
    padding: 40px 20px 40px 30px;
    border-left: none;
  }
  .FeaturesBox_wrap-typ01::after {
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
    left: -30px;
    width: 40px;
  }
}

/*特徴2*/
.g-layBaseTyp03 {
  width: calc(50% + 50px);
}
.FeaturesBox_wrap-typ02 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 66px;
  padding: 80px 50px;
  background-color: #ffffff;
  filter:drop-shadow(4px 5px 16px rgba(31, 66, 136, 0.5));
}
.FeaturesBox_wrap-typ02::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -100px;
  width: 110px;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 10px 100%, 0 100%);
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .g-layBaseTyp03{
    width: 100%;
    padding-right: 42px;
  }
  .FeaturesBox_wrap-typ02 {
    margin-bottom: 30px;
    padding: 40px 16px 40px 20px;
    border-right: none;
  }
  .FeaturesBox_wrap-typ02::after {
    right: -30px;
    width: 40px;
    clip-path: polygon(0 0, 10px 0, 100% 100%, 0 100%);
  }
}

/*特徴3*/
.FeaturesList-typ03{
  display: flex;
  justify-content: center;
}
.g-layBaseTyp04 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1040px;
}
.FeaturesBox_wrap-typ03 {
  position: relative;
  width: 745px;
  margin-left: 47.5px;
  padding: 80px 70px;
  background-color: #ffffff;
  filter:drop-shadow(4px 5px 16px rgba(31, 66, 136, 0.5));
}
.FeaturesBox_wrap-typ03::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -80px;
  width: 90px;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
  background: #ffffff;
}
.FeaturesBox_wrap-typ03::before {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  width: 90px;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 10px 100%, 0 100%);
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .FeaturesBox_wrap-typ03 {
    padding: 40px 20px 40px 32.5px;
    border-left: none;
    border-right: none;
  }
  .FeaturesBox_wrap-typ03::after {
    left: -30px;
    width: 40px;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
  }
  .FeaturesBox_wrap-typ03::before {
    display: none;
  }
}

.FeaturesBtn{
  padding: 60px 0;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .FeaturesBtn{
    padding: 50px 20px;
    background: #ffffff;
  }
}

/*導入事例*/
.sec-Example {
  padding: 120px 0; 
  background: #f2f9ff;
  font-weight: 500;
}
.wrapExample{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapExample h2{
  margin-bottom: 50px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .sec-Example {
    padding: 70px 0;
  }
  .wrapExample h2{
    font-size: 28px;
    font-size: clamp(28px, 1.578rem + 0.86vw, 36px);
  }
}

.Example_box01{
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
  padding: 60px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 4px 5px 16.1px 5.3px rgba(31, 66, 136, 0.1);
}
.example_head01{
  position: relative;
  display: flex;
  align-items: center;
}
.example_head01::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: -2px;
  width: 100%;
  height: 2px;
  background: #e6e6e6;
}

.example_head01 .icon_text {
  position: relative;
  display: inline-block;
  padding: 0 5px 53.5px;
  color: #03b7b0;
  background: url("../img/icon_example_01.svg") no-repeat 50% 30px / 40px auto;
  font-weight: 500;
  text-align: center;
}
.example_head01 .icon_text span {
  padding-left: 5px
}
.example_head01 .icon_text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: -2px;
  width: 100%;
  height: 2px;
  background: #03b7b0;
}
.example_head01 .head_text {
  position: relative;
  flex-grow: 1;
  padding-left: 40px;
  font-size: 24px;
  font-weight: 500;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .Example_box01{
    padding: 27px;
    gap: 25px;
  }
  .example_head01 .icon_text {
    display: flex;
    flex-direction: column;
    padding: 0 1px 53.5px;
    align-items: center;
    font-size: 14px;
    font-size: clamp(14px, 0.832rem + 0.22vw, 16px);
    flex-grow: 1;
    min-width: 62px;
    background: url("../img/icon_example_01.svg") no-repeat 50% 50px / 40px auto;
  }
  .example_head01 .icon_text span {
    padding-left: 0px
  }
  .example_head01 .head_text {
    padding-left: 20px;
    font-size: 18px;
    font-size: clamp(18px, 0.996rem + 0.65vw, 24px);
  }
}
@media screen and (max-width: 350px) {
  .example_head01 .icon_text {
    font-size: 13px;
    font-size: clamp(13px, 0.748rem + 0.32vw, 16px);
    background: url("../img/icon_example_01.svg") no-repeat 50% 44px / 40px auto;
  }
  .example_head01 .head_text {
    padding-left: 10px;
    font-size: 16px;
    font-size: clamp(16px, 0.828rem + 0.86vw, 24px);
  }
}

.Example_box02{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.Example_box02_inner{
  max-width: 380px;
  margin-right: 62.5px;
  font-size: 20px;
}
.example_head02 {
  margin-bottom: 40px;
  color: #1874c3;
}
.example_head02 h3 {
  font-size: 34px;
}
.example_img_box .example_img{
  width: 100%;
  max-width: 440px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .Example_box02 {
    flex-direction: column;
    row-gap: 30px;
  }
  .Example_box02_inner{
    max-width: none;
    margin-right: 28px;
    font-size: 16px;
    font-size: clamp(16px, 0.914rem + 0.43vw, 20px);
  }
  .example_head02 {
    margin-bottom: 30px;
  }
  .example_head02 h3 {
    font-size: 24px;
    font-size: clamp(24px, 1.285rem + 1.08vw, 34px);
  }
}

/*導入フロー*/
.wrapFlow {
  position: relative;
  margin: 0 0 0 5px;
  padding: 120px 0;
}
.wrapFlow::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 1px;
  height: 100%;
  background: linear-gradient( 180deg, rgb(4,171,186) 0%, rgb(10,147,190) 18%, rgb(23,138,201) 31%, rgb(35,129,212) 47%, rgb(71,92,227) 68%, rgb(107,55,241) 100%);
}
@media screen and (max-width: 768px) {
  .wrapFlow {
    padding: 70px 0;
  }
}

.wrapFlow h2 {
  margin-bottom: 60px;
  padding-left: 100px;
}
.flow_ol {
  width: 100%;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .flow_ol {
    padding-left: 45px;
  }
}

.flow_li {
  position: relative;
  width: 100%;
  border-radius: 5px;
}
.flow_li::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: -106px;
  width: 10px;
  height: 10px;
  background: #0a93be;
}
.flow_li::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  top: calc(50% + 4px);
  left: -102px;
  width: 2px;
  height: 2px;
  background: #ffffff;
}
.flow_li + .flow_li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .flow_li::before {
    left: -51px;
  }
  .flow_li::after {
    left: -47px;
  }
}

.flow_deco-line {
  position: relative;
  padding: 40px;
}
.flow_deco-line::after {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  left: -71px;
  width: 100%;
  max-width:  71px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .flow_deco-line {
    padding: 25px;
  }
  .flow_deco-line::after {
    left: -30px;
    max-width:  20px;
  }
}

.flow_li._step1 {
  border: 2px solid #0a93be; 
}
.flow_li._step1::before, .flow_li._step1 .flow_deco-line::after {
  background: #0e90c2;
}
.flow_li._step2 {
  border: 2px solid #2381d4;
}
.flow_li._step2::before, .flow_li._step2 .flow_deco-line::after {
  background: #2381d4;
}
.flow_li._step3 {
  border: 2px solid #546fea;
}
.flow_li._step3::before, .flow_li._step3 .flow_deco-line::after {
  background: #546fea;
}
.flow_li._step4 {
  border: 2px solid #644aef;
}
.flow_li._step4::before, .flow_li._step4 .flow_deco-line::after {
  background: #644aef;
}

.flow_head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .flow_head {
    margin-bottom: 20px;
  }
}
.flow_li._step1 .flow_head{
  color: #0a93be;
}
.flow_li._step2 .flow_head{
  color: #2381d4;
}
.flow_li._step3 .flow_head{
  color: #546fea;
}
.flow_li._step4 .flow_head{
  color: #644aef;
}
.flow_img_box{
  padding-right: 15px;
}

.flow_example{
  display: flex;
  margin-top: 20px;
  padding: 30px;
  width: 100%;
  background: #f5f7ff;
}
.flow_example span {
  font-weight: 700;
}
.flow_example ul li {
  margin: 0 0 0 40px;
  list-style: initial;
}
.flow_example ul li + li{
  margin-top: 10px;
}
.flow_example ul li::marker {
  color: #627ce0;
}
@media screen and (max-width: 768px) {
  .flow_example {
    flex-direction: column;
    padding: 20px;
  }
  .flow_example ul li {
    margin: 0 0 0 18px;
    font-size: 14px;
    font-size: clamp(14px, 0.832rem + 0.22vw, 16px);
  }
}

/*料金*/
.sec-Price{
  padding: 120px 0;
  background: #f5f7ff;
}
@media screen and (max-width: 768px) {
  .sec-Price{
    padding: 70px 0;
  }
}
.wrapPrice{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapPrice h2{
  margin-bottom: 60px;
}
.price_text_wrap{
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
}
.price_img_box{
  margin-top: 30px;
}
.wrapPrice .kome{
  margin-top: 20px;
  font-size: 14px;
}
.sec-Price .wrap_Btn{
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .wrapPrice h2{
    margin-bottom: 50px;
  }
  .price_text_wrap{
    font-size: 20px;
    font-size: clamp(20px, 1.121rem + 0.65vw, 26px);
  }
  .price_img_box{
    margin-top: 20px;
  }
  .sec-Price .wrap_Btn{
    margin-top: 50px;
  }
  .sec-Price .wrap_Btn{
    padding: 0px 20px;
  }
}

/*その他のサービス*/
.sec-Other {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .sec-Other{
    padding: 70px 0;
  }
}
.wrapOther {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapOther h2{
  margin-bottom: 60px;
}
.other_img_box a {
  transition: 0.15s ease-in;
}
.other_img_box a:hover {
  opacity: 0.8;
}
.other_img_box .other_img{
  width: 100%;
  max-width: 470px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrapOther h2{
    margin-bottom: 50px;
  }
}

/*ミラカン合同会社について*/
.sec-About {
  position: relative;
  padding: 140px 0 100px;
  background: #5a72ea url("../img/mirakan_bg_01.png") no-repeat 100% 100% / 815px auto;
}
@media screen and (max-width: 768px) {
  .sec-About{
    padding: 60px 0;
    background: #5a72ea url("../img/mirakan_bg_01_sp.jpg") no-repeat 100% 100% / 375px auto;
  }
}
.warapAbout {
  color: #ffffff;
}
.warapAbout h3 {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 700;
}
.AboutBox-typ01{
  margin-bottom: 60px;
}
.AboutBox-typ02 + .AboutBox-typ02 {
  margin-top: 80px;
}
.AboutBox-typ03 + .AboutBox-typ03 {
  margin-top: 50px;
}
.text-deco02 {
  margin: 0 0 30px;
  padding: 6.5px 0 6.5px 24px;
  border-left: 4px solid #dee3ff;
  font-size: 18px;
  font-weight: bold;
}
.AboutText-small01 {
  font-size: 14px;
}
.AboutBox-typ02 a {
  color: #ffffff;
  text-decoration: underline;
}
.AboutBox-typ02 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .warapAbout h3 {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: clamp(20px, 1.078rem + 0.86vw, 28px);
  }
  .AboutBox-typ02 + .AboutBox-typ02{
    margin-top: 50px;
  }
  .AboutBox-typ03 + .AboutBox-typ03 {
    margin-top: 40px;
  }
  .text-deco02 {
    margin: 0 0 25px;
    padding: 6.5px 0 6.5px 10px;
    font-size: 16px;
    font-size: clamp(16px, 0.957rem + 0.22vw, 18px);
  }
}

/*フッター*/
footer {
  padding: 90px 0 20px;
  background-color: #f2f9ff;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 25px;
  }
}
.wrapFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.PrivacyPolicy {
  margin: 80px 0 38px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .PrivacyPolicy {
    margin: 60px 0 33px;
  }
}
.PrivacyPolicy a {
  position: relative;
  transition: all 0.15s ease-in;
  font-size: 14px;
  color: #04a4b5;
}
.PrivacyPolicy a:hover {
  color: #00d0e6;
}
.PrivacyPolicy a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 75px);
  width: 150px;
  height: 2px;
  background: #04a4b5;
  border-radius: 5px;
  transition: all 0.15s ease-in;
}
.PrivacyPolicy a:hover::after {
  background: #00d0e6;
}

.Copyright {
  font-size: 12px;
  color: #8e8e8e;
}




/*-------------------------------*/
@media screen and (max-width: 768px) {
  html.menuOpen {
    /*<button onclick="document.documentElement.classList.toggle('menuOpen') && (globalMenu.scrollTop = 0)">*/
    /* メニューが開いている時はページスクロールを無効化する */
    overflow: hidden;
  }
}

.collapse:not(.show) {
  display: block;
}

@media screen and (max-width: 768px) {
  #navbarSupportedContent {
    transition: unset;
  }
  #navbarSupportedContent.collapse.show{
    transition: unset;
  }
}
/*-------------------------------*/