@charset "UTF-8";
/*! destyle.css v4.0.0 | 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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  background-color: #F0F0EA;
  font-weight: 700;
  min-width: 1340px;
}

.inner {
  background-color: #fff;
}

picture {
  display: block;
}

img {
  width: 100%;
}

a {
  color: #fff;
  transition: 0.3s;
}

@media screen and (min-width: 820px) {
  a:hover {
    transition: 0.3s;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: flex;
}

/*-------------------------------------------------
SP
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    min-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    padding: 0 10%;
  }
}
.btn-list {
  display: flex;
  justify-content: space-between;
  max-width: 832px;
  margin: 0 auto;
}

.btn .link {
  background: #000;
  border: solid 1px #000;
  border-radius: 55px;
  color: #fff;
  font-size: 21px;
  width: 384px;
  padding: 35px 0;
  text-align: center;
  display: block;
  font-weight: bolder;
  line-height: 1;
}
@media screen and (min-width: 820px) {
  .btn .link:hover {
    opacity: 1;
    background: #fff;
    color: #000;
    transform: scale(1.03);
  }
}

/*-------------------------------------------------
SP
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .btn-list {
    display: block;
  }
  .btn {
    margin-bottom: 10px;
  }
  .btn .link {
    width: 274px;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 15px;
  }
}
.sb_ttl {
  text-align: center;
  font-size: 34px;
  line-height: 1.6;
}

.contents-ttl {
  position: relative;
  padding: 10px 0;
  background: #D70000;
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1102px;
  line-height: 1;
  font-weight: 500;
}
.contents-ttl::before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 34px white;
  border-bottom: solid 98px transparent;
}
.contents-ttl::after {
  position: absolute;
  content: "";
  right: -2px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 34px transparent;
  border-bottom: solid 98px white;
}
.contents-ttl span {
  display: block;
}
.contents-ttl .number {
  font-size: 65px;
  font-style: italic;
  margin-right: 51px;
}
.contents-ttl .ja {
  font-size: 41px;
  letter-spacing: 0.2em;
  font-style: italic;
}

.contents-sbttl {
  text-align: center;
  font-size: 32px;
  line-height: 1.6;
}

/*-------------------------------------------------
SP
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .contents-ttl {
    width: 98%;
  }
  .contents-ttl::before {
    border-bottom: solid 63px transparent;
  }
  .contents-ttl:after {
    border-bottom: solid 63px white;
  }
  .contents-ttl .number {
    font-size: 24px;
    margin-right: 25px;
  }
  .contents-ttl .ja {
    font-size: 18px;
  }
  .sb_ttl {
    font-size: 23px;
  }
  .contents-sbttl {
    font-size: 22px;
  }
}
/*-------------------------------------------------
SP
-------------------------------------------------*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 5;
  transition: 0.3s;
}
.header.change-color {
  background-color: #fff;
  transition: 0.3s;
}

.header_inner {
  position: relative;
}

.title {
  position: absolute;
  top: 15px;
  left: 50px;
  width: 100px;
  transition: 0.3s;
}
@media screen and (min-width: 820px) {
  .title:hover {
    transition: 0.3s;
    opacity: 1;
    transform: scale(1.05);
  }
}

.nav_item {
  transition: 0.3s;
}
@media screen and (min-width: 820px) {
  .nav_item:hover {
    transition: 0.3s;
    transform: scale(1.05);
  }
}
.nav_item span {
  display: block;
  font-weight: bold;
  line-height: 1;
}
.nav_item .en {
  font-size: 20px;
  letter-spacing: 0;
  font-style: italic;
  padding-bottom: 8px;
}
.nav_item .ja {
  font-size: 10px;
  letter-spacing: 0;
}
.nav_item.instagram {
  width: 45px;
}
.nav_item.youtube {
  width: 64px;
  margin-right: 33px;
}

@media only screen and (min-width: 1350px) {
  .header_inner {
    margin-inline: auto;
    padding-top: 6px;
  }
  .nav_list {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
  }
	.nav_item.youtube {
		margin-left: 30px;
	}
  .nav_list li {
    display: inline-block;
    text-align: center;
    margin-left: 60px;
  }
  .nav_list li a {
    color: #000;
    font-weight: 600;
  }
}
/*-------------------------------------------------
ハンバーガーに切り替え
-------------------------------------------------*/
@media only screen and (max-width: 1350px) {
  .nav {
    position: fixed;
    right: -300px; /* 右から出てくる */
    top: 0;
    width: 260px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 160px;
    background-color: #fff;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 55px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 24px;
  }
  .hamburger_border_bottom {
    top: 34px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border {
    background-color: #333;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
  .nav_item.instagram{
    width: auto;
    margin: 0 auto;
	}
  .nav_item.youtube {
    width: auto;
    margin: 0 auto;
  }
  .nav_item.instagram a {
    border-bottom: none;
  }
  .nav_item.youtube a {
    border-bottom: none;
  }
  .nav_item.instagram a img {
    width: 43px;
  }
  .nav_item.youtube a img {
    width: 50px;
  }
  .nav_item .en {
    font-size: 24px;
  }
  .nav_item .ja {
    font-size: 12px;
  }
}
/*-------------------------------------------------
SP
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
  }
  .title {
    top: 18px;
    left: 14px;
    width: 150px;
  }
  .hamburger {
    top: 16px;
  }
  .hamburger_border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 24px;
  }
  .hamburger_border_bottom {
    top: 34px;
  }
  .nav {
    padding-top: 60px;
  }
}
.top-fv {
  width: 100%;
  height: calc(100vh - 60px);
  margin-top: 60px;
}
.top-fv .video_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top-fv .video_wrapper video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.top-fv .fv-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 39px;
  letter-spacing: 1.2em;
  color: #fff;
  width: 100%;
  text-align: center;
}
.top-fv .movie-btn-wrap {
  position: absolute;
  bottom: 80px;
  right: 10.41666%;
  width: 101px;
  height: 101px;
  z-index: 10;
}
.top-fv .fv-movie::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
}
.top-fv .play-btn {
  width: 89.1%;
  height: 89.1%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-------------------------------------------------
SP
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-fv {
    margin-top: 80px;
  }
  .top-fv .fv-ttl {
    font-size: 28px;
    margin: 0 auto;
    width: 318px;
  }
  .top-fv .movie-btn-wrap {
    width: 80px;
    height: 80px;
  }
  .top-fv .play-btn {
    width: 70px;
    height: 70px;
  }
  .modaal-video-container {
    padding-bottom: 250% !important;
  }
}
.top-plan .ttl {
  margin: 45px auto 56px;
  width: min(61%, 879px);
}
.top-plan .plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(92%, 1350px);
  margin: 0 auto 45px;
}
.top-plan .plan .plan_item {
  width: 31%;
}
.top-plan .plan_txt {
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto;
  max-width: 1222px;
  letter-spacing: 0.3em;
  line-height: 2.4;
}
.top-plan .plan_txt .txt_small {
  font-size: 13px;
}
.top-plan .plan_txt .txt_medium {
  font-size: 27px;
}
.top-plan .plan_txt .txt_medium.txt_line {
  border-bottom: solid 2px #FF0000;
  display: inline-block;
}
.top-plan .plan_txt .txt_big {
  font-size: 38px;
}
.top-plan .plan_txt .txt_big.txt_line {
  border-bottom: solid 5px #FF0000;
  display: inline-block;
}
.top-plan .btn-list {
  margin: 75px auto 82px;
}

/*-------------------------------------------------
SP
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-plan .ttl {
    margin: 40px auto 30px;
    width: 90%;
  }
  .top-plan .plan {
    width: 80%;
  }
  .top-plan .plan .plan_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-plan .plan_txt {
    font-size: 14px;
    width: 80%;
  }
  .top-plan .plan_txt .txt_big {
    font-size: 26px;
  }
  .top-plan .plan_txt .txt_big.txt_line {
    border-bottom: none;
    -webkit-text-decoration: underline red;
            text-decoration: underline red;
  }
  .top-plan .plan_txt .txt_medium {
    font-size: 19px;
  }
  .top-plan .plan_txt .txt_medium.txt_line {
    border-bottom: none;
    -webkit-text-decoration: underline red;
            text-decoration: underline red;
  }
  .top-plan .btn-list {
    margin: 50px auto 55px;
  }
}
.top-needs .inner {
  width: 1270px;
  margin: 0 auto;
}
.top-needs .inner-first {
  padding: 30px 0 120px;
  margin: 0 auto 67px;
}
.top-needs .ttl {
  width: 705px;
  margin: 0 auto 30px;
}
.top-needs .sb_ttl {
  margin-bottom: 34px;
}
.top-needs .needs-list {
  width: 950px;
  font-size: 20px;
  line-height: 1;
  margin: 0 auto;
  letter-spacing: 0;
}
.top-needs .needs-list .item {
  margin: 0 auto 33px;
  box-shadow: 5px 10px 10px #000, 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  padding-left: 78px;
  background: url(../images/icon-check.png) left 22px top 3px no-repeat;
  background-size: 53px auto;
}
.top-needs .croco-image {
  width: 100%;
}
.top-needs .btn-list {
  margin: 40px auto 142px;
}

/*-------------------------------------------------
SP
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-needs .inner {
    width: 90%;
  }
  .top-needs .inner-first {
    padding: 30px 0;
  }
  .top-needs .ttl {
    width: 310px;
  }
  .top-needs .needs-list {
    width: 90%;
    font-size: 12px;
    line-height: 1.2;
  }
  .top-needs .needs-list .item {
    margin: 0 auto 10px;
    padding: 10px 0;
    padding-left: 38px;
    background: url(../images/icon-check.png) left 5px top 4px no-repeat;
    background-size: 24px auto;
    box-shadow: 3px 5px 5px #000, 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
  .top-needs .btn-list {
    margin: 40px auto;
  }
}
.top-feature .inner {
  padding: 18px 0 63px;
  width: min(88%, 1270px);
  margin: 0 auto;
}
.top-feature .inner .main-ttl {
  width: 778px;
  margin: 0 auto;
}
.top-feature .inner .main-ttl,
.top-feature .inner .sb_ttl {
  margin-bottom: 36px;
}
.top-feature .feature-list {
  display: flex;
  justify-content: space-around;
  width: min(94%, 1200px);
  margin: 0 auto 93px;
  align-items: center;
  flex-wrap: wrap;
}
.top-feature .feature-list a {
  color: #000;
}
@media screen and (min-width: 820px) {
  .top-feature .feature-list a :hover {
    transition: 0.3s;
    transform: scale(1.03);
  }
}
.top-feature .feature-list .item {
  width: max(14.9%, 190px);
}
.top-feature .feature-list .item p {
  height: 98px;
  border: solid 2px #000;
  background: #fff;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-feature .feature-list .item .triangle {
  width: 0;
  height: 0;
  margin: 15px auto 0;
  border-top: solid 24px #000; /*だいたい1.73倍*/
  border-bottom: solid 0px transparent;
  border-left: solid 14px transparent;
  border-right: solid 14px transparent;
}
.top-feature .achievement {
  display: flex;
  justify-content: space-between;
  margin: 75px auto 60px;
  width: 96%;
}
.top-feature .achievement .item01 {
  width: 56%;
  margin-top: 25px;
}
@media screen and (min-width: 820px) {
  .top-feature .achievement .item01 .link:hover {
    opacity: 0.7;
  }
}
.top-feature .achievement .item01 .txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.top-feature .achievement .item02 {
  width: 41%;
}
.top-feature .achievement .item02 .ttl {
  font-size: 31px;
  line-height: 1.5;
  padding-left: 75px;
  margin-bottom: 28px;
}
.top-feature .achievement .item02 .txt {
  line-height: 1.6;
  letter-spacing: 0;
}
.top-feature .logo_feel-croco {
  width: 57%;
  margin: 0 auto 72px;
}
.top-feature .customer-list {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.top-feature .customer-list .item {
  width: 32%;
  margin-bottom: 112px;
}
.top-feature .customer-list .link {
  display: block;
  width: 333px;
  transition: 0.3s;
}
@media screen and (min-width: 820px) {
  .top-feature .customer-list .link:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
}
.top-feature .customer-list .txt-wrap {
  letter-spacing: 0;
  margin: 7px auto 0;
}
.top-feature .customer-list .color-ttl {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  display: block;
}
.top-feature .customer-list .color-green {
  background: #03AC5B;
  padding: 3px 5px;
}
.top-feature .customer-list .color-pink {
  background: #FC8D95;
  padding: 3px 5px;
}
.top-feature .customer-list .color-orange {
  background: #FFA200;
  padding: 3px 5px;
}
.top-feature .customer-list .color-red {
  background: #EC0000;
  padding: 3px 5px;
}
.top-feature .customer-list .bg-ttl {
  font-size: 20px;
  font-weight: 900;
}
.top-feature .customer-list .small-ttl {
  font-size: 8px;
  font-weight: 900;
}
.top-feature .customer-list .price {
  font-size: 12px;
  font-weight: 900;
  display: block;
}
.top-feature .customer-list .kinds {
  display: block;
}
.top-feature .customer-list .kinds .item {
  font-size: 12px;
  font-weight: 400;
  box-shadow: 0 3px 10px #000;
  padding: 4px 7px;
}
.top-feature .customer-list .campaign {
  font-size: 12px;
  font-weight: 900;
}
.top-feature .customer-list .campaign-price {
  font-size: 21px;
  font-weight: 900;
  padding-left: 12px;
}
.top-feature .customer-logo {
  line-height: 1.2;
}
.top-feature .customer-logo .txt {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1;
  text-align: center;
}
.top-feature .customer-logo .area-name {
  width: 71%;
  text-align: center;
  margin: auto;
}
.top-feature .customer-logo .area-name .big {
  width: 100%;
  font-size: 37px;
  position: relative;
  display: block;
}
.top-feature .customer-logo .area-name .big::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  width: 40%;
  height: 2px;
}
.top-feature .customer-logo .area-name .big::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  width: 40%;
  height: 2px;
}
.top-feature .customer-logo .area-name .small {
  font-size: 18px;
  margin: 20px auto 0;
  display: block;
}
.top-feature .customer-logo .logo-list .picture {
  text-align: center;
  margin: 48px auto 80px;
}
.top-feature .customer-logo .item01 .picture {
  width: 80%;
}
.top-feature .customer-logo .item02 .picture {
  width: 69%;
}
.top-feature .customer-logo .item03 .picture {
  width: 80%;
}

.feature-no2 {
  margin: 0 auto 108px;
}
.feature-no2 .btn-list {
  margin: 25px auto 100px;
}
.feature-no2 .contents-ttl {
  margin: 0 auto 20px;
}
.feature-no2 .contents-ttl::before {
  border-left: solid 34px #F0F0EA;
}
.feature-no2 .contents-ttl::after {
  border-bottom: solid 98px #F0F0EA;
}
.feature-no2 .quality-list .item {
  width: 1215px;
  margin: 0 auto 40px;
}
.feature-no2 .quality-list .item01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.6;
}
.feature-no2 .quality-list .item01 .picture-wrap {
  width: 54%;
}
.feature-no2 .quality-list .item01 .txt-big {
  font-size: 31px;
  padding: 0 0 30px 22px;
  font-style: italic;
}
.feature-no2 .quality-list .item01 .txt-medium {
  letter-spacing: 0;
}
.feature-no2 .quality-list .item02,
.feature-no2 .quality-list .item03 {
  background: #fff;
  padding: 29px 44px;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  font-style: italic;
}
.feature-no2 .quality-list .item02 .icon-wap,
.feature-no2 .quality-list .item03 .icon-wap {
  height: 190px;
  width: 218px;
}
.feature-no2 .quality-list .item02 .icon-wap picture,
.feature-no2 .quality-list .item03 .icon-wap picture {
  height: 190px;
  width: auto;
  text-align: center;
}
.feature-no2 .quality-list .item02 .icon-wap img,
.feature-no2 .quality-list .item03 .icon-wap img {
  height: 100%;
  width: auto;
}
.feature-no2 .quality-list .item02 .txt-big,
.feature-no2 .quality-list .item03 .txt-big {
  font-size: 33px;
  margin-bottom: 10px;
}
.feature-no2 .quality-list .item02 .txt-medium,
.feature-no2 .quality-list .item03 .txt-medium {
  font-size: 20px;
}

.feature-no3 .contents-ttl {
  margin: 0 auto 20px;
}
.feature-no3 .contents-ttl::before {
  border-left: solid 34px #F0F0EA;
}
.feature-no3 .contents-ttl::after {
  border-bottom: solid 98px #F0F0EA;
}
.feature-no3 .logo {
  text-align: center;
  font-style: italic;
}
.feature-no3 .logo .picture {
  width: 250px;
  margin: 0 auto 18px;
}
.feature-no3 .logo .txt-medium {
  font-size: 18px;
}
.feature-no3 .logo .txt-big {
  font-size: 26px;
  margin: 40px auto 0;
  line-height: 1.4;
}
.feature-no3 .staff-list .item {
  padding: 54px 0 34px;
}
.feature-no3 .staff-list .item-inner {
  display: flex;
  justify-content: space-between;
  width: min(91%, 1293px);
  margin: 0 auto 33px;
}
.feature-no3 .staff-list .item-second {
  background: #fff;
  padding: 55px 0 52px;
}
.feature-no3 .staff-list .item-second .item-inner {
  flex-direction: row-reverse;
}
.feature-no3 .staff-list .pic-wrap {
  width: 68%;
}
.feature-no3 .staff-list .achievement-wrap {
  width: 26.7%;
}
.feature-no3 .staff-list .achievement-wrap .link {
  width: 87%;
  display: block;
  transition: 0.3s;
  margin: 0 auto 15px;
}
@media screen and (min-width: 820px) {
  .feature-no3 .staff-list .achievement-wrap .link:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
}
.feature-no3 .staff-list .txt {
  text-align: center;
  line-height: 1.5;
}
.feature-no3 .staff-list .txt-big {
  font-size: 24px;
  font-style: italic;
}
.feature-no3 .staff-list .txt-small {
  font-size: 16px;
  font-style: italic;
}
.feature-no3 .staff-list .txt-medium {
  font-size: 18px;
}
.feature-no3 .staff-list .achievement-ttl {
  font-size: 24px;
  display: block;
  background: #000000;
  width: 247px;
  color: #fff;
  font-weight: 400;
  margin: 25px auto;
}
.feature-no3 .btn-list {
  margin: 63px auto 57px;
}

.urakatari iframe{
	width: 100%;
	max-width: 800px;
	display: block;
	margin: 0 auto 57px;
}

.feature-no4 {
  margin-bottom: 156px;
}
.feature-no4 .inner {
  padding: 60px 0;
}
.feature-no4 .contents-ttl {
  margin-bottom: 60px;
}
.feature-no4 .design-list {
  width: 87%;
  margin: 0 auto;
}
.feature-no4 .design-list .item {
  line-height: 1.6;
}
.feature-no4 .design-list .item .txt-big {
  font-size: 32px;
  margin-bottom: 42px;
  text-align: center;
  font-style: italic;
}
.feature-no4 .design-list .item .txt-medium {
  font-size: 18px;
  margin-bottom: 75px;
}
.feature-no4 .youtube-screenshot {
  width: 86%;
  margin: 0 auto 50px;
  transition: 0.3s;
}
@media screen and (min-width: 820px) {
  .feature-no4 .youtube-screenshot:hover {
    transition: 0.3s;
    opacity: 0.7;
    transform: scale(1.03);
  }
}
.feature-no4 .recruit-data .recruit-data-ttl {
  width: 86%;
  margin: 0 auto 37px;
}
.feature-no4 .recruit-data .txt-big {
  font-size: 24px;
  text-align: center;
}
.feature-no4 .recruit-data .txt-medium {
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 37px;
  font-style: italic;
}
.feature-no4 .recruit-data .graph-list {
  display: flex;
  justify-content: center;
}
.feature-no4 .recruit-data .graph-list .graph-change {
  width: 35%;
}
.feature-no4 .recruit-data .graph-list .graph-phone {
  width: 63%;
}

.feature-no5 {
  width: 86%;
  max-width: 1243px;
  margin: 0 auto 64px;
}
.feature-no5 .contents-ttl {
  margin: 0 auto 97px;
}
.feature-no5 .contents-ttl::before {
  border-left: solid 34px #F0F0EA;
}
.feature-no5 .contents-ttl::after {
  border-bottom: solid 98px #F0F0EA;
}
.feature-no5 .lineup-list .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 67px;
}
.feature-no5 .lineup-list .item02 {
  flex-direction: row-reverse;
}
.feature-no5 .lineup-list .txt-wrap {
  display: block;
  text-align: center;
  line-height: 1.6;
  width: 54.2%;
}
.feature-no5 .lineup-list .txt-wrap .txt-big {
  font-size: 32px;
  margin-bottom: 15px;
  font-style: italic;
}
.feature-no5 .lineup-list .txt-wrap .txt-medium {
  font-size: 18px;
  display: block;
  font-style: italic;
}
.feature-no5 .pic-wrap {
  width: 45.8%;
}

.feature-no6 .inner {
  padding: 52px 0 22px;
}
.feature-no6 .contents-sbttl {
  margin: 43px auto 40px;
  font-style: italic;
}
.feature-no6 .txt-medium {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.6;
  font-style: italic;
}
.feature-no6 .contents {
  text-align: center;
}
.feature-no6 .contents .item01 .txt, .feature-no6 .contents .item02 .txt {
  font-size: 50px;
  padding: 63px 0 20px;
  line-height: 1;
}
.feature-no6 .contents .item01 .sb-txt, .feature-no6 .contents .item02 .sb-txt {
  font-size: 27px;
  line-height: 1;
}
.feature-no6 .contents .item01 .pic-wrap, .feature-no6 .contents .item02 .pic-wrap, .feature-no6 .contents .item03 .pic-wrap {
  margin: 0 auto;
}
.feature-no6 .contents .item01 {
  position: relative;
}
.feature-no6 .contents .item01 .pic-wrap {
  width: 94%;
}
.feature-no6 .contents .item01 .bestfit-logo {
  position: absolute;
  content: "";
  top: 0;
  left: 4.4%;
  width: 180px;
}
.feature-no6 .contents .item02 .pic-wrap {
  width: 84%;
}
.feature-no6 .contents .item03 .pic-wrap {
  width: 94%;
}
.feature-no6 .contents .item03 .txt {
  margin: 92px auto 33px;
  font-size: 32px;
  font-style: italic;
}
.feature-no6 .contents .item03 .txt p {
  margin: 35px auto 0;
  font-size: 18px;
}

/*-------------------------------------------------
SP
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-feature .inner {
    width: 90%;
    padding: 18px 0;
  }
  .top-feature .inner .main-ttl {
    width: 310px;
  }
  .top-feature .feature-list {
    margin: 0 auto 50px;
  }
  .top-feature .feature-list .item {
    width: 46%;
    margin-bottom: 20px;
  }
  .top-feature .feature-list .item p {
    font-size: 16px;
  }
  .top-feature .feature-list .item .triangle {
    margin: 8px auto 0;
    border-top: solid 16px #000;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
  }
  .top-feature .customer-list .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-feature .achievement {
    margin: 50px auto 40px;
    width: 90%;
    display: block;
  }
  .top-feature .achievement .item01 {
    width: 100%;
    margin-top: 17px;
  }
  .top-feature .achievement .item01 .txt {
    font-size: 12px;
    margin-top: 14px;
  }
  .top-feature .achievement .item02 {
    width: 100%;
  }
  .top-feature .achievement .item02 .ttl {
    font-size: 21px;
    margin: 20px auto;
    padding-left: 0;
    width: 214px;
  }
  .top-feature .logo_feel-croco {
    width: 90%;
    margin: 0 auto 50px;
  }
  .top-feature .customer-list .link {
    width: 100%;
    margin: 0 auto;
  }
  .top-feature .customer-list .txt-wrap {
    line-height: 2;
  }
  .top-feature .customer-list .price {
    margin-bottom: 5px;
  }
  .top-feature .customer-logo .item01 .picture {
    width: 98%;
    margin: 33px auto 56px;
  }
  .top-feature .customer-logo .item02 .picture {
    width: 80%;
  }
  .top-feature .customer-logo .item03 .picture {
    width: 90%;
  }
  .top-feature .customer-logo .txt {
    font-size: 21px;
    line-height: 1.2;
  }
  .top-feature .customer-logo .area-name .small {
    font-size: 12px;
    margin: 14px auto 0;
  }
  .top-feature .customer-logo .area-name .big {
    font-size: 26px;
  }
  .top-feature .customer-logo .area-name .big::before {
    width: 30%;
  }
  .top-feature .customer-logo .area-name .big::after {
    width: 30%;
  }
  .top-feature .customer-logo .logo-list .picture {
    margin: 33px auto 56px;
  }
  .feature-no2 {
    margin: 0 auto 75px;
  }
  .feature-no2 .btn-list {
    margin: 25px auto 50px;
  }
  .feature-no2 .quality-list .item {
    width: 100%;
    flex-direction: column-reverse;
  }
  .feature-no2 .quality-list .item01 {
    flex-wrap: wrap;
  }
  .feature-no2 .quality-list .item01 .picture-wrap {
    width: 80%;
  }
  .feature-no2 .quality-list .item01 .txt-big {
    font-size: 21px;
    padding: 0 0 30px 0;
    margin: 0 auto;
    width: 250px;
  }
  .feature-no2 .quality-list .item01 .txt-medium {
    width: 80%;
    margin: 0 auto 30px;
  }
  .feature-no2 .quality-list .item02,
.feature-no2 .quality-list .item03 {
    width: 80%;
    padding: 29px 4%;
  }
  .feature-no2 .quality-list .item02 .txt-big,
.feature-no2 .quality-list .item03 .txt-big {
    font-size: 23px;
  }
  .feature-no2 .quality-list .item02 .txt-medium,
.feature-no2 .quality-list .item03 .txt-medium {
    font-size: 14px;
  }
  .feature-no2 .quality-list .item02 .icon-wap,
.feature-no2 .quality-list .item03 .icon-wap {
    height: 140px;
    margin: 0 auto 20px;
    width: auto;
  }
  .feature-no2 .quality-list .item02 .icon-wap picture,
.feature-no2 .quality-list .item03 .icon-wap picture {
    height: 140px;
  }
  .feature-no2 .contents-ttl::after {
    border-bottom: solid 63px #F0F0EA;
  }
  .feature-no3 .logo {
    width: 80%;
    margin: 0 auto;
  }
  .feature-no3 .logo .picture {
    width: 175px;
  }
  .feature-no3 .logo .txt-big {
    font-size: 18px;
    margin: 20px auto 0;
  }
  .feature-no3 .logo .txt-medium {
    font-size: 13px;
  }
  .feature-no3 .staff-list .item-inner {
    flex-wrap: wrap;
  }
  .feature-no3 .staff-list .item {
    padding: 37px 0;
  }
  .feature-no3 .staff-list .pic-wrap {
    width: 100%;
  }
  .feature-no3 .staff-list .txt {
    margin: 20px auto 0;
    width: 90%;
  }
  .feature-no3 .staff-list .achievement-wrap {
    width: 100%;
  }
  .feature-no3 .staff-list .achievement-wrap .link {
    width: 90%;
  }
  .feature-no3 .staff-list .txt-big {
    font-size: 19px;
  }
  .feature-no3 .staff-list .txt-medium {
    font-size: 14px;
  }
  .feature-no3 .staff-list .txt-small {
    font-size: 13px;
  }
  .feature-no3 .staff-list .achievement-ttl {
    font-size: 19px;
  }
  .feature-no3 .contents-ttl::after {
    border-bottom: solid 68px #F0F0EA;
  }
	
	.urakatari iframe{
		width: 335px;
		height: 180px;
		display: block;
		margin: 0 auto 57px;
	}

	
  .feature-no4 {
    margin-bottom: 100px;
  }
  .feature-no4 .contents-ttl {
    margin-bottom: 40px;
    width: 97%;
  }
  .feature-no4 .design-list .item .txt-big {
    font-size: 22px;
  }
  .feature-no4 .design-list .item .txt-medium {
    font-size: 13px;
    margin-bottom: 50px;
  }
  .feature-no4 .recruit-data .txt-big {
    font-size: 17px;
  }
  .feature-no4 .recruit-data .txt-medium {
    font-size: 13px;
    width: 90%;
    margin: 0 auto 37px;
  }
  .feature-no4 .recruit-data .graph-list {
    display: block;
  }
  .feature-no4 .recruit-data .graph-list .graph-change {
    width: 55%;
    margin: 0 auto;
  }
  .feature-no4 .recruit-data .graph-list .graph-phone {
    width: 100%;
  }
  .feature-no4 .recruit-data .recruit-data-ttl {
    width: 310px;
    margin: 0 auto 20px;
  }
  .feature-no5 .contents-ttl {
    margin: 0 auto 40px;
  }
  .feature-no5 .lineup-list .item {
    flex-direction: column-reverse;
  }
  .feature-no5 .lineup-list .txt-wrap {
    width: 100%;
  }
  .feature-no5 .lineup-list .txt-wrap .txt-big {
    font-size: 22px;
    margin: 20px auto;
    display: block;
  }
  .feature-no5 .lineup-list .txt-wrap .txt-medium {
    font-size: 13px;
  }
  .feature-no5 .lineup-list .pic-wrap {
    width: 100%;
  }
  .feature-no6 .txt-medium {
    font-size: 13px;
    margin: 0 auto 40px;
    width: 90%;
  }
  .feature-no6 .contents .item01 .txt,
.feature-no6 .contents .item02 .txt {
    font-size: 32px;
  }
  .feature-no6 .contents .item01 .sb-txt,
.feature-no6 .contents .item02 .sb-txt {
    font-size: 19px;
    padding-top: 50px;
    display: block;
  }
  .feature-no6 .contents .item01 .pic-wrap,
.feature-no6 .contents .item02 .pic-wrap {
    width: 96%;
  }
  .feature-no6 .contents .item01 .bestfit-logo {
    top: 109px;
    left: 4.4%;
    width: 66px;
  }
  .feature-no6 .contents .item03 .txt {
    font-size: 22px;
    width: 90%;
    margin: 64px auto 23px;
  }
  .feature-no6 .contents .item03 .txt p {
    margin: 24px auto 0;
    font-size: 13px;
  }
}
.top-flow {
  margin: 82px auto 56px;
}
.top-flow .sb_ttl {
  font-style: italic;
}
.top-flow .main-ttl {
  width: 1015px;
  margin: 0 auto 40px;
}
.top-flow .txt {
  font-size: 18px;
  margin: 30px auto 80px;
  text-align: center;
  font-style: italic;
}
.top-flow .flow-list {
  max-width: 1216px;
  width: 84%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.top-flow .flow-list .item {
  width: 48%;
  max-height: 159px;
  margin: 0 auto 24px;
}
.top-flow .flow-list .item .picture {
  height: 100%;
  width: auto;
}
.top-flow .flow-list .item .picture img {
  width: auto;
  height: 100%;
}
.top-flow .flow-list .item11, .top-flow .flow-list .item12 {
  width: 100%;
  text-align: center;
}
.top-flow .btn-list {
  margin-top: 55px;
}

/*-------------------------------------------------
SP
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-flow {
    margin: 57px auto 40px;
    width: 90%;
  }
  .top-flow .txt {
    font-size: 13px;
    margin: 21px auto 56px;
  }
  .top-flow .main-ttl {
    width: 310px;
    margin: 0 auto 20px;
  }
  .top-flow .flow-list {
    width: 100%;
  }
  .top-flow .flow-list .item {
    width: 100%;
  }
  .top-flow .flow-list .item .picture img {
    height: 90px;
  }
  .top-flow .flow-list .item11, .top-flow .flow-list .item12 {
    text-align: left;
  }
  .top-flow .btn-list {
    margin-top: 38px;
  }
}
.top-company {
  font-weight: 600;
}
.top-company .company-detail {
  content: "";
  background-image: url(../images/company-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  padding: 87px 0 67px;
}
.top-company .company-ttl {
  font-size: 47px;
  margin: 0 auto 60px;
  text-align: center;
}
.top-company .detail-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 87%;
}
.top-company .company-item {
  font-size: 23px;
}
.top-company .company-item .item {
  display: flex;
  justify-content: left;
  margin-bottom: 50px;
}
.top-company .company-item .item .ttl {
  width: 151px;
}
.top-company .company-item .item .txt {
  margin-left: 33px;
}
.top-company .company-item .item04, .top-company .company-item .item05, .top-company .company-item .item06 {
  margin-bottom: 0;
}

/*-------------------------------------------------
SP
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-company .company-detail {
    padding: 60px 0 47px;
  }
  .top-company .detail-wrap {
    display: block;
    width: 90%;
  }
  .top-company .company-ttl {
    font-size: 32px;
    margin: 0 auto 42px;
  }
  .top-company .company-item {
    font-size: 16px;
  }
  .top-company .company-item .item {
    margin-bottom: 35px;
    justify-content: center;
  }
  .top-company .company-item .item .ttl {
    width: 108px;
  }
  .top-company .company-item .item .txt {
    margin-left: 20px;
    width: 200px;
  }
}
.top-contact {
  margin: 0 auto 97px;
  padding: 84px 0 0;
}
.top-contact .contact-ttl {
  font-size: 47px;
  margin-bottom: 33px;
  text-align: center;
  line-height: 1;
}
.top-contact .txt {
  font-size: 23px;
  margin-bottom: 75px;
  text-align: center;
}

.form {
  margin: 0 auto;
  max-width: 1095px;
  width: 76%;
}
.form dl {
  font-size: 25px;
  margin-bottom: 52px;
}
.form dl dt {
  padding: 0.8vw 1.3vw 0.8vw 0;
}
.form dl dd {
  
}
.form input,
.form textarea {
  display: block;
  background-color: #fff;
  border: none;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border: none;
  outline: none;
  color: #191919;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}
.form textarea {
  height: 320px;
}
.form ::-moz-placeholder {
  font-size: 25px;
  font-weight: 400;
  color: #BEBEBE;
}
.form ::placeholder {
  font-size: 25px;
  font-weight: 400;
  color: #BEBEBE;
}
.form .btn1 {
  width: 352px;
  height: 60px;
  margin: 60px auto 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.form .btn1 input {
  font-size: 21px;
  font-weight: 600;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  background-color: #C3B693;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: all 0.3s ease 0s;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 820px) {
  .form .btn1 input:hover {
    transition: 0.3s;
    transform: scale(1.05);
  }
}

/*-------------------------------------------------
SP
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-contact {
    margin: 0 auto 68px;
    padding: 60px 0 0;
    width: 90%;
  }
  .top-contact .contact-ttl {
    font-size: 33px;
    margin-bottom: 23px;
  }
  .top-contact .txt {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .form {
    width: 100%;
  }
  .form dl {
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
  }
  .form dt {
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .form dd {
    width: 100%;
  }
  .form .checkbox-002 {
    padding-left: 0;
  }
  .form .btn1 {
    width: 180px;
    height: 44px;
    margin: 30px auto 0;
  }
  .form .btn1 input {
    font-size: 18px;
  }
  .form input, .form textarea {
    padding: 6px 15px;
    font-size: 18px;
  }
  .form textarea {
    height: 140px;
  }
  .form ::-moz-placeholder {
    font-size: 18px;
  }
  .form ::placeholder {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */