@charset "UTF-8";
/* ==========================================================================

	common style
	
========================================================================== */
html {
  font-size: 62.5%;
  font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N R", sans-serif; }

body {
  font-size: 1.2rem;
  background: #ffffff;
  position: relative;
  color: #323333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body.overflow {
  overflow: hidden; }

main {
  position: relative;
  overflow: hidden; }

input:-internal-autofill-selected {
  background-color: #fbfbfd !important; }

a {
  color: #323333;
  text-decoration: none; }

a:hover {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all  1s; }

/* ==========================================================================

	loading
	
========================================================================== */
/* Loading Block */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #e4eef5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden; }

/* ==========================================================================

	header
	
========================================================================== */
header {
  width: 100%;
  padding: 23px 40px;
  position: fixed;
  top: 0;
  height: 78px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 199999;
  background: #ffffff; }
  @media only screen and (max-width: 768px) {
    header {
      padding: 20px 0 0;
      width: 100%;
      height: 66px; } }
  header .inner {
    width: 100%;
    margin: 0 auto;
    position: relative; }
  header .logo {
    width: 204px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      header .logo {
        display: block;
        margin: 0 auto;
        width: 150px; } }
  header .g-nav {
    width: auto; }
    @media only screen and (max-width: 768px) {
      header .g-nav {
        display: none;
        position: absolute;
        top: 44px;
        left: 0;
        width: 100%;
        background: #f7f9fa;
        height: 100vh;
        padding: 5.6rem 4.5rem 8rem; } }
    header .g-nav .nav {
      position: relative; }
      header .g-nav .nav li {
        color: #656c80;
        position: relative;
        letter-spacing: 1px;
        font-size: 11px;
        cursor: pointer; }
        @media only screen and (min-width: 769px) {
          header .g-nav .nav li:not(:last-child) {
            margin-right: 40px; }
          header .g-nav .nav li:hover .child_menu {
            visibility: visible; } }
        @media only screen and (max-width: 768px) {
          header .g-nav .nav li {
            font-size: 15px;
            padding: 10px 0; } }
      header .g-nav .nav li.link_c::after {
        background-color: #656c80; }
    header .g-nav .menu__second-level {
      background-color: #f7f9fa;
      left: 0;
      padding: 60px 40px 60px;
      position: fixed;
      top: 78px;
      width: 100%;
      -webkit-transition: .6s ease;
      transition: .6s ease;
      visibility: hidden;
      opacity: 0; }
      @media only screen and (max-width: 768px) {
        header .g-nav .menu__second-level {
          position: relative;
          visibility: visible;
          opacity: 1;
          top: 0;
          padding: 0; } }
      header .g-nav .menu__second-level .inner {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 13%;
        display: grid;
        grid-template-columns: 150px 1fr;
        column-gap: 60px; }
        header .g-nav .menu__second-level .inner .menu_head {
          font-size: 16px;
          font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
          font-weight: bold; }
          @media only screen and (max-width: 900px) {
            header .g-nav .menu__second-level .inner .menu_head {
              margin: 0 0 20px; } }
          @media only screen and (max-width: 768px) {
            header .g-nav .menu__second-level .inner .menu_head {
              display: none; } }
        @media only screen and (min-width: 2000px) {
          header .g-nav .menu__second-level .inner {
            padding: 0 6%; } }
        @media only screen and (min-width: 1400px) {
          header .g-nav .menu__second-level .inner {
            padding: 0 5%; } }
        @media only screen and (max-width: 900px) {
          header .g-nav .menu__second-level .inner {
            margin: 0 auto;
            padding: 0 30px; } }
        @media only screen and (max-width: 768px) {
          header .g-nav .menu__second-level .inner {
            padding: 0; } }
        @media only screen and (max-width: 1200px) {
          header .g-nav .menu__second-level .inner {
            grid-template-columns: 1fr;
            column-gap: 0px;
            row-gap: 20px; } }
        @media only screen and (max-width: 900px) {
          header .g-nav .menu__second-level .inner {
            grid-template-columns: 1fr;
            column-gap: 0px;
            row-gap: 20px; } }
        @media only screen and (max-width: 768px) {
          header .g-nav .menu__second-level .inner {
            grid-template-columns: 1fr;
            column-gap: 0px;
            row-gap: 0px; } }
      header .g-nav .menu__second-level li {
        color: #656c80;
        font-size: 11px;
        letter-spacing: 1px;
        width: 25%;
        padding: 0px 0; }
        @media only screen and (max-width: 768px) {
          header .g-nav .menu__second-level li {
            width: 100%;
            padding: 0 0 0 10px; }
            header .g-nav .menu__second-level li::not(:last-child) {
              margin: 0 0 20px; } }
        header .g-nav .menu__second-level li .name {
          font-size: 13px;
          margin: 10px 0 0;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            header .g-nav .menu__second-level li .name {
              font-size: 12px;
              text-align: left; } }
        header .g-nav .menu__second-level li .icon {
          width: 70px;
          margin: 0 auto; }
          @media only screen and (max-width: 768px) {
            header .g-nav .menu__second-level li .icon {
              display: none; } }
          header .g-nav .menu__second-level li .icon img {
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            border-radius: 16px; }
        header .g-nav .menu__second-level li .thumb {
          width: 100%;
          border-radius: 16px;
          overflow: hidden; }
          header .g-nav .menu__second-level li .thumb img {
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            border-radius: 16px; }
        @media only screen and (min-width: 769px) {
          header .g-nav .menu__second-level li:hover .icon img {
            transform: scale(1.05); }
          header .g-nav .menu__second-level li:hover .name {
            color: #323333; } }
    header .g-nav .nav-list:hover .menu__second-level {
      visibility: visible;
      opacity: 1;
      left: 0;
      z-index: 100000; }
    header .g-nav .nav-list:hover .menu__second-level li {
      width: 100%; }

.menu-trigger {
  display: none; }

@media only screen and (max-width: 768px) {
  .menu-trigger {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer; }

  .menu-trigger {
    position: absolute;
    top: 48%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    /* Safariç”¨ */
    transform: translate(0, -50%);
    width: 30px;
    height: 20px;
    z-index: 2;
    margin: 0; }

  .menu-trigger:after, .menu-trigger:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: .1rem;
    content: "";
    background-color: #000;
    transition: width 0.2s cubic-bezier(0.19, 1, 0.22, 1), top 0.2s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.2s cubic-bezier(0.19, 1, 0.22, 1), transform 0.2s cubic-bezier(0.19, 1, 0.22, 1); }

  .menu-trigger:before {
    top: -0.6rem; }

  .menu-trigger:after {
    bottom: -0.6rem; }

  .menu-trigger.active:before {
    top: 0;
    width: 80%;
    transform: rotate(45deg); }

  .menu-trigger.active:after {
    bottom: 0;
    width: 80%;
    transform: rotate(-45deg); } }
@media only screen and (min-width: 769px) {
  header.is-animation {
    background-color: white; }
    header.is-animation .g-nav {
      width: auto; } }
    @media only screen and (min-width: 769px) and (max-width: 768px) {
      header.is-animation .g-nav {
        display: none; } }
@media only screen and (min-width: 769px) {
    header.is-animation:hover {
      background-color: white; } }
/* ==========================================================================

	footer
	
========================================================================== */
footer {
  width: 100%;
  background: #e4eef5;
  margin: 0 auto 0;
  position: relative;
  padding: 5% 0 10%; }
  @media only screen and (min-width: 2000px) {
    footer {
      padding: 0 0 80px; } }
  @media only screen and (max-width: 768px) {
    footer {
      margin: 0 auto 0;
      padding: 0 30px; } }
  footer .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10%; }
    @media only screen and (max-width: 940px) {
      footer .inner {
        max-width: 728px;
        padding: 0; } }
    @media only screen and (max-width: 768px) {
      footer .inner {
        padding: 80px 0px 50px; } }
  footer .footer_wrap {
    display: grid;
    grid-template-columns: 1fr 160px 120px 165px;
    column-gap: 30px;
    row-gap: 30px;
    margin: 0 0 50px; }
    @media only screen and (max-width: 940px) {
      footer .footer_wrap {
        column-gap: 10px;
        row-gap: 10px; } }
    @media only screen and (max-width: 768px) {
      footer .footer_wrap {
        grid-template-columns: 1fr;
        column-gap: 0px;
        row-gap: 0px; } }
  footer .logo {
    width: 200px;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      footer .logo {
        width: 80%;
        margin: 0 0 30px;
        max-width: 300px; } }
  footer .address_area {
    width: 160px; }
    @media only screen and (max-width: 768px) {
      footer .address_area {
        width: 100%; } }
    footer .address_area .title {
      font-size: 14px;
      margin: 0 0 10px;
      color: #656c80; }
    footer .address_area .txt {
      font-size: 12px;
      line-height: 2;
      color: #656c80; }
  footer ul.footer_nav {
    position: relative;
    width: 120px; }
    @media only screen and (max-width: 768px) {
      footer ul.footer_nav {
        display: none; } }
    footer ul.footer_nav li {
      color: #656c80;
      position: relative;
      letter-spacing: 1px;
      font-size: 11px;
      margin: 0 0 6px; }
      @media only screen and (max-width: 768px) {
        footer ul.footer_nav li {
          margin: 0 0 12px; } }
    footer ul.footer_nav li.link_c::after {
      background-color: #656c80; }
  footer ul.footer_nav_2 {
    position: relative;
    width: 165px; }
    @media only screen and (max-width: 768px) {
      footer ul.footer_nav_2 {
        display: none; } }
    footer ul.footer_nav_2 li {
      color: #656c80;
      position: relative;
      letter-spacing: 1px;
      font-size: 11px;
      margin: 0 0 6px; }
      @media only screen and (max-width: 768px) {
        footer ul.footer_nav_2 li {
          margin: 0 0 12px; } }
    footer ul.footer_nav_2 li.link_c::after {
      background-color: #656c80; }
  footer .copy {
    text-align: right;
    color: #656c80;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0px 0 0 20px; }
    @media only screen and (max-width: 768px) {
      footer .copy {
        margin: 0;
        width: 100%; } }

/* ================================================================================

 *  page top
　
   ================================================================================ */
.pagetop {
  position: relative;
  margin: 0 0 0 auto;
  z-index: 99999;
  width: 30px;
  height: 30px; }
  .pagetop:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #262626;
    border-right: 2px solid #262626;
    position: absolute;
    top: 54%;
    left: 44%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg); }
    @media screen and (max-width: 768px) {
      .pagetop:after {
        left: 41%; } }

/* ==========================================================================

	breadcrumb
	
========================================================================== */
.breadcrumb {
  margin: 0 auto;
  position: relative;
  padding: 20px 0px; }
  @media only screen and (max-width: 768px) {
    .breadcrumb {
      padding: 0px 20px 0px; } }
  .breadcrumb .list li {
    position: relative; }
    .breadcrumb .list li a {
      font-size: 1.1rem;
      line-height: 1.5;
      display: inline-block;
      letter-spacing: 1px; }
      @media only screen and (max-width: 768px) {
        .breadcrumb .list li a {
          font-size: 11px; } }
  .breadcrumb .list li:not(:last-child) {
    margin-right: 20px;
    position: relative; }
    .breadcrumb .list li:not(:last-child)::after {
      content: "";
      display: inline-block;
      position: absolute;
      width: 6px;
      height: 8px;
      margin: 0;
      background: url("../img/common/arrow_r.svg") no-repeat;
      background-size: contain;
      top: 4px;
      right: -13px; }
  .breadcrumb .list li:last-child {
    font-weight: bold; }

/* ==========================================================================

	btn-list
	
========================================================================== */
.link_box {
  background-color: #362627;
  border: 1px solid #362627;
  align-items: center;
  padding: 16px 10px 14px;
  color: #fff;
  font-size: 13px;
  position: relative;
  text-align: center;
  z-index: 10;
  width: 300px;
  letter-spacing: 2px; }
  .link_box::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 22px;
    height: 11px;
    top: 19px;
    background: url("../img/common/arrow_r_w.svg") no-repeat;
    background-size: contain;
    vertical-align: sub; }
  @media only screen and (max-width: 768px) {
    .link_box {
      width: 100%; } }
  @media only screen and (min-width: 769px) {
    .link_box:hover {
      background-color: #fff;
      border: 1px solid #362627;
      color: #362627; }
      .link_box:hover::after {
        content: "";
        position: absolute;
        right: 10px;
        width: 22px;
        height: 11px;
        top: 19px;
        background: url("../img/common/arrow_r.svg") no-repeat;
        background-size: contain;
        vertical-align: sub; } }

.contact .link_box {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #362627; }
  .contact .link_box::after {
    background: url("../img/common/arrow_r.svg") no-repeat; }
  @media only screen and (min-width: 769px) {
    .contact .link_box:hover {
      background-color: #362627;
      border: 1px solid #362627;
      color: #ffffff; }
      .contact .link_box:hover::after {
        background: url("../img/common/arrow_r_w.svg") no-repeat; } }

/* ==========================================================================

	index.html
	
========================================================================== */
main {
  position: relative;
  margin: 78px 0 0; }
  @media only screen and (max-width: 768px) {
    main {
      margin: 66px 0 0; } }
  main .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 13%; }
    @media only screen and (min-width: 1401px) {
      main .inner {
        padding: 0 6%; } }
    @media screen and (min-width: 769px) and (max-width: 1400px) {
      main .inner {
        padding: 0 10%; } }
    @media only screen and (max-width: 768px) {
      main .inner {
        max-width: 580px;
        margin: 0 auto;
        padding: 0 30px; } }
  main .waves {
    position: absolute;
    bottom: 0; }

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px; }

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s; }

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s; }

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s; }

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s; }

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0); }
  100% {
    transform: translate3d(85px, 0, 0); } }
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px; } }
.top {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden; }
  @media only screen and (min-width: 769px) {
    .top {
      max-height: 1000px;
      min-height: 700px; } }
  @media only screen and (max-width: 768px) {
    .top {
      height: auto; } }
  .top .bg {
    position: absolute;
    width: 120%; }
    @media only screen and (min-width: 769px) {
      .top .bg {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); } }
    @media (min-width: 1500px) {
      .top .bg {
        width: 100%; } }
    @media (max-width: 1280px) {
      .top .bg {
        width: 120%;
        top: 50%;
        left: 40%; } }
    @media only screen and (max-width: 768px) {
      .top .bg {
        position: relative;
        width: 100%;
        top: 0%;
        left: 0%; } }
    .top .bg img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      -webkit-filter: blur(10px) brightness(1.7);
      filter: blur(10px) brightness(1.7); }
    .top .bg img.small {
      display: block; }
      @media (min-width: 1799px) {
        .top .bg img.small {
          width: 100%;
          display: none; } }
      @media only screen and (max-width: 768px) {
        .top .bg img.small {
          display: none; } }
    @media (max-width: 1800px) {
      .top .bg img.large {
        width: 100%;
        display: none; } }
    @media only screen and (max-width: 768px) {
      .top .bg img.large {
        display: none; } }
  .top .txtarea {
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-filter: blur(2px) brightness(1);
    filter: blur(2px) brightness(1); }
    @media only screen and (min-width: 769px) {
      .top .txtarea {
        top: 16vh;
        right: 10%; } }
    @media only screen and (min-width: 2000px) {
      .top .txtarea {
        right: 24%; } }
    @media only screen and (max-width: 768px) {
      .top .txtarea {
        position: relative;
        max-width: 680px;
        margin: 30px auto 60px;
        padding: 0 30px; } }
    .top .txtarea .lead_title {
      font-size: 36px;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif; }
      @media only screen and (max-width: 768px) {
        .top .txtarea .lead_title {
          font-size: 30px; } }
    .top .txtarea .lead_txt {
      font-size: 13px;
      line-height: 2;
      margin: 30px 0 0;
      text-shadow: 2px 2px 2px #ffffff; }
      @media only screen and (max-width: 768px) {
        .top .txtarea .lead_txt {
          font-size: 12px;
          margin: 16px 0 0; } }
  .top .scroll_area {
    width: 100%;
    position: absolute;
    background-color: transparent;
    z-index: 100;
    bottom: 19px; }
    @media only screen and (max-width: 768px) {
      .top .scroll_area {
        width: 100%;
        left: 0%;
        display: none; } }
  .top .scroll_txt {
    font-family: europa, sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    margin: 0 0 20px 6px;
    color: #362627; }
    @media only screen and (max-width: 768px) {
      .top .scroll_txt {
        color: #362627;
        margin: 0 0 2px 4px; } }
  .top .scroll_icon {
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: relative; }
    .top .scroll_icon .line {
      position: absolute;
      top: -60px;
      left: 50%;
      display: block;
      width: 1.5px;
      height: 60px;
      border-radius: 5px;
      background: #362627;
      -webkit-animation: scrollLine 2s infinite;
      animation: scrollLine 2s infinite; }
@-webkit-keyframes scrollLine {
  0% {
    top: -60px; }
  30% {
    top: 0; }
  70% {
    top: 0; }
  100% {
    top: 60px; } }
@keyframes scrollLine {
  0% {
    top: -60px; }
  30% {
    top: 0; }
  70% {
    top: 0; }
  100% {
    top: 60px; } }
.is-load .top {
  width: 100%;
  position: relative; }
  .is-load .top .bg img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-filter: blur(0px) brightness(1);
    filter: blur(0px) brightness(1);
    -webkit-transition: opacity 1.2s ease 0s, -webkit-transform 3s cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, -webkit-filter 1.2s ease 0s;
    transition: opacity 1.2s ease 0s, -webkit-transform 3s cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, -webkit-filter 1.2s ease 0s;
    transition: transform 3s cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity 1.2s ease 0s, filter 1.2s ease 0s;
    transition: transform 3s cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity 1.2s ease 0s, filter 1.2s ease 0s, -webkit-transform 3s cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, -webkit-filter 1.2s ease 0s; }
  .is-load .top .txtarea {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-filter: blur(0px) brightness(1);
    filter: blur(0px) brightness(1);
    -webkit-transition: opacity 1.5s ease 1.3s, -webkit-transform 1.5s cubic-bezier(0.21, 0.75, 0.38, 0.95) 1.3s, -webkit-filter 1.5s ease 1.3s;
    transition: opacity 1.5s ease 1.3s, -webkit-transform 1.5s cubic-bezier(0.21, 0.75, 0.38, 0.95) 1.3s, -webkit-filter 1.5s ease 1.3s;
    transition: transform 1.5s cubic-bezier(0.21, 0.75, 0.38, 0.95) 1.3s, opacity 1.5s ease 1.3s, filter 1.5s ease 1.3s;
    transition: transform 1.5s cubic-bezier(0.21, 0.75, 0.38, 0.95) 1.3s, opacity 1.5s ease 1.3s, filter 1.5s ease 1.3s, -webkit-transform 1.5s cubic-bezier(0.21, 0.75, 0.38, 0.95) 1.3s, -webkit-filter 1.5s ease 1.3s; }

main .top_category_title {
  font-size: 30px;
  letter-spacing: 3px; }
  @media only screen and (max-width: 768px) {
    main .top_category_title {
      font-size: 28px; } }
main .top_category_subtitle {
  font-size: 19px;
  letter-spacing: 1px;
  color: #323333;
  font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif; }
  @media only screen and (max-width: 768px) {
    main .top_category_subtitle {
      font-size: 17px; } }
main .top_category_title_ja {
  font-size: 16px;
  letter-spacing: 1px;
  color: #323333; }
  @media only screen and (max-width: 768px) {
    main .top_category_title_ja {
      font-size: 14px; } }
main .top_category_txt {
  font-size: 14px;
  line-height: 1.5;
  color: #323333;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    main .top_category_txt {
      font-size: 12px; } }

.section_link {
  position: relative; }
  .section_link::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 80px;
    margin: 0;
    background: url(../img/section_link.png) no-repeat;
    background-size: contain;
    bottom: 4px;
    left: 50%;
    margin-left: -17px;
    opacity: 0.5; }
    @media only screen and (max-width: 768px) {
      .section_link::after {
        width: 20px;
        height: 50px;
        margin-left: -10px;
        bottom: -1px; } }

.about {
  background: #e4eef5;
  width: 100%;
  position: relative;
  padding: 0 0 11% 0; }
  @media only screen and (max-width: 768px) {
    .about {
      padding: 14% 0 26%;
      overflow: hidden !important; } }
  .about .left {
    width: 50%;
    padding: 10% 9% 10% 40px; }
    @media only screen and (max-width: 768px) {
      .about .left {
        width: 100%;
        padding: 0 30px 30px; } }
    .about .left .photo {
      position: relative;
      z-index: 12; }
      .about .left .photo img {
        position: relative;
        z-index: 12; }
      .about .left .photo::before {
        content: "";
        position: absolute;
        z-index: 9;
        background: #fff;
        width: 100%;
        height: 100%;
        left: -40px;
        bottom: -40px;
        opacity: 0.6; }
        @media only screen and (max-width: 768px) {
          .about .left .photo::before {
            left: -30px;
            bottom: -30px;
            opacity: 0.6; } }
  .about .right {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .about .right {
        width: 100%;
        margin: 30px auto 0;
        padding: 0 10px; } }
    .about .right .top_category_title {
      margin: 0 0 30px;
      z-index: 11;
      position: relative; }
      .about .right .top_category_title::before {
        content: "ABOUT US";
        position: absolute;
        z-index: -1;
        color: #fff;
        opacity: 0.6;
        font-size: 100px;
        left: -26%;
        bottom: -40px;
        letter-spacing: 24px;
        width: 900px; }
        @media only screen and (max-width: 768px) {
          .about .right .top_category_title::before {
            font-size: 51px;
            left: -15%;
            bottom: -2px;
            letter-spacing: 14px;
            width: 240%; } }
      @media only screen and (max-width: 768px) {
        .about .right .top_category_title {
          margin: 0 0 20px; } }
    .about .right .top_category_txt {
      line-height: 2;
      margin: 0 0 30px; }

.service {
  background: #f7f9fa;
  width: 100%;
  position: relative;
  padding: 5% 0 10% 0; }
  @media only screen and (max-width: 768px) {
    .service {
      padding: 14% 0 16%; } }
  .service .top_category_title {
    position: relative;
    z-index: 11;
    margin: 0 0 38px; }
    @media only screen and (max-width: 768px) {
      .service .top_category_title {
        margin: 0 0 20px; } }
    .service .top_category_title::before {
      content: "SERVICE";
      position: absolute;
      z-index: -1;
      color: #fff;
      opacity: 0.6;
      font-size: 121px;
      left: -15%;
      bottom: -40px;
      letter-spacing: 24px; }
      @media only screen and (max-width: 768px) {
        .service .top_category_title::before {
          font-size: 51px;
          left: -12%;
          bottom: -2px;
          letter-spacing: 14px; } }
  .service .top_category_subtitle {
    margin: 0 0 28px; }
    @media only screen and (max-width: 768px) {
      .service .top_category_subtitle {
        margin: 0 0 12px; } }
  .service .photo {
    width: 100%;
    position: relative;
    margin: 50px auto; }
    @media only screen and (max-width: 768px) {
      .service .photo {
        margin: 30px auto; } }
  .service .service_list {
    padding: 0 50px; }
    @media only screen and (max-width: 768px) {
      .service .service_list {
        padding: 0 10px; } }
    .service .service_list li {
      position: relative;
      width: 50%;
      margin: 0 0 80px; }
      @media only screen and (max-width: 768px) {
        .service .service_list li {
          width: 100%;
          margin: 0 0 40px; } }
      .service .service_list li .number {
        font-size: 18px;
        margin: 0 10px 0 0;
        width: 30px; }
      .service .service_list li .contents {
        width: calc(100% - 30px); }
        .service .service_list li .contents .icon {
          width: 70px;
          margin: 0 0 10px; }
        .service .service_list li .contents .en {
          font-size: 10px; }
        .service .service_list li .contents .name {
          font-size: 20px;
          margin: 10px 0;
          font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif; }
        .service .service_list li .contents .txt {
          font-size: 12px;
          line-height: 2;
          margin: 0 0 20px; }

.recruit {
  width: 100%;
  position: relative;
  padding: 0 0 11% 0; }
  @media only screen and (max-width: 768px) {
    .recruit {
      padding: 14% 0 24%; } }
  .recruit .left {
    width: 55%;
    padding: 10% 9% 10% 40px; }
    @media only screen and (max-width: 768px) {
      .recruit .left {
        width: 100%;
        padding: 0 30px 30px; } }
    .recruit .left .photo {
      position: relative;
      z-index: 10; }
      .recruit .left .photo img {
        position: relative;
        z-index: 10; }
  .recruit .right {
    width: 45%; }
    @media only screen and (max-width: 768px) {
      .recruit .right {
        width: 100%;
        padding: 0 30px; } }
    .recruit .right .top_category_title {
      margin: 0 0 10px;
      position: relative; }
      .recruit .right .top_category_title::before {
        content: "RECRUIT";
        position: absolute;
        z-index: -1;
        color: #f7f9fa;
        opacity: 0.6;
        font-size: 121px;
        left: -42%;
        bottom: -40px;
        letter-spacing: 24px; }
        @media only screen and (max-width: 768px) {
          .recruit .right .top_category_title::before {
            font-size: 51px;
            left: -12%;
            bottom: -2px;
            letter-spacing: 14px; } }
    .recruit .right .top_category_title_ja {
      margin: 0 0 30px; }
    .recruit .right .top_category_txt {
      line-height: 2;
      margin: 0 0 30px; }

.contact {
  background: #e4eef5;
  width: 100%;
  position: relative;
  padding: 5% 0 7% 0; }
  @media only screen and (min-width: 2000px) {
    .contact {
      padding: 5% 0 150px 0; } }
  @media only screen and (max-width: 768px) {
    .contact {
      padding: 14% 0 5%; } }
  .contact .top_category_title {
    text-align: center; }
  .contact .top_category_title_ja {
    text-align: center;
    margin: 0 0 30px; }
  .contact .top_category_txt {
    text-align: center; }
  .contact .link_box {
    margin: 30px auto 0; }

/* ==========================================================================

	COMMON
	
========================================================================== */
.category_top {
  width: 100%;
  position: relative;
  height: 50vh;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .category_top {
      max-height: 270px; } }
  .category_top .bg {
    position: absolute;
    width: 120%; }
    @media only screen and (min-width: 769px) {
      .category_top .bg {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); } }
    @media (min-width: 1500px) {
      .category_top .bg {
        width: 100%; } }
    @media (max-width: 1280px) {
      .category_top .bg {
        width: 120%;
        top: 50%;
        left: 40%; } }
    @media only screen and (max-width: 768px) {
      .category_top .bg {
        position: relative;
        width: 100%;
        top: 0%;
        left: 0%; } }
    .category_top .bg img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      -webkit-filter: blur(10px) brightness(1.7);
      filter: blur(10px) brightness(1.7); }

.is-load .category_top {
  width: 100%;
  position: relative; }
  .is-load .category_top .bg img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-filter: blur(0px) brightness(1);
    filter: blur(0px) brightness(1);
    -webkit-transition: opacity 1.2s ease 0s, -webkit-transform 3s cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, -webkit-filter 1.2s ease 0s;
    transition: opacity 1.2s ease 0s, -webkit-transform 3s cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, -webkit-filter 1.2s ease 0s;
    transition: transform 3s cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity 1.2s ease 0s, filter 1.2s ease 0s;
    transition: transform 3s cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity 1.2s ease 0s, filter 1.2s ease 0s, -webkit-transform 3s cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, -webkit-filter 1.2s ease 0s; }

.category_title_area {
  background: #e4eef5;
  width: 100%;
  position: relative;
  padding: 6% 0 11%; }
  @media only screen and (max-width: 860px) {
    .category_title_area {
      padding: 6% 0 18%; } }
  @media only screen and (max-width: 768px) {
    .category_title_area {
      padding: 14% 0 17%;
      overflow: hidden !important; } }
  .category_title_area .sub {
    font-size: 12px;
    text-align: center;
    z-index: 12;
    position: relative; }
  .category_title_area .page_title {
    font-size: 26px;
    text-align: center;
    margin: 0 0 30px;
    z-index: 11;
    position: relative;
    letter-spacing: 2px; }
    @media only screen and (max-width: 768px) {
      .category_title_area .page_title {
        margin: 0 0 20px;
        font-size: 23px; } }
    .category_title_area .page_title::before {
      content: "";
      position: absolute;
      z-index: -1;
      color: #fff;
      opacity: 0.6;
      font-size: 100px;
      left: 0%;
      bottom: -40px;
      letter-spacing: 15px;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .category_title_area .page_title::before {
          font-size: 40px;
          bottom: -2px;
          letter-spacing: 14px; } }

.sub_page .section_en {
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 20px; }
  @media only screen and (max-width: 768px) {
    .sub_page .section_en {
      font-size: 11px;
      margin: 0 0 6px; } }
.sub_page .section_ja {
  font-size: 24px;
  font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .sub_page .section_ja {
      font-size: 22px; } }
.sub_page .section_lead {
  font-size: 20px;
  line-height: 2;
  font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .sub_page .section_lead {
      font-size: 16px; } }
.sub_page .section_txt {
  font-size: 18px;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .sub_page .section_txt {
      font-size: 14px; } }
.sub_page .txt {
  font-size: 13px;
  line-height: 2.3; }
  @media only screen and (max-width: 768px) {
    .sub_page .txt {
      font-size: 12px; } }

/* ==========================================================================

	ABOUT 
	
========================================================================== */
.about_page {
  width: 100%;
  position: relative; }
  .about_page .category_title_area .page_title::before {
    content: "ABOUT US"; }
  .about_page .philosophy {
    width: 100%;
    position: relative;
    padding: 7% 0 16%; }
    @media only screen and (min-width: 2000px) {
      .about_page .philosophy {
        padding: 2% 0 10%; } }
    @media only screen and (max-width: 768px) {
      .about_page .philosophy {
        padding: 15% 0 22%; } }
    .about_page .philosophy .left {
      width: 34%;
      margin: 0 10% 0 0; }
      @media only screen and (max-width: 768px) {
        .about_page .philosophy .left {
          width: 100%;
          padding: 0 10px 0px;
          margin: 0 0 20px; } }
      .about_page .philosophy .left .logo {
        width: 100%; }
    .about_page .philosophy .right {
      width: calc(100% - 44%); }
      @media only screen and (max-width: 768px) {
        .about_page .philosophy .right {
          width: 100%;
          margin: 30px auto 0;
          padding: 0 10px; } }
    .about_page .philosophy .section_en {
      margin: 0 0 20px; }
      @media only screen and (max-width: 768px) {
        .about_page .philosophy .section_en {
          margin: 0 0 12px; } }
    .about_page .philosophy .section_ja {
      margin: 0 0 30px; }
      @media only screen and (max-width: 768px) {
        .about_page .philosophy .section_ja {
          margin: 0 0 18px; } }
    .about_page .philosophy .section_lead {
      margin: 0 0 30px; }
      @media only screen and (max-width: 768px) {
        .about_page .philosophy .section_lead {
          margin: 0 0 18px; } }
  .about_page .top_message {
    background: #f7f9fa;
    width: 100%;
    position: relative;
    padding: 7% 0 16%; }
    @media only screen and (max-width: 768px) {
      .about_page .top_message {
        padding: 15% 0 22%; } }
    .about_page .top_message .section_en {
      margin: 0 0 10px;
      text-align: center; }
    .about_page .top_message .section_ja {
      margin: 0 0 50px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .about_page .top_message .section_ja {
          margin: 0 0 20px; } }
    .about_page .top_message .left {
      width: 50%;
      padding: 5% 8% 10% 20px; }
      @media only screen and (max-width: 768px) {
        .about_page .top_message .left {
          width: 100%;
          padding: 0 30px 20px; } }
      .about_page .top_message .left .photo {
        position: relative;
        z-index: 12; }
        .about_page .top_message .left .photo img {
          position: relative;
          z-index: 12; }
        .about_page .top_message .left .photo::before {
          content: "";
          position: absolute;
          z-index: 10;
          background: #fff;
          width: 100%;
          height: 100%;
          left: -20px;
          bottom: -20px; }
          @media only screen and (max-width: 768px) {
            .about_page .top_message .left .photo::before {
              left: -20px;
              bottom: -20px;
              opacity: 0.6; } }
    .about_page .top_message .right {
      width: 50%;
      margin: 12% 0 0; }
      @media only screen and (max-width: 768px) {
        .about_page .top_message .right {
          width: 100%;
          margin: 30px auto 0;
          padding: 0 10px; } }
      .about_page .top_message .right .section_lead {
        margin: 0 0 30px;
        line-height: 2; }
        @media only screen and (max-width: 768px) {
          .about_page .top_message .right .section_lead {
            margin: 0 0 20px; } }
      .about_page .top_message .right .txt {
        margin: 0 0 20px; }
        @media only screen and (max-width: 768px) {
          .about_page .top_message .right .txt {
            margin: 0 0 10px; } }
      .about_page .top_message .right .sign {
        width: 250px;
        margin: 30px 0 0 auto; }
        @media only screen and (max-width: 768px) {
          .about_page .top_message .right .sign {
            width: 200px;
            margin: 20px 0 0 auto; } }
  .about_page .misson {
    width: 100%;
    position: relative;
    padding: 7% 0 16%; }
    @media only screen and (max-width: 768px) {
      .about_page .misson {
        padding: 10% 0 16%; } }
    .about_page .misson .mission_list {
      width: 100%;
      border-top: 1px solid #d8d8d8;
      border-bottom: 1px solid #d8d8d8; }
      .about_page .misson .mission_list .left {
        width: 240px;
        padding: 50px 0 0 20px; }
        @media only screen and (max-width: 1000px) {
          .about_page .misson .mission_list .left {
            width: 200px; } }
        @media only screen and (max-width: 768px) {
          .about_page .misson .mission_list .left {
            width: 100%;
            display: none; } }
        .about_page .misson .mission_list .left p {
          font-size: 12px;
          letter-spacing: 1px;
          margin: 0 0 15px; }
      .about_page .misson .mission_list .right {
        width: calc(100% - 240px);
        padding: 0px 0 0px 0px;
        border-left: 1px solid #d8d8d8; }
        @media only screen and (max-width: 1000px) {
          .about_page .misson .mission_list .right {
            width: calc(100% - 200px); } }
        @media only screen and (max-width: 768px) {
          .about_page .misson .mission_list .right {
            width: 100%;
            border-left: 0px solid #d8d8d8; } }
        .about_page .misson .mission_list .right .ja {
          font-size: 20px;
          margin: 0 0 5px;
          font-weight: bold;
          font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif; }
        .about_page .misson .mission_list .right .en {
          font-size: 12px;
          letter-spacing: 1px;
          padding: 0 0 20px;
          position: relative; }
          .about_page .misson .mission_list .right .en::after {
            content: "";
            position: absolute;
            z-index: 1;
            background: #6d7375;
            width: 35px;
            height: 1px;
            left: 0;
            bottom: 0px; }
        .about_page .misson .mission_list .right .number_list {
          margin: 20px 0 0; }
          @media only screen and (max-width: 768px) {
            .about_page .misson .mission_list .right .number_list {
              margin: 30px 0 0; } }
          .about_page .misson .mission_list .right .number_list li {
            position: relative;
            padding: 0 0 0 9px;
            margin: 0 0 20px;
            display: grid;
            grid-template-columns: 29px 1fr;
            column-gap: 10px; }
            @media only screen and (max-width: 768px) {
              .about_page .misson .mission_list .right .number_list li {
                column-gap: 0px; } }
            .about_page .misson .mission_list .right .number_list li::before {
              content: "";
              position: absolute;
              z-index: 1;
              background: #f8ca7a;
              width: 4px;
              height: 20px;
              left: 0px;
              top: 0px; }
            .about_page .misson .mission_list .right .number_list li .number {
              font-size: 16px;
              color: #656c80; }
              @media only screen and (max-width: 768px) {
                .about_page .misson .mission_list .right .number_list li .number {
                  display: inline-block; } }
            .about_page .misson .mission_list .right .number_list li .number_txt {
              font-size: 16px; }
              @media only screen and (max-width: 768px) {
                .about_page .misson .mission_list .right .number_list li .number_txt {
                  font-size: 14px; } }
        .about_page .misson .mission_list .right .mission_area {
          padding: 50px 0 50px 70px;
          border-bottom: 1px solid #d8d8d8; }
          @media only screen and (max-width: 1000px) {
            .about_page .misson .mission_list .right .mission_area {
              padding: 50px 0 50px 30px; } }
          @media only screen and (max-width: 768px) {
            .about_page .misson .mission_list .right .mission_area {
              padding: 30px 0px; } }

.about_page .company {
  background: #f7f9fa;
  width: 100%;
  position: relative;
  padding: 8% 0 16%;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .about_page .company {
      padding: 13% 0 26%; } }
  .about_page .company .photo {
    position: absolute;
    width: 55%;
    max-width: 833px;
    left: 47%;
    z-index: 12;
    top: 3.5%; }
    @media screen and (max-width: 768px) {
      .about_page .company .photo {
        position: relative;
        width: 100%;
        max-width: 833px;
        left: 0;
        z-index: 12;
        top: 19px; } }
  .about_page .company .section_title {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 21% 0 20px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .about_page .company .section_title {
        margin: 42px 0 9px; } }
    .about_page .company .section_title::before {
      content: "COMPANY";
      position: absolute;
      z-index: -1;
      color: #ffffff;
      opacity: 0.6;
      font-size: 100px;
      left: -27%;
      bottom: -32px;
      letter-spacing: 24px; }
      @media only screen and (max-width: 768px) {
        .about_page .company .section_title::before {
          font-size: 51px;
          left: -12%;
          bottom: -2px;
          letter-spacing: 14px; } }
  .about_page .company .section_title_sub {
    font-size: 13px;
    letter-spacing: 1px; }
  .about_page .company .gmnoprint {
    display: none; }
  .about_page .company dl {
    z-index: 10;
    position: relative;
    margin: 5% auto 30px; }
    @media screen and (max-width: 768px) {
      .about_page .company dl {
        width: 100%;
        margin: 26px 0 0; } }
    .about_page .company dl dd {
      width: 200px;
      background-color: #fff;
      margin: 0 10px 10px 0;
      padding: 15px 10px 15px 20px;
      font-size: 13px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .about_page .company dl dd {
          width: 100%;
          font-weight: bold;
          font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
          margin: 0;
          padding: 14px 14px;
          line-height: 1; } }
    .about_page .company dl dt {
      width: calc(100% - 210px);
      margin: 0 0 10px 0;
      padding: 15px 10px 15px 20px;
      font-size: 13px; }
      @media screen and (max-width: 768px) {
        .about_page .company dl dt {
          width: 100%;
          padding: 20px 10px; } }
  .about_page .company .google_partner {
    margin: 20px 0 0;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 150px 1fr;
    column-gap: 60px; }
    @media screen and (max-width: 768px) {
      .about_page .company .google_partner {
        grid-template-columns: 1fr;
        column-gap: 0px;
        row-gap: 10px;
        padding: 40px; } }
    @media screen and (max-width: 768px) {
      .about_page .company .google_partner .img {
        width: 60%;
        margin: 0 auto; } }
    .about_page .company .google_partner .title {
      font-size: 20px;
      letter-spacing: 1px;
      margin: 20px 0 20px; }
      @media screen and (max-width: 768px) {
        .about_page .company .google_partner .title {
          text-align: center; } }
    @media screen and (max-width: 768px) {
      .about_page .company .google_partner .txt {
        text-align: center; } }
  .about_page .company .accsess {
    margin: 40px 0 0; }
    .about_page .company .accsess .title {
      font-size: 20px;
      letter-spacing: 1px;
      margin: 0 0 20px; }

/* ==========================================================================

	SERVCE
	
========================================================================== */
.service_page {
  width: 100%;
  position: relative; }
  .service_page .category_title_area .page_title::before {
    content: "SERVICE"; }
  .service_page .category_title_area .service_icon {
    width: 100px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .service_page .category_title_area .service_icon {
        width: 70px; } }
  .service_page .category_title_area .service_name {
    font-size: 40px;
    margin: 10px 0 0;
    text-align: center;
    font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
    font-weight: bold; }
    @media only screen and (max-width: 980px) {
      .service_page .category_title_area .service_name {
        font-size: 34px; } }
    @media screen and (max-width: 768px) {
      .service_page .category_title_area .service_name {
        font-size: 28px; } }
  .service_page .category_title_area .service_name_en {
    font-size: 16px;
    position: relative;
    padding: 0 0 50px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .service_page .category_title_area .service_name_en {
        font-size: 12px; } }
    .service_page .category_title_area .service_name_en::after {
      content: "";
      position: absolute;
      z-index: 1;
      background: #6d7375;
      width: 30px;
      height: 2px;
      left: 50%;
      margin-left: -15px;
      bottom: 25px; }
  .service_page .category_title_area .section_lead {
    margin: 0 0 20px;
    text-align: center; }
  .service_page .category_title_area .txt {
    text-align: center;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .service_page .category_title_area .txt {
        padding: 0 20px;
        font-size: 12px;
        line-height: 2; } }
  .service_page .service_section .section_en, .service_page .service_section .section_ja {
    text-align: center; }
  .service_page .service_inner {
    background: #ffffff;
    border-radius: 16px;
    padding: 70px 100px 60px; }
    @media screen and (max-width: 1200px) {
      .service_page .service_inner {
        padding: 70px 6vw; } }
    @media screen and (max-width: 768px) {
      .service_page .service_inner {
        padding: 37px 9vw; } }
  .service_page .service_list {
    margin: 40px auto; }
    .service_page .service_list li:not(:last-child) {
      margin-bottom: 30px; }
    .service_page .service_list li .number {
      font-size: 16px;
      color: #656c80;
      width: 40px; }
      @media screen and (max-width: 768px) {
        .service_page .service_list li .number {
          font-size: 16px;
          margin: 30px 0 0;
          width: 100%; } }
    .service_page .service_list li .title {
      color: #656c80;
      font-size: 21px;
      margin: 0 0 20px;
      font-weight: bold;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif; }
      @media screen and (max-width: 768px) {
        .service_page .service_list li .title {
          font-size: 18px;
          margin: 0 0 13px; } }
    .service_page .service_list li .lead_txt {
      color: #656c80;
      font-size: 17px;
      font-weight: bold;
      line-height: 2;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif; }
      @media screen and (max-width: 768px) {
        .service_page .service_list li .lead_txt {
          font-size: 15px; } }
    .service_page .service_list li .txt {
      text-align: left;
      color: #656c80; }
    .service_page .service_list li .food_img {
      margin: 20px 0 0; }
    .service_page .service_list li.photo .txtarea {
      width: calc(100% - 40px); }
      @media screen and (max-width: 768px) {
        .service_page .service_list li.photo .txtarea {
          width: 100%;
          margin: 10px 0 0; } }
    .service_page .service_list li.photo .img {
      width: 40%;
      padding: 0 0 0 10%; }
      @media screen and (max-width: 768px) {
        .service_page .service_list li.photo .img {
          width: 100%;
          padding: 0 20px; } }
    .service_page .service_list li.photo .left {
      width: 60%; }
      @media screen and (max-width: 768px) {
        .service_page .service_list li.photo .left {
          width: 100%; } }
    .service_page .service_list li.txtonly .txtarea {
      width: calc(100% - 40px); }
      @media screen and (max-width: 768px) {
        .service_page .service_list li.txtonly .txtarea {
          width: 100%;
          margin: 10px 0 0; } }
    @media screen and (max-width: 768px) {
      .service_page .service_list li.txtonly .number {
        margin: 0; } }

.consulting_01 {
  width: 100%;
  position: relative;
  padding: 8% 0 20%;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .consulting_01 {
      padding: 12% 0 18%; } }
  .consulting_01 .wrap {
    margin: 70px 0 0; }
    @media screen and (max-width: 768px) {
      .consulting_01 .wrap {
        margin: 20px 0 0; } }
    .consulting_01 .wrap .left {
      width: calc(100% - 651px);
      padding: 0 50px; }
      @media only screen and (min-width: 1401px) {
        .consulting_01 .wrap .left {
          width: calc(100% - 651px);
          padding: 0 100px 0 120px; } }
      @media only screen and (max-width: 1100px) {
        .consulting_01 .wrap .left {
          width: 250px;
          padding: 0 40px 0 20px; } }
      @media screen and (max-width: 768px) {
        .consulting_01 .wrap .left {
          width: 70%;
          margin: 30px auto 30px;
          padding: 0; } }
    .consulting_01 .wrap .right {
      width: 651px; }
      @media only screen and (max-width: 1100px) {
        .consulting_01 .wrap .right {
          width: calc(100% - 250px); } }
      @media screen and (max-width: 768px) {
        .consulting_01 .wrap .right {
          width: 100%; }
          .consulting_01 .wrap .right .section_txt {
            text-align: center; } }

.consulting_02 {
  background: #f7f9fa;
  width: 100%;
  position: relative;
  padding: 4% 0 16%;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .consulting_02 {
      padding: 12% 0 18%; } }
  .consulting_02 .txt {
    margin: 20px 0 0;
    text-align: center; }
  .consulting_02 .section_txt {
    text-align: center;
    margin: 0 0 30px; }
  .consulting_02 .other_area {
    max-width: 900px;
    margin: 0 auto; }
    .consulting_02 .other_area .left {
      width: calc(100% - 400px);
      padding: 0 80px 0 0;
      position: relative; }
      @media screen and (max-width: 768px) {
        .consulting_02 .other_area .left {
          width: 100%;
          padding: 0 30px; } }
      .consulting_02 .other_area .left .txt {
        position: absolute;
        text-align: left;
        top: 70px;
        left: 46%; }
        @media screen and (max-width: 1200px) {
          .consulting_02 .other_area .left .txt {
            top: 0px; } }
        @media screen and (max-width: 768px) {
          .consulting_02 .other_area .left .txt {
            top: 10px;
            left: 57%; } }
    .consulting_02 .other_area .other_list {
      width: 400px; }
      @media screen and (max-width: 768px) {
        .consulting_02 .other_area .other_list {
          width: 100%;
          margin: 30px auto 0; } }
      .consulting_02 .other_area .other_list li {
        width: 50%;
        padding: 0 10px 15px;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          .consulting_02 .other_area .other_list li {
            width: 50%;
            font-size: 11px;
            padding: 0 5px 10px; } }
  .consulting_02 .service_list li:nth-child(2) .img {
    padding: 0 5% 0 10%; }
    @media screen and (max-width: 768px) {
      .consulting_02 .service_list li:nth-child(2) .img {
        padding: 0;
        width: 58%;
        margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .consulting_02 .service_list .food_img {
      margin: 10px 0 0; }
    .consulting_02 .service_list .txt {
      margin: 12px 0 0; } }

.consulting_03 {
  width: 100%;
  position: relative;
  padding: 4% 0 12%;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .consulting_03 {
      padding: 12% 0 21%; } }
  .consulting_03 .txt {
    margin: 20px 0 0;
    text-align: center; }
  .consulting_03 .service_list .service_inner {
    background: #f7f9fa !important; }
    .consulting_03 .service_list .service_inner .number {
      position: relative; }
      .consulting_03 .service_list .service_inner .number::before {
        content: "";
        position: absolute;
        z-index: 1;
        background: #f8ca7a;
        width: 4px;
        height: 20px;
        left: -10px;
        top: 2px; }
        @media screen and (max-width: 768px) {
          .consulting_03 .service_list .service_inner .number::before {
            height: 16px;
            top: 1px; } }

.design_select {
  margin: 30px 0 0; }
  @media screen and (max-width: 768px) {
    .design_select {
      width: 100%;
      padding: 0 40px;
      margin: 0px auto 50px;
      height: auto;
      display: block; } }
  .design_select li {
    border: 1px solid #362627;
    padding: 20px 40px 20px 20px;
    text-align: center;
    font-size: 13px;
    width: 270px;
    margin: 0 20px;
    position: relative;
    letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      .design_select li {
        width: 100%;
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 1;
        border-radius: 4px;
        padding: 22px 40px 20px 20px; } }
    .design_select li::after {
      content: "";
      position: absolute;
      right: 20px;
      width: 13px;
      height: 8px;
      top: 26px;
      background: url("../img/common/arrow_b.svg") no-repeat;
      background-size: contain;
      vertical-align: sub; }
    @media screen and (max-width: 768px) {
      .design_select li {
        top: 23px; } }
    @media only screen and (min-width: 769px) {
      .design_select li:hover {
        background-color: #362627;
        color: #fff; } }

.design_01 {
  background: #f7f9fa;
  width: 100%;
  position: relative;
  padding: 4% 0 16%;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .design_01 {
      padding: 12% 0 22%; } }
  .design_01 .service_list li .en {
    font-size: 11px;
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    margin: 0 0 5px; }
    .design_01 .service_list li .en::before {
      content: "";
      position: absolute;
      z-index: 1;
      background: #d5e48a;
      width: 95px;
      height: 6px;
      left: -112px;
      bottom: 5px; }
  .design_01 .service_list li .name {
    font-size: 24px;
    font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
    position: relative;
    width: 100%;
    margin: 0 0 20px; }
  .design_01 .service_list li .design_title {
    text-align: center;
    margin: 50px 0 0; }
    .design_01 .service_list li .design_title span {
      font-size: 20px;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
      position: relative;
      display: inline-block; }
      .design_01 .service_list li .design_title span::after {
        content: "";
        position: absolute;
        z-index: 1;
        background: #d5e48a;
        width: 100%;
        height: 6px;
        left: 0;
        bottom: -12px; }
  .design_01 .service_list li .design_list {
    margin: 52px auto 0;
    width: 500px; }
    @media only screen and (max-width: 1200px) {
      .design_01 .service_list li .design_list {
        margin: 52px 0 0 19%; } }
    @media screen and (max-width: 768px) {
      .design_01 .service_list li .design_list {
        width: 100%;
        margin: 32px 0 0 0; } }
    .design_01 .service_list li .design_list li {
      width: 50%;
      font-size: 16px;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
      margin: 0 0 20px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .design_01 .service_list li .design_list li {
          width: 50%;
          font-size: 13px;
          margin: 0 0 10px;
          padding: 0 10px;
          text-align: left; } }
  .design_01 #design {
    padding-top: 100px;
    margin-top: -100px; }
    .design_01 #design .contents {
      margin: 60px auto 0;
      max-width: 920px; }
      @media screen and (max-width: 768px) {
        .design_01 #design .contents {
          margin: 30px auto 0; } }
      .design_01 #design .contents .left {
        width: calc(100% - 440px);
        padding: 0 14% 0 8%; }
        @media only screen and (max-width: 1200px) {
          .design_01 #design .contents .left {
            width: 280px;
            padding: 0 30px 0 0; } }
        @media screen and (max-width: 860px) {
          .design_01 #design .contents .left {
            width: 100%;
            margin: 0 auto 30px;
            max-width: 300px; } }
      .design_01 #design .contents .right {
        width: 440px; }
        @media only screen and (max-width: 1200px) {
          .design_01 #design .contents .right {
            width: calc(100% - 280px); } }
        @media screen and (max-width: 860px) {
          .design_01 #design .contents .right {
            width: 100%; } }
        .design_01 #design .contents .right .section_txt {
          margin: 0 0 20px; }
        .design_01 #design .contents .right .txt {
          line-height: 2.5; }
          @media screen and (max-width: 768px) {
            .design_01 #design .contents .right .txt {
              line-height: 2; } }
  .design_01 #web {
    padding-top: 100px;
    margin-top: -100px; }
    .design_01 #web .contents {
      margin: 60px auto 0;
      max-width: 920px; }
      .design_01 #web .contents .left {
        width: calc(100% - 480px);
        padding: 0 7% 0 4%; }
        @media only screen and (max-width: 1200px) {
          .design_01 #web .contents .left {
            width: 280px;
            padding: 0 30px 0 0; } }
        @media screen and (max-width: 860px) {
          .design_01 #web .contents .left {
            width: 100%;
            margin: 0 auto 30px;
            max-width: 300px; } }
      .design_01 #web .contents .right {
        width: 480px; }
        @media only screen and (max-width: 1200px) {
          .design_01 #web .contents .right {
            width: calc(100% - 280px); } }
        @media screen and (max-width: 860px) {
          .design_01 #web .contents .right {
            width: 100%; } }
        .design_01 #web .contents .right .section_txt {
          margin: 0 0 20px; }
        .design_01 #web .contents .right .txt {
          line-height: 2.5; }
          @media screen and (max-width: 768px) {
            .design_01 #web .contents .right .txt {
              line-height: 2; } }
    .design_01 #web .t_center {
      text-align: center;
      margin: 40px 0 0; }
    .design_01 #web .process_list {
      margin: 30px 0 0; }
      .design_01 #web .process_list li {
        padding: 15px;
        background: #f7f9fa;
        margin: 0 0 30px;
        position: relative; }
        .design_01 #web .process_list li:not(:last-child)::after {
          content: "";
          position: absolute;
          left: 50%;
          width: 13px;
          height: 8px;
          bottom: -20px;
          margin-left: -7px;
          background: url("../img/common/arrow_b.svg") no-repeat;
          background-size: contain;
          vertical-align: sub; }
        .design_01 #web .process_list li .process_t {
          text-align: center;
          font-size: 15px; }
        .design_01 #web .process_list li .process_txt {
          text-align: center;
          font-size: 11px;
          letter-spacing: 1px;
          margin: 5px 0 0; }
  .design_01 .web_list {
    margin: 50px auto 0; }
    .design_01 .web_list .service_inner {
      background: #f7f9fa;
      padding: 70px 70px; }
      @media screen and (max-width: 768px) {
        .design_01 .web_list .service_inner {
          padding: 30px; } }

.referral_01 {
  width: 100%;
  position: relative;
  padding: 4% 0 13%;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .referral_01 {
      padding: 12% 0 23%; } }
  .referral_01 .img {
    width: 60%;
    margin: 50px auto 30px; }
    @media screen and (max-width: 768px) {
      .referral_01 .img {
        width: 100%; } }
  .referral_01 .section_lead {
    text-align: center;
    margin: 0 0 20px; }
  .referral_01 .txt {
    text-align: center; }

.referral_02 {
  background: #f7f9fa;
  width: 100%;
  position: relative;
  padding: 4% 0 16%;
  z-index: 1; }
  .referral_02 .service_list li.photo .img {
    padding: 0 10% 0 0;
    width: calc(100% - 400px); }
    @media screen and (max-width: 768px) {
      .referral_02 .service_list li.photo .img {
        width: 100%;
        padding: 0; } }
  .referral_02 .service_list li.photo .txtarea {
    width: 400px; }
    @media screen and (max-width: 768px) {
      .referral_02 .service_list li.photo .txtarea {
        width: 100%; } }

.real_01 {
  width: 100%;
  position: relative;
  padding: 8% 0 14%;
  z-index: 1; }
  @media only screen and (max-width: 1200px) {
    .real_01 {
      padding: 8% 0 18%; } }
  @media screen and (max-width: 768px) {
    .real_01 {
      padding: 12% 0 20%; } }
  .real_01 .wrap {
    margin: 70px 0 0; }
    @media only screen and (max-width: 1100px) {
      .real_01 .wrap {
        width: 702px;
        margin: 70px auto 0; } }
    @media screen and (max-width: 768px) {
      .real_01 .wrap {
        width: 100%;
        margin: 30px 0 0; } }
    .real_01 .wrap .left {
      width: calc(100% - 550px);
      padding: 0 11%; }
      @media only screen and (max-width: 1250px) {
        .real_01 .wrap .left {
          padding: 0 10% 0 10%;
          width: calc(100% - 470px); } }
      @media only screen and (max-width: 1100px) {
        .real_01 .wrap .left {
          width: 252px;
          padding: 0 5%; } }
      @media screen and (max-width: 768px) {
        .real_01 .wrap .left {
          width: 60%;
          padding: 0;
          margin: 0 auto 40px; } }
    .real_01 .wrap .right {
      width: 550px; }
      @media only screen and (max-width: 1250px) {
        .real_01 .wrap .right {
          width: 450px; } }
      @media screen and (max-width: 768px) {
        .real_01 .wrap .right {
          width: 100%; }
          .real_01 .wrap .right .section_lead {
            text-align: center; }
          .real_01 .wrap .right .txt {
            text-align: center;
            margin: 10px 0 0; } }

.real_02 {
  background: #f7f9fa;
  width: 100%;
  position: relative;
  padding: 4% 0 16%;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .real_02 {
      padding: 12% 0 22%; } }
  .real_02 .service_list li .en {
    font-size: 11px;
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    margin: 0 0 5px; }
    .real_02 .service_list li .en::before {
      content: "";
      position: absolute;
      z-index: 1;
      background: #b1bed7;
      width: 95px;
      height: 6px;
      left: -112px;
      bottom: 5px; }
  .real_02 .service_list li .name {
    font-size: 24px;
    font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .real_02 .service_list li .name {
        font-size: 18px; } }
  .real_02 .service_list .contents {
    margin: 40px auto 0; }
    @media screen and (max-width: 768px) {
      .real_02 .service_list .contents {
        margin: 0px auto 0; } }
    .real_02 .service_list .contents .all {
      width: 100%;
      position: relative; }
      .real_02 .service_list .contents .all .img {
        width: 26%;
        top: 0;
        right: 4%;
        position: absolute;
        z-index: 1; }
        @media screen and (max-width: 768px) {
          .real_02 .service_list .contents .all .img {
            width: 100%;
            position: relative;
            padding: 0 10% 0;
            margin: 0 0 30px; } }
      .real_02 .service_list .contents .all .img_2 {
        width: 30%;
        bottom: 0%;
        right: 0%;
        position: absolute;
        z-index: 1; }
        @media screen and (max-width: 768px) {
          .real_02 .service_list .contents .all .img_2 {
            width: 100%;
            position: relative;
            padding: 0%;
            margin: 0 0 30px; } }
    .real_02 .service_list .contents .all_b {
      padding: 0 0 130px; }
      @media screen and (max-width: 768px) {
        .real_02 .service_list .contents .all_b {
          padding: 0; } }
    .real_02 .service_list .contents .section_txt {
      margin: 0 0 20px;
      font-weight: bold;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
      color: #656c80; }
    .real_02 .service_list .contents .txt {
      line-height: 2.5;
      font-size: 13px !important;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        .real_02 .service_list .contents .txt {
          line-height: 2; } }
      .real_02 .service_list .contents .txt span {
        font-weight: bold;
        font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
        font-size: 14px; }
    .real_02 .service_list .contents .mb_10 {
      margin-bottom: 10px; }
    .real_02 .service_list .contents .left {
      width: 300px;
      padding: 0 50px 0 0; }
      @media screen and (max-width: 860px) {
        .real_02 .service_list .contents .left {
          width: 100%;
          margin: 0 auto 30px;
          max-width: 300px; } }
    .real_02 .service_list .contents .right {
      width: calc(100% - 300px); }
      @media screen and (max-width: 860px) {
        .real_02 .service_list .contents .right {
          width: 100%; } }

/* ==========================================================================

	RECRUIT
	
========================================================================== */
.recruit_page {
  width: 100%;
  position: relative; }
  .recruit_page .category_title_area .page_title::before {
    content: "RECRUIT"; }
  .recruit_page .recruit_top {
    background: #ffffff;
    width: 100%;
    position: relative;
    padding: 2% 0 15%; }
    @media only screen and (min-width: 2000px) {
      .recruit_page .recruit_top {
        padding: 2% 0 10%; } }
    @media only screen and (max-width: 1100px) {
      .recruit_page .recruit_top {
        padding: 13% 0 20%; } }
    @media only screen and (max-width: 768px) {
      .recruit_page .recruit_top {
        padding: 15% 0 22%; } }
    .recruit_page .recruit_top .section_en {
      margin: 0 0 10px; }
    .recruit_page .recruit_top .section_ja {
      margin: 0 0 30px; }
      @media only screen and (max-width: 768px) {
        .recruit_page .recruit_top .section_ja {
          margin: 0 0 20px; } }
    .recruit_page .recruit_top .left {
      width: 47%;
      padding: 6% 8% 6% 30px; }
      @media only screen and (max-width: 768px) {
        .recruit_page .recruit_top .left {
          width: 100%;
          padding: 0 30px 20px; } }
      .recruit_page .recruit_top .left .photo {
        position: relative;
        z-index: 12; }
        .recruit_page .recruit_top .left .photo img {
          position: relative;
          z-index: 12; }
        .recruit_page .recruit_top .left .photo::before {
          content: "";
          position: absolute;
          z-index: 10;
          background: #f7f9fa;
          width: 100%;
          height: 100%;
          left: -20px;
          bottom: -20px; }
          @media only screen and (max-width: 768px) {
            .recruit_page .recruit_top .left .photo::before {
              left: -20px;
              bottom: -20px;
              opacity: 0.6; } }
    .recruit_page .recruit_top .right {
      width: 53%;
      margin: 0; }
      @media only screen and (max-width: 768px) {
        .recruit_page .recruit_top .right {
          width: 100%;
          margin: 30px auto 0;
          padding: 0 10px; } }
      .recruit_page .recruit_top .right .section_lead {
        margin: 0 0 30px;
        line-height: 2; }
        @media only screen and (max-width: 768px) {
          .recruit_page .recruit_top .right .section_lead {
            margin: 0 0 20px; } }
      .recruit_page .recruit_top .right .txt {
        margin: 0 0 20px;
        font-size: 15px; }
        @media only screen and (max-width: 1100px) {
          .recruit_page .recruit_top .right .txt {
            font-size: 13px; } }
        @media only screen and (max-width: 768px) {
          .recruit_page .recruit_top .right .txt {
            margin: 0 0 10px;
            font-size: 14px; } }
      .recruit_page .recruit_top .right .sign {
        width: 250px;
        margin: 30px 0 0 auto; }
        @media only screen and (max-width: 768px) {
          .recruit_page .recruit_top .right .sign {
            width: 200px;
            margin: 20px 0 0 auto; } }
  .recruit_page .recruit_none {
    margin: 60px auto 30px; }
    .recruit_page .recruit_none p {
      text-align: center;
      font-size: 14px;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
      font-weight: bold;
      background: #f7f9fa;
      padding: 20px;
      border-radius: 16px; }
  .recruit_page .recruit_01 {
    background: #f7f9fa;
    width: 100%;
    position: relative;
    padding: 4% 0 16%;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .recruit_page .recruit_01 {
        padding: 11% 0 20%; } }
    .recruit_page .recruit_01 .section_ja {
      text-align: center;
      margin: 0 0 30px; }
    .recruit_page .recruit_01 .recruit_txt {
      text-align: center;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
      font-weight: bold;
      font-size: 15px;
      margin: 10px 0 0;
      line-height: 2; }
      @media screen and (max-width: 768px) {
        .recruit_page .recruit_01 .recruit_txt {
          font-size: 14px; } }
    .recruit_page .recruit_01 .memo {
      text-align: center;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
      font-size: 13px;
      margin: 10px 0 0;
      background: #f7f9fa;
      padding: 20px;
      border-radius: 16px; }
    .recruit_page .recruit_01 #recruit_01 {
      padding-top: 100px;
      margin-top: -100px;
      padding-bottom: 60px;
      margin-bottom: 0px; }
      @media screen and (max-width: 768px) {
        .recruit_page .recruit_01 #recruit_01 {
          margin-bottom: 0px;
          padding-top: 70px;
          margin-top: -70px; } }
      .recruit_page .recruit_01 #recruit_01 .service_inner {
        background: #ffffff;
        border-radius: 16px;
        padding: 50px 70px; }
        @media screen and (max-width: 768px) {
          .recruit_page .recruit_01 #recruit_01 .service_inner {
            padding: 30px 30px; } }
    .recruit_page .recruit_01 #recruit_02 {
      padding-top: 100px;
      margin-top: -100px;
      margin-bottom: 100px; }
      @media screen and (max-width: 768px) {
        .recruit_page .recruit_01 #recruit_02 {
          margin-bottom: 50px;
          padding-top: 70px;
          margin-top: -70px; } }
      .recruit_page .recruit_01 #recruit_02 .txt {
        text-align: left;
        margin: 40px 0 0; }
      .recruit_page .recruit_01 #recruit_02 .service_inner {
        background: #ffffff;
        border-radius: 16px;
        padding: 50px 70px; }
        @media screen and (max-width: 768px) {
          .recruit_page .recruit_01 #recruit_02 .service_inner {
            padding: 30px 30px; } }
    .recruit_page .recruit_01 #recruit_03 {
      padding-top: 100px;
      margin-top: -100px; }
      .recruit_page .recruit_01 #recruit_03 .txt {
        text-align: left;
        margin: 40px 0 0; }
      .recruit_page .recruit_01 #recruit_03 .service_inner {
        background: #ffffff;
        border-radius: 16px;
        padding: 50px 70px; }
        @media screen and (max-width: 768px) {
          .recruit_page .recruit_01 #recruit_03 .service_inner {
            padding: 30px 30px; } }
    .recruit_page .recruit_01 .section_txt {
      text-align: left;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
      font-weight: bold;
      margin: 0 0 40px; }
      .recruit_page .recruit_01 .section_txt span {
        font-size: 20px;
        font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
        font-weight: bold;
        position: relative;
        display: inline-block; }
        .recruit_page .recruit_01 .section_txt span::after {
          content: "";
          position: absolute;
          z-index: 1;
          background: #d5e48a;
          width: 100%;
          height: 6px;
          left: 0;
          bottom: -12px; }
  .recruit_page .recruit_select {
    margin: 30px 0 80px; }
    .recruit_page .recruit_select li {
      border: 1px solid #362627;
      padding: 20px 40px 20px 20px;
      text-align: center;
      font-size: 12px;
      width: 270px;
      margin: 0 10px;
      position: relative;
      letter-spacing: 1px;
      border-radius: 8px;
      background: #ffffff;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .recruit_page .recruit_select li {
          width: 100%;
          margin: 0 0 10px; } }
      .recruit_page .recruit_select li::after {
        content: "";
        position: absolute;
        right: 20px;
        width: 13px;
        height: 8px;
        top: 26px;
        background: url("../img/common/arrow_b.svg") no-repeat;
        background-size: contain;
        vertical-align: sub; }
      @media only screen and (min-width: 769px) {
        .recruit_page .recruit_select li:hover {
          background-color: #362627;
          color: #fff; } }
  .recruit_page dl {
    z-index: 10;
    position: relative;
    margin: 30px auto 20px; }
    @media screen and (max-width: 768px) {
      .recruit_page dl {
        width: 100%;
        margin: 26px 0 0; } }
    .recruit_page dl dd {
      width: 250px;
      background-color: #f7f9fa;
      margin: 0 10px 10px 0;
      padding: 30px 10px 30px 20px;
      font-size: 15px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .recruit_page dl dd {
          width: 100%;
          padding: 10px 14px;
          font-weight: bold;
          margin: 0;
          font-size: 14px; } }
    .recruit_page dl dt {
      width: calc(100% - 260px);
      margin: 0 0 10px 0;
      padding: 30px 10px 30px 20px;
      font-size: 15px;
      border: 1px solid #f7f9fa; }
      @media screen and (max-width: 768px) {
        .recruit_page dl dt {
          width: 100%;
          padding: 20px 10px;
          font-size: 14px; } }

/* ==========================================================================

	check_zone
	
========================================================================== */
.check_zone .control {
  display: block;
  position: relative;
  padding: 6px 0 0 30px;
  margin: 0;
  cursor: pointer;
  font-size: 13px;
  color: #000; }
.check_zone .control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
@media only screen and (max-width: 768px) {
  .check_zone .control {
    height: auto;
    margin: 0;
    padding: 6px 0 0 30px;
    font-size: 1.7rem !important; } }
.check_zone .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6; }
  @media only screen and (max-width: 768px) {
    .check_zone .control__indicator {
      top: 1px; } }
.check_zone .control--radio .control__indicator {
  border-radius: 50%; }
.check_zone .control:hover input ~ .control__indicator,
.check_zone .control input:focus ~ .control__indicator {
  background: #ccc; }
.check_zone .control input:checked ~ .control__indicator {
  background: #000; }
.check_zone .control:hover input:not([disabled]):checked .control__indicator,
.check_zone .control input:checked:focus .control__indicator {
  background: #0e647d; }
.check_zone .control input:disabled .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }
.check_zone .control__indicator:after {
  content: '';
  position: absolute;
  display: none; }
.check_zone .control input:checked ~ .control__indicator:after {
  display: block; }
.check_zone .control--checkbox .control__indicator:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }
.check_zone .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #fff; }
.check_zone .control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }
.check_zone .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

/* ==========================================================================

	共通情報入力部分
	
========================================================================== */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  box-sizing: border-box;
  font-size: 1.3rem;
  padding: 10px 15px;
  border-radius: 5px;
  border: 2px solid #d7d7d7;
  line-height: 180%;
  background: #ffffff;
  color: #6d7375;
  outline: none;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 1.3rem;
  font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N R", sans-serif !important;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="password"],
    select,
    textarea {
      padding: 15px 15px; } }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  background: #fff;
  border-color: #362627; }

input[type="submit"] {
  outline: none; }

::placeholder {
  color: #e5e5e5; }

.select_label {
  position: relative; }
  .select_label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 11px;
    height: 11px;
    margin: 0px 0px 2px 10px;
    background: url(../img/common/arrow_b.svg) no-repeat;
    background-size: contain;
    vertical-align: sub;
    top: 50%;
    right: 20px;
    margin-top: -3px; }

.select_half {
  width: calc(50% - 10px); }
  @media only screen and (max-width: 768px) {
    .select_half {
      width: calc(50% - 5px); } }

.select_all {
  width: 100%; }

.radio_btn input[type="radio"] {
  display: none; }

.radio_btn label {
  position: relative;
  display: block;
  padding: 5px 20px 3px 27px;
  cursor: pointer;
  font-size: 14px;
  line-height: 180%; }

.radio_btn label::before {
  position: absolute;
  content: '';
  top: 47%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear; }

.radio_btn input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 47%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background: #656c80;
  border-radius: 100%; }

input[type="radio"]:focus {
  outline: 0; }

.input_all {
  width: 100%; }

.input_half {
  width: calc(50% - 10px); }
  @media only screen and (max-width: 768px) {
    .input_half {
      width: calc(50% - 5px); } }

.control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #000000; }

.control:hover input:not([disabled]):checked .control__indicator,
.control input:checked:focus .control__indicator {
  background: #0e647d; }

.control input:disabled .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #fff; }

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

/* ==========================================================================

	contact
	
========================================================================== */
.contact_page {
  width: 100%;
  position: relative; }
  .contact_page .category_title_area {
    padding: 8% 0 11%; }
    @media only screen and (max-width: 768px) {
      .contact_page .category_title_area {
        padding: 14% 0 17%; } }
    .contact_page .category_title_area .page_title::before {
      content: "CONTACT"; }
    .contact_page .category_title_area .section_lead {
      text-align: center; }
    .contact_page .category_title_area .txt {
      text-align: center; }

#contact {
  padding: 3% 0 15%; }
  @media only screen and (max-width: 768px) {
    #contact {
      padding: 3% 0 20%; } }
  #contact .contact-list {
    width: 100%;
    position: relative;
    margin: 40px auto;
    /* セレクトボタン =========================*/ }
    @media only screen and (max-width: 768px) {
      #contact .contact-list {
        width: 100%;
        margin: 20px auto 0; } }
    #contact .contact-list li {
      width: 100%;
      margin: 0 0 20px; }
    #contact .contact-list__left {
      width: 300px;
      padding: 20px 15px;
      position: relative;
      background: #f7f9fa;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif; }
      @media only screen and (max-width: 768px) {
        #contact .contact-list__left {
          width: 100%;
          padding: 10px 15px; } }
      #contact .contact-list__left .txt {
        font-size: 13px;
        letter-spacing: 1px; }
        @media only screen and (max-width: 768px) {
          #contact .contact-list__left .txt {
            font-size: 16px; } }
    #contact .contact-list__right {
      width: calc(100% - 300px);
      padding: 20px 15px;
      font-size: 13px; }
      @media only screen and (max-width: 768px) {
        #contact .contact-list__right {
          width: 100%;
          padding: 12px 2px 20px;
          font-size: 16px; } }
      #contact .contact-list__right * {
        font-size: 13px; }
        @media only screen and (max-width: 768px) {
          #contact .contact-list__right * {
            font-size: 16px; } }
      #contact .contact-list__right .txt_box {
        margin: 5px 0 0 2px;
        opacity: 0.6;
        font-size: 11px; }
    #contact .contact-list .required {
      position: relative;
      display: inline-block; }
      #contact .contact-list .required::after {
        content: "*";
        position: absolute;
        z-index: 10;
        color: #DD1B73;
        width: 100%;
        font-size: 14px;
        margin: 0 0 0 5px;
        top: 0; }
        @media only screen and (max-width: 768px) {
          #contact .contact-list .required::after {
            bottom: -20px; } }
    #contact .contact-list .error_box {
      margin: 10px 0 0 0; }
      #contact .contact-list .error_box .error_txt {
        color: #DD1B73;
        font-size: 11px;
        font-weight: bold;
        font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif; }
        @media only screen and (max-width: 768px) {
          #contact .contact-list .error_box .error_txt {
            font-size: 12px; } }
    #contact .contact-list .select_label {
      position: relative;
      display: inline-block;
      border: 2px solid #d7d7d7;
      border-radius: 5px;
      background: #fff;
      margin: 0 5px 0 0; }
    #contact .contact-list .select_lap {
      width: 100%;
      height: 43px; }
      @media only screen and (max-width: 768px) {
        #contact .contact-list .select_lap {
          height: 42px; } }
    #contact .contact-list select {
      cursor: pointer;
      position: relative;
      -webkit-appearance: none;
      appearance: none;
      display: block;
      padding: 0.35em 10px;
      color: #595757;
      border: none;
      border-radius: 5px;
      background: transparent; }
  #contact .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999; }
  #contact .modal__bg {
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    position: absolute;
    width: 100%; }
  #contact .modal__content {
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    background-color: #F7F7F7;
    border-radius: 10px;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px; }
    @media only screen and (max-width: 768px) {
      #contact .modal__content {
        width: calc(100% - 20px); } }
    #contact .modal__content .title {
      font-size: 17px;
      font-weight: bold;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
      margin: 0 0 15px; }
    #contact .modal__content .txt {
      line-height: 2;
      font-size: 13px; }
    #contact .modal__content .js-modal-close {
      margin: 30px auto 0;
      text-align: center;
      width: 80px;
      border: 1px solid #E0E0E0;
      padding: 10px 0; }
  #contact .contact_complete {
    width: 100%;
    position: relative;
    margin: 13% auto 10%;
    background: #fff;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      #contact .contact_complete {
        width: 100%;
        margin: 0 auto;
        padding: 80px 0 40px; } }
    #contact .contact_complete .txt {
      text-align: center;
      font-size: 1.7rem;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        #contact .contact_complete .txt {
          font-size: 20px; } }
    #contact .contact_complete .txt_2 {
      text-align: center;
      font-size: 1.2rem;
      letter-spacing: 1px;
      line-height: 2; }
      @media only screen and (max-width: 768px) {
        #contact .contact_complete .txt_2 {
          font-size: 13px;
          margin: 2rem 0 0 0; } }

#contact {
  /* 確認ボタン */
  /* 戻るボタン */ }
  #contact .contact_txt01 {
    text-align: center;
    font-size: 13px; }
    @media only screen and (max-width: 768px) {
      #contact .contact_txt01 {
        line-height: 2.5; } }
    #contact .contact_txt01 a {
      position: relative;
      font-weight: bold;
      font-family: "GillSansMTPro-Medium", "凸版文久ゴシック Pr6N DB", sans-serif;
      margin: 0 10px 0 0; }
      #contact .contact_txt01 a::after {
        height: 1px;
        left: 0;
        bottom: -5px;
        width: 100%;
        content: '';
        position: absolute;
        z-index: 1;
        background: #000; }
  #contact .contact_txt03 .control {
    display: block;
    position: relative;
    padding: 4px 0 0 30px;
    margin: 30px auto 30px;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    width: 205px; }
    @media only screen and (max-width: 768px) {
      #contact .contact_txt03 .control {
        font-size: 13px;
        width: 205px; } }
  #contact .contact_submit_area {
    width: 100%;
    margin: 70px auto 0; }
    @media only screen and (max-width: 768px) {
      #contact .contact_submit_area {
        width: 100%;
        margin: 0;
        padding: 0; } }
  #contact .form_input_box {
    width: 100%;
    margin: 0 3px; }
  #contact .submit_list_box {
    width: 100%;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      #contact .submit_list_box {
        width: 100%;
        margin: 40px 0 0;
        padding: 0; } }
    @media only screen and (max-width: 768px) {
      #contact .submit_list_box li {
        width: 100%;
        padding: 0;
        margin: 0 0 20px; } }
  #contact .submit_btn {
    text-align: center;
    margin: 0 auto;
    width: 280px; }
  #contact .submit {
    margin: 0 auto;
    position: relative;
    width: 280px; }
  #contact .submit {
    width: 280px;
    margin: 17px 0 0;
    background: #000;
    padding: 15px 0;
    font-size: 13px;
    border: 2px solid #000 !important;
    color: #fff;
    text-align: center;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all  1s;
    letter-spacing: 2px; }
    #contact .submit:focus {
      outline: 0; }
    @media only screen and (max-width: 768px) {
      #contact .submit {
        margin: 5rem 2px 0; } }
  #contact .submit_grey {
    width: 280px;
    margin: 17px 0 0;
    background: #cecece;
    padding: 15px 0;
    font-size: 13px;
    border: 1px solid #cecece !important;
    color: #fff;
    text-align: center;
    display: block;
    letter-spacing: 2px; }
    #contact .submit_grey:focus {
      outline: 0; }
    @media only screen and (max-width: 768px) {
      #contact .submit_grey {
        margin: 5rem 2px 0;
        width: 100%; } }
  @media screen and (min-width: 769px) {
    #contact .submit:hover, #contact .submit_confirm:hover {
      width: 280px;
      margin: 17px 0 0;
      background: #fff;
      padding: 15px 0;
      font-size: 13px;
      border: 2px solid #000 !important;
      color: #000;
      text-align: center;
      display: block;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all  1s; } }
  @media screen and (max-width: 768px) {
    #contact .submit, #contact .submit_confirm {
      width: calc(100% - 8px);
      margin: 0rem 2px 0;
      background: #362627;
      padding: 15px 0;
      font-size: 14px;
      letter-spacing: 2px;
      border: 2px solid #362627 !important;
      color: #fff;
      text-align: center;
      display: block;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all  1s;
      font-family: a-otf-gothic-bbb-pr6n, sans-serif; } }
  #contact .submit_back {
    width: 280px;
    margin: 17px 5px 0;
    background: #c9c9c9;
    padding: 15px 0;
    font-size: 13px;
    border: 2px solid #c9c9c9 !important;
    color: #fff;
    text-align: center;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all  1s;
    letter-spacing: 2px; }
    #contact .submit_back:focus {
      outline: 0; }
  @media screen and (min-width: 769px) {
    #contact .submit_back:hover {
      width: 280px;
      margin: 17px 5px 0;
      background: #fff;
      padding: 15px 0;
      font-size: 13px;
      border: 2px solid #c9c9c9 !important;
      color: #c9c9c9;
      text-align: center;
      display: block;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all  1s; } }
  @media screen and (max-width: 768px) {
    #contact .submit_back {
      width: calc(100% - 8px);
      margin: 0rem 2px 0;
      background: #c9c9c9;
      padding: 15px 0;
      font-size: 14px;
      letter-spacing: 2px;
      border: 2px solid #c9c9c9 !important;
      color: #fff;
      text-align: center;
      display: block;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all  1s;
      font-family: a-otf-gothic-bbb-pr6n, sans-serif; } }
