  /* CSS Document */
  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, acronym, address, big, cite, code,
  del, dfn, em, font, ins, kbd, q, s, samp,
  small, strike, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  article, aside, dialog, figure, figcaption, footer, header,
  hgroup, menu, nav, section,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    max-height: 999999px;
  }

  body {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #393E4C;
    min-width: 414px;
    -webkit-print-color-adjust: exact;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    background: #fff;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    /*202009 100%はiPadでサイズが変わってしまうのでnoneを使う*/
  }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 1rem;
      line-height: 1.7;
    }
  }
  body.page-top {
    background: #fff;
  }

  a {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    color: #1571DA;
    text-decoration: none;
    max-height: 999999px;
  }

  a, button {
    outline: 5px solid transparent;
    outline-offset: 10px;
    -webkit-transition: outline-offset 0.5s;
    transition: outline-offset 0.5s;
  }
  a::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
  }

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

  a img {
    border: 0;
    transition: opacity 0.5s;
  }

  a {
    transition: all 0.5s;
  }

  a:hover {
    /*	color:#0000FF;*/
    text-decoration: underline;
    transition: all 0.5s;
  }

  a:hover img,
  a:active img {
    opacity: 0.6;
  }

  a:focus,
  button:focus {
    outline-offset: 0;
  }

  [data-whatinput=mouse] :focus,
  [data-whatinput=touch] :focus,
  [data-whatinput=touch] :hover {
    text-decoration: none !important;
  }

  [data-whatinput=touch] a:hover img {
    opacity: 1 !important;
  }

  article, aside, dialog, figure, footer, header,
  hgroup, nav, section {
    display: block;
  }

  li {
    list-style-type: none;
  }

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

  table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    vertical-align: baseline;
    max-height: 999999px;
  }

  caption, th, td {
    text-align: inherit;
  }

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

  blockquote, q {
    quotes: none;
  }

  del {
    text-decoration: line-through;
  }

  abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
  }

  ins {
    text-decoration: none;
  }

  mark {
    /*	font-style:italic;*/
    /*	font-weight:bold;*/
  }

  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=url],
  textarea,
  select,
  .js-formCheckSelect {
    background: #fff;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    padding: 8px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    width: 100%;
    box-sizing: border-box;
  }

  ::placeholder {
    color: #cccccc;
  }

  /* 旧Edge対応 */
  ::-ms-input-placeholder {
    color: #cccccc;
  }

  /* IE対応 */
  :-ms-input-placeholder {
    color: #cccccc;
  }

  input[type=submit] {
    cursor: pointer;
    background: #02B7B0;
    border: 1px solid #02B7B0;
    color: #fff;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    width: 100%;
    box-sizing: border-box;
    max-width: 240px;
    transition: all 0.5s;
  }
  input[type=submit]:hover {
    background: #fff;
    color: #02B7B0;
    border: 1px solid #02B7B0;
  }
  input[type=submit]:disabled {
    color: #B4B4B4;
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
    cursor: default;
  }


  /*全画面*/
  .g-wrapper {
    overflow: hidden;
    min-width: 1040px;
  }
  @media only screen and (max-width: 768px) {
    .g-wrapper {
      min-width: 414px;
    }
  }

  .l-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
    overflow: hidden;
  }

  .p-main_content1 {
    box-sizing: border-box;
    position: relative;
    width: 58.33%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-ico {
    position: absolute;
    left: -65px;
    top: 0;
  }

  .c-ico a {
    display: block;
    line-height: 0;
    text-align: center;
  }

  .c-ico a + a {
    margin-top: 30px;
  }

  /*ヘッダー*/
  #g-header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 90px;
    font-weight: bold;
    min-width: 1040px;
    transition: all 0.5s;
  }
  @media only screen and (max-width: 768px) {
    #g-header {
      min-width: 414px;
      height: 56px;
      padding-bottom: 10px;
      background: none;
    }
    #g-header._open {
      left: -220px;
    }
  }
  #g-header .inner {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
  }
  @media only screen and (max-width: 768px) {
    #g-header .inner {
      height: 71px;
      background: #fff;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    }
  }
  #g-header .nav__top {
    float: right;
    overflow: hidden;
    text-align: right;
    height: 40px;
  }
  @media only screen and (max-width: 768px) {
    #g-header .nav__top {
      display: none;
    }
  }
  #g-header .nav__top a {
    display: inline-block;
    line-height: 32px;
    margin: 0 0 0 6px;
  }
  #g-header .nav__top .c-grey {
    font-size: 12px;
    padding: 0 10px;
  }
  #g-header .nav__top .c-btn {
    width: 170px;
    height: 38px;
    text-align: center;
    border-radius: 0px;
    font-size: 14px;
  }
  #g-header .tel-sp {
    display: none;
  }
  @media only screen and (max-width: 768px) {
    #g-header .tel-sp {
      display: block;
      position: absolute;
      top: 13px;
      left: 174px;
    }
  }
  #g-header .tel-sp .tel {
    float: right;
    text-align: right;
    margin: 0 0 0 20px;
  }
  #g-header .tel-sp .tel .day {
    font-size: 12px;
    line-height: 1;
  }
  #g-header .tel-sp .tel .num {
    font-size: 16px;
    padding: 0 0 0 15px;
    background: url("../img/cmn/phone.svg") no-repeat center left/10px auto;
  }

  [data-js-tel] a {
      color: inherit;
      text-decoration: underline;
  }

  #g-header .nav__bottom {
    float: right;
    clear: both;
    height: 50px;
  }
  @media only screen and (max-width: 768px) {
    #g-header .nav__bottom {
      display: none;
    }
  }
  #g-header .nav__bottom .tel {
    float: right;
    text-align: right;
    margin: 0 0 0 20px;
  }
  #g-header .nav__bottom .tel .day {
    font-size: 12px;
    line-height: 1;
  }
  #g-header .nav__bottom .tel .num {
    font-size: 16px;
    padding: 0 0 0 15px;
    background: url("../img/cmn/phone.svg") no-repeat center left/10px auto;
  }
  #g-header .nav__bottom .nav_wrap {
    display: flex;
  }
  #g-header .nav__bottom .nav_wrap a {
    color: #393E4C;
    font-size: 16px;
    margin: 0 10px;
    padding: 10px 0 0;
    height: 50px;
    box-sizing: border-box;
  }
  #g-header .nav__bottom .nav_wrap a.active {
    color: #DA6115;
    border-bottom: 4px solid #DA6115;
  }
  #g-header .nav__bottom .nav_wrap a:hover {
    color: #DA6115;
  }
  #g-header .sp_menu {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    padding: 20px 19px;
  }
  #g-header .sp_menu img {
    display: block;
    width: 22px;
  }
  #g-header .sp_menu_open {
    position: fixed;
    right: -220px;
    top: 0;
    background: #393E4C;
    padding: 10px 10px 30px;
    width: 200px;
    height: 100%;
    overflow-y: scroll;
    transition: all 0.5s;
  }
  #g-header .sp_menu_open._open {
    right: 0;
  }
  #g-header .sp_menu_open .c-btn {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #g-header .sp_menu_open .link {
    padding: 0 0 20px;
  }
  #g-header .sp_menu_open .nav_wrap a {
    padding: 8px 10px 8px 20px;
    color: #fff;
    display: block;
  }
  #g-header .sp_menu_open .nav_wrap a.active {
    color: #F29600;
  }
  #g-header .sp_menu_open .tel {
    color: #fff;
    text-align: center;
    padding: 30px 0 40px;
  }
  #g-header .sp_menu_open .tel .day {
    font-size: 12px;
  }
  #g-header .sp_menu_open .tel .num {
    display: inline-block;
    padding: 0 0 0 15px;
    background: url("../img/cmn/phone_white.svg") no-repeat center left/10px auto;
  }
  #g-header .sp_menu_open .tel .num a {
    color: #fff;
  }

  @media print {
    .sp_menu,
  .sp_menu_open {
      display: none;
    }

    #g-header {
      position: static;
    }

    .g-fv {
      padding-top: 0 !important;
    }
  }
  #g-logo {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  @media only screen and (max-width: 768px) {
    #g-logo {
      top: 15px;
      left: 15px;
    }
  }

  #g-header2 .inner {
    max-width: 849px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 20px 0;
  }
  @media only screen and (max-width: 768px) {
    #g-header2 .inner {
      padding: 40px 20px 0;
    }
  }
  .c-num {
      font-family: "Roboto", sans-serif;
  }

  @media not all and (max-width: 768px) {
      .u-sp {
          display: none !important;
      }
  }

  .c-grey {
      color: #938E8E;
  }

  .c-btn._orange, .c-btn._orange2 {
      border: 1px solid #F29600;
      background: #F29600;
      color: #fff;
  }

  .c-btn._orange2 {
      border-color: #DA6115;
      background-color: #DA6115;
  }


  .c-btn {
    display: inline-block;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
    box-sizing: border-box;
  }

  .c-btn {
      font-size: 16px;
      line-height: 50px;
      width: 60%;
      max-width: 255px;
      margin: 0 6px 10px;
  }

  @media only screen and (max-width: 768px) {
      .c-btn {
          line-height: 42px;
          margin: 0 auto 10px;
          width: 100%;
          max-width: 240px;
      }
  }

  .c-btn._orange:hover {
      background: #fff;
      color: #F29600;
  }

  .c-btn._orange2:hover {
      background: #fff;
      background-color: #fff;
      color: #DA6115;
  }

  .g-fv {
    padding-top: 90px;
    line-height: 1.3;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  }
  @media only screen and (max-width: 768px) {
    .g-fv {
      padding-top: 71px;
    }
  }

  .single-case .g-fv ._page._case {
      height: auto;
      overflow: hidden;
  }

  @media only screen and (max-width: 768px) {
      .g-fv ._page._case {
          height: auto;
          padding: 50px 0 30px;
      }
  }
  .g-fv ._page._case {
      height: 300px;
  }
  @media only screen and (max-width: 768px) {
      .g-fv ._page {
          height: 210px;
      }
  }
  .g-fv ._page {
      position: relative;
      background: linear-gradient(#F9D0C4, #FBE4BF);
      height: 200px;
  }

  .l-inner, .l-inner4, .l-localFooter2__inner, .l-localFooter1__inner, .l-inner3, .l-inner2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner2 {
      max-width: 1040px;
  }
  

  /*----------------------------------------

  case

  -----------------------------------------*/
  .u-case_catch {
    margin-bottom: 60px;
  }
  @media only screen and (max-width: 768px) {
    .u-case_catch {
      margin-bottom: 40px;
    }
  }
  .u-case_catch .head {
    margin-bottom: 60px;
  }
  @media only screen and (max-width: 768px) {
    .u-case_catch .head {
      margin-bottom: 40px;
    }
  }
  .u-case_catch .head img {
    display: block;
    margin: 0 auto 60px;
  }
  @media only screen and (max-width: 768px) {
    .u-case_catch .head img {
      margin-bottom: 40px;
    }
  }

  .u-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-mokuji {
    padding: 20px 50px;
    border: 1px solid #cccccc;
  }
  @media only screen and (max-width: 768px) {
    .u-mokuji {
      padding: 20px;
    }
  }
  .u-mokuji .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .u-mokuji .wrap_h2 {
    padding: 30px 0;
  }
  @media only screen and (max-width: 768px) {
    .u-mokuji .wrap_h2 {
      padding: 15px 0;
    }
  }
  .u-mokuji .wrap_h2 + .wrap_h2 {
    border-top: 1px solid #cccccc;
  }
  .u-mokuji .fake_h2 {
    margin: 0 0 25px;
    font-weight: bold;
  }
  @media only screen and (max-width: 768px) {
    .u-mokuji .fake_h2 {
      margin: 0 0 15px;
    }
  }
  .u-mokuji .fake_h3 a {
    display: block;
    margin: 0 0 25px;
    color: #E84715;
    font-weight: bold;
    padding: 0 0 0 1em;
    background: url("../img/case/anker.svg") no-repeat left top 10px;
  }
  @media only screen and (max-width: 768px) {
    .u-mokuji .fake_h3 a {
      margin: 0 0 15px;
    }
  }
  .u-mokuji li {
    padding-left: 1em;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
  }
  @media only screen and (max-width: 768px) {
    .u-mokuji li {
      font-size: 14px;
    }
  }
  .u-mokuji li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 2px;
    width: 6px;
    height: 6px;
    background: #cccccc;
    border-radius: 50%;
  }
  @media only screen and (max-width: 768px) {
    .u-mokuji li:before {
      top: 7px;
    }
  }
  .u-mokuji li + li {
    margin-top: 5px;
  }

  .u-case_section {
    padding: 120px 0 0;
    margin-top: -50px;
  }
  @media only screen and (max-width: 768px) {
    .u-case_section {
      padding-top: 90px;
    }
  }
  .u-case_section .section_title {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: bold;
  }
  .u-case_section .main_title {
    font-size: 28px;
    margin: 0 0 20px;
    font-weight: bold;
  }
  @media only screen and (max-width: 768px) {
    .u-case_section .main_title {
      font-size: 24px;
    }
  }
  .u-case_section .main_img img {
    display: block;
    margin: 0 auto 30px;
  }
  @media only screen and (max-width: 768px) {
    .u-case_section .main_img img {
      margin-bottom: 20px;
    }
  }
  .u-case_section .case_content h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 10px;
  }
  @media only screen and (max-width: 768px) {
    .u-case_section .case_content h4 {
      font-size: 18px;
    }
  }

  .u-case_info {
    padding: 15px;
  }
  .u-case_info p {
    font-size: 16px;
    font-weight: bold;
  }
  .u-case_info .logo img {
    display: block;
    margin: 7px auto;
  }
  .u-case_info ul li {
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    line-height: 1;
  }
  .u-case_info ul li + li {
    border-left: 1px solid;
  }
  @media only screen and (max-width: 768px) {
    .u-case_info ul li:nth-child(3) {
      border-left: none !important;
    }
  }

  .p-side .case-form {
    padding: 30px 20px;
  }
  .p-side .case-form-h2 {
    font-size: 28px;
    font-weight: bold;
  }
  .p-side .case-form .p-form_submit input {
    font-size: 16px;
  }

  .single-case .g-fv ._page._case {
    height: auto;
    overflow: hidden;
  }
  .single-case .g-fv ._page .title {
    position: static;
    -webkit-transform: none;
    /* Safari用 */
    transform: none;
    margin: 30px auto 0;
  }

  .single-case .wp-editor .u-case_catch {
    margin: auto;
  }
  .single-case .wp-editor .head {
    width: 906px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .single-case .wp-editor .head img {
    margin: auto;
  }
  .single-case .wp-editor .title {
    font-size: 25px;
    color: #e8760e;
    text-align: center;
    font-weight: bold;
  }
  .single-case .wp-editor .u-case_info p {
    color: #393e4c;
    font-size: 20px;
  }
  .single-case .wp-editor .u-case_info p:after {
    content: "";
    display: block;
    width: 235px;
    border-top: 1px solid #e8760e;
    margin: 32px auto;
  }
  .single-case .wp-editor .u-case_info ul {
    line-height: 1;
  }
  .single-case .wp-editor .u-case_info ul li {
    font-size: 16px;
    color: #393e4c;
  }
  .single-case .wp-editor .post_text {
    margin-top: 56px;
  }
  .single-case .wp-editor .form-action .c-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .single-case .wp-editor .campaign-text {
    font-size: 30px;
    font-weight: bold;
    border-top: 1px solid #393e4c;
    display: inline-block;
    padding-top: 20px;
  }
  .single-case .wp-editor .movie-wrap {
    padding-bottom: 140px;
  }
  .single-case .wp-editor .movie {
    text-align: center;
  }
  .single-case .wp-editor .movie iframe {
    max-width: 100%;
  }
  @media only screen and (max-width: 768px) {
    .single-case .wp-editor .campaign-text {
      font-size: 24px;
    }
  }

  hr {
    clear: both;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #666;
    margin: 1em 0;
    padding-bottom: 30px;
  }

  .u-dn {
    display: none !important;
  }

  .wp-block-media-text {
    direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
  }

  @media (max-width: 600px) {
      .wp-block-media-text.is-stacked-on-mobile {
          grid-template-columns: 100% !important;
      }
  }

  .wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }

  @media (max-width: 600px) {
      .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
          grid-column: 1;
          grid-row: 1;
      }
  }

  .wp-block-media-text__media img, .wp-block-media-text__media video {
      height: auto;
      max-width: unset;
      width: 100%;
      vertical-align: middle;
  }

  @media only screen and (max-width: 1200px) {
      .post_text img {
          float: none;
          margin: 0 auto;
          display: block;
      }
  }

  .wp-block-media-text .wp-block-media-text__content {
    align-self: center;
  }

  .wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word;
  }

  @media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }
  }

  p {
      overflow-wrap: break-word;
  }

  .post_text p {
    margin-bottom: 25px;
    line-height: 1.6;
  }

  .post_text p, .post_text table, .post_text ul {
      position: relative;
      z-index: 2;
  }

  .post_text a {
      text-decoration: underline;
      color: #999;
  }

  p.has-background {
      padding: 1.25em 2.375em;
  }

  .time-rex .time-rex__h2 {
    text-align: center;
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 38px;
  }

  .time-rex .time-rex__p {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1em;
  }

  #g-footer {
    background: #393E4C;
    padding: 70px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  #g-footer .l-inner, #g-footer .l-inner2, #g-footer .l-inner3, #g-footer .l-inner4, #g-footer .l-localFooter1__inner, #g-footer .l-localFooter2__inner {
    overflow: hidden;
  }
  @media only screen and (max-width: 768px) {
    #g-footer {
      padding: 25px 0 100px;
    }
  }
  #g-footer a {
    color: #fff;
  }
  #g-footer .flogo {
    float: left;
    width: 150px;
  }
  @media only screen and (max-width: 768px) {
    #g-footer .flogo {
      float: none;
      padding: 0;
      margin: 0 auto;
    }
  }
  #g-footer .fnav {
    float: right;
    display: flex;
    width: 50%;
  }
  @media only screen and (max-width: 768px) {
    #g-footer .fnav {
      display: block;
      float: none;
      width: 100%;
      padding: 20px;
    }
  }
  #g-footer .fnav > div:nth-child(n+2) {
    padding: 0 0 0 50px;
  }
  @media only screen and (max-width: 768px) {
    #g-footer .fnav > div:nth-child(n+2) {
      padding: 0;
    }
  }
  #g-footer .fnav > div a {
    display: block;
    padding: 0 0 10px;
  }
  #g-footer .fabout {
    float: left;
    width: 49%;
    padding: 10px 0 0;
  }
  @media only screen and (max-width: 768px) {
    #g-footer .fabout {
      float: none;
      width: 100%;
      padding: 0;
      font-size: 12px;
    }
  }
  #g-footer #copyright {
    font-size: 12px;
    padding: 5px 0 0;
  }
  @media only screen and (max-width: 768px) {
    #g-footer #copyright {
      text-align: center;
    }
  }
