@charset "UTF-8";
/*!
Theme Name: kcs
Description: 
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url("fonts/NotoSansJP-Regular-subset.woff") format("woff"), url("fonts/NotoSansJP-Regular-subset.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url("fonts/NotoSansJP-Bold-subset.woff") format("woff"), url("fonts/NotoSansJP-Bold-subset.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

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

/**
 * 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;
  font-size: 1em;
}

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

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #231815;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (min-width: 1101px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  line-height: 2;
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #231815;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:visited {
  color: #231815;
}

a:hover, a:focus, a:active {
  color: #231815;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-sidebar .site {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
      grid-template-areas: "header" "main" "footer";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1100px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
      grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Common
--------------------------------------------- */
/*******************************************************
 *
 *  COMMON
 *
********************************************************/
article {
  position: relative;
}

article .top-btn {
  position: fixed;
  bottom: 3rem;
  right: 3%;
  z-index: 999;
}

article .top-btn .label {
  font-size: 1.4rem;
  text-align: center;
}

article .top-btn a {
  background-color: #ffffff80;
  border: 1px solid #333;
  display: block;
  height: 4rem;
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 4rem;
}

article .top-btn a img {
  bottom: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.block {
  display: block;
}

canvas {
  background-color: #f6f6f6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
}

.relative {
  position: relative;
}

h1, h2, h3, h4 {
  font-size: 1.2em;
  margin: 0;
}

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

.overlay {
  position: relative;
}

.overlay:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.color--base {
  color: #3971a2;
}

ol {
  padding-left: 2rem;
}

.accent--lightblue {
  color: #0099fa;
  font-size: 1.2em;
  font-weight: 700;
}

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

@media (min-width: 1101px) {
  br.br--mb {
    display: none;
  }
}

br.br--pc {
  display: none;
}

@media (min-width: 1101px) {
  br.br--pc {
    display: block;
  }
}

/*******************************************************
 *
 * CONTAINERS
 *
 *******************************************************/
.container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 1381px) {
  .container {
    padding: 0;
  }
}

.container--wide {
  max-width: none;
  padding: 0;
}

.container--narrow {
  max-width: 1140px;
}

/*******************************************************
 *
 * SECTIONS
 *
 *******************************************************/
.sec {
  padding: 2rem 0;
}

@media (min-width: 751px) {
  .sec {
    padding: 4rem 0;
  }
}

.sec h2 {
  font-size: 1.7rem;
  line-height: 1.2;
}

@media (min-width: 751px) {
  .sec h2 {
    font-size: 2.8rem;
  }
}

.sec h2 div:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 400;
}

@media (min-width: 751px) {
  .sec h2 div:nth-child(2) {
    font-size: 1.8rem;
  }
}

.sec.add-point {
  position: relative;
}

.sec.add-point:before {
  background-image: url(images/common/point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2rem;
}

@media (min-width: 1101px) {
  .sec.add-point:before {
    height: 3.6rem;
    width: 3.6rem;
  }
}

.sec.first-sec {
  padding-top: 7rem;
}

@media (min-width: 1101px) {
  .sec.first-sec {
    padding-top: 0;
  }
}

/*******************************************************
 *
 * BUTTONS
 *
 *******************************************************/
.btn {
  background-color: transparent;
  cursor: pointer;
  display: block;
  margin: 2rem auto 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.btn svg {
  left: 0;
  position: absolute;
  top: 0;
}

.btn svg rect {
  stroke-width: 4;
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
}

.btn span {
  background: #00a5c3;
  background: -webkit-gradient(linear, left top, right top, from(#00a5c3), to(#006198));
  background: linear-gradient(to right, #00a5c3 0%, #006198 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5c3', endColorstr='#006198',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 751px) {
  .btn--right {
    margin-right: 0;
  }
}

.btn:hover svg rect {
  stroke-width: 4;
  stroke-dasharray: 87, 190;
  stroke-dashoffset: 126;
}

.btn-bg-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#ff8282), to(#e178ed));
  background: linear-gradient(to right, #ff8282 0%, #e178ed 100%);
  border-radius: 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 2.5%;
  padding: 1rem 2rem;
}

.btn-bg-gradient:visited {
  color: #fff;
}

/*******************************************************
 *
 * MAIN IMAGE
 *
 *******************************************************/
.mainimage {
  background-image: url(./images/top/mainvisual.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.mainimage .catchphrase {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  position: absolute;
  text-align: right;
  top: 45%;
  width: 100%;
}

@media (min-width: 751px) {
  .mainimage .catchphrase {
    font-size: 1.6rem;
  }
}

.mainimage .catchphrase h2 {
  font-size: 5vw;
  text-align: right;
}

@media (min-width: 751px) {
  .mainimage .catchphrase h2 {
    font-size: 3rem;
  }
}

.mainimage .catchphrase h2:after {
  margin: 1.5rem 0 0 auto;
}

/*******************************************************
 *
 * CONTACT
 *
 *******************************************************/
.contact {
  padding-bottom: 0;
}

.contact h2 {
  font-weight: 400;
}

.contact h2:after {
  content: none;
}

.contact .content {
  margin: 0 auto;
  max-width: 80.2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 1101px) {
  .contact .content {
    text-align: left;
  }
}

.contact .flex {
  /*        display: inline-block;*/
  display: block;
}

@media (min-width: 1101px) {
  .contact .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact .list__item {
  background-color: #eceff0;
  margin-left: auto;
  margin-right: auto;
  max-width: 37.2rem;
  padding: 2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 1101px) {
  .contact .list__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.contact .list__item:first-child {
  margin-bottom: 3rem;
}

@media (min-width: 1101px) {
  .contact .list__item:first-child {
    margin-bottom: 0;
  }
}

.contact .list__item img {
  margin: 0 auto 2rem auto;
}

.contact .list__item a {
  color: #333;
}

.contact .list__item .tel {
  font-size: 2em;
}

.contact .list__item .btn {
  border: 1px solid;
  display: inline-block;
  margin-top: 1rem;
  padding: 0.8rem 4rem 0.8rem 2rem;
}

.contact .list__item .btn:after {
  background-color: #333;
  content: '';
  display: block;
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 6.2rem;
}

.contact .fb {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  max-width: 37.2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 1101px) {
  .contact .fb {
    max-width: 100%;
  }
}

.contact .fb .txt {
  display: inline-block;
  padding-bottom: 3.8rem;
  padding-left: 2rem;
  padding-top: 3.8rem;
  position: relative;
}

.contact .fb .txt:before {
  content: url(./images/footer/icon_fb.png);
  height: 2.6rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact .fb .txt a {
  color: #333;
}

/*******************************************************
 *
 * pagenation
 *
 *******************************************************/
.nav-links {
  text-align: center;
}

.nav-links .page-numbers {
  background-color: #3971a2;
  color: #fff;
  padding: 0.2rem 0.6rem;
}

.nav-links .page-numbers.current {
  background-color: #3c4856;
}

.nav-links .page-numbers.dots {
  background-color: transparent;
  color: #333;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
/*******************************************************
*
* header
*
*******************************************************/
.header {
  display: none;
  position: fixed;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 1000;
}

@media (min-width: 1101px) {
  .header {
    display: block;
  }
}

.header.fh {
  background-color: #000;
}

.header.fh .container {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.header.hide {
  display: none;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2.8rem;
  padding-top: 2.8rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (min-width: 1381px) {
  .header .container {
    padding: 2.8rem 4rem;
    max-width: none;
  }
}

.header .custom-logo-link {
  width: 12rem;
}

.header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*         &.hide {
            display: none;
        } */
}

.header__menu .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__menu .nav-menu .menu-item {
  margin-left: 4rem;
}

.header__menu .nav-menu .menu-item a {
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

.mobile-header {
  background-color: #000;
  height: 7rem;
  position: fixed;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 1000;
}

@media (min-width: 1101px) {
  .mobile-header {
    display: none;
  }
}

.mobile-header.hide {
  display: none;
}

.mobile-header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.mobile-header .custom-logo-link {
  width: 12rem;
}

.mobile-header .burger-menu {
  background-image: url(images/header/hexagon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 5.2rem;
  position: relative;
  width: 6rem;
  /*         &.hide {
            display: none;
        } */
}

.mobile-header .burger-menu div {
  background: #000;
  display: block;
  height: 4px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 55%;
}

.mobile-header .burger-menu div:nth-child(1) {
  left: 50%;
  top: 33%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mobile-header .burger-menu div:nth-child(2) {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mobile-header .burger-menu div:nth-child(3) {
  left: 50%;
  top: 67%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mobile-header .burger-menu.open div:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-header .burger-menu.open div:nth-child(2) {
  opacity: 0;
  width: 0%;
}

.mobile-header .burger-menu.open div:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-header__menu {
  background-color: #000;
  display: none;
  left: 0;
  padding-top: 3.5rem;
  position: absolute;
  text-align: center;
  top: 7rem;
  width: 100%;
}

.mobile-header__menu .nav-menu {
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 3rem 0;
  position: relative;
}

.mobile-header__menu .nav-menu:before {
  background-color: #fff;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.1rem;
}

.mobile-header__menu .nav-menu .menu-item {
  height: 9rem;
  position: relative;
}

.mobile-header__menu .nav-menu .menu-item > div {
  background-image: url(images/header/point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2rem;
}

.mobile-header__menu .nav-menu .menu-item a {
  color: #fff;
  position: absolute;
  top: 50%;
}

.mobile-header__menu .nav-menu .menu-item a div:nth-child(1) {
  font-size: 1.7rem;
  font-weight: 700;
}

.mobile-header__menu .nav-menu .menu-item:nth-child(odd) a {
  text-align: left;
  -webkit-transform: translate(1.5rem, -50%);
          transform: translate(1.5rem, -50%);
}

.mobile-header__menu .nav-menu .menu-item:nth-child(even) a {
  text-align: right;
  -webkit-transform: translate(calc(-100% - 1.5rem), -50%);
          transform: translate(calc(-100% - 1.5rem), -50%);
}

/* Front Page
--------------------------------------------- */
/*******************************************************
*
* top sec 1
*
*******************************************************/
.top-sec1 {
  padding-bottom: 3rem;
}

@media (min-width: 1101px) {
  .top-sec1 {
    padding-bottom: 4rem;
  }
}

.top-sec1 .container {
  background-image: url(images/top/mainvisual.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 65rem;
  position: relative;
}

@media (min-width: 1101px) {
  .top-sec1 .container {
    height: 90rem;
  }
}

.top-sec1 .container h1 {
  color: #fff;
  font-size: 10vw;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 2px 2px 3px #040000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

@media (min-width: 751px) {
  .top-sec1 .container h1 {
    font-size: 7vw;
  }
}

@media (min-width: 1101px) {
  .top-sec1 .container h1 {
    font-size: 6.2rem;
  }
}

/*******************************************************
*
* top sec 2
*
*******************************************************/
.top-sec2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 3rem;
  padding-top: 5rem;
  position: relative;
}

@media (min-width: 1101px) {
  .top-sec2 {
    padding-bottom: 2.5rem;
  }
}

.top-sec2:before {
  position: absolute;
  content: '';
  width: 2rem;
  height: 2rem;
  background-image: url(images/common/point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
}

@media (min-width: 1101px) {
  .top-sec2:before {
    display: none;
  }
}

@media (min-width: 1101px) {
  .top-sec2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 4rem;
  }
}

.top-sec2 .col01 {
  text-align: center;
}

@media (min-width: 1101px) {
  .top-sec2 .col01 {
    padding-left: 1.5rem;
    padding-right: 4rem;
    text-align: right;
    width: 50%;
  }
}

@media (min-width: 1381px) {
  .top-sec2 .col01 {
    padding-left: 0;
  }
}

.top-sec2 .col01 h2 {
  font-size: 6vw;
  line-height: 1.2;
  margin-bottom: 3rem;
}

@media (min-width: 751px) {
  .top-sec2 .col01 h2 {
    font-size: 4vw;
  }
}

@media (min-width: 1101px) {
  .top-sec2 .col01 h2 {
    font-size: 4.2rem;
    line-height: 1.5;
    margin-bottom: 5rem;
  }
}

.top-sec2 .col01 p {
  display: none;
  margin: 0;
}

@media (min-width: 1101px) {
  .top-sec2 .col01 p {
    display: block;
  }
}

.top-sec2 .col02 {
  bottom: 4rem;
  left: 50%;
}

@media (min-width: 1101px) {
  .top-sec2 .col02 {
    margin-right: 1.5rem;
    max-width: 67rem;
    position: absolute;
  }
}

@media (min-width: 1381px) {
  .top-sec2 .col02 {
    margin-right: 0;
  }
}

.top-sec2 .col02 img {
  width: 100%;
}

@media (min-width: 1101px) {
  .top-sec2 .col02 img {
    width: auto;
  }
}

.top-sec2 .col02 p {
  padding: 0 1.5rem;
  margin: 3rem 0 0 0;
}

@media (min-width: 1101px) {
  .top-sec2 .col02 p {
    display: none;
    padding: 0;
  }
}

/*******************************************************
*
* layout
*
*******************************************************/
.layout {
  padding-bottom: 3rem;
  padding-top: 5rem;
  position: relative;
}

@media (min-width: 1101px) {
  .layout {
    padding-bottom: 0;
  }
}

.layout:after {
  position: absolute;
  content: '';
  width: 2rem;
  height: 2rem;
  background-image: url(images/common/point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
}

@media (min-width: 1101px) {
  .layout:after {
    display: none;
  }
}

.layout .container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 1101px) {
  .layout .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1101px) {
  .layout .img-wrap {
    width: 50%;
  }
}

.layout .img-wrap img {
  width: 100%;
}

.layout .content-wrap {
  margin: auto 0;
  padding-top: 3rem;
  position: relative;
  text-align: center;
}

@media (min-width: 1101px) {
  .layout .content-wrap {
    padding-top: 0;
    width: 50%;
  }
}

.layout .content-wrap:before {
  background-image: url(images/common/point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: none;
  height: 3.6rem;
  position: absolute;
  top: 0;
  width: 3.6rem;
}

@media (min-width: 1101px) {
  .layout .content-wrap:before {
    display: block;
  }
}

.layout .content-wrap p {
  margin: 3rem 0 3rem 0;
}

@media (min-width: 1101px) {
  .layout .content-wrap p {
    margin: 3rem 0 6rem 0;
  }
}

.layout .content-wrap a {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.2rem 1rem;
}

@media (min-width: 1101px) {
  .layout .content-wrap a {
    font-size: 1.8rem;
    padding: 0.2rem 1.8rem;
  }
}

.layout01 .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1101px) {
  .layout01 .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1101px) {
  .layout01 .img-wrap {
    padding-right: 4rem;
  }
}

@media (min-width: 1101px) {
  .layout01 .content-wrap {
    padding-left: 4rem;
    text-align: left;
  }
}

.layout01 .content-wrap:before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 0;
}

.layout02 .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 1101px) {
  .layout02 .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1101px) {
  .layout02 .img-wrap {
    padding-left: 4rem;
  }
}

@media (min-width: 1101px) {
  .layout02 .content-wrap {
    padding-right: 4rem;
    text-align: right;
  }
}

.layout02 .content-wrap:before {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

/*******************************************************
*
* top sec 3
*
*******************************************************/
@media (min-width: 1101px) {
  .top-sec3 {
    padding-top: 17.6rem;
  }
}

.top-sec3 .point-line {
  background-color: #231815;
  display: none;
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 0.1rem;
}

@media (min-width: 1101px) {
  .top-sec3 .point-line {
    display: block;
  }
}

/*******************************************************
*
* top sec 4
*
*******************************************************/
@media (min-width: 1101px) {
  .top-sec4 {
    padding-bottom: 0;
    padding-top: 15rem;
  }
}

/*******************************************************
*
* top sec 5
*
*******************************************************/
@media (min-width: 1101px) {
  .top-sec5 {
    padding-bottom: 16rem;
    padding-top: 15rem;
  }
}

/*******************************************************
*
* top sec 6
*
*******************************************************/
.top-sec6 {
  padding-bottom: 3rem;
  padding-top: 5rem;
  position: relative;
  text-align: center;
}

@media (min-width: 1101px) {
  .top-sec6 {
    padding-bottom: 15rem;
    padding-top: 9rem;
  }
}

.top-sec6:before {
  background-image: url(images/common/point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2rem;
}

@media (min-width: 1101px) {
  .top-sec6:before {
    height: 3.6rem;
    width: 3.6rem;
  }
}

.top-sec6 h3 {
  font-size: 1.7rem;
  line-height: 1.2;
}

@media (min-width: 751px) {
  .top-sec6 h3 {
    font-size: 2.8rem;
  }
}

.top-sec6 .title {
  border-bottom: 1px solid #00913a;
  margin: 0 auto;
  max-width: 96rem;
  padding-bottom: 2rem;
}

@media (min-width: 1101px) {
  .top-sec6 .title {
    padding-bottom: 5rem;
  }
}

.top-sec6 .row {
  margin: 0 auto;
  max-width: 96rem;
}

.top-sec6 .row01 {
  margin-top: 3rem;
}

@media (min-width: 1101px) {
  .top-sec6 .row01 {
    margin-top: 10rem;
  }
}

.top-sec6 .row01 img {
  margin-bottom: 3rem;
  max-width: 14.5rem;
}

@media (min-width: 1101px) {
  .top-sec6 .row01 img {
    margin-bottom: 4.5rem;
    max-width: 100%;
  }
}

.top-sec6 .row01 p {
  margin: 3rem 0 0 0;
  text-align: left;
}

@media (min-width: 1101px) {
  .top-sec6 .row01 p {
    margin: 4rem 0 0 0;
    text-align: center;
  }
}

.top-sec6 .row02 {
  margin-top: 7rem;
}

@media (min-width: 1101px) {
  .top-sec6 .row02 {
    margin-top: 15rem;
  }
}

.top-sec6 .row02 ul {
  color: #000;
  font-size: 1.4rem;
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0;
  text-align: left;
}

@media (min-width: 1101px) {
  .top-sec6 .row02 ul {
    font-size: 2rem;
  }
}

.top-sec6 .row02 ul li {
  border-bottom: 1px solid #00913a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
}

@media (min-width: 1101px) {
  .top-sec6 .row02 ul li {
    padding: 1.4rem 0;
  }
}

.top-sec6 .row02 ul li:first-child {
  border-top: 1px solid #00913a;
}

.top-sec6 .row02 ul li label {
  font-weight: 700;
  margin: auto 2rem auto 0;
  min-width: 7rem;
}

@media (min-width: 1101px) {
  .top-sec6 .row02 ul li label {
    margin: auto 3rem auto 0;
    min-width: 12rem;
  }
}

/*******************************************************
*
* top sec 7
*
*******************************************************/
.top-sec7 {
  padding-bottom: 3rem;
  padding-top: 5rem;
  position: relative;
  text-align: center;
}

@media (min-width: 1101px) {
  .top-sec7 {
    padding-bottom: 15rem;
  }
}

.top-sec7 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  position: relative;
}

@media (min-width: 1101px) {
  .top-sec7 .container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1381px) {
  .top-sec7 .container {
    padding: 0;
  }
}

.top-sec7 h2 {
  margin: 3rem 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 1101px) {
  .top-sec7 h2 {
    margin: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.top-sec7 .img {
  background-image: url(images/top/contact.jpg);
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1101px) {
  .top-sec7 .img {
    height: 56.7rem;
    margin-top: 5rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.top-sec7 a {
  left: 63%;
  margin: 0 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  top: 65%;
}

@media (min-width: 1101px) {
  .top-sec7 a {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: absolute;
  }
}

.top-sec7 a img {
  width: 25rem;
}

@media (min-width: 1101px) {
  .top-sec7 a img {
    width: 37.2rem;
  }
}

/* Business Page
--------------------------------------------- */
/*******************************************************
*
* biz sec 1
*
*******************************************************/
.biz-sec1 {
  padding-bottom: 3rem;
  padding-top: 0;
}

@media (min-width: 1101px) {
  .biz-sec1 {
    padding-bottom: 4rem;
  }
}

.biz-sec1 .container {
  background-image: url(images/business/page_main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
  position: relative;
}

@media (min-width: 1101px) {
  .biz-sec1 .container {
    height: 90rem;
  }
}

.biz-sec1 .container h1 {
  color: #fff;
  font-size: 5vw;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000,  0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

@media (min-width: 751px) {
  .biz-sec1 .container h1 {
    font-size: 4vw;
  }
}

@media (min-width: 1101px) {
  .biz-sec1 .container h1 {
    font-size: 4.2rem;
  }
}

.biz-sec1 .container h1 div:nth-child(2) {
  font-size: 3.6vw;
}

@media (min-width: 751px) {
  .biz-sec1 .container h1 div:nth-child(2) {
    font-size: 2vw;
  }
}

@media (min-width: 1101px) {
  .biz-sec1 .container h1 div:nth-child(2) {
    font-size: 2.1rem;
  }
}

/*******************************************************
*
* biz sec 2
*
*******************************************************/
.biz-sec2 {
  padding-bottom: 5rem;
  padding-top: 2rem;
}

@media (min-width: 1101px) {
  .biz-sec2 {
    padding-bottom: 4rem;
    padding-top: 6rem;
  }
}

@media (min-width: 1101px) {
  .biz-sec2 .desc {
    text-align: center;
  }
}

.biz-sec2 .desc p {
  margin: 0;
}

.biz-sec2 .service {
  margin-top: 5rem;
  padding: 0;
}

@media (min-width: 1101px) {
  .biz-sec2 .service {
    margin-top: 10rem;
    padding: 0 1.5rem;
  }
}

.biz-sec2 .service ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.biz-sec2 .service ul li {
  padding: 12vw 0;
  position: relative;
  text-align: center;
}

@media (min-width: 751px) {
  .biz-sec2 .service ul li {
    padding: 10vw 0;
  }
}

@media (min-width: 1101px) {
  .biz-sec2 .service ul li {
    padding: 15rem 0;
  }
}

.biz-sec2 .service ul li img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(50% - 2rem);
}

@media (min-width: 1101px) {
  .biz-sec2 .service ul li img {
    width: calc(50% - 4rem);
  }
}

.biz-sec2 .service ul li img.pc {
  display: none;
}

@media (min-width: 751px) {
  .biz-sec2 .service ul li img.pc {
    display: block;
  }
}

@media (min-width: 751px) {
  .biz-sec2 .service ul li img.sp {
    display: none;
  }
}

.biz-sec2 .service ul li div {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
}

@media (min-width: 751px) {
  .biz-sec2 .service ul li div {
    font-size: 2.5vw;
  }
}

@media (min-width: 1101px) {
  .biz-sec2 .service ul li div {
    font-size: 2.8rem;
  }
}

.biz-sec2 .service ul li:before {
  background-image: url(images/common/point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0.3rem);
          transform: translate(-50%, 0.3rem);
  width: 2rem;
}

@media (min-width: 1101px) {
  .biz-sec2 .service ul li:before {
    height: 3.6rem;
    width: 3.6rem;
  }
}

.biz-sec2 .service ul li:nth-child(1) {
  padding-top: 18vw;
  position: relative;
}

@media (min-width: 751px) {
  .biz-sec2 .service ul li:nth-child(1) {
    padding-top: 13vw;
  }
}

@media (min-width: 1101px) {
  .biz-sec2 .service ul li:nth-child(1) {
    padding-top: 18.9rem;
  }
}

.biz-sec2 .service ul li:nth-child(1) img {
  top: 0;
  -webkit-transform: none;
          transform: none;
}

.biz-sec2 .service ul li:nth-child(4) {
  padding-bottom: 18vw;
}

@media (min-width: 751px) {
  .biz-sec2 .service ul li:nth-child(4) {
    padding-bottom: 13vw;
  }
}

@media (min-width: 1101px) {
  .biz-sec2 .service ul li:nth-child(4) {
    padding-bottom: 18.9rem;
  }
}

.biz-sec2 .service ul li:nth-child(4) img {
  bottom: 0;
  top: auto;
  -webkit-transform: none;
          transform: none;
}

.biz-sec2 .service ul li.layout01 img {
  left: 0;
}

.biz-sec2 .service ul li.layout01 div {
  -webkit-transform: translateX(calc(50% + 2rem));
          transform: translateX(calc(50% + 2rem));
}

@media (min-width: 1101px) {
  .biz-sec2 .service ul li.layout01 div {
    -webkit-transform: translateX(calc(50% + 4rem));
            transform: translateX(calc(50% + 4rem));
  }
}

.biz-sec2 .service ul li.layout01 div:before {
  left: -2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 1101px) {
  .biz-sec2 .service ul li.layout01 div:before {
    left: -4rem;
  }
}

.biz-sec2 .service ul li.layout02 img {
  right: 0;
}

.biz-sec2 .service ul li.layout02 div {
  -webkit-transform: translateX(calc(-50% - 2rem));
          transform: translateX(calc(-50% - 2rem));
}

@media (min-width: 1101px) {
  .biz-sec2 .service ul li.layout02 div {
    -webkit-transform: translateX(calc(-50% - 4rem));
            transform: translateX(calc(-50% - 4rem));
  }
}

.biz-sec2 .service ul li.layout02 div:before {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: -2rem;
}

@media (min-width: 1101px) {
  .biz-sec2 .service ul li.layout02 div:before {
    right: -4rem;
  }
}

.biz-sec2 .service ul .point-line {
  background-color: #231815;
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 0.1rem;
  z-index: -1;
}

/*******************************************************
*
* biz sec 3
*
*******************************************************/
.biz-sec3 {
  background-color: #dfe0d9;
  padding-bottom: 5rem;
  padding-top: 6.5rem;
  z-index: 0;
}

@media (min-width: 1101px) {
  .biz-sec3 {
    padding-bottom: 10rem;
    padding-top: 15rem;
  }
}

.biz-sec3.add-point:before {
  margin-top: 3rem;
}

@media (min-width: 1101px) {
  .biz-sec3.add-point:before {
    margin-top: 8rem;
  }
}

.biz-sec3 .row h3 {
  font-size: 1.7rem;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 751px) {
  .biz-sec3 .row h3 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

.biz-sec3 .row h3 span {
  background-color: #231815;
  color: #fff;
  font-size: 1.5rem;
  margin-right: 1rem;
  padding: 0 1rem;
}

@media (min-width: 751px) {
  .biz-sec3 .row h3 span {
    font-size: 2.4rem;
  }
}

.biz-sec3 .row01 {
  text-align: center;
}

.biz-sec3 .row01 p {
  margin: 1.5rem 0 0 0;
  text-align: left;
}

@media (min-width: 1101px) {
  .biz-sec3 .row01 p {
    margin: 5rem 0 0 0;
    text-align: center;
  }
}

.biz-sec3 .row02 {
  margin-top: 5rem;
}

@media (min-width: 1101px) {
  .biz-sec3 .row02 {
    margin-top: 10rem;
  }
}

.biz-sec3 .row03, .biz-sec3 .row04, .biz-sec3 .row05 {
  display: none;
}

@media (min-width: 1101px) {
  .biz-sec3 .row03, .biz-sec3 .row04, .biz-sec3 .row05 {
    display: block;
  }
}

.biz-sec3 .row03 {
  margin-top: 6.5rem;
  text-align: right;
}

.biz-sec3 .row03 img {
  width: 80%;
}

.biz-sec3 .row04 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 4.5rem;
}

@media (min-width: 1101px) {
  .biz-sec3 .row04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.biz-sec3 .row04 .col01 {
  margin-right: 2rem;
  position: relative;
  width: calc(50% - 2rem);
}

.biz-sec3 .row04 .col01 img {
  position: absolute;
  top: -50%;
  width: 100%;
}

.biz-sec3 .row04 .col02 {
  margin-left: 2rem;
  padding-right: 7rem;
  width: calc(50% - 2rem);
}

.biz-sec3 .row05 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 1101px) {
  .biz-sec3 .row05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.biz-sec3 .row05 .col01 {
  position: relative;
  width: 25%;
}

@media (min-width: 1381px) {
  .biz-sec3 .row05 .col01 {
    width: 30%;
  }
}

.biz-sec3 .row05 .col01 img {
  left: 35%;
  position: absolute;
  top: -2%;
  z-index: 1;
}

@media (min-width: 1381px) {
  .biz-sec3 .row05 .col01 img {
    top: -20%;
  }
}

.biz-sec3 .row05 .col02 {
  margin-right: 2rem;
  position: relative;
  width: calc(25% - 2rem);
}

@media (min-width: 1381px) {
  .biz-sec3 .row05 .col02 {
    width: calc(20% - 2rem);
  }
}

.biz-sec3 .row05 .col02 img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.biz-sec3 .row05 .col03 {
  margin-left: 2rem;
  padding-right: 7rem;
  width: calc(50% - 2rem);
}

.biz-sec3 .row05 .col03 p:nth-child(1) {
  margin: 2.5rem 0 4rem 0;
}

.biz-sec3 .row05 .col03 p:nth-child(2) {
  margin: 0;
}

@media (min-width: 1101px) {
  .biz-sec3 .row06, .biz-sec3 .row07 {
    display: none;
  }
}

.biz-sec3 .row06 {
  margin-top: 2.5rem;
  text-align: center;
}

.biz-sec3 .row07 p {
  margin: 2rem 0 0 0;
}

.biz-sec3 .row08 {
  margin-top: 5rem;
}

@media (min-width: 1101px) {
  .biz-sec3 .row08 {
    margin-top: 10rem;
  }
}

.biz-sec3 .row09 {
  margin-top: 3rem;
}

@media (min-width: 1101px) {
  .biz-sec3 .row09 {
    margin-top: 6.5rem;
  }
}

.biz-sec3 .row09 canvas {
  background-image: url(images/business/f2_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 120rem;
  width: 100%;
}

.biz-sec3 .row10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 1.5rem;
}

@media (min-width: 1101px) {
  .biz-sec3 .row10 {
    margin-top: 5rem;
  }
}

.biz-sec3 .row10 .col01 {
  display: none;
  margin-right: 2rem;
  position: relative;
  width: calc(50% - 2rem);
}

@media (min-width: 1101px) {
  .biz-sec3 .row10 .col01 {
    display: block;
  }
}

.biz-sec3 .row10 .col01 img {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}

@media (min-width: 1381px) {
  .biz-sec3 .row10 .col01 img {
    top: 30%;
  }
}

@media (min-width: 1101px) {
  .biz-sec3 .row10 .col02 {
    margin-left: 2rem;
    width: calc(50% - 2rem);
  }
}

.biz-sec3 .row10 .col02 p {
  margin: 0;
}

@media (min-width: 1101px) {
  .biz-sec3 .row10 .col02 p:nth-child(1) {
    margin: 0 0 4rem 0;
  }
}

.biz-sec3 .row10 .col02 p:nth-child(2) {
  font-size: 1.3rem;
  margin: 0;
}

.biz-sec3 .row11 {
  margin-top: 1.5rem;
  text-align: center;
}

@media (min-width: 1101px) {
  .biz-sec3 .row11 {
    margin-top: 5rem;
  }
}

.biz-sec3 .row11 img.pc {
  display: none;
}

@media (min-width: 1101px) {
  .biz-sec3 .row11 img.pc {
    display: inline;
  }
}

@media (min-width: 1101px) {
  .biz-sec3 .row11 img.mb {
    display: none;
  }
}

.biz-sec3 .row12 {
  margin-top: 5rem;
}

@media (min-width: 1101px) {
  .biz-sec3 .row12 {
    margin-top: 10rem;
  }
}

.biz-sec3 .row.case {
  margin-top: 5rem;
  padding: 0;
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case {
    margin-top: 7rem;
    padding: 0 1.5rem;
  }
}

.biz-sec3 .row.case.layout01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout01 .col01 {
    width: 55rem;
  }
}

.biz-sec3 .row.case.layout01 .col01 h4 {
  height: 100%;
  position: relative;
  text-align: center;
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout01 .col01 h4 {
    text-align: left;
  }
}

.biz-sec3 .row.case.layout01 .col01 h4 span {
  border-bottom: 3px solid #898989;
  display: inline-block;
  font-size: 1.6rem;
  left: 27rem;
  padding-bottom: 1rem;
  text-align: center;
  top: 45%;
  width: 22rem;
  z-index: 1;
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout01 .col01 h4 span {
    display: block;
    font-size: 2.2rem;
    padding-bottom: 0;
    position: absolute;
    text-align: left;
    width: 35rem;
  }
}

.biz-sec3 .row.case.layout01 .col02 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2rem auto 0 auto;
  position: relative;
  width: auto;
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout01 .col02 {
    margin: 0 0 0 5rem;
    width: calc(100% - 60rem);
  }
}

.biz-sec3 .row.case.layout01 .col02:before {
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
  border-top: 10px solid transparent;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout01 .col02:before {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #000;
    border-top: 20px solid transparent;
    height: 4rem;
  }
}

.biz-sec3 .row.case.layout01 .col02 .img-wrap {
  padding: 0;
  position: relative;
  width: calc(50% - 1rem);
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout01 .col02 .img-wrap {
    width: calc(50% - 2rem);
  }
}

.biz-sec3 .row.case.layout01 .col02 .img-wrap:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11rem;
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout01 .col02 .img-wrap:before {
    height: 2.6rem;
  }
}

.biz-sec3 .row.case.layout01 .col02 .img-wrap.bf {
  margin-right: 2rem;
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout01 .col02 .img-wrap.bf {
    margin-right: 4rem;
  }
}

.biz-sec3 .row.case.layout01 .col02 .img-wrap.bf:before {
  background-image: url(images/business/before_01.svg);
}

.biz-sec3 .row.case.layout01 .col02 .img-wrap.af:before {
  background-image: url(images/business/after_01.svg);
}

.biz-sec3 .row.case.layout02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.biz-sec3 .row.case.layout02 .col01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2rem auto 0 auto;
  position: relative;
  width: auto;
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout02 .col01 {
    margin: 0 0 0 5rem;
    width: calc(100% - 60rem);
  }
}

.biz-sec3 .row.case.layout02 .col01:before {
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
  border-top: 10px solid transparent;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout02 .col01:before {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #000;
    border-top: 20px solid transparent;
    height: 4rem;
  }
}

.biz-sec3 .row.case.layout02 .col01 .img-wrap {
  padding: 0;
  position: relative;
  width: calc(50% - 2rem);
}

.biz-sec3 .row.case.layout02 .col01 .img-wrap:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11rem;
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout02 .col01 .img-wrap:before {
    height: 2.6rem;
  }
}

.biz-sec3 .row.case.layout02 .col01 .img-wrap.bf {
  margin-right: 4rem;
}

.biz-sec3 .row.case.layout02 .col01 .img-wrap.bf:before {
  background-image: url(images/business/before_01.svg);
}

.biz-sec3 .row.case.layout02 .col01 .img-wrap.af:before {
  background-image: url(images/business/after_01.svg);
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout02 .col02 {
    width: 55rem;
  }
}

.biz-sec3 .row.case.layout02 .col02 h4 {
  height: 100%;
  position: relative;
  text-align: center;
}

.biz-sec3 .row.case.layout02 .col02 h4 span {
  border-bottom: 3px solid #898989;
  display: inline-block;
  font-size: 1.6rem;
  left: -8rem;
  padding-bottom: 1rem;
  text-align: center;
  top: 45%;
  width: 22rem;
  z-index: 1;
}

@media (min-width: 1101px) {
  .biz-sec3 .row.case.layout02 .col02 h4 span {
    display: block;
    font-size: 2.2rem;
    padding-bottom: 0;
    position: absolute;
    text-align: right;
    width: 35rem;
  }
}

.biz-sec3 .row13.case.layout01 .col01 p {
  display: none;
  margin: 0;
}

@media (min-width: 1101px) {
  .biz-sec3 .row13.case.layout01 .col01 p {
    display: block;
  }
}

.biz-sec3 .row13.case.layout01 .col01 h4 span {
  top: 3rem;
}

@media (min-width: 1381px) {
  .biz-sec3 .row13.case.layout01 .col01 h4 span {
    top: 7rem;
  }
}

/*******************************************************
*
* biz sec 4
*
*******************************************************/
.biz-sec4 {
  padding-bottom: 5rem;
  padding-top: 6.5rem;
}

@media (min-width: 1101px) {
  .biz-sec4 {
    padding-bottom: 10rem;
    padding-top: 15rem;
  }
}

.biz-sec4.add-point:before {
  margin-top: 3rem;
}

@media (min-width: 1101px) {
  .biz-sec4.add-point:before {
    margin-top: 8rem;
  }
}

.biz-sec4 .row {
  margin-top: 5rem;
}

@media (min-width: 1101px) {
  .biz-sec4 .row {
    margin-top: 10rem;
  }
}

.biz-sec4 .row01 {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

.biz-sec4 .row01 p {
  margin: 1.5rem 0 0 0;
  text-align: left;
}

@media (min-width: 1101px) {
  .biz-sec4 .row01 p {
    margin: 5rem 0 0 0;
    text-align: center;
  }
}

.biz-sec4 .row02 {
  margin-top: 3rem;
}

.biz-sec4 .row03 {
  margin-top: 3rem;
}

@media (min-width: 1101px) {
  .biz-sec4 .row03 {
    margin-top: 10rem;
  }
}

.biz-sec4 .row03 p {
  margin: 0;
}

@media (min-width: 1101px) {
  .biz-sec4 .row03 p {
    text-align: center;
  }
}

.biz-sec4 .row04 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (min-width: 1101px) {
  .biz-sec4 .row04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 10rem;
  }
}

.biz-sec4 .row04 h3 {
  font-size: 1.7rem;
  text-align: center;
}

@media (min-width: 751px) {
  .biz-sec4 .row04 h3 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1101px) {
  .biz-sec4 .row04 h3 {
    font-size: 1.7vw;
    left: 10rem;
    position: absolute;
    text-align: left;
    top: 6.25rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1381px) {
  .biz-sec4 .row04 h3 {
    font-size: 2.4rem;
  }
}

.biz-sec4 .row04 .col {
  margin-top: 5rem;
}

@media (min-width: 1101px) {
  .biz-sec4 .row04 .col {
    margin-top: 0;
    width: calc(50% - 5rem);
  }
}

@media (min-width: 1101px) {
  .biz-sec4 .row04 .col img {
    width: 100%;
  }
}

.biz-sec4 .row04 .col img.pc {
  display: none;
}

@media (min-width: 1101px) {
  .biz-sec4 .row04 .col img.pc {
    display: block;
  }
}

.biz-sec4 .row04 .col img.mb {
  display: block;
  margin: 0 auto;
}

@media (min-width: 1101px) {
  .biz-sec4 .row04 .col img.mb {
    display: none;
  }
}

.biz-sec4 .row04 .col h4 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 2rem;
  text-align: center;
}

@media (min-width: 1101px) {
  .biz-sec4 .row04 .col h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: -1rem;
    text-align: left;
  }
}

.biz-sec4 .row04 .col p {
  margin: 1.5rem 0 0 0;
}

@media (min-width: 1101px) {
  .biz-sec4 .row04 .col p {
    margin: 0;
  }
}

@media (min-width: 1101px) {
  .biz-sec4 .row04 .col01 {
    -webkit-transform: translate(10rem, 12.5rem);
            transform: translate(10rem, 12.5rem);
  }
}

@media (min-width: 1101px) {
  .biz-sec4 .row04 .col02 h4,
  .biz-sec4 .row04 .col02 p {
    margin-left: auto;
    width: 75%;
  }
}

.biz-sec4 .row05 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1101px) {
  .biz-sec4 .row05 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.biz-sec4 .row05 h3.mb {
  font-size: 1.7rem;
  text-align: center;
}

@media (min-width: 751px) {
  .biz-sec4 .row05 h3.mb {
    font-size: 2.4rem;
  }
}

@media (min-width: 1101px) {
  .biz-sec4 .row05 h3.mb {
    display: none;
  }
}

.biz-sec4 .row05 .col {
  margin: 2rem 0 0 0;
}

.biz-sec4 .row05 .col01 {
  border: 1px solid;
  margin: 2rem auto 0 auto;
  padding: 1.5rem;
}

@media (min-width: 1101px) {
  .biz-sec4 .row05 .col01 {
    margin: 0 5rem 0 0;
    width: calc(50% - 5rem);
  }
}

@media (min-width: 1101px) {
  .biz-sec4 .row05 .col02 {
    margin: auto 0;
    width: calc(50% - 10rem);
  }
}

.biz-sec4 .row05 .col02 h3 {
  display: none;
  font-size: 2.4rem;
}

@media (min-width: 1101px) {
  .biz-sec4 .row05 .col02 h3 {
    display: block;
  }
}

.biz-sec4 .row05 .col02 h4 {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 1101px) {
  .biz-sec4 .row05 .col02 h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 6.5rem;
    text-align: left;
  }
}

.biz-sec4 .row05 .col02 p {
  margin: 1.5rem 0 0 0;
}

@media (min-width: 1101px) {
  .biz-sec4 .row05 .col02 p {
    margin: 0;
  }
}

.biz-sec4 .row06 {
  text-align: center;
}

.biz-sec4 .row06 h3 {
  border-bottom: 1px solid;
  display: inline-block;
  font-size: 1.7rem;
  padding: 0 1rem 1rem 1rem;
}

@media (min-width: 751px) {
  .biz-sec4 .row06 h3 {
    font-size: 2.4rem;
  }
}

.biz-sec4 .row07 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0;
}

@media (min-width: 1101px) {
  .biz-sec4 .row07 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 1.5rem;
  }
}

@media (min-width: 1381px) {
  .biz-sec4 .row07 {
    padding: 0;
  }
}

.biz-sec4 .row07 .col01 {
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  position: relative;
}

@media (min-width: 1101px) {
  .biz-sec4 .row07 .col01 {
    margin-top: 0;
    padding: 0;
    width: 41rem;
  }
}

.biz-sec4 .row07 .col01 p {
  left: 10rem;
  margin: 0;
}

@media (min-width: 1101px) {
  .biz-sec4 .row07 .col01 p {
    position: absolute;
    width: 90%;
  }
}

.biz-sec4 .row07 .col02 {
  padding-left: 1.5rem;
}

@media (min-width: 1101px) {
  .biz-sec4 .row07 .col02 {
    padding-left: 0;
    width: calc(100% - 41rem);
  }
}

.biz-sec4 .row07 .col02 img {
  width: 100%;
}

@media (min-width: 1101px) {
  .biz-sec4 .row07 .col02 img {
    width: auto;
  }
}

.biz-sec4 .row08 {
  padding: 0 1.5rem 0 0;
}

@media (min-width: 1101px) {
  .biz-sec4 .row08 {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1381px) {
  .biz-sec4 .row08 {
    padding: 0;
  }
}

.biz-sec4 .row08 .col01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 55%;
}

@media (min-width: 1101px) {
  .biz-sec4 .row08 .col01 {
    display: block;
    width: calc(50% + 5rem);
  }
}

.biz-sec4 .row08 .col01 p {
  display: none;
  margin: 0 0 0 10rem;
}

@media (min-width: 1101px) {
  .biz-sec4 .row08 .col01 p {
    display: block;
  }
}

.biz-sec4 .row08 .col01 img {
  margin-top: 4rem;
}

.biz-sec4 .row08 .col02 {
  margin-left: 3%;
  width: calc(45% - 3%);
}

@media (min-width: 1101px) {
  .biz-sec4 .row08 .col02 {
    margin-left: 5rem;
    width: calc(50% - 10rem);
  }
}

.biz-sec4 .row08 .col03 {
  margin-top: 2rem;
  padding-left: 1.5rem;
}

@media (min-width: 1101px) {
  .biz-sec4 .row08 .col03 {
    display: none;
  }
}

.biz-sec4 .row08 .col03 p {
  margin: 0;
}

.biz-sec4 .row09 {
  text-align: center;
}

.biz-sec4 .row09 h3 {
  font-size: 1.7rem;
}

@media (min-width: 751px) {
  .biz-sec4 .row09 h3 {
    font-size: 2.4rem;
  }
}

.biz-sec4 .row09 img {
  display: none;
  margin-top: 2rem;
  padding-right: 10rem;
}

@media (min-width: 751px) {
  .biz-sec4 .row09 img {
    display: block;
  }
}

@media (min-width: 1101px) {
  .biz-sec4 .row09 img {
    margin-top: 6.5rem;
  }
}

.biz-sec4 .row.sp {
  margin-top: 3rem;
}

@media (min-width: 751px) {
  .biz-sec4 .row.sp {
    display: none;
  }
}

.biz-sec4 .row.sp.row10 {
  margin-top: 2rem;
}

/*******************************************************
*
* biz sec 5
*
*******************************************************/
.biz-sec5 {
  background-color: #dfe0d9;
  padding-bottom: 5rem;
  padding-top: 6.5rem;
  z-index: 0;
}

@media (min-width: 1101px) {
  .biz-sec5 {
    padding-bottom: 10rem;
    padding-top: 15rem;
  }
}

.biz-sec5.add-point:before {
  margin-top: 3rem;
}

@media (min-width: 1101px) {
  .biz-sec5.add-point:before {
    margin-top: 8rem;
  }
}

.biz-sec5 .row01 {
  text-align: center;
}

.biz-sec5 .row01 p {
  margin: 1.5rem 0 0 0;
  text-align: left;
}

@media (min-width: 1101px) {
  .biz-sec5 .row01 p {
    margin: 5rem 0 0 0;
    text-align: center;
  }
}

.biz-sec5 .row02 {
  margin-top: 4.5rem;
  text-align: center;
}

.biz-sec5 .row02 p {
  margin: 5rem 0 0 0;
  text-align: left;
}

@media (min-width: 1101px) {
  .biz-sec5 .row02 p {
    text-align: center;
  }
}

.biz-sec5 .row03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.5rem;
}

@media (min-width: 751px) {
  .biz-sec5 .row03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1101px) {
  .biz-sec5 .row03 {
    margin-top: 10rem;
  }
}

.biz-sec5 .row03 .col {
  text-align: center;
}

@media (min-width: 751px) {
  .biz-sec5 .row03 .col {
    width: 45rem;
  }
}

.biz-sec5 .row03 .col .title {
  font-size: 1.6rem;
  font-weight: 700;
}

@media (min-width: 1101px) {
  .biz-sec5 .row03 .col .title {
    font-size: 2.2rem;
  }
}

.biz-sec5 .row03 .col img {
  margin-top: 1rem;
  width: 80%;
}

@media (min-width: 751px) {
  .biz-sec5 .row03 .col img {
    width: auto;
  }
}

@media (min-width: 1101px) {
  .biz-sec5 .row03 .col img {
    margin-top: 3rem;
  }
}

.biz-sec5 .row03 .col p {
  margin: 1rem auto 0 auto;
  text-align: left;
  width: 80%;
}

@media (min-width: 1101px) {
  .biz-sec5 .row03 .col p {
    margin: 2.5rem auto 0 auto;
  }
}

@media (min-width: 751px) {
  .biz-sec5 .row03 .col01 {
    margin-right: 5rem;
  }
}

.biz-sec5 .row03 .col02 {
  margin-top: 5rem;
}

@media (min-width: 751px) {
  .biz-sec5 .row03 .col02 {
    margin-top: 0;
  }
}

.biz-sec5 .row04 {
  margin-top: 5rem;
  text-align: center;
}

@media (min-width: 1101px) {
  .biz-sec5 .row04 {
    margin-top: 10rem;
  }
}

.biz-sec5 .row04 h3 {
  border-bottom: 1px solid;
  display: inline-block;
  font-size: 1.7rem;
  padding: 0 1rem 1rem 1rem;
}

@media (min-width: 1101px) {
  .biz-sec5 .row04 h3 {
    font-size: 2.4rem;
  }
}

.biz-sec5 .row04 img {
  margin-top: 1rem;
}

@media (min-width: 1101px) {
  .biz-sec5 .row04 img {
    margin-top: 3rem;
  }
}

.biz-sec5 .row04 p {
  text-align: left;
}

@media (min-width: 1101px) {
  .biz-sec5 .row04 p {
    text-align: center;
  }
}

.biz-sec5 .row04 p:nth-child(3) {
  margin: 2rem 0 0 0;
}

@media (min-width: 1101px) {
  .biz-sec5 .row04 p:nth-child(3) {
    margin: 5rem 0 0 0;
  }
}

.biz-sec5 .row04 p:nth-child(4) {
  margin: 3rem 0 0 0;
}

@media (min-width: 1101px) {
  .biz-sec5 .row04 p:nth-child(4) {
    margin: 5rem 0 0 0;
  }
}

/*******************************************************
*
* biz sec 6
*
*******************************************************/
.biz-sec6 {
  padding-bottom: 0;
  padding-top: 5rem;
  z-index: 0;
}

@media (min-width: 1101px) {
  .biz-sec6 {
    padding-bottom: 10rem;
    padding-top: 15rem;
  }
}

.biz-sec6.add-point:before {
  margin-top: 3rem;
}

@media (min-width: 1101px) {
  .biz-sec6.add-point:before {
    margin-top: 8rem;
  }
}

.biz-sec6 .row01 {
  text-align: center;
}

.biz-sec6 .row01 p {
  margin: 1.5rem 0 0 0;
  text-align: left;
}

@media (min-width: 1101px) {
  .biz-sec6 .row01 p {
    margin: 5rem 0 0 0;
    text-align: center;
  }
}

.biz-sec6 .row02 {
  margin-top: 3rem;
  text-align: center;
}

@media (min-width: 1101px) {
  .biz-sec6 .row02 {
    margin-top: 4.5rem;
  }
}

.biz-sec6 .row02 p {
  margin: 2rem 0 0 0;
  text-align: left;
}

@media (min-width: 1101px) {
  .biz-sec6 .row02 p {
    margin: 5rem 0 0 0;
    text-align: center;
  }
}

.biz-sec6 .row03 {
  margin-top: 3rem;
  text-align: center;
}

.biz-sec6 .row03 h3 {
  font-size: 1.4rem;
}

@media (min-width: 1101px) {
  .biz-sec6 .row03 h3 {
    font-size: 2.2rem;
  }
}

.biz-sec6 .row03 p {
  margin: 4rem 0 0 0;
  text-align: left;
}

@media (min-width: 1101px) {
  .biz-sec6 .row03 p {
    margin: 5rem 0 0 0;
    text-align: center;
  }
}

.biz-sec6 .row04 {
  margin-top: 5.5rem;
}

@media (min-width: 1101px) {
  .biz-sec6 .row04 {
    margin-top: 11.5rem;
    padding: 0 11.5rem;
  }
}

@media (min-width: 1381px) {
  .biz-sec6 .row04 {
    padding: 0 10rem;
  }
}

.biz-sec6 .row04 .col {
  width: 54.5rem;
}

.biz-sec6 .row04 .col .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  position: relative;
}

@media (min-width: 751px) {
  .biz-sec6 .row04 .col .img {
    padding-top: 62.4%;
  }
}

.biz-sec6 .row04 .col .img:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11rem;
}

@media (min-width: 1101px) {
  .biz-sec6 .row04 .col .img:before {
    height: 2.6rem;
  }
}

.biz-sec6 .row04 .col01 {
  margin-right: 2rem;
}

@media (min-width: 1101px) {
  .biz-sec6 .row04 .col01 {
    margin-right: 5rem;
  }
}

.biz-sec6 .row04 .col01 .img {
  background-image: url(images/business/mold_bf.jpg);
}

.biz-sec6 .row04 .col01 .img:before {
  background-image: url(images/business/before_01.svg);
}

.biz-sec6 .row04 .col02 .img {
  background-image: url(images/business/mold_af.jpg);
}

.biz-sec6 .row04 .col02 .img:before {
  background-image: url(images/business/after_01.svg);
}

.biz-sec6 .row05 {
  margin-top: 5rem;
}

@media (min-width: 1101px) {
  .biz-sec6 .row05 {
    margin-top: 10rem;
  }
}

.biz-sec6 .row05 h3 {
  font-size: 1.7rem;
  text-align: center;
}

@media (min-width: 1101px) {
  .biz-sec6 .row05 h3 {
    font-size: 2.2rem;
  }
}

.biz-sec6 .row05 .yt-wrapper {
  margin-top: 3rem;
}

@media (min-width: 751px) {
  .biz-sec6 .row05 .yt-wrapper {
    margin-top: 3.5rem;
    padding: 0 10rem;
  }
}

.biz-sec6 .row05 .yt-wrapper .youtube {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.biz-sec6 .row05 .yt-wrapper .youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*******************************************************
*
* biz sec 7
*
*******************************************************/
.biz-sec7 {
  padding-bottom: 3rem;
  padding-top: 6.5rem;
  position: relative;
  text-align: center;
  z-index: 0;
}

@media (min-width: 1101px) {
  .biz-sec7 {
    background-color: #dfe0d9;
    padding-bottom: 15rem;
    padding-top: 15rem;
  }
}

.biz-sec7.add-point:before {
  display: none;
  margin-top: 3rem;
}

@media (min-width: 1101px) {
  .biz-sec7.add-point:before {
    display: block;
    margin-top: 8rem;
  }
}

.biz-sec7 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  position: relative;
}

@media (min-width: 1101px) {
  .biz-sec7 .container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1381px) {
  .biz-sec7 .container {
    padding: 0;
  }
}

.biz-sec7 h2 {
  margin: 3rem 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 1101px) {
  .biz-sec7 h2 {
    margin: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.biz-sec7 .img {
  background-image: url(images/top/contact.jpg);
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1101px) {
  .biz-sec7 .img {
    height: 56.7rem;
    margin-top: 5rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.biz-sec7 a {
  left: 63%;
  margin: 0 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  top: 65%;
}

@media (min-width: 1101px) {
  .biz-sec7 a {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: absolute;
  }
}

.biz-sec7 a img {
  width: 25rem;
}

@media (min-width: 1101px) {
  .biz-sec7 a img {
    width: 37.2rem;
  }
}

/* Simulation Page
--------------------------------------------- */
/*******************************************************
*
* sim sec 1
*
*******************************************************/
.sim-sec1.first-sec {
  padding-top: 0;
}

.sim-sec1 .container {
  background-image: url(images/simulation/header_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 27rem;
  position: relative;
}

@media (min-width: 1101px) {
  .sim-sec1 .container {
    height: 45rem;
  }
}

.sim-sec1 h1 {
  background-color: #000;
  color: #fff;
  line-height: 3rem;
  font-size: 1.8rem;
  text-align: center;
}

@media (min-width: 1101px) {
  .sim-sec1 h1 {
    font-size: 4.4rem;
    line-height: 7rem;
  }
}

/*******************************************************
*
* sim sec 2
*
*******************************************************/
.sim-sec2 {
  padding-top: 1rem;
}

@media (min-width: 1101px) {
  .sim-sec2 {
    padding-top: 11rem;
  }
}

.sim-sec2 h2 {
  font-size: 1.6rem;
  text-align: center;
}

@media (min-width: 1101px) {
  .sim-sec2 h2 {
    font-size: 2.6rem;
  }
}

.sim-sec2 p {
  margin: 3rem 0 0 0;
  text-align: center;
}

@media (min-width: 1101px) {
  .sim-sec2 p {
    margin: 3.5rem 0 0 0;
  }
}

.sim-sec2 ul {
  list-style: none;
  margin: 3rem 0 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

@media (min-width: 1101px) {
  .sim-sec2 ul {
    margin: 15rem 0 0 0;
  }
}

.sim-sec2 ul li {
  cursor: pointer;
  margin-top: 2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 47%;
}

@media (min-width: 751px) {
  .sim-sec2 ul li {
    margin-top: 0;
    width: 22vw;
  }
}

@media (min-width: 1101px) {
  .sim-sec2 ul li {
    width: auto;
  }
}

.sim-sec2 ul li:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.sim-sec2 ul li div {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 1101px) {
  .sim-sec2 ul li div {
    font-size: 2.4rem;
  }
}

/*******************************************************
*
* type sec
*
*******************************************************/
.sec.type {
  display: none;
  overflow: hidden;
  padding-top: 1rem;
}

@media (min-width: 1101px) {
  .sec.type {
    padding-top: 11rem;
  }
}

.sec.type.stone {
  display: block;
}

.sec.type h3 {
  font-size: 1.6rem;
  text-align: center;
}

@media (min-width: 1101px) {
  .sec.type h3 {
    font-size: 3.2rem;
  }
}

.sec.type h3 .sub {
  font-size: 1.4rem;
  font-weight: 400;
}

@media (min-width: 1101px) {
  .sec.type h3 .sub {
    font-size: 2.4rem;
  }
}

.sec.type form {
  padding-bottom: 30rem;
  padding-top: 5rem;
}

@media (min-width: 1101px) {
  .sec.type form {
    padding-top: 15rem;
  }
}

.sec.type form .box {
  border: 1px solid;
  border-radius: 1rem;
}

.sec.type form .box + .box {
  margin-top: 5rem;
}

@media (min-width: 1101px) {
  .sec.type form .box + .box {
    margin-top: 15rem;
  }
}

.sec.type form .box h4 {
  background-color: #000;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 3.2rem;
  position: relative;
  text-align: center;
}

@media (min-width: 1101px) {
  .sec.type form .box h4 {
    font-size: 2.6rem;
    line-height: 5rem;
  }
}

.sec.type form .box h4 span.small {
  font-size: 1.4rem;
  margin-left: 2rem;
}

.sec.type form .box h4 span.tax {
  bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  position: absolute;
  right: 2rem;
}

@media (min-width: 1101px) {
  .sec.type form .box h4 span.tax {
    font-size: 1.2rem;
  }
}

.sec.type form .box .menu {
  padding: 2rem;
}

.sec.type form .box .menu > p {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

.sec.type form .box .menu .item + .item {
  margin-top: 2rem;
}

.sec.type form .box .menu .item.option h5 {
  background-color: #c9caca;
  color: #000;
}

.sec.type form .box .menu .item h5 {
  background-color: #737373;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

@media (min-width: 1101px) {
  .sec.type form .box .menu .item h5 {
    font-size: 2.4rem;
  }
}

.sec.type form .box .menu .item p {
  line-height: 1.5;
}

.sec.type form .box .menu .item > p {
  margin: 2rem 0 0 0;
}

.sec.type form .box .menu .item .entry {
  font-size: 1.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0 0 0;
}

@media (min-width: 1101px) {
  .sec.type form .box .menu .item .entry {
    font-size: 2rem;
  }
}

.sec.type form .box .menu .item .entry ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec.type form .box .menu .item .entry ul li {
  margin-bottom: 2rem;
  width: 50%;
}

@media (min-width: 751px) {
  .sec.type form .box .menu .item .entry ul li {
    margin-bottom: 0;
    width: 20rem;
  }
}

@media (min-width: 1381px) {
  .sec.type form .box .menu .item .entry ul li {
    width: 21.96rem;
  }
}

.sec.type form .box .menu .item .entry ul li.w-auto {
  width: auto;
}

.sec.type form .box .menu .item .entry ul li.w-double {
  width: calc(21.96rem * 2);
}

.sec.type form .box .menu .item .entry ul li input[type=text] {
  width: 6rem;
}

.sec.type form .box .menu .item .entry ul li p {
  margin: 0;
  font-size: 1.2rem;
}

@media (min-width: 1101px) {
  .sec.type form .box .menu .item .entry ul li p {
    font-size: 1.6rem;
  }
}

.sec.type form .box .menu .item .entry ul li .room-label {
  margin-left: 1rem;
}

.sec.type form .box .menu .item .entry .subtotal-wrap {
  margin: auto 0 0 auto;
}

@media (min-width: 751px) {
  .sec.type form .box .menu .item .entry .subtotal-wrap {
    margin: auto 0 0 0;
  }
}

.sec.type form .box .menu .item .entry .subtotal-wrap .subtotal {
  border: 1px solid;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 0.5rem;
  width: 13rem;
}

.sec.type form .box > p {
  font-size: 1.4rem;
  margin: 0;
  padding: 2rem;
  text-align: center;
}

@media (min-width: 1101px) {
  .sec.type form .box > p {
    font-size: 2.4rem;
  }
}

.sec.type form .box .other-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.1rem;
  padding: 2rem;
}

@media (min-width: 751px) {
  .sec.type form .box .other-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1101px) {
  .sec.type form .box .other-text {
    font-size: 1.8rem;
  }
}

.sec.type form .box .other-text ul {
  padding-left: 2rem;
}

@media (min-width: 751px) {
  .sec.type form .box .other-text ul {
    margin: 0 2rem 0 0;
  }
}

.sec.type form .box .other-text ul li {
  list-style: none;
  position: relative;
}

.sec.type form .box .other-text ul li:before {
  content: '※';
  left: -2rem;
  position: absolute;
}

@media (min-width: 751px) {
  .sec.type form .box .other-text > div {
    margin-left: 2rem;
  }
}

.sec.type form .box .other-text > div h4 {
  background-color: transparent;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
}

@media (min-width: 1101px) {
  .sec.type form .box .other-text > div h4 {
    font-size: 2.2rem;
  }
}

.sec.type form .box .other-text > div h5 {
  font-size: 1.3rem;
  margin: 0;
}

@media (min-width: 1101px) {
  .sec.type form .box .other-text > div h5 {
    font-size: 1.8rem;
  }
}

.sec.type form .box .other-text > div p {
  margin: 0;
}

.sec.type form .box .other-text > div .arrow {
  margin: 1rem 0 1rem 10rem;
}

.sec.type form .result {
  bottom: 0;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  margin: 0;
  padding: 1rem 0;
  position: fixed;
  width: 100%;
}

@media (min-width: 751px) {
  .sec.type form .result {
    margin-top: 15rem;
    padding: 1.5rem 0;
  }
}

.sec.type form .result:before {
  background-color: #dcdddd;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  height: 100%;
}

.sec.type form .result .col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 751px) {
  .sec.type form .result .col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sec.type form .result .col01 {
  width: 100%;
}

@media (min-width: 751px) {
  .sec.type form .result .col01 {
    width: calc(55% - 2.5rem);
  }
}

.sec.type form .result .col01 div {
  text-align: center;
}

@media (min-width: 751px) {
  .sec.type form .result .col01 div {
    text-align: right;
  }
}

.sec.type form .result .col01 div.label {
  font-size: 1.5rem;
  width: 100%;
}

@media (min-width: 751px) {
  .sec.type form .result .col01 div.label {
    width: 45%;
  }
}

@media (min-width: 1101px) {
  .sec.type form .result .col01 div.label {
    font-size: 2.2rem;
  }
}

.sec.type form .result .col01 div.price {
  font-size: 2rem;
  width: 100%;
}

@media (min-width: 751px) {
  .sec.type form .result .col01 div.price {
    width: 55%;
  }
}

@media (min-width: 1101px) {
  .sec.type form .result .col01 div.price {
    font-size: 3.5rem;
  }
}

.sec.type form .result .col02 {
  width: 100%;
}

@media (min-width: 751px) {
  .sec.type form .result .col02 {
    width: calc(45% - 2.5rem);
  }
}

.sec.type form .result .col02 .label {
  display: none;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
}

@media (min-width: 751px) {
  .sec.type form .result .col02 .label {
    display: block;
    width: 40%;
  }
}

@media (min-width: 1101px) {
  .sec.type form .result .col02 .label {
    font-size: 2.8rem;
  }
}

.sec.type form .result .col02 .label span {
  display: block;
  font-size: 1.4rem;
}

@media (min-width: 1101px) {
  .sec.type form .result .col02 .label span {
    font-size: 1.8rem;
  }
}

.sec.type form .result .col02 .label:before {
  background-image: url(images/common/point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: none;
  height: 3.6rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.6rem;
}

@media (min-width: 751px) {
  .sec.type form .result .col02 .label:before {
    display: block;
  }
}

.sec.type form .result .col02 input {
  margin: auto 0;
}

@media (min-width: 751px) {
  .sec.type form .result .col02 input {
    width: 50%;
  }
}

.sec.type form .result .col02 input[type=button] {
  background-color: transparent;
  background-image: url(images/top/contact_btn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 0;
  padding: 29.33% 0 0 0;
}

@media (min-width: 751px) {
  .sec.type form .result .col02 input[type=button] {
    padding-top: 14.67%;
  }
}

.sec.type form .result .col div {
  margin: auto 0;
}

.sec.type form#stoneForm #entranceCoating li:nth-child(2) {
  display: none;
}

@media (min-width: 751px) {
  .sec.type form#stoneForm #entranceCoating li:nth-child(2) {
    display: block;
  }
}

.sec.type form#stoneForm #entranceCoating .subtotal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec.type form#stoneForm #entranceCoating .subtotal-wrap .size {
  border: 1px solid;
  border-radius: 0.5rem;
  margin-right: 2.5rem;
  padding: 0 0.5rem;
  text-align: right;
  width: 7rem;
}

.sec.type form#stoneForm #slateCleaning ul li:nth-child(1) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#stoneForm #slateCleaning ul li:nth-child(1) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#stoneForm #slateCleaning ul li:nth-child(2) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#stoneForm #slateCleaning ul li:nth-child(2) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#stoneForm #slateCleaning ul li:nth-child(3) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#stoneForm #slateCleaning ul li:nth-child(3) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#stoneForm #slateCleaning ul li:nth-child(4) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#stoneForm #slateCleaning ul li:nth-child(4) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#stoneForm #slateCleaning ul li:nth-child(5) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#stoneForm #slateCleaning ul li:nth-child(5) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#stoneForm #slateCleaning ul li:nth-child(6) {
  padding-top: 2rem;
}

.sec.type form#stoneForm #otherKenmaOption li:nth-child(5) {
  display: none;
}

@media (min-width: 751px) {
  .sec.type form#stoneForm #otherKenmaOption li:nth-child(5) {
    display: block;
  }
}

.sec.type form#carpetForm #carpetTile ul li:nth-child(1) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(1) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetTile ul li:nth-child(2) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(2) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetTile ul li:nth-child(3) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(3) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetTile ul li:nth-child(4) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(4) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetTile ul li:nth-child(5) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(5) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetTile ul li:nth-child(6) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(6) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetTile ul li:nth-child(7) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(7) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetTile ul li:nth-child(8) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(8) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetTile ul li:nth-child(9) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(9) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetTile ul li:nth-child(10) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(10) {
    border-bottom: 1px dashed #737373;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(6) {
    padding-top: 2rem;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(7) {
    padding-top: 2rem;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(8) {
    padding-top: 2rem;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(9) {
    padding-top: 2rem;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(10) {
    padding-top: 2rem;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(11) {
    padding-top: 2rem;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(12) {
    padding-top: 2rem;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetTile ul li:nth-child(13) {
    padding-top: 2rem;
  }
}

.sec.type form#carpetForm #sofaCleaning ul {
  width: 100%;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #sofaCleaning ul {
    width: auto;
  }
}

.sec.type form#carpetForm #carpetReset ul li:nth-child(1),
.sec.type form#carpetForm #sofaCleaning ul li:nth-child(1) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetReset ul li:nth-child(1),
  .sec.type form#carpetForm #sofaCleaning ul li:nth-child(1) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetReset ul li:nth-child(2),
.sec.type form#carpetForm #sofaCleaning ul li:nth-child(2) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetReset ul li:nth-child(2),
  .sec.type form#carpetForm #sofaCleaning ul li:nth-child(2) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetReset ul li:nth-child(3),
.sec.type form#carpetForm #sofaCleaning ul li:nth-child(3) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetReset ul li:nth-child(3),
  .sec.type form#carpetForm #sofaCleaning ul li:nth-child(3) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetReset ul li:nth-child(4),
.sec.type form#carpetForm #sofaCleaning ul li:nth-child(4) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetReset ul li:nth-child(4),
  .sec.type form#carpetForm #sofaCleaning ul li:nth-child(4) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetReset ul li:nth-child(5),
.sec.type form#carpetForm #sofaCleaning ul li:nth-child(5) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetReset ul li:nth-child(5),
  .sec.type form#carpetForm #sofaCleaning ul li:nth-child(5) {
    border-bottom: 1px dashed #737373;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetReset ul li:nth-child(6),
  .sec.type form#carpetForm #sofaCleaning ul li:nth-child(6) {
    padding-top: 2rem;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetReset ul li:nth-child(7),
  .sec.type form#carpetForm #sofaCleaning ul li:nth-child(7) {
    padding-top: 2rem;
  }
}

.sec.type form#carpetForm #carpetPol ul li:nth-child(1),
.sec.type form#carpetForm #carpetWool ul li:nth-child(1) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetPol ul li:nth-child(1),
  .sec.type form#carpetForm #carpetWool ul li:nth-child(1) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetPol ul li:nth-child(2),
.sec.type form#carpetForm #carpetWool ul li:nth-child(2) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetPol ul li:nth-child(2),
  .sec.type form#carpetForm #carpetWool ul li:nth-child(2) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetPol ul li:nth-child(3),
.sec.type form#carpetForm #carpetWool ul li:nth-child(3) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetPol ul li:nth-child(3),
  .sec.type form#carpetForm #carpetWool ul li:nth-child(3) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetPol ul li:nth-child(4),
.sec.type form#carpetForm #carpetWool ul li:nth-child(4) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetPol ul li:nth-child(4),
  .sec.type form#carpetForm #carpetWool ul li:nth-child(4) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#carpetForm #carpetPol ul li:nth-child(5),
.sec.type form#carpetForm #carpetWool ul li:nth-child(5) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetPol ul li:nth-child(5),
  .sec.type form#carpetForm #carpetWool ul li:nth-child(5) {
    border-bottom: 1px dashed #737373;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetPol ul li:nth-child(6),
  .sec.type form#carpetForm #carpetWool ul li:nth-child(6) {
    padding-top: 2rem;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetPol ul li:nth-child(7),
  .sec.type form#carpetForm #carpetWool ul li:nth-child(7) {
    padding-top: 2rem;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetPol ul li:nth-child(8),
  .sec.type form#carpetForm #carpetWool ul li:nth-child(8) {
    padding-top: 2rem;
  }
}

@media (min-width: 751px) {
  .sec.type form#carpetForm #carpetPol ul li:nth-child(9),
  .sec.type form#carpetForm #carpetWool ul li:nth-child(9) {
    padding-top: 2rem;
  }
}

.sec.type form#carpetForm .subtotal {
  margin-left: auto;
}

.sec.type form#moldForm #tosomen ul li:nth-child(1),
.sec.type form#moldForm #gyptone ul li:nth-child(1) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#moldForm #tosomen ul li:nth-child(1),
  .sec.type form#moldForm #gyptone ul li:nth-child(1) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#moldForm #tosomen ul li:nth-child(2),
.sec.type form#moldForm #gyptone ul li:nth-child(2) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#moldForm #tosomen ul li:nth-child(2),
  .sec.type form#moldForm #gyptone ul li:nth-child(2) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#moldForm #tosomen ul li:nth-child(3),
.sec.type form#moldForm #gyptone ul li:nth-child(3) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#moldForm #tosomen ul li:nth-child(3),
  .sec.type form#moldForm #gyptone ul li:nth-child(3) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#moldForm #tosomen ul li:nth-child(4),
.sec.type form#moldForm #gyptone ul li:nth-child(4) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#moldForm #tosomen ul li:nth-child(4),
  .sec.type form#moldForm #gyptone ul li:nth-child(4) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#moldForm #tosomen ul li:nth-child(5),
.sec.type form#moldForm #gyptone ul li:nth-child(5) {
  padding-bottom: 2rem;
}

@media (min-width: 751px) {
  .sec.type form#moldForm #tosomen ul li:nth-child(5),
  .sec.type form#moldForm #gyptone ul li:nth-child(5) {
    border-bottom: 1px dashed #737373;
  }
}

.sec.type form#moldForm #tosomen ul li:nth-child(6),
.sec.type form#moldForm #gyptone ul li:nth-child(6) {
  padding-top: 2rem;
}

/* Contact Page
--------------------------------------------- */
/*******************************************************
*
* contact sec 1
*
*******************************************************/
.contact-sec1 {
  padding-bottom: 3rem;
}

@media (min-width: 1101px) {
  .contact-sec1 {
    padding-bottom: 4rem;
  }
}

.contact-sec1 .container {
  background-image: url(images/contact/header_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
  position: relative;
}

@media (min-width: 751px) {
  .contact-sec1 .container {
    height: 65rem;
  }
}

@media (min-width: 1101px) {
  .contact-sec1 .container {
    height: 90rem;
  }
}

.contact-sec1 .container h1 {
  color: #fff;
  font-size: 5vw;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000,  0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

@media (min-width: 751px) {
  .contact-sec1 .container h1 {
    font-size: 4vw;
  }
}

@media (min-width: 1101px) {
  .contact-sec1 .container h1 {
    font-size: 4.2rem;
  }
}

.contact-sec1 .container h1 div:nth-child(2) {
  font-size: 3.6vw;
}

@media (min-width: 751px) {
  .contact-sec1 .container h1 div:nth-child(2) {
    font-size: 2vw;
  }
}

@media (min-width: 1101px) {
  .contact-sec1 .container h1 div:nth-child(2) {
    font-size: 2.1rem;
  }
}

/*******************************************************
*
* contact sec 2
*
*******************************************************/
.contact-sec2 {
  padding-bottom: 0;
  padding-top: 0rem;
}

@media (min-width: 1101px) {
  .contact-sec2 {
    padding-top: 10rem;
  }
}

.contact-sec2 h1 {
  text-align: center;
}

.contact-sec2 h1 div {
  font-size: 1.7rem;
}

@media (min-width: 1101px) {
  .contact-sec2 h1 div {
    font-size: 3.2rem;
  }
}

.contact-sec2 h1 div:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 400;
}

@media (min-width: 1101px) {
  .contact-sec2 h1 div:nth-child(2) {
    font-size: 1.8rem;
  }
}

/*******************************************************
*
* contact sec 3
*
*******************************************************/
.contact-sec3 {
  padding-bottom: 0;
  padding-top: 3rem;
}

@media (min-width: 1101px) {
  .contact-sec3 {
    padding-top: 5rem;
  }
}

.contact-sec3 .sim-btn {
  text-align: center;
}

.contact-sec3 .sim-btn button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#999));
  background: linear-gradient(#fff 50%, #999 100%);
  border-color: #666;
  font-size: 1.4rem;
  font-weight: 700;
}

@media (min-width: 1101px) {
  .contact-sec3 .sim-btn button {
    font-size: 1.8rem;
  }
}

.contact-sec3 .sim {
  border: 1px solid #C9CACA;
  border-radius: 5px;
  display: none;
  margin-top: 5rem;
  padding: 4rem;
}

@media (min-width: 1101px) {
  .contact-sec3 .sim {
    margin-top: 10rem;
  }
}

.contact-sec3 h2 {
  text-align: center;
}

.contact-sec3 h2 + h3 {
  margin-top: 3rem;
}

@media (min-width: 1101px) {
  .contact-sec3 h2 + h3 {
    margin-top: 5rem;
  }
}

.contact-sec3 .tbl {
  margin-top: 1rem;
}

.contact-sec3 .tbl + h3 {
  margin-top: 5rem;
}

.contact-sec3 dl {
  border-bottom: 1px dashed #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.contact-sec3 dt,
.contact-sec3 dd {
  padding: 1rem 2rem;
}

.contact-sec3 dt {
  width: 55%;
}

.contact-sec3 dd {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  width: 45%;
}

.contact-sec3 .total {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 3rem;
  text-align: right;
}

@media (min-width: 1101px) {
  .contact-sec3 .total {
    font-size: 2rem;
  }
}

.contact-sec3 .total span:nth-child(2) {
  margin-left: 4rem;
}

/*******************************************************
*
* contact sec 4
*
*******************************************************/
.contact-sec4 {
  padding-bottom: 0;
  padding-top: 5rem;
}

@media (min-width: 1101px) {
  .contact-sec4 {
    padding-top: 10rem;
  }
}

.contact-sec4 .form-info input[type=text],
.contact-sec4 .form-info input[type=email],
.contact-sec4 .form-info textarea {
  padding: 1rem;
}

.contact-sec4 .form-info input[type=text]::-webkit-input-placeholder,
.contact-sec4 .form-info input[type=email]::-webkit-input-placeholder,
.contact-sec4 .form-info textarea::-webkit-input-placeholder {
  color: #B3B3B4;
}

.contact-sec4 .form-info input[type=text]:-ms-input-placeholder,
.contact-sec4 .form-info input[type=email]:-ms-input-placeholder,
.contact-sec4 .form-info textarea:-ms-input-placeholder {
  color: #B3B3B4;
}

.contact-sec4 .form-info input[type=text]::-ms-input-placeholder,
.contact-sec4 .form-info input[type=email]::-ms-input-placeholder,
.contact-sec4 .form-info textarea::-ms-input-placeholder {
  color: #B3B3B4;
}

.contact-sec4 .form-info input[type=text]::placeholder,
.contact-sec4 .form-info input[type=email]::placeholder,
.contact-sec4 .form-info textarea::placeholder {
  color: #B3B3B4;
}

.contact-sec4 .form-info textarea {
  vertical-align: bottom;
}

.contact-sec4 .form-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

@media (min-width: 1101px) {
  .contact-sec4 .form-info dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact-sec4 .form-info dl + dl {
  margin-top: 4rem;
}

.contact-sec4 .form-info dl p {
  margin: 1rem 0 0 0;
}

.contact-sec4 .form-info dl:nth-child(1) dt, .contact-sec4 .form-info dl:nth-child(3) dt, .contact-sec4 .form-info dl:nth-child(4) dt, .contact-sec4 .form-info dl:nth-child(7) dt, .contact-sec4 .form-info dl:nth-child(8) dt, .contact-sec4 .form-info dl:nth-child(9) dt {
  position: relative;
}

.contact-sec4 .form-info dl:nth-child(1) dt:after, .contact-sec4 .form-info dl:nth-child(3) dt:after, .contact-sec4 .form-info dl:nth-child(4) dt:after, .contact-sec4 .form-info dl:nth-child(7) dt:after, .contact-sec4 .form-info dl:nth-child(8) dt:after, .contact-sec4 .form-info dl:nth-child(9) dt:after {
  background-color: #666464;
  border-radius: 0.5rem;
  color: #fff;
  content: '必須';
  margin-left: 2rem;
  padding: 0 1rem;
  right: 3rem;
}

@media (min-width: 1101px) {
  .contact-sec4 .form-info dl:nth-child(1) dt:after, .contact-sec4 .form-info dl:nth-child(3) dt:after, .contact-sec4 .form-info dl:nth-child(4) dt:after, .contact-sec4 .form-info dl:nth-child(7) dt:after, .contact-sec4 .form-info dl:nth-child(8) dt:after, .contact-sec4 .form-info dl:nth-child(9) dt:after {
    margin-left: 0;
    position: absolute;
  }
}

@media (min-width: 1101px) {
  .contact-sec4 .form-info dt {
    width: 30%;
  }
}

.contact-sec4 .form-info dd {
  margin: 1rem 0 0 0;
}

@media (min-width: 1101px) {
  .contact-sec4 .form-info dd {
    margin: 0;
    width: 70%;
  }
}

.contact-sec4 .form-info dd .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1101px) {
  .contact-sec4 .form-info dd .cat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact-sec4 .form-info dd .cat span {
  margin: 0 0 1rem 0;
}

@media (min-width: 1101px) {
  .contact-sec4 .form-info dd .cat span {
    width: 50%;
  }
}

.contact-sec4 .form-info .image div + div {
  margin-top: 1rem;
}

.contact-sec4 .form-info .name dd,
.contact-sec4 .form-info .kana dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-sec4 .form-info .name input,
.contact-sec4 .form-info .kana input {
  width: 48%;
}

.contact-sec4 .form-info .company input,
.contact-sec4 .form-info .addr-input input,
.contact-sec4 .form-info .email input {
  width: 100%;
}

.contact-sec4 .form-info .addr-input {
  margin-top: 1rem;
}

.contact-sec4 .form-info .zip-input input#zip1, .contact-sec4 .form-info .zip-input input#zip2 {
  width: 7rem;
}

.contact-sec4 .form-info .zip-input .mwform-checkbox-field {
  margin-left: 2rem;
}

@media (min-width: 1101px) {
  .contact-sec4 .form-info .zip-input .mwform-checkbox-field {
    margin-left: 4rem;
  }
}

.contact-sec4 .notes {
  line-height: 3;
  margin: 4rem 0 0 0;
  text-align: center;
}

@media (min-width: 1101px) {
  .contact-sec4 .notes {
    margin: 10rem 0 0 0;
  }
}

.contact-sec4 .submit {
  margin-top: 5rem;
  text-align: center;
}

@media (min-width: 1101px) {
  .contact-sec4 .submit {
    margin-top: 10rem;
  }
}

.contact-sec4 .submit input {
  background-color: #C9CACA;
  border: 3px solid #000;
  border-radius: 10px;
  color: #000;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  max-width: 35rem;
  padding: 1rem 0;
  width: 65%;
}

@media (min-width: 1101px) {
  .contact-sec4 .submit input {
    font-size: 2.4rem;
    padding: 2rem 0;
    width: 100%;
  }
}

/*******************************************************
*
* contact sec 5
*
*******************************************************/
.contact-sec5 {
  padding-bottom: 10rem;
  padding-top: 9rem;
}

@media (min-width: 1101px) {
  .contact-sec5 {
    padding-top: 15rem;
  }
}

.contact-sec5 h2 {
  line-height: 2;
  margin: 0 auto;
  width: 18rem;
}

@media (min-width: 1101px) {
  .contact-sec5 h2 {
    width: 33rem;
  }
}

.contact-sec5 h2 div {
  text-align: center;
}

.contact-sec5 h2 div:nth-child(1) {
  border-bottom: 1px solid #666464;
  font-size: 1.7rem;
}

@media (min-width: 1101px) {
  .contact-sec5 h2 div:nth-child(1) {
    font-size: 3.1rem;
  }
}

.contact-sec5 .policy {
  line-height: 2;
  margin-top: 5rem;
}

@media (min-width: 1101px) {
  .contact-sec5 .policy {
    margin-top: 10rem;
  }
}

.contact-sec5 .policy h3 {
  color: #666464;
}

@media (min-width: 1101px) {
  .contact-sec5 .policy h3 {
    border-bottom: 1px solid #666464;
    text-align: center;
  }
}

.contact-sec5 .policy p {
  border-bottom: 1px solid #666464;
  padding-bottom: 2rem;
}

@media (min-width: 1101px) {
  .contact-sec5 .policy p {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.contact-sec5 .policy p + h3 {
  margin-top: 2rem;
}

@media (min-width: 1101px) {
  .contact-sec5 .policy p + h3 {
    margin-top: 6rem;
  }
}

/* Footer
--------------------------------------------- */
/*******************************************************
*
* footer
*
*******************************************************/
.site-footer {
  background-color: #000;
}

.site-footer.hide {
  display: none;
}

.site-footer .container {
  color: #fff;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1101px) {
  .site-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-footer .logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer .logo .custom-logo-link {
  width: 10rem;
}

.site-footer .logo span {
  font-size: 1.8rem;
  margin-left: 0.5rem;
}

.site-footer .footer-menu .nav-menu {
  border-left: 5px solid #b7b0ac;
  list-style: none;
  margin-left: 5rem;
  max-width: 500px;
  padding-left: 1.5rem;
}

.site-footer .footer-menu .nav-menu .menu-item {
  font-size: 1.2rem;
  margin-right: 1rem;
  width: 15rem;
}

.site-footer .footer-menu .nav-menu .menu-item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.site-footer .footer-menu .nav-menu .menu-item:nth-child(2) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.site-footer .footer-menu .nav-menu .menu-item:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.site-footer .footer-menu .nav-menu .menu-item:nth-child(4) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.site-footer .footer-menu .nav-menu .menu-item:nth-child(5) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.site-footer .footer-menu .nav-menu .menu-item a {
  color: #fff;
}

.site-footer .copyright {
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 3rem;
  text-align: center;
}

@media (min-width: 1101px) {
  .site-footer .copyright {
    font-size: 1.2rem;
    line-height: 2.7rem;
    background-color: #b7b0ac;
    color: #000;
  }
}

.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start div {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
}

/* 404
--------------------------------------------- */
/*******************************************************
*
* contact sec 1
*
*******************************************************/
.error-404 {
  height: 90vh;
  padding-top: 11rem;
}

.error-404 .container {
  margin-top: 10rem;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */