@charset "UTF-8";
/*===============================================
PCの一部
===============================================*/
@media screen and (max-width: 1099px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  header {
    height: 60px;
    background: none;
    padding-left: 4%;
  }
  header h1 {
    height: 35px;
  }
  header:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: -1;
  }
  .hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(-45deg, #f02b2b 30%, #f5461d 70%);
    cursor: pointer;
    aspect-ratio: 1/1;
    z-index: 3;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 15px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transitio: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 20px;
  }
  .hamburger span:nth-child(2) {
    top: 30px;
  }
  .hamburger span:nth-child(3) {
    top: 40px;
  }
  .hamburger.active span:nth-child(1) {
    top: 28px;
    left: 16px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 28px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f02b2b;
    padding: 30px;
    transform: translateY(-100%);
    transition: all 0.6s;
    z-index: -2;
  }
  nav.globalMenuSp ul {
    display: block;
  }
  nav.globalMenuSp li:not(:last-child) {
    margin-right: 0;
  }
  nav.globalMenuSp li:first-of-type a:not(.appform) {
    padding: 0 10px 20px 10px;
  }
  nav.globalMenuSp li a {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  nav.globalMenuSp li a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 7px;
    height: 11px;
    background: url(../image/common/icon_arrow_yellow_b.svg) center no-repeat;
    transform: translateY(-50%);
  }
  nav.globalMenuSp li a:not(.appform) {
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  nav.globalMenuSp li a.appform {
    color: #f02b2b;
    text-align: center;
    margin-top: 25px;
    border-radius: 50px;
  }
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateY(60px);
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
  main {
    margin-top: 60px;
  }
  .inner, .innerS {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
  }
}
/*===============================================
tablet
===============================================*/
@media screen and (max-width: 1098px) {
  .mvWrap {
    overflow: hidden;
  }
  .mvWrap .mvCont {
    padding: 10px 0 40px 0;
  }
  .mvWrap .mvCont h2 {
    font-size: 5.5vw;
  }
  .mvWrap .mvCont h2 span.sub {
    font-size: 2.6vw;
  }
  .mvWrap .mvCont ul li {
    font-size: 2vw;
  }
  .mvWrap .mvCatch {
    width: 60vw;
  }
  .mvWrap .mvCard {
    padding: 10px 2%;
  }
  .mvWrap .mvCard .inner {
    width: 59vw;
    padding: 0;
    margin: 0;
  }
  .mvWrap .mvCard .gentei {
    width: 17%;
  }
  .mvWrap .mvCard h2 {
    font-size: 4vw;
    width: 60%;
  }
  .mvWrap .mvCard h2 span.sub {
    font-size: 1.8vw;
  }
  .mvWrap .mvCard h2 span.font {
    font-size: 5.1vw;
  }
  .mvWrap .mvCard .card {
    width: 23%;
  }
  .mvWrap .mock {
    width: 36vw;
    height: 100%;
    right: 2%;
    text-align: right;
  }
  .mvWrap .mock img {
    max-height: 100%;
  }
  .caseWrap {
    justify-content: center;
  }
  .caseItem {
    width: calc((100% - 40px) / 4);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .caseItem .ttl {
    min-height: 140px;
  }
  .caseItem h4 {
    font-size: 2vw;
  }
  .caseItem p {
    font-size: 1.9vw;
  }
  #indexDesc .descItem {
    width: 100%;
  }
  #indexDesc .descItem:not(:last-child) {
    margin-bottom: 40px;
  }
  #indexDesc li {
    font-size: 1.8vw;
  }
  #indexContact .inner {
    justify-content: space-around;
  }
  #indexContact .inner > div {
    width: calc((100% - 60px) / 2);
  }
  #indexContact .inner p {
    text-align: unset;
  }
  #indexContact .inner p br {
    display: none;
  }
  #indexContact .btnArea.small a {
    width: 100%;
  }
  section.secWhite {
    padding: 50px 0;
  }
  section.secWhite + .secWhite {
    padding: 0 0 50px 0;
  }
  section br.pc {
    display: none;
  }
  section br.sp {
    display: inline;
  }
  .btnArea.def a, .btnArea.def input[type=submit] {
    width: calc((100% - 20px) / 2);
  }
  .btnArea.def a:nth-child(2n), .btnArea.def input[type=submit]:nth-child(2n) {
    margin-right: 0;
  }
  .btnArea.small a, .btnArea.small input[type=submit] {
    width: calc((100% - 20px) / 2);
  }
  .pageTtl:before {
    right: 0;
    width: 100%;
    background: url(../image/common/pagettl_bg.png) no-repeat 130%/contain;
  }
  .pankuzuWrap .breadcrumbs {
    width: 100%;
  }
  .footerMain .decore {
    width: 200px;
  }
  .flowPage .flowWrap .flowItem {
    width: calc((100% - 30px) / 2);
    margin-bottom: 20px;
  }
  .flowPage .flowWrap .flowItem:not(:last-child) {
    margin-right: 30px;
  }
  .flowPage .flowWrap .flowItem:nth-child(2n) {
    margin-right: 0;
  }
  .flowPage .flowWrap .flowItem .img img {
    width: 200px;
  }
  .flowPage .flowItem span {
    font-size: 3rem;
  }
  .flowPage .flowItem.goal {
    padding: 35px 25px;
  }
  .flowPage .flowItem.goal .img {
    width: 200px;
    margin-right: 30px;
  }
  .flowPage .flowItem.goal .img img {
    width: 200px;
  }
  .flowPage .flowItem.goal .txt {
    width: calc(100% - 200px - 30px);
  }
  .feePage.feePadB .inner {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .feePage .present .image, .feePage .present .txt {
    width: 100%;
  }
  .feePage .present .image {
    text-align: center;
  }
  .feePage .present .txt {
    margin-bottom: 30px;
  }
  .feePage .present .txt .gentei {
    width: 120px;
  }
  .feePage .present h3 {
    font-size: 9vw;
    width: calc(100% - 120px);
  }
  .feePage .present h3 span.sub {
    font-size: 3.7vw;
  }
  .feePage .present h3 span.font {
    font-size: 10vw;
  }
  .feePage .present h3 span.small {
    font-size: 4.75vw;
  }
  .feePage .optionWrap .optionItem {
    width: 47%;
    margin-bottom: 20px;
  }
  .functionPage .funcItem {
    width: calc((100% - 20px) / 2);
  }
  .functionPage .funcItem:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .functionPage .funcItem:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .functionPage .funcItem .image {
    text-align: center;
    padding: 25px 25px 0 25px;
  }
  .functionPage.functionOp .funcItem {
    width: calc((100% - 60px) / 3);
  }
  .functionPage.functionOp .funcItem:nth-child(3n) {
    margin-right: 0;
  }
  .functionPage.functionOp .funcItem .image {
    padding: 25px 0 0 0;
  }
  .functionPage.functionOp .funcItem .image img {
    width: auto;
  }
  .functionPage.functionOp .btnArea {
    padding: 0;
  }
  .contactPage select {
    appearance: none;
    width: 100%;
    background-color: #fff;
    background-image: url(../image/contact/select_arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
  }
}
/*===============================================
画面の横幅が767px〜0pxまで
===============================================*/
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  .mvWrap {
    padding-top: 20px;
  }
  .mvWrap .mvCatch {
    width: 100%;
  }
  .mvWrap .mvCont {
    background: url(../image/top/index_mv_bg.jpg) right bottom no-repeat;
    padding: 10px 0 0 0;
  }
  .mvWrap .mvCont ul li {
    font-size: 3.5vw;
    padding: 7px 10px;
  }
  .mvWrap .mvCont ul li:not(:last-child) {
    margin-right: 3px;
  }
  .mvWrap .mvCont .mock {
    position: unset;
    width: auto;
    text-align: center;
  }
  .mvWrap .mvCont .mock img {
    width: 55%;
  }
  .mvWrap .mvCont h2 {
    font-size: 8.5vw;
    text-align: center;
    margin-bottom: 30px;
  }
  .mvWrap .mvCont h2 span.sub {
    font-size: 4vw;
  }
  .mvWrap .mvCard {
    padding: 10px 2% 20px 2%;
  }
  .mvWrap .mvCard .inner {
    width: auto;
  }
  .mvWrap .mvCard .gentei {
    width: 18vw;
  }
  .mvWrap .mvCard h2 {
    font-size: 10vw;
    width: 78vw;
  }
  .mvWrap .mvCard h2 span.sub {
    font-size: 4vw;
  }
  .mvWrap .mvCard h2 span.font {
    font-size: 11vw;
  }
  .mvWrap .mvCard .card {
    text-align: center;
    width: 100vw;
  }
  .mvWrap .mvCard .card img {
    width: 50%;
    margin-top: 5px;
  }
  .mvCont ul {
    justify-content: center;
  }
  section.secWhite h3, section.secBg h3 {
    margin-bottom: 20px;
  }
  section.secBg {
    padding: 50px 0;
  }
  section p.desc {
    text-align: left;
  }
  .secWhite h3, .secBg h3 {
    font-size: 2.3rem;
  }
  .pageTtl {
    height: 140px;
  }
  .pageTtl h2 {
    font-size: 2.5rem;
  }
  .pageTtl span {
    font-size: 1.3rem;
  }
  .pankuzuWrap .breadcrumbs span {
    font-size: 1.3rem;
  }
  .pankuzuWrap .breadcrumbs a {
    padding-right: 30px;
  }
  .pankuzuWrap .breadcrumbs a:after {
    padding: 0 7px;
  }
  .caseWrap {
    margin-bottom: 20px;
  }
  .caseItem {
    width: calc((100% - 10px) / 2);
  }
  .caseItem:nth-child(2n) {
    margin-right: 0;
  }
  .caseItem:nth-child(5n) {
    margin-right: 10px;
  }
  .caseItem:last-child {
    margin-right: 0;
  }
  .caseItem h4 {
    font-size: 1.75rem;
  }
  .caseItem p {
    font-size: 1.4rem;
  }
  #indexDesc li {
    font-size: 1.4rem;
  }
  #indexContact .inner {
    display: block;
  }
  #indexContact .inner > div {
    width: 100%;
  }
  #indexContact .inner > div:not(:last-child) {
    margin-bottom: 30px;
  }
  #indexNews .inner {
    display: block;
  }
  #indexNews .ttl, #indexNews .NewsListWrap {
    width: 100%;
  }
  #indexNews .ttl {
    text-align: center;
  }
  #indexNews .NewsListWrap li a {
    padding: 20px 10px;
  }
  #indexNews .NewsListWrap .thumb {
    width: 120px;
    max-height: 90px;
    aspect-ratio: 110/90;
    background: url(../image/common/news_thumb_bg.svg) center/60% no-repeat, url(../image/common/sec_bg.jpg) center/auto no-repeat;
  }
  #indexNews .NewsListWrap .newsTxt {
    width: calc(100% - 120px - 20px);
  }
  #indexNews .NewsListWrap .newsTxt span {
    font-size: 1.2rem;
    margin-right: 10px;
  }
  .btnArea.def a, .btnArea.def input[type=submit], .btnArea.small a, .btnArea.small input[type=submit] {
    width: 100%;
  }
  .btnArea.def a:not(:nth-child(2n)), .btnArea.def input[type=submit]:not(:nth-child(2n)), .btnArea.small a:not(:nth-child(2n)), .btnArea.small input[type=submit]:not(:nth-child(2n)) {
    margin-right: 0;
  }
  #footerContact .inner {
    display: block;
  }
  #footerContact .contactTxt, #footerContact .contactWrap {
    width: 100%;
  }
  #footerContact h3 {
    text-align: center;
  }
  #footerContact p {
    margin-bottom: 20px;
  }
  #footerMain .inner {
    flex-direction: column-reverse;
  }
  #footerMain h1 {
    text-align: center;
    margin-bottom: 15px;
  }
  #footerMain .link {
    width: 100%;
    margin-right: 0;
  }
  #footerMain ul {
    width: 100%;
  }
  #footerMain ul:not(:last-child) {
    margin-bottom: 20px;
  }
  #footerMain ul.left {
    display: none;
  }
  #footerMain li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 20px 15px 5px;
  }
  #footerMain li:not(:last-child) {
    margin-bottom: 0;
  }
  #footerMain li:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 15px;
    width: 5px;
    height: 5px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    transform: rotate(45deg) translateY(-50%);
  }
  #footerMain .decore {
    width: 100%;
    margin-bottom: 20px;
  }
  #footerMain .decore a > img {
    width: 70%;
  }
  #footerMain .decore span {
    padding: 15px 20px;
  }
  #footerMain p {
    text-align: center;
    margin-top: 5px;
  }
  table tr {
    display: flex;
    flex-wrap: wrap;
  }
  table th, table td {
    width: 100% !important;
  }
  table th {
    padding: 20px 20px 5px 20px !important;
  }
  table td {
    padding: 5px 20px 20px 20px !important;
  }
  .faqPage h4 {
    font-size: 1.6rem;
    padding: 23px 40px 25px 60px;
  }
  .faqPage h4.faqBtn:before {
    top: 16px;
    right: 15px;
  }
  .faqPage h4.faqBtn:after {
    left: 12px;
    width: 35px;
    height: 35px;
  }
  .faqPage .faqTxt {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contactPage .type {
    padding: 35px;
  }
  .contactPage .type h4 {
    font-size: 2rem;
  }
  .contactPage .type p {
    text-align: left;
  }
  .contactPage .type p br {
    display: none;
  }
  .contactPage .appDoui {
    padding: 25px;
  }
  .contactPage .fee {
    padding: 25px;
  }
  .contactPage .fee + p {
    text-align: left;
  }
  .contactPage dt {
    padding: 20px 10px 0 10px;
  }
  .contactPage dt.set {
    padding: 0 10px 0 10px;
    border-top: 0;
  }
  .contactPage dd {
    padding: 0 10px 20px 10px;
  }
  .contactPage dd label {
    display: block;
  }
  .contactPage dd label:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .contactPage .wpcf7-radio, .contactPage .wpcf7-checkbox {
    flex-direction: column;
  }
  .contactPage .wpcf7-list-item:not(:last-child) {
    margin-bottom: 5px;
  }
  .flowPage .flowWrap {
    margin-bottom: 25px;
  }
  .flowPage .flowWrap .flowItem {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0px;
  }
  .flowPage .flowWrap .flowItem span {
    font-size: 2rem;
  }
  .flowPage .flowWrap .flowItem h4 br {
    display: none;
  }
  .flowPage .flowItem span:before {
    clip-path: polygon(0 0, calc(100% - 10px) 0, calc(100% - 7px) 10px, 100% 100%, 0 100%);
  }
  .flowPage .flowItem .img img {
    width: 50%;
  }
  .flowPage .flowItem.goal {
    display: block;
  }
  .flowPage .flowItem.goal .img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .flowPage .flowItem.goal .txt {
    width: 100%;
  }
  .flowPage .flowItem.goal h4 {
    text-align: center;
  }
  .casePage .caseDetail {
    display: block;
  }
  .casePage .caseDetail > div {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 15px 20px 15px 20px;
  }
  .casePage .caseDetail > div > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .casePage .caseDetail > div h4 {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .casePage .caseDetail > div img {
    width: 35px;
    vertical-align: text-bottom;
  }
  .casePage .caseDetail > div ul {
    display: flex;
    flex-wrap: wrap;
  }
  .casePage .caseDetail > div li {
    padding-left: 0;
  }
  .casePage .caseDetail > div li:before {
    content: "";
  }
  .casePage .caseDetail > div li:after {
    content: "、";
  }
  .casePage .caseDetail > div li:last-child:after {
    content: "";
  }
  .casePage .caseDetail dl {
    width: 100%;
    padding: 0 20px;
  }
  .casePage .caseDetail dl .point {
    padding: 25px 0 25px 60px;
  }
  .casePage .caseDetail dl .point:before {
    font-size: 1.3rem;
    left: 5px;
  }
  .casePage .caseDetail dl .point:after {
    font-size: 4rem;
    left: 0;
  }
  .casePage .caseDetail dt {
    font-size: 1.65rem;
  }
  .feePage .price {
    padding: 30px;
  }
  .feePage .exampleWrap {
    display: block;
  }
  .feePage .exampleItem {
    width: 100%;
    text-align: center;
    padding: 30px 20px 35px 20px;
  }
  .feePage .exampleItem:not(:last-child) {
    margin-bottom: 20px;
  }
  .feePage .exampleItem img {
    width: 80%;
  }
  .feePage .exampleItem p {
    text-align: left;
  }
  .feePage .limitTxt {
    text-align: left;
  }
  .feePage .present {
    padding: 30px 20px 40px 20px;
  }
  .feePage .present .txt .gentei {
    width: 100%;
    text-align: center;
  }
  .feePage .present h3 {
    width: 100%;
    font-size: 10vw;
    margin-bottom: 20px;
  }
  .feePage .present h3 span.sub {
    font-size: 4.25vw;
  }
  .feePage .present h3 span.font {
    font-size: 12vw;
  }
  .feePage .optionWrap {
    display: block;
    padding: 30px 30px 20px 30px;
  }
  .feePage .optionWrap h3 {
    top: -17px;
  }
  .feePage .optionWrap h4 {
    padding: 10px;
  }
  .feePage .optionWrap .optionItem {
    width: 100%;
    margin-bottom: 50px;
  }
  .functionPage .funcItem {
    width: 100%;
  }
  .functionPage .funcItem:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .functionPage .funcItem .image {
    padding: 15px 15px 0 15px;
  }
  .functionPage .funcItem h5 {
    padding: 20px 25px 0 25px;
    margin-bottom: 15px;
  }
  .functionPage .funcItem p {
    padding: 0 25px 25px 25px;
  }
  .functionPage.functionOp .funcWrap {
    display: block;
  }
  .functionPage.functionOp .funcItem {
    width: 100%;
  }
  .functionPage.functionOp .btnArea.def a {
    margin-bottom: 0;
  }
}
/*===============================================
sp横向き
===============================================*/