@charset "UTF-8";
body {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #FFF; }
  @media all and (-ms-high-contrast: none) {
    body {
      font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; } }
  @media screen and (max-width: 480px) {
    body {
      min-width: 0; } }
  body.nav_none {
    padding-top: 80px; }

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address,
form, fieldset, legend, object {
  margin: 0;
  padding: 0; }

header, section, navi, footer {
  display: block; }

a, ins {
  text-decoration: none; }

address, em, cite, dfn, var {
  font-style: normal; }

input, textarea {
  font-weight: normal; }

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

a img {
  border: none; }

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address {
  line-height: 1.8;
  color: #181818; }

h1, h2, h3, h4 {
  font-weight: normal;
  letter-spacing: 0; }

a {
  color: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }

li {
  list-style: none; }

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important; }

br.pcn {
  display: none; }
  @media screen and (max-width: 480px) {
    br.pcn {
      display: block; } }

@media screen and (max-width: 480px) {
  br.spn {
    display: none; } }

.table {
  display: table; }
  .table .t-tr {
    display: table-row; }
    .table .t-tr .t-th, .table .t-tr .t-td {
      display: table-cell; }

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none; } }

.onlySP {
  display: none; }
  @media screen and (max-width: 480px) {
    .onlySP {
      display: initial; } }

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s; }

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1); }

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all .5s;
  transition: all .5s; }

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all .5s;
  transition: all .5s; }

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s; }

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.delay1 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s; }
  @media screen and (max-width: 480px) {
    .delay1 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay2 {
  -webkit-transition-delay: .25s;
  transition-delay: .25s; }
  @media screen and (max-width: 480px) {
    .delay2 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay3 {
  -webkit-transition-delay: .35s;
  transition-delay: .35s; }
  @media screen and (max-width: 480px) {
    .delay3 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay4 {
  -webkit-transition-delay: .45s;
  transition-delay: .45s; }
  @media screen and (max-width: 480px) {
    .delay4 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay5 {
  -webkit-transition-delay: .55s;
  transition-delay: .55s; }
  @media screen and (max-width: 480px) {
    .delay5 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  display: none; }
  @media screen and (max-width: 980px) {
    .hnavi_btn {
      display: block; } }
  @media screen and (max-width: 480px) {
    .hnavi_btn {
      top: 5px;
      right: 5px; } }

.menu-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000; }
  .menu-button i {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 3px;
    background: #FFF;
    transition: background 0.5s;
    position: absolute;
    right: 10px;
    top: 20px; }
    .menu-button i:before, .menu-button i:after {
      content: "";
      display: block;
      width: 24px;
      height: 2px;
      border-radius: 3px;
      background: #FFF;
      position: absolute;
      transform: rotate(0deg);
      transition: all 0.3s !important; }
    .menu-button i:before {
      transform: translateY(10px); }
    .menu-button i:after {
      transform: translateY(-10px); }

.hnavi_btn.active .menu-button i {
  background: none; }
  .hnavi_btn.active .menu-button i:after {
    transform: translateY(0px) rotate(-45deg); }
  .hnavi_btn.active .menu-button i:before {
    transform: translateY(0px) rotate(45deg); }

.top .wrap_header {
  display: none; }
  .top .wrap_header.active1 {
    display: block; }

.wrap_header {
  width: 100%;
  background: #e66227;
  transition: all .3s ease;
  margin-bottom: 6px; }
  @media screen and (max-width: 1140px) {
    .wrap_header {
      padding: 0 20px;
      box-sizing: border-box; } }
  @media screen and (max-width: 480px) {
    .wrap_header {
      padding: 0 5px; } }
  .wrap_header.active1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 0;
    overflow: hidden;
    opacity: 0; }
    @media screen and (max-width: 980px) {
      .wrap_header.active1 {
        height: auto;
        opacity: 1;
        overflow: visible; } }
  .wrap_header.active {
    height: 80px;
    opacity: 1; }
    @media screen and (max-width: 480px) {
      .wrap_header.active {
        height: 50px; } }
  .wrap_header .header {
    width: 1120px;
    margin: 0 auto;
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 1140px) {
      .wrap_header .header {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .wrap_header .header {
        height: 50px; } }
    .wrap_header .header .hlogo {
      margin-bottom: 0;
      font-size: 0; }
      @media screen and (max-width: 1140px) {
        .wrap_header .header .hlogo {
          margin-right: 0; } }
      @media screen and (max-width: 480px) {
        .wrap_header .header .hlogo img {
          height: 50px;
          width: auto; } }
    .wrap_header .header .gnavi {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media screen and (max-width: 980px) {
        .wrap_header .header .gnavi {
          display: none;
          width: 100%;
          height: 100vh;
          position: fixed;
          top: 0;
          left: 0;
          background: #e66227;
          z-index: 900;
          transition: all .3s ease;
          opacity: 0;
          padding-bottom: 100px;
          box-sizing: border-box; }
          .wrap_header .header .gnavi.active {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 1; } }
      .wrap_header .header .gnavi ul {
        display: flex;
        margin-right: 54px; }
        @media screen and (max-width: 980px) {
          .wrap_header .header .gnavi ul {
            display: block;
            margin-right: 0;
            margin-bottom: 30px; } }
        .wrap_header .header .gnavi ul li {
          display: flex;
          height: 80px;
          align-items: center;
          justify-content: center;
          letter-spacing: 0.1em; }
          @media screen and (max-width: 480px) {
            .wrap_header .header .gnavi ul li {
              height: 60px; } }
          .wrap_header .header .gnavi ul li:after {
            content: '';
            display: block;
            background: url("../img/common/gnavi_bd_w.svg") no-repeat;
            background-size: 15px 21px;
            width: 15px;
            height: 21px;
            margin-left: 18px;
            margin-right: 19px; }
            @media screen and (max-width: 1140px) {
              .wrap_header .header .gnavi ul li:after {
                margin-left: 13px;
                margin-right: 13px; } }
            @media screen and (max-width: 980px) {
              .wrap_header .header .gnavi ul li:after {
                display: none; } }
          .wrap_header .header .gnavi ul li:last-of-type::after {
            margin-right: 0; }
          .wrap_header .header .gnavi ul li:first-of-type::before {
            content: '';
            display: block;
            background: url("../img/common/gnavi_bd_w.svg") no-repeat;
            background-size: 15px 21px;
            width: 15px;
            height: 21px;
            margin-right: 18px; }
            @media screen and (max-width: 1140px) {
              .wrap_header .header .gnavi ul li:first-of-type::before {
                margin-right: 13px; } }
            @media screen and (max-width: 980px) {
              .wrap_header .header .gnavi ul li:first-of-type::before {
                display: none; } }
          .wrap_header .header .gnavi ul li a {
            color: #FFF;
            font-weight: bold;
            font-size: 15px; }
            .wrap_header .header .gnavi ul li a:hover {
              color: #f4b79b; }
    .wrap_header .header .hcontact a {
      font-size: 15px;
      font-weight: bold;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
      background-color: #fff048;
      box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.08);
      width: 170px;
      height: 30px;
      transition: 0.2s all ease 0s; }
      @media screen and (max-width: 980px) {
        .wrap_header .header .hcontact a {
          width: 220px;
          height: 50px; } }
      .wrap_header .header .hcontact a:hover {
        box-shadow: none;
        transform: translate3d(0, 5px, 0); }

.top .fix_header {
  height: 0;
  opacity: 0; }
  .top .fix_header.active {
    height: 80px;
    opacity: 1; }
    @media screen and (max-width: 480px) {
      .top .fix_header.active {
        height: 50px; } }

.fix_header {
  width: 100%;
  background: #e66227;
  transition: all .3s ease;
  margin-bottom: 6px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 0;
  opacity: 0; }
  @media screen and (max-width: 1140px) {
    .fix_header {
      padding: 0 20px;
      box-sizing: border-box; } }
  @media screen and (max-width: 480px) {
    .fix_header {
      padding: 0 5px; } }
  .fix_header.active {
    height: 80px;
    opacity: 1; }
    @media screen and (max-width: 480px) {
      .fix_header.active {
        height: 50px; } }
  .fix_header .header {
    width: 1120px;
    margin: 0 auto;
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 1140px) {
      .fix_header .header {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .fix_header .header {
        height: 50px; } }
    .fix_header .header .hlogo {
      margin-bottom: 0;
      font-size: 0; }
      @media screen and (max-width: 1140px) {
        .fix_header .header .hlogo {
          margin-right: 0; } }
      @media screen and (max-width: 480px) {
        .fix_header .header .hlogo img {
          height: 50px;
          width: auto; } }
    .fix_header .header .gnavi {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media screen and (max-width: 980px) {
        .fix_header .header .gnavi {
          display: none;
          width: 100%;
          height: 100vh;
          position: fixed;
          top: 0;
          left: 0;
          background: #e66227;
          z-index: 900;
          transition: all .3s ease;
          opacity: 0;
          padding-bottom: 100px;
          box-sizing: border-box; }
          .fix_header .header .gnavi.active {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 1; } }
      .fix_header .header .gnavi ul {
        display: flex;
        margin-right: 54px; }
        @media screen and (max-width: 980px) {
          .fix_header .header .gnavi ul {
            display: block;
            margin-right: 0;
            margin-bottom: 30px; } }
        .fix_header .header .gnavi ul li {
          display: flex;
          height: 80px;
          align-items: center;
          justify-content: center;
          letter-spacing: 0.1em; }
          @media screen and (max-width: 480px) {
            .fix_header .header .gnavi ul li {
              height: 60px; } }
          .fix_header .header .gnavi ul li:after {
            content: '';
            display: block;
            background: url("../img/common/gnavi_bd_w.svg") no-repeat;
            background-size: 15px 21px;
            width: 15px;
            height: 21px;
            margin-left: 18px;
            margin-right: 19px; }
            @media screen and (max-width: 1140px) {
              .fix_header .header .gnavi ul li:after {
                margin-left: 13px;
                margin-right: 13px; } }
            @media screen and (max-width: 980px) {
              .fix_header .header .gnavi ul li:after {
                display: none; } }
          .fix_header .header .gnavi ul li:last-of-type::after {
            margin-right: 0; }
          .fix_header .header .gnavi ul li:first-of-type::before {
            content: '';
            display: block;
            background: url("../img/common/gnavi_bd_w.svg") no-repeat;
            background-size: 15px 21px;
            width: 15px;
            height: 21px;
            margin-right: 18px; }
            @media screen and (max-width: 1140px) {
              .fix_header .header .gnavi ul li:first-of-type::before {
                margin-right: 13px; } }
            @media screen and (max-width: 980px) {
              .fix_header .header .gnavi ul li:first-of-type::before {
                display: none; } }
          .fix_header .header .gnavi ul li a {
            color: #FFF;
            font-weight: bold;
            font-size: 15px; }
            .fix_header .header .gnavi ul li a:hover {
              color: #f4b79b; }
    .fix_header .header .hcontact a {
      font-size: 15px;
      font-weight: bold;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
      background-color: #fff048;
      box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.08);
      width: 170px;
      height: 30px;
      transition: 0.2s all ease 0s; }
      @media screen and (max-width: 980px) {
        .fix_header .header .hcontact a {
          width: 220px;
          height: 50px; } }
      .fix_header .header .hcontact a:hover {
        box-shadow: none;
        transform: translate3d(0, 5px, 0); }

.fcontact {
  background: #e37848;
  min-height: 232px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .fcontact {
      padding: 30px 20px 50px;
      box-sizing: border-box; } }
  @media screen and (max-width: 360px) {
    .fcontact {
      padding: 30px 15px 50px; } }
  .fcontact p:first-of-type {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 6px; }
    @media screen and (max-width: 767px) {
      .fcontact p:first-of-type {
        font-size: 16px; } }
  .fcontact p:nth-of-type(2) {
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.4;
    margin-bottom: 26px; }
    @media screen and (max-width: 767px) {
      .fcontact p:nth-of-type(2) {
        font-size: 20px; } }
    @media screen and (max-width: 360px) {
      .fcontact p:nth-of-type(2) {
        font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .fcontact .btn {
      width: 100%; } }
  .fcontact .btn a {
    width: 530px;
    text-align: center;
    background-color: #fff048;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.1);
    transition: 0.2s all ease 0s;
    display: block;
    padding: 15px 96px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    text-decoration: none;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .fcontact .btn a {
        width: 100%;
        font-size: 18px;
        padding: 15px 80px 15px 40px; } }
    @media screen and (max-width: 480px) {
      .fcontact .btn a {
        font-size: 16px;
        padding: 15px 65px 15px 25px; } }
    @media screen and (max-width: 360px) {
      .fcontact .btn a {
        font-size: 15px;
        padding: 15px 50px 15px 20px; } }
    .fcontact .btn a:hover {
      box-shadow: none;
      transform: translate3d(0, 5px, 0); }
      .fcontact .btn a:hover .cls-2 {
        -webkit-animation: stroke .8s ease-in-out forwards;
        animation: stroke .8s ease-in-out forwards; }
    .fcontact .btn a svg {
      position: absolute;
      margin-top: -5px;
      top: 50%;
      right: 18px; }
      @media screen and (max-width: 480px) {
        .fcontact .btn a svg {
          width: 35px; } }
      @media screen and (max-width: 360px) {
        .fcontact .btn a svg {
          width: 30px;
          right: 10px; } }
    .fcontact .btn a .cls-2 {
      stroke-dasharray: 500;
      stroke-dashoffset: 0;
      stroke-width: 1.5;
      fill: none;
      stroke: #181818;
      stroke-linejoint: round; }

.wrap_footer {
  background: #e66227;
  min-height: 216px; }
  @media screen and (max-width: 870px) {
    .wrap_footer {
      padding: 0 0 40px; } }
  @media screen and (max-width: 600px) {
    .wrap_footer {
      padding: 0; } }
  .wrap_footer .footer {
    width: 1120px;
    margin: 0 auto;
    padding-top: 42px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 1140px) {
      .wrap_footer .footer {
        width: 100%;
        padding: 45px 20px 0;
        box-sizing: border-box; } }
    .wrap_footer .footer .fcnt {
      padding-top: 3px; }
      .wrap_footer .footer .fcnt p {
        font-size: 14px;
        color: #FFF; }
      .wrap_footer .footer .fcnt .flogo {
        margin-bottom: 8px; }
    .wrap_footer .footer .fnavi {
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 767px) {
        .wrap_footer .footer .fnavi {
          display: none; } }
      .wrap_footer .footer .fnavi ul {
        margin-left: 65px; }
        @media screen and (max-width: 870px) {
          .wrap_footer .footer .fnavi ul {
            margin-left: 0;
            margin-right: 30px; } }
        .wrap_footer .footer .fnavi ul li {
          margin-bottom: 12px; }
          .wrap_footer .footer .fnavi ul li a {
            color: #FFF;
            font-weight: bold;
            font-size: 16px;
            transition: 0.3s all ease; }
            .wrap_footer .footer .fnavi ul li a:hover {
              color: #f4b79b; }
          .wrap_footer .footer .fnavi ul li ul {
            margin-left: 3px;
            margin-top: 4px; }
            @media screen and (max-width: 870px) {
              .wrap_footer .footer .fnavi ul li ul {
                margin-right: 0; } }
            .wrap_footer .footer .fnavi ul li ul li {
              margin-bottom: 4px; }
              .wrap_footer .footer .fnavi ul li ul li a {
                font-weight: normal;
                font-size: 14px;
                display: flex;
                align-items: center; }
                .wrap_footer .footer .fnavi ul li ul li a:before {
                  content: '';
                  display: block;
                  width: 15px;
                  height: 1px;
                  background: #FFF;
                  margin-right: 10px; }

.copyright {
  background: #FFF;
  color: #e66227;
  line-height: 44px;
  text-align: center;
  font-size: 16px; }

.pagetop {
  position: fixed;
  right: 100px;
  bottom: 30px;
  z-index: 100; }
  @media screen and (max-width: 1400px) {
    .pagetop {
      right: 10px; } }
  .pagetop a {
    background: #e66227;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    border: 2px solid #FFF;
    box-sizing: border-box;
    transition: 0.3s all ease;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 6px; }
    .pagetop a:hover {
      background: #f4b79b; }

.top_mv {
  background: url("../img/top/top_mv_bg.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 416px; }
  @media screen and (max-width: 980px) {
    .top_mv {
      height: 320px; } }
  @media screen and (max-width: 767px) {
    .top_mv {
      height: 240px; } }
  @media screen and (max-width: 480px) {
    .top_mv {
      height: 180px; } }
  @media screen and (max-width: 360px) {
    .top_mv {
      height: 150px; } }
  .top_mv .top_mv_ttl {
    width: 1120px;
    margin: 0 auto; }
    @media screen and (max-width: 1140px) {
      .top_mv .top_mv_ttl {
        width: 100%; } }
    @media screen and (max-width: 980px) {
      .top_mv .top_mv_ttl {
        width: 100%;
        height: 100%; }
        .top_mv .top_mv_ttl img {
          height: 100%;
          width: auto; } }

.top_gnavi {
  background: #FFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .top_gnavi {
      display: none; } }
  .top_gnavi li {
    display: flex;
    height: 64px;
    align-items: center;
    letter-spacing: 0.1em; }
    .top_gnavi li:after {
      content: '';
      display: block;
      background: url("../img/top/gnavi_bd_og.svg") no-repeat;
      background-size: 15px 21px;
      width: 15px;
      height: 21px;
      margin-left: 54px;
      margin-right: 54px; }
      @media screen and (max-width: 1140px) {
        .top_gnavi li:after {
          margin-left: 25px;
          margin-right: 25px; } }
    .top_gnavi li:last-of-type::after {
      margin-right: 0; }
    .top_gnavi li:first-of-type::before {
      content: '';
      display: block;
      background: url("../img/top/gnavi_bd_og.svg") no-repeat;
      background-size: 15px 21px;
      width: 15px;
      height: 21px;
      margin-right: 54px; }
      @media screen and (max-width: 1140px) {
        .top_gnavi li:first-of-type::before {
          margin-right: 25px; } }
    .top_gnavi li a {
      color: #333;
      font-weight: bold;
      font-size: 19px; }
      @media screen and (max-width: 1140px) {
        .top_gnavi li a {
          font-size: 17px; } }
      .top_gnavi li a:hover {
        color: #e66227; }

.top_service {
  background: #f3f3f3;
  height: 650px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px; }
  @media screen and (max-width: 1140px) {
    .top_service {
      padding: 80px 0;
      height: auto;
      align-items: normal; } }
  @media screen and (max-width: 767px) {
    .top_service {
      padding: 60px 20px; } }
  .top_service > li {
    margin-right: 35px;
    display: flex; }
    @media screen and (max-width: 1140px) {
      .top_service > li {
        width: 32%;
        margin-right: 2%; } }
    @media screen and (max-width: 767px) {
      .top_service > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .top_service > li:first-of-type .ttl {
      margin-bottom: 28px; }
    .top_service > li:last-of-type {
      margin-right: 0; }
    .top_service > li a {
      display: block;
      width: 350px;
      min-height: 488px;
      background: #FFF;
      border-radius: 5px;
      padding: 30px 30px 47px;
      box-sizing: border-box;
      position: relative; }
      @media screen and (max-width: 1140px) {
        .top_service > li a {
          width: 100%;
          padding: 25px 15px 50px;
          min-height: 0; } }
      @media screen and (max-width: 767px) {
        .top_service > li a {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          padding: 25px; } }
      @media screen and (max-width: 480px) {
        .top_service > li a {
          padding: 30px 25px 50px; } }
      .top_service > li a:hover .more {
        color: #f4b79b; }
        .top_service > li a:hover .more .cls-1 {
          -webkit-animation: stroke .8s ease-in-out forwards;
          animation: stroke .8s ease-in-out forwards; }
    @media screen and (max-width: 767px) {
      .top_service > li .wrap_ttl {
        width: 38%; } }
    @media screen and (max-width: 480px) {
      .top_service > li .wrap_ttl {
        width: 100%;
        text-align: center; } }
    .top_service > li .ttl {
      font-size: 0;
      margin-bottom: 19px; }
      @media screen and (max-width: 480px) {
        .top_service > li .ttl {
          text-align: left; } }
    .top_service > li .img {
      font-size: 0;
      margin-bottom: 25px; }
    .top_service > li .cnt {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .top_service > li .cnt {
          width: 55%; } }
      @media screen and (max-width: 480px) {
        .top_service > li .cnt {
          width: 100%; } }
      .top_service > li .cnt li {
        background: #059392;
        color: #FFF;
        text-align: center;
        line-height: 36px;
        margin-bottom: 10px; }
        @media screen and (max-width: 1140px) {
          .top_service > li .cnt li {
            font-size: 15px; } }
    .top_service > li .more {
      padding: 0 15px 5px 15px;
      position: relative;
      font-size: 14px;
      color: #e66227;
      text-decoration: none;
      transition: .5s;
      position: absolute;
      bottom: 23px;
      right: 35px; }
      .top_service > li .more svg {
        position: absolute;
        bottom: 5px;
        left: 0; }
      .top_service > li .more .cls-1 {
        stroke-dasharray: 500;
        stroke-dashoffset: 0;
        stroke-width: 1.5;
        fill: none;
        stroke: #e66227;
        stroke-linejoint: round; }

@-webkit-keyframes stroke {
  0% {
    stroke-dashoffset: 500; }
  10% {
    fill: transparent; }
  80% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes stroke {
  0% {
    stroke-dashoffset: 500; }
  10% {
    fill: transparent; }
  80% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0; } }

.arrow-btn {
  font-size: 14px;
  color: #e66227;
  text-decoration: none;
  transition: .5s; }
  .arrow-btn svg {
    position: absolute;
    bottom: -1px;
    left: 0; }
  .arrow-btn a {
    color: #e66227;
    opacity: 1 !important;
    transition: .5s;
    padding: 0 15px 5px 15px;
    position: relative; }
    .arrow-btn a .cls-1 {
      stroke-dasharray: 500;
      stroke-dashoffset: 0;
      stroke-width: 1.5;
      fill: none;
      stroke: #e66227;
      stroke-linejoint: round; }
    .arrow-btn a:hover {
      color: #f4b79b; }
      .arrow-btn a:hover .cls-1 {
        -webkit-animation: stroke .8s ease-in-out forwards;
        animation: stroke .8s ease-in-out forwards; }

.wrap_cnt {
  width: 1120px;
  margin: 0 auto 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 1140px) {
    .wrap_cnt {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }
  .wrap_cnt .main_cnt {
    width: 760px; }
    @media screen and (max-width: 1140px) {
      .wrap_cnt .main_cnt {
        width: calc(100% - 250px); } }
    @media screen and (max-width: 767px) {
      .wrap_cnt .main_cnt {
        width: 100%;
        margin-bottom: 60px; } }
    .wrap_cnt .main_cnt > ul {
      border-top: 1px solid #ccc;
      padding-top: 26px;
      margin-bottom: 50px; }
      .wrap_cnt .main_cnt > ul > li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 26px;
        margin-bottom: 26px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .wrap_cnt .main_cnt > ul > li.active .img img {
          transform: scale(1.1);
          opacity: 0.7; }
        .wrap_cnt .main_cnt > ul > li .img {
          width: 240px;
          overflow: hidden;
          background: #181818;
          font-size: 0;
          align-self: flex-start; }
          @media screen and (max-width: 767px) {
            .wrap_cnt .main_cnt > ul > li .img {
              width: 35%; } }
          @media screen and (max-width: 480px) {
            .wrap_cnt .main_cnt > ul > li .img {
              width: 100%;
              margin-bottom: 10px; } }
          .wrap_cnt .main_cnt > ul > li .img img {
            transition: .5s ease; }
            @media screen and (max-width: 767px) {
              .wrap_cnt .main_cnt > ul > li .img img {
                width: 100%;
                height: auto; } }
        .wrap_cnt .main_cnt > ul > li .cnt {
          width: calc(100% - 270px);
          padding-top: 3px; }
          @media screen and (max-width: 767px) {
            .wrap_cnt .main_cnt > ul > li .cnt {
              width: 60%; } }
          @media screen and (max-width: 480px) {
            .wrap_cnt .main_cnt > ul > li .cnt {
              width: 100%; } }
          .wrap_cnt .main_cnt > ul > li .cnt .date {
            font-size: 15px;
            color: #898989;
            font-family: "Montserrat", sans-serif;
            margin-bottom: -2px; }
          .wrap_cnt .main_cnt > ul > li .cnt .ttl {
            line-height: 1.5; }
            .wrap_cnt .main_cnt > ul > li .cnt .ttl a {
              color: #000;
              font-size: 18px;
              font-weight: bold;
              color: #333;
              transition: .3s ease; }
              .wrap_cnt .main_cnt > ul > li .cnt .ttl a:hover {
                color: #e66227; }
    .wrap_cnt .main_cnt .all {
      font-size: 19px;
      font-weight: bold;
      text-align: center; }
      .wrap_cnt .main_cnt .all a {
        margin: 0 auto; }
      .wrap_cnt .main_cnt .all svg {
        position: absolute;
        bottom: -8px;
        left: 0; }
  .wrap_cnt .side {
    width: 300px; }
    @media screen and (max-width: 1140px) {
      .wrap_cnt .side {
        width: 200px; } }
    @media screen and (max-width: 767px) {
      .wrap_cnt .side {
        width: 100%; } }
    .wrap_cnt .side .side_bnr {
      margin-bottom: 50px; }
      .wrap_cnt .side .side_bnr li {
        font-size: 0;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .wrap_cnt .side .side_bnr li {
            text-align: center; } }
        .wrap_cnt .side .side_bnr li a {
          transition: .3s ease; }
          .wrap_cnt .side .side_bnr li a:hover {
            opacity: 0.6; }
    .wrap_cnt .side .side_cnt .side_ttl {
      background: url("../img/common/side_ttl_bg.png") repeat-x;
      height: 30px;
      font-size: 18px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      margin-bottom: 25px; }
    .wrap_cnt .side .side_cnt .side_entry_list li {
      border-bottom: 1px solid #ccc;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      .wrap_cnt .side .side_cnt .side_entry_list li a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .wrap_cnt .side .side_cnt .side_entry_list li a .img {
          width: 100px;
          font-size: 0;
          background: #181818;
          overflow: hidden;
          align-self: flex-start; }
          @media screen and (max-width: 1140px) {
            .wrap_cnt .side .side_cnt .side_entry_list li a .img {
              width: 100%;
              margin-bottom: 10px; } }
          @media screen and (max-width: 767px) {
            .wrap_cnt .side .side_cnt .side_entry_list li a .img {
              width: 30%; } }
          @media screen and (max-width: 480px) {
            .wrap_cnt .side .side_cnt .side_entry_list li a .img {
              width: 100px; } }
          .wrap_cnt .side .side_cnt .side_entry_list li a .img img {
            transition: .5s ease; }
        .wrap_cnt .side .side_cnt .side_entry_list li a .cnt {
          width: calc(100% - 115px); }
          @media screen and (max-width: 1140px) {
            .wrap_cnt .side .side_cnt .side_entry_list li a .cnt {
              width: 100%; } }
          @media screen and (max-width: 767px) {
            .wrap_cnt .side .side_cnt .side_entry_list li a .cnt {
              width: 65%; } }
          @media screen and (max-width: 480px) {
            .wrap_cnt .side .side_cnt .side_entry_list li a .cnt {
              width: calc(100% - 115px); } }
          .wrap_cnt .side .side_cnt .side_entry_list li a .cnt .ttl {
            font-weight: bold;
            font-size: 14px;
            line-height: 1.5;
            color: #333;
            transition: .3s ease; }
          .wrap_cnt .side .side_cnt .side_entry_list li a .cnt .date {
            font-size: 13px;
            color: #898989;
            font-family: "Montserrat", sans-serif;
            margin-bottom: 0; }
        .wrap_cnt .side .side_cnt .side_entry_list li a:hover .img img {
          transform: scale(1.1);
          opacity: 0.7; }
        .wrap_cnt .side .side_cnt .side_entry_list li a:hover .ttl {
          color: #e66227; }
    .wrap_cnt .side .side_cnt .tag_list a {
      text-decoration: underline;
      color: #5eabdf; }
      .wrap_cnt .side .side_cnt .tag_list a:hover {
        text-decoration: none; }

.page_ttl {
  height: 232px;
  padding-top: 10px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 480px) {
    .page_ttl {
      height: 180px;
      padding-top: 0; } }
  .page_ttl.blog {
    background-image: url("../img/blog/blog_ttl_bg.png");
    margin-bottom: 94px; }
    @media screen and (max-width: 480px) {
      .page_ttl.blog {
        margin-bottom: 30px; } }
    .page_ttl.blog .ttl {
      padding-top: 45px;
      background: url("../img/blog/blog_icon.svg") no-repeat 50px top;
      background-size: 44px 43px; }
      @media screen and (max-width: 480px) {
        .page_ttl.blog .ttl {
          background: url("../img/blog/blog_icon.svg") no-repeat 30px top; } }
  .page_ttl.service {
    background-image: url("../img/service/service_ttl_bg.png"); }
    .page_ttl.service .ttl {
      padding-top: 57px;
      background: url("../img/service/service_icon.svg") no-repeat center top;
      background-size: 48px 55px; }
  .page_ttl.service1 {
    padding-top: 20px;
    background-image: url("../img/service/service1_ttl_bg.png"); }
    .page_ttl.service1 .ttl {
      padding-top: 44px;
      background: url("../img/service/service1_icon.svg") no-repeat center top;
      background-size: 47px 40px; }
  .page_ttl.service2 {
    padding-top: 20px;
    background-image: url("../img/service/service2_ttl_bg.png"); }
    .page_ttl.service2 .ttl {
      padding-top: 44px;
      background: url("../img/service/service2_icon.svg") no-repeat center top;
      background-size: 47px 40px; }
  .page_ttl.service3 {
    padding-top: 20px;
    background-image: url("../img/service/service3_ttl_bg.png"); }
    .page_ttl.service3 .ttl {
      padding-top: 44px;
      background: url("../img/service/service3_icon.svg") no-repeat center top;
      background-size: 47px 40px; }
  .page_ttl.aboutus {
    padding-top: 8px;
    background-image: url("../img/aboutus/aboutus_ttl_bg.jpg");
    margin-bottom: 55px; }
    @media screen and (max-width: 480px) {
      .page_ttl.aboutus {
        margin-bottom: 30px; } }
    .page_ttl.aboutus .ttl {
      padding-top: 53px;
      background: url("../img/aboutus/aboutus_icon.svg") no-repeat center top;
      background-size: 27px 45px; }
  .page_ttl.recruit {
    padding-top: 16px;
    background-image: url("../img/recruit/recruit_ttl_bg.png");
    margin-bottom: 55px; }
    @media screen and (max-width: 480px) {
      .page_ttl.recruit {
        margin-bottom: 30px; } }
    .page_ttl.recruit .ttl {
      padding-top: 51px;
      background: url("../img/recruit/recruit_icon.svg") no-repeat center top;
      background-size: 68px 42px; }
  .page_ttl.policy {
    padding-top: 6px;
    background-image: url("../img/policy/policy_ttl_bg.png");
    margin-bottom: 55px; }
    @media screen and (max-width: 480px) {
      .page_ttl.policy {
        margin-bottom: 30px; } }
    .page_ttl.policy .ttl {
      padding-top: 55px;
      background: url("../img/policy/policy_icon.svg") no-repeat center top;
      background-size: 35px 49px; }
  .page_ttl.contact {
    padding-top: 20px;
    background-image: url("../img/contact/contact_ttl_bg.png");
    margin-bottom: 55px; }
    @media screen and (max-width: 480px) {
      .page_ttl.contact {
        margin-bottom: 30px; } }
    .page_ttl.contact .ttl {
      padding-top: 45px;
      background: url("../img/contact/contact_icon.svg") no-repeat center top;
      background-size: 43px 33px; }
  .page_ttl.not404 {
    padding-top: 16px;
    background-image: url("../img/common/not404_ttl_bg.png");
    margin-bottom: 55px; }
    @media screen and (max-width: 480px) {
      .page_ttl.not404 {
        margin-bottom: 30px; } }
    .page_ttl.not404 .ttl {
      padding-top: 51px;
      background: url("../img/common/not404_icon.svg") no-repeat center top;
      background-size: 68px 42px; }
  .page_ttl .ttl {
    color: #FFF;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    @media screen and (max-width: 480px) {
      .page_ttl .ttl {
        font-size: 28px; } }
    .page_ttl .ttl span {
      font-size: 20px;
      font-family: "Montserrat", sans-serif;
      line-height: 1;
      display: block; }
      @media screen and (max-width: 480px) {
        .page_ttl .ttl span {
          font-size: 18px; } }

.page_lead {
  background: #f3f3f3;
  height: 128px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 1140px) {
    .page_lead {
      height: auto;
      padding: 30px 20px;
      word-break: break-all; } }
  @media screen and (max-width: 480px) {
    .page_lead {
      margin-bottom: 30px; } }
  .page_lead p {
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .page_lead p {
        font-size: 18px; } }
    @media screen and (max-width: 480px) {
      .page_lead p {
        font-size: 16px;
        text-align: left; } }

.pan {
  width: 1120px;
  margin: 0 auto 50px;
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 1140px) {
    .pan {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }
  @media screen and (max-width: 767px) {
    .pan {
      flex-wrap: wrap; } }
  @media screen and (max-width: 480px) {
    .pan {
      margin-bottom: 30px; } }
  .pan li {
    font-size: 14px;
    color: #898989;
    display: flex;
    align-items: center;
    flex-shrink: 0; }
    .pan li:last-of-type {
      flex-shrink: 1; }
    .pan li:after {
      content: '';
      display: block;
      background: url("../img/common/pan_arrow.svg") no-repeat;
      background-size: 5px 8px;
      width: 5px;
      height: 8px;
      margin: 0 10px; }
    .pan li:last-of-type:after {
      display: none; }
    .pan li a {
      text-decoration: underline;
      color: #898989;
      transition: .5s; }
      .pan li a:hover {
        text-decoration: none; }

.service_cnt {
  background: #e4f5f4;
  min-height: 320px;
  width: 1120px;
  margin: 0 auto 85px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px 85px 30px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative; }
  @media screen and (max-width: 1140px) {
    .service_cnt {
      width: calc(100% - 40px);
      margin: 0 20px 80px;
      padding: 30px 30px 60px; } }
  @media screen and (max-width: 650px) {
    .service_cnt {
      padding: 30px 20px 60px; } }
  .service_cnt.service01 {
    margin-top: 29px; }
    @media screen and (max-width: 1140px) {
      .service_cnt.service01 {
        margin-top: 80px; } }
    @media screen and (max-width: 480px) {
      .service_cnt.service01 {
        margin-top: 60px; } }
    .service_cnt.service01:before {
      content: 'Web Production';
      color: #cbe7e7;
      position: absolute;
      bottom: 70px;
      right: -80px;
      font-size: 28px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      transform: rotate(-90deg); }
      @media screen and (max-width: 1140px) {
        .service_cnt.service01:before {
          display: none; } }
  .service_cnt.service02:before {
    content: 'Web Marketing';
    color: #cbe7e7;
    position: absolute;
    bottom: 62px;
    right: -74px;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    transform: rotate(-90deg); }
    @media screen and (max-width: 1140px) {
      .service_cnt.service02:before {
        display: none; } }
  .service_cnt.service03 {
    margin-bottom: 120px;
    /*     .cnt_list{
      li{
        width: 495px;
        @media screen and (max-width: 1140px) {
          width: 48%;
        }
        @media screen and (max-width: 767px) {
          width: 100%;
        }
      }
    } */ }
    .service_cnt.service03:before {
      content: 'System Development';
      color: #cbe7e7;
      position: absolute;
      bottom: 107px;
      right: -117px;
      font-size: 28px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      transform: rotate(-90deg); }
      @media screen and (max-width: 1140px) {
        .service_cnt.service03:before {
          display: none; } }
  .service_cnt .img {
    position: relative;
    top: -60px;
    margin-bottom: -44px; }
    @media screen and (max-width: 900px) {
      .service_cnt .img {
        width: 100%; } }
  .service_cnt .cnt {
    width: 670px;
    border-bottom: 1px solid #059392;
    height: 200px;
    box-sizing: border-box; }
    @media screen and (max-width: 1140px) {
      .service_cnt .cnt {
        width: calc(100% - 350px);
        height: auto;
        min-height: 200px;
        margin-bottom: 30px;
        padding-bottom: 15px; } }
    @media screen and (max-width: 900px) {
      .service_cnt .cnt {
        width: 65%; } }
    @media screen and (max-width: 650px) {
      .service_cnt .cnt {
        width: 100%; } }
    .service_cnt .cnt .ttl {
      color: #059392;
      font-size: 14px;
      font-weight: bold;
      position: relative;
      padding-left: 26px;
      margin-top: -7px;
      margin-bottom: 10px; }
      .service_cnt .cnt .ttl:before {
        content: '';
        display: block;
        width: 2px;
        height: 38px;
        background: #059392;
        transform: rotate(-25deg);
        position: absolute;
        left: 8px;
        top: 10px; }
      .service_cnt .cnt .ttl span {
        font-family: "Montserrat", sans-serif;
        color: #333;
        font-size: 32px;
        margin-right: 15px; }
        @media screen and (max-width: 900px) {
          .service_cnt .cnt .ttl span {
            display: block;
            font-size: 28px; } }
        @media screen and (max-width: 480px) {
          .service_cnt .cnt .ttl span {
            font-size: 20px; } }
        @media screen and (max-width: 360px) {
          .service_cnt .cnt .ttl span {
            font-size: 18px; } }
    .service_cnt .cnt .copy {
      color: #059392;
      font-size: 19px;
      font-weight: bold;
      margin-bottom: 14px; }
      @media screen and (max-width: 650px) {
        .service_cnt .cnt .copy {
          font-size: 18px; } }
  .service_cnt .cnt_list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .service_cnt .cnt_list li {
      background: #059392;
      color: #FFF;
      text-align: center;
      line-height: 36px;
      width: 325px; }
      @media screen and (max-width: 1140px) {
        .service_cnt .cnt_list li {
          width: 32%;
          margin-right: 2%; }
          .service_cnt .cnt_list li:last-of-type {
            margin-right: 0; } }
      @media screen and (max-width: 900px) {
        .service_cnt .cnt_list li {
          font-size: 15px; } }
      @media screen and (max-width: 767px) {
        .service_cnt .cnt_list li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 5px;
          font-size: 16px; } }
  .service_cnt .more {
    position: absolute;
    top: 36px;
    right: 90px; }
    @media screen and (max-width: 1140px) {
      .service_cnt .more {
        top: auto;
        bottom: 20px;
        right: 30px; } }
    .service_cnt .more svg {
      position: absolute;
      bottom: -1px;
      left: 6px; }

.sec_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold; }
  @media screen and (max-width: 480px) {
    .sec_ttl {
      font-size: 24px; } }
  .sec_ttl:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #e66227;
    margin: 3px auto 0; }

.ttl_line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #333; }
  .ttl_line:before, .ttl_line:after {
    content: '';
    display: block;
    border-top: 1px solid #ccc;
    flex-grow: 1; }
  .ttl_line:before {
    margin-right: 45px; }
  .ttl_line:after {
    margin-left: 45px; }

.wrap_service_list {
  background: #f3f3f3;
  padding: 74px 0 150px; }
  .wrap_service_list .sec_ttl {
    margin-bottom: 70px; }
  .wrap_service_list .service_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 760px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .wrap_service_list .service_list {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box; } }
    .wrap_service_list .service_list li {
      width: 365px;
      margin-bottom: 23px; }
      @media screen and (max-width: 767px) {
        .wrap_service_list .service_list li {
          width: 100%;
          margin-bottom: 40px; } }
      .wrap_service_list .service_list li .img {
        margin-bottom: 4px; }
        @media screen and (max-width: 767px) {
          .wrap_service_list .service_list li .img {
            text-align: center; } }
        .wrap_service_list .service_list li .img a:hover {
          opacity: 0.6; }
      .wrap_service_list .service_list li .ttl {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 3px; }
        .wrap_service_list .service_list li .ttl span {
          display: block;
          color: #e66227;
          font-size: 14px;
          font-weight: normal; }
      .wrap_service_list .service_list li .txt {
        font-size: 15px;
        margin-bottom: 25px; }
      .wrap_service_list .service_list li .link a {
        color: #e66227;
        font-size: 15px;
        text-decoration: underline;
        background: url("../img/common/external_icon.svg") no-repeat right center;
        background-size: 13px;
        padding-right: 24px; }
        .wrap_service_list .service_list li .link a:hover {
          text-decoration: none;
          color: #f4b79b;
          background: url("../img/common/external_icon_on.svg") no-repeat right center;
          background-size: 13px; }

.service_detail_cnt .sec_ttl {
  margin-bottom: 70px; }

.service_detail_cnt .detail_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1120px;
  margin: 0 auto 85px; }
  @media screen and (max-width: 1140px) {
    .service_detail_cnt .detail_list {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }
  .service_detail_cnt .detail_list li {
    width: 350px; }
    @media screen and (max-width: 1140px) {
      .service_detail_cnt .detail_list li {
        width: 32%;
        margin-right: 2px; }
        .service_detail_cnt .detail_list li:last-of-type {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      .service_detail_cnt .detail_list li {
        width: 100%; } }
    .service_detail_cnt .detail_list li .img {
      margin-bottom: 22px;
      text-align: center; }
    .service_detail_cnt .detail_list li .ttl {
      font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: bold;
      background: #e4f5f4;
      height: 45px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 22px;
      margin-bottom: 15px;
      border-radius: 5px; }
      @media screen and (max-width: 1140px) {
        .service_detail_cnt .detail_list li .ttl {
          font-size: 20px;
          height: auto;
          padding: 5px; } }
      @media screen and (max-width: 900px) {
        .service_detail_cnt .detail_list li .ttl {
          font-size: 18px; } }
    .service_detail_cnt .detail_list li .copy {
      font-size: 19px;
      color: #059392;
      font-weight: bold;
      margin-bottom: 21px;
      line-height: 1.5; }
      @media screen and (max-width: 1140px) {
        .service_detail_cnt .detail_list li .copy {
          font-size: 18px; } }

.service_detail_cnt .relation_service {
  background: #f3f3f3;
  width: 1120px;
  margin: 0 auto 85px;
  padding: 40px 50px;
  box-sizing: border-box;
  border-radius: 5px; }
  @media screen and (max-width: 1140px) {
    .service_detail_cnt .relation_service {
      width: 100%;
      padding: 40px 20px;
      box-sizing: border-box; } }
  .service_detail_cnt .relation_service .ttl_line {
    margin-bottom: 40px; }
  .service_detail_cnt .relation_service .relation_service_list li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 27px;
    margin-bottom: 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    .service_detail_cnt .relation_service .relation_service_list li:last-of-type {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .service_detail_cnt .relation_service .relation_service_list li .img {
      width: 350px; }
      @media screen and (max-width: 1140px) {
        .service_detail_cnt .relation_service .relation_service_list li .img {
          width: 38%; } }
      @media screen and (max-width: 480px) {
        .service_detail_cnt .relation_service .relation_service_list li .img {
          width: 100%; } }
    .service_detail_cnt .relation_service .relation_service_list li .cnt {
      width: 635px; }
      @media screen and (max-width: 1140px) {
        .service_detail_cnt .relation_service .relation_service_list li .cnt {
          width: 60%; } }
      @media screen and (max-width: 480px) {
        .service_detail_cnt .relation_service .relation_service_list li .cnt {
          width: 100%; } }
      .service_detail_cnt .relation_service .relation_service_list li .cnt .ttl {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 3px; }
        .service_detail_cnt .relation_service .relation_service_list li .cnt .ttl span {
          display: block;
          color: #e66227;
          font-size: 14px;
          font-weight: normal; }
      .service_detail_cnt .relation_service .relation_service_list li .cnt .txt {
        font-size: 15px;
        margin-bottom: 0; }
      .service_detail_cnt .relation_service .relation_service_list li .cnt .link a {
        color: #e66227;
        font-size: 15px;
        text-decoration: underline;
        background: url("../img/common/external_icon.svg") no-repeat right center;
        background-size: 13px;
        padding-right: 24px; }
        .service_detail_cnt .relation_service .relation_service_list li .cnt .link a:hover {
          text-decoration: none;
          color: #f4b79b;
          background: url("../img/common/external_icon_on.svg") no-repeat right center;
          background-size: 13px; }

.service_detail_cnt.sec2 {
  background: #f3f3f3;
  padding: 74px 0 120px;
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    .service_detail_cnt.sec2 {
      padding-left: 20px;
      padding-right: 20px; } }
  .service_detail_cnt.sec2.faq {
    margin-bottom: 0;
    padding-bottom: 165px; }
    @media screen and (max-width: 800px) {
      .service_detail_cnt.sec2.faq {
        padding-bottom: 80px; } }
  .service_detail_cnt.sec2.flow {
    padding-bottom: 93px; }
    @media screen and (max-width: 800px) {
      .service_detail_cnt.sec2.flow {
        padding-bottom: 60px; } }
  .service_detail_cnt.sec2.case {
    padding-bottom: 120px; }
    @media screen and (max-width: 800px) {
      .service_detail_cnt.sec2.case {
        padding-bottom: 60px; } }
  .service_detail_cnt.sec2 .flow_img {
    text-align: center;
    margin-bottom: 30px; }
  .service_detail_cnt.sec2 .flow_list {
    width: 760px;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      .service_detail_cnt.sec2 .flow_list {
        width: 100%; } }
    .service_detail_cnt.sec2 .flow_list li {
      margin-bottom: 40px; }
      .service_detail_cnt.sec2 .flow_list li:last-of-type {
        margin-bottom: 0; }
      .service_detail_cnt.sec2 .flow_list li .ttl {
        position: relative;
        border-bottom: 2px solid #e66227;
        font-size: 19px;
        font-weight: bold;
        padding-left: 56px;
        padding-bottom: 4px;
        margin-bottom: 20px; }
        .service_detail_cnt.sec2 .flow_list li .ttl span {
          background: #e66227;
          color: #FFF;
          font-family: "Montserrat", sans-serif;
          font-size: 18px;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 40px;
          height: 40px;
          line-height: 1;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center; }
          .service_detail_cnt.sec2 .flow_list li .ttl span:after {
            content: '';
            display: block;
            height: 2px;
            width: 22px;
            background: #fff048;
            position: absolute;
            bottom: 5px;
            left: 8px; }
      .service_detail_cnt.sec2 .flow_list li .txt {
        margin-bottom: 30px; }
      @media screen and (max-width: 760px) {
        .service_detail_cnt.sec2 .flow_list li .btn {
          width: 100%; } }
      .service_detail_cnt.sec2 .flow_list li .btn a {
        width: 350px;
        text-align: center;
        background-color: #fff048;
        position: relative;
        border-radius: 5px;
        box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.1);
        transition: 0.2s all ease 0s;
        display: block;
        padding: 11px 50px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        color: #333;
        text-decoration: none;
        box-sizing: border-box;
        margin: 0 auto; }
        @media screen and (max-width: 760px) {
          .service_detail_cnt.sec2 .flow_list li .btn a {
            width: 100%;
            font-size: 16px;
            padding: 12px 80px 12px 30px; } }
        .service_detail_cnt.sec2 .flow_list li .btn a:hover {
          box-shadow: none;
          transform: translate3d(0, 5px, 0); }
          .service_detail_cnt.sec2 .flow_list li .btn a:hover .cls-2 {
            -webkit-animation: stroke .8s ease-in-out forwards;
            animation: stroke .8s ease-in-out forwards; }
        .service_detail_cnt.sec2 .flow_list li .btn a svg {
          position: absolute;
          margin-top: -5px;
          top: calc(50% - 4px);
          right: 7px; }
        .service_detail_cnt.sec2 .flow_list li .btn a .cls-2 {
          stroke-dasharray: 500;
          stroke-dashoffset: 0;
          stroke-width: 1.5;
          fill: none;
          stroke: #181818;
          stroke-linejoint: round; }
  .service_detail_cnt.sec2 .case_box {
    width: 760px;
    margin: 0 auto 55px;
    background: #FFF;
    border-radius: 5px;
    padding: 40px 50px;
    box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .service_detail_cnt.sec2 .case_box {
        width: 100%;
        padding: 25px; } }
    .service_detail_cnt.sec2 .case_box:last-of-type {
      margin-bottom: 0; }
    .service_detail_cnt.sec2 .case_box .case_tag {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      .service_detail_cnt.sec2 .case_box .case_tag li {
        height: 20px;
        color: #FFF;
        background: #e66227;
        margin-right: 10px;
        margin-bottom: 5px;
        padding: 0 6px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: auto;
        font-size: 14px; }
    .service_detail_cnt.sec2 .case_box .case_ttl {
      font-size: 22px;
      color: #333;
      font-weight: bold;
      border-bottom: 2px solid #e66227;
      padding-bottom: 12px;
      margin-bottom: 25px;
      line-height: 1.5; }
      @media screen and (max-width: 800px) {
        .service_detail_cnt.sec2 .case_box .case_ttl {
          font-size: 20px; } }
    .service_detail_cnt.sec2 .case_box .case_detail {
      margin-bottom: 18px; }
      .service_detail_cnt.sec2 .case_box .case_detail li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 15px; }
        .service_detail_cnt.sec2 .case_box .case_detail li span {
          line-height: 1.5;
          display: flex;
          align-items: center; }
          .service_detail_cnt.sec2 .case_box .case_detail li span:first-of-type {
            background: #f3f3f3;
            color: #e66227;
            font-size: 14px;
            border-radius: 12px;
            padding: 6px 12px 4px;
            width: 130px;
            box-sizing: border-box;
            justify-content: center;
            text-align: center; }
            @media screen and (max-width: 800px) {
              .service_detail_cnt.sec2 .case_box .case_detail li span:first-of-type {
                width: auto;
                margin-bottom: 10px;
                text-align: left; } }
          .service_detail_cnt.sec2 .case_box .case_detail li span:last-of-type {
            width: 510px;
            font-size: 14px; }
            @media screen and (max-width: 800px) {
              .service_detail_cnt.sec2 .case_box .case_detail li span:last-of-type {
                width: 100%; } }
    .service_detail_cnt.sec2 .case_box .blog-card {
      width: 100%;
      border: 1px solid #898989;
      min-height: 153px;
      border-radius: 5px;
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: 0; }
      @media screen and (max-width: 480px) {
        .service_detail_cnt.sec2 .case_box .blog-card {
          padding: 15px 10px 15px; } }
      .service_detail_cnt.sec2 .case_box .blog-card a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        text-decoration: none;
        align-items: center; }
        .service_detail_cnt.sec2 .case_box .blog-card a .img {
          width: 180px;
          font-size: 0;
          background: #181818;
          overflow: hidden;
          align-self: flex-start;
          margin-bottom: 0; }
          @media screen and (max-width: 480px) {
            .service_detail_cnt.sec2 .case_box .blog-card a .img {
              width: 100px; } }
          .service_detail_cnt.sec2 .case_box .blog-card a .img img {
            transition: .5s ease; }
        .service_detail_cnt.sec2 .case_box .blog-card a .cnt {
          width: calc(100% - 204px); }
          @media screen and (max-width: 480px) {
            .service_detail_cnt.sec2 .case_box .blog-card a .cnt {
              width: calc(100% - 120px); } }
          .service_detail_cnt.sec2 .case_box .blog-card a .cnt .ttl {
            font-weight: bold;
            font-size: 18px;
            line-height: 1.5;
            color: #333;
            transition: .3s ease;
            margin-bottom: 0; }
            @media screen and (max-width: 480px) {
              .service_detail_cnt.sec2 .case_box .blog-card a .cnt .ttl {
                font-size: 14px; } }
          .service_detail_cnt.sec2 .case_box .blog-card a .cnt .date {
            font-size: 15px;
            color: #898989;
            font-family: "Montserrat", sans-serif;
            margin-bottom: 0;
            text-align: left; }
            @media screen and (max-width: 480px) {
              .service_detail_cnt.sec2 .case_box .blog-card a .cnt .date {
                font-size: 13px;
                line-height: 1;
                margin-bottom: 8px; } }
        .service_detail_cnt.sec2 .case_box .blog-card a:hover .img img {
          transform: scale(1.1);
          opacity: 0.7; }
        .service_detail_cnt.sec2 .case_box .blog-card a:hover .ttl {
          color: #e66227; }
  .service_detail_cnt.sec2 .faq_list {
    width: 760px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .service_detail_cnt.sec2 .faq_list {
        width: 100%;
        box-sizing: border-box; } }
    .service_detail_cnt.sec2 .faq_list li {
      padding-bottom: 35px;
      margin-bottom: 35px;
      border-bottom: 1px solid #ccc; }
      .service_detail_cnt.sec2 .faq_list li:last-of-type {
        border-bottom: none;
        padding-bottom: 0; }
      .service_detail_cnt.sec2 .faq_list li .q {
        background: url("../img/service/q.svg") no-repeat left top;
        background-size: 54px;
        padding: 12px 0 0 74px;
        margin-bottom: 17px; }
      .service_detail_cnt.sec2 .faq_list li .a {
        background: url("../img/service/a.svg") no-repeat left top;
        background-size: 54px;
        padding: 12px 0 0 74px;
        margin-bottom: 2px; }

.tag {
  letter-spacing: -0.8em;
  margin-bottom: 16px; }
  .tag li {
    display: inline-block;
    margin-right: 10px;
    letter-spacing: 0; }
    .tag li a {
      display: block;
      border: 1px solid #e66227;
      border-radius: 10px 5px 5px 10px;
      font-size: 14px;
      color: #e66227;
      display: flex;
      align-items: center;
      line-height: 19px;
      padding-right: 5px;
      opacity: 1 !important;
      transition: .3s ease; }
      .tag li a:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #e66227;
        margin-left: 5px;
        margin-right: 5px;
        transition: .3s ease; }
      .tag li a:hover {
        background: #e66227;
        color: #FFF; }
        .tag li a:hover:before {
          background: #FFF; }

.blog_single {
  margin-top: 50px; }

article.entry .date {
  font-size: 15px;
  color: #898989;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  text-align: right; }

article.entry .entry_ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  margin-bottom: 19px; }
  @media screen and (max-width: 767px) {
    article.entry .entry_ttl {
      font-size: 24px;
      line-height: 1.5; } }
  @media screen and (max-width: 480px) {
    article.entry .entry_ttl {
      font-size: 22px; } }

article.entry .sns {
  margin-bottom: 16px; }
  article.entry .sns .a2a_kit_size_40 a {
    padding: 0 5px; }
  article.entry .sns .a2a_kit_size_40 .a2a_button_twitter {
    padding: 0 5px 0 0; }
  article.entry .sns .a2a_kit_size_40 span {
    border-radius: 0 !important;
    padding: 3px;
    box-sizing: border-box; }
  article.entry .sns .a2a_kit_size_40 .a2a_s_email {
    background: #949599 !important; }
  article.entry .sns .a2a_button_facebook {
    position: relative; }
    article.entry .sns .a2a_button_facebook .a2a_count {
      position: absolute;
      top: -8px;
      right: -3px;
      width: 21px !important;
      height: 19px !important;
      background: #F00;
      border: 2px solid #FFF !important;
      color: #FFF;
      border-radius: 10px !important;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 10px !important;
      padding: 0;
      line-height: 1 !important; }
      article.entry .sns .a2a_button_facebook .a2a_count:before {
        display: none; }
      article.entry .sns .a2a_button_facebook .a2a_count:after {
        display: none; }
      article.entry .sns .a2a_button_facebook .a2a_count span {
        padding: 0;
        line-height: 1 !important; }

article.entry .body .eyecatch {
  margin-bottom: 45px; }

article.entry .body h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  background: url("../img/blog/h2_bd.png") no-repeat left bottom;
  padding-bottom: 15px;
  margin-bottom: 37px; }
  @media screen and (max-width: 767px) {
    article.entry .body h2 {
      font-size: 20px; } }

article.entry .body h3 {
  font-size: 21px;
  line-height: 1.6;
  font-weight: bold;
  color: #333;
  background: #f3f3f3;
  padding: 18px 16px 15px;
  border-left: 8px solid #e66227;
  border-radius: 4px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    article.entry .body h3 {
      font-size: 18px; } }

article.entry .body p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px; }

article.entry .body blockquote {
  background: #f3f3f3;
  position: relative;
  padding: 30px 35px;
  border-radius: 5px;
  margin-bottom: 65px; }
  article.entry .body blockquote:before {
    content: '';
    display: block;
    background: url("../img/blog/bq_icon.svg") no-repeat;
    background-size: 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    left: -8px;
    top: -8px; }
  article.entry .body blockquote p {
    margin-bottom: 0; }

article.entry .body > img {
  margin-bottom: 30px; }

article.entry .body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 65px; }
  article.entry .body table tr td, article.entry .body table tr th {
    border: 1px solid #cccccc;
    padding: 13px 15px;
    box-sizing: border-box; }
  article.entry .body table tr th {
    text-align: left;
    background: #f8f8f8;
    font-weight: bold;
    border-left: none;
    width: 200px !important; }
    @media screen and (max-width: 480px) {
      article.entry .body table tr th {
        width: 40% !important; } }
  article.entry .body table tr td {
    border-right: none;
    width: calc(100% - 200px) !important; }
    @media screen and (max-width: 480px) {
      article.entry .body table tr td {
        width: 60% !important; } }

article.entry .body a {
  color: #e66227;
  text-decoration: underline; }
  article.entry .body a:hover {
    text-decoration: none;
    color: #f4b79b; }

article.entry .body a[href^="http://"],
article.entry .body a[href^="https://"] {
  background: url("../img/common/external_icon.svg") no-repeat right center;
  background-size: 13px;
  padding-right: 24px; }
  article.entry .body a[href^="http://"]:hover,
  article.entry .body a[href^="https://"]:hover {
    text-decoration: none;
    color: #f4b79b;
    background: url("../img/common/external_icon_on.svg") no-repeat right center;
    background-size: 13px; }

article.entry .body a[href^="http://epochy"],
article.entry .body a[href^="https://epochy"] {
  background: inherit;
  padding-right: 0; }
  article.entry .body a[href^="http://epochy"]:hover,
  article.entry .body a[href^="https://epochy"]:hover {
    color: inherit;
    background: inherit; }

article.entry .body .parts_contact {
  margin-bottom: 100px; }
  @media screen and (max-width: 1140px) {
    article.entry .body .parts_contact {
      width: 100%; } }
  @media screen and (max-width: 820px) {
    article.entry .body .parts_contact {
      width: 100%;
      margin: 0 0 60px; } }
  article.entry .body .parts_contact p:first-of-type {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 6px;
    line-height: 1.5; }
    @media screen and (max-width: 820px) {
      article.entry .body .parts_contact p:first-of-type {
        font-size: 16px; }
        article.entry .body .parts_contact p:first-of-type br {
          display: none; } }
  article.entry .body .parts_contact p:nth-of-type(2) {
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.4;
    margin-bottom: 19px; }
    @media screen and (max-width: 820px) {
      article.entry .body .parts_contact p:nth-of-type(2) {
        font-size: 22px; } }
    @media screen and (max-width: 360px) {
      article.entry .body .parts_contact p:nth-of-type(2) {
        font-size: 20px; } }
  article.entry .body .parts_contact .btn {
    margin-bottom: 0; }
    article.entry .body .parts_contact .btn a {
      color: #333;
      text-decoration: none; }
      @media screen and (max-width: 880px) {
        article.entry .body .parts_contact .btn a {
          width: 100%; } }
      @media screen and (max-width: 360px) {
        article.entry .body .parts_contact .btn a {
          padding-left: 15px; } }
      article.entry .body .parts_contact .btn a:hover {
        color: #333; }

article.entry .body .pdf_btn {
  margin-bottom: 65px; }
  article.entry .body .pdf_btn a {
    width: 250px;
    height: 60px;
    text-align: center;
    background: #e66227 url("../img/blog/pdf_icon.svg") no-repeat left 34px center;
    background-size: 21px 23px;
    border-radius: 5px;
    transition: 0.2s all ease 0s;
    box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #FFF;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    padding-left: 68px;
    margin: 0 auto; }
    article.entry .body .pdf_btn a:hover {
      color: #FFF;
      box-shadow: none;
      background: #e66227 url("../img/blog/pdf_icon.svg") no-repeat left 34px center;
      background-size: 21px 23px;
      transform: translate3d(0, 5px, 0); }

article.entry .body .dl_btn {
  margin-bottom: 90px; }
  @media screen and (max-width: 820px) {
    article.entry .body .dl_btn {
      width: 100%; } }
  article.entry .body .dl_btn a {
    width: 530px;
    text-align: center;
    background-color: #e66227;
    position: relative;
    border-radius: 5px;
    transition: 0.2s all ease 0s;
    box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.1);
    display: block;
    padding: 12px 96px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #FFF;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0 auto; }
    @media screen and (max-width: 820px) {
      article.entry .body .dl_btn a {
        width: 100%;
        font-size: 16px;
        padding: 12px 80px 12px 30px; } }
    article.entry .body .dl_btn a:hover {
      color: #FFF;
      background-color: #e66227;
      box-shadow: none;
      transform: translate3d(0, 5px, 0); }
      article.entry .body .dl_btn a:hover .cls-2 {
        -webkit-animation: stroke .8s ease-in-out forwards;
        animation: stroke .8s ease-in-out forwards; }
    article.entry .body .dl_btn a svg {
      position: absolute;
      margin-top: -5px;
      top: 50%;
      right: 20px; }
    article.entry .body .dl_btn a .cls-2 {
      stroke-dasharray: 500;
      stroke-dashoffset: 0;
      stroke-width: 1.5;
      fill: none;
      stroke: #FFF;
      stroke-linejoint: round; }

article.entry .body .app_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px; }
  article.entry .body .app_link li {
    margin: 0 24px; }
    @media screen and (max-width: 880px) {
      article.entry .body .app_link li {
        margin: 0 12px; }
        article.entry .body .app_link li img {
          height: 58px;
          width: auto; } }
    @media screen and (max-width: 480px) {
      article.entry .body .app_link li {
        margin: 0;
        width: 50%;
        text-align: center; }
        article.entry .body .app_link li img {
          height: 44px; } }
    @media screen and (max-width: 360px) {
      article.entry .body .app_link li img {
        height: 40px; } }
    article.entry .body .app_link li a {
      display: block;
      transition: 0.2s all ease 0s; }
      article.entry .body .app_link li a:hover {
        opacity: 0.6; }

article.entry .body .blog-card {
  width: 100%;
  border: 1px solid #898989;
  min-height: 153px;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    article.entry .body .blog-card {
      padding: 15px 10px 15px; } }
  article.entry .body .blog-card a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-decoration: none;
    align-items: center; }
    article.entry .body .blog-card a .img {
      width: 180px;
      font-size: 0;
      background: #181818;
      overflow: hidden;
      align-self: flex-start;
      margin-bottom: 0; }
      @media screen and (max-width: 480px) {
        article.entry .body .blog-card a .img {
          width: 100px; } }
      article.entry .body .blog-card a .img img {
        transition: .5s ease; }
    article.entry .body .blog-card a .cnt {
      width: calc(100% - 204px); }
      @media screen and (max-width: 480px) {
        article.entry .body .blog-card a .cnt {
          width: calc(100% - 120px); } }
      article.entry .body .blog-card a .cnt .ttl {
        font-weight: bold;
        font-size: 18px;
        line-height: 1.5;
        color: #333;
        transition: .3s ease;
        margin-bottom: 0; }
        @media screen and (max-width: 480px) {
          article.entry .body .blog-card a .cnt .ttl {
            font-size: 14px; } }
      article.entry .body .blog-card a .cnt .date {
        font-size: 15px;
        color: #898989;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 0;
        text-align: left; }
        @media screen and (max-width: 480px) {
          article.entry .body .blog-card a .cnt .date {
            font-size: 13px;
            line-height: 1;
            margin-bottom: 8px; } }
    article.entry .body .blog-card a:hover .img img {
      transform: scale(1.1);
      opacity: 0.7; }
    article.entry .body .blog-card a:hover .ttl {
      color: #e66227; }

.parts_contact {
  width: 760px;
  margin: 0 auto 60px;
  background: #e66227;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 820px) {
    .parts_contact {
      width: calc(100% - 40px);
      margin: 0 20px 60px;
      padding: 0 20px;
      box-sizing: border-box; } }
  .parts_contact a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 244px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none !important; }
    .parts_contact a:hover .btn {
      box-shadow: none;
      transform: translate3d(0, 5px, 0); }
      .parts_contact a:hover .btn .cls-2 {
        -webkit-animation: stroke .8s ease-in-out forwards;
        animation: stroke .8s ease-in-out forwards; }
  .parts_contact:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 74px 0 0 113px;
    border-color: transparent transparent transparent #e37948; }
  .parts_contact:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 113px 74px 0;
    border-color: transparent #e37948 transparent transparent; }
  @media screen and (max-width: 820px) {
    .parts_contact p {
      position: relative;
      z-index: 10; } }
  @media screen and (max-width: 480px) {
    .parts_contact p br {
      display: none; } }
  .parts_contact p:first-of-type {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 6px;
    line-height: 1.5; }
    @media screen and (max-width: 820px) {
      .parts_contact p:first-of-type {
        font-size: 16px; } }
  .parts_contact p:nth-of-type(2) {
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.4;
    margin-bottom: 19px; }
    @media screen and (max-width: 820px) {
      .parts_contact p:nth-of-type(2) {
        font-size: 22px; } }
    @media screen and (max-width: 360px) {
      .parts_contact p:nth-of-type(2) {
        font-size: 19px; } }
  .parts_contact .btn {
    width: 530px;
    text-align: center;
    background-color: #fff048;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.1);
    transition: 0.2s all ease 0s;
    display: block;
    padding: 12px 96px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    text-decoration: none;
    box-sizing: border-box; }
    @media screen and (max-width: 820px) {
      .parts_contact .btn {
        width: 100%; } }
    @media screen and (max-width: 880px) {
      .parts_contact .btn {
        max-width: 480px;
        width: 100%;
        font-size: 16px;
        padding: 12px 80px 12px 30px; } }
    @media screen and (max-width: 480px) {
      .parts_contact .btn {
        padding: 12px 35px 12px 10px; } }
    @media screen and (max-width: 366px) {
      .parts_contact .btn {
        padding: 12px 30px 12px 5px;
        font-size: 14px !important; } }
    .parts_contact .btn svg {
      position: absolute;
      margin-top: -5px;
      top: 50%;
      right: 18px; }
      @media screen and (max-width: 480px) {
        .parts_contact .btn svg {
          width: 23px;
          right: 12px; } }
      @media screen and (max-width: 360px) {
        .parts_contact .btn svg {
          width: 20px;
          right: 10px; } }
    .parts_contact .btn .cls-2 {
      stroke-dasharray: 500;
      stroke-dashoffset: 0;
      stroke-width: 1.5;
      fill: none;
      stroke: #181818;
      stroke-linejoint: round; }

.company_table {
  width: 960px;
  margin: 0 auto 200px; }
  @media screen and (max-width: 1000px) {
    .company_table {
      width: calc(100% - 40px);
      margin: 0 20px 100px; } }
  @media screen and (max-width: 480px) {
    .company_table {
      display: block; } }
  @media screen and (max-width: 480px) {
    .company_table .t-tr {
      display: block; } }
  .company_table .t-tr .t-th, .company_table .t-tr .t-td {
    border-bottom: 1px solid #cccccc; }
    @media screen and (max-width: 480px) {
      .company_table .t-tr .t-th, .company_table .t-tr .t-td {
        display: block; } }
  .company_table .t-tr .t-th {
    background: #f3f3f3;
    padding: 20px 15px;
    width: 220px;
    box-sizing: border-box;
    font-weight: bold;
    vertical-align: top; }
    @media screen and (max-width: 1000px) {
      .company_table .t-tr .t-th {
        white-space: nowrap;
        width: auto; } }
    @media screen and (max-width: 480px) {
      .company_table .t-tr .t-th {
        border-bottom: none;
        padding: 15px; } }
  .company_table .t-tr .t-td {
    padding: 20px 15px 20px 30px;
    line-height: 1.5; }
    @media screen and (max-width: 480px) {
      .company_table .t-tr .t-td {
        padding: 20px 15px; } }
    .company_table .t-tr .t-td .small {
      font-size: 14px; }
    .company_table .t-tr .t-td .gmap {
      margin-bottom: 20px; }
      @media screen and (max-width: 1000px) {
        .company_table .t-tr .t-td .gmap iframe {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .company_table .t-tr .t-td .gmap iframe {
          height: 280px; } }
    .company_table .t-tr .t-td .ttl {
      border-left: 3px solid #e66227;
      line-height: 27px;
      padding-left: 10px;
      font-size: 18px;
      font-weight: bold;
      font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin-bottom: 16px;
      margin-top: 5px; }
    .company_table .t-tr .t-td .service_list {
      margin-bottom: 25px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: flex-end; }
      @media screen and (max-width: 1000px) {
        .company_table .t-tr .t-td .service_list {
          display: block; } }
      .company_table .t-tr .t-td .service_list:last-of-type {
        margin-bottom: 5px; }
      @media screen and (max-width: 1000px) {
        .company_table .t-tr .t-td .service_list ul {
          margin-bottom: 10px; } }
      .company_table .t-tr .t-td .service_list ul li {
        font-size: 14px;
        line-height: 1.5;
        padding-left: 1em;
        position: relative; }
        .company_table .t-tr .t-td .service_list ul li:before {
          content: '・';
          position: absolute;
          left: 0;
          top: 0; }
      .company_table .t-tr .t-td .service_list .more {
        padding-right: 20px;
        position: relative;
        bottom: -4px; }
        .company_table .t-tr .t-td .service_list .more a {
          display: block;
          padding: 0 15px 5px 15px;
          position: relative;
          font-size: 14px;
          color: #e66227;
          text-decoration: none;
          transition: .5s; }
          @media screen and (max-width: 1000px) {
            .company_table .t-tr .t-td .service_list .more a {
              text-align: right; } }
          .company_table .t-tr .t-td .service_list .more a svg {
            position: absolute;
            bottom: 5px;
            left: 10px; }
            @media screen and (max-width: 1000px) {
              .company_table .t-tr .t-td .service_list .more a svg {
                right: 0;
                left: auto; } }
          .company_table .t-tr .t-td .service_list .more a .cls-1 {
            stroke-dasharray: 500;
            stroke-dashoffset: 0;
            stroke-width: 1.5;
            fill: none;
            stroke: #e66227;
            stroke-linejoint: round; }
          .company_table .t-tr .t-td .service_list .more a:hover {
            color: #f4b79b; }
            .company_table .t-tr .t-td .service_list .more a:hover .cls-1 {
              -webkit-animation: stroke 1.5s ease-in-out forwards;
              animation: stroke 1.5s ease-in-out forwards;
              stroke: #f4b79b; }
    .company_table .t-tr .t-td .service_link {
      margin-bottom: 25px; }
      .company_table .t-tr .t-td .service_link:last-of-type {
        margin-bottom: 0; }
      .company_table .t-tr .t-td .service_link a {
        color: #e66227;
        text-decoration: underline; }
      .company_table .t-tr .t-td .service_link a[target="_blank"] {
        background: url("../img/common/external_icon.svg") no-repeat right center;
        background-size: 13px;
        padding-right: 24px; }
        .company_table .t-tr .t-td .service_link a[target="_blank"]:hover {
          text-decoration: none;
          color: #f4b79b;
          background: url("../img/common/external_icon_on.svg") no-repeat right center;
          background-size: 13px; }
  .company_table .t-tr:first-of-type .t-th {
    border-top: 4px solid #e66227; }
  .company_table .t-tr:first-of-type .t-td {
    border-top: 4px solid #cccccc; }
    @media screen and (max-width: 480px) {
      .company_table .t-tr:first-of-type .t-td {
        border-top: none; } }

.recruit_lead {
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 680px) {
    .recruit_lead {
      padding: 0 20px; } }

.recruit_cnt {
  width: 960px;
  margin: 0 auto 140px; }
  @media screen and (max-width: 1000px) {
    .recruit_cnt {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      margin: 0 0 100px; } }
  .recruit_cnt .ttl {
    background: #e66227;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px;
    text-align: center; }
  .recruit_cnt .table {
    width: 100%;
    margin-bottom: 55px; }
    @media screen and (max-width: 480px) {
      .recruit_cnt .table .t-tr {
        display: block; } }
    .recruit_cnt .table .t-tr .t-th, .recruit_cnt .table .t-tr .t-td {
      border-bottom: 1px solid #cccccc; }
      @media screen and (max-width: 480px) {
        .recruit_cnt .table .t-tr .t-th, .recruit_cnt .table .t-tr .t-td {
          display: block; } }
    .recruit_cnt .table .t-tr .t-th {
      background: #f3f3f3;
      padding: 20px 15px;
      width: 180px;
      box-sizing: border-box;
      font-weight: bold; }
      @media screen and (max-width: 1000px) {
        .recruit_cnt .table .t-tr .t-th {
          white-space: nowrap;
          width: auto; } }
      @media screen and (max-width: 480px) {
        .recruit_cnt .table .t-tr .t-th {
          border-bottom: none;
          padding: 15px; } }
    .recruit_cnt .table .t-tr .t-td {
      padding: 20px 15px 20px 30px;
      line-height: 1.5; }
      @media screen and (max-width: 480px) {
        .recruit_cnt .table .t-tr .t-td {
          padding: 20px 15px; } }
  .recruit_cnt .entry_btn {
    text-align: center; }
    .recruit_cnt .entry_btn a {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5;
      color: #e66227;
      text-decoration: none;
      display: inline-block;
      position: relative;
      padding: 9px 83px;
      text-align: center;
      background-color: #fff;
      border: 2px #e66227 solid;
      border-radius: 5px;
      transition: 0.2s all ease 0s; }
      .recruit_cnt .entry_btn a svg {
        position: absolute;
        margin-top: -7px;
        top: 50%;
        right: 16px; }
      .recruit_cnt .entry_btn a .cls-1 {
        stroke-dasharray: 500;
        stroke-dashoffset: 0;
        stroke-width: 1.5;
        fill: none;
        stroke: #e66227;
        stroke-linejoint: round; }
      .recruit_cnt .entry_btn a:hover {
        color: #f4b79b;
        background-color: #e66227; }
        .recruit_cnt .entry_btn a:hover .cls-1 {
          -webkit-animation: stroke 1.5s ease-in-out forwards;
          animation: stroke 1.5s ease-in-out forwards;
          stroke: #f4b79b; }

.no_recruit {
  width: 760px;
  margin: 0 auto 200px; }
  @media screen and (max-width: 800px) {
    .no_recruit {
      width: calc(100% - 40px);
      margin: 0 20px 100px; } }
  .no_recruit .ttl {
    background: #e66227;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 56px; }
    @media screen and (max-width: 800px) {
      .no_recruit .ttl {
        margin-bottom: 30px; } }
    @media screen and (max-width: 360px) {
      .no_recruit .ttl {
        font-size: 15px;
        padding: 10px 0; } }
  .no_recruit .txt {
    text-align: center; }
    @media screen and (max-width: 800px) {
      .no_recruit .txt {
        text-align: left; } }

.policy_cnt {
  width: 960px;
  margin: 0 auto 200px; }
  @media screen and (max-width: 1000px) {
    .policy_cnt {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }
  .policy_cnt .sec_ttl {
    margin-bottom: 70px; }
  .policy_cnt .policy_lead {
    margin-bottom: 86px; }
  .policy_cnt .policy_sec {
    margin-bottom: 60px; }
    .policy_cnt .policy_sec .ttl {
      border-left: 3px solid #e66227;
      line-height: 27px;
      padding-left: 10px;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 25px;
      margin-top: 5px; }
    .policy_cnt .policy_sec p {
      margin-bottom: 25px; }
    .policy_cnt .policy_sec .ol1 {
      counter-reset: item;
      margin-left: 8px; }
      .policy_cnt .policy_sec .ol1 > li {
        padding-left: 20px;
        position: relative;
        margin-bottom: 25px; }
        .policy_cnt .policy_sec .ol1 > li:before {
          counter-increment: item;
          content: counter(item);
          position: absolute;
          left: 0;
          top: 0; }
        .policy_cnt .policy_sec .ol1 > li .ol2 {
          margin: 20px 0 20px 10px; }
    .policy_cnt .policy_sec .ol2 {
      counter-reset: item;
      margin-left: 36px; }
      .policy_cnt .policy_sec .ol2 > li {
        font-size: 14px; }
        .policy_cnt .policy_sec .ol2 > li:before {
          counter-increment: item;
          content: "(" counter(item) ")";
          margin-right: 3px; }
    .policy_cnt .policy_sec .bg {
      background: #f3f3f3;
      padding: 25px 30px; }
      .policy_cnt .policy_sec .bg p {
        font-size: 14px;
        margin-bottom: 0; }
        .policy_cnt .policy_sec .bg p:first-of-type {
          font-weight: bold;
          font-size: 16px;
          margin-bottom: 12px; }
  .policy_cnt .sign {
    text-align: right; }

.contact_lead {
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 640px) {
    .contact_lead {
      padding: 0 20px; } }

.form {
  margin-bottom: 200px; }
  @media screen and (max-width: 480px) {
    .form {
      margin-bottom: 100px; } }
  .form .contact_table {
    width: 960px;
    margin: 0 auto 50px; }
    @media screen and (max-width: 1000px) {
      .form .contact_table {
        width: calc(100% - 40px);
        margin: 0 20px 100px; } }
    @media screen and (max-width: 480px) {
      .form .contact_table {
        display: block;
        margin-bottom: 60px; } }
    @media screen and (max-width: 480px) {
      .form .contact_table .t-tr {
        display: block; } }
    .form .contact_table .t-tr .t-th, .form .contact_table .t-tr .t-td {
      border-bottom: 1px solid #cccccc;
      box-sizing: border-box; }
      @media screen and (max-width: 480px) {
        .form .contact_table .t-tr .t-th, .form .contact_table .t-tr .t-td {
          display: block; } }
    .form .contact_table .t-tr .t-th {
      background: #f3f3f3;
      padding: 20px 50px 20px 15px;
      width: 220px;
      box-sizing: border-box;
      font-weight: bold;
      position: relative; }
      @media screen and (max-width: 1000px) {
        .form .contact_table .t-tr .t-th {
          white-space: nowrap;
          width: auto; } }
      @media screen and (max-width: 480px) {
        .form .contact_table .t-tr .t-th {
          border-bottom: none;
          padding: 15px; }
          .form .contact_table .t-tr .t-th br {
            display: none; } }
      .form .contact_table .t-tr .t-th .his {
        position: absolute;
        top: 22px;
        right: 10px;
        width: 32px;
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
        background: #e66227;
        line-height: 20px;
        text-align: center; }
        @media screen and (max-width: 480px) {
          .form .contact_table .t-tr .t-th .his {
            top: 16px; } }
    .form .contact_table .t-tr .t-td {
      padding: 20px 30px 20px 30px;
      line-height: 1.5;
      vertical-align: top; }
      @media screen and (max-width: 480px) {
        .form .contact_table .t-tr .t-td {
          padding: 20px 0 30px; } }
      .form .contact_table .t-tr .t-td .wpcf7-list-item {
        display: block;
        margin-bottom: 10px; }
        .form .contact_table .t-tr .t-td .wpcf7-list-item.last {
          margin-bottom: 0; }
      .form .contact_table .t-tr .t-td input[type=text],
      .form .contact_table .t-tr .t-td input[type=tel],
      .form .contact_table .t-tr .t-td input[type=email] {
        width: 100%;
        height: 24px;
        background: #f3f3f3;
        border: 1px solid #ccc; }
      .form .contact_table .t-tr .t-td textarea {
        width: 100%;
        background: #f3f3f3;
        border: 1px solid #ccc;
        height: 120px; }
    .form .contact_table .t-tr:first-of-type .t-th {
      border-top: 4px solid #e66227; }
    .form .contact_table .t-tr:first-of-type .t-td {
      border-top: 4px solid #cccccc; }
      @media screen and (max-width: 480px) {
        .form .contact_table .t-tr:first-of-type .t-td {
          border-top: none; } }
  .form p {
    margin-bottom: 50px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .form p {
        padding: 0 20px; } }
    .form p a {
      color: #e66227;
      text-decoration: underline; }
      .form p a:hover {
        text-decoration: none;
        color: #f4b79b; }
    .form p.submit input {
      -webkit-box-sizing: content-box;
      -webkit-appearance: button;
      appearance: button;
      border: none;
      box-sizing: border-box;
      cursor: pointer;
      width: 550px;
      height: 60px;
      background: #fff048 url("../img/contact/arrow53-10.svg") no-repeat right 20px center;
      background-size: 53px 10px;
      border-radius: 5px;
      box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.1);
      font-size: 20px;
      font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: bold;
      transition: .2s; }
      @media screen and (max-width: 640px) {
        .form p.submit input {
          width: 100%;
          padding-right: 60px; } }
      @media screen and (max-width: 480px) {
        .form p.submit input {
          background: #fff048;
          padding: 0;
          font-size: 16px; } }
      @media screen and (max-width: 360px) {
        .form p.submit input {
          font-size: 15px; } }
      .form p.submit input:hover {
        box-shadow: none;
        transform: translate3d(0, 5px, 0); }

.pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .pagination ul.noprev {
    padding-left: 110px; }
    @media screen and (max-width: 480px) {
      .pagination ul.noprev {
        padding-left: 75px; } }
  .pagination ul.nonext {
    padding-right: 110px; }
    @media screen and (max-width: 480px) {
      .pagination ul.nonext {
        padding-right: 75px; } }
  .pagination ul li {
    font-size: 18px;
    color: #e66227;
    font-family: "Montserrat", sans-serif;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .pagination ul li {
        margin: 0 5px; } }
    @media screen and (max-width: 360px) {
      .pagination ul li {
        margin: 0 2px; } }
    .pagination ul li.active {
      background: #e66227;
      color: #FFF; }
    .pagination ul li a {
      color: #e66227;
      display: block; }
      .pagination ul li a:hover {
        color: #f4b79b; }
  .pagination ul .next {
    margin-left: 33px;
    width: auto; }
    @media screen and (max-width: 480px) {
      .pagination ul .next {
        margin-left: 0; } }
    .pagination ul .next a {
      padding: 0 26px 0 18px;
      position: relative;
      font-size: 16px;
      font-weight: bold;
      color: #e66227;
      text-decoration: none;
      transition: .5s; }
      .pagination ul .next a svg {
        position: absolute;
        bottom: -1px;
        right: 0; }
      .pagination ul .next a .cls-1 {
        stroke-dasharray: 500;
        stroke-dashoffset: 0;
        stroke-width: 1.5;
        fill: none;
        stroke: #e66227;
        stroke-linejoint: round; }
      .pagination ul .next a:hover {
        color: #f4b79b; }
        .pagination ul .next a:hover .cls-1 {
          -webkit-animation: stroke .8s ease-in-out forwards;
          animation: stroke .8s ease-in-out forwards; }
  .pagination ul .prev {
    margin-right: 33px;
    width: auto; }
    @media screen and (max-width: 480px) {
      .pagination ul .prev {
        margin-right: 0; } }
    .pagination ul .prev a {
      padding: 0 18px 0 26px;
      position: relative;
      font-size: 16px;
      font-weight: bold;
      color: #e66227;
      text-decoration: none;
      transition: .5s; }
      .pagination ul .prev a svg {
        position: absolute;
        bottom: -1px;
        left: 0; }
      .pagination ul .prev a .cls-1 {
        stroke-dasharray: 500;
        stroke-dashoffset: 0;
        stroke-width: 1.5;
        fill: none;
        stroke: #e66227;
        stroke-linejoint: round; }
      .pagination ul .prev a:hover {
        color: #f4b79b; }
        .pagination ul .prev a:hover .cls-1 {
          -webkit-animation: stroke .8s ease-in-out forwards;
          animation: stroke .8s ease-in-out forwards; }

.not404 {
  text-align: center;
  margin-bottom: 120px; }
  @media screen and (max-width: 680px) {
    .not404 {
      padding: 0 20px;
      margin-bottom: 80px; } }
  @media screen and (max-width: 480px) {
    .not404 {
      text-align: left; } }
  .not404 .copy {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .not404 .copy {
        font-size: 22px; } }

/*# sourceMappingURL=../maps/style.css.map */
