@charset "UTF-8";
@font-face {
  font-family: 'Noto Snas JP';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff"); }
.clearfix, .wrap_cont {
  zoom: 1; }
  .clearfix:after, .wrap_cont:after {
    display: block;
    content: "";
    clear: both; }

/* CSS Document */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

body {
  min-height: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 2em;
  font-weight: 400;
  /* normal */
  color: #3B3B3B;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 2px;
  /*font-feature-settings:"palt";*/
  background: #fff; }

/**********  ヘッダー  **********/
header {
  font-feature-settings: "palt"; }

.inner:after {
  content: "";
  clear: both;
  display: block; }

#top-head {
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  top: 0;
  position: fixed;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  z-index: 999;
  background: #fff; }
  @media screen and (max-width: 768px) {
    #top-head {
      height: 50px;
      top: 0;
      position: fixed;
      margin-top: 0; } }
  #top-head .inner {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      #top-head .inner {
        width: 100%;
        padding: 0; } }
  #top-head #normal-head {
    margin: 0;
    padding: 5px 10px 5px; }
    @media screen and (max-width: 768px) {
      #top-head #normal-head {
        position: absolute;
        top: -70px; } }
    #top-head #normal-head h1 {
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-weight: normal;
      line-height: 1em;
      text-align: left;
      color: #7D7D7D; }
  #top-head #mobile-head {
    height: 70px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #top-head #mobile-head {
        height: 50px;
        background: rgba(255, 255, 255, 0); } }
    #top-head #mobile-head .logo {
      width: auto;
      height: auto;
      margin: 0;
      padding: 10px;
      font-size: 1.75em;
      font-weight: bold;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 1230px) {
        #top-head #mobile-head .logo {
          max-width: 400px;
          position: relative;
          margin: 0 auto; } }
      #top-head #mobile-head .logo img {
        width: auto;
        height: auto;
        max-height: 40px;
        display: block;
        margin: 0 auto; }
        @media screen and (max-width: 1230px) {
          #top-head #mobile-head .logo img {
            width: inherit; } }
        @media screen and (max-width: 768px) {
          #top-head #mobile-head .logo img {
            width: 240px;
            margin: 0; } }
      #top-head #mobile-head .logo a:link {
        color: #7D7D7D; }
      #top-head #mobile-head .logo a:active {
        color: #7D7D7D; }
      #top-head #mobile-head .logo a:visited {
        color: #7D7D7D; }
      #top-head #mobile-head .logo a:hover {
        color: #7D7D7D;
        background: none; }
    #top-head #mobile-head address.header-address {
      width: auto;
      max-width: 200px;
      height: auto;
      margin: 0;
      padding: 10px 5px;
      text-align: right;
      position: absolute;
      right: 0;
      bottom: 0; }
      @media screen and (max-width: 768px) {
        #top-head #mobile-head address.header-address {
          display: none; } }
      #top-head #mobile-head address.header-address a:link {
        color: #7D7D7D; }
      #top-head #mobile-head address.header-address a:active {
        color: #7D7D7D; }
      #top-head #mobile-head address.header-address a:visited {
        color: #7D7D7D; }
      #top-head #mobile-head address.header-address a:hover {
        color: #7D7D7D;
        background: #fff; }
      #top-head #mobile-head address.header-address .tel-number {
        font-size: 1.3em;
        line-height: 1.2em;
        margin: 0;
        padding: 0; }
      #top-head #mobile-head address.header-address .uketsuke {
        color: #7D7D7D;
        font-size: 0.7em;
        line-height: 1.2em;
        margin: 0;
        padding: 0; }

/*-- Fixed --*/
#top-head.fixed1234 {
  display: block;
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 70px;
  background: white; }
  @media screen and (max-width: 768px) {
    #top-head.fixed1234 {
      padding-top: 0;
      background: transparent; } }
  #top-head.fixed1234 .logo {
    max-height: 70px; }
  #top-head.fixed1234 #normal-head {
    position: absolute;
    top: -70px; }

/*-- Toggle Button --*/
#nav-toggle {
  display: none;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 1000; }
  #nav-toggle::after {
    content: "menu";
    width: 34px;
    font-size: 11px;
    text-align: center;
    color: #7D7D7D;
    display: block;
    position: absolute;
    bottom: 0; }
  @media screen and (max-width: 768px) {
    #nav-toggle {
      display: block; }
      .open #nav-toggle span {
        background: #fff; }
        .open #nav-toggle span:nth-child(1) {
          top: 11px;
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          transform: rotate(135deg); }
        .open #nav-toggle span:nth-child(2) {
          width: 0;
          left: 50%; }
        .open #nav-toggle span:nth-child(3) {
          top: 11px;
          -webkit-transform: rotate(-135deg);
          -moz-transform: rotate(-135deg);
          transform: rotate(-135deg); } }
  #nav-toggle div {
    position: relative; }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #7D7D7D;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      top: 11px; }
    #nav-toggle span:nth-child(3) {
      top: 22px; }

/********** グローバルメニュー **********/
#global-nav {
  width: auto;
  height: 30px;
  font-feature-settings: normal;
  position: absolute;
  bottom: 10px;
  right: 0; }
  @media screen and (max-width: 1230px) {
    #global-nav {
      width: 100%;
      height: 35px;
      bottom: -30px;
      right: 0;
      background: white;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out; } }
  @media screen and (max-width: 768px) {
    #global-nav {
      position: absolute;
      top: 0;
      left: inherit;
      right: -80vw;
      bottom: inherit;
      background: rgba(16, 5, 9, 0.9);
      width: 80vw;
      height: 100vh;
      max-height: 100vh;
      padding-top: 70px;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      overflow: scroll; }
      .fixed #global-nav {
        height: 100vh;
        background: rgba(16, 5, 9, 0.9); }
      .open #global-nav {
        -moz-transform: translateX(-80vw);
        -webkit-transform: translateX(-80vw);
        transform: translateX(-80vw); } }
  #global-nav .g-nav ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media screen and (max-width: 1230px) {
      #global-nav .g-nav ul {
        justify-content: space-around; } }
    @media screen and (max-width: 768px) {
      #global-nav .g-nav ul {
        flex-wrap: wrap; } }
    #global-nav .g-nav ul li {
      width: auto;
      height: 30px;
      margin: 0;
      padding: 0;
      font-size: 15px;
      text-indent: 0;
      text-align: center;
      line-height: 30px;
      list-style: none;
      display: block;
      vertical-align: middle;
      position: relative; }
      #global-nav .g-nav ul li.nav-contact a {
        background: #24B893;
        border: solid 1px #24B893;
        border-radius: 10px;
        box-sizing: border-box;
        line-height: 1.5; }
        #global-nav .g-nav ul li.nav-contact a:link {
          color: #f9f9f9; }
        #global-nav .g-nav ul li.nav-contact a:visited {
          color: #f9f9f9; }
        #global-nav .g-nav ul li.nav-contact a:hover {
          color: #24B893;
          background: #f9f9f9;
          border: solid 1px #24B893; }
        @media screen and (max-width: 1230px) {
          #global-nav .g-nav ul li.nav-contact a {
            padding: 0 10px; } }
        @media screen and (max-width: 768px) {
          #global-nav .g-nav ul li.nav-contact a {
            border: none;
            border-radius: 0;
            line-height: 4em; }
            #global-nav .g-nav ul li.nav-contact a:link {
              color: #fff; }
            #global-nav .g-nav ul li.nav-contact a:visited {
              color: #fff; }
            #global-nav .g-nav ul li.nav-contact a:hover {
              color: #fff; } }
      #global-nav .g-nav ul li.nav-partner a {
        width: 184px;
        display: inline;
        background: #333;
        border: solid 2px #333;
        border-radius: 4px;
        box-sizing: border-box;
        position: absolute;
        top: -35px;
        right: -184px;
        font-size: 11px;
        line-height: 1.2;
                    /*-
					@include mq(xl) {
						width: auto;
						display: block;
						line-height: $gnav-h;
						position:relative;
						top:inherit;
						right:inherit;
					}
                    -*/ }
        #global-nav .g-nav ul li.nav-partner a:link {
          color: #f9f9f9; }
        #global-nav .g-nav ul li.nav-partner a:visited {
          color: #f9f9f9; }
        #global-nav .g-nav ul li.nav-partner a:hover {
          color: #E75E9D;
          background: #f9f9f9;
          border: solid 2px #E75E9D; }
        @media screen and (max-width: 768px) {
          #global-nav .g-nav ul li.nav-partner a {
            width: 100%;
            font-size: 15px;
            line-height: 30px;
            text-decoration: none;
            display: none;
            position: relative;
            top: inherit;
            right: inherit;
            border: none;
            border-radius: 0; }
            #global-nav .g-nav ul li.nav-partner a:link {
              color: #fff; }
            #global-nav .g-nav ul li.nav-partner a:visited {
              color: #fff; }
            #global-nav .g-nav ul li.nav-partner a:hover {
              color: #fff; } }
      #global-nav .g-nav ul li .mn_u_line {
        border-bottom: solid 2px #24B893;
        transition: 0.3s; }
      @media screen and (max-width: 1230px) {
        #global-nav .g-nav ul li {
          flex-basis: auto; } }
      @media screen and (max-width: 768px) {
        #global-nav .g-nav ul li {
          color: #fff;
          width: 100%;
          height: 4em;
          flex-basis: 100%;
          text-align: left;
          text-indent: 20px;
          border-left: none;
          border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
          #global-nav .g-nav ul li:last-of-type {
            border-bottom: none; } }
      #global-nav .g-nav ul li.homepage {
        display: none; }
        @media screen and (max-width: 768px) {
          #global-nav .g-nav ul li.homepage {
            height: 4em;
            display: block;
            display: block;
            color: #7D7D7D; } }
      #global-nav .g-nav ul li.nav-call_rescue {
        display: none; }
        @media screen and (max-width: 768px) {
          #global-nav .g-nav ul li.nav-call_rescue {
            height: 4em;
            display: block;
            color: #333;
            background: #ed4b00;
            position: relative;
            padding-top: 10px; } }
        #global-nav .g-nav ul li.nav-call_rescue .mn_u_line_rescue {
          border-bottom: solid 2px #e6a312; }
        #global-nav .g-nav ul li.nav-call_rescue .call_rescue_name {
          display: none; }
          @media screen and (max-width: 768px) {
            #global-nav .g-nav ul li.nav-call_rescue .call_rescue_name {
              display: block;
              font-size: 0.8em;
              position: absolute;
              top: -1.2em; } }
      #global-nav .g-nav ul li.nav-call {
        display: none; }
        @media screen and (max-width: 768px) {
          #global-nav .g-nav ul li.nav-call {
            height: 4em;
            display: block;
            color: #7D7D7D;
            background: #D70051; } }
      #global-nav .g-nav ul li a {
        width: 100%;
        height: 30px;
        display: block;
        margin: 0;
        padding: 0 20px; }
        #global-nav .g-nav ul li a:link {
          color: #7D7D7D; }
        #global-nav .g-nav ul li a:active {
          color: #7D7D7D; }
        #global-nav .g-nav ul li a:visited {
          color: #7D7D7D; }
        #global-nav .g-nav ul li a:hover {
          color: #7D7D7D;
          background: #fff; }
          #global-nav .g-nav ul li a:hover .mn_u_line {
            border-bottom: solid 2px #FD076A; }
        @media screen and (max-width: 1230px) {
          #global-nav .g-nav ul li a {
            padding: 0; } }
        @media screen and (max-width: 768px) {
          #global-nav .g-nav ul li a {
            height: 4em;
            line-height: 4em; }
            #global-nav .g-nav ul li a:link {
              color: #fff; }
            #global-nav .g-nav ul li a:active {
              color: #fff; }
            #global-nav .g-nav ul li a:visited {
              color: #fff; }
            #global-nav .g-nav ul li a:hover {
              color: #fff;
              background: #c6c6c6; } }
      #global-nav .g-nav ul li.nest-menu {
        height: 30px;
        padding: 0 20px;
        color: #7D7D7D;
        cursor: pointer; }
        #global-nav .g-nav ul li.nest-menu .nest-title {
          position: relative; }
          #global-nav .g-nav ul li.nest-menu .nest-title:after {
            content: "";
            display: inline-block;
            position: relative;
            top: -3.75px;
            left: 0;
            width: 7.5px;
            height: 7.5px;
            margin: 0 0 0 0.5em;
            border-right: 2px solid #f9f9f9;
            border-bottom: 2px solid #f9f9f9;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
        #global-nav .g-nav ul li.nest-menu:hover {
          background: #fff; }
          @media screen and (max-width: 768px) {
            #global-nav .g-nav ul li.nest-menu:hover {
              background: none; } }
        @media screen and (max-width: 1230px) {
          #global-nav .g-nav ul li.nest-menu {
            padding: 0; } }
        @media screen and (max-width: 768px) {
          #global-nav .g-nav ul li.nest-menu {
            width: 100%;
            height: auto;
            min-height: 4em;
            padding: 0;
            text-indent: 20px;
            line-height: 4em;
            display: block;
            color: #fff; } }
        #global-nav .g-nav ul li.nest-menu ul {
          display: none;
          -webkit-animation: nest-open-anime 0.2s linear 0s;
          -o-animation: nest-open-anime 0.2s linear 0s;
          animation: nest-open-anime 0.2s linear 0s; }
          @media screen and (max-width: 768px) {
            #global-nav .g-nav ul li.nest-menu ul {
              -webkit-animation: nest-open-anime 0.4s linear 0s;
              -o-animation: nest-open-anime 0.4s linear 0s;
              animation: nest-open-anime 0.4s linear 0s; } }
        #global-nav .g-nav ul li.nest-menu.next-open {
          position: static; }
          #global-nav .g-nav ul li.nest-menu.next-open .nest-title {
            position: relative; }
            #global-nav .g-nav ul li.nest-menu.next-open .nest-title:after {
              content: "";
              display: inline-block;
              position: relative;
              top: 0;
              left: 0;
              width: 7.5px;
              height: 7.5px;
              margin: 0 0 0 0.5em;
              border-left: 2px solid #f9f9f9;
              border-top: 2px solid #f9f9f9;
              border-right: none;
              border-bottom: none;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
          #global-nav .g-nav ul li.nest-menu.next-open ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            padding: 20px 10px;
            position: absolute;
            top: 29px;
            left: 0;
            width: 100%;
            max-width: none;
            background: rgba(249, 249, 249, 0.2);
            -webkit-animation: nest-open-anime 0.2s linear 0s;
            -o-animation: nest-open-anime 0.2s linear 0s;
            animation: nest-open-anime 0.2s linear 0s; }
            @media screen and (max-width: 768px) {
              #global-nav .g-nav ul li.nest-menu.next-open ul {
                display: block;
                padding: 0 20px;
                position: relative;
                width: 100%;
                top: 0;
                left: 0;
                background: #606060;
                box-shadow: none;
                -webkit-animation: nest-open-anime 0.4s linear 0s;
                -o-animation: nest-open-anime 0.4s linear 0s;
                animation: nest-open-anime 0.4s linear 0s;
                z-index: 1002; } }
            .fixed #global-nav .g-nav ul li.nest-menu.next-open ul {
              background: rgba(249, 249, 249, 0.2); }
              @media screen and (max-width: 768px) {
                .fixed #global-nav .g-nav ul li.nest-menu.next-open ul {
                  background: #606060; } }
            #global-nav .g-nav ul li.nest-menu.next-open ul li {
              border-left: none;
              width: auto;
              height: auto;
              margin: 0;
              padding: 0;
              text-indent: 0;
              text-align: left;
              line-height: 1.5em;
              display: block;
              flex-basis: auto; }
              @media screen and (max-width: 768px) {
                #global-nav .g-nav ul li.nest-menu.next-open ul li {
                  width: 100%;
                  height: auto;
                  margin: 0;
                  padding: 0;
                  text-indent: 0;
                  line-height: 1em;
                  flex-basis: auto;
                  display: block; } }
              #global-nav .g-nav ul li.nest-menu.next-open ul li a {
                margin: 0;
                padding: 0; }

@keyframes nest-open-anime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/**********  個別テンプレートデザイン  **********/
rp, rt {
  font-size: 0.3em; }

h2 rp, h2 rt {
  font-size: 0.3em; }

.mq-inline {
  display: block; }
  @media screen and (max-width: 1024px) {
    .mq-inline {
      display: inline; } }

.mq-block {
  display: inline; }
  @media screen and (max-width: 768px) {
    .mq-block {
      display: block; } }

a[id] {
  margin-top: -65px;
  padding-top: 65px; }
  @media screen and (max-width: 768px) {
    a[id] {
      margin-top: -32px;
      padding-top: 32px; } }

.pattern {
  background: rgba(0, 0, 0, 0.2);
  background-image: radial-gradient(#444 20%, transparent 0), radial-gradient(#444 20%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 4px 4px; }

.header_logo {
  width: 100%;
  padding: 10px 0; }
  .header_logo img {
    width: 100%;
    max-width: 227px;
    margin: 0 auto;
    display: block; }

.main_image {
  width: 100%;
  height: 623px;
  background: url("../images/main_image_bg@2x.webp") top no-repeat;
  background-size: cover;
  position: relative; }
  .main_image h1.main_title {
    width: 100%;
    max-width: 328px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 44.5%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    .main_image h1.main_title img {
      width: 100%;
      display: block; }
  .main_image .kanzen_muryou {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 26%;
    left: 50%;
    transform: translateX(-50%); }
  .main_image .kanzen_muryou_description {
    width: 100%;
    max-width: 288px;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%); }
  .main_image .fixed_touroku_btn {
    width: 80px;
    height: 90px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: +10; }

.beforeafter {
  padding: 0 0 50px;
  background: #FBF9F5; }

.beforeafter_title img {
  position: relative;
  z-index: +1; }

.beforeafter_image_photo {
  display: block;
  margin: -60px auto 20px; }

.beforeafter_example_container {
  width: 100%;
  max-width: 340px;
  height: auto;
  margin: 0 auto 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .beforeafter_example_container h3 {
    margin: 0;
    padding: 0;
    display: block; }
  .beforeafter_example_container .beforeafter_example {
    width: 100%;
    padding: 14px 20px 0; }
    .beforeafter_example_container .beforeafter_example .zangyo {
      margin-bottom: 10px; }
    .beforeafter_example_container .beforeafter_example p {
      padding: 0;
      letter-spacing: .05em; }

.job_example_container {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }
  .job_example_container .job_examples {
    width: 30%;
    display: block; }
    .job_example_container .job_examples h3 {
      font-size: 12px;
      font-weight: normal;
      text-align: center;
      vertical-align: bottom;
      color: #3b3b3b; }
    .job_example_container .job_examples img {
      width: 100%;
      display: block; }
      .job_example_container .job_examples img.jobex_others {
        max-width: 100px;
        margin: 0 auto; }

.line_container {
  border: solid 3px #00B900;
  margin-bottom: 40px; }
  .line_container .line_title {
    margin: 0;
    padding: 0 10px 0 0;
    border-bottom: solid 3px #00B900;
    position: relative; }
    .line_container .line_title::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #00B900; }
  .line_container .line_contents {
    padding: 15px 15px 30px; }
    .line_container .line_contents p {
      font-size: 15px; }
    .line_container .line_contents .line_cap_container {
      width: 100%;
      height: auto;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .line_container .line_contents .line_cap_container li {
        width: 30%;
        height: auto;
        display: block; }
        .line_container .line_contents .line_cap_container li img {
          width: 100%;
          height: auto;
          display: block; }
    .line_container .line_contents .line_add_comment {
      max-width: 294px;
      margin: 50px auto 10px;
      display: block; }

.sakutto_container {
  border: solid 3px #E85360;
  margin-bottom: 40px; }
  .sakutto_container .sakutto_title {
    margin: 0;
    padding: 10px;
    border-bottom: solid 3px #E85360;
    position: relative; }
    .sakutto_container .sakutto_title::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #E85360; }
  .sakutto_container .sakutto_contents {
    padding: 15px 15px 30px; }
    .sakutto_container .sakutto_contents p {
      font-size: 15px; }
    .sakutto_container .sakutto_contents .sakutto_add_comment {
      max-width: 294px;
      margin: 50px auto 10px;
      display: block; }

.reason_title {
  width: 100%;
  min-height: 287px;
  margin-top: 40px;
  display: block;
  background: url("../images/reason_title_bg@2x.png") top no-repeat;
  background-size: cover; }
  .reason_title h2 {
    width: 100%;
    max-width: 313px;
    margin: 0 auto 0;
    padding: 20px 0 0;
    display: block; }

.reason_container {
  width: 100%;
  max-width: 340px;
  margin: 0 auto 70px;
  padding: 15px;
  border: solid 5px #F9F6EF;
  position: relative; }
  .reason_container .reason_num {
    width: 100%;
    max-width: 154px;
    transform: translateY(-20px) translateX(-50%);
    top: 0;
    left: 50%;
    position: absolute; }
    .reason_container .reason_num img {
      width: 100%;
      display: block; }

.intro_exmaple {
  width: 100%;
  margin: 150px 0 0;
  padding: 100px 0 10px;
  background: #FBF9F5;
  position: relative; }
  .intro_exmaple .intro_exmaple_title {
    width: 100%;
    max-width: 234px;
    transform: translateY(-150px) translateX(-50%);
    top: 0;
    left: 50%;
    position: absolute; }
    .intro_exmaple .intro_exmaple_title img {
      width: 100%; }
  .intro_exmaple .intro_exmaple_container {
    width: 100%;
    max-width: 340px;
    padding: 0 15px 15px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .intro_exmaple .intro_exmaple_container h3 {
      width: 100%;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.75;
      margin-bottom: 20px;
      padding: 10px;
      color: #fff;
      text-align: center;
      background: #EE4D5B; }
    .intro_exmaple .intro_exmaple_container .intro_ex_seisyain {
      width: 100%;
      display: block;
      font-size: 18px;
      font-weight: 600;
      color: #BB9A69;
      text-align: center;
      display: block;
      margin: 10px 0;
      padding: 10px;
      border: solid 1px #D5C29B; }
    .intro_exmaple .intro_exmaple_container .intro_ex_nensyu {
      font-size: 16px;
      font-weight: bold;
      display: block;
      padding: 10px 2px;
      border-bottom: solid 1px #CBCBCB; }
    .intro_exmaple .intro_exmaple_container .intro_ex_zangyo {
      font-size: 16px;
      font-weight: bold;
      display: block;
      padding: 0;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .intro_exmaple .intro_exmaple_container .intro_ex_zangyo .zangyo {
        text-align: left;
        min-width: 150px;
        padding: 10px 2px;
        display: block;
        border-bottom: solid 1px #CBCBCB; }
      .intro_exmaple .intro_exmaple_container .intro_ex_zangyo .kyuujitu {
        text-align: left;
        min-width: 150px;
        padding: 10px 2px;
        display: block;
        border-bottom: solid 1px #CBCBCB; }
    .intro_exmaple .intro_exmaple_container .intro_ex_point {
      display: block;
      padding: 20px 2px; }
      .intro_exmaple .intro_exmaple_container .intro_ex_point ul li {
        font-size: 16px;
        font-weight: bold; }
        .intro_exmaple .intro_exmaple_container .intro_ex_point ul li::before {
          content: "●";
          font-size: 10px;
          margin-right: 5px;
          color: #E3D0A9;
          display: inline-block; }
        .intro_exmaple .intro_exmaple_container .intro_ex_point ul li:last-of-type {
          font-size: 14px; }
    .intro_exmaple .intro_exmaple_container .intro_ex_about {
      font-size: 15px;
      width: 100%;
      display: block;
      position: relative; }
      .intro_exmaple .intro_exmaple_container .intro_ex_about::before {
        content: "仕事内容";
        font-size: 16px;
        font-weight: bold;
        display: block; }
      .intro_exmaple .intro_exmaple_container .intro_ex_about::after {
        content: " ";
        width: 216px;
        border-top: solid 1px #CBCBCB;
        position: absolute;
        top: 16px;
        right: 0; }

.intro_dokusen {
  width: 100%;
  padding: 20px; }

.touroku_btn_bg {
  width: 100%;
  max-width: 375px;
  max-height: 140px;
  padding: 15px;
  background: linear-gradient(#ee7764 0%, #e43242 100%); }
  .touroku_btn_bg p {
    font-size: 15px;
    letter-spacing: 1px !important;
    color: #fff;
    margin: 0 0 10px;
    padding: 0; }
  .touroku_btn_bg a {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    display: block; }
  .touroku_btn_bg img {
    width: 100%;
    display: block; }

.flow_title {
  width: 100%;
  min-height: 227px;
  padding-top: 70px;
  display: block;
  background: url("../images/flow_title_bg@2x.png") top no-repeat;
  background-size: cover; }
  .flow_title h2 {
    width: 100%;
    max-width: 192px;
    margin: 0 auto;
    display: block; }

.flow_container {
  width: 100%;
  margin: 20px auto; }
  .flow_container .flow_contents {
    width: 100%;
    max-width: 338px;
    margin: 40px auto 60px;
    padding: 0 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    border: solid 2px #FB8992;
    border-radius: 9px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .flow_container .flow_contents::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #F3404F; }
    .flow_container .flow_contents:last-of-type::after {
      content: "";
      display: none; }
    .flow_container .flow_contents .step_title {
      width: 100%;
      display: block; }
      .flow_container .flow_contents .step_title h3 {
        margin: 20px 0;
        padding: 0;
        font-size: 19px;
        text-align: center;
        color: #EB4B59; }
    .flow_container .flow_contents .step_image {
      width: 100%;
      max-width: 86px;
      display: block; }
      .flow_container .flow_contents .step_image img.flow_image {
        width: 100%;
        display: block; }
    .flow_container .flow_contents .step_comment {
      display: block;
      flex: 1;
      padding-left: 20px; }
      .flow_container .flow_contents .step_comment p {
        font-size: 12px;
        line-height: 1.75;
        display: block; }
  .flow_container .step01::before {
    content: " ";
    width: 75px;
    height: 25px;
    display: block;
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -38px;
    background: url("../images/icon_step01@2x.png") top no-repeat;
    background-size: cover;
    z-index: +1; }
  .flow_container .step02::before {
    content: " ";
    width: 75px;
    height: 25px;
    display: block;
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -38px;
    background: url("../images/icon_step02@2x.png") top no-repeat;
    background-size: cover;
    z-index: +1; }
  .flow_container .step03::before {
    content: " ";
    width: 75px;
    height: 25px;
    display: block;
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -38px;
    background: url("../images/icon_step03@2x.png") top no-repeat;
    background-size: cover;
    z-index: +1; }
  .flow_container .step04::before {
    content: " ";
    width: 75px;
    height: 25px;
    display: block;
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -38px;
    background: url("../images/icon_step04@2x.png") top no-repeat;
    background-size: cover;
    z-index: +1; }
  .flow_container .step05::before {
    content: " ";
    width: 64px;
    height: 22px;
    display: block;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -31px;
    background: url("../images/icon_step05@2x.png") top no-repeat;
    background-size: cover;
    z-index: +1; }

.kantantouroku_title {
  width: 100%;
  min-height: 227px;
  margin-top: 80px;
  display: block;
  position: relative;
  background: url("../images/kantantouroku_title_bg@2x.png") top no-repeat;
  background-size: cover; }
  .kantantouroku_title h2 {
    width: 100%;
    max-width: 264px;
    margin: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-65%) translateX(-50%); }
    .kantantouroku_title h2 img {
      width: 100%; }

.kantantouroku_form {
  /*-
  .form_submit { width:310px; height:66px; margin: 0 auto 20px; display: block; border-radius: 33px;
      background: url("../images/touroku_btn_bg@2x.png") top center no-repeat;
      background-size: 100%;
      input { width:310px; height:66px; margin: 0; padding: 0; display: block; color: #000; font-size: 19px; font-weight: bold; background-color: inherit!important;}
  }-*/ }
  .kantantouroku_form dl {
    background: #FFFDF8; }
    .kantantouroku_form dl dt {
      font-size: 16px;
      font-weight: bold;
      padding: 10px 10px 10px 30px;
      color: #fff;
      background: #606060;
      position: relative; }
      .kantantouroku_form dl dt .hissu::after {
        content: "";
        width: 49px;
        height: 26px;
        margin-left: 10px;
        display: inline-block;
        background: url("../images/icon_hissu@2x.png") top no-repeat;
        background-size: cover;
        transform: translateY(6px); }
    .kantantouroku_form dl dd {
      padding: 20px 30px; }
      .kantantouroku_form dl dd input, .kantantouroku_form dl dd select, .kantantouroku_form dl dd textarea {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16); }
  .kantantouroku_form .form_submit {
    width: 350px;
    height: 66px;
    margin: 0 auto 20px;
    display: block;
    border-radius: 33px;
    background: url("../add_images/touroku_btn_bg@2x.png") top center no-repeat;
    background-size: 100%; }
    .kantantouroku_form .form_submit input {
      width: 350px;
      height: 66px;
      margin: 0;
      padding: 0;
      display: block;
      color: #000;
      font-size: 19px;
      letter-spacing: 2px;
      font-weight: bold;
      background-color: inherit !important; }

.thanks {
  padding: 50px 0 0;
  background: #FEFBF6; }
  .thanks p {
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px; }
  .thanks .thanks_line_container {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 50px;
    padding: 15px;
    border: solid 2px #00B900;
    border-radius: 10px; }
    .thanks .thanks_line_container .thanks_line_add {
      width: 100%;
      max-width: 280px;
      margin: 0 auto 10px;
      display: block; }
  .thanks .thanks_photo {
    width: 100%;
    max-width: 210px;
    margin: 0 auto 0;
    display: block; }

/**********  フッター  **********/
footer {
  padding: 50px 10px 80px;
  position: relative;
  z-index: -1px;
  font-size: 13px;
  text-align: center;
  background: #fff; }
  footer p {
    margin: 0;
    padding: 0; }
  footer .footer_tel {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: bold; }
    footer .footer_tel span {
      font-size: 14px;
      display: block; }
  footer .footer_logo {
    width: auto;
    max-width: 284px;
    height: auto;
    margin: 0 auto 20px;
    display: block; }
    footer .footer_logo img {
      width: 100%;
      height: auto; }

/**********  コピーライト  **********/
.copyright {
  width: 100%;
  height: auto;
  margin: 50px 0 0;
  padding: 20px 10px;
  background: #E5414D;
  display: table; }
  .copyright p {
    color: #fff;
    font-size: 11px;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }

/**********  フッターシール  **********/
.seal_container {
  width: 130px;
  height: auto;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px; }
  @media screen and (max-width: 768px) {
    .seal_container {
      width: 100%;
      max-width: 320px;
      margin: 0 auto;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-around;
      position: relative;
      top: inherit;
      right: inherit; } }
  .seal_container a:hover {
    background: none; }

.seal_ssl {
  width: 125px;
  height: auto;
  display: block;
  margin: 0 auto; }

.seal_sa {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto; }
  .seal_sa img {
    width: 100%;
    height: 90px; }

address {
  font-style: normal; }

/**********  入力フォーム  **********/
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px; }

/**********  リンク色  **********/
a {
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  a:link {
    color: #333; }
  a:visited {
    color: #333; }
  a:active {
    color: #333; }
  a:hover {
    color: #fff;
    background: #E75E9D; }

/**********  画像  **********/
img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

/**********  p・h　フォント設定**********/
/**********  font  **********/
p {
  margin-bottom: 2em; }

strong {
  color: #D70051; }

h1, h2, h3, h4, h5 {
  font-feature-settings: "palt"; }

h1 {
  color: #fff;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 1em 0 0.5em;
  padding: 0.5em 0; }

h2 {
  color: #fff;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0.5em 0;
    /*-
	border-top: solid 1px;
	border-bottom: solid 1px;
    -*/ }
  @media screen and (max-width: 568px) {
    h2 {
      font-size: 1.2em; } }

h3 {
  color: #fff;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 2em 0 0.5em;
  padding: 0; }
  @media screen and (max-width: 568px) {
    h3 {
      font-size: 1em; } }
  h3 ruby rt {
    font-size: 0.3em;
    line-height: 1;
    margin-bottom: -1.25em; }

h4 {
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 1em 0 0;
  padding: 0;
  border-bottom: dotted 1px; }

h5 {
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: normal;
  margin: 1em 0 0;
  padding: 0; }

/**********  デコレーション  **********/
.u_line {
  text-decoration: underline; }

.o_line {
  text-decoration: overline; }

.through_line {
  text-decoration: line-through; }

/**********  フォントカラー  **********/
.fc_red {
  color: #DF3447; }

.fc_blue {
  color: #0069A3; }

.fc_yellow {
  color: #FFA822; }

.fc_gray {
  color: #666; }

.fc_white {
  color: #fff; }

.fc_marker {
  background: linear-gradient(transparent 70%, #ffa235 70%); }

/********** フォントサイズ   **********/
.fw_bold {
  font-weight: 900; }

.fs_04 {
  font-size: 0.4em;
  line-height: 1.5em; }

.fs_05 {
  font-size: 0.5em;
  line-height: 1.5em; }

.fs_06 {
  font-size: 0.6em;
  line-height: 1.5em; }

.fs_07 {
  font-size: 0.7em;
  line-height: 1.5em; }

.fs_08 {
  font-size: 0.8em;
  line-height: 1.5em; }

.fs_09 {
  font-size: 0.9em;
  line-height: 1.5em; }

.fs_11 {
  font-size: 1.1em;
  line-height: 1.5em; }

.fs_12 {
  font-size: 1.2em;
  line-height: 1.5em; }

.fs_13 {
  font-size: 1.3em;
  line-height: 1.5em; }

.fs_14 {
  font-size: 1.4em;
  line-height: 1.5em; }

.fs_15 {
  font-size: 1.5em;
  line-height: 1.5em; }

.fs_16 {
  font-size: 1.6em;
  line-height: 1.5em; }

.fs_17 {
  font-size: 1.7em;
  line-height: 1.5em; }

.fs_18 {
  font-size: 1.8em;
  line-height: 1.5em; }

.fs_19 {
  font-size: 1.9em;
  line-height: 1.5em; }

.fs_20 {
  font-size: 2em;
  line-height: 1.5em; }

.fs_22 {
  font-size: 2.2em;
  line-height: 1.5em; }

.fs_24 {
  font-size: 2.4em;
  line-height: 1.5em; }

.fs_26 {
  font-size: 2.6em;
  line-height: 1.5em; }

.fs_28 {
  font-size: 2.8em;
  line-height: 1.5em; }

.fs_30 {
  font-size: 3em;
  line-height: 1.5em; }

/**********  リスト  **********/
ul, ol, dl {
  font-size: 15px; }
  ul li, ol li, dl li {
    list-style: none; }

ul.square > li {
  margin-left: 30px;
  list-style: square; }

ul.disc > li {
  margin-left: 30px;
  list-style: disc; }

ul.circle > li {
  margin-left: 30px;
  list-style: circle; }

ul.komejirushi > li {
  margin-left: 30px;
  list-style: none;
  position: relative; }
  ul.komejirushi > li::before {
    content: "※";
    display: block;
    position: absolute;
    left: -1.5em; }

ol.decimal > li {
  margin: 4px 0 20px 50px;
  list-style: decimal; }

ol.decimal_kakko > li {
  margin: 4px 0 20px 50px;
  list-style: none;
  counter-increment: cnt; }

ol.decimal_kakko > li:before {
  display: marker;
  content: "（" counter(cnt) "）";
  margin-left: -2.6em; }

ol.l_roman > li {
  margin-left: 30px;
  list-style: lower-roman; }

ol.l_roman > li ol.decimal li {
  margin-left: 20px;
  list-style: decimal; }

/**********  罫線  **********/
.hr_dashed {
  border-top: 1px dashed #cccccc; }

/**********  サイト全体レイアウト  **********/
#wrap {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 80px 0 0;
  overflow: hidden; }
  @media screen and (max-width: 1230px) {
    #wrap {
      padding: 110px 0 0; } }
  @media screen and (max-width: 768px) {
    #wrap {
      padding: 50px 0 0; } }

/**********  サイトコンテンツ幅  **********/
.wrap_cont {
  width: 100%;
  max-width: 375px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0; }

/**********  flexボックス  **********/
.flex_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between; }

/**********  テーブルセル  **********/
.table_box {
  display: table;
  table-layout: fixed; }

.table_box_cell {
  display: table-cell;
  vertical-align: middle; }

/**********  各種横幅  **********/
.w_10 {
  width: 10%; }

.w_12-5 {
  width: 12.5%; }

.w_15 {
  width: 15%; }

.w_20 {
  width: 20%; }

.w_30 {
  width: 30%; }

.w_25 {
  width: 25%; }

.w_33 {
  width: 33.33%; }

.w_34 {
  width: 34%; }

.w_40 {
  width: 40%; }

.w_45 {
  width: 45%; }

.w_48 {
  width: 48%; }

.w_50 {
  width: 50%; }

.w_60 {
  width: 60%; }

.w_66 {
  width: 66%; }

.w_70 {
  width: 70%; }

.w_75 {
  width: 75%; }

.w_80 {
  width: 80%; }

.w_90 {
  width: 90%; }

.w_100 {
  width: 100%; }

/**********  マージン  **********/
.mrg_1 {
  margin: 10px; }

.mrg_0_1 {
  margin: 0 10px; }

.mrg_1_0 {
  margin: 10px 0; }

/**********  パディング  **********/
.pdd_1 {
  padding: 10px; }

.pdd_0_1 {
  padding: 0 10px; }

.pdd_1_0 {
  padding: 10px 0; }

.pdd_1_0 {
  padding: 10px 0; }

.col-pdd {
  padding: 10px;
  margin-left: -10px; }

/**********  文字寄せ  **********/
.txt_center {
  text-align: center !important; }

.txt_left {
  text-align: left !important; }

.txt_right {
  text-align: right !important; }

/**********  画像文中float  **********/
.img_float_l {
  float: left; }

.img_float_r {
  float: right; }

.img_float_l, .img_float_r {
  width: auto;
  max-width: 500px !important;
  margin: 5px !important;
  display: inline-block;
  padding: 4px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .img_float_l, .img_float_r {
      max-width: 50% !important; } }

.img_float_l img, .img_float_r img {
  width: 100%;
  max-width: 100%;
  height: auto; }

/**********  枠線  **********/
.bdr {
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 10px; }

.bdr-radius {
  border-radius: 0.5em; }

/**********　テーブルレスポンシブ化　分割型  **********/
.rsp_table table {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-collapse: collapse;
  width: 100%; }
  @media screen and (max-width: 568px) {
    .rsp_table table {
      border: none; }
      .rsp_table table thead {
        display: none; }
      .rsp_table table tr {
        border-top: 1px solid #fff;
        display: block;
        margin-bottom: 20px; }
      .rsp_table table td {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        display: block;
        padding: 0 10px;
        text-align: left; }
        .rsp_table table td::before {
          content: attr(data-label);
          width: 100%;
          margin: -10px -10px 10px -10px;
          padding: 0 10px;
          display: inline-block;
          font-size: 0.8em;
          line-height: 1; } }
  .rsp_table table th, .rsp_table table td {
    vertical-align: middle;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px; }
  .rsp_table table th {
    text-align: left; }

/**********　テーブルレスポンシブ化　スクロール型  **********/
table.responsive {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse; }
  table.responsive th, table.responsive td {
    vertical-align: middle;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px; }
  table.responsive th {
    background-color: rgba(249, 249, 249, 0.2);
    text-align: left; }

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    border-right: 1px double #999;
    border-left: 1px solid #999;
    overflow: hidden;
    overflow-x: scroll; }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }

  .pinned table th, .pinned table td {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #999;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left; }

  .pinned th {
    border-top: 1px solid #999;
    background-color: lightgray; }

  .pinned td:last-child {
    border-bottom: 0; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }

  div.table-wrapper div.scrollable {
    margin-left: 35%; }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; } }
/**********  テーブル枠線付  **********/
table.table_bdr {
  width: 100%;
  border: solid 1px #ccc; }
  table.table_bdr th, table.table_bdr td {
    padding: 0.5em 1em;
    border-bottom: solid 1px #ccc; }
  table.table_bdr th {
    width: 25%;
    font-weight: normal;
    text-align: right;
    background-color: #ececec;
    border-right: solid 1px #ccc; }
  @media screen and (max-width: 768px) {
    table.table_bdr {
      width: 100%;
      border: solid 1px #ccc; }
      table.table_bdr th, table.table_bdr td {
        width: 100%;
        display: block; }
      table.table_bdr th {
        text-align: left; } }

/**********  dlテーブル  **********/
.dl_table {
  width: 100%;
  border: solid 1px #ccc;
  background: rgba(255, 255, 255, 0.4); }
  .dl_table dt, .dl_table dd {
    padding: 0.5em 1em; }
  .dl_table dt {
    width: 30%;
    height: 4em;
    font-weight: normal;
    text-align: right;
    border-top: solid 1px #ccc; }
    .dl_table dt:first-of-type {
      border-top: none; }
  .dl_table dd {
    width: 70%;
    margin-top: -4em;
    margin-left: 30%;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc; }
    .dl_table dd:first-of-type {
      border-top: none; }
    .dl_table dd:last-of-type {
      border-bottom: none; }
  @media screen and (max-width: 768px) {
    .dl_table {
      /**********  dlテーブル768  **********/ }
      .dl_table dl {
        border: none; }
        .dl_table dl dt {
          background-color: transparent;
          border-bottom: dashed 1px #ccc; }
        .dl_table dl dd {
          padding: 0.5em 0.5em 3em 0.5em;
          border-bottom: none; }
        .dl_table dl dl {
          border: none; }
          .dl_table dl dl dt {
            background-color: #f7f7f7;
            border-bottom: none; }
      .dl_table dt {
        width: 100%;
        height: auto;
        font-weight: normal;
        text-align: center;
        background: white;
        border-top: solid 1px #efefef;
        border-bottom: solid 1px #efefef; }
      .dl_table dd {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 0;
        padding: 1em 0.5em;
        border-left: none;
        border-top: solid 1px #efefef;
        border-bottom: solid 1px #efefef; }
        .dl_table dd:last-of-type {
          border-bottom: none; } }

/**********  パンくず  **********/
ul.topicpath {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: block;
  padding: 0 10px; }
  ul.topicpath:after {
    content: "";
    clear: both;
    display: block; }
  ul.topicpath li {
    font-size: 11px;
    color: #333;
    padding-right: 0.5em;
    float: left;
    display: block; }
    ul.topicpath li:after {
      content: "＞";
      padding-left: 0.5em; }
    ul.topicpath li:last-of-type {
      text-decoration: none;
      color: #D70051; }
    ul.topicpath li:last-of-type:after {
      content: "";
      padding-left: 0; }
    ul.topicpath li a {
      color: #333333;
      text-decoration: none; }
      ul.topicpath li a:link {
        color: #333333; }
      ul.topicpath li a:active {
        color: #333333; }
      ul.topicpath li a:visited {
        color: #333333; }
      ul.topicpath li a:hover {
        color: #fff;
        background: #D70051; }

/**********  コンタクトボタン  **********/
.link_button a {
  width: auto;
  max-width: 600px;
  margin: 0.25em auto;
  padding: 0.25em 1em;
  text-align: center;
  border: solid 1px #3B3B3B;
  border-radius: 0.25em; }
  @media screen and (max-width: 768px) {
    .link_button a {
      width: 95%; } }
  .link_button a:link {
    color: #3B3B3B; }
  .link_button a:active {
    color: #3B3B3B; }
  .link_button a:visited {
    color: #3B3B3B; }
  .link_button a:hover {
    color: #D70051;
    border: solid 1px #D70051;
    background: #fff; }

.contact_button a {
  width: 90%;
  max-width: 600px;
  margin: 0.25em auto;
  padding: 0.25em 0.5em;
  text-align: center;
  font-size: 1.2em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
  display: block;
  background-color: #24B893;
  /*-#F2DD29-*/
  border-radius: 0.5em; }
  @media screen and (max-width: 768px) {
    .contact_button a {
      width: 95%; } }
  .contact_button a:link {
    color: #f9f9f9;
    /*#4C4C4C*/ }
  .contact_button a:active {
    color: #f9f9f9; }
  .contact_button a:visited {
    color: #f9f9f9; }
  .contact_button a:hover {
    color: #4C4C4C;
    background-color: #fff; }

.contact_button_l a {
  width: 90%;
  max-width: 600px;
  margin: 0.5em auto;
  padding: 0.5em 0.5em;
  text-align: center;
  font-size: 1.5em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  display: block;
  background-color: #24B893;
  border: solid 1px #24B893;
  border-radius: 1em;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .contact_button_l a {
      width: 100%;
      font-size: 1em; } }
  .contact_button_l a:link {
    color: #FFFFFF; }
  .contact_button_l a:active {
    color: #FFFFFF; }
  .contact_button_l a:visited {
    color: #FFFFFF; }
  .contact_button_l a:hover {
    color: #4C4C4C;
    background: #ffffff;
    text-shadow: none; }

/**********  Ｑ＆Ａ  **********/
dl.faq {
  font-size: 1em;
  line-height: 1.5em;
  padding-bottom: 2em; }
  dl.faq dt {
    padding: 0.5em 0.5em 0 3em;
    color: #C64F64; }
    dl.faq dt:before {
      content: "Ｑ";
      margin: 0 1em 0 -2em;
      padding: 0;
      background-color: #C64F64;
      color: #fff;
      border: solid 1px #fff; }
  dl.faq dd {
    margin-bottom: 1em;
    padding: 0.5em 0 0.5em 3em;
    display: block;
    border-bottom: dashed 1px #ccc; }
    dl.faq dd:before {
      content: "Ａ";
      margin: 0 1em 0 -2em;
      padding: 0;
      background-color: #8E7C56;
      color: #fff;
      border: solid 1px #8E7C56; }

/**********  トグルボタン  **********/
.toggle_btn {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 1.5em; }
  .toggle_btn:before {
    content: "▼";
    font-size: 0.6em;
    margin-left: -0.5em;
    padding: 0 0.5em;
    border: solid 1px;
    position: absolute;
    left: 0; }

.toggle {
  display: none; }

.toggle_opened:before {
  content: "▲";
  font-size: 0.6em;
  margin-left: -0.5em;
  padding: 0 0.5em;
  border: solid 1px;
  position: absolute;
  left: 0; }

/**********  税抜き表示  **********/
.tax:before {
  content: "￥"; }
.tax:after {
  content: "（税抜き）";
  font-size: 0.7em; }

/********** PDFアイコン **********/
.icon_pdf:after {
  content: url(../img/pdf.gif);
  width: auto;
  height: 1em;
  display: inline-block;
  position: relative;
  top: 0.3em; }

/********** ぺージトップボタン **********/
.page-top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s; }
  .page-top p {
    color: #fff;
    font-size: 11px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    cursor: pointer; }
    .page-top p:before {
      content: "";
      display: inline-block;
      position: relative;
      top: -8px;
      left: 50%;
      width: 8px;
      height: 8px;
      margin-left: -11px;
      border-left: 2px solid;
      border-top: 2px solid;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .page-top:hover {
    background: #d70051; }

.move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  z-index: 1002; }

/********** youtube **********/
.movie-container_bg {
  width: 100%;
  height: auto;
  margin: 10px 0;
  background: #000; }
  @media screen and (max-width: 568px) {
    .movie-container_bg {
      min-height: inherit; } }
  .movie-container_bg .movie-container {
    width: 100%;
    max-width: 640px;
    height: 100%;
    margin: 0 auto; }
    .movie-container_bg .movie-container .movie-wrap {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      .movie-container_bg .movie-container .movie-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

/**********  メールフォーム  **********/
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  background: #fff;
  font-size: 16px !important;
  /*-
  background: rgba($thema-dark, 0.01);
  -*/ }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
    /*-
	-webkit-appearance: button
    -*/ }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

form {
  margin-top: 2em; }
  form li {
    margin-bottom: 1.5em; }

label {
  display: block;
  margin-bottom: 1em; }

input, select, textarea {
    /*-
	border: 1px solid #DDD;
    -*/
  border-radius: 2px;
  color: #3B3B3B;
  font-size: 1em;
  padding: 1em;
  width: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc); }

textarea {
  padding: 1em;
  min-height: 15em;
  height: auto;
  width: auto;
  max-width: 100%; }

input, textarea {
  -moz-transition: border .25s;
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s; }

input:hover, textarea:hover, input:focus, textarea:focus, input:active, textarea:active {
  	/*-
      border: 1px solid #999;
      -*/ }

input[type="text"], textarea {
  cursor: text; }

input[type="radio"], input[type="checkbox"] {
  display: inline;
  width: auto;
  height: auto;
  margin-right: 0.5em; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline; }

input[type="file"] {
  border: none; }

input[type="date"] {
  width: auto; }

select {
  height: auto; }

/* Placeholders */
::-webkit-input-placeholder {
  color: #bbb; }

::-moz-placeholder {
  color: #bbb; }

:-ms-input-placeholder {
  color: #bbb; }

/* validate.js */
label.error {
  color: #0078CF;
  margin: 0.5em 0 0 0.5em;
  font-weight: normal;
  font-style: italic; }

.mail_box {
  width: 100%;
  margin: 0 auto; }
  .mail_box input[type="text"] {
    width: 95%; }
  .mail_box textarea {
    width: 95%; }

.label_margin {
  margin-right: 20px; }

.yubin_button {
  width: 12em;
  max-width: 20em;
  margin: 0.25em 0;
  padding: 0.25em 0.5em;
  color: #666;
  background-color: #efefef;
  border: solid 1px #2B5E92;
  border-radius: 0.5em;
  box-sizing: border-box; }

.submit_button {
  margin: 2em 0 1em;
  text-align: center; }
  .submit_button input {
    width: 80%;
    max-width: 20em;
    color: #fff;
    font-weight: bold;
    background-color: #D70051;
    border: solid 1px #D70051;
    border-radius: 0.5em;
    box-sizing: border-box; }
    .submit_button input:hover {
      color: #fff;
      background-color: #ff2577; }

.reset_button {
  min-width: 6em;
  margin: 1em 0;
  text-align: center; }

.mailform dl {
  height: 100%;
  border-top: solid 1px #efefef;
  border-right: solid 1px #efefef;
  border-left: solid 1px #efefef; }
  .mailform dl dt {
    width: 35%;
    height: 2em;
    display: block;
    text-align: left;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: normal;
    padding: 1em 2em 0 1em;
    position: relative;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .mailform dl dt {
        width: 100%;
        padding: 1em 0.5em; } }
    .mailform dl dt:before {
      content: "任意";
      color: #333;
      font-size: 11px;
      line-height: 18px;
      margin-right: 1em;
      padding: 0.5em 1em;
      position: relative;
      background-color: #efefef; }
    .mailform dl dt.hissu:before {
      content: "必須";
      color: #fff;
      font-size: 11px;
      line-height: 18px;
      margin-right: 1em;
      padding: 0.5em 1em;
      position: relative;
      background-color: #F14447; }
    .mailform dl dt p {
      margin: 0;
      padding: 0 2em;
      font-size: 0.8em;
      letter-spacing: 0.25em;
      color: #999;
      display: inline; }
  .mailform dl dd {
    width: auto;
    padding: 1em 1em 1em 35%;
    margin-top: -2em;
    display: block;
    text-align: left;
    font-weight: normal;
    font-size: 1em;
    border-bottom: solid 1px #efefef;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .mailform dl dd {
        width: 100%;
        padding: 1em 0.5em;
        margin-top: 0; } }
    .mailform dl dd span {
      font-size: 0.8em;
      display: block; }
    .mailform dl dd label {
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .mailform dl dd label {
          display: block; } }
    .mailform dl dd textarea {
      width: 100%;
      height: 10em; }

p.hissu {
  width: auto;
  margin: 0 auto;
  display: block;
  position: relative; }
  p.hissu:before {
    content: "必須";
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    margin-right: 1em;
    padding: 0.5em 1em;
    position: relative;
    background-color: #F14447; }

.radio-input {
  display: none !important; }

.radio-input + .radio-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px; }

/*ラジオボタン外周色*/
.radio-input + .radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%; }

/*チェック状態文字色*/
.radio-input:checked + .radio-parts {
  color: #009a9a; }

/*チェック状態*/
.radio-input:checked + .radio-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%; }

.checkbox-input {
  display: none !important; }

.checkbox-input + .checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px; }

/*ラジオボタン外周色*/
.checkbox-input + .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999; }

/*チェック状態文字色*/
.checkbox-input:checked + .checkbox-parts {
  color: #009a9a; }

/*チェック状態*/
.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a; }

/**********  メディアクエリ  **********/
/*****  1024  *****/
@media only screen and (max-width: 1024px) {
  .mq-lg_w_0 {
    width: 0%;
    display: none; }

  .mq-lg_w_10 {
    width: 10%; }

  .mq-lg_w_12-5 {
    width: 12.5%; }

  .mq-lg_w_15 {
    width: 15%; }

  .mq-lg_w_20 {
    width: 20%; }

  .mq-lg_w_25 {
    width: 25%; }

  .mq-lg_w_30 {
    width: 30%; }

  .mq-lg_w_33 {
    width: 33.33%; }

  .mq-lg_w_34 {
    width: 34%; }

  .mq-lg_w_40 {
    width: 40%; }

  .mq-lg_w_45 {
    width: 45%; }

  .mq-lg_w_50 {
    width: 50%; }

  .mq-lg_w_60 {
    width: 60%; }

  .mq-lg_w_66 {
    width: 66%; }

  .mq-lg_w_70 {
    width: 70%; }

  .mq-lg_w_75 {
    width: 75%; }

  .mq-lg_w_80 {
    width: 80%; }

  .mq-lg_w_90 {
    width: 90%; }

  .mq-lg_w_100 {
    width: 100%; }

  .mq-lg_disp_none {
    display: none; } }
/*****  1024 end  *****/
/*****  768  *****/
@media only screen and (max-width: 768px) {
  .mq-md_w_0 {
    width: 0%;
    display: none; }

  .mq-md_w_10 {
    width: 10%; }

  .mq-md_w_12-5 {
    width: 12.5%; }

  .mq-md_w_15 {
    width: 15%; }

  .mq-md_w_20 {
    width: 20%; }

  .mq-md_w_25 {
    width: 25%; }

  .mq-md_w_30 {
    width: 30%; }

  .mq-md_w_33 {
    width: 33.33%; }

  .mq-md_w_34 {
    width: 34%; }

  .mq-md_w_40 {
    width: 40%; }

  .mq-md_w_45 {
    width: 45%; }

  .mq-md_w_50 {
    width: 50%; }

  .mq-md_w_60 {
    width: 60%; }

  .mq-md_w_66 {
    width: 66%; }

  .mq-md_w_70 {
    width: 70%; }

  .mq-md_w_75 {
    width: 75%; }

  .mq-md_w_80 {
    width: 80%; }

  .mq-md_w_90 {
    width: 90%; }

  .mq-md_w_100 {
    width: 100%; }

  .mq-md_disp_none {
    display: none; } }
/*****  768 end  *****/
/*****  568  *****/
@media only screen and (max-width: 568px) {
  .mq-sm_w_0 {
    width: 0%;
    display: none; }

  .mq-sm_w_10 {
    width: 10%; }

  .mq-sm_w_12-5 {
    width: 12.5%; }

  .mq-sm_w_15 {
    width: 15%; }

  .mq-sm_w_20 {
    width: 20%; }

  .mq-sm_w_25 {
    width: 25%; }

  .mq-sm_w_30 {
    width: 30%; }

  .mq-sm_w_33 {
    width: 33.33%; }

  .mq-sm_w_34 {
    width: 34%; }

  .mq-sm_w_40 {
    width: 40%; }

  .mq-sm_w_45 {
    width: 45%; }

  .mq-sm_w_50 {
    width: 50%; }

  .mq-sm_w_60 {
    width: 60%; }

  .mq-sm_w_66 {
    width: 66%; }

  .mq-sm_w_70 {
    width: 70%; }

  .mq-sm_w_75 {
    width: 75%; }

  .mq-sm_w_80 {
    width: 80%; }

  .mq-sm_w_90 {
    width: 90%; }

  .mq-sm_w_100 {
    width: 100%; } }
/*****  568 end  *****/
/*****  400  *****/
@media only screen and (max-width: 400px) {
  .mq-mb_w_0 {
    width: 0%;
    display: none; }

  .mq-mb_w_10 {
    width: 10%; }

  .mq-mb_w_12-5 {
    width: 12.5%; }

  .mq-mb_w_15 {
    width: 15%; }

  .mq-mb_w_20 {
    width: 20%; }

  .mq-mb_w_25 {
    width: 25%; }

  .mq-mb_w_30 {
    width: 30%; }

  .mq-mb_w_33 {
    width: 33.33%; }

  .mq-mb_w_34 {
    width: 34%; }

  .mq-mb_w_40 {
    width: 40%; }

  .mq-mb_w_45 {
    width: 45%; }

  .mq-mb_w_50 {
    width: 50%; }

  .mq-mb_w_60 {
    width: 60%; }

  .mq-mb_w_66 {
    width: 66%; }

  .mq-mb_w_70 {
    width: 70%; }

  .mq-mb_w_75 {
    width: 75%; }

  .mq-mb_w_80 {
    width: 80%; }

  .mq-mb_w_90 {
    width: 90%; }

  .mq-mb_w_100 {
    width: 100%; } }
/*****  400 end  *****/
