@charset "UTF-8";
/*
Theme Name:trustoic
*/
/**リセット**/
*, *:before, *:after {
  box-sizing: border-box; }

html {
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
  background-color: #fff; }

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd, ul, ol, li, figure {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

input, button, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none; }
  input:focus, button:focus, textarea:focus, select:focus {
    outline: none; }

input[type="submit"] {
  webkit-appearance: none; }

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

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

sup {
  font-size: 0.5em;
  vertical-align: text-top; }

sub {
  font-size: 0.5em;
  vertical-align: text-bottom; }

address {
  font-style: normal; }

/**common**/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.75;
  color: #151515;
  scroll-behavior: smooth; }
  @media only screen and (max-width: 1099px) {
    html {
      font-size: 9px; } }
  @media only screen and (max-width: 900px) {
    html {
      font-size: 8px; } }
  @media only screen and (max-width: 780px) {
    html {
      height: 100%;
      font-size: 9px; } }

body {
  padding-top: 8rem;
  font-size: 1.6rem; }
  @media only screen and (max-width: 780px) {
    body {
      -webkit-text-size-adjust: 100%; } }

a {
  color: #151515;
  text-decoration: none;
  outline: none; }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: underline; }
    a:hover img {
      opacity: 0.6; }
  a[href^="tel:"] {
    cursor: default; }
    a[href^="tel:"]:hover {
      text-decoration: none; }
  a img {
    transition: opacity 0.3s; }

@media only screen and (max-width: 900px) {
  .pc {
    display: none !important; } }

@media only screen and (max-width: 1199px) {
  .pc2 {
    display: none !important; } }

@media only screen and (max-width: 780px) {
  .pc_tb {
    display: none !important; } }

@media only screen and (min-width: 781px) {
  .sp {
    display: none !important; } }

.inner {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto; }
  .inner .inner_in {
    width: 90.9%;
    margin: 0 auto; }
    @media only screen and (max-width: 780px) {
      .inner .inner_in {
        width: 100%; } }

.bg_gray01 {
  padding: 15rem 0;
  background-color: #FAFAFA;
  position: relative; }
  @media only screen and (max-width: 780px) {
    .bg_gray01 {
      padding: 10rem 0; } }
  .bg_gray01:before, .bg_gray01:after {
    width: 100%;
    height: 20rem;
    content: '';
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0; }
    @media only screen and (max-width: 780px) {
      .bg_gray01:before, .bg_gray01:after {
        height: 10rem; } }
  .bg_gray01:before {
    background-image: url("img/bg_before01.png");
    top: 0; }
  .bg_gray01:after {
    background-image: url("img/bg_after01.png");
    bottom: 0; }

.anchor {
  width: 0;
  height: 0;
  margin: -8rem 0;
  padding: 8rem 0;
  font-size: 0;
  line-height: 0;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden; }

.subTtl01 {
  margin-bottom: 1.5em;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #B8000B; }
  .subTtl01 .eng {
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-size: 5.5rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.03em;
    color: #151515;
    display: block; }
    @media only screen and (max-width: 780px) {
      .subTtl01 .eng {
        font-size: 3.2rem; } }

.subTtl02 {
  margin-bottom: 1.5em;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center; }
  @media only screen and (max-width: 780px) {
    .subTtl02 {
      font-size: 3rem; } }
  .subTtl02:after {
    width: 38.7rem;
    height: 0.2rem;
    margin: 2.4rem auto 0 auto;
    content: '';
    background-image: url("img/subttl02_bar.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center 0;
    display: block; }
    @media only screen and (max-width: 780px) {
      .subTtl02:after {
        max-width: 60%;
        margin-top: 1.2rem; } }

.subTtl03 {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 700;
  position: relative; }
  .subTtl03:before {
    width: 19.1rem;
    height: 0.2rem;
    content: '';
    background-color: #B8000B;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%); }
    @media only screen and (max-width: 780px) {
      .subTtl03:before {
        max-width: 30%; } }
  .subTtl03:after {
    width: 100%;
    height: 1px;
    content: '';
    background-color: #E2E2E2;
    position: absolute;
    top: 100%;
    left: 0; }

.subTtl04 {
  margin-bottom: 0.75em;
  padding-left: 2.7rem;
  font-size: 2rem;
  font-weight: 700; }
  .subTtl04:before {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 1.5rem 0 -2.7rem;
    content: '';
    background-color: #B8000B;
    display: inline-block;
    vertical-align: 0.1em; }

/*ヘッダーブロック*/
#header {
  width: 100%;
  height: 8rem;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #header .logo {
    width: 20rem;
    margin-left: 2rem; }
    @media only screen and (max-width: 780px) {
      #header .logo {
        width: 16rem; } }
    #header .logo img {
      width: 100%; }
  #header .header_right {
    margin-right: 2rem;
    display: flex;
    align-items: center; }
    #header .header_right .navi {
      margin-right: 1rem; }
      @media only screen and (max-width: 780px) {
        #header .header_right .navi {
          width: 100%;
          height: calc(100vh - 8rem);
          margin: 0;
          background-color: rgba(255, 255, 255, 0.95);
          position: absolute;
          top: 100%;
          left: 100%;
          transition: left 0.5s; } }
      #header .header_right .navi ul {
        display: table; }
        #header .header_right .navi ul > * {
          display: table-cell; }
        @media only screen and (max-width: 780px) {
          #header .header_right .navi ul {
            display: block; } }
        #header .header_right .navi ul li {
          padding: 0 2rem;
          font-weight: 500;
          border-left: solid 1px #E2E2E2; }
          @media only screen and (max-width: 1099px) {
            #header .header_right .navi ul li {
              padding: 0 1.5rem; } }
          @media only screen and (max-width: 780px) {
            #header .header_right .navi ul li {
              padding: 0;
              display: block;
              border-left: none;
              border-top: solid 1px #E2E2E2; } }
          #header .header_right .navi ul li:first-child {
            border: none; }
          @media only screen and (max-width: 780px) {
            #header .header_right .navi ul li a {
              padding: 1rem 2rem;
              display: block; } }
          #header .header_right .navi ul li a:hover {
            color: #B8000B;
            text-decoration: none; }
    #header .header_right .contact a {
      padding: 1.1rem 2rem;
      font-size: 1.8rem;
      font-weight: 700;
      display: block;
      position: relative;
      z-index: 1;
      transition: opacity 0.3s; }
      @media only screen and (max-width: 780px) {
        #header .header_right .contact a {
          padding: 0.5rem 1.1rem; } }
      #header .header_right .contact a:before {
        width: 100%;
        height: 100%;
        content: '';
        background-color: #B8000B;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transform: skew(-15deg); }
      #header .header_right .contact a:hover {
        opacity: 0.6;
        text-decoration: none; }
      #header .header_right .contact a span {
        padding-left: 3.85rem;
        color: #ffffff;
        background-image: url("img/icon_mail01.png");
        -webkit-background-size: 2.85rem auto;
        background-size: 2.85rem auto;
        background-repeat: no-repeat;
        background-position: left center;
        display: block; }
        @media only screen and (min-width: 781px) and (max-width: 900px) {
          #header .header_right .contact a span {
            padding-left: 0;
            background: none; } }
        @media only screen and (max-width: 780px) {
          #header .header_right .contact a span {
            width: 2.85rem;
            padding-left: 0;
            background-image: url("img/icon_mail01.png");
            text-indent: 200%;
            white-space: nowrap;
            overflow: hidden; } }
    #header .header_right .sp_menu {
      width: 4rem;
      height: 4rem;
      margin-left: 2rem;
      background-image: url("img/sp_menu_open.png");
      -webkit-background-size: cover;
      background-size: cover; }

@media only screen and (max-width: 780px) {
  body.menuOpen {
    overflow: hidden; } }
body.menuOpen #header .header_right .sp_menu {
  background-image: url("img/sp_menu_close.png"); }
@media only screen and (max-width: 780px) {
  body.menuOpen #header .header_right .navi {
    left: 0; } }

/*フッターブロック*/
#footer {
  padding: 5rem 0 10rem 0;
  color: #ffffff;
  background-color: #343434; }
  @media only screen and (max-width: 780px) {
    #footer {
      padding-bottom: 6.5rem; } }
  #footer .pagetop {
    width: 9.6rem;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0; }
    @media only screen and (max-width: 780px) {
      #footer .pagetop {
        width: 6rem; } }
  #footer a {
    color: #ffffff; }
  #footer .inner {
    width: 100%;
    max-width: 1200px; }
    #footer .inner:after {
      content: "";
      display: block;
      clear: both; }
    #footer .inner + .inner {
      margin-top: 1.8rem; }
  #footer .address {
    float: left; }
    @media only screen and (max-width: 780px) {
      #footer .address {
        float: none;
        text-align: center;
        margin-bottom: 2rem; } }
    #footer .address .logo {
      width: 24rem; }
      @media only screen and (max-width: 780px) {
        #footer .address .logo {
          width: 16rem;
          margin: 0 auto; } }
      #footer .address .logo img {
        width: 100%; }
    #footer .address p {
      margin: 2rem 0 .5rem 0;
      font-size: 1.8rem;
      font-weight: 700; }
    #footer .address address {
      font-size: 1.5rem; }
  #footer .navi {
    margin-right: 1rem;
    float: right;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 780px) {
      #footer .navi {
        width: 90%;
        max-width: 360px;
        margin: 0 auto;
        float: none;
        display: block; } }
    #footer .navi ul {
      display: table; }
      #footer .navi ul > * {
        display: table-cell; }
      @media only screen and (max-width: 780px) {
        #footer .navi ul {
          margin-bottom: 2rem;
          display: block; } }
      #footer .navi ul li {
        padding: 0 2rem;
        font-weight: 500;
        border-left: solid 1px #575757; }
        @media only screen and (max-width: 1099px) {
          #footer .navi ul li {
            padding: 0 1.5rem; } }
        @media only screen and (max-width: 780px) {
          #footer .navi ul li {
            padding: 0;
            display: block;
            border-left: none;
            border-top: solid 1px #575757; } }
        #footer .navi ul li:first-child {
          border: none; }
        @media only screen and (max-width: 780px) {
          #footer .navi ul li a {
            padding: 1rem 2rem;
            display: block; } }
        #footer .navi ul li a:hover {
          color: #B8000B;
          text-decoration: none; }
    #footer .navi .contact a {
      padding: 1.1rem 2rem;
      font-size: 1.8rem;
      font-weight: 700;
      display: block;
      position: relative;
      z-index: 1;
      transition: opacity 0.3s; }
      @media only screen and (max-width: 780px) {
        #footer .navi .contact a {
          width: 18.5rem;
          margin: 0 auto; } }
      #footer .navi .contact a:before {
        width: 100%;
        height: 100%;
        content: '';
        background-color: #B8000B;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transform: skew(-15deg); }
      #footer .navi .contact a:hover {
        opacity: 0.6;
        text-decoration: none; }
      #footer .navi .contact a span {
        padding-left: 3.85rem;
        color: #ffffff;
        background-image: url("img/icon_mail01.png");
        -webkit-background-size: 2.85rem auto;
        background-size: 2.85rem auto;
        background-repeat: no-repeat;
        background-position: left center;
        display: block; }
  #footer .tel {
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    float: left; }
    @media only screen and (max-width: 780px) {
      #footer .tel {
        width: 30.1rem;
        margin: 0 auto;
        float: none; } }
    #footer .tel a {
      padding-left: 4rem;
      display: block;
      background-image: url("img/icon_tel01.png");
      -webkit-background-size: 3.2rem auto;
      background-size: 3.2rem auto;
      background-repeat: no-repeat;
      background-position: left center; }
  #footer .copyright {
    padding-top: 2rem;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    color: #A5A5A5;
    float: right; }
    @media only screen and (max-width: 780px) {
      #footer .copyright {
        float: none;
        text-align: center; } }

#main {
  overflow: hidden; }
  #main .pagetitle {
    padding: 4rem 0 5rem 0;
    background-image: url("img/pagetitle_bg.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center; }
    #main .pagetitle h1 {
      font-size: 4rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-align: center; }
      #main .pagetitle h1 .eng {
        font-family: "Outfit", "Noto Sans JP", sans-serif;
        font-size: 2.1rem;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1.3;
        letter-spacing: 0.03em;
        color: #B8000B;
        display: block; }
        @media only screen and (max-width: 780px) {
          #main .pagetitle h1 .eng {
            font-size: 3.2rem; } }
  #main .pankuzu {
    margin-top: 2rem;
    margin-bottom: 5.6rem; }
    #main .pankuzu a {
      font-size: 1.4rem; }
      #main .pankuzu a:after {
        width: 0.8rem;
        height: 0.9rem;
        margin: 0 2rem;
        content: '';
        background-image: url("img/sankaku01.png");
        -webkit-background-size: cover;
        background-size: cover;
        display: inline-block;
        vertical-align: 0; }
    #main .pankuzu span {
      font-size: 1.4rem;
      color: #B4B4B4; }

.index_mv {
  width: 100%;
  height: 61.7rem;
  background-image: url("img/mv_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top; }
  @media only screen and (max-width: 1199px) {
    .index_mv {
      height: 51.4166666667vw; } }
  @media only screen and (max-width: 780px) {
    .index_mv {
      height: auto;
      background: none;
      background-color: #F8F8F8; } }
  .index_mv .inner {
    max-width: 1200px;
    padding-top: 5.5rem;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 1199px) {
      .index_mv .inner {
        padding-top: 4.5833333333vw; } }
    @media only screen and (max-width: 780px) {
      .index_mv .inner {
        padding: 4rem 0; } }
    .index_mv .inner .text {
      font-size: 5.1rem;
      font-weight: 700;
      line-height: 1.5; }
      @media only screen and (max-width: 1199px) {
        .index_mv .inner .text {
          font-size: 4.25vw; } }
      @media only screen and (max-width: 780px) {
        .index_mv .inner .text {
          font-size: 5.4166666667vw;
          text-shadow: 0.1em 0.1em 0 #ffffff, -0.1em -0.1em 0 #ffffff,-0.1em 0.1em 0 #ffffff, 0.1em -0.1em 0 #ffffff,0px 0.1em 0 #ffffff,  0 -0.1em 0 #ffffff,-0.1em 0 0 #ffffff, 0.1em 0 0 #ffffff; } }
      .index_mv .inner .text em {
        margin: 0 1rem;
        padding: 1rem 2.4rem;
        font-size: 1.55em;
        font-weight: 700;
        font-style: normal;
        line-height: 0.9;
        display: inline-block;
        position: relative; }
        @media only screen and (max-width: 1199px) {
          .index_mv .inner .text em {
            margin: 0 0.8333333333vw;
            padding: 0.8333333333vw 2vw; } }
        .index_mv .inner .text em:before, .index_mv .inner .text em:after {
          width: 2.4rem;
          height: 5.5rem;
          content: '';
          position: absolute; }
          @media only screen and (max-width: 1199px) {
            .index_mv .inner .text em:before, .index_mv .inner .text em:after {
              width: 2vw;
              height: 4.5833333333vw; } }
        .index_mv .inner .text em:before {
          border-top: solid 0.2rem #D0D0D0;
          border-left: solid 0.2rem #D0D0D0;
          top: 0;
          left: 0; }
        .index_mv .inner .text em:after {
          border-bottom: solid 0.2rem #D0D0D0;
          border-right: solid 0.2rem #D0D0D0;
          bottom: 0;
          right: 0; }
        .index_mv .inner .text em span {
          margin-left: 1rem;
          font-family: "Outfit", "Noto Sans JP", sans-serif;
          font-size: 0.55em;
          font-weight: 600;
          color: #B8000B;
          display: inline-block; }
          @media only screen and (max-width: 1199px) {
            .index_mv .inner .text em span {
              margin-left: 0.8333333333vw; } }
      .index_mv .inner .text .row {
        display: block; }
        .index_mv .inner .text .row:nth-child(1) {
          margin-left: 4rem; }
          @media only screen and (max-width: 1199px) {
            .index_mv .inner .text .row:nth-child(1) {
              margin-left: 3.3333333333vw; } }
        .index_mv .inner .text .row:nth-child(2) {
          margin-left: 30rem; }
          @media only screen and (max-width: 1199px) {
            .index_mv .inner .text .row:nth-child(2) {
              margin-left: 25vw; } }
        .index_mv .inner .text .row:nth-child(3) {
          margin-top: -1rem; }
          @media only screen and (max-width: 1199px) {
            .index_mv .inner .text .row:nth-child(3) {
              margin-top: -0.8333333333vw; } }
    .index_mv .inner .scroll {
      margin-top: 4rem;
      font-family: "Outfit", "Noto Sans JP", sans-serif;
      font-size: 2.8rem;
      font-weight: 500;
      text-align: center;
      color: #B8000B;
      animation: mv_scroll 1s infinite linear alternate; }
      @media only screen and (max-width: 1199px) {
        .index_mv .inner .scroll {
          margin-top: 3.3333333333vw;
          font-size: 2.3333333333vw; } }
      @media only screen and (max-width: 780px) {
        .index_mv .inner .scroll {
          font-size: 3vw; } }
      .index_mv .inner .scroll:after {
        width: 1px;
        height: 3.5rem;
        margin: 0.8rem auto 0 auto;
        content: '';
        background-color: #000000;
        display: block; }
        @media only screen and (max-width: 1199px) {
          .index_mv .inner .scroll:after {
            height: 2.9166666667vw;
            margin-top: 0.6666666667vw; } }
    .index_mv .inner .btn {
      margin-top: 4.2rem; }
      @media only screen and (max-width: 1199px) {
        .index_mv .inner .btn {
          margin-top: 3.5vw; } }
      .index_mv .inner .btn a {
        width: 49.7rem;
        padding: 1.1rem 2rem;
        margin: 0 auto;
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        display: block;
        position: relative;
        z-index: 1;
        transition: opacity 0.3s; }
        @media only screen and (max-width: 1199px) {
          .index_mv .inner .btn a {
            width: 41.4166666667vw;
            padding: 0.9166666667vw 1.6666666667vw;
            font-size: 1.5vw; } }
        @media only screen and (max-width: 780px) {
          .index_mv .inner .btn a {
            width: 49.7rem;
            padding: 1.1rem 2rem;
            max-width: 90%;
            font-size: 1.8rem; } }
        .index_mv .inner .btn a:before {
          width: 100%;
          height: 100%;
          content: '';
          background-color: #B8000B;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          transform: skew(-15deg); }
        .index_mv .inner .btn a:hover {
          opacity: 0.6;
          text-decoration: none; }
    .index_mv .inner .img {
      width: 72.1rem;
      position: absolute;
      top: 5%;
      left: 57.5%;
      z-index: -1; }
      @media only screen and (max-width: 1199px) {
        .index_mv .inner .img {
          width: 60.0833333333vw; } }
      @media only screen and (max-width: 780px) {
        .index_mv .inner .img {
          left: 60%; } }

@keyframes mv_scroll {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(10%); } }
.index_business {
  padding-top: 3.8rem;
  padding-bottom: 14rem;
  background-image: url("img/top_sec1_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 0; }
  @media only screen and (max-width: 780px) {
    .index_business {
      padding-bottom: 7rem; } }
  .index_business .inner {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 780px) {
      .index_business .inner {
        display: flex;
        flex-wrap: wrap; } }
  .index_business .text {
    width: 80rem;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%); }
    @media only screen and (max-width: 780px) {
      .index_business .text {
        width: 100%;
        max-width: none; } }
    .index_business .text h3 {
      margin-bottom: 1.25em;
      font-size: 3rem;
      font-weight: 700;
      letter-spacing: 0.03em; }
    .index_business .text p {
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 2.5; }
  .index_business .img01 {
    width: 54.5rem;
    position: absolute;
    bottom: 0;
    right: 85%;
    z-index: -1; }
    @media only screen and (max-width: 780px) {
      .index_business .img01 {
        width: 50%;
        position: static; } }
  .index_business .img02 {
    width: 51.3rem;
    position: absolute;
    bottom: 0;
    left: 85%;
    z-index: -1; }
    @media only screen and (max-width: 780px) {
      .index_business .img02 {
        width: 50%;
        position: static; } }

.index_whats {
  margin-top: -4rem;
  position: relative;
  z-index: 1; }
  .index_whats .subTtl01 + p {
    margin-bottom: 3em;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center; }
  .index_whats ul li {
    height: 35rem;
    position: relative; }
    @media only screen and (max-width: 780px) {
      .index_whats ul li {
        height: auto; }
        .index_whats ul li:before {
          width: 100%;
          height: 1rem;
          margin-bottom: 1rem;
          content: '';
          background-color: #B8000B;
          transform: skew(-15deg);
          display: block; }
        .index_whats ul li + li {
          margin-top: 6rem; } }
    .index_whats ul li .text_area {
      width: 56.6%;
      height: 35rem;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 780px) {
        .index_whats ul li .text_area {
          width: 100%;
          height: auto;
          margin: 0 0 1rem 0 !important;
          padding: 0 !important;
          display: block; } }
      .index_whats ul li .text_area:before {
        width: 1rem;
        height: 20rem;
        margin-right: 5rem;
        content: '';
        background-color: #B8000B;
        transform: skew(-15deg); }
        @media only screen and (max-width: 780px) {
          .index_whats ul li .text_area:before {
            content: none; } }
      .index_whats ul li .text_area .text {
        width: calc(100% - 8.5rem); }
        @media only screen and (max-width: 780px) {
          .index_whats ul li .text_area .text {
            width: 100%; } }
      .index_whats ul li .text_area h3 {
        margin-bottom: 0.3em;
        font-size: 2.4rem;
        font-weight: 700; }
        .index_whats ul li .text_area h3 small {
          font-size: 0.66em; }
      .index_whats ul li .text_area p {
        font-size: 1.5rem;
        line-height: 2; }
    .index_whats ul li .img {
      width: 109rem;
      position: absolute;
      top: 0; }
      @media only screen and (max-width: 780px) {
        .index_whats ul li .img {
          width: 100%;
          position: static; } }
    .index_whats ul li:nth-child(odd) .text_area {
      margin: 0 0 0 auto;
      padding-left: 3rem; }
    .index_whats ul li:nth-child(odd) .img {
      right: 56.6%; }
    .index_whats ul li:nth-child(even) .text_area {
      margin: 0 auto 0 0;
      padding-right: 3rem; }
    .index_whats ul li:nth-child(even) .img {
      left: 56.6%; }

.index_service {
  background-image: url("img/top_sec3_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top; }
  @media only screen and (max-width: 780px) {
    .index_service {
      -webkit-background-size: contain;
      background-size: contain;
      background-position: center 10rem; } }
  .index_service ol {
    counter-reset: num;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 780px) {
      .index_service ol {
        display: block; } }
    .index_service ol li {
      width: 46%;
      counter-increment: num;
      margin: 0 8% 4.4rem 0; }
      .index_service ol li:nth-child(even) {
        margin-right: 0; }
      @media only screen and (max-width: 780px) {
        .index_service ol li {
          width: 100%;
          margin: 0 0 4rem 0 !important; } }
      .index_service ol li a {
        display: block;
        position: relative; }
        .index_service ol li a:before {
          content: counter(num,decimal-leading-zero);
          font-family: "Outfit", "Noto Sans JP", sans-serif;
          padding-right: 0.25em;
          font-size: 7.5rem;
          font-weight: 600;
          line-height: 1.2;
          letter-spacing: 0.03em;
          color: #B8000B;
          border-bottom: solid 0.2rem #B8000B;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2; }
          @media only screen and (max-width: 780px) {
            .index_service ol li a:before {
              font-size: 5.5rem; } }
        .index_service ol li a:hover {
          text-decoration: none; }
          .index_service ol li a:hover .img:before {
            opacity: 0.6; }
        .index_service ol li a .img {
          width: 100%;
          height: 35rem;
          margin-bottom: 2.5rem;
          text-align: center;
          position: relative;
          z-index: 1; }
          @media only screen and (max-width: 780px) {
            .index_service ol li a .img {
              height: auto;
              padding: 2rem; } }
          .index_service ol li a .img:before {
            width: 90%;
            height: 100%;
            content: '';
            background-color: #EFE4E5;
            transform: skew(-10deg);
            position: absolute;
            top: 0;
            left: 5%;
            z-index: -1;
            transition: opacity 0.3s; }
          .index_service ol li a .img img {
            width: 62.4%;
            position: absolute;
            top: 50%;
            left: 18.8%;
            transform: translateY(-50%); }
            @media only screen and (max-width: 780px) {
              .index_service ol li a .img img {
                margin: 0 auto;
                position: static;
                transform: none;
                display: block; } }
  .index_service .btn {
    margin-top: 4.2rem; }
    .index_service .btn a {
      width: 49.7rem;
      padding: 1.1rem 2rem;
      margin: 0 auto;
      font-size: 1.8rem;
      font-weight: 700;
      text-align: center;
      color: #ffffff;
      display: block;
      position: relative;
      z-index: 1;
      transition: opacity 0.3s; }
      @media only screen and (max-width: 780px) {
        .index_service .btn a {
          max-width: 90%; } }
      .index_service .btn a:before {
        width: 100%;
        height: 100%;
        content: '';
        background-color: #B8000B;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transform: skew(-15deg); }
      .index_service .btn a:hover {
        opacity: 0.6;
        text-decoration: none; }

.index_company {
  padding-bottom: 10.6rem;
  background-image: url("img/top_sec4_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom; }
  @media only screen and (max-width: 780px) {
    .index_company {
      padding-bottom: 5rem;
      -webkit-background-size: contain;
      background-size: contain; } }
  .index_company table {
    width: 100%;
    background-color: #FAFAFA; }
    @media only screen and (max-width: 780px) {
      .index_company table {
        display: block; } }
    @media only screen and (max-width: 780px) {
      .index_company table tbody {
        display: block; } }
    .index_company table th, .index_company table td {
      padding: 2.5rem 5rem;
      font-weight: 500;
      vertical-align: top;
      border-bottom: solid 0.3rem #ffffff; }
      @media only screen and (max-width: 780px) {
        .index_company table th, .index_company table td {
          padding: 1.5rem 2rem;
          display: block; } }
    .index_company table th {
      width: 21.5%;
      font-size: 1.7rem; }
      @media only screen and (max-width: 780px) {
        .index_company table th {
          width: 100%;
          padding-bottom: 0;
          border-bottom: none; } }
    @media only screen and (max-width: 780px) {
      .index_company table td {
        padding-top: 1rem; } }
    @media only screen and (max-width: 780px) {
      .index_company table tr {
        display: block; } }
    .index_company table tr:last-child th, .index_company table tr:last-child td {
      border-bottom: none; }
  .index_company .map {
    width: 100%;
    height: 49.4rem;
    margin-top: 3.5rem; }
    @media only screen and (max-width: 780px) {
      .index_company .map {
        height: 25rem; } }
    .index_company .map iframe {
      width: 100%;
      height: 100%; }

.services_serviceLists {
  padding-bottom: 10rem; }
  .services_serviceLists ol {
    counter-reset: num;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 780px) {
      .services_serviceLists ol {
        display: block; } }
    .services_serviceLists ol li {
      width: 46%;
      counter-increment: num;
      margin: 0 8% 4.4rem 0; }
      .services_serviceLists ol li:nth-child(even) {
        margin-right: 0; }
      @media only screen and (max-width: 780px) {
        .services_serviceLists ol li {
          width: 100%;
          margin: 0 0 4rem 0 !important; } }
      .services_serviceLists ol li a {
        display: block;
        position: relative; }
        .services_serviceLists ol li a:before {
          content: counter(num,decimal-leading-zero);
          font-family: "Outfit", "Noto Sans JP", sans-serif;
          padding-right: 0.25em;
          font-size: 7.5rem;
          font-weight: 600;
          line-height: 1.2;
          letter-spacing: 0.03em;
          color: #B8000B;
          border-bottom: solid 0.2rem #B8000B;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2; }
          @media only screen and (max-width: 780px) {
            .services_serviceLists ol li a:before {
              font-size: 5.5rem; } }
        .services_serviceLists ol li a:hover {
          text-decoration: none; }
          .services_serviceLists ol li a:hover .img:before {
            opacity: 0.6; }
        .services_serviceLists ol li a .img {
          width: 100%;
          height: 35rem;
          margin-bottom: 2.5rem;
          text-align: center;
          position: relative;
          z-index: 1; }
          @media only screen and (max-width: 780px) {
            .services_serviceLists ol li a .img {
              height: auto;
              padding: 2rem; } }
          .services_serviceLists ol li a .img:before {
            width: 90%;
            height: 100%;
            content: '';
            background-color: #EFE4E5;
            transform: skew(-10deg);
            position: absolute;
            top: 0;
            left: 5%;
            z-index: -1;
            transition: opacity 0.3s; }
          .services_serviceLists ol li a .img img {
            width: 62.4%;
            position: absolute;
            top: 50%;
            left: 18.8%;
            transform: translateY(-50%); }
            @media only screen and (max-width: 780px) {
              .services_serviceLists ol li a .img img {
                margin: 0 auto;
                position: static;
                transform: none;
                display: block; } }

.serviceDetail {
  padding-bottom: 8rem; }
  .serviceDetail .beginning .text {
    width: 55%; }
    @media only screen and (max-width: 780px) {
      .serviceDetail .beginning .text {
        width: 100%; } }
  .serviceDetail .beginning .img {
    width: 56%;
    margin-right: -13%; }
    @media only screen and (max-width: 780px) {
      .serviceDetail .beginning .img {
        width: 80%;
        margin: 2rem auto 0 auto; } }
  .serviceDetail .merit {
    background-repeat: no-repeat;
    background-position: center top; }
    @media only screen and (max-width: 780px) {
      .serviceDetail .merit {
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center 10rem; } }
    .serviceDetail .merit .subTtl01 + p {
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-align: center; }
    .serviceDetail .merit .merit_list {
      margin-bottom: 10rem; }
      .serviceDetail .merit .merit_list li {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media only screen and (max-width: 780px) {
          .serviceDetail .merit .merit_list li {
            display: block; } }
        .serviceDetail .merit .merit_list li:nth-child(even) {
          flex-direction: row-reverse; }
        .serviceDetail .merit .merit_list li + li {
          margin-top: 5rem; }
        .serviceDetail .merit .merit_list li .text {
          width: 55%; }
          @media only screen and (max-width: 780px) {
            .serviceDetail .merit .merit_list li .text {
              width: 100%; } }
          .serviceDetail .merit .merit_list li .text h3 {
            margin-bottom: 1rem;
            font-size: 2.7rem;
            font-weight: 700;
            letter-spacing: 0.1em; }
            .serviceDetail .merit .merit_list li .text h3 .num {
              margin-bottom: 0.5rem;
              font-family: "Outfit", "Noto Sans JP", sans-serif;
              font-size: 1.8rem;
              font-weight: 500;
              text-transform: uppercase;
              letter-spacing: 0.17em;
              color: #B8000B;
              display: block; }
        .serviceDetail .merit .merit_list li .img {
          width: 40%;
          text-align: center; }
          @media only screen and (max-width: 780px) {
            .serviceDetail .merit .merit_list li .img {
              width: 80%;
              margin: 0 auto; } }
  .serviceDetail .flow .step {
    display: flex;
    flex-wrap: wrap; }
    .serviceDetail .flow .step li {
      border: solid 1px #B4B4B4;
      position: relative;
      z-index: 2; }
      .serviceDetail .flow .step li:before {
        width: 100%;
        height: 100%;
        content: '';
        background-color: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      .serviceDetail .flow .step li:after {
        content: '';
        background-image: url("img/flow_arrow.png");
        -webkit-background-size: cover;
        background-size: cover;
        aspect-ratio: 181/60;
        position: absolute;
        top: 12rem;
        left: 95%;
        z-index: -2; }
      @media only screen and (min-width: 781px) {
        .serviceDetail .flow .step li {
          width: 27.6%;
          margin: 0 8.6% 4rem 0;
          padding: 2rem; }
          .serviceDetail .flow .step li:after {
            width: 27.9%; }
          .serviceDetail .flow .step li:nth-child(3n), .serviceDetail .flow .step li:last-child {
            margin-right: 0; }
            .serviceDetail .flow .step li:nth-child(3n):after, .serviceDetail .flow .step li:last-child:after {
              content: none; } }
      @media only screen and (max-width: 780px) {
        .serviceDetail .flow .step li {
          width: 46%;
          margin: 0 8% 2rem 0;
          padding: 1rem; }
          .serviceDetail .flow .step li:after {
            width: 20%; }
          .serviceDetail .flow .step li:nth-child(even), .serviceDetail .flow .step li:last-child {
            margin-right: 0; }
            .serviceDetail .flow .step li:nth-child(even):after, .serviceDetail .flow .step li:last-child:after {
              content: none; } }
      .serviceDetail .flow .step li h3 {
        margin-bottom: 1em;
        font-size: 2.3rem;
        font-weight: 700;
        text-align: center; }
        @media only screen and (max-width: 780px) {
          .serviceDetail .flow .step li h3 {
            font-size: 1.8rem; } }
        .serviceDetail .flow .step li h3 .num {
          font-family: "Outfit", "Noto Sans JP", sans-serif;
          font-size: 0.91em;
          font-weight: 500;
          line-height: 1;
          letter-spacing: 0.03em;
          color: #B8000B;
          display: block; }
      .serviceDetail .flow .step li .img {
        width: 42%;
        margin: 0 auto 2.5rem auto; }
        @media only screen and (max-width: 780px) {
          .serviceDetail .flow .step li .img {
            width: 55%;
            margin-bottom: 1.5rem; } }
      .serviceDetail .flow .step li p {
        margin-bottom: 0;
        color: #414141; }
  .serviceDetail .plan .inner {
    max-width: 1200px; }
  .serviceDetail .plan .plan_list {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 780px) {
      .serviceDetail .plan .plan_list {
        display: block; } }
    .serviceDetail .plan .plan_list dl {
      width: 31.666%;
      background-color: #ffffff; }
      @media only screen and (max-width: 780px) {
        .serviceDetail .plan .plan_list dl {
          width: 90%;
          margin: 0 auto; }
          .serviceDetail .plan .plan_list dl + dl {
            margin-top: 3rem; } }
      .serviceDetail .plan .plan_list dl dt {
        padding: 1.5rem;
        font-size: 2.5rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-align: center;
        position: relative; }
        .serviceDetail .plan .plan_list dl dt .eng {
          font-family: "Outfit", "Noto Sans JP", sans-serif;
          font-size: 0.68em;
          font-weight: 500;
          letter-spacing: 0.03em;
          line-height: 1;
          display: block; }
      .serviceDetail .plan .plan_list dl dd {
        padding: 2rem 2.5rem; }
        .serviceDetail .plan .plan_list dl dd h3 {
          margin-bottom: 1.5rem;
          font-weight: 700;
          text-align: center;
          border: solid 1px #B4B4B4; }
        .serviceDetail .plan .plan_list dl dd .price01 {
          margin-bottom: 1.5rem;
          font-weight: 700;
          letter-spacing: 0.05em;
          text-align: right; }
          .serviceDetail .plan .plan_list dl dd .price01 .price {
            font-family: "Outfit", "Noto Sans JP", sans-serif;
            font-size: 5.5rem;
            font-weight: 500;
            line-height: 1.2;
            letter-spacing: 0.03em;
            text-align: center;
            display: block; }
            @media only screen and (max-width: 780px) {
              .serviceDetail .plan .plan_list dl dd .price01 .price {
                font-size: 3.6rem; } }
        .serviceDetail .plan .plan_list dl dd .price02 {
          margin-bottom: 3rem;
          font-weight: 700;
          letter-spacing: 0.05em;
          text-align: center; }
          .serviceDetail .plan .plan_list dl dd .price02 .price {
            font-family: "Outfit", "Noto Sans JP", sans-serif;
            font-size: 4.1rem;
            font-weight: 500;
            line-height: 1.2;
            letter-spacing: 0.03em;
            text-align: center;
            display: inline-block; }
            @media only screen and (max-width: 780px) {
              .serviceDetail .plan .plan_list dl dd .price02 .price {
                font-size: 2.8rem; } }
        .serviceDetail .plan .plan_list dl dd .text02 h4 {
          margin-bottom: 1.5rem;
          overflow: hidden;
          text-align: center; }
          .serviceDetail .plan .plan_list dl dd .text02 h4 .text {
            padding: 0 1em;
            font-size: 1.8rem;
            font-weight: 700;
            display: inline-block;
            position: relative; }
            .serviceDetail .plan .plan_list dl dd .text02 h4 .text:before, .serviceDetail .plan .plan_list dl dd .text02 h4 .text:after {
              width: 9999px;
              height: 1px;
              content: '';
              background-color: #B4B4B4;
              position: absolute;
              top: 50%; }
            .serviceDetail .plan .plan_list dl dd .text02 h4 .text:before {
              right: 100%; }
            .serviceDetail .plan .plan_list dl dd .text02 h4 .text:after {
              left: 100%; }
        .serviceDetail .plan .plan_list dl dd .text02 ul {
          margin-bottom: 0; }
          .serviceDetail .plan .plan_list dl dd .text02 ul li {
            padding-left: 1.25em; }
            .serviceDetail .plan .plan_list dl dd .text02 ul li:before {
              width: 1.25em;
              margin-left: -1.25em;
              content: '■';
              display: inline-block;
              vertical-align: 0; }
      .serviceDetail .plan .plan_list dl.plan01 dt {
        background-color: #B4B4B4; }
      .serviceDetail .plan .plan_list dl.plan02 dt {
        color: #ffffff;
        background-color: #B8000B; }
        .serviceDetail .plan .plan_list dl.plan02 dt:after {
          width: 8.6rem;
          height: 8.6rem;
          content: 'おすすめ';
          font-size: 1.6rem;
          font-weight: 700;
          text-align: center;
          line-height: 7.8rem;
          color: #151515;
          background-color: #ffffff;
          border: solid 0.4rem #B9000A;
          border-radius: 50%;
          position: absolute;
          top: 0;
          right: 0;
          transform: translate(20%, -20%); }
      .serviceDetail .plan .plan_list dl.plan02 dd .price01 .price {
        color: #B8000B; }
      .serviceDetail .plan .plan_list dl.plan03 dt {
        color: #ffffff;
        background-color: #404040; }
        .serviceDetail .plan .plan_list dl.plan03 dt .eng {
          color: #E2B437; }
  .serviceDetail .faq .faq_list > li {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: solid 1px #B4B4B4; }
    .serviceDetail .faq .faq_list > li .faq_q {
      margin-bottom: 2rem;
      padding-left: 9rem;
      font-size: 2rem;
      font-weight: 700;
      position: relative; }
      .serviceDetail .faq .faq_list > li .faq_q:before {
        width: 5rem;
        content: 'Q';
        font-family: "Outfit", "Noto Sans JP", sans-serif;
        font-size: 3.5rem;
        font-weight: 500;
        text-align: center;
        line-height: 5rem;
        color: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .serviceDetail .faq .faq_list > li .faq_q:after {
        width: 5rem;
        height: 5rem;
        content: '';
        background-color: #B8000B;
        position: absolute;
        top: 0;
        left: 0;
        transform: skew(-10deg); }
    .serviceDetail .faq .faq_list > li .faq_a {
      padding-left: 9rem;
      font-weight: 500;
      color: #414141;
      position: relative; }
      .serviceDetail .faq .faq_list > li .faq_a:before {
        width: 5rem;
        content: 'A';
        font-family: "Outfit", "Noto Sans JP", sans-serif;
        font-size: 3.5rem;
        font-weight: 500;
        text-align: center;
        line-height: 5rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .serviceDetail .faq .faq_list > li .faq_a:after {
        width: 5rem;
        height: 5rem;
        content: '';
        background-color: #E2E2E2;
        position: absolute;
        top: 0;
        left: 0;
        transform: skew(-10deg); }

.contactForm .contact {
  padding-bottom: 8rem; }
  .contactForm .contact table {
    width: 100%; }
    .contactForm .contact table tbody tr th {
      width: 25%;
      padding: 2rem;
      font-size: 1.8rem;
      font-weight: 700; }
      .contactForm .contact table tbody tr th .hissu {
        margin-left: 1em;
        font-size: 1.4rem;
        color: #B8000B;
        display: inline-block; }
    .contactForm .contact table tbody tr td {
      padding: 2rem; }
      .contactForm .contact table tbody tr td input[type="text"], .contactForm .contact table tbody tr td input[type="tel"], .contactForm .contact table tbody tr td input[type="email"] {
        width: 100%;
        padding: 1.5rem;
        border: solid 1px #B4B4B4; }
      .contactForm .contact table tbody tr td textarea {
        width: 100%;
        height: 10em;
        padding: 1.5rem;
        border: solid 1px #B4B4B4; }
  .contactForm .contact .submit .wpcf7-spinner {
    display: none !important; }
  .contactForm .contact .submit .btn {
    width: 49.7rem;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: opacity 0.3s; }
    @media only screen and (max-width: 780px) {
      .contactForm .contact .submit .btn {
        max-width: 90%; } }
    .contactForm .contact .submit .btn:before {
      width: 90%;
      height: 100%;
      content: '';
      background-color: #B8000B;
      position: absolute;
      top: 0;
      left: 5%;
      z-index: -1;
      transform: skew(-15deg); }
    .contactForm .contact .submit .btn:hover {
      opacity: 0.6;
      text-decoration: none; }
    .contactForm .contact .submit .btn input[type="submit"] {
      width: 120%;
      margin: 0 -10%;
      padding: 1.1rem 2rem;
      color: #ffffff;
      background: none;
      border: none;
      display: block; }
.contactForm .privacy {
  padding-bottom: 10rem; }
  .contactForm .privacy h3 {
    font-size: 1.8rem; }

.editor-area section > *:last-child {
  margin-bottom: 0; }
.editor-area p, .editor-area ul, .editor-area ol, .editor-area table {
  margin-bottom: 3rem; }
.editor-area h1, .editor-area h2, .editor-area h3, .editor-area h4, .editor-area h5, .editor-area h6 {
  margin-bottom: 1em;
  font-weight: 700; }
.editor-area b, .editor-area strong {
  font-weight: 700; }
.editor-area i, .editor-area em {
  font-style: italic; }
.editor-area .subTtl01, .editor-area .subTtl02 {
  margin-bottom: 1.5em; }
.editor-area .subTtl03, .editor-area .subTtl04 {
  margin-bottom: 0.75em; }
.editor-area .flex {
  display: flex; }
  @media only screen and (max-width: 780px) {
    .editor-area .flex {
      display: block; } }
  .editor-area .flex.flex-wrap {
    flex-wrap: wrap; }
  .editor-area .flex.flex-align-center {
    align-items: center; }
  .editor-area .flex.flex-align-fe {
    align-items: flex-end; }
  .editor-area .flex.flex-jc-sb {
    justify-content: space-between; }
  .editor-area .flex.flex-jc-center {
    justify-content: center; }
  .editor-area .flex.flex-jc-fe {
    justify-content: flex-end; }
  .editor-area .flex.flex-direction-c {
    flex-direction: column; }
  .editor-area .flex.flex-direction-cr {
    flex-direction: column-reverse; }
  .editor-area .flex.flex-direction-rr {
    flex-direction: row-reverse; }
.editor-area .panel01 {
  margin-bottom: 3rem;
  padding: 4rem 3rem;
  background-color: #ffffff;
  border: solid 1px #D0D0D0; }
  .editor-area .panel01 > *:last-child {
    margin-bottom: 0; }
