@charset "UTF-8";
/*   BASE
================================================ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic,  メイリオ, Meiryo, sans-serif;
  font-weight: normal; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop html, *::-ms-backdrop body, *::-ms-backdrop div, *::-ms-backdrop span, *::-ms-backdrop object, *::-ms-backdrop iframe,
  *::-ms-backdrop h1, *::-ms-backdrop h2, *::-ms-backdrop h3, *::-ms-backdrop h4, *::-ms-backdrop h5, *::-ms-backdrop h6, *::-ms-backdrop p, *::-ms-backdrop blockquote, *::-ms-backdrop pre,
  *::-ms-backdrop abbr, *::-ms-backdrop address, *::-ms-backdrop cite, *::-ms-backdrop code,
  *::-ms-backdrop del, *::-ms-backdrop dfn, *::-ms-backdrop em, *::-ms-backdrop img, *::-ms-backdrop ins, *::-ms-backdrop kbd, *::-ms-backdrop q, *::-ms-backdrop samp,
  *::-ms-backdrop small, *::-ms-backdrop strong, *::-ms-backdrop sub, *::-ms-backdrop sup, *::-ms-backdrop var,
  *::-ms-backdrop b, *::-ms-backdrop i,
  *::-ms-backdrop dl, *::-ms-backdrop dt, *::-ms-backdrop dd, *::-ms-backdrop ol, *::-ms-backdrop ul, *::-ms-backdrop li,
  *::-ms-backdrop fieldset, *::-ms-backdrop form, *::-ms-backdrop label, *::-ms-backdrop legend,
  *::-ms-backdrop table, *::-ms-backdrop caption, *::-ms-backdrop tbody, *::-ms-backdrop tfoot, *::-ms-backdrop thead, *::-ms-backdrop tr, *::-ms-backdrop th, *::-ms-backdrop td,
  *::-ms-backdrop article, *::-ms-backdrop aside, *::-ms-backdrop canvas, *::-ms-backdrop details, *::-ms-backdrop figcaption, *::-ms-backdrop figure,
  *::-ms-backdrop footer, *::-ms-backdrop header, *::-ms-backdrop hgroup, *::-ms-backdrop menu, *::-ms-backdrop nav, *::-ms-backdrop section, *::-ms-backdrop summary,
  *::-ms-backdrop time, *::-ms-backdrop mark, *::-ms-backdrop audio, *::-ms-backdrop video, *::-ms-backdrop input, *::-ms-backdrop textarea, .-frame a html, .-frame a body, .-frame a div, .-frame a span, .-frame a object, .-frame a iframe,
  .-frame a h1, .-frame a h2, .-frame a h3, .-frame a h4, .-frame a h5, .-frame a h6, .-frame a p, .-frame a blockquote, .-frame a pre,
  .-frame a abbr, .-frame a address, .-frame a cite, .-frame a code,
  .-frame a del, .-frame a dfn, .-frame a em, .-frame a img, .-frame a ins, .-frame a kbd, .-frame a q, .-frame a samp,
  .-frame a small, .-frame a strong, .-frame a sub, .-frame a sup, .-frame a var,
  .-frame a b, .-frame a i,
  .-frame a dl, .-frame a dt, .-frame a dd, .-frame a ol, .-frame a ul, .-frame a li,
  .-frame a fieldset, .-frame a form, .-frame a label, .-frame a legend,
  .-frame a table, .-frame a caption, .-frame a tbody, .-frame a tfoot, .-frame a thead, .-frame a tr, .-frame a th, .-frame a td,
  .-frame a article, .-frame a aside, .-frame a canvas, .-frame a details, .-frame a figcaption, .-frame a figure,
  .-frame a footer, .-frame a header, .-frame a hgroup, .-frame a menu, .-frame a nav, .-frame a section, .-frame a summary,
  .-frame a time, .-frame a mark, .-frame a audio, .-frame a video, .-frame a input, .-frame a textarea {
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic,  sans-serif;
    font-weight: normal; } }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

br {
  color: rgba(255, 255, 255, 0); }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

li {
  list-style: none; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

strong {
  font-weight: normal; }

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

/* clearfix */
.fix:before,
.fix:after {
  content: "";
  display: table; }

.fix:after {
  clear: both; }

.fix {
  *zoom: 1; }

/*  Color  */
/*  Font  */
/*  Padding　（レイアウト関係）  */
p {
  line-height: 1.6; }

img {
  vertical-align: bottom; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; }
    a[href^="tel:"]::after {
      content: none; } }

/*   COMPONENTS
================================================ */
/*  main contents  */
/*   フォント
------------------------------------------ */
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900; }

.header-logo {
  width: 240px;
  max-width: 220px; }
  .header-logo a {
    display: block;
    width: 80%; }
  .header-logo img {
    width: 100%; }
  @media screen and (max-width: 1023px) {
    .header-logo {
      display: none; } }
  @media screen and (max-width: 639px) {
    .header-logo {
      display: none; } }

.header-logo_sp {
  display: none; }
  @media screen and (max-width: 1023px) {
    .header-logo_sp {
      max-width: 240px;
      width: 40%;
      display: block;
      position: absolute;
      top: 1%;
      left: 1%;
      z-index: 10; }
      .header-logo_sp a {
        display: block; } }

.header-bg {
  background: url(../../assets/images/top/keyimage_bg.jpg) no-repeat center center/cover !important;
  width: 100%;
  position: relative;
  z-index: 1; }
  .header-bg::after {
    display: block;
    content: '';
    background: url(../../assets/images/top/top_bg_o.svg) no-repeat center center/cover !important;
    padding-top: 60%;
    width: 60%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1; }
  .header-bg .catch {
    position: relative;
    display: table; }
    .header-bg .catch::after {
      content: '';
      display: block;
      background: url(../../assets/images/top/top_fuki01.svg) no-repeat center center/contain !important;
      vertical-align: top;
      width: 40%;
      height: 5em;
      position: absolute;
      top: 7.25%;
      right: -1.5em; }
  .header-bg .catch-btn {
    background: #258b6b;
    padding: 20px 10px;
    border-radius: 10px;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    display: table;
    margin-top: 11%;
    letter-spacing: 2px;
    -webkit-box-shadow: 0px 8px #126148;
    box-shadow: 0px 8px #126148;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    top: 0; }
    .header-bg .catch-btn:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      top: 10px; }
  .header-bg .catch-sub {
    background: #FFF;
    padding: 14px 10px;
    border-radius: 5px;
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: bold; }
  .header-bg .point {
    font-weight: bold;
    position: relative; }
    .header-bg .point::before {
      content: "・";
      position: absolute;
      top: -.7em;
      left: 0;
      color: #ffe185; }
  .header-bg i {
    margin-left: 10px;
    font-size: 1.2rem; }
  @media screen and (max-width: 639px) {
    .header-bg .catch::after {
      display: none; }
    .header-bg .catch-txt_sp {
      background: #FFF;
      padding: 5px 0;
      width: 100%;
      color: #258b6b;
      font-size: 1rem;
      text-align: center;
      margin-top: 10px; }
    .header-bg .catch-btn {
      margin-top: 5%;
      font-size: 1rem;
      width: 100%;
      padding: 10px 0;
      text-align: center; }
    .header-bg .catch-sub {
      display: table;
      padding: 3px 10px;
      margin: 0 auto 15px;
      text-align: center; } }

.header-wrap {
  height: 100%; }

.main-txt {
  padding: 5em 0 0 0;
  width: 67%;
  margin-right: -5em;
  z-index: 10; }
  .main-txt .catch-txt {
    font-size: 1.1rem;
    color: #333333;
    margin-top: 15px;
    font-weight: bold;
    padding-left: 5px;
    text-shadow: white 2px 0px 0px, white -2px 0px 0px, white 0px -2px 0px, white 0px 2px 0px, white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px, white 1px 2px 0px, white -1px 2px 0px, white 1px -2px 0px, white -1px -2px 0px, white 2px 1px 0px, white -2px 1px 0px, white 2px -1px 0px, white -2px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px; }
  @media screen and (max-width: 639px) {
    .main-txt {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5%; }
      .main-txt .catch-txt {
        font-size: .9rem; } }

.contact-box {
  margin-top: auto;
  width: 60%; }
  .contact-box .main-catch {
    display: block;
    background: url(../../assets/images/top/main_img.png) no-repeat center center/contain;
    width: 100%;
    padding-top: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position-y: bottom; }
    .contact-box .main-catch img {
      width: 100%; }
  .contact-box .contactbox-txt {
    font-size: 1.1rem;
    font-weight: 800;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 10px; }
    .contact-box .contactbox-txt i {
      margin-right: 10px;
      color: #ff8712; }
  @media screen and (max-width: 639px) {
    .contact-box {
      width: 100%; }
      .contact-box .main-catch {
        width: 100%;
        padding-top: 77%;
        margin-top: -15%;
        background: url(../../assets/images/top/main_img_sp.png) no-repeat center center/contain; }
      .contact-box .contactbox-txt {
        font-size: .9rem; } }

.contact-wrap {
  background: #FFF;
  padding: 20px;
  border-radius: 10px;
  margin: auto auto 5%; }
  .contact-wrap .btn-link {
    display: block;
    width: 400px;
    margin: 0 auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .contact-wrap .btn-link:hover {
      opacity: .7; }
    .contact-wrap .btn-link img {
      width: 100%; }
  .contact-wrap #contact-rightbox {
    margin-bottom: 2px; }
  @media screen and (max-width: 639px) {
    .contact-wrap {
      width: 100%;
      padding: 4px;}
      .contact-wrap .btn-link {
        width: 100%; } }

@media screen and (min-width: 850px) and (max-width: 1030px) {
  .main-txt {
    width: 48%;
    margin-right: 0; }
  .contact-wrap {
    width: 75%; }
    .contact-wrap .btn-link {
      width: 100%; }
  .contact-box {
    width: 48%; }
    .contact-box .contactbox-txt {
      font-size: 1rem; }
  .header-bg {
    height: 67vh; }
    .header-bg .catch-btn {
      margin-top: 5%;
      font-size: 1rem; }
    .header-bg .catch-sub {
      display: block;
      padding: 3px 10px;
      margin-bottom: 20px;
      text-align: center; } }

@media screen and (min-width: 650px) and (max-width: 849px) {
  .header-bg {
    height: auto; }
    .header-bg .catch::after {
      width: 36%;
      right: 0; }
    .header-bg .catch-btn {
      width: 100%;
      padding: 18px 0 8px;
      text-align: center;
      margin-top: 5%; }
    .header-bg .catch-sub {
      display: inline-block;
      margin-bottom: 0;
      padding: 8px 10px;
      position: relative;
      top: -.3em; }
  .header-wrap {
    padding-top: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-txt {
    width: 100%; }
  .contact-box {
    width: 100%;
    margin-top: 5%; }
    .contact-box .main-catch {
      width: 100%;
      padding-top: 0;
      margin-left: auto;
      background-position-x: right; }
  .contact-wrap {
    margin: auto auto 5% 0; } }

/*   LAYOUT
================================================ */
/*   カラム表示
================================================ */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 639px) {
    .column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 639px) {
    .column > .inner {
      width: auto; } }
  @media screen and (max-width: 639px) {
    .column.-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media screen and (min-width: 640px) {
    .column.-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  @media screen and (min-width: 640px) {
    .column.-column2 > .inner {
      width: 48%; } }
  @media screen and (min-width: 640px) {
    .column.-column2.-two-third > .inner:first-child {
      width: 60%; } }
  @media screen and (max-width: 639px) {
    .column.-column2.-two-third > .inner:last-child {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 640px) {
    .column.-column2.-two-third > .inner:last-child {
      width: 36%; } }
  @media screen and (min-width: 640px) {
    .column.-column3 > .inner {
      width: 31%; } }

/* ローディング */
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 0;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em; } }

@keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em; } }

.loader-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #0086d1;
  z-index: 99999; }
  .loader-wrap .load-img {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto; }

/*   LINK  (主にテキストリンクなど)
================================================ */
/*   下層ページheader
------------------------------------------ */
.top-miss {
  background: #f6f0ec;
  position: relative; }
  .top-miss .miss-list {
    width: 60%;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    .top-miss .miss-list li {
      background: #FFF;
      padding: 10px 20px 20px;
      border-radius: 100px;
      margin-bottom: 16px;
      text-align: center;
      color: #258b6b;
      font-weight: bold;
      font-size: 1.2rem;
      line-height: 1.4; }
      .top-miss .miss-list li:last-child {
        margin-bottom: 0; }
  .top-miss .list-wrap {
    padding-bottom: 10em; }
  .top-miss .nishi, .top-miss .ishikawa {
    position: absolute;
    z-index: 0;
    width: 22%; }
  .top-miss .nishi {
    bottom: 0;
    left: 0; }
  .top-miss .ishikawa {
    bottom: 0;
    right: 0; }
  @media screen and (max-width: 639px) {
    .top-miss .miss-list {
      width: 100%; }
      .top-miss .miss-list li {
        font-size: 1rem;
        padding: 10px; }
    .top-miss .nishi, .top-miss .ishikawa {
      z-index: 1;
      width: 30%; } }

.miss-reason {
  background: #258b6b;
  padding: 40px;
  border-radius: 10px;
  width: 50%;
  margin: -5em auto 50px;
  position: relative;
  z-index: 10; }
  .miss-reason::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #258b6b; }
  .miss-reason .reason-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.4rem;
    text-align: center;
    color: #FFF;
    line-height: 1.4; }
  .miss-reason .ttl-waku {
    background: #FFF;
    color: #258b6b;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 5px 20px;
    border-radius: 100px;
    display: table;
    margin: 0 auto 20px; }
  .miss-reason .fuki {
    width: 80%;
    margin: 20px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .miss-reason .fuki picture {
      margin-right: 23px;
      width: 17%; }
    .miss-reason .fuki .nagai {
      width: 100%; }
    .miss-reason .fuki .txt {
      background: #FFF;
      padding: 10px 20px;
      border-radius: 10px;
      color: #333333;
      line-height: 1.4;
      font-size: 1rem;
      position: relative; }
      .miss-reason .fuki .txt::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -20px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        /* margin-top: -15px; */
        border: 8px solid transparent;
        border-right: 15px solid #FFF; }
  @media screen and (max-width: 639px) {
    .miss-reason {
      width: 90%;
      padding: 4%; }
      .miss-reason .reason-ttl {
        font-size: 1.4rem; }
      .miss-reason .ttl-waku {
        font-size: 1rem; }
      .miss-reason .fuki {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .miss-reason .fuki picture {
          margin-right: 23px;
          width: 45%; }
        .miss-reason .fuki .txt {
          font-size: .85rem;
          padding: 8px 8px; } }

.plan-dif {
  margin-bottom: 90px; }
  .plan-dif .plan-ttl {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.6;
    margin-bottom: 90px; }
  .plan-dif .c-green, .plan-dif .c-orange {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800; }
  .plan-dif .plan-wrap {
    margin-bottom: 40px; }
  .plan-dif .plan-box {
    width: 48%;
    /* ul */ }
    .plan-dif .plan-box .plan-ttl_sub {
      font-size: 1.8rem;
      color: #FFF;
      font-weight: 700;
      font-family: "Noto Sans JP", sans-serif;
      background: #8b8b8b;
      padding: 30px;
      border-radius: 10px 10px 0 0;
      line-height: 1.6;
      text-align: center; }
      .plan-dif .plan-box .plan-ttl_sub .pen {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700; }
      .plan-dif .plan-box .plan-ttl_sub.-orange {
        background: #ff8712; }
    .plan-dif .plan-box ul {
      background: #dae2df;
      padding: 20px; }
      .plan-dif .plan-box ul.-orange {
        background: #f6f0ec; }
        .plan-dif .plan-box ul.-orange li::before {
          background: #ff8712; }
      .plan-dif .plan-box ul li {
        line-height: 1.6;
        font-size: 1rem;
        font-weight: bold;
        color: #565656;
        border-bottom: 1px #565656 solid;
        padding-bottom: 10px;
        margin-bottom: 10px;
        position: relative;
        padding-left: 1.2em;
        text-indent: -1.2em; }
        .plan-dif .plan-box ul li::before {
          display: inline-block;
          content: '';
          height: 10px;
          width: 10px;
          background: #8b8b8b;
          margin-right: 10px; }
        .plan-dif .plan-box ul li:last-child {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
    .plan-dif .plan-box .point-wrap {
      background: #dae2df;
      padding: 20px;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .plan-dif .plan-box .point-wrap.-orange {
        background: #f6f0ec; }
      .plan-dif .plan-box .point-wrap .point-txt {
        padding: 20px;
        background: #258b6b;
        border-radius: 5px;
        margin-right: 20px;
        color: #FFF; }
        .plan-dif .plan-box .point-wrap .point-txt.-orange {
          background: #ff8712; }
        .plan-dif .plan-box .point-wrap .point-txt h6 {
          text-align: center;
          margin-bottom: 10px;
          color: #FFF;
          font-size: 1.2rem;
          font-weight: bold; }
          .plan-dif .plan-box .point-wrap .point-txt h6 i {
            padding-right: 5px; }
      .plan-dif .plan-box .point-wrap .plan_img {
        width: 100%; }
  .plan-dif .plan-matome {
    background: #f6f0ec;
    padding: 30px; }
    .plan-dif .plan-matome h5 {
      background: #ff8712;
      color: #FFF;
      font-size: 1.4rem;
      text-align: center;
      font-weight: bold;
      width: 30%;
      margin-right: 20px;
      padding: 10px 20px;
      border-radius: 100px;
      line-height: 1.4; }
    .plan-dif .plan-matome .txt {
      width: 70%;
      line-height: 1.6;
      font-size: 1rem;
      color: #333333; }
      .plan-dif .plan-matome .txt strong {
        font-weight: 700;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.2rem; }
  @media screen and (max-width: 639px) {
    .plan-dif {
      margin-bottom: 10%; }
      .plan-dif .plan-ttl {
        font-size: 1.2rem;
        margin-bottom: 10%; }
      .plan-dif .plan-box {
        width: 100%;
        margin-bottom: 5%; }
        .plan-dif .plan-box .plan-ttl_sub {
          padding: 4%;
          font-size: 1.4rem; }
        .plan-dif .plan-box ul {
          padding: 4%; }
          .plan-dif .plan-box ul li {
            font-size: .9rem; }
        .plan-dif .plan-box .point-wrap .point-txt {
          padding: 4%;
          margin-right: 0; }
        .plan-dif .plan-box .point-wrap picture {
          display: block;
          margin: 0 auto; }
        .plan-dif .plan-box .point-wrap .plan_img {
          display: block;
          margin: 7% auto 0;
          width: 67%; }
      .plan-dif .plan-matome {
        padding: 4%; }
        .plan-dif .plan-matome h5 {
          width: 100%;
          padding: 8px 20px;
          font-size: 1.2rem;
          margin-bottom: 5%; }
        .plan-dif .plan-matome .txt {
          width: 100%; }
          .plan-dif .plan-matome .txt strong {
            font-size: 1.1rem; } }

.top-comparison {
  background: #f6f0ec; }
  .top-comparison .roadmap_wrap {
    margin: 40px auto;
    display: block; }
    .top-comparison .roadmap_wrap img {
      width: 100%; }
  .top-comparison .road-txt {
    font-size: 1.2rem; }
  .top-comparison .fuki {
    width: 100%;
    margin: 20px auto 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .top-comparison .fuki picture {
      margin-right: 23px;
      width: 14%; }
    .top-comparison .fuki .furu {
      width: 100%; }
    .top-comparison .fuki .txt {
      background: #FFF;
      padding: 20px;
      border-radius: 10px;
      color: #333333;
      line-height: 1.4;
      font-size: 1.1rem;
      font-weight: bold;
      position: relative; }
      .top-comparison .fuki .txt::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -20px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        /* margin-top: -15px; */
        border: 8px solid transparent;
        border-right: 15px solid #FFF; }
    .top-comparison .fuki .furuya-txt {
      font-weight: 700;
      font-family: "Noto Sans JP", sans-serif;
      color: #ff8712;
      font-size: 1.4rem; }
  @media screen and (max-width: 639px) {
    .top-comparison .road-txt {
      font-size: 1rem; }
    .top-comparison .fuki {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .top-comparison .fuki picture {
        margin-right: 23px;
        width: 22%; }
      .top-comparison .fuki .txt {
        width: 75%;
        padding: 4%;
        font-size: 1rem; }
      .top-comparison .fuki .furuya-txt {
        font-size: 1.2rem; } }

.support-plan {
  background: #FFF;
  padding: 40px;
  border-radius: 10px; }
  .support-plan .support-ttl {
    font-size: 2.4rem;
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    line-height: 1.4;
    text-align: center; }
  .support-plan .support-ttl_sub {
    background: #258b6b;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border-radius: 100px;
    display: table;
    margin: 0 auto 14px; }
  .support-plan .support-column {
    margin-top: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .support-plan .support-column .batsu-icon {
      margin: 0 20px;
      display: block;
      width: 70px; }
    .support-plan .support-column .support-item {
      width: 45%;
      border: 5px solid #258b6b;
      border-radius: 10px;
      text-align: center;
      padding: 20px; }
    .support-plan .support-column .plan-icon {
      position: relative;
      margin-top: -5em;
      width: 28%;
      max-width: 113px; }
    .support-plan .support-column .txt {
      font-size: 1.8rem;
      color: #258b6b;
      font-weight: 800;
      font-family: "Noto Sans JP", sans-serif;
      line-height: 1.4; }
    .support-plan .support-column .txt-s {
      font-weight: 700;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 1.4rem;
      display: block;
      line-height: 1.4; }
  @media screen and (max-width: 639px) {
    .support-plan {
      padding: 4%; }
      .support-plan .support-ttl {
        font-size: 1.6rem; }
      .support-plan .support-ttl_sub {
        font-size: 1rem;
        padding: 8px 20px; }
      .support-plan .support-column .support-item {
        width: 100%;
        padding: 4%; }
        .support-plan .support-column .support-item:first-child {
          margin-bottom: 5%; }
        .support-plan .support-column .support-item:last-child {
          margin-top: 15%; }
      .support-plan .support-column .batsu-icon {
        width: 3em; }
      .support-plan .support-column .txt {
        font-size: 1.4rem; }
      .support-plan .support-column .txt-s {
        font-size: 1.2rem; } }

.support-service {
  background: #258b6b;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 40px; }
  .support-service .service-ttl {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #FFF;
    line-height: 1.4; }
  .support-service .service-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px; }
    .support-service .service-list li {
      width: 49%;
      background: #FFF;
      line-height: 1.4;
      padding: 10px 20px;
      border-radius: 5px;
      margin-bottom: 10px;
      font-size: 1.2rem;
      font-weight: 700;
      font-family: "Noto Sans JP", sans-serif;
      color: #333333; }
  @media screen and (max-width: 639px) {
    .support-service {
      padding: 4%; }
      .support-service .service-ttl {
        font-size: 1.4rem; }
      .support-service .service-list li {
        width: 100%;
        font-size: 1rem; } }

.theory {
  padding: 90px 0;
  text-align: center;
  position: relative; }
  .theory .theory-ttl {
    font-size: 2.4rem;
    color: #258b6b;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px; }
  .theory .theory-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px; }
    .theory .theory-list li {
      width: 49%;
      background: #258b6b;
      padding: 15px 20px;
      border-radius: 5px;
      margin-bottom: 10px;
      text-align: center;
      color: #FFF;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.4; }
      .theory .theory-list li i {
        padding-right: 7px; }
  .theory .nagai {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 29%;
    max-width: 270px;
    min-width: 250px; }
  @media screen and (max-width: 639px) {
    .theory {
      padding: 10% 0; }
      .theory .theory-ttl {
        font-size: 1.6rem; }
      .theory .theory-list li {
        width: 100%;
        font-size: 1rem; } }

@media screen and (max-width: 957px) {
  .theory .nagai {
    display: none; } }

.reason-box {
  background: #ffe1a7;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 10; }
  .reason-box::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffe1a7; }
  .reason-box .txt {
    font-size: 1.6rem;
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    line-height: 1.4; }
  @media screen and (max-width: 639px) {
    .reason-box {
      padding: 4%; }
      .reason-box .txt {
        font-size: 1.2rem; } }

.contact {
  background: #ffba4e;
  padding: 40px 40px 90px; }
  .contact .contact-ttl {
    font-size: 2.8rem;
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 40px; }
  .contact .txt-s {
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.4;
    display: block;
    font-weight: bold;
    margin-bottom: 10px; }
  .contact .contact-box_sub {
    background: #FFF;
    padding: 40px;
    border-radius: 10px; }
  .contact .contact-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto auto 10px; }
  .contact .contact-item.-mail {
    width: 53%; }
  .contact .contact-item.-tel {
    width: 43%; }
  .contact .contact-item .contact-subttl {
    display: block;
    text-align: center;
    color: #333333;
    background: #ffe1a7;
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    position: relative; }
    .contact .contact-item .contact-subttl::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #ffe1a7; }
  .contact .con-btn {
    margin-top: 20px;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    line-height: 1.4;
    position: relative; }
  .contact .mail-btn {
    color: #FFF;
    padding: 13px 20px 14px;
    font-size: 1.5rem;
    font-weight: 700;
    border: 3px solid #feae47;
    background: #ffb94f;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb94f), to(#ee8711));
    background: -webkit-linear-gradient(top, #ffb94f 0%, #ee8711 100%);
    background: -o-linear-gradient(top, #ffb94f 0%, #ee8711 100%);
    background: linear-gradient(to bottom, #ffb94f 0%, #ee8711 100%); }
    .contact .mail-btn:hover {
      opacity: .8; }
      .contact .mail-btn:hover i {
        position: relative;
        right: -20px;
        opacity: 0; }
    .contact .mail-btn::before {
      content: '';
      display: inline-block;
      background: url(../../assets/images/top/btn_deco.svg) no-repeat center center/contain;
      vertical-align: middle;
      width: 2.6em;
      height: 2.6em; }
    .contact .mail-btn i {
      margin-left: 8px;
      font-size: 1.4rem;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      right: 0;
      vertical-align: middle; }
  .contact .btn-deco {
    width: 69px;
    vertical-align: middle; }
  .contact .tel-btn {
    font-size: 1.6rem;
    font-weight: 800;
    color: #333333;
    background: #FFF;
    border: 3px solid #ff8712;
    border-bottom: 8px solid #ff8712;
    padding: 10px 20px 3px; }
    .contact .tel-btn .txt-s {
      font-size: .9rem;
      padding-top: 5px; }
    .contact .tel-btn i {
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
      font-size: 1.2rem;
      vertical-align: middle;
      margin-right: 7px; }
  .contact .line-btn {
    display: block;
    margin-top: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .contact .line-btn:hover {
      opacity: .8; }
  @media screen and (max-width: 639px) {
    .contact {
      padding: 8% 0 10%; }
      .contact .contact-ttl {
        font-size: 1.6rem; }
      .contact .txt-s {
        font-size: 1rem; }
      .contact .contact-wrap {
        padding: 0; }
      .contact .contact-box_sub {
        padding: 4%; }
      .contact .contact-item.-mail {
        width: 100%;
        margin-bottom: 8%; }
      .contact .contact-item.-tel {
        width: 100%; }
      .contact .mail-btn {
        font-size: 1.2rem;
        padding: 13px; }
        .contact .mail-btn::before {
          background: none;
          content: 'カンタン申込み';
          display: block;
          background: #FFF;
          padding: 5px 0;
          width: 100%;
          text-align: center;
          border-radius: 5px;
          color: #ff8712;
          font-size: .9rem;
          font-weight: bold;
          height: auto;
          margin-bottom: 5px; }
      .contact .tel-btn {
        font-size: 1.2rem;
        padding: 10px 10px 3px; } }

.comparison table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto 90px;
  padding: 0;
  width: 100%;
  table-layout: fixed; }
  @media screen and (max-width: 639px) {
    .comparison table {
      overflow-x: scroll;
      width: 850px; } }
  .comparison table tr {
    background-color: #fff;
    padding: .35em;
    border: 2px solid #eee; }
    .comparison table tr:last-child {
      border: none; }
    .comparison table tr:first-child td {
      border-top: 1px solid #adadad; }
  .comparison table th {
    border-right: 2px solid #fff;
    font-size: .85em; }
    .comparison table th .non {
      border-right: none; }
  .comparison table td {
    padding: 16px;
    text-align: center;
    line-height: 1.6;
    vertical-align: middle;
    border-right: 1px solid #adadad;
    border-bottom: 1px solid #adadad; }
  .comparison table thead th {
    vertical-align: middle; }
  .comparison table thead .other {
    border-radius: 100px; }
  .comparison table thead .other-ttl {
    padding: 1em;
    background: #50535d;
    border-radius: 100px;
    margin: 0 10px;
    font-size: 1.2rem;
    font-weight: bold; }
  .comparison table thead tr {
    color: #fff; }
  .comparison table tbody th {
    background: #969696;
    color: #FFF;
    font-size: 1rem;
    font-weight: bold;
    border-right: 2px solid #eee;
    border-bottom: 1px solid #FFF;
    line-height: 1.6;
    vertical-align: middle; }
  .comparison table .bg-w {
    background: #FFF; }
  .comparison table .txt {
    text-align: left;
    font-size: .85em; }
  .comparison table .sub-buk {
    background: #ff8712;
    font-size: 1.2rem;
    font-weight: bold;
    border-top: 1px solid #ff8712 !important;
    border-right: 1px solid #ff8712;
    border-bottom: 1px solid #FFF; }
    .comparison table .sub-buk.-non {
      border-bottom: none; }
    .comparison table .sub-buk.-min {
      font-size: 1rem;
      text-align: left;
      font-weight: normal; }
  .comparison table .left {
    text-align: left; }
  .comparison table .price {
    color: #000;
    font-weight: bold;
    font-size: 1.4rem; }
  .comparison table .price span {
    font-size: .9rem; }
  .comparison table .sub-buk {
    color: #FFF; }
  .comparison table .buk {
    padding: 10px;
    border: 5px solid #ff8712; }
  .comparison table strong {
    color: #f43131;
    font-weight: bold; }

@media screen and (max-width: 600px) {
  .comparison .wrap {
    overflow-x: scroll; } }

@media screen and (max-width: 639px) {
  .comparison table {
    margin: 0 auto 8%; }
    .comparison table .price {
      font-size: 1.2rem; } }

.comparison-wrap {
  margin-bottom: 60px; }
  .comparison-wrap .com-item {
    width: 49%;
    padding: 40px; }
    .comparison-wrap .com-item.-other {
      background: #ededed; }
      .comparison-wrap .com-item.-other .com-item_ttl {
        font-size: 1.6rem;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        color: #616161; }
      .comparison-wrap .com-item.-other i {
        margin-right: 10px; }
    .comparison-wrap .com-item.-buk {
      background: #fff1d6; }
      .comparison-wrap .com-item.-buk .com-item_ttl img {
        height: 45px;
        display: block;
        margin: -1.4em auto 0; }
  .comparison-wrap .pen {
    font-weight: bold; }
  .comparison-wrap .f-orange {
    font-weight: bold;
    color: #ff8712; }
  .comparison-wrap .com-img {
    margin: 20px 0; }
  .comparison-wrap .com-item_ttl {
    text-align: center; }
  @media screen and (max-width: 639px) {
    .comparison-wrap {
      margin-bottom: 10%;
      margin-top: 5%; }
      .comparison-wrap .com-item {
        width: 100%;
        padding: 4%; }
        .comparison-wrap .com-item:first-child {
          margin-bottom: 5%; }
        .comparison-wrap .com-item.-buk .com-item_ttl img {
          margin: 0 auto; } }

.caution {
  padding: 40px;
  border: 1px solid #aaaaaa;
  position: relative;
  margin-bottom: 90px; }
  .caution .txt-box {
    width: 80%; }
  .caution .ttl-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .caution .ttl-wrap::before {
      content: '';
      display: inline-block;
      background: url(../../assets/images/top/comparison_caution.svg) no-repeat center center/contain !important;
      vertical-align: middle;
      width: 2.6em;
      height: 2.6em;
      margin-right: 20px; }
  .caution .caution-ttl {
    position: relative;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    line-height: 1.6;
    font-weight: 800; }
  .caution strong {
    font-weight: bold; }
  .caution .c-orange, .caution .pen {
    font-weight: 800;
    font-family: "Noto Sans JP", sans-serif; }
  .caution .txt {
    margin-top: 20px; }
  .caution .caution-img {
    position: absolute;
    width: 16%;
    right: 1em;
    bottom: 0;
    max-width: 190px;
    min-width: 150px; }
  @media screen and (max-width: 639px) {
    .caution {
      padding: 4%;
      margin-bottom: 10%; }
      .caution .ttl-wrap::before {
        width: 5em;
        height: 5em; }
      .caution .txt-box {
        width: 100%; }
      .caution .caution-ttl {
        font-size: 1.2rem; }
      .caution .caution-img {
        display: none; } }

.price {
  background: #f6f0ec;
  padding: 0 0 90px; }
  .price .price-box {
    background: #FFF;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 60px; }
  .price .main-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .price .main-price dl {
      width: 28%;
      text-align: center; }
      .price .main-price dl dt, .price .main-price dl dd {
        line-height: 1.4; }
      .price .main-price dl dt {
        background: #fbbc51;
        padding: 10px 20px;
        border-radius: 100px;
        color: #FFF;
        margin-bottom: 8px;
        font-weight: bold; }
      .price .main-price dl dd {
        font-size: 2.4rem;
        font-weight: bold;
        font-weight: 800;
        font-family: "Noto Sans JP", sans-serif;
        color: #333333; }
      .price .main-price dl .txt-s {
        font-size: 1.6rem;
        font-weight: 800;
        font-family: "Noto Sans JP", sans-serif;
        padding-right: 5px; }
      .price .main-price dl .txt-ss {
        font-size: .9rem; }
    .price .main-price .plus {
      width: 40px; }
  .price .point-box {
    background: #fff1d6;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px; }
    .price .point-box .point {
      font-weight: bold;
      color: #ff8712;
      padding-right: 20px; }
      .price .point-box .point i {
        margin-left: 10px;
        font-size: 1.2rem; }
    .price .point-box .txt {
      font-size: 1.1rem;
      font-weight: bold; }
  @media screen and (max-width: 639px) {
    .price {
      padding: 0 0 10%; }
      .price .price-box {
        padding: 4%; }
      .price .main-price dl {
        width: 100%; }
      .price .main-price .plus {
        margin: 5% auto; }
      .price .point-box {
        padding: 4%; }
        .price .point-box .txt {
          font-size: 1rem; }
        .price .point-box .point {
          display: block;
          text-align: center; } }

.price-ex .ex-wrap {
  margin-bottom: 40px; }

.price-ex .price-ex_ttl {
  font-size: 2.4rem;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.price-ex .ex-item {
  width: 48%;
  text-align: center; }
  .price-ex .ex-item .ex-item_ttl {
    background: #4a4a4a;
    padding: 20px;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 10px 10px 0 0; }
    .price-ex .ex-item .ex-item_ttl.-buk {
      background: #fbbc51; }
  .price-ex .ex-item .txt-box {
    background: #FFF;
    padding: 20px;
    border-radius: 0 0 10px 10px; }

.price-ex .price-col {
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .price-ex .price-col dl {
    display: inline-block; }
  .price-ex .price-col dt {
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    color: #333333;
    font-size: 1.8rem; }
    .price-ex .price-col dt.-ore {
      color: #ff8712; }
    .price-ex .price-col dt .txt-s {
      font-size: 1rem;
      font-weight: bold; }
  .price-ex .price-col .mark {
    display: inline-block;
    width: 30px;
    margin: 0 20px; }
  .price-ex .price-col .markimg {
    width: 100%; }

.price-ex .total {
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  color: #ff8712;
  font-size: 1.8rem; }
  .price-ex .total .ore-s {
    font-size: 1.1rem;
    font-weight: bold; }

@media screen and (max-width: 639px) {
  .price-ex .price-box {
    padding: 4%; }
  .price-ex .price-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .price-ex .price-col dt {
      font-size: 1.2rem; }
      .price-ex .price-col dt .txt-s {
        font-size: .9rem; }
    .price-ex .price-col .mark {
      width: 20px; }
  .price-ex .ex-item {
    width: 100%; }
    .price-ex .ex-item:first-child {
      margin-bottom: 5%; }
    .price-ex .ex-item .ex-item_ttl {
      font-size: 1.4rem;
      padding: 4%; } }

.flow {
  padding-bottom: 90px; }
  .flow .flow-box {
    position: relative;
    background: #f6f0ec;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 70px; }
    .flow .flow-box:last-child {
      margin-bottom: 0; }
      .flow .flow-box:last-child::after {
        display: none; }
    .flow .flow-box::before {
      display: block;
      font-size: 3rem;
      font-family: "Noto Sans JP", sans-serif;
      color: #ff8712;
      font-weight: 900; }
    .flow .flow-box::after {
      content: '';
      position: absolute;
      bottom: -3em;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: none;
      border-top: 30px solid #fbbc51;
      border-right: 30px solid transparent;
      border-left: 30px solid transparent; }
    .flow .flow-box.-num01::before {
      content: '1'; }
    .flow .flow-box.-num02::before {
      content: '2'; }
    .flow .flow-box.-num03::before {
      content: '3'; }
    .flow .flow-box.-num04::before {
      content: '4'; }
    .flow .flow-box.-num05::before {
      content: '5'; }
    .flow .flow-box.-num06::before {
      content: '6'; }
    .flow .flow-box.-num07::before {
      content: '7'; }
    .flow .flow-box.-num08::before {
      content: '8'; }
  .flow .txt-box {
    display: block;
    border-left: 3px solid #fbbc51;
    padding-left: 20px;
    margin-left: 20px;
    width: 70%;
    margin-right: 40px; }
  .flow .flow-ttl {
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #ff8712;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.4; }
  .flow .aside {
    background: #FFF;
    color: #4a4a4a;
    font-size: .9rem;
    padding: 20px;
    margin-top: 10px;
    border-radius: 5px; }
  .flow .subttl {
    background: #fbbc51;
    color: #FFF;
    font-weight: bold;
    font-size: 1rem;
    padding: 5px 20px;
    border-radius: 100px;
    display: table;
    margin-bottom: 10px; }
  .flow .flowpic {
    margin-left: auto;
    width: 30%; }
    .flow .flowpic img {
      width: 100%; }
  @media screen and (max-width: 639px) {
    .flow .flow-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 4%; }
      .flow .flow-box::before {
        font-size: 2rem; }
    .flow .txt-box {
      padding-left: 16px;
      margin-left: 16px;
      width: 86%;
      margin-right: 0; }
    .flow .flow-ttl {
      font-size: 1.4rem; }
    .flow .flowpic {
      width: 100%;
      margin-top: 5%; }
    .flow .subttl {
      font-size: .9rem;
      margin-bottom: 5px; }
    .flow .aside {
      padding: 4%; } }

.faq {
  background: #f6f0ec;
  padding-bottom: 90px; }
  .faq .faq-box {
    background: #FFF;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px; }
    .faq .faq-box:last-child {
      margin-bottom: 0; }
    .faq .faq-box dt, .faq .faq-box dd {
      line-height: 1.4;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .faq .faq-box dt {
      font-size: 1.6rem;
      font-family: "Noto Sans JP", sans-serif;
      color: #258b6b;
      font-weight: 800;
      display: block;
      border-bottom: 1px solid #ccc;
      padding-bottom: 15px;
      margin-bottom: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .faq .faq-box dt::before {
        content: '';
        display: inline-block;
        background: url(../../assets/images/top/faq_q.svg) no-repeat center center/contain !important;
        vertical-align: middle;
        width: 9%;
        height: 37px;
        max-width: 37px;
        min-width: 37px;
        margin-right: 20px; }
    .faq .faq-box dd::before {
      content: '';
      display: inline-block;
      background: url(../../assets/images/top/faq_a.svg) no-repeat top center/contain !important;
      vertical-align: middle;
      width: 35px;
      height: 48px;
      min-width: 37px;
      max-width: 100px;
      margin-right: 20px; }
  @media screen and (max-width: 639px) {
    .faq {
      padding-bottom: 10%; }
      .faq .faq-box {
        padding: 4%; }
        .faq .faq-box dt {
          font-size: 1.2rem; } }

.cntact-form, #popup-con {
  background: #ffe1a7; }
  .cntact-form .mail-ttl, #popup-con .mail-ttl {
    font-weight: 900;
    font-size: 1.4rem;
    text-align: center;
    color: #333333;
    margin: 60px auto 40px; }
  .cntact-form .tel-num, #popup-con .tel-num {
    font-size: 2rem;
    color: #ff6d25;
    font-weight: 900;
    text-align: center;
    display: table;
    margin: 20px auto 12px; }
  .cntact-form .tel-info, #popup-con .tel-info {
    font-size: 1rem;
    color: #333333;
    line-height: 1.4;
    font-weight: bold; }
    .cntact-form .tel-info .waku, #popup-con .tel-info .waku {
      padding: 2px 4px;
      border: 2px solid #333333;
      font-size: .85rem;
      font-weight: bold;
      margin-right: 8px; }
  .cntact-form .tel-box, #popup-con .tel-box {
    background: #FFF;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #ff8712;
    width: 70%;
    margin: 0 auto 10px;
    max-width: 450px; }
    .cntact-form .tel-box i, #popup-con .tel-box i {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1);
      font-size: 1.4rem;
      vertical-align: bottom;
      margin-right: 8px;
      padding: 4px 0; }
    .cntact-form .tel-box::before, #popup-con .tel-box::before {
      display: table;
      content: 'お電話はこちら';
      background: #ff8712;
      font-size: 1.2rem;
      font-weight: 700;
      text-align: center;
      margin: -3rem auto 0;
      color: #FFF;
      padding: 10px 20px;
      border-radius: 50px; }
  @media screen and (max-width: 639px) {
    .cntact-form, #popup-con {
      padding: 0 0 15%; }
      .cntact-form .mail-ttl, #popup-con .mail-ttl {
        font-weight: 900;
        font-size: 1rem;
        text-align: center;
        color: #333333;
        margin: 10% auto; }
      .cntact-form .tel-box, #popup-con .tel-box {
        width: 100%;
        padding: 1.6rem 4% 4%; }
        .cntact-form .tel-box::before, #popup-con .tel-box::before {
          padding: 4%;
          font-size: 1rem; }
        .cntact-form .tel-box i, #popup-con .tel-box i {
          padding: 4px 0 2px;
          font-size: 1.2rem; }
      .cntact-form .tel-num, #popup-con .tel-num {
        font-size: 1.8rem;
        margin: 4% auto 12px; }
      .cntact-form .tel-info, #popup-con .tel-info {
        font-size: .9rem; }
        .cntact-form .tel-info .waku, #popup-con .tel-info .waku {
          display: table;
          margin: 0 auto 1%; } }

.cntact-form .form, #popup-con .form {
  margin: 0 auto 0; }
  .cntact-form .form .submit-btn, #popup-con .form .submit-btn {
    padding: 7px 10px;
    border-radius: 5px;
    width: 300px;
    font-size: 1rem; }

.cntact-form .form-ttl, #popup-con .form-ttl {
  background: #ff9966;
  color: #FFF;
  display: block;
  padding: 5px 10px;
  border-radius: 5px; }

.cntact-form .my-parts, #popup-con .my-parts {
  text-align: left; }
  .cntact-form .my-parts .form-ttl, #popup-con .my-parts .form-ttl {
    margin-bottom: 15px;
    padding-left: 5px; }
    .cntact-form .my-parts .form-ttl .small, #popup-con .my-parts .form-ttl .small {
      font-size: .8rem;
      margin-left: 10px; }

.cntact-form .mt, #popup-con .mt {
  margin: 20px auto 10px !important; }

.cntact-form .my-parts input[type="radio"], #popup-con .my-parts input[type="radio"] {
  display: none; }

.cntact-form .my-parts input[type="radio"] + span, #popup-con .my-parts input[type="radio"] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 .2em 0;
  cursor: pointer; }

.cntact-form .my-parts input[type="radio"] + span::before, #popup-con .my-parts input[type="radio"] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 1em;
  height: 1em;
  display: block; }

.cntact-form .my-parts input[type="radio"]:checked + span::after, #popup-con .my-parts input[type="radio"]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #3689f4;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  border: .2em solid #fff;
  display: block; }

.cntact-form .contact-item, #popup-con .contact-item {
  position: relative;
  width: 50%;
  min-width: 500px;
  margin: 0 auto 10px; }
  .cntact-form .contact-item input[type=text], .cntact-form .contact-item input[type=email], .cntact-form .contact-item input[type=tel], #popup-con .contact-item input[type=text], #popup-con .contact-item input[type=email], #popup-con .contact-item input[type=tel] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0;
    padding: 0.5em 0.3em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #8b8b8b;
    border-radius: 4px;
    outline: none;
    background: #FFF; }
  .cntact-form .contact-item textarea, #popup-con .contact-item textarea {
    width: 100%;
    border: 2px solid #8b8b8b;
    border-radius: 4px;
    margin: 8px 0 12px;
    outline: none;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 15px;
    color: #333;
    background: #FFF;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif; }
  .cntact-form .contact-item .fa-comment, #popup-con .contact-item .fa-comment {
    top: 10px; }
  .cntact-form .contact-item input[type=text]:focus, .cntact-form .contact-item input[type=email]:focus, .cntact-form .contact-item input[type=tel]:focus, #popup-con .contact-item input[type=text]:focus, #popup-con .contact-item input[type=email]:focus, #popup-con .contact-item input[type=tel]:focus {
    border-color: #f43131; }
  .cntact-form .contact-item input[type=text], .cntact-form .contact-item input[type=email], .cntact-form .contact-item input[type=tel], #popup-con .contact-item input[type=text], #popup-con .contact-item input[type=email], #popup-con .contact-item input[type=tel] {
    padding-left: 15px; }
  .cntact-form .contact-item i, #popup-con .contact-item i {
    position: absolute;
    top: 14px;
    left: 0;
    padding: 9px 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #aaaaaa; }
  .cntact-form .contact-item input[type=text]:focus + i, .cntact-form .contact-item input[type=email]:focus + i, .cntact-form .contact-item input[type=tel]:focus + i, #popup-con .contact-item input[type=text]:focus + i, #popup-con .contact-item input[type=email]:focus + i, #popup-con .contact-item input[type=tel]:focus + i {
    color: #f43131; }
  .cntact-form .contact-item::after, #popup-con .contact-item::after {
    content: '必須';
    position: absolute;
    right: .5em;
    top: .5em;
    font-size: .8rem;
    background: #f43131;
    padding: .25rem .5rem;
    color: #fff;
    border-radius: 3px; }
  .cntact-form .contact-item:nth-of-type(4)::after, .cntact-form .contact-item:nth-of-type(5)::after, #popup-con .contact-item:nth-of-type(4)::after, #popup-con .contact-item:nth-of-type(5)::after {
    display: none; }

.cntact-form .btn, #popup-con .btn {
  padding: 0;
  font-size: 1.4rem !important; }
  .cntact-form .btn input, #popup-con .btn input {
    padding: 30px 0;
    color: #FFF; }

@media screen and (max-width: 639px) {
  .cntact-form, #popup-con {
    margin: 10% auto 0; }
    .cntact-form form, #popup-con form {
      margin-top: 5%; }
    .cntact-form .form, #popup-con .form {
      margin: 0 auto 0; }
      .cntact-form .form .submit-btn, #popup-con .form .submit-btn {
        padding: 3% 0;
        border-radius: 5px;
        width: 100%; }
    .cntact-form .contact-item, #popup-con .contact-item {
      position: relative;
      width: 90%;
      min-width: auto;
      margin: 0 auto;
      position: relative; }
      .cntact-form .contact-item input[type=text], .cntact-form .contact-item input[type=email], .cntact-form .contact-item input[type=tel], #popup-con .contact-item input[type=text], #popup-con .contact-item input[type=email], #popup-con .contact-item input[type=tel] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 8px 0;
        padding: 0.5em 0.3em;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border: 2px solid #8b8b8b;
        border-radius: 4px;
        outline: none; }
      .cntact-form .contact-item input[type=text]:focus, .cntact-form .contact-item input[type=email]:focus, .cntact-form .contact-item input[type=tel]:focus, #popup-con .contact-item input[type=text]:focus, #popup-con .contact-item input[type=email]:focus, #popup-con .contact-item input[type=tel]:focus {
        border-color: #f43131; }
      .cntact-form .contact-item input[type=text], .cntact-form .contact-item input[type=email], .cntact-form .contact-item input[type=tel], #popup-con .contact-item input[type=text], #popup-con .contact-item input[type=email], #popup-con .contact-item input[type=tel] {
        padding-left: 15px; }
      .cntact-form .contact-item i, #popup-con .contact-item i {
        position: absolute;
        top: 14px;
        left: 0;
        padding: 9px 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: #aaaaaa; }
      .cntact-form .contact-item input[type=text]:focus + i, .cntact-form .contact-item input[type=email]:focus + i, .cntact-form .contact-item input[type=tel]:focus + i, #popup-con .contact-item input[type=text]:focus + i, #popup-con .contact-item input[type=email]:focus + i, #popup-con .contact-item input[type=tel]:focus + i {
        color: #f43131; }
      .cntact-form .contact-item::after, #popup-con .contact-item::after {
        content: '必須';
        position: absolute;
        right: .5em;
        top: .5em;
        font-size: .8rem;
        background: #f43131;
        padding: .25rem .5rem;
        color: #fff;
        border-radius: 3px; } }

@media screen and (max-width: 639px) {
  .con-wrap {
    overflow-y: scroll; } }

.cntact-form .con-wrap {
  padding: 0; }

.cntact-form {
  padding-bottom: 90px; }
  .cntact-form.-thanks {
    padding-top: 40px;
    margin: 0 auto 0; }
  @media screen and (max-width: 639px) {
    .cntact-form {
      padding-bottom: 10%; } }

.contact-column {
  width: 60%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto; }

.formTable {
  max-width: 1200px;
  margin: 80px auto 30px !important;
  width: 60%; }
  .formTable tr {
    border: 3px solid; }
  .formTable th {
    background: #ddd;
    padding: 12px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4; }
  .formTable td {
    margin-left: 2px;
    padding: 12px;
    display: block; }
  @media screen and (max-width: 639px) {
    .formTable {
      width: 100% !important; }
      .formTable th {
        display: block;
        padding: 3%;
        text-align: left; }
      .formTable td {
        margin-bottom: 4%;
        padding: 2%; } }

.re-page {
  margin-left: 20px; }
  @media screen and (max-width: 639px) {
    .re-page {
      margin-left: 0 !important;
      margin-top: 5%; } }

@media screen and (max-width: 639px) {
  .contact-attention {
    margin: 10% auto 5% !important;
    width: 90% !important;
    line-height: 1.4; } }

#formWrap {
  padding: 80px 0; }
  @media screen and (max-width: 639px) {
    #formWrap {
      padding: 15% 0; } }

.btn__black {
  border: none;
  margin-left: 10px; }
  @media screen and (max-width: 639px) {
    .btn__black {
      margin-left: 0;
      margin-top: 4%; } }

#popup-con {
  background: #FFF;
  padding: 4%;
  border-radius: 10px;
  margin-bottom: 90px; }
  #popup-con .con-txt {
    margin-bottom: 20px; }
  @media screen and (max-width: 639px) {
    #popup-con {
      margin-bottom: 10%; }
      #popup-con .con-txt {
        font-size: .9rem; } }

.lity {
  background: rgba(0, 0, 0, 0.4); }

.lity-container {
  width: 94%;
  max-width: 640px; }

.other-job {
  background-image: url(../../assets/images/top/company-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 90px 0; }
  .other-job .job-ttl {
    font-size: 2.4rem;
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 60px; }
  .other-job .group-txt {
    margin-bottom: 40px; }
  .other-job .company-logo {
    margin: 40px auto;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .other-job .company-logo::before, .other-job .company-logo::after {
      content: "";
      display: inline-block;
      background: #666;
      position: absolute;
      top: 50%;
      height: 1px;
      width: 25%; }
    .other-job .company-logo::before {
      left: 0; }
    .other-job .company-logo::after {
      right: 0; }
    .other-job .company-logo > .-group {
      font-size: 2.5rem;
      font-family: serif;
      margin-top: 1rem; }
    .other-job .company-logo img {
      width: 280px;
      display: block; }
  .other-job .company-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .other-job .company-wrap .company-img {
      width: 20%;
      margin-right: 50px;
      -webkit-box-shadow: 10px 10px 0px 0px #fba812;
      box-shadow: 10px 10px 0px 0px #fba812; }
    .other-job .company-wrap .company-txt {
      width: 40%; }
  @media screen and (max-width: 639px) {
    .other-job .company-logo::before, .other-job .company-logo::after {
      display: none; }
    .other-job .company-logo > .-group {
      font-size: 1.2rem; }
    .other-job .company-logo img {
      width: 50%; }
    .other-job .company-wrap {
      margin-bottom: 40px; }
      .other-job .company-wrap .company-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        -webkit-box-shadow: 10px 10px 0px 0px #fba812;
        box-shadow: 10px 10px 0px 0px #fba812; }
      .other-job .company-wrap .company-txt {
        width: 100%; } }

.thanks-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 40px; }

.thanks-btn {
  background: #ff8712;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.2rem;
  padding: 10px 40px;
  border-radius: 100px;
  display: block;
  margin: 20px auto 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  max-width: 450px; }
  .thanks-btn:hover {
    opacity: .7; }
  @media screen and (max-width: 639px) {
    .thanks-btn {
      padding: 10px 0;
      width: 100%;
      max-width: auto; } }

.personal {
  width: 50%;
  height: 150px;
  margin: 30px auto;
  overflow-y: scroll;
  border: 1px solid #bfbfbf;
  padding: 27px 25px;
  background: #FFF; }
  .personal h3 {
    color: #07416b;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold; }
  .personal p {
    color: #2b2b2b;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 35px;
    text-align: left;
    width: 100%; }
  .personal ul {
    width: 100%;
    margin-bottom: 35px; }
    .personal ul li {
      text-align: left;
      font-size: 12px;
      line-height: 1.5;
      padding: 0; }
  @media screen and (max-width: 639px) {
    .personal {
      width: 100%; } }

.lity-content #popup-con {
  overflow-y: scroll; }

.cntact-form #popup-con {
  max-height: none !important; }

.copy {
  font-size: 0.9em;
  color: #eee;
  background: #333;
  padding: 20px 0;
  text-align: center; }
  @media screen and (max-width: 639px) {
    .copy {
      text-align: center !important; } }

@media screen and (max-width: 639px) {
  .re-btn {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 50;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 30%;
    z-index: 200;
    max-width: 80px; }
    .re-btn img {
      width: 100%;
      display: none; }
    .re-btn:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)"; } }

@media screen and (min-width: 640px) {
  .re-btn {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 50;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    max-width: 140px; }
    .re-btn img {
      width: 100%;
      display: block; }
    .re-btn:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)"; } }

/*  navigation  */
header {
  position: relative; }

.container {
  overflow: hidden;
  padding: 0 2%; }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 4%; } }

.header-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 500;
  position: relative; }
  @media screen and (max-width: 959px) {
    .header-top {
      position: fixed;
      width: 96%;
      padding: 0 4%;
      top: 0;
      left: 0;
      background: none;
      z-index: 100;
      height: 60px; }
      .header-top #gNav {
        display: block; }
      .header-top h1 img {
        width: 205px; } }
  @media screen and (min-width: 960px) {
    .header-top {
      border-top: none;
      margin: 0 auto;
      left: 0;
      right: 0;
      padding: 12px 20px; } }
  @media screen and (max-width: 639px) {
    .header-top {
      background: none; } }

/* .hidden {
  background: none;
  transition: all 0.5s ease;
} */
.logo-hidden {
  display: none; }

.nav-fixed {
  position: fixed;
  top: 10px;
  width: 96%;
  z-index: 100;
  border-radius: 100px; }

/*ドロワー*/
.l-drawer {
  position: relative; }
  .l-drawer__checkbox {
    display: none; }
  .l-drawer__icon {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: fixed;
    right: 0;
    top: 0;
    background: #ff8712; }
    @media screen and (min-width: 960px) {
      .l-drawer__icon {
        display: none; } }
    .l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
      background-color: #FFF;
      display: block;
      width: 26px;
      height: 2px;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
    .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
      content: " "; }
    .l-drawer__icon-parts:before {
      top: 16px; }
    .l-drawer__icon-parts:after {
      top: -16px; }
  .l-drawer__overlay {
    background: #000;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0; }
  .l-drawer__menu {
    background: #ff8712;
    color: #FFF;
    max-width: 100%;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: -320px; }
    .l-drawer__menu .nav-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .l-drawer__menu .nav-list .recruit-link {
        text-align: center;
        background: #ffe185;
        padding: 10px 3em;
        color: #333333;
        position: relative; }
        .l-drawer__menu .nav-list .recruit-link .txt-s {
          color: #FFF; }
        .l-drawer__menu .nav-list .recruit-link::before {
          content: '';
          display: block;
          width: 25px;
          height: 25px;
          position: absolute;
          top: 50%;
          bottom: 0;
          left: .65em;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          background: url(../images//common/recruit_icon.svg) no-repeat center right/contain !important; }
        .l-drawer__menu .nav-list .recruit-link::after {
          content: '';
          display: block;
          width: 12px;
          height: 18px;
          position: absolute;
          top: 50%;
          bottom: 0;
          right: 1.2em;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          background: url(../images//common/arrow.svg) no-repeat center right/contain !important;
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s; }
        .l-drawer__menu .nav-list .recruit-link:hover {
          opacity: .7;
          color: #333333; }
          .l-drawer__menu .nav-list .recruit-link:hover::after {
            right: 0em;
            opacity: 0; }
      .l-drawer__menu .nav-list .tel-link .tel-img {
        width: 175px;
        min-width: 175px; }
      .l-drawer__menu .nav-list li {
        border-bottom: 1px solid #ffa34a; }
        .l-drawer__menu .nav-list li:last-child a {
          background: #FFF; }
      .l-drawer__menu .nav-list li a {
        color: #FFF;
        padding: 15px;
        font-family: "Noto Sans JP", sans-serif;
        background: #ff8712;
        font-weight: bold;
        display: block;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        text-align: center;
        font-size: .9rem; }
        .l-drawer__menu .nav-list li a i {
          margin-right: 7px; }
        .l-drawer__menu .nav-list li a .txt-s {
          font-size: .8rem;
          display: block;
          padding-top: 7px;
          color: #333333; }
        .l-drawer__menu .nav-list li a:hover {
          color: #ff8712; }
          @media screen and (max-width: 639px) {
            .l-drawer__menu .nav-list li a:hover {
              color: #FFF; } }
    .l-drawer__menu .top-nav_list {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin: 3.7em 0 0; }
      .l-drawer__menu .top-nav_list .l-drawer__item:last-child {
        margin-bottom: 0; }
      .l-drawer__menu .top-nav_list .top-link {
        padding: 6px 10px 6px 2.2em;
        font-size: 1rem;
        position: relative;
        background: #FFF;
        font-family: "Noto Sans JP", sans-serif;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
        .l-drawer__menu .top-nav_list .top-link::before {
          content: '';
          display: block;
          -webkit-transform: translate(0, -51%);
          -ms-transform: translate(0, -51%);
          transform: translate(0, -51%);
          width: 2em;
          height: 100%;
          padding: 1px;
          position: absolute;
          top: 50%;
          left: -.1em;
          bottom: 0;
          right: 0; }
        .l-drawer__menu .top-nav_list .top-link.-recruit {
          color: #ff8712;
          border: 1px solid #ff8712; }
          .l-drawer__menu .top-nav_list .top-link.-recruit::before {
            background: url(../images//common/icon_recruit.svg) no-repeat center center/contain; }
          .l-drawer__menu .top-nav_list .top-link.-recruit:hover {
            background: #ff8712;
            color: #FFF; }
        .l-drawer__menu .top-nav_list .top-link.-mail {
          color: #f43131;
          border: 1px solid #ff8712; }
          .l-drawer__menu .top-nav_list .top-link.-mail::before {
            background: url(../images//common/icon_mail.svg) no-repeat center center/contain;
            left: -.1em; }
          .l-drawer__menu .top-nav_list .top-link.-mail:hover {
            background: #f43131;
            color: #FFF; }
    @media screen and (min-width: 960px) {
      .l-drawer__menu {
        width: 100%;
        right: 0;
        position: relative;
        height: auto;
        overflow: hidden;
        background: none;
        padding: 5px 0; }
        .l-drawer__menu .nav-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .l-drawer__menu .nav-list li {
            margin-right: 18px;
            border-bottom: none; }
          .l-drawer__menu .nav-list .nav-link {
            border-bottom: none; }
          .l-drawer__menu .nav-list li i {
            padding-right: 5px;
            color: #ff8712; }
          .l-drawer__menu .nav-list li a {
            color: #333333;
            padding: 0;
            background: none; }
            .l-drawer__menu .nav-list li a:hover {
              color: #ff8712; }
          .l-drawer__menu .nav-list .recruit-link {
            text-align: left; }
        .l-drawer__menu .top-nav_list {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          margin: 0 0 14px; }
          .l-drawer__menu .top-nav_list .top-link {
            padding: 6px 10px 6px 1em; }
            .l-drawer__menu .top-nav_list .top-link::before {
              content: '';
              display: block;
              -webkit-transform: translate(0, -51%);
              -ms-transform: translate(0, -51%);
              transform: translate(0, -51%);
              width: 30%;
              height: 100%;
              padding: 1px;
              position: absolute;
              top: 50%;
              left: -1.5em;
              bottom: 0;
              right: 0; }
            .l-drawer__menu .top-nav_list .top-link.-recruit {
              color: #ff8712;
              border: 1px solid #ff8712; }
              .l-drawer__menu .top-nav_list .top-link.-recruit::before {
                background: url(../images//common/icon_recruit.svg) no-repeat center center/contain; }
              .l-drawer__menu .top-nav_list .top-link.-recruit:hover {
                background: #ff8712;
                color: #FFF; }
            .l-drawer__menu .top-nav_list .top-link.-mail {
              color: #f43131;
              border: 1px solid #f43131; }
              .l-drawer__menu .top-nav_list .top-link.-mail::before {
                background: url(../images//common/icon_mail.svg) no-repeat center center/contain;
                left: -1.7em; }
              .l-drawer__menu .top-nav_list .top-link.-mail:hover {
                background: #f43131;
                color: #FFF; }
            .l-drawer__menu .top-nav_list .top-link.-fb::before {
              background: url(../images//common/icon_fb.svg) no-repeat center center/contain; }
            .l-drawer__menu .top-nav_list .top-link.-fb:hover {
              color: #FFF; } }
  .l-drawer__icon {
    z-index: 4; }
  .l-drawer__menu {
    z-index: 3; }
  .l-drawer__overlay {
    z-index: 2; }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
    background: transparent; }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0; }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0; }
  .l-drawer__checkbox:checked ~ .l-drawer__overlay {
    pointer-events: auto; }
  .l-drawer__checkbox:checked ~ .l-drawer__menu {
    right: 0;
    height: 100%;
    width: 100%; }
  .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s; }

.sp-nav {
  display: none; }

@media screen and (max-width: 959px) {
  .sp-nav {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 500;
    background: #FFF;
    width: 100%; }
    .sp-nav ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .sp-nav ul li {
        text-align: center;
        padding: 10px 5px;
        width: 33.33333333%;
        border-right: 1px solid #fbbc51;
        border-bottom: 1px solid #fbbc51; }
        .sp-nav ul li:nth-of-type(1), .sp-nav ul li:nth-of-type(3) {
          border-left: 1px solid #fbbc51; }
        .sp-nav ul li:nth-of-type(1), .sp-nav ul li:nth-of-type(2) {
          width: 50%;
          border-top: 1px solid #fbbc51; }
        .sp-nav ul li a {
          color: #333333;
          font-size: .8rem;
          font-weight: bold;
          line-height: 1.4; }
        .sp-nav ul li i {
          color: #ff8712;
          margin-right: 5px; } }

/*   共通
================================================ */
.inner {
  max-width: 1200px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 639px) {
    .inner {
      width: 92%; } }

.inner02 {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.inner03 {
  margin-left: auto;
  margin-right: auto;
  position: relative; }

@media screen and (max-width: 639px) {
  .sp {
    display: block; } }

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

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

@media screen and (min-width: 640px) {
  .pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.t-c {
  text-align: center; }

.block {
  display: block; }

.table {
  display: table; }

@media all and (-ms-high-contrast: none\0) {
  .br::before *::-ms-backdrop, .br::before {
    color: rgba(255, 255, 255, 0); } }

@media screen and (min-width: 640px) {
  .br::before {
    content: "\A";
    white-space: pre; } }

@media all and (-ms-high-contrast: none\0) {
  .br *::-ms-backdrop, .br {
    color: rgba(255, 255, 255, 0); } }

@media screen and (min-width: 640px) {
  br.-sp {
    display: none; } }

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

.shadow {
  -webkit-box-shadow: 0px 8px 18px -7px #b0b0b0;
  box-shadow: 0px 8px 18px -7px #b0b0b0; }

/*   BUTTON（ボタン）
================================================ */
.btn {
  font-weight: bold;
  text-align: center;
  display: table;
  position: relative;
  font-size: 1rem;
  padding: 20px 50px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-radius: 10px; }
  .btn i {
    margin-left: 10px; }
  .btn::after {
    /* @include vertical;
    @include wh(9px, 15px);
    @include absolute(50%, auto, 0, 6%);
    transition: .4s; */ }
  .btn:hover {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  .btn.-orange {
    background: #ff8712;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 5px 0 #d44114;
    box-shadow: 0 5px 0 #d44114; }
    .btn.-orange:hover {
      -webkit-box-shadow: 0 3px 0 #d44114;
      box-shadow: 0 3px 0 #d44114; }
  .btn.-red {
    background: #f43131;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 5px 0 #a00d0d;
    box-shadow: 0 5px 0 #a00d0d; }
    .btn.-red:hover {
      -webkit-box-shadow: 0 3px 0 #a00d0d;
      box-shadow: 0 3px 0 #a00d0d; }
  .btn.-center {
    margin-left: auto;
    margin-right: auto; }
  .btn.-txt_b {
    margin-top: 30px; }
  .btn.-gray {
    background: #e4e4e4;
    color: #333333;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 5px 0 #969696;
    box-shadow: 0 5px 0 #969696; }
    .btn.-gray:hover {
      -webkit-box-shadow: 0 3px 0 #969696;
      box-shadow: 0 3px 0 #969696; }
  @media screen and (max-width: 639px) {
    .btn {
      width: 100%;
      padding: 4% 0; } }

/*   見出し
------------------------------------------ */
.main-ttl {
  position: relative;
  display: block;
  padding: 20px 0;
  background: #258b6b;
  text-align: center;
  margin-bottom: 90px; }
  .main-ttl.-orange {
    background: #ff8712; }
  .main-ttl .ttl-num {
    vertical-align: baseline;
    width: 63px; }
  @media screen and (max-width: 639px) {
    .main-ttl {
      padding: 3% 0;
      margin-bottom: 10%; }
      .main-ttl .ttl-num {
        display: block;
        margin: 0 auto -.4em;
        z-index: -1;
        position: relative;
        vertical-align: bottom; } }

.ttl {
  position: relative;
  z-index: 10;
  display: table;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  font-style: italic;
  line-height: 1.4; }
  .ttl.-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .ttl.-blue::before {
    content: '';
    display: block;
    background: url(../../assets/images/top/ttl_icon_blue.svg) no-repeat top left/contain !important;
    width: 88px;
    height: 88px;
    position: absolute;
    top: -1.7em;
    left: -4em;
    bottom: 0;
    right: 0;
    z-index: -5; }
  @media screen and (max-width: 639px) {
    .ttl {
      font-size: 1.7rem; }
      .ttl img {
        max-width: auto; } }

.sub-ttl {
  font-size: 1.4rem;
  color: #ffe185;
  display: block;
  font-style: normal;
  margin-bottom: 20px; }
  @media screen and (max-width: 639px) {
    .sub-ttl {
      display: none; } }

.sub-ttl_sp {
  font-size: .9rem;
  color: #ffe185;
  display: block;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 4px; }

/*   段落・テキスト
------------------------------------------ */
.txt {
  line-height: 1.6;
  font-size: 1rem;
  color: #333333; }
  .txt.-tll {
    font-size: 1.5rem; }
  .txt.-tl {
    font-size: 1.2rem; }
  .txt.-ts {
    font-size: .8rem; }
  .txt.-bold {
    font-weight: bold; }
  .txt.-white {
    color: #FFF; }
  .txt.-black {
    color: #333333; }
  .txt.-blue {
    color: #0086d1; }
  .txt.-yellow {
    color: #ffe185; }
  .txt.-ttl {
    margin-top: 60px; }
  .txt.-center {
    text-align: center; }

.sec-wrap {
  padding-bottom: 90px;
  padding-bottom: 10%; }

.penbold {
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffe185));
  background: -webkit-linear-gradient(transparent 80%, #ffe185 80%);
  background: -o-linear-gradient(transparent 80%, #ffe185 80%);
  background: linear-gradient(transparent 80%, #ffe185 80%); }
  @media screen and (max-width: 639px) {
    .penbold {
      font-size: 1.2rem; } }

.penbold02 {
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffe185));
  background: -webkit-linear-gradient(transparent 80%, #ffe185 80%);
  background: -o-linear-gradient(transparent 80%, #ffe185 80%);
  background: linear-gradient(transparent 80%, #ffe185 80%); }
  @media screen and (max-width: 639px) {
    .penbold02 {
      font-size: 1.2rem; } }

.pen {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffe185));
  background: -webkit-linear-gradient(transparent 80%, #ffe185 80%);
  background: -o-linear-gradient(transparent 80%, #ffe185 80%);
  background: linear-gradient(transparent 80%, #ffe185 80%); }

.c-green {
  color: #258b6b; }

.c-orange {
  color: #ff8712; }

.bold {
  font-weight: bold; }

.fixrd-btn {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 200; }
  .fixrd-btn .fix-btn {
    display: block; }
    .fixrd-btn .fix-btn img {
      width: 50px; }
  .fixrd-btn li {
    display: table;
    margin-bottom: 10px; }
    .fixrd-btn li:last-child {
      margin-bottom: 0; }
  .fixrd-btn .sp-icon {
    display: none; }
  @media screen and (max-width: 639px) {
    .fixrd-btn {
      left: 0;
      top: auto;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      bottom: 16%;
      width: 45px; }
      .fixrd-btn .fix-btn img {
        width: 45px; }
      .fixrd-btn li {
        margin-bottom: 4px; }
      .fixrd-btn .sp-icon {
        display: table; } }

.mail_logo {
  display: block;
  margin: 20px auto 0;
  width: 200px; }

/*   HELPER
------------------------------------------ */
@media screen and (min-width: 640px) {
  .ta-c {
    text-align: center !important; } }

.ta-r {
  text-align: right !important; }

.ta-l {
  text-align: left !important; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mt110 {
  margin-top: 110px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mt120 {
  margin-top: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mt130 {
  margin-top: 130px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.mt140 {
  margin-top: 140px !important; }

.mb140 {
  margin-bottom: 140px !important; }

@media screen and (max-width: 639px) {
  .mb80 {
    margin-bottom: 68px !important; } }

@media screen and (max-width: 639px) {
  .mt80 {
    margin-top: 68px !important; } }

@media screen and (max-width: 639px) {
  .mt30 {
    margin-top: 20px !important; } }

@media screen and (max-width: 639px) {
  .mt40 {
    margin-top: 30px !important; } }

@media screen and (max-width: 639px) {
  .mt60 {
    margin-top: 46px !important; } }

@media screen and (max-width: 639px) {
  .mt50 {
    margin-top: 40px !important; } }

@media screen and (max-width: 639px) {
  .mt100 {
    margin-top: 80px !important; } }

@media screen and (max-width: 639px) {
  .mb100 {
    margin-bottom: 80px !important; } }

@media screen and (max-width: 639px) {
  .font-small {
    font-size: 0.8em; } }

@media screen and (max-width: 639px) {
  .move-recruit {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border-bottom: 1px solid #fff; } }

.cntact-form.-shindan{
  padding: 60px 0;
}
.main-ttl.-mb0{
  margin-bottom: 0;
}

.cntact-form.-shindan .contact-item:nth-of-type(4)::after, .cntact-form.-shindan .contact-item:nth-of-type(8)::after {
  display: none; }
.cntact-form.-shindan .contact-item:nth-of-type(5)::after{
  display: block!important;
}