@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: 500;
  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;
}
.g-layBaseTyp02 {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
}

.g-layBaseTyp03 {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .g-layBaseTyp03 {
    padding: 0;
  }
}


.head_title_h2 {
  font-size: 28px;
  padding-bottom: 30px;
  background: url("../img/h2_img.png") no-repeat 50% 100% / auto 4px;
}
@media screen and (max-width: 768px) {
  .head_title_h2 {
    font-size: 24px;
    padding-bottom: 25px;
    background: url("../img/h2_img_sp.png") no-repeat 50% 100% / auto 5px;
  }
}

a {
  text-decoration: none;
}

br.sp_none{
  display: block;
}
br.pc_none{
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp_none{
    display: none;
  }
  br.pc_none{
    display: block;
  }
}

/*テキストカラー*/
.textColor-orange {
  color: #fa4500;
}


/*ヘッダー*/
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: 260px;
  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 0 0 25px;
  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: 210px;
  height: 42.5px;
}
.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: #333333;
  transition: 0.15s ease-in;
  font-weight: 500;
}
.wrapHam li a:hover {
  color: #fa4500;
}
@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: 160px;
    height: 50px;
    border-radius: 0 0 20px 0;
  }
  .head_logo-typ01 {
    margin: 0;
  }
  .logo_img {
    width: 115px;
    height: auto;
  }
  .wrapHam ul {
    display: none;
  }
  .wrapHam li::after {
    display: none;
  }
}
/*追従ヘッダー*/
.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(0, 0, 0, 0.2);
}
.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: #fa4500;
}

/*ハンバーガーメニュー*/
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: #fa4500;
    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: 70px;
    height: 54px;
    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: #fa4500;
    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;
    background-color: #ffffff;
  }

  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;
    background-color: #ffffff;
  }
  .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 {
    color: #ffffff;
  }
  .wrapHam li a:hover {
    color: #e92600;
  }
}
@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;
  border: 2px solid #fa4500;
  transition: 0.15s ease-in;
}
.Btn-typ01._try a {
  background: #fa4500; 
}
.Btn-typ01._try a:hover {
  background: #ffffff;
  color: #fa4500;
}
.Btn-typ01._contact a {
  background: #ffffff;
  color: #fa4500;
}
.Btn-typ01._contact a:hover {
  background: #fa4500;
  color: #ffffff;
}
@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: #fa4500;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #fa4500;
}
.Btn-typ02._try a {
  background: #fa4500; 
  color: #ffffff;
}
.Btn-typ02._try a:hover {
  background: #ffffff;
  color: #fa4500;
}
.Btn-typ02._contact a {
  background: #ffffff;
  color: #fa4500;
}
.Btn-typ02._contact a:hover {
  background: #fa4500;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .Btn-typ02._try a {
    border: 2px solid #ffffff;
  }
  .Btn-typ02._contact a:hover {
    border: 2px solid #ffffff;
  }
}


/*追従ヘッダーボタン*/
.Btn-typ03 a {
  box-shadow: none;
}
.wrapHam .Move_ul li .Btn-typ03._orange a {
  background: #fa4500;
  border: 2px solid #fa4500;
  color: #ffffff;
}
.wrapHam .Move_ul li .Btn-typ03._orange a:hover {
  background: #ffffff;
  color: #fa4500;
}

.wrapHam .Move_ul li .Btn-typ03._white a {
  background: #ffffff;
  border: 2px solid #fa4500;
  color: #fa4500;
}
.wrapHam .Move_ul li .Btn-typ03._white a:hover {
  background: #fa4500;
  color: #ffffff;
}

/*ボタン_背景白*/
.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: #ff682f;
  border: 2px solid #ffffff;
  transition: 0.15s ease-in;
}
.Btn-typ04 a:hover {
  background: #ff6931;
  color: #ffffff;
}


/*メインビジュアル*/
.sec-Main {
  background: url("../img/mv_bg.jpg") no-repeat center/ cover;
}
.wrapMain {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  padding-bottom: 86px;
}
@media screen and (max-width: 768px) {
  .wrapMain{
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
  }
}

.mv_copy {
  padding-left: clamp(20px, 5%, 90px);
}
.mv_copy_text {
  font-size: 64px;
  font-size: clamp(58px, 4.1vw, 64px);
  font-weight: 900;
  color: #fa4500;
  font-feature-settings: "palt";
}
.mv_copy_text .textType01 {
  font-size: 70px;
  font-size: clamp(64px, 4.5vw, 70px);
  font-family: "Roboto";
}
@media screen and (max-width: 768px) {
  .mv_copy {
    padding-left: 0px;
  }
  .mv_copy_text{
    font-size: 34px;
    font-size: clamp(34px, 1.48rem + 3.23vw, 64px);
  }
  .mv_copy_text .textType01{
    font-size: 40px;
    font-size: clamp(40px, 1.855rem + 3.23vw, 70px);
  }
}
.mv_copy_come {
  margin: 122px 0 20px;
  margin: 17% 0 14px;
  padding: 31px 0 0;
  width: 367px;
  height: 101px;
  background: url("../img/mv_img_02.svg") no-repeat 0 0 / 100% auto;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv_copy_come{
    margin: 46px 0 10px;
    padding: 21px 0 0;
    max-width: 270px;
    width: 100%;
    height: 73.5px;
    font-size: 16px;
  }
}
.mv_copy_logo {
  width: 282px;
  height: auto;
}
.mv_copy_logo .logo_img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv_copy_logo{
    width: 195px;
    height: auto;
  }
}

.mv_img {
  width: 772px;
  width: clamp(710px, 25rem + 24.8vw, 772px);
  height: auto;
  margin-top: -20px;
}
.mv_img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .mv_img{
    margin-top: -40px;
    max-width: 772px;
    width: 100%;
    height: auto;
  }
}

/*CoeCastとは*/
.wrapServiceAbout {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .wrapServiceAbout {
    padding: 50px 0 0;
  }
}
.wrapServiceAboutBox{
  border: 1px solid #ffb69a;
}
.wrapServiceAboutBox_inner {
  margin: 10px;
  padding: 90px 100px;
  background: #fff3ee;
}
.ServiceAboutHeadTitel_type01 {
  font-size: 34px;
  font-weight: 700;
}
.ServiceAbout_text_type01 {
  font-size: 60px;
}
.ServiceAbout_text_type01 rt {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  text-align: center;
  font-weight: 400;
}
.ServiceAbout_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}
.ServiceAbout_text p {
  text-align: center;
}
.ServiceAbout_text p + p {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrapServiceAboutBox_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 40px;
  }
  .ServiceAboutHeadTitel_type01 {
    font-size: 18px;
    font-size: clamp(16px, 4.8vw, 18px);
    text-align: center;
  }
  .ServiceAbout_text_type01 {
    font-size: 40px;
    font-size: clamp(32px, 9.5vw, 40px);
  }
  .ServiceAbout_text_type01 rt {
    margin-top: 15px;
    font-size: 12px;
  }
  .ServiceAbout_text {
    margin-top: 40px;
    font-size: 16px;
  }
  .ServiceAbout_text p {
    text-align: left;
  }
  .ServiceAbout_text p + p {
    margin-top: 40px;
  }
}

/*サービス概要*/
.wrapService {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 120px;
}
@media screen and (max-width: 768px) {
  .wrapService {
    padding: 80px 0 80px;
  }
}
.ServiceHeadTitel_type01 {
  margin-top: 60px;
  font-size: 44px;
}
.Service_text_type01 {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ServiceHeadTitel_type01 {
    margin-top: 50px;
    font-size: 34px;
    text-align: center;
  }
}
.ServiceBox {
  margin-top: 60px;
  margin-bottom: 100px;
  width: 100%;
}
.ServiceBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ServiceBox li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
  min-height: 355px;
  padding: 50px 20px 50px;
  border: 1px solid #fa4500;
  border-radius: 20px;
  background: #ffffff;
}
.ServiceBox_text_type01 {
  margin: 0 0 25px;
}
.ServiceBox_text_type02 {
  font-size: 24px;
  color: #fa4500;
  text-align: center;
}
.ServiceBox_icon  {
  margin-bottom: 30px;
}
._ServiceIcon01 {
  width: 100px;
  height: auto;
}
._ServiceIcon02 {
  width: 100px;
  height: auto;
}
._ServiceIcon03 {
  width: 100px;
  height: auto;
}
.ServiceBox_icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ServiceBox {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .ServiceBox ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ServiceBox li {
    padding: 40px 20px;
    max-width: 335px;
    width: 100%;
    min-height: auto;
  }
  .ServiceBox li + li{
    margin-top: 20px;
  }
}

/*こだわった操作性*/
.sec-Operability {
  background: #eef1f3 url(../img/operation_bg.jpg) no-repeat 0 bottom/ auto 363px;
}
.wrapOperability {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 120px;
}
@media screen and (max-width: 768px) {
  .sec-Operability {
    background: #eef1f3 url(../img/operation_bg.jpg) no-repeat 0 bottom / 375px auto;
  }
  .wrapOperability {
    padding: 80px 0 80px;
  }
}
.head_title_Operability {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 34px 0;
  width: 377px;
  background: #ffffff;
  border-radius: 100px;
  font-size: 28px;
  line-height: 1;
}
.head_title_Operability::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  width: 30px;
  height: 16px;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: #ffffff;
}
.OperabilityHeadTitel_type01 {
  margin-top: 65px;
  font-size: 44px;
}
.Operability_text_type01 {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .head_title_Operability {
    max-width: 336px;
    width: 100%;
    font-size: 24px;
  }
  .OperabilityHeadTitel_type01 {
    margin-top: 44px;
    font-size: 34px;
    text-align: center;
  }
}

.OperabilityBox {
  width: 100%;
}
.OperabilityBox_ul {
  margin-top: 80px;
}
.OperabilityBox li.OperabilityBox_li {
  display: flex;
  justify-content: space-between;
}
.OperabilityBox li.OperabilityBox_li + li.OperabilityBox_li {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .OperabilityBox_ul {
    margin-top: 50px;
  }
  .OperabilityBox {
    display: flex;
    justify-content: center;
  }
  .OperabilityBox li.OperabilityBox_li {
    display: flex;
    flex-direction: column;
  }
}
.Operability02 .OperabilityBox_text {
  order: 2;
}
@media screen and (max-width: 768px) {
  .Operability02 .OperabilityBox_text {
    order: 0;
  }
}
.Operability01 .OperabilityBox_text {
  max-width: 310px;
}
.Operability02 .OperabilityBox_text {
  max-width: 340px;
}
.OperabilityBox_text_num {
  font-size: 100px;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.8;
  font-family: "Roboto";
}
.OperabilityBox_text_head {
  margin: 50px 0;
  font-size: 34px;
  line-height: 1.2;
}
.OperabilityBox_text_ul {
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .Operability01 .OperabilityBox_text {
    max-width: none;
  }
  .Operability02 .OperabilityBox_text {
    max-width: none;
  }
  .OperabilityBox_text_num {
    font-size: 60px;
  }
  .OperabilityBox_text_head {
    margin: 20px 0 30px;
    font-size: 28px;
  }
  .OperabilityBox_text_ul {
    margin-bottom: 30px;
  }
}
.OperabilityBox_text_ul li {
  display: list-item;
  list-style: initial;
  margin:  0 0 0 17px;
  font-weight: 400;
}
.OperabilityBox_text_ul li::marker {
  color: #ff682f;
}
.OperabilityBox_text_ul li + li {
  margin-top:  25px;
}
.OperabilityBox_img_01 {
  max-width: 620px;
  width: 100%;
  height: auto;
}
.OperabilityBox_img_02 {
  max-width: 584px;
  width: 100%;
  height: auto;
}
.OperabilityBox_img_01 img,
.OperabilityBox_img_02 img {
  width: 100%;
  height: auto;
}


/*操作イメージ*/
.wrapOperationImage {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 120px;
}
@media screen and (max-width: 768px) {
  .wrapOperationImage {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 80px;
  }
}
.OperationImageCon_type01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  width: 100%;
}
.OperationImageCon_text_type01 {
  position: relative;
  font-size: 20px;
  color: #406477;
}
.OperationImageCon_text_type01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -55px;
  width: 40px;
  height: 1px;
  background: #406477;
}
.OperationImageCon_text_type01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -55px;
  width: 40px;
  height: 1px;
  background: #406477;
}

.OperationImageBox {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  width: 100%;
}
.OperationImageBox_text {
  max-width: 325px;
}
.OperationImageBox_text_head {
  font-size: 30px;
  margin-bottom: 40px;
}
.OperationImageBox_text p {
  font-weight: 400;
}
.OperationImageBox_img {
  max-width: 630px;
  height: auto;
}
.OperationImageBox_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .OperationImageCon_type01 {
    margin-top: 50px;
  }
  .OperationImageBox {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .OperationImageBox_text {
    max-width: none;
    width: 100%;
  }
  .OperationImageBox_text_head {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .OperationImageBox_img {
    margin-top: 20px;
  }
  .OperationImageBox_img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}

.OperationImageCon_type02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  border: 1px solid #fd3f00;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .OperationImageCon_type02 {
    padding: 40px 20px;
  }
}
.OperationImageBox_PartScreen {
  margin-top: 60px;
}
.OperationImageBox_PartScreen_text_head {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.OperationImageBox_PartScreen_text_num {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  font-size: 40px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 0.8;
}
.sub_text {
  font-size: 12px;
  margin-bottom: 4px;
}
.OperationImageBox_PartScreen_text p {
  margin-top: 25px;
  font-weight: 400;
}
.sub_text {
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .OperationImageBox_PartScreen {
    margin-top: 40px;
  }
  .OperationImageBox_PartScreen_text_num {
    margin-right: 10px;
    font-size: 30px;
  }
  .sub_text {
    font-size: 10px;
  }
  .OperationImageBox_PartScreen_text p {
    margin-top: 20px;
  }
}
.OperationImageBox_PartScreen_img {
  margin-top: 25px;
  max-width: 860px;
  height: auto;
}
.OperationImageBox_PartScreen_img img {
  width: 100%;
  height: auto;
}
.wrapOperationImage .kome_text {
  margin-top: 20px;
  width: 100%;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .OperationImageBox_PartScreen_img{
    margin-top: 20px;
    max-width: none;
    width: 100%;
  }
}

/*活用シーン*/
.sec-UseCases {
  background: #fff3ee;
}
.wrapUseCases {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 120px;
}
@media screen and (max-width: 768px) {
  .wrapUseCases{
    padding: 80px 0 80px;
  }
}
.UseCasesBox {
  width: 100%;
  margin-top: 113px;
}
.UseCasesBox ul {
  display: flex;
  justify-content: space-between;
}
.UseCasesBox li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .UseCasesBox{
    margin-top: 100px;
  }
}
.UseCases_head {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 115px;
}
.UseCases_head::before {
  content: "";
  display: block;
  position: absolute;
  top: -32px;
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background: url("../img/icon_check.svg") no-repeat 0 0 / 100% auto;
}
.UseCases_head::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: calc(50% - 20px);
  width: 40px;
  height: 17px;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: #fa4500;
}
@media screen and (max-width: 768px) {
  .UseCases_head{
    min-height: auto;
    padding: 20px 0;
  }
  .UseCasesBox ul {
    flex-direction: column;
    align-items: center;
  }
  .UseCasesBox li {
    max-width: 335px;
    width: 100%;
  }
  .UseCasesBox li + li{
    margin-top: 90px;
  }
}

.UseCases_head_text {
  text-align: center;
  font-weight: 700;
}
.UseCases_head_text_type01 {
  font-size: 26px;
}
.UseCasesBox_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  margin-top: 70px;
  width: 100%;
  min-height: 355px;
  padding: 50px 20px;
  border: 1px solid #fa4500;
  border-radius: 20px;
  background: #ffffff;
}
.UseCases_text_type01 {
  margin: 30px 0 25px;
  font-weight: 400;
}
.UseCases_text_type02 {
  font-size: 24px;
  color: #fa4500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .UseCasesBox_box{
    min-height: auto;
    margin-top: 40px;
    padding: 40px;
  }
  .UseCases_text_type01 {
    margin: 25px 0 20px;
  }
}

/*料金プラン*/
.wrapPricePlan {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .wrapPricePlan{
    padding: 80px 0 0;
  }
}
.PricePlanHeadTitel_type01 {
  margin-top: 60px;
  font-size: 44px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .PricePlanHeadTitel_type01{
    margin-top: 50px;
    font-size: 34px;
  }
}
.PricePlan_text_type01 {
  font-weight: 700;
}
.PricePlanBox {
  margin-top: 60px;
  width: 100%;
}
.PricePlanBox_li {
  padding: 55px 60px;
  background: #ffffff;
  border-radius: 20px;
}
.PricePlanBox_li + .PricePlanBox_li {
  margin-top: 40px;
}
.PricePlanBox_li.proplan {
  border: 2px solid #228be7;
}
.PricePlanBox_li.customplan {
  border: 2px solid #1ebb82;
}
@media screen and (max-width: 768px) {
  .PricePlanBox_li {
    padding: 40px 30px;
  }
}
.PricePlanBox_text_head {
  font-size: 24px;
  font-weight: 700;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
} 
.PricePlanBox_text_head sup {
  top: -10px;
  font-size: 50%;
}
.proplan_ul,
.customplan_ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.proplan_ul li,
.customplan_ol li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;
  max-width: 430px;
  width: 48.86%;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
}
.proplan_ul li {
  background: #f3f9fe;
}
@media screen and (max-width: 768px) {
  .PricePlanBox_text_head {
    font-size: 20px;
  } 
  .proplan_ul,
  .customplan_ol {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .proplan_ul li,
  .customplan_ol li {
    max-width: none;
    width: 100%;
    padding: 20px 25px;
    font-size: 16px;
  }
  .proplan_ul li + li {
    margin-top: 20px;
  }
}
.proplan_text {
  text-align: center;
  color: #164166;
}
.proplan_text sup {
  font-size: 60%;
}
.proplan_ul {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.customplan_ol {
  text-align: center;
  color: #187718;
  row-gap: 20px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.customplan_ol li {
  background: #ebf9f4;
  overflow: hidden;
  position: relative;
}
.customplan_ol li::before {
  content: "";
  position: absolute;
  top: -42px;
  left: -42px;
  width: 84px;
  height: 84px;
  border-radius: 100%;
  background: #1ebb82;
}
.customplan_num {
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .customplan_ol li::before {
    top: -35px;
    left: -35px;
    width: 70px;
    height: 70px;
  }
  .customplan_num {
    font-size: 12px;
    top: 12px;
    left: 12px;
  }
  .customplan_text {
    text-align: center;
  }
}

.PricePlanBox_kome_head {
  margin-top: 40px;
}
.PricePlanBox_kome_text {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .PricePlanBox_kome_head {
    margin-top: 30px;
  }
}
.sec-PricePlan .wrap_Btn {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sec-PricePlan .wrap_Btn {
    margin-bottom: 80px;
  }
}

/*ご利用開始までの流れ*/
.wrapFlow {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.wrapFlow .head_title_h2_type02 {
  margin: 100px 0 60px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .wrapFlow .head_title_h2_type02 {
    margin: 80px 0 40px;
  }
}
.FlowBox {
  width: 100%;
  margin-bottom: 100px;
  border-radius: 20px;
  background: linear-gradient(90deg, #f3f9fe 50%, #ebf9f4 50%);
}
.flow_plan_head {
  display: flex;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.flow_plan_head_pro {
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 50%;
  background: #228be7;
  border-radius: 20px 0 0 0;
  font-size: 20px;
  color: #ffffff;
}
.flow_plan_head_custom {
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 50%;
  background: #1ebb82;
  border-radius: 0 20px 0 0;
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .FlowBox {
    border-radius: 0px;
    margin-bottom: 60px;
  }
  .flow_plan_head_pro,
  .flow_plan_head_custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border-radius: 0px;
    font-size: 18px;
    text-align: center;
  }
}
.flow_plan_wrap {
  position: relative;
  padding: 60px;
}
.flow_plan_wrap::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 25%;
  width: 3px;
  height: calc(100% - 60px);
  background: #228be7;
}
.flow_plan_wrap::after{
  content: "";
  position: absolute;
  top: 0px;
  right: 25%;
  width: 3px;
  height: calc(100% - 120px);
  background: #1ebb82;
}
@media screen and (max-width: 768px) {
  .flow_plan_wrap {
    position: relative;
    padding: 30px 20px 40px;
  }
}
.flow_plan_box_type01_max {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
}
.flow_plan_box_type01_max + .flow_plan_box_type01_max {
  margin-top: 40px;
}
.flow_plan_box_head {
  font-size: 20px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.flow_plan_box_text {
  margin-top: 20px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow_plan_box_head {
    font-size: 18px;
    text-align: center;
  }
  .flow_plan_box_text {
    font-size: 14px;
    text-align: left;
  }
}

.flow_plan_box_type02_half {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
}
.flow_plan_halfBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flow_plan_halfBox.halfBox_right{
  display: flex;
  justify-content: flex-end
}
.flow_plan_halfBox + .flow_plan_halfBox {
  margin-top: 40px;
}
.flow_plan_box_type02_half_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45.45%;
  padding: 30px 25px;
  background: #ffffff;
  border-radius: 10px;
}
.flow_plan_box_type02_half + .flow_plan_box_type01_max {
  margin-top: 40px;
}

/*よくある質問*/
.sec-Faq {
  background: #f9fafc;
}
.wrapFaq {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 120px;
}
.accordionBox {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .wrapFaq {
    padding: 80px 0 80px;
  }
  .accordionBox {
    margin-top: 50px;
  }
}
a.toggleDropdown {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  color: #333333;
  font-size: 18px;
  padding: 20px;
}

div.hasDropdown {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  div.hasDropdown {
    padding: 12px;
    font-size: 16px;
  }
  a.toggleDropdown {
    padding: 12px;
  }
  div.toggleDropdown_head {
    padding-right: 45px;
    font-size: 16px;
  }
}

div.toggleDropdown_icon {
  margin-right: 30px;
  width: 45px;
  height: auto
}
div.toggleDropdown_icon img {
  width: 100%;
  height: auto
}
@media screen and (max-width: 768px) {
  div.toggleDropdown_icon {
    margin-right: 15px;
    min-width: 45px;
  }
}

div.dropdown_text {
  display: flex;
  align-items: center;
  padding: 0 20px 20px;
}
@media screen and (max-width: 768px) {
  div.dropdown_text {
    display: flex;
    align-items: flex-start;
    padding: 0 12px 12px;
  }
}
div.hasDropdown + div.hasDropdown {
  margin-top: 20px;
}
div.dropdown_text_inBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 20px;
}
.dropdown_text_inBtn_box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div.dropdown_text_inBtn {
    padding: 0 12px 12px;
  }
  .dropdown_text_inBtn_box {
    margin-bottom: 20px;
    align-items:flex-start;
  }  
}
div.dropdown_text_inBtn .Btn-typ01{
  width: 100%;
}
div.dropdown_text_inBtn .Btn-typ01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 28px 0;
    border-radius: 50px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    border: 2px solid #fa4500;
}
@media screen and (max-width: 768px) {
  div.dropdown_text_inBtn .Btn-typ01 a {
    padding: 22px 0;
  }
}
div.dropdown_text_inBtn .Btn-typ01._contact a {
    color: #fa4500;
}
div.dropdown_text_inBtn .Btn-typ01._contact a:hover {
  background: #fa4500;
  color: #ffffff;
}
div.dropdown {
  overflow: hidden;
  transition: 300ms height;
}
div.hasDropdown:not(.open) div.dropdown {
  height: 0 !important;
}
div.dropdown > * {
  overflow: hidden;
}
div.hasDropdown a.toggleDropdown::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("../img/icon_open.png") no-repeat 0 0 / 100% auto;
  transition: transform 0.2s ease-in-out;
}
div.hasDropdown.open a.toggleDropdown::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 30px;
  height: 2px;
  background: url("../img/icon_close.png") no-repeat 0 0 / 100% auto;
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  div.hasDropdown a.toggleDropdown::before {
    top: calc(50% - 8px);
    right: 12px;
    width: 16px;
    height: 16px;
  }
  div.hasDropdown.open a.toggleDropdown::before {
    top: calc(50% - 1px);
    right: 12px;
    width: 16px;
    height: 1px;
  }
}


/*その他のサービス*/
.sec-Other {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .sec-Other{
    padding: 80px 0;
  }
}
.wrapOther {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapOther h2{
  margin-bottom: 60px;
}
.bnr_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.other_img_box {
  max-width: 470px;
  height: auto;
}
.other_img_box a {
  transition: 0.15s ease-in;
}
.other_img_box a:hover {
  opacity: 0.8;
}
.other_img_box .other_img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrapOther h2{
    margin-bottom: 50px;
  }
  .bnr_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .other_img_box +.other_img_box {
    margin-top: 20px;
  }
}

/*ミラカン合同会社について*/
.sec-About {
  position: relative;
  padding: 140px 0 100px;
  background: #ff682f url("../img/mirakan_bg_01.jpg") no-repeat 100% 100% / 815px auto;
}
@media screen and (max-width: 768px) {
  .sec-About{
    padding: 60px 0;
    background: #ff682f url("../img/mirakan_bg_01_sp.jpg") no-repeat 100% 100% / 375px auto;
  }
}
.warapAbout {
  color: #ffffff;
}
.warapAbout h2 {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 700;
}
.AboutBox-typ01{
  margin-bottom: 60px;
}
.AboutBox-typ02 + .AboutBox-typ02 {
  margin-top: 80px;
}
.AboutBox-typ02 p {
  font-weight: 400;
}
.AboutBox-typ03 + .AboutBox-typ03 {
  margin-top: 50px;
}
p.text-deco02 {
  font-weight: 500;
}
.text-deco02 {
  margin: 0 0 30px;
  padding: 6.5px 0 6.5px 24px;
  border-left: 4px solid #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-weight: 500;
}
.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 h2 {
    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: #fff3ee;
}
@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: #fa4500;
}
.PrivacyPolicy a:hover {
  color: #ff8331;
}
.PrivacyPolicy a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 75px);
  width: 150px;
  height: 2px;
  background: #fa4500;
  border-radius: 5px;
  transition: all 0.15s ease-in;
}
.PrivacyPolicy a:hover::after {
  background: #ff8331;
}

.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;
  }
}
/*-------------------------------*/