@charset "UTF-8";

/* reset
---------------------------------------------------------------------------- */

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.05em;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  /* background: #D5EAF2; */
}

img {
  border: 0;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

pre {
  white-space: pre-wrap;
}

video {
  border: 3px solid #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 25%);
  box-shadow: 0 1px 6px rgb(0 0 0 / 25%);
}


/* WEB font
---------------------------------------------------------------------------- */


/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/

@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}


/* base
---------------------------------------------------------------------------- */


/*------------- General Elements -------------*/

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222222;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8;
  min-width: 1200px;
}

a {
  text-decoration: none;
  color: #2c6cd6;
  outline: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
  box-sizing: border-box;
}

.big {
  font-size: 20px;
}

.m-marker {
  background: linear-gradient(transparent 50%, #fffa9e 50%);
}

.bg_dot {
  background-color: #fff;
  background-image: radial-gradient(#7bded9 10%, transparent 10%);
  background-size: 20px 20px;
  padding: 8vw 0;
}

.common-btn-make-app {
  width: auto;
}

.annotation{
  font-weight: bold;
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

.p-text-blue {
  color: #0b63bd;
}

.p-base-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.p-content-ttl {
  font-size: 3.8rem;
  line-height: 1.42105;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.p-deco-left {
  position: relative;
  text-align: left;
  padding-left: 35px;
}

.p-deco-left::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 7px;
  height: 90%;
  background: #0b63bd;
  border-radius: 4px;
}

.p-deco-bottom {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}

.p-deco-bottom::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 45px;
  height: 8px;
  background: #0b63bd;
  border-radius: 4px;
}

.js_body.is-active {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-base-txt {
    font-size: 4vw;
  }
  .p-content-ttl {
    font-size: 6.4vw;
  }
  .p-deco-bottom {
    padding-bottom: 2.66667vw;
  }
  .p-deco-bottom::after {
    width: 9.33333vw;
    height: 1.33333vw;
    border-radius: 0.66667vw;
  }
  .p-deco-left {
    padding-left: 4.66667vw;
  }
  .p-deco-left::before {
    width: 1.06667vw;
    border-radius: 0.53333vw;
  }
}


/*------------- .l-pagebody -------------*/

.l-pagebody {
  width: 100%;
  overflow: hidden;
}

.l-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-content {
    max-width: 92vw;
  }
}


/*--------------.l-header --------------------*/

.l-header {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.4s ease-in;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.l-header .common-btn-make-app {
  height: 64px;
}

.l-header.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1465px;
  margin: 0 auto;
  padding: 10px 0;
}

.l-header-logo {
  width: 255px;
}

.l-header-tel {
  margin-left: auto;
  margin-right: 20px;
}

.header-tel-number {
  font-size: 2.6rem;
  color: #000000;
  letter-spacing: .2rem;
  line-height: 1;
}

.icon {
  vertical-align: middle;
}

.icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  padding: 5px;
}

.header-tel-text {
  color: #000;
  letter-spacing: .05rem;
  text-align: center;
  padding-left: 30px;
}

.l-contact-btn {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.l-header-contact-link {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg_btn.png") center/100% 100% no-repeat;
  transition: 0.4s ease-in;
}

.l-header-contact-link:hover {
  background: url("../images/bg_btn_hover.png") center/100% 100% no-repeat;
}

@media screen and (max-width: 1450px) {
  .l-header-inner {
    max-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    box-shadow: 0px 0px 1.33333vw 0px rgba(0, 0, 0, 0.12);
  }
  .l-header-inner {
    width: 92vw;
  }
  .l-header-logo {
    width: 38vw;
  }
  .l-header-contact-link {
    padding: 3.33333vw 0;
    font-size: 3.46667vw;
  }
  .l-contact-btn::after {
    border-width: 1.33333vw;
    border-left-width: 2vw;
    right: 1.33333vw;
  }
  .is-active {
    display: none;
  }
}


/*-------------.l-mv--------------------------*/

.l-mv {
  overflow: hidden;
  position: relative;
  background: url("../images/bg_mv_pc_top.gif") no-repeat top right/56%, url("../images/bg_mv_pc_bottom.gif") no-repeat bottom left/40%;
}

.l-mv-bg-bottom-img {
  position: absolute;
  z-index: 0;
  bottom: -18.5vw;
  left: 0;
  width: 100%;
}

.l-mv-bg-bottom-img img {
  display: block;
  width: 100%;
}

.l-mv-logo {
  position: absolute;
  z-index: 50;
  left: 5.063vw;
  top: 1.582vw;
  width: 16.139vw;
}

.l-mv-inner {
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 5.911vw 0;
  width: 83vw;
  margin: 0 auto;
}

.l-mv-inner .p-txt-inner .l-contact-btn .common-btn-make-app{
  width: 220px;
}
.l-mv .youtube {
  position: absolute;
  right: 0;
  width: 50%;
  top: 20%;
  aspect-ratio: 16 / 9;
}

.l-mv .youtube iframe {
  width: 100%;
  height: 100%;
}

.l-mv .p-txt-inner {
  width: 46%;
}

.l-mv-main-ttl {
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 0.949vw;
  color: #009CD5;
}

.l-mv-main-desc {
  font-size: 1.8rem;
  line-height: 2.27778;
  letter-spacing: 0.08em;
  font-size: 1.14vw;
  margin-bottom: 1.215vw;
}

.l-mv-main-desc span {
  font-weight: 700;
  font-size: 1.646vw;
  line-height: 1;
}

.l-mv .top_circle_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.215vw;
  width: 87%;
}

.l-mv .top_circle_list li {
  width: 30%;
}

.l-mv .top_circle_list ._list_inner {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.l-mv .top_circle_list ._list_inner::before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.96;
  border-radius: 50%;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 11%);
}

.l-mv .top_circle_list ._text_sec {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.l-mv .top_circle_list ._text_sec ._big {
  margin-top: 0.4285714286em;
  line-height: 1.2380952381;
  font-size: 30px;
  color: #009CD5;
}

@media screen and (max-width: 1200px) {
  .l-mv {
    overflow: hidden;
    position: relative;
    background: url(../images/bg_mv_sp_top.gif) no-repeat top right/40%, url(../images/bg_mv_pc_bottom.gif) no-repeat bottom left/40%;
}
  .l-mv .youtube_sp video {
    width: 100%;
  }
  .l-mv .p-txt-inner {
    width: auto;
  }
  .l-contact-btn {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 20px 0;
  }
  .l-mv {
    overflow: hidden;
    position: relative;
  }
  .l-mv-bg-bottom-img {
    bottom: -210px;
  }
  .l-mv-logo {
    position: absolute;
    left: 80px;
    top: 25px;
    width: 255px;
  }
  .l-mv-inner {
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 125px 0 170px;
    width: 100%;
  }
  .l-mv-main-ttl {
    position: relative;
    font-size: 6.7rem;
    line-height: 1.31343;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
  }
  .l-mv-main-ttl-ml {
    font-size: 60px;
    line-height: 1;
  }
  .l-mv-main-ttl-sm {
    font-size: 49px;
    line-height: 1;
  }
  .l-mv-main-desc {
    font-size: 1.8rem;
    line-height: 2.27778;
    letter-spacing: 0.08em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
  }
  .l-mv-main-desc span {
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .l-mv-bg-bottom-img {
    bottom: -12vw;
  }
  .l-mv-logo {
    top: 4vw;
    left: 4vw;
    width: 43.33333vw;
  }
  .youtube {
    width: 100%;
    height: 100%;
    position: static;
  }
  .l-mv-inner {
    width: 92vw;
    margin: 0 auto;
    padding: 16vw 0vw 5vw 0;
  }
  .l-mv-main-wrap {
    position: relative;
    z-index: 10;
  }
  .l-mv-main-subttl {
    width: 56vw;
    padding: 1.33333vw 0;
    font-size: 3.46667vw;
    margin-bottom: 2vw;
  }
  .l-mv-main-subttl::after {
    width: 2vw;
    height: 2vw;
    margin-bottom: 3.33333vw;
    left: 14vw;
  }
  .l-mv-main-ttl {
    font-size: 26px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 4vw;
  }
  .l-mv-main-ttl-sm {
    font-size: 6vw;
  }
  .l-mv-main-ttl-ml {
    font-size: 8vw;
  }
  .l-mv-main-desc {
    font-size: 4vw;
    margin-bottom: 3.33333vw;
    line-height: 1.6;
    text-align: left;
    text-shadow: 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4), 0 0 1.33333vw rgba(255, 255, 255, 0.4);
  }
  .l-mv-main-desc span {
    font-size: 4.8vw;
  }
  .top_circle_list {
    width: 100%;
    margin-bottom: 4.215vw;
    margin: auto;
  }
  .top_circle_list ._text_sec p {
    font-size: 10px;
  }
  .l-mv .top_circle_list ._text_sec ._big {
    font-size: 18px;
  }
}

/*------------- .l-menu-------------*/
.m-hamburger{
  display: none;
}

.l-menu_nav{
  display: none;
}

.l-menu_nav_pc {
  position: static;
  padding-top: 3vw;
}

.js_navigation{
  pointer-events: auto;
  opacity: 1;
}

.l-menu_nav-links_pc{
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 16px; */
}

.l-menu_nav-link_pc{
  margin: 48px 24px;
  border-bottom: solid 2px #009CD5;
  padding: 8px;
}

.l-menu_nav-link_pc:hover{
  background: #009CD5;
  transition: ease .5s;
  border-radius: 0.5rem;
}

.l-menu_nav-link-pctext{
  padding: 8px;
  color: #009CD5;
  white-space: nowrap;
}

.l-menu_nav-link_pc:hover .l-menu_nav-link-pctext {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-header_menu_wrapper{
    position: fixed;
    width: 100%;
    z-index: 50;
  }

  .l-header_menu{
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    height: 70px;
    width: 100%;
  }

  .m-hamburger{
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    position: relative;
    padding: 0 0;
    background: none;
    z-index: 50;
    top: 4vw;
    right: 4vw;
  }

  .m-hamburger:hover{
    cursor: pointer;
  }

  .m-hamburger_bar{
    display: block;
    width: 100%;
    height: 2px;
    background: #009CD5;
    border-radius: 2px;
    position: absolute;
  }
  
  .m-hamburger_bar:nth-child(1){
    top: 0%;
  }
  
  .m-hamburger_bar:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
  }
  
  .m-hamburger_bar:nth-child(3){
    top: 100%;
    transform: translateY(-100%);
  }

  .js_hamburger.is-active .m-hamburger_bar:first-child{
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    transition: ease .5s;
}

  .js_hamburger.is-active .m-hamburger_bar:nth-child(2){
    opacity: 0;
}

  .js_hamburger.is-active .m-hamburger_bar:nth-child(3){
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
    transition: ease .5s;
}

  .l-menu_nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    /* transform: translateX(100%); */
    transition: ease .5s;
    opacity: 0;
    /* display: none; */
    pointer-events: none;
    z-index: 49;
    background: rgba(255, 255, 255);
    padding-top: 3vw;
  }

  .l-menu_nav.is-active {
    display: block;
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
    transition: ease .5s;
}

  .l-menu_nav-links{
    display: block;
  }

  .l-menu_nav-link{
    margin: 48px 24px;
  }

  .l-menu_nav-link:first-child{
    margin-top: 100px;
  }

  .l-menu_nav-link-text{
    color: #009CD5;
  }

  .l-menu_nav_pc{
    display: none;
  }
}

/*------------- .l-issue-------------*/

.l-issue {
  margin: auto;
  position: relative;
  z-index: 10;
  padding: 6vw 0;
  background: linear-gradient(to top, #F4F9FB, #fff);
}

.l-issue::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 146px 0 146px;
  border-color: #F4F9FB transparent transparent transparent;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.l-issue .l-content{
  width: 83vw;
}

.l-issue_box {
  margin: 6vw 0;
  position: relative;
  border: 3px solid #009CD5;
  border-radius: 10px;
  text-align: left;
  padding: 3vw;
  background: #fff;
}

.problem{
  border: none;
  background: none;
  margin-top: 2vw;
}

.l-issue_box::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

.l-issue_box ul li {
  position: relative;
  background-size: 40px auto;
  color: #222222;
  font-size: 20px;
  padding: 20px 0 20px 50px;
  line-height: 1.7;
}

.l-issue_box ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f14a";
  font-size: 30px;
  position: absolute;
  left: 4px;
  top: 13px;
}

.card{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
  /* gap: 40px; */
  gap: 32px;
}

.card_item{
  background: #fff;
  border: 3px solid #009CD5;
  border-radius: 20px;
  padding: 24px;
  width: calc(100% / 3.2);
  text-align: center;
}

.card_item-title{
  font-size: calc(20 / 10 * 1rem);
  color: #222;
}

.card_imgBox{
  text-align: center;
  margin-top: 4vw;
}

.card_imgBox img {
  width: 80%;
  display: inline-block;
}

.sp_none{
  display: none;
}

@media screen and (max-width: 1336px) {
  .card_item{
    width: calc(100% / 3.3);
  }
}

@media screen and (max-width: 1070px) {
  .card_item{
    width: 100%;
  }

  .sp_none{
    display: block;
  }
}

.l-issue-mh {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #009CD5;    
  font-size: 28px;
  font-weight: 700;
}


@media screen and (max-width: 767px) {
  .l-issue-mh {
    font-size: 24px;
  }

  .card_imgBox img {
    width: 100%;
    display: inline-block;
  }
}


/* 211025修正 */

a.page_link {
  color: #000;
}

/*---------------------.p-cv ----------------------*/
.p-cv {
  background: #F4F9FB;
  padding: 60px 40px;
  color: #fff;
}

.p-cv .l-contact-btn {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 40px 0 0 0;
}

.p-cv-subttl {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  padding: 12px 0 22px;
  margin-bottom: 25px;
  text-align: center;
  background: url("../images/img_hukidasi.svg") center/100% 100% no-repeat;
}

.p-cv-ttl {
  font-size: 3.8rem;
  line-height: 1.47368;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.p-cv-txt {
  color: #222;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}

.p-cv-op-box {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-cv-op-box-b {
  width: 1200px;
  padding-top: 60px;
}

.p-cv-op-box-inner {
  width: 960px;
  background-color: #fff;
  margin: 0 auto;
}

.p-cv-op-box-img {
  text-align: center;
  padding: 2vw 0;
}

.p-cv-op-box-mh {
  /* font-size: 1.7rem; */
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2vw 0;
  color: #222;
  /* color: #95CC1F; */
  position: relative;
  line-height: 1.6;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  height: 113px;
}

/*------------------------.p-cv 250430, 250530修正-----------------------------*/
.p-cv-op-box-sub{
  color: #222;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/* .blue{
  color: #009cd5;
  font-weight: bold;
}

.green{
  color: #95CC1F;
  font-weight: bold;
} */

.p-cv-op-box {
  /* display: flex; */
  display: block;
  /* justify-content: center; */
  /* gap: 40px; */
  margin: 0 auto;
  max-width: 1120px;
}

.p-cv-op-box-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 50px;
}

.p-cv-op-box-mh::before{
  position: absolute ;
  content: "1";
  /* color: #009CD5; */
  color: #95CC1F;
  font-size: 10rem;
  font-weight: bold;
  top: -10px;
  left: -90px;
}

.p-cv2::before{
  content: "2";
}

.p-cv3::before{
  content: "3";
}

.p-cv-txt{
  display: flex;
  justify-content: center;
}

.p-cv-op-box-text{
  width: 475px;
}

.p-cv-logo-img{
  display: inline-block;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-cv {
    padding: 3.33333vw 4.66667vw 4.66667vw;
  }
  .p-cv-inner {
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .common-btn-make-app {
    margin: 10px 0;
  }
  .p-cv-subttl {
    font-size: 4.8vw;
    padding: 2.66667vw 0vw 5.33333vw 0vw;
    margin-bottom: 2vw;
    background: url("../images/img_hukidasi_sp.svg") center/100% 100% no-repeat;
  }
  .p-cv-ttl {
    font-size: 6.4vw;
    margin-bottom: 1.33333vw;
  }

  .p-cv-op-box-b {
    width: auto;
    padding-top: 20px;
    display: block;
  }
  .p-cv-op-box-inner {
    margin: 0 auto 20px;
    width: 80%;
    background-color: #fff;
  }
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .table.l-price-table td.w1 {
    width: 100px;
  }
  .table.l-price-table td.w2, .table.l-price-table td.w3, .table.l-price-table td.w4, .table.l-price-table td.w5 {
    width: auto;
  }

  .p-cv-txt {
    font-size: 24px;
    margin-top: 20px;
    flex-direction: column;
  }
}

/*------------------------.p-cv 250430, 250530修正-----------------------------*/

@media screen and (max-width: 767px) {
  /* .p-cv-op-box{
    flex-direction: column;
  } */
  
  .p-cv-op-box-inner{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 0px;
    padding-left: 0;
  }

  .p-cv-op-box-mh::before{
    font-size: 5rem;
    top: 10px;
    left: 30px;
  }

  .p-cv-op-box-text{
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }

  .p-cv-op-box-mh{
    justify-content: center;
  }

  .p-cv-op-box-sub{
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 678px) {
  .p-cv-op-box-mh::before{
    left: 20px;
  }
}

@media screen and (max-width: 637px) {
  .p-cv-op-box-mh::before{
    left: 10px;
  }
}

@media screen and (max-width: 560px) {
  .p-cv-op-box-mh::before{
    top: -10px;
    left: 0px;
  }
}

@media screen and (max-width: 464px) {
  .p-cv-op-box-mh::before{
    top: -50px;
  }
}



/* 2022.04.12追加　CTAボタン */

.btn-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.common-btn-make-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  width: 260px;
  height: 70px;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: normal;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
}

.common-btn-make-app:hover {
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
}

.trial_btn {
  background: #fff;
  border: 2px solid #00AD76;
  color: #00AD76;
}

.contact_btn {
  background: #E56A84;
  margin: 0px 10px;
}

.button-subtext {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .btn-area_btn01, .btn-area_btn02 {
    width: 90%;
    margin: 10px;
  }
}


/*---------------------.l-solve ----------------------*/

.l-solve {
  text-align: center;
  position: relative;
  padding: 80px 0;
}


.l-solve .m-ttl-txt {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.l-solve .m-ttl-txt img{
  width: 100px;
  margin: 0 6px 8px 0;
}




.case{
  background: #F4F9FB;
  padding: 60px 40px;
}

.title_blue{
  position: relative;
  text-align: center;
  color: #009CD5;
  font-size: 35px;
  font-weight: 700;
}
.title_white{
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
}

.casebox{
  display: flex;
  gap: 40px;
  align-items: center;
  width: 1200px;
  margin: 40px auto;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}

.casebox .logo_box{
  width: 30%;
  text-align: center;
}

.casebox .text_box{
  width: 70%;
  text-align: left;
}

.casebox dt{
  font-weight: bold;
}

.casebox dd{
  padding-bottom: 10px;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .case{
    padding: 40px 0;
  }

  .casebox {
    display: block;
    gap: 40px;
    align-items: center;
    width: auto;
    margin: 20px auto 0;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}

.title_blue,.title_white{
margin-bottom: 20px;
}

.casebox .logo_box{
  width: 100%;
}

.casebox .text_box{
  width: 100%;
}


.casebox .logo_box {
  margin-bottom: 40px;
}

}


.recommended{
  background: #F4F9FB;
  padding: 85px 40px;
}

.recommended_inner{
  display: flex;
    margin: 40px auto;
    gap: 40px;
    justify-content: center;
}

.recommended_box{
  width: 30%;
  display: flex;
  align-items: stretch;
  background: #fff;
}

.recommended_box_title{
  text-align: left;
  font-size: 20px;
  padding: 10px 20px;
}

.recommended_box_text{
  text-align: left;
  padding: 0 10px 20px 20px;
}

.recommended_box_text li{
  padding-left: 10px;
}

.recommended_box_text li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #009CD5;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: -10px;
  left: -20px;
}

.recommended-cv-txt{
color: #222;
text-align: center;
font-weight: bold;
font-size: 28px;
margin: 40px 0;
}

@media screen and (max-width: 767px) {
.recommended{
  padding: 0 0 60px 0;
}

.recommended_inner{
  display: block;
}

.recommended_box{
  width: 100%;
  margin-top: 40px;
}
.recommended-cv-txt{
  font-size: 20px;
  margin: 20px 0 10px;
  }
}

/*---------------------.l-answer ----------------------*/

.l-answer {
  position: relative;
  background: #009CD5;
  padding: 6vw 0 0 0;
}

.l-answer .l-content {
  padding-bottom: 80px;
}

.l-answer-inner {
  position: relative;
  top: -20px;
  padding: 0px 0 90px;
  max-width: 1120px;
  margin: 0 auto;
}

.l-answer-list{
  margin-top: 40px;
}

.l-answer-top {
  margin-bottom: 60px;
}

.l-answer-item {
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: inherit;
  width: 1200px;
  padding: 35px 30px 45px;
  margin: 0 auto 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 20%);
  display: flex;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 75px;
  text-align: left;
  position: relative;
}

.l-answer-item:nth-of-type(1)::before {
  content: '01';
  top: -70px;
}

.l-answer-item:nth-of-type(2)::before {
  content: '02';
  top: -70px;
}

.l-answer-item:nth-of-type(3)::before {
  content: '03';
  top: -70px;
}

.l-answer-item:nth-of-type(4)::before {
  content: '04';
  top: -70px;
}

.l-answer-item:nth-of-type(5)::before {
  content: '05';
  top: -70px;
}

.l-answer-item::before {
  display: inline-block;
  position: absolute;
  content: '';
  left: 23px;
  color: #F4F9FB;
  font-size: 180px;
  font-weight: 600;
  z-index: -1;
}

.l-answer-item:last-of-type {
  margin-bottom: 0;
}

.l-answer-item-thumb {
  border-radius: 30px;
  margin: 0 20px;
}

.l-answer-item-desc-wrap {
  /* width: calc(100% - 580px); */
  width: 100%;
}

.l-answer-desc-top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #009CD5;
  margin-left: auto;
}

.l-answer-desc-sub {
  margin-left: auto;
}

.l-answer-desc-sub-left {
  margin-right: auto;
  margin-left: 0;
}

.l-answer-desc-inner {
  position: relative;
  border-radius: 10px;
  border: 1px solid #aaaaaa;
  padding: 20px;
  margin-bottom: 25px;
}

.l-answer-desc-inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-top: 10px solid #292929;
}

.l-answer-item-desc {
  margin-bottom: 15px;
}

.l-answer-item-desc-indent {
  text-indent: -1.1em;
  margin-left: 1.1em;
}

.l-answer-item-desc span {
  font-weight: 700;
}

.l-answer-item-desc:last-of-type {
  margin-bottom: 0;
}

.l-answer-item-conclusion {
  font-weight: 700;
  margin-right: -10px;
}

.l-answer-item-conclusion-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-answer-item:nth-of-type(1)::before {
    content: '01';
    top: -80px;
    color: #F4F9FB;
  }
  .l-answer-item:nth-of-type(2)::before {
    content: '02';
    top: -80px;
    color: #F4F9FB;
  }
  .l-answer-item:nth-of-type(3)::before {
    content: '03';
    top: -80px;
    color: #F4F9FB;
  }
  .l-answer-item:nth-of-type(4)::before {
    content: '04';
    top: -80px;
    color: #F4F9FB;
  }
  .l-answer-item:nth-of-type(5)::before {
    content: '05';
    top: -80px;
    color: #F4F9FB;
  }
  .l-answer-item::before {
    display: inline-block;
    position: absolute;
    content: '';
    right: 0px;
    color: #ffffff;
    font-size: 200px;
    font-weight: 600;
    z-index: -1;
  }

  .l-answer-inner {
    padding: 5.33333vw 0vw 13.33333vw 0vw;
  }

  .l-answer-top {
    margin-bottom: 10vw;
  }
  .l-answer-item {
    width: 100%;
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12vw;
  }
  .l-answer-item:nth-of-type(2n+1) {
    flex-direction: column;
  }
  .l-answer-item-desc-wrap {
    width: 100%;
    margin-bottom: 6vw;
  }
  .l-answer-desc-sub {
    width: 100%;
  }
}

/*---------------------.l-answer 250430修正----------------------*/
.l-answer-list{
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.l-answer-desc-top{
  margin-bottom: 0;
}

.l-answer-desc-top{
  white-space: normal;
}

.p-base-txt{
  white-space: normal;
  display: block;
}

.l-answer-item{
  display: block;
  width: calc((100% - 80px) / 3);
}

.l-answer-item:nth-of-type(4),
.l-answer-item:nth-of-type(5){
  width: calc((100% - 40px) / 2);
}

.l-answer-item-thumb{
  margin-top: 20px;
  text-align: center;
}

.l-answer-item:nth-of-type(1),
.l-answer-item:nth-of-type(2),
.l-answer-item:nth-of-type(3) {
  margin-bottom: 0;
}

.l-answer-item:nth-of-type(4),
.l-answer-item:nth-of-type(5) {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .l-answer-list{
    display: flex;
    flex-direction: column;
  }

  .l-answer-item{
    width: 100%;
  }

  .l-answer-item:nth-of-type(4),
  .l-answer-item:nth-of-type(5) {
    width: 100%;
    margin-bottom: 0;
  }

  .l-answer-desc-top,
  .p-base-txt{
    white-space: inherit;
  }

  .l-answer-desc-top{
    font-size: 4vw;
  }

  .l-answer-item-desc{
    font-size: 3vw;
  }
}


/*---------------------.l-price------------------------*/

.l-price-top {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.045em;
  font-weight: 700;
  text-align: center;
}

.l-price-inner {
  padding: 85px 0;
}

.l-price-item_table table {
  margin: 40px auto;
  border-collapse: collapse;
  width: 100%;
}

.l-price-item_table table th, .l-price-item_table table td {
  border: solid 1px;
  padding: 20px;
  vertical-align: middle;
  line-height: 1.5;
}

.l-price-item_table table th:first-child {
  width: 20%;
}

.l-price-item_table table th:nth-child(2), .l-price-item_table table th:last-child {
  width: 40%;
}

.l-price-item_table table th {
  font-weight: bold;
  background: #0b63bd;
  color: #ffffff;
}

.l-price-item_table table td.bk_blue {
  background: #e7f3ff;
}

table.l-price-table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

table.l-price-table .table-title_01, .table-title_02, .table-title_03, .table-title_04 {
  /* font-size: 14px; */
  color: #fff;
  border: solid 1px #ddd;
  padding: 5px;
  height: 60px;
  line-height: 1.5;
  width: 250px;
}

table.l-price-table .title_big {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 15px;
}

table.l-price-table .title_sub {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}

/* table.l-price-table .title_price {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
} */

table.l-price-table .bg {
  background: #F4F9FB;
}

table.l-price-table .small {
  font-size: 14px;
  padding-left: 5px;
  font-weight: normal;
}

table.l-price-table td {
  font-size: 14px;
  line-height: 26px;
  border: solid 1px #ddd;
  padding: 5px;
}

table.l-price-table td.non-bg{
  font-size: 13px;
}

table.l-price-table .bg td {
  font-size: 16px;
  padding: 10px;
}

table.l-price-table td.td_title_sub{
  font-size: 13px;
}

table.l-price-table .bg td.td_title {
  font-size: 13px;
  padding: 10px;
}

table.l-price-table {
  margin: 40px 0 25px;
}

table.l-price-table td {
  text-align: center;
}

table.l-price-table td:nth-child(1) {
  text-align: center;
}

table.l-price-table td {
  padding: 15px 10px;
}

table.l-price-table td.center {
  text-align: center;
}


table.l-price-table .fas.fa-check-circle {
  font-size: 16px;
  color: #00AD76;
}

table.l-price-table .table-title_01 {
  /* background: #009CD5; */
  background: #90c4d7;
}

table.l-price-table .table-title_02 {
  /* background: #007daa; */
  background: #009CD5;
}

table.l-price-table .table-title_03 {
  /* background: #00AD76; */
  background: #90c4d7;
}

table.l-price-table .table-title_04 {
  /* background: #008a5e; */
  /* background: #9eb3bb; */
  background: #90c4d7;
}

.for-ribbon{
  position: relative;
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.ribbon {
  --s: 1.8em; /* the ribbon size */
  --d: .8em;  /* the depth */
  --c: .8em;  /* the cutout part */
  padding: 0 calc(var(--s) + .5em) var(--d);
  line-height: 1.8;
  background:conic-gradient(at left  var(--s) bottom var(--d),#0000 25%,#0008 0 37.5%,#0004 0) 0   /50% 100% no-repeat, conic-gradient(at right var(--s) bottom var(--d),#0004 62.5%,#0008 0 75%,#0000 0) 100%/50% 100% no-repeat;
  clip-path: polygon(0 var(--d), var(--s) var(--d),var(--s) 0,calc(100% - var(--s)) 0,calc(100% - var(--s)) var(--d),100% var(--d),calc(100% - var(--c)) calc(50% + var(--d)/2),100% 100%,calc(100% - var(--s) - var(--d)) 100%,calc(100% - var(--s) - var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) 100%,0 100%,var(--c) calc(50% + var(--d)/2));
  background-color: #ecaa25; /* the main color */
  width: 250px;
  height: 45px;
  position: absolute;
  top: -15%;
  right: -0.5%;
}

.price_big{
  font-size: 24px;
  font-weight: bold;
  display: inline;
  color: #ecaa25;

}

.price_small{
  font-size: 12px;
  padding-left: 5px;
  color: #000;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .l-price-inner {
    padding: 10vw 0vw;
  }
  .l-price-item_table table th, .l-price-item_table table td {
    padding: 10px;
  }
}

/*-----------------------.l-company -----------------------------------*/

.l-company .l-content {
  text-align: center;
}

.l-company-inner {
  border: 5px solid #009CD5;
  border-radius: 30px;
  padding: 24px 40px;
  background: #fff;
  width: 800px;
  margin: 80px auto;
}

.l-company-table {
  margin: 0 auto;
}

.l-company-top {
  margin-bottom: 40px;
}

.l-company .p-title {
  position: relative;
  z-index: 100;
  font-size: 4rem;
  margin-bottom: 40px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.l-company .p-table-head {
  width: 90px;
  text-align: left;
  font-weight: 700;
  padding-bottom: 15px;
}

.l-company .p-table-data {
  width: 430px;
  text-align: left;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .l-company-inner {
    width: 100%;
  }
  .l-company .p-title{
    font-size: 24px;
  }
  .l-company .p-table-head {
    width: 20vw;
    padding-bottom: 2.66667vw;
  }
  .l-company .p-table-data {
    width: auto;
    padding-bottom: 2.66667vw;
  }
}




/*------------------------.l-pagetop-----------------------------*/

.l-pagetop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #292929;
}

.l-pagetop span {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 10px;
}

.l-pagetop::before {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 15px;
  display: block;
  content: "";
  background: url("../images/icn_pagetop.png") center/100% 100% no-repeat;
}

/*------------------------.l-footer-----------------------------*/

.l-footer {
  background: #292929;
  padding: 15px 0;
}

.p-copyright {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #fff;
  text-align: center;
}


/*メニューをページ下部に固定*/

#sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 9999;
}


/*メニューを横並びにする*/

#sp-fixed-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#sp-fixed-menu li {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-right: 1px solid #fff;
  border-radius: 0;
  height: auto
}


/*ボタンを調整*/

#sp-fixed-menu li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px;
}

.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  .l-footer {
    padding: 3.33333vw 0;
  }
  .l-pagetop {
    right: 3vw;
    width: 12.66667vw;
    height: 12.66667vw;
    border-width: 0.53333vw;
    bottom: 60px;
  }
  .l-pagetop span {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
  .l-pagetop::before {
    top: 2vw;
    width: 5.2vw;
    height: 2.66667vw;
  }
  .p-copyright {
    font-size: 2.66667vw;
  }
}

.l-price{
  position: relative;
}

.l-price_derivation::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 146px 0 146px;
  border-color: #F4F9FB transparent transparent transparent;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.l-trial{
padding: 100px 0;
}


.l-trial .l-content {
  width: 83vw;
}

.l-trial .common-btn-make-app.trial_btn{
  margin: 40px auto 80px;
  border: 2px solid #00AD76;
  background: #00AD76;
  color: #ffffff;
}

.l-trial-mh {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #009CD5;
  font-size: 35px;
  font-weight: 700;
}
.l-trial-flow-mh{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.l-trial_box {
  margin: 6vw 0;
  position: relative;
  border: 3px solid #009CD5;
  border-radius: 10px;
  text-align: left;
  padding: 3vw;
  background: #fff;
}


.l-trial_box::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

.l-trial_box ul li {
  position: relative;
  background-size: 40px auto;
  color: #222222;
  font-size: 20px;
  padding: 20px 0 20px 50px;
  line-height: 1.7;
}

.l-trial_box ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f14a";
  font-size: 30px;
  position: absolute;
  left: 4px;
  top: 13px;
}

@media screen and (max-width: 767px) {
  .l-trial-mh {
    font-size: 24px;
  }
}




.m-flow {
  width: 1050px;
  margin: 40px auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.m-flow-inner {
  width: 208px;
  position: relative; }

.m-flow-inner.arrow::before {
  position: absolute;
  top: 50px;
  left: -20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 0 16.5px 15px;
  border-color: transparent transparent transparent #007daa; }

.m-flow-mh {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.55556;
  margin-top: 20px;
  letter-spacing: 0.01em; }

.m-flow-txt {
  font-size: 1.6rem;
  line-height: 1.6875;
  padding-top: 10px; }

.m-flow-m {
  margin: 32px 0 12px; }

.m-flow-sub-txt {
  width: 1200px;
  margin: 50px auto 0 auto;
  font-size: 1.4rem;
  line-height: 1.42857;
  border-top: solid 1px #cccccc;
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 10px; }

@media screen and (max-width: 767px) {
  .m-flow {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .m-flow-inner {
    width: auto;
    align-items: center;
    position: relative;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .m-flow-inner.arrow {
    margin-top: 13.33333vw; }
    .m-flow-inner.arrow::before {
      position: absolute;
      top: -9.33333vw;
      left: 50%;
    transform: translateX(-50%);
      border-width: 4.26667vw 4.4vw 0 4.4vw;
      border-color: #007daa transparent transparent transparent; }

  .m-flow-img {
    width: 40vw; }

  .m-flow-box {
    width: 46.66667vw;
    text-align: left; }

  .m-flow-mh {
    font-size: 4.8vw;
    margin-top: 0;
    text-align: left; }

  .m-flow-m {
    margin: 0; }

  .m-flow-txt {
    font-size: 4.26667vw;
    padding-top: 2.66667vw; }

  .m-flow-sub-txt {
    width: 92%;
    margin: 6.66667vw auto 0 auto;
    font-size: 3.73333vw;
    line-height: 1.42857;
    text-indent: 0;
    padding-left: 0;
    padding-top: 2.66667vw; } }
















/* module
---------------------------------------------------------------------------- */


/* RWD表示切り替え
---------------------------------------------------------------------------- */

@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}


/* フォントサイズ
---------------------------------------------------------------------------- */

.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.66667vw !important;
  }
  .spfs49 {
    font-size: 6.53333vw !important;
  }
  .spfs48 {
    font-size: 6.4vw !important;
  }
  .spfs47 {
    font-size: 6.26667vw !important;
  }
  .spfs46 {
    font-size: 6.13333vw !important;
  }
  .spfs45 {
    font-size: 6vw !important;
  }
  .spfs44 {
    font-size: 5.86667vw !important;
  }
  .spfs43 {
    font-size: 5.73333vw !important;
  }
  .spfs42 {
    font-size: 5.6vw !important;
  }
  .spfs41 {
    font-size: 5.46667vw !important;
  }
  .spfs40 {
    font-size: 5.33333vw !important;
  }
  .spfs39 {
    font-size: 5.2vw !important;
  }
  .spfs38 {
    font-size: 5.06667vw !important;
  }
  .spfs37 {
    font-size: 4.93333vw !important;
  }
  .spfs36 {
    font-size: 4.8vw !important;
  }
  .spfs35 {
    font-size: 4.66667vw !important;
  }
  .spfs34 {
    font-size: 4.53333vw !important;
  }
  .spfs33 {
    font-size: 4.4vw !important;
  }
  .spfs32 {
    font-size: 4.26667vw !important;
  }
  .spfs31 {
    font-size: 4.13333vw !important;
  }
  .spfs30 {
    font-size: 4vw !important;
  }
  .spfs29 {
    font-size: 3.86667vw !important;
  }
  .spfs28 {
    font-size: 3.73333vw !important;
  }
  .spfs27 {
    font-size: 3.6vw !important;
  }
  .spfs26 {
    font-size: 3.46667vw !important;
  }
  .spfs25 {
    font-size: 3.33333vw !important;
  }
  .spfs24 {
    font-size: 3.2vw !important;
  }
  .spfs23 {
    font-size: 3.06667vw !important;
  }
  .spfs22 {
    font-size: 2.93333vw !important;
  }
  .spfs21 {
    font-size: 2.8vw !important;
  }
  .spfs20 {
    font-size: 2.66667vw !important;
  }
  .spfs19 {
    font-size: 2.53333vw !important;
  }
  .spfs18 {
    font-size: 2.4vw !important;
  }
  .spfs17 {
    font-size: 2.26667vw !important;
  }
  .spfs16 {
    font-size: 2.13333vw !important;
  }
  .spfs15 {
    font-size: 2vw !important;
  }
  .spfs14 {
    font-size: 1.86667vw !important;
  }
  .spfs13 {
    font-size: 1.73333vw !important;
  }
  .spfs12 {
    font-size: 1.6vw !important;
  }
  .spfs11 {
    font-size: 1.46667vw !important;
  }
  .spfs10 {
    font-size: 1.33333vw !important;
  }
  .spfs9 {
    font-size: 1.2vw !important;
  }
  .spfs8 {
    font-size: 1.06667vw !important;
  }
  .spfs7 {
    font-size: 0.93333vw !important;
  }
  .spfs6 {
    font-size: 0.8vw !important;
  }
}


/* clearfix
---------------------------------------------------------------------------- */

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/* テキスト
---------------------------------------------------------------------------- */

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important;
  }
  .sptac {
    text-align: center !important;
  }
  .sptar {
    text-align: right !important;
  }
  .spfwb {
    font-weight: bold !important;
  }
}


/* マージン
---------------------------------------------------------------------------- */

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 13.33333vw !important;
  }
  .spmb100 {
    margin-bottom: 13.33333vw !important;
  }
  .spml100 {
    margin-left: 13.33333vw !important;
  }
  .spmr100 {
    margin-right: 13.33333vw !important;
  }
  .spmt95 {
    margin-top: 12.66667vw !important;
  }
  .spmb95 {
    margin-bottom: 12.66667vw !important;
  }
  .spml95 {
    margin-left: 12.66667vw !important;
  }
  .spmr95 {
    margin-right: 12.66667vw !important;
  }
  .spmt90 {
    margin-top: 12vw !important;
  }
  .spmb90 {
    margin-bottom: 12vw !important;
  }
  .spml90 {
    margin-left: 12vw !important;
  }
  .spmr90 {
    margin-right: 12vw !important;
  }
  .spmt85 {
    margin-top: 11.33333vw !important;
  }
  .spmb85 {
    margin-bottom: 11.33333vw !important;
  }
  .spml85 {
    margin-left: 11.33333vw !important;
  }
  .spmr85 {
    margin-right: 11.33333vw !important;
  }
  .spmt80 {
    margin-top: 10.66667vw !important;
  }
  .spmb80 {
    margin-bottom: 10.66667vw !important;
  }
  .spml80 {
    margin-left: 10.66667vw !important;
  }
  .spmr80 {
    margin-right: 10.66667vw !important;
  }
  .spmt75 {
    margin-top: 10vw !important;
  }
  .spmb75 {
    margin-bottom: 10vw !important;
  }
  .spml75 {
    margin-left: 10vw !important;
  }
  .spmr75 {
    margin-right: 10vw !important;
  }
  .spmt70 {
    margin-top: 9.33333vw !important;
  }
  .spmb70 {
    margin-bottom: 9.33333vw !important;
  }
  .spml70 {
    margin-left: 9.33333vw !important;
  }
  .spmr70 {
    margin-right: 9.33333vw !important;
  }
  .spmt65 {
    margin-top: 8.66667vw !important;
  }
  .spmb65 {
    margin-bottom: 8.66667vw !important;
  }
  .spml65 {
    margin-left: 8.66667vw !important;
  }
  .spmr65 {
    margin-right: 8.66667vw !important;
  }
  .spmt60 {
    margin-top: 8vw !important;
  }
  .spmb60 {
    margin-bottom: 8vw !important;
  }
  .spml60 {
    margin-left: 8vw !important;
  }
  .spmr60 {
    margin-right: 8vw !important;
  }
  .spmt55 {
    margin-top: 7.33333vw !important;
  }
  .spmb55 {
    margin-bottom: 7.33333vw !important;
  }
  .spml55 {
    margin-left: 7.33333vw !important;
  }
  .spmr55 {
    margin-right: 7.33333vw !important;
  }
  .spmt50 {
    margin-top: 6.66667vw !important;
  }
  .spmb50 {
    margin-bottom: 6.66667vw !important;
  }
  .spml50 {
    margin-left: 6.66667vw !important;
  }
  .spmr50 {
    margin-right: 6.66667vw !important;
  }
  .spmt45 {
    margin-top: 6vw !important;
  }
  .spmb45 {
    margin-bottom: 6vw !important;
  }
  .spml45 {
    margin-left: 6vw !important;
  }
  .spmr45 {
    margin-right: 6vw !important;
  }
  .spmt40 {
    margin-top: 5.33333vw !important;
  }
  .spmb40 {
    margin-bottom: 5.33333vw !important;
  }
  .spml40 {
    margin-left: 5.33333vw !important;
  }
  .spmr40 {
    margin-right: 5.33333vw !important;
  }
  .spmt35 {
    margin-top: 4.66667vw !important;
  }
  .spmb35 {
    margin-bottom: 4.66667vw !important;
  }
  .spml35 {
    margin-left: 4.66667vw !important;
  }
  .spmr35 {
    margin-right: 4.66667vw !important;
  }
  .spmt30 {
    margin-top: 4vw !important;
  }
  .spmb30 {
    margin-bottom: 4vw !important;
  }
  .spml30 {
    margin-left: 4vw !important;
  }
  .spmr30 {
    margin-right: 4vw !important;
  }
  .spmt25 {
    margin-top: 3.33333vw !important;
  }
  .spmb25 {
    margin-bottom: 3.33333vw !important;
  }
  .spml25 {
    margin-left: 3.33333vw !important;
  }
  .spmr25 {
    margin-right: 3.33333vw !important;
  }
  .spmt20 {
    margin-top: 2.66667vw !important;
  }
  .spmb20 {
    margin-bottom: 2.66667vw !important;
  }
  .spml20 {
    margin-left: 2.66667vw !important;
  }
  .spmr20 {
    margin-right: 2.66667vw !important;
  }
  .spmt15 {
    margin-top: 2vw !important;
  }
  .spmb15 {
    margin-bottom: 2vw !important;
  }
  .spml15 {
    margin-left: 2vw !important;
  }
  .spmr15 {
    margin-right: 2vw !important;
  }
  .spmt10 {
    margin-top: 1.33333vw !important;
  }
  .spmb10 {
    margin-bottom: 1.33333vw !important;
  }
  .spml10 {
    margin-left: 1.33333vw !important;
  }
  .spmr10 {
    margin-right: 1.33333vw !important;
  }
  .spmt5 {
    margin-top: 0.66667vw !important;
  }
  .spmb5 {
    margin-bottom: 0.66667vw !important;
  }
  .spml5 {
    margin-left: 0.66667vw !important;
  }
  .spmr5 {
    margin-right: 0.66667vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
}


/* パディング
---------------------------------------------------------------------------- */

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 13.33333vw !important;
  }
  .sppb100 {
    padding-bottom: 13.33333vw !important;
  }
  .sppl100 {
    padding-left: 13.33333vw !important;
  }
  .sppr100 {
    padding-right: 13.33333vw !important;
  }
  .sppt95 {
    padding-top: 12.66667vw !important;
  }
  .sppb95 {
    padding-bottom: 12.66667vw !important;
  }
  .sppl95 {
    padding-left: 12.66667vw !important;
  }
  .sppr95 {
    padding-right: 12.66667vw !important;
  }
  .sppt90 {
    padding-top: 12vw !important;
  }
  .sppb90 {
    padding-bottom: 12vw !important;
  }
  .sppl90 {
    padding-left: 12vw !important;
  }
  .sppr90 {
    padding-right: 12vw !important;
  }
  .sppt85 {
    padding-top: 11.33333vw !important;
  }
  .sppb85 {
    padding-bottom: 11.33333vw !important;
  }
  .sppl85 {
    padding-left: 11.33333vw !important;
  }
  .sppr85 {
    padding-right: 11.33333vw !important;
  }
  .sppt80 {
    padding-top: 10.66667vw !important;
  }
  .sppb80 {
    padding-bottom: 10.66667vw !important;
  }
  .sppl80 {
    padding-left: 10.66667vw !important;
  }
  .sppr80 {
    padding-right: 10.66667vw !important;
  }
  .sppt75 {
    padding-top: 10vw !important;
  }
  .sppb75 {
    padding-bottom: 10vw !important;
  }
  .sppl75 {
    padding-left: 10vw !important;
  }
  .sppr75 {
    padding-right: 10vw !important;
  }
  .sppt70 {
    padding-top: 9.33333vw !important;
  }
  .sppb70 {
    padding-bottom: 9.33333vw !important;
  }
  .sppl70 {
    padding-left: 9.33333vw !important;
  }
  .sppr70 {
    padding-right: 9.33333vw !important;
  }
  .sppt65 {
    padding-top: 8.66667vw !important;
  }
  .sppb65 {
    padding-bottom: 8.66667vw !important;
  }
  .sppl65 {
    padding-left: 8.66667vw !important;
  }
  .sppr65 {
    padding-right: 8.66667vw !important;
  }
  .sppt60 {
    padding-top: 8vw !important;
  }
  .sppb60 {
    padding-bottom: 8vw !important;
  }
  .sppl60 {
    padding-left: 8vw !important;
  }
  .sppr60 {
    padding-right: 8vw !important;
  }
  .sppt55 {
    padding-top: 7.33333vw !important;
  }
  .sppb55 {
    padding-bottom: 7.33333vw !important;
  }
  .sppl55 {
    padding-left: 7.33333vw !important;
  }
  .sppr55 {
    padding-right: 7.33333vw !important;
  }
  .sppt50 {
    padding-top: 6.66667vw !important;
  }
  .sppb50 {
    padding-bottom: 6.66667vw !important;
  }
  .sppl50 {
    padding-left: 6.66667vw !important;
  }
  .sppr50 {
    padding-right: 6.66667vw !important;
  }
  .sppt45 {
    padding-top: 6vw !important;
  }
  .sppb45 {
    padding-bottom: 6vw !important;
  }
  .sppl45 {
    padding-left: 6vw !important;
  }
  .sppr45 {
    padding-right: 6vw !important;
  }
  .sppt40 {
    padding-top: 5.33333vw !important;
  }
  .sppb40 {
    padding-bottom: 5.33333vw !important;
  }
  .sppl40 {
    padding-left: 5.33333vw !important;
  }
  .sppr40 {
    padding-right: 5.33333vw !important;
  }
  .sppt35 {
    padding-top: 4.66667vw !important;
  }
  .sppb35 {
    padding-bottom: 4.66667vw !important;
  }
  .sppl35 {
    padding-left: 4.66667vw !important;
  }
  .sppr35 {
    padding-right: 4.66667vw !important;
  }
  .sppt30 {
    padding-top: 4vw !important;
  }
  .sppb30 {
    padding-bottom: 4vw !important;
  }
  .sppl30 {
    padding-left: 4vw !important;
  }
  .sppr30 {
    padding-right: 4vw !important;
  }
  .sppt25 {
    padding-top: 3.33333vw !important;
  }
  .sppb25 {
    padding-bottom: 3.33333vw !important;
  }
  .sppl25 {
    padding-left: 3.33333vw !important;
  }
  .sppr25 {
    padding-right: 3.33333vw !important;
  }
  .sppt20 {
    padding-top: 2.66667vw !important;
  }
  .sppb20 {
    padding-bottom: 2.66667vw !important;
  }
  .sppl20 {
    padding-left: 2.66667vw !important;
  }
  .sppr20 {
    padding-right: 2.66667vw !important;
  }
  .sppt15 {
    padding-top: 2vw !important;
  }
  .sppb15 {
    padding-bottom: 2vw !important;
  }
  .sppl15 {
    padding-left: 2vw !important;
  }
  .sppr15 {
    padding-right: 2vw !important;
  }
  .sppt10 {
    padding-top: 1.33333vw !important;
  }
  .sppb10 {
    padding-bottom: 1.33333vw !important;
  }
  .sppl10 {
    padding-left: 1.33333vw !important;
  }
  .sppr10 {
    padding-right: 1.33333vw !important;
  }
  .sppt5 {
    padding-top: 0.66667vw !important;
  }
  .sppb5 {
    padding-bottom: 0.66667vw !important;
  }
  .sppl5 {
    padding-left: 0.66667vw !important;
  }
  .sppr5 {
    padding-right: 0.66667vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
}


/* print
---------------------------------------------------------------------------- */


/* 印刷設定
---------------------------------------------------------------------------- */

@media print {
  * html body {
    zoom: 70%;
  }
}




/* Senses webform sample style */
div[id^="senses-webform"] {
  --sw-input-border-color: black;
  --sw-input-focus-border-color: rgba(0, 174, 72, 0.75);
  --sw-button-color: #E56A84;
  --sw-button-text-color: #fff;
  width: 800px;
  max-width: 100%;
  font-size: 100%;
  margin: auto;
  /* form style reset */
  /* custom form style */
  /* フォームラベルの調整 */
  /* セレクトボックスの下矢印再定義 */
  /* チェックボックス(ラジオボタンも一緒に)のサイズをクリックしやすいように調整 */
  /* 送信ボタンスタイル */
}


div[id^="senses-webform"] .medium.center{
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

div[id^="senses-webform"] .termsField,
div[id^="senses-webform"] .cookiePolicyField{
  text-align: left;
}

div[id^="senses-webform"] .singleSelectionField div>div{
  display: flex;
}

div[id^="senses-webform"] *,
div[id^="senses-webform"] *::after,
div[id^="senses-webform"] *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div[id^="senses-webform"] input[type="text"],
div[id^="senses-webform"] button,
div[id^="senses-webform"] select,
div[id^="senses-webform"] textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

div[id^="senses-webform"] textarea {
  resize: vertical;
}

div[id^="senses-webform"] input[type='submit'],
div[id^="senses-webform"] input[type='button'],
div[id^="senses-webform"] label,
div[id^="senses-webform"] button,
div[id^="senses-webform"] select {
  cursor: pointer;
}

div[id^="senses-webform"] select::-ms-expand {
  display: none;
}

div[id^="senses-webform"] .textField,
div[id^="senses-webform"] .singleSelectionField,
div[id^="senses-webform"] .termField {
  margin: .75em 0;
}

div[id^="senses-webform"] .textField input + p,
div[id^="senses-webform"] .singleSelectionField input + p,
div[id^="senses-webform"] .termField input + p {
  /* 注釈 */
  font-size: .8em;
  padding: 0;
  margin: 0;
}

div[id^="senses-webform"] input[type="text"],
div[id^="senses-webform"] select,
div[id^="senses-webform"] textarea {
  width: 100%;
  margin: 4px 0;
  padding: .5em;
  border: 1px solid var(--sw-input-border-color);
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
}

div[id^="senses-webform"] input[type="text"]:focus,
div[id^="senses-webform"] select:focus,
div[id^="senses-webform"] textarea:focus {
  -webkit-box-shadow: 0px 0px 20px -10px var(--sw-input-focus-border-color);
          box-shadow: 0px 0px 20px -10px var(--sw-input-focus-border-color);
}

div[id^="senses-webform"] label{
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
          font-weight: bold;
          align-items: center;
}

div[id^="senses-webform"] .singleSelectionField > div > label span{
  display: inline-block;
  background-color: #d21708;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 0px 8px;
  margin-left: 10px;
}

div[id^="senses-webform"] .textField label span{
  display: inline-block;
  background-color: #d21708;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 0px 8px;
  margin-left: 10px;
}

div[id^="senses-webform"] .singleSelectionField div div label span{
  font-weight: normal;
}

div[id^="senses-webform"] label div {
  /* 必須 */
  color: blue;
  font-size: .8em;
  margin-left: 1em;
  min-width: 2em;
  /* もし、順序を前にしたい場合
      order: -1; */
}

div[id^="senses-webform"] select {
  padding-right: 32px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 17px) 1em, calc(100% - 12px) 1em, calc(100% - 32px) 0;
  background-size: 5px 5px, 5px 5px, 1px 100%;
  background-repeat: no-repeat;
}

div[id^="senses-webform"] .termField {
  font-size: .95em;
}

div[id^="senses-webform"] input[type="checkbox"],
div[id^="senses-webform"] input[type="radio"] {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  margin: 0 1.2em 0 8px;
}

div[id^="senses-webform"] button {
  margin: .75em auto;
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25em;
  padding: .75em 0;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  word-break: break-all;
  color: var(--sw-button-text-color);
  background: var(--sw-button-color);
  border: 2px solid var(--sw-button-color);
  -webkit-transition: color, background .3s;
  transition: color, background .3s;
  display: block;
}

div[id^="senses-webform"] button:hover {
  color: var(--sw-button-color);
  background: transparent;
}
/*# sourceMappingURL=index.css.map */

div[id^="senses-webform"] .StyledSubTitle-bumauM.ifDJVw{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
div[id^="senses-webform"] .ThankyouMessage-bvACnn.cDoUZo{
  font-size: 16px;
  /* text-align: left; */
}

.p-form{
  background: #F4F9FB;
  padding: 100px 40px;
}

/* 250515_フォーム改修に伴うcss変更 */
div[id^="senses-webform"] .layoutText div p {
  color: #d21708;
}

div[id^="senses-webform"] .singleSelectionField div div label span {
  font-weight: normal;
  text-align: left;
}