@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700;800;900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* ブレークポイント関連 */
/* ============================================ */
@media screen and (min-width: 1025px) {
  .pc {
    display: none !important; } }

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .tab {
    display: none !important; } }

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

/* 変数_カラー */
/* ============================================ */
/* 変数_フォント/
/* ============================================ */
/* ベース共通 */
/* ============================================ */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #160000; }

a:hover {
  cursor: pointer; }
  @media screen and (min-width: 1025px) {
    a:hover {
      opacity: 0.75; } }

/* コンテンツ共通 */
/* ============================================ */
.contents_title {
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .contents_title {
      padding: 120px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .contents_title {
      padding: 100px 0; } }
  @media screen and (max-width: 599px) {
    .contents_title {
      padding: 60px 0; } }

.contents_title h2 {
  font-weight: 800; }
  @media screen and (min-width: 1025px) {
    .contents_title h2 {
      font-size: 32px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .contents_title h2 {
      font-size: 30px; } }
  @media screen and (max-width: 599px) {
    .contents_title h2 {
      font-size: 27px; } }

@media screen and (min-width: 1025px) {
  .contents_small_wrapper {
    padding: 0 80px 120px 80px; } }
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .contents_small_wrapper {
    padding: 0 50px 100px 50px; } }
@media screen and (max-width: 599px) {
  .contents_small_wrapper {
    padding: 0 20px 50px 20px; } }
.contents_small_wrapper .inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }

.basic_table {
  width: 100%;
  border-top: 1px solid #160000;
  border-bottom: 1px solid #160000; }

.basic_table dl {
  border-bottom: 1px dashed #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .basic_table dl:last-child {
    border-bottom: none; }
  @media screen and (max-width: 599px) {
    .basic_table dl {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .basic_table dl dt {
    width: 30%;
    padding: 30px;
    line-height: 2; }
    @media screen and (max-width: 599px) {
      .basic_table dl dt {
        width: 100%;
        padding: 30px 20px 15px 20px; } }
  .basic_table dl dd {
    width: 70%;
    padding: 30px 30px 30px 0;
    line-height: 2; }
    @media screen and (max-width: 599px) {
      .basic_table dl dd {
        width: 100%;
        padding: 0 20px 30px 20px; } }

/* フェードイン */
/* ============================================ */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform; }

.fade-in-left {
  transform: translate(-50px, 0); }

.scroll-in {
  opacity: 1;
  transform: translate(0, 0); }

@media screen and (min-width: 1025px) {
  .delay {
    transition-delay: 250ms; } }
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .delay {
    transition-delay: 250ms; } }

/* ボトムリンク */
/* ============================================ */
#bottom_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-weight: 800; }
  #bottom_link li {
    width: calc( 100% / 2 );
    text-align: center; }
    @media screen and (min-width: 1025px) {
      #bottom_link li {
        font-size: 24px;
        height: 380px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      #bottom_link li {
        font-size: 24px;
        height: 280px; } }
    @media screen and (max-width: 599px) {
      #bottom_link li {
        height: 280px;
        font-size: 21px; } }
    @media screen and (min-width: 1025px) {
      #bottom_link li span {
        font-size: 16px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      #bottom_link li span {
        font-size: 16px; } }
    @media screen and (max-width: 599px) {
      #bottom_link li span {
        font-size: 14px; } }
    #bottom_link li a {
      width: 100%;
      height: 100%;
      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; }

.link_voice {
  background: url("../img/common/banner_tri.png"), url("../img/common/link_banner01.jpg");
  background-position: left 10px top 10px, center;
  background-repeat: no-repeat; }
  .link_voice:hover {
    opacity: 0.75; }

.link_contact {
  background: url("../img/common/banner_tri.png"), url("../img/common/link_banner02.jpg");
  background-position: left 10px top 10px, right;
  background-repeat: no-repeat; }
  .link_contact:hover {
    opacity: 0.75; }

/* ページトップボタン */
/* ============================================ */
.pagetop_btn a {
  width: 100%;
  height: 100px;
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  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;
  background: -webkit-linear-gradient(90deg, #bb0017, #0052a4);
  background: linear-gradient(90deg, #bb0017, #0052a4); }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .pagetop_btn a {
      height: 80px; } }
  @media screen and (max-width: 599px) {
    .pagetop_btn a {
      height: 80px; } }

/* フッター */
/* ============================================ */
footer {
  width: 100%;
  text-align: center; }
  footer .inner {
    padding: 80px 80px 40px 80px; }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      footer .inner {
        padding: 80px 50px 40px 50px; } }
    @media screen and (max-width: 599px) {
      footer .inner {
        padding: 50px 20px;
        line-height: 1.5; } }
  footer .top p {
    font-weight: 800;
    margin-top: 10px; }
    @media screen and (min-width: 1025px) {
      footer .top p {
        font-size: 18px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      footer .top p {
        font-size: 18px; } }
    @media screen and (max-width: 599px) {
      footer .top p {
        font-size: 18px; } }
  footer .mid {
    margin-top: 30px; }
    footer .mid ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 10px; }
    @media screen and (max-width: 599px) {
      footer .mid li {
        width: 100%; } }
  @media screen and (min-width: 1025px) {
    footer .bot {
      font-size: 14px;
      margin-top: 60px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    footer .bot {
      font-size: 14px;
      margin-top: 60px; } }
  @media screen and (max-width: 599px) {
    footer .bot {
      font-size: 12px;
      margin-top: 30px; } }

/* ヘッダー */
/* ============================================ */
header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  padding: 15px;
  position: fixed;
  z-index: 10000; }
  @media screen and (max-width: 599px) {
    header {
      padding: 10px;
      height: 50px; } }

#header_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 599px) {
  #header_inner h1 {
    height: 30px; }
    #header_inner h1 img {
      height: 100%; } }

@media screen and (max-width: 599px) {
  #header_inner .left p {
    height: 30px; }
    #header_inner .left p img {
      height: 100%; } }

#header_inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#header_inner .right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800; }
  #header_inner .right nav ul li {
    padding-left: 40px; }

#header_inner .info {
  font-weight: 800;
  margin-left: 40px; }
  #header_inner .info .free {
    font-size: 20px;
    background: url("../img/common/free.png") no-repeat;
    background-position: 0 2px;
    padding-left: 35px;
    padding-bottom: 8px;
    font-weight: 900; }
  #header_inner .info .number {
    font-size: 13px;
    letter-spacing: 0.17em; }

/* スマートフォンNAV */
/* ============================================ */
.hamburger {
  display: block;
  position: fixed;
  z-index: 20000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .hamburger {
      top: 15px;
      right: 15px;
      width: 50px;
      height: 50px;
      position: absolute; } }
  @media screen and (max-width: 599px) {
    .hamburger {
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      position: absolute; } }

.hamburger__icon {
  position: relative; }

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  background: url("../img/common/sp_menu.png") no-repeat; }

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: ""; }

.hamburger.active .hamburger__icon {
  background-color: transparent; }

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff; }

.hamburger.active .hamburger__icon:before {
  background: url("../img/common/sp_menu.png") no-repeat; }

.hamburger.active .hamburger__icon:after {
  background: url("../img/common/sp_menu_close.png") no-repeat; }

.fat-nav {
  top: 0;
  left: 0;
  z-index: 19999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 599px) {
    .fat-nav__wrapper {
      padding: 0 20px; } }

.fat-nav__wrapper .inner {
  width: 100%;
  max-width: 680px;
  margin: 0 auto; }

@media screen and (max-width: 599px) {
  .fat-nav__wrapper .inner .logo {
    height: 44px; }
    .fat-nav__wrapper .inner .logo img {
      height: 100%; } }

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.fat-nav ul {
  margin-top: 50px;
  width: 100%; }

.fat-nav li {
  width: 100%;
  list-style-type: none;
  text-align: left;
  font-weight: 800;
  border-top: 1px solid #444;
  padding: 30px 0;
  background: url("../img/common/nav_arrow.png") no-repeat;
  background-position: right center; }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .fat-nav li {
      font-size: 21px; } }
  @media screen and (max-width: 599px) {
    .fat-nav li {
      font-size: 18px; } }

.fat-nav li:last-child {
  border-bottom: 1px solid #444; }

.fat-nav li, .fat-nav li a {
  color: #fff; }

.fat-nav li a {
  text-decoration: none; }

.nav_info {
  color: #FFF;
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (max-width: 599px) {
    .nav_info {
      font-size: 14px; } }

.nav_info .free {
  font-size: 24px;
  font-weight: 800;
  background: url("../img/common/free_sp.png") no-repeat;
  background-size: 45px 26px;
  padding-left: 55px;
  margin-top: 50px;
  margin-bottom: 10px; }
  @media screen and (max-width: 599px) {
    .nav_info .free {
      font-size: 21px;
      background-size: 40px 23px;
      padding-left: 50px; } }

/* メインイメージ */
/* ============================================ */
#topimage {
  width: 100%;
  height: 100vh;
  padding-top: 88px;
  background-size: cover;
  position: relative; }
  @media screen and (min-width: 1025px) {
    #topimage {
      background: url("../img/top/mainimage.jpg") no-repeat;
      background-position: center; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    #topimage {
      background: url("../img/top/mainimage_tab.jpg") no-repeat;
      background-position: left center; } }
  @media screen and (max-width: 599px) {
    #topimage {
      background: url("../img/top/mainimage_sp.jpg") no-repeat;
      background-position: left center;
      padding-top: 50px;
      background-size: cover; } }

#topimage .textarea {
  position: absolute;
  left: 10%;
  bottom: 10%; }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    #topimage .textarea {
      left: 7%;
      bottom: 7%; } }
  @media screen and (max-width: 599px) {
    #topimage .textarea {
      width: 90%;
      left: 5%;
      bottom: 5%; }
      #topimage .textarea img {
        width: 100%;
        max-width: 458px; } }

#topimage .text {
  font-weight: 600;
  font-size: 21px;
  line-height: 2;
  margin-top: 50px; }
  @media screen and (max-width: 599px) {
    #topimage .text {
      font-size: 18px;
      margin-top: 30px;
      color: #FFF; } }

/* 下層ページメインイメージ */
/* ============================================ */
#voiceimage {
  width: 100%;
  height: 100vh;
  padding-top: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 1025px) {
    #voiceimage {
      background: url("../img/voice/main.jpg") no-repeat;
      background-position: right top;
      background-size: cover; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    #voiceimage {
      background: url("../img/voice/main_tab.jpg") no-repeat;
      background-position: left center;
      background-size: cover; } }
  @media screen and (max-width: 599px) {
    #voiceimage {
      background: url("../img/voice/main_sp.jpg") no-repeat;
      background-position: left center;
      padding-top: 50px;
      background-size: cover; } }

#voiceimage .textarea {
  text-align: center;
  color: #FFF;
  font-weight: 800;
  padding-bottom: 80px; }
  @media screen and (max-width: 599px) {
    #voiceimage .textarea {
      padding-bottom: 50px; } }
  #voiceimage .textarea h1 {
    line-height: 1; }
    @media screen and (min-width: 1025px) {
      #voiceimage .textarea h1 {
        font-size: 36px; }
        #voiceimage .textarea h1 span {
          font-size: 16px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      #voiceimage .textarea h1 {
        font-size: 34px; }
        #voiceimage .textarea h1 span {
          font-size: 16px; } }
    @media screen and (max-width: 599px) {
      #voiceimage .textarea h1 {
        font-size: 30px; }
        #voiceimage .textarea h1 span {
          font-size: 16px; } }
    #voiceimage .textarea h1::after {
      background: #FFF;
      width: 66px;
      height: 1px;
      content: "";
      display: block;
      margin: 30px auto 0 auto; }

#contactimage {
  width: 100%;
  height: 100vh;
  padding-top: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 1025px) {
    #contactimage {
      background: url("../img/contact/main.jpg") no-repeat;
      background-position: right top;
      background-size: cover; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    #contactimage {
      background: url("../img/contact/main_tab.jpg") no-repeat;
      background-position: left center;
      background-size: cover; } }
  @media screen and (max-width: 599px) {
    #contactimage {
      background: url("../img/contact/main_sp.jpg") no-repeat;
      background-position: left center;
      padding-top: 50px;
      background-size: cover; } }

#contactimage .textarea {
  text-align: center;
  color: #FFF;
  font-weight: 800;
  padding-bottom: 80px; }
  @media screen and (max-width: 599px) {
    #contactimage .textarea {
      padding-bottom: 50px; } }
  #contactimage .textarea h1 {
    line-height: 1; }
    @media screen and (min-width: 1025px) {
      #contactimage .textarea h1 {
        font-size: 36px; }
        #contactimage .textarea h1 span {
          font-size: 16px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      #contactimage .textarea h1 {
        font-size: 34px; }
        #contactimage .textarea h1 span {
          font-size: 16px; } }
    @media screen and (max-width: 599px) {
      #contactimage .textarea h1 {
        font-size: 30px; }
        #contactimage .textarea h1 span {
          font-size: 16px; } }
    #contactimage .textarea h1::after {
      background: #FFF;
      width: 66px;
      height: 1px;
      content: "";
      display: block;
      margin: 30px auto 0 auto; }

/* TOPページ_強み */
/* ============================================ */
.strength_wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 599px) {
    .strength_wrapper {
      position: static; } }

.strength_image {
  width: 50%;
  position: -webkit-sticky;
  position: sticky;
  top: 88px; }
  @media screen and (min-width: 1025px) {
    .strength_image {
      height: calc( 100vh - 88px ); } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .strength_image {
      width: 40%;
      height: calc( 100vh - 80px );
      top: 80px; } }
  @media screen and (max-width: 599px) {
    .strength_image {
      width: 100%;
      height: 480px;
      position: relative;
      top: 0; } }
  .strength_image p {
    position: absolute;
    color: #FFF;
    opacity: 0.5;
    font-weight: 800; }
    @media screen and (min-width: 1025px) {
      .strength_image p {
        right: 30px;
        bottom: 30px;
        font-size: 120px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .strength_image p {
        right: 20px;
        bottom: 20px;
        font-size: 120px; } }
    @media screen and (max-width: 599px) {
      .strength_image p {
        right: 0;
        bottom: 0;
        font-size: 90px; } }

#strength_image01 {
  background: url("../img/top/strength01.jpg") no-repeat;
  background-size: cover; }

#strength_image02 {
  background: url("../img/top/strength02.jpg") no-repeat;
  background-size: cover; }

#strength_image03 {
  background: url("../img/top/strength03.jpg") no-repeat;
  background-size: cover; }

@media screen and (min-width: 1025px) {
  .strength_text {
    width: 50%;
    padding: 80px; } }
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .strength_text {
    width: 60%;
    padding: 50px; } }
@media screen and (max-width: 599px) {
  .strength_text {
    width: 100%;
    padding: 50px 20px; } }

.strength_text_inner {
  width: 100%; }

.strength_text_inner h3 {
  font-weight: 800;
  line-height: 1.5; }
  @media screen and (min-width: 1025px) {
    .strength_text_inner h3 {
      font-size: 30px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .strength_text_inner h3 {
      font-size: 28px; } }
  @media screen and (max-width: 599px) {
    .strength_text_inner h3 {
      font-size: 24px; } }

.strength_text_inner .top_text {
  line-height: 2; }
  @media screen and (min-width: 1025px) {
    .strength_text_inner .top_text {
      margin-top: 60px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .strength_text_inner .top_text {
      margin-top: 40px; } }
  @media screen and (max-width: 599px) {
    .strength_text_inner .top_text {
      margin-top: 30px; } }

@media screen and (min-width: 1025px) {
  .strength_text_inner .bot_area {
    margin-top: 80px; } }
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .strength_text_inner .bot_area {
    margin-top: 60px; } }
@media screen and (max-width: 599px) {
  .strength_text_inner .bot_area {
    margin-top: 50px; } }

.strength_text_inner .bot_area h4 {
  color: #bb0017;
  font-weight: 800;
  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; }
  @media screen and (min-width: 1025px) {
    .strength_text_inner .bot_area h4 {
      font-size: 24px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .strength_text_inner .bot_area h4 {
      font-size: 24px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 599px) {
    .strength_text_inner .bot_area h4 {
      font-size: 21px;
      margin-bottom: 20px; } }
  .strength_text_inner .bot_area h4::before, .strength_text_inner .bot_area h4::after {
    content: "";
    height: 1px;
    background: #bb0017;
    flex-grow: 1; }
  .strength_text_inner .bot_area h4::before {
    margin-right: 30px; }
    @media screen and (max-width: 599px) {
      .strength_text_inner .bot_area h4::before {
        margin-right: 20px; } }
  .strength_text_inner .bot_area h4::after {
    margin-left: 30px; }
    @media screen and (max-width: 599px) {
      .strength_text_inner .bot_area h4::after {
        margin-left: 20px; } }

.strength_text_inner .bot_area #list01 li {
  width: 100%;
  background-color: #eab2b9;
  border-radius: 20px;
  margin-bottom: 20px; }
  .strength_text_inner .bot_area #list01 li:last-child {
    margin-bottom: 0; }

.strength_list .title {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.5; }
.strength_list .text {
  line-height: 2;
  margin-top: 20px; }
@media screen and (min-width: 1025px) {
  .strength_list div {
    padding: 35px 40px; } }
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .strength_list div {
    padding: 35px 40px; } }
@media screen and (max-width: 599px) {
  .strength_list div {
    padding: 30px 20px; } }
.strength_list #back01 {
  background: url("../img/top/list_back01.png") no-repeat;
  background-position: right 40px bottom; }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .strength_list #back01 {
      background-position: right 20px bottom; } }
  @media screen and (max-width: 599px) {
    .strength_list #back01 {
      background: url("../img/top/list_back01_sp.png") no-repeat;
      background-position: center bottom; } }
.strength_list #back02 {
  background: url("../img/top/list_back02.png") no-repeat;
  background-position: right 40px bottom; }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .strength_list #back02 {
      background-position: right 20px bottom; } }
  @media screen and (max-width: 599px) {
    .strength_list #back02 {
      background: url("../img/top/list_back02_sp.png") no-repeat;
      background-position: center bottom; } }
.strength_list #back03 {
  background: url("../img/top/list_back03.png") no-repeat;
  background-position: right 40px bottom; }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .strength_list #back03 {
      background-position: right 20px bottom; } }
  @media screen and (max-width: 599px) {
    .strength_list #back03 {
      background: url("../img/top/list_back03_sp.png") no-repeat;
      background-position: center bottom; } }

.strength_text_inner .bot_area #list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }

.strength_text_inner .bot_area #list02 li {
  width: calc( 50% - 20px );
  background: url("../img/top/list_back01.png") #eab2b9;
  background-repeat: no-repeat;
  background-position: right 40px bottom;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 165px; }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .strength_text_inner .bot_area #list02 li {
      background-position: right 20px bottom;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 599px) {
    .strength_text_inner .bot_area #list02 li {
      width: calc( 50% - 10px );
      background: url("../img/top/list_back01_sp.png") #eab2b9;
      background-repeat: no-repeat;
      background-position: center bottom;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media screen and (min-width: 1025px) {
  .area_list .list_back {
    padding: 0 40px; } }
.area_list p {
  font-weight: 800; }

.strength_text_inner .bot_area .area_text {
  margin-top: 40px;
  line-height: 2; }
  @media screen and (max-width: 599px) {
    .strength_text_inner .bot_area .area_text {
      margin-top: 30px; } }

.strength_link {
  width: 100%;
  height: 200px;
  background: url("../img/common/banner_tri.png"), url("../img/top/btn_contact.jpg");
  background-repeat: no-repeat;
  background-position: left 10px top 10px, center;
  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;
  color: #FFF;
  font-weight: 800; }
  @media screen and (min-width: 1025px) {
    .strength_link {
      margin-top: 80px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .strength_link {
      margin-top: 60px; } }
  @media screen and (max-width: 599px) {
    .strength_link {
      margin-top: 30px;
      height: 160px; } }

.strength_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* 会社情報 */
/* ============================================ */
.company_info dt {
  font-weight: 800; }

.company_info span {
  display: inline-block;
  height: 16px; }
  .company_info span img {
    vertical-align: top;
    padding-top: 8px;
    padding-right: 5px; }

/* お客様の声 */
/* ============================================ */
#voice_wrapper {
  width: 100%;
  padding: 120px 80px; }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    #voice_wrapper {
      padding: 100px 50px; } }
  @media screen and (max-width: 599px) {
    #voice_wrapper {
      padding: 60px 20px; } }
  #voice_wrapper .inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto; }

.voice_list {
  margin-top: 120px; }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .voice_list {
      margin-top: 100px; } }
  @media screen and (max-width: 599px) {
    .voice_list {
      margin-top: 60px; } }
  .voice_list:first-child {
    margin-top: 0; }

.voice_list .title .number {
  font-weight: 800; }
.voice_list .title .name {
  font-weight: 800;
  margin-top: 10px; }
  @media screen and (min-width: 1025px) {
    .voice_list .title .name {
      font-size: 32px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .voice_list .title .name {
      font-size: 30px; } }
  @media screen and (max-width: 599px) {
    .voice_list .title .name {
      font-size: 27px;
      line-height: 1.5; } }
  .voice_list .title .name::after {
    background: #160000;
    width: 80px;
    height: 2px;
    content: "";
    display: block;
    margin-top: 50px; }
    @media screen and (max-width: 599px) {
      .voice_list .title .name::after {
        width: 60px;
        margin-top: 40px; } }

.voice_faq {
  margin-top: 80px; }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .voice_faq {
      margin-top: 60px; } }
  @media screen and (max-width: 599px) {
    .voice_faq {
      margin-top: 60px; } }

.voice_faq dl {
  width: 100%;
  line-height: 2; }
  .voice_faq dl:last-child {
    margin-top: 40px; }
  .voice_faq dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800; }
    .voice_faq dl dt::before {
      background: #160000;
      width: 44px;
      height: 1px;
      content: "";
      display: block;
      margin-right: 12px; }
      @media screen and (max-width: 599px) {
        .voice_faq dl dt::before {
          width: 20px;
          margin-right: 10px; } }
  .voice_faq dl dd {
    padding-left: 60px;
    margin-top: 30px; }
    @media screen and (max-width: 599px) {
      .voice_faq dl dd {
        padding-left: 30px;
        margin-top: 20px; } }

.task_area {
  width: 100%;
  background: #f1f1f1;
  padding: 20px 30px;
  margin-top: 80px; }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .task_area {
      margin-top: 60px; } }
  @media screen and (max-width: 599px) {
    .task_area {
      margin-top: 40px; } }
  .task_area .inner {
    background: url("../img/voice/task.png") no-repeat;
    padding-left: 140px;
    height: 136px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5; }
    @media screen and (max-width: 599px) {
      .task_area .inner {
        background: url("../img/voice/task.png") no-repeat;
        background-position: center top;
        padding: 0;
        height: auto; } }
    @media screen and (max-width: 599px) {
      .task_area .inner div {
        padding-top: 156px;
        text-align: center; } }
    .task_area .inner .lead {
      font-weight: 800; }
    .task_area .inner .text {
      margin-top: 24px; }

/* お問い合わせ */
/* ============================================ */
@media screen and (min-width: 1025px) {
  #contact_wrapper {
    padding: 0 80px 120px 80px; } }
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #contact_wrapper {
    padding: 0 50px 100px 50px; } }
@media screen and (max-width: 599px) {
  #contact_wrapper {
    padding: 0 20px 60px 20px; } }

#contact_call, #contact_form {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center; }

.contact_title {
  padding-bottom: 40px; }
  @media screen and (min-width: 1025px) {
    .contact_title {
      padding-top: 120px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .contact_title {
      padding-top: 100px; } }
  @media screen and (max-width: 599px) {
    .contact_title {
      padding-top: 60px; } }
  .contact_title h2 {
    font-weight: 800; }
    @media screen and (min-width: 1025px) {
      .contact_title h2 {
        font-size: 32px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .contact_title h2 {
        font-size: 30px; } }
    @media screen and (max-width: 599px) {
      .contact_title h2 {
        font-size: 27px; } }
  @media screen and (min-width: 1025px) {
    .contact_title p {
      margin-top: 80px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .contact_title p {
      margin-top: 60px; } }
  @media screen and (max-width: 599px) {
    .contact_title p {
      margin-top: 60px;
      line-height: 2; } }
  .contact_title span {
    color: #bb0017; }

.contact_number {
  background: #f1f1f1;
  width: 100%;
  padding: 40px; }
  @media screen and (max-width: 599px) {
    .contact_number {
      padding: 20px 30px; } }
  .contact_number .top {
    font-weight: 800;
    line-height: 1.75;
    display: inline-block; }
    @media screen and (min-width: 1025px) {
      .contact_number .top {
        font-size: 24px; }
        .contact_number .top span {
          font-size: 16px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .contact_number .top {
        font-size: 21px; }
        .contact_number .top span {
          font-size: 16px; } }
    @media screen and (max-width: 599px) {
      .contact_number .top {
        font-size: 18px; }
        .contact_number .top span {
          font-size: 13px; } }
    .contact_number .top img {
      padding-right: 10px;
      vertical-align: middle;
      margin-top: -4px; }
      @media screen and (max-width: 599px) {
        .contact_number .top img {
          height: 100%;
          max-height: 18px; } }
  .contact_number .bot {
    margin-top: 10px; }
    @media screen and (max-width: 599px) {
      .contact_number .bot {
        line-height: 1.5; } }

.form_area {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

.form_top {
  border-top: 1px solid #160000;
  border-bottom: 1px solid #160000;
  text-align: left; }
  .form_top dl {
    width: 100%;
    border-bottom: 1px dashed #444444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px; }
    .form_top dl:last-child {
      border-bottom: none; }
    @media screen and (max-width: 599px) {
      .form_top dl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .form_top dt {
    width: 30%;
    font-weight: 800; }
    .form_top dt span {
      color: #bb0017; }
    @media screen and (max-width: 599px) {
      .form_top dt {
        width: 100%; } }
  .form_top dd {
    width: 70%; }
    @media screen and (max-width: 599px) {
      .form_top dd {
        width: 100%;
        margin-top: 20px; } }
  .form_top input, .form_top .selectarea {
    width: 100%;
    border: 1px solid #dddddd;
    background: #f1f1f1;
    padding: 20px; }
  .form_top textarea {
    width: 100%;
    border: 1px solid #dddddd;
    background: #f1f1f1;
    padding: 20px;
    resize: vertical;
    overflow: auto; }

.send_btn input {
  color: #FFF;
  font-weight: 800;
  background: #444444;
  border-style: none;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .send_btn input {
      font-size: 21px;
      padding: 20px 120px;
      margin: 80px auto; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .send_btn input {
      font-size: 21px;
      padding: 20px 100px;
      margin: 60px auto; } }
  @media screen and (max-width: 599px) {
    .send_btn input {
      font-size: 18px;
      padding: 20px 40px;
      margin: 60px auto;
      width: 100%; } }
  .send_btn input:hover {
    opacity: 0.75; }

.form_bot {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  line-height: 2; }
  @media screen and (max-width: 599px) {
    .form_bot {
      text-align: left; } }
  .form_bot a {
    color: #bb0017;
    text-decoration: underline; }

.thanksarea {
  line-height: 2; }
  @media screen and (min-width: 1025px) {
    .thanksarea {
      margin-top: 40px;
      font-size: 18px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .thanksarea {
      margin-top: 20px;
      font-size: 18px; } }
  @media screen and (max-width: 599px) {
    .thanksarea {
      margin-top: 20px; } }
  .thanksarea a {
    text-decoration: underline;
    color: #bb0017; }
    .thanksarea a:hover {
      opacity: 0.75; }
  .thanksarea img {
    margin-bottom: 30px; }

/* プライバシーポリシー */
/* ============================================ */
#policy_wrapper {
  width: 100%;
  background: #f1f1f1; }
  @media screen and (min-width: 1025px) {
    #policy_wrapper {
      padding: 188px 120px 120px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    #policy_wrapper {
      padding: 180px 60px 100px 60px; } }
  @media screen and (max-width: 599px) {
    #policy_wrapper {
      padding: 110px 20px 60px 20px; } }
  #policy_wrapper .inner {
    width: 100%;
    background: #FFF;
    margin: 0 auto; }
    @media screen and (min-width: 1025px) {
      #policy_wrapper .inner {
        max-width: 1280px;
        padding: 120px 80px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      #policy_wrapper .inner {
        max-width: 1280px;
        padding: 100px 60px; } }
    @media screen and (max-width: 599px) {
      #policy_wrapper .inner {
        max-width: 1280px;
        padding: 60px 20px; } }
  #policy_wrapper h3 {
    font-weight: 800; }
    @media screen and (min-width: 1025px) {
      #policy_wrapper h3 {
        font-size: 32px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      #policy_wrapper h3 {
        font-size: 30px; } }
    @media screen and (max-width: 599px) {
      #policy_wrapper h3 {
        font-size: 27px; } }

.policy_area {
  border-top: 1px solid #160000;
  border-bottom: 1px solid #160000;
  padding: 40px; }
  @media screen and (min-width: 1025px) {
    .policy_area {
      margin-top: 80px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .policy_area {
      margin-top: 60px;
      padding: 40px 0; } }
  @media screen and (max-width: 599px) {
    .policy_area {
      margin-top: 40px;
      padding: 30px 0; } }
  @media screen and (min-width: 1025px) {
    .policy_area dl {
      margin-top: 40px; }
      .policy_area dl:first-child {
        margin-top: 0; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .policy_area dl {
      margin-top: 40px; }
      .policy_area dl:first-child {
        margin-top: 0; } }
  @media screen and (max-width: 599px) {
    .policy_area dl {
      margin-top: 30px; }
      .policy_area dl:first-child {
        margin-top: 0; } }
  .policy_area dt {
    font-weight: 800;
    line-height: 1.5;
    font-size: 18px; }
  .policy_area dd {
    line-height: 2;
    margin-top: 10px; }

/* 404 */
/* ============================================ */
#page404_wrapper {
  width: 100%;
  background: #f1f1f1; }
  @media screen and (min-width: 1025px) {
    #page404_wrapper {
      padding: 188px 120px 120px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    #page404_wrapper {
      padding: 180px 60px 100px 60px; } }
  @media screen and (max-width: 599px) {
    #page404_wrapper {
      padding: 110px 20px 60px 20px; } }
  #page404_wrapper .inner {
    width: 100%;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5; }
    @media screen and (min-width: 1025px) {
      #page404_wrapper .inner {
        max-width: 1280px;
        padding: 120px 80px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      #page404_wrapper .inner {
        max-width: 1280px;
        padding: 100px 60px; } }
    @media screen and (max-width: 599px) {
      #page404_wrapper .inner {
        max-width: 1280px;
        padding: 60px 20px; } }
  #page404_wrapper .lead_text {
    font-weight: 800;
    color: #bb0017; }
    @media screen and (min-width: 1025px) {
      #page404_wrapper .lead_text {
        font-size: 27px;
        margin-top: 40px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      #page404_wrapper .lead_text {
        font-size: 27px;
        margin-top: 40px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 599px) {
      #page404_wrapper .lead_text {
        font-size: 21px;
        margin-top: 40px;
        margin-bottom: 20px; } }
