@charset "UTF-8";
/*!
Theme Name:Original Theme
Theme URI:
Author:Ryosuke Horiuchi
Description:iBraid Style
Version:1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* stylelint-disable */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* stylelint-enable */
/* =====================================

color

===================================== */
/* =====================================

breakpoint

===================================== */
/* =====================================

easing

===================================== */
/* =====================================

reset

===================================== */
html {
  font-size: 62.5%;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

ul,
li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

iframe {
  border: 0;
}

a {
  color: #111;
  outline: 0;
  text-decoration: none;
}

a:visited {
  color: #111;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

textarea,
select,
input {
  -webkit-appearance: none;
  appearance: none;
}

/* =====================================

    body

===================================== */
body {
  color: #111;
  font-family: "Karla", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  overflow-x: hidden;
}

::selection {
  background: #111;
  color: #fff;
}

/* =====================================

color

===================================== */
/* =====================================

breakpoint

===================================== */
/* =====================================

easing

===================================== */
/* =====================================

inview

===================================== */
.logoPosition {
  display: none;
}

@media screen and (max-width: 767px) {
  .logoPosition {
    display: block;
    height: 80px;
    left: calc(50% - 25px);
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 1;
  }
}

/* =====================================

inview

===================================== */
.is-outview {
  opacity: 0;
}

.is-inview {
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: inview;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}

.is-inview.contents__thumbnailLabel {
  animation-delay: 1s;
}

/* =====================================

preload

===================================== */
.is-preloading {
  height: auto;
  position: relative;
  width: 100%;
}

.is-preloading::after {
  animation: spin 1s linear infinite;
  background: url("./img/spinner.svg") no-repeat;
  background-size: 30px;
  content: "";
  display: block;
  height: 30px;
  left: calc(50% - 15px);
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
}

@media screen and (max-width: 767px) {
  .is-preloading::after {
    background-size: 16px;
    height: 16px;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
  }
}

.is-preloaded {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: opacity;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}

/* =====================================

opacity

===================================== */
.is-opacity {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: opacity;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacitySquare {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes inview {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes moveDots {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes buttonRotate01 {
  0% {
    top: 0;
    width: 50px;
  }
  50% {
    top: 10px;
    transform: rotate(0deg);
  }
  100% {
    top: 10px;
    transform: rotate(45deg);
    width: 40px;
  }
}

@keyframes buttonRotate02 {
  0% {
    opacity: 1;
    width: 50px;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    width: 40px;
  }
}

@keyframes buttonRotate03 {
  0% {
    top: 20px;
    width: 50px;
  }
  50% {
    top: 10px;
    transform: rotate(0);
  }
  100% {
    top: 10px;
    transform: rotate(-45deg);
    width: 40px;
  }
}

@keyframes buttonRotate01SP {
  0% {
    top: 0;
  }
  50% {
    top: 7px;
    transform: rotate(0deg);
  }
  100% {
    top: 7px;
    transform: rotate(45deg);
  }
}

@keyframes buttonRotate02SP {
  0% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes buttonRotate03SP {
  0% {
    top: 10px;
  }
  50% {
    top: 7px;
    transform: rotate(0);
  }
  100% {
    top: 7px;
    transform: rotate(-45deg);
  }
}

@keyframes buttonRotate01Close {
  0% {
    top: 10px;
    transform: rotate(45deg);
    width: 40px;
  }
  50% {
    top: 10px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
    width: 50px;
  }
}

@keyframes buttonRotate02Close {
  0% {
    opacity: 0;
    width: 40px;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    width: 50px;
  }
}

@keyframes buttonRotate03Close {
  0% {
    top: 10px;
    transform: rotate(-45deg);
    width: 40px;
  }
  50% {
    top: 10px;
    transform: rotate(0);
  }
  100% {
    top: 20px;
    transform: rotate(0);
    width: 50px;
  }
}

@keyframes buttonRotate01CloseSP {
  0% {
    top: 7px;
    transform: rotate(45deg);
  }
  50% {
    top: 7px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes buttonRotate02CloseSP {
  0% {
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes buttonRotate03CloseSP {
  0% {
    top: 7px;
    transform: rotate(-45deg);
  }
  50% {
    top: 7px;
    transform: rotate(0);
  }
  100% {
    top: 10px;
    transform: rotate(0);
  }
}

@keyframes navigation {
  0% {
    transform: translateX(-400px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes navigationInner {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes navigationClose {
  0% {
    transform: translateX(0);
  }
  99% {
    opacity: 1;
    transform: translateX(-400px);
  }
  100% {
    opacity: 0;
    transform: translateX(-400px);
  }
}

@keyframes navigationSP {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes navigationCloseSP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes menuHover {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes menuOut {
  0% {
    opacity: 1;
    width: 100%;
  }
  99% {
    opacity: 1;
    width: 0%;
  }
  100% {
    opacity: 0;
  }
}

@keyframes logoShow {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logoHide {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes navigationShow {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes navigationHide {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

@keyframes languageShow {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =====================================

color

===================================== */
/* =====================================

breakpoint

===================================== */
/* =====================================

easing

===================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =====================================

header

===================================== */
.header {
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__inner {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 0 40px 0 26px;
}

.header__logo {
  background: url(./img/logo.svg);
  background-size: 120px 35px;
  font-size: 0;
  height: 35px;
  text-indent: -9999px;
  width: 120px;
}

.header__logo a {
  display: block;
  height: 35px;
  width: 142px;
}

.header__button {
  display: none;
}

.header__navigationList {
  display: flex;
  font-size: 1.6rem;
}

.header__navigationListItem--language {
  position: relative;
  z-index: 9;
}

.header__navigationListItem:not(:first-child) {
  padding-left: 30px;
}

.header__navigationListItem a {
  position: relative;
}

.header__navigationListItem a::after {
  border: 1px solid #e62c6a;
  bottom: -10px;
  content: "";
  left: 0;
  line-height: 1;
  opacity: 0;
  position: absolute;
  width: 0;
}

.header__navigationListItem a.is-hover {
  color: #e62c6a;
  transition: ease, color, 0.2s;
}

.header__navigationListItem a.is-hover::after {
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: menuHover;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
  width: 0;
}

.header__navigationListItem a.is-out {
  color: #111;
  transition: ease, color, 0.2s;
}

.header__navigationListItem a.is-out::after {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: menuOut;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
  width: 100%;
}

.header__languageListContainer {
  display: none;
  padding-top: 84px;
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  z-index: 10;
}

.header__languageListContainer.is-show {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: languageShow;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  display: block;
  right: 0;
}

.header__languageListContainer.is-hide {
  display: none;
}

.header__languageList {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  width: 230px;
}

.header__languageButton {
  background: url(./img/icon_arrow_01.svg) no-repeat;
  background-position: right 0 top 7px;
  background-size: 10px 6px;
  padding-right: 14px;
}

.header__languageListItem:not(:first-child) {
  border-top: 1px solid #bebebe;
}

.header__languageListItem a {
  display: block;
  padding: 20px;
}

/* =====================================

heroArea

===================================== */
.heroArea {
  display: flex;
  height: 1080px;
}

.heroArea__textArea {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  padding-left: 140px;
  position: relative;
  width: 50%;
  z-index: 5;
}

.heroArea__imageList {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.heroArea__imageListItem {
  background-position: left -400px bottom -640px;
  background-repeat: no-repeat;
  background-size: 1017px 1024px;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.heroArea__imageListItem:nth-child(1) {
  animation-delay: 1s;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: opacitySquare;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  background-image: url(./img/square_01.png);
}

.heroArea__imageListItem:nth-child(2) {
  animation-delay: 2s;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: opacitySquare;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  background-image: url(./img/square_02.png);
}

.heroArea__imageListItem:nth-child(3) {
  animation-delay: 3s;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: opacitySquare;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  background-image: url(./img/square_03.png);
}

.heroArea__imageListItem:nth-child(4) {
  animation-delay: 3s;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: opacitySquare;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  background-image: url(./img/square_01.png);
}

.heroArea__imageListItem:nth-child(5) {
  animation-delay: 2s;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: opacitySquare;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  background-image: url(./img/square_02.png);
}

.heroArea__imageListItem:nth-child(6) {
  animation-delay: 1s;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: opacitySquare;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  background-image: url(./img/square_03.png);
}

.heroArea__text {
  font-family: "ubuntu", sans-serif;
  font-size: 4rem;
  letter-spacing: 5px;
  line-height: 2;
  position: relative;
  z-index: 6;
}

.heroArea__imageArea {
  background-size: cover;
  width: 50%;
}

.slick-slide,
.slick-list {
  height: 100%;
}

/* =====================================

sectionAbout

===================================== */
.sectionAbout {
  padding: 135px 0 0 0;
}

.sectionAbout__contents {
  padding-top: 100px;
}

.sectionAbout__contents:nth-of-type(1) {
  padding-top: 50px;
}

.sectionAbout__textContainer {
  height: 600px;
  position: relative;
}

.sectionAbout__imageBox {
  background-size: cover;
  height: 600px;
  left: 0;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}

.sectionAbout__imageBox--image01 {
  background-repeat: no-repeat;
  margin-left: 30%;
}

.sectionAbout__imageBox--image02 {
  background-repeat: no-repeat;
  margin-right: 30%;
}

.sectionAbout__textBox {
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  height: 500px;
  padding: 65px 70px;
  position: absolute;
  top: 50px;
  width: 700px;
  z-index: 2;
}

.sectionAbout__textBox--box01 {
  left: calc(30% - 190px);
}

.sectionAbout__textBox--box02 {
  right: calc(30% - 190px);
}

.sectionAbout__textBoxInner {
  padding-top: 35px;
}

.sectionAbout__heading {
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 25px;
  position: relative;
}

.sectionAbout__heading::after {
  border: 1px solid #e62c6a;
  border-radius: 5px;
  bottom: 0;
  content: "";
  left: 0;
  line-height: 1;
  position: absolute;
  width: 50px;
  z-index: 10;
}

.sectionAbout__text {
  font-size: 1.7rem;
  line-height: 2;
}

.sectionAbout__text:not(:first-child) {
  padding-top: 40px;
}

/* =====================================

sectionBusiness

===================================== */
.sectionBusiness {
  background: #f0f0f0;
  margin-top: 200px;
  padding: 40px 0 150px 0;
  position: relative;
}

.sectionBusiness::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 200px 100vw;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}

.sectionBusiness__mainImage {
  border-radius: 50%;
  height: 360px;
  margin: 0 10px;
  overflow: hidden;
  width: 360px;
}

.sectionBusiness__mainImage img {
  display: block;
  height: 360px;
  width: 360px;
}

.sectionBusiness__inner {
  margin: 0 auto;
  width: 1040px;
}

.sectionBusiness__column {
  display: flex;
  justify-content: space-between;
  margin: 0 90px;
  padding-top: 110px;
  width: 880px;
}

.sectionBusiness__column:nth-of-type(1) {
  padding-top: 80px;
}

.sectionBusiness__columnChild {
  width: 380px;
}

.sectionBusiness__headingMain {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  height: 2.5em;
  justify-content: center;
  line-height: 1.5;
  padding-top: 30px;
  text-align: center;
}

.sectionBusiness__textMain {
  font-size: 1.6rem;
  line-height: 2;
  padding-top: 20px;
  text-align: center;
}

/* =====================================

contentsMarketing

===================================== */
.contentsMarketing {
  padding-top: 200px;
}

.contentsMarketing__textLead {
  font-size: 1.8rem;
  line-height: 2;
  padding-top: 70px;
  text-align: center;
}

.contentsMarketing__column {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  width: 1040px;
}

.contentsMarketing__columnChild {
  width: 180px;
}

.contentsMarketing__icon {
  height: 90px;
  margin-bottom: 15px;
  text-align: center;
}

.contentsMarketing__icon img {
  width: 110px;
}

.contentsMarketing__headingSub {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.contentsMarketing__text {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 20px;
  text-align: center;
}

.contentsMarketing__buttonContainer {
  display: flex;
  justify-content: center;
  padding-top: 75px;
}

.contentsMarketing__button {
  background: #e95798;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-family: "roboto", sans-serif;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  width: 260px;
}

.contentsMarketing__button:visited {
  color: #fff;
}

.contentsMarketing__button:hover {
  background: #b41059;
  transition: background 0.2s;
}

/* =====================================

contentsAgent

===================================== */
.contentsAgent {
  background: #fff;
  margin-top: 94px;
  padding: 60px;
}

.contentsAgent__heading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.contentsAgent__textLead {
  font-size: 1.6rem;
  line-height: 2;
  padding-top: 40px;
  text-align: center;
}

.contentsAgent__column {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.contentsAgent__columnChild {
  background: #fafafa;
  box-sizing: border-box;
  padding: 35px 40px 40px;
  width: 430px;
}

.contentsAgent__headingSub {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.contentsAgent__headingSubInner {
  border-bottom: 2px solid #111;
  display: inline-block;
  padding-bottom: 5px;
}

.contentsAgent__text {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-top: 40px;
  text-align: center;
}

.contentsAgent__textNote {
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 30px;
  text-align: center;
}

.contentsAgent__buttonContainer {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}

.contentsAgent__button {
  background: #e95798;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-family: "roboto", sans-serif;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  width: 300px;
}

.contentsAgent__button:visited {
  color: #fff;
}

.contentsAgent__button:hover {
  background: #b41059;
  transition: background 0.2s;
}

/* =====================================

contentsMedia

===================================== */
.contentsMedia {
  padding-top: 80px;
}

.contentsMedia__column {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}

.contentsMedia__column--imageRight {
  flex-direction: row-reverse;
}

.contentsMedia__columnImage {
  width: 520px;
}

.contentsMedia__columnText {
  font-size: 1.8rem;
  line-height: 2;
  width: 480px;
}

/* =====================================

sectionCompany

===================================== */
.sectionCompany {
  margin-top: 200px;
  padding: 25px 0 240px 0;
  position: relative;
}

.sectionCompany::after {
  border-color: transparent transparent transparent #f0f0f0;
  border-style: solid;
  border-width: 0 0 200px 100vw;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -200px;
  width: 0;
}

.sectionCompany__inner {
  margin: 0 auto;
  width: 1040px;
}

.sectionCompany__dataContainer {
  padding-top: 70px;
}

.sectionCompany__data {
  border-collapse: collapse;
  border-top: 1px solid #707070;
  font-size: 1.6rem;
  line-height: 2;
  width: 100%;
}

.sectionCompany__data th {
  border-bottom: 1px solid #707070;
  padding: 34px 0;
  text-align: left;
  vertical-align: top;
  width: 150px;
}

.sectionCompany__data td {
  border-bottom: 1px solid #707070;
  padding: 40px 0;
  vertical-align: top;
  width: 370px;
}

/* =====================================

headingPrimary

===================================== */
.headingPrimary {
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 9;
}

.headingPrimary__main {
  display: block;
  font-family: "ubuntu", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 5px;
  padding-bottom: 45px;
  position: relative;
}

.headingPrimary__main::after {
  border: 1px solid #e62c6a;
  border-radius: 5px;
  bottom: 20px;
  content: "";
  left: calc(50% - 25px);
  line-height: 1;
  position: absolute;
  width: 50px;
  z-index: 10;
}

.headingPrimary__sub {
  display: block;
  font-size: 2rem;
}

/* =====================================

headingScondary

===================================== */
.headingScondary {
  text-align: center;
}

.headingScondary__main {
  display: block;
  font-family: "ubuntu", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.headingScondary__sub {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 25px;
}

/* =====================================

sectionContact

===================================== */
.sectionContact {
  padding: 200px 0 180px 0;
}

.sectionContact__inner {
  margin: 0 auto;
  width: 1040px;
}

.sectionContact__textLead {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-top: 60px;
  text-align: center;
}

.sectionContact__required {
  color: #e62c6a;
}

.sectionContact__data {
  border-collapse: collapse;
}

.sectionContact__data th {
  font-size: 1.6rem;
  padding-top: 50px;
  text-align: left;
  vertical-align: top;
  width: 204px;
}

.sectionContact__data td {
  padding-top: 40px;
  width: 836px;
}

.sectionContact__checkbox .wpcf7-list-item {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  height: 30px;
  margin-left: 0;
  padding-left: 45px;
  position: relative;
}

.sectionContact__checkbox .wpcf7-list-item:not(:first-child) {
  margin-top: 10px;
}

.sectionContact__checkbox .wpcf7-list-item.first {
  margin-left: 0;
}

.sectionContact__checkbox .wpcf7-list-item input[type="checkbox"]::before {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 3px;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.sectionContact__checkbox .wpcf7-list-item input[type="checkbox"]:checked::before {
  background-color: #ccc;
}

.sectionContact__checkbox .wpcf7-list-item input[type="checkbox"]::after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  display: block;
  height: 16px;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  width: 8px;
}

.sectionContact__checkbox .wpcf7-list-item input[type="checkbox"]:checked::after {
  opacity: 1;
}

.sectionContact__subText {
  color: #a8a8a8;
  display: block;
  font-size: 1rem;
}

.sectionContact__inputText {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 20px;
  width: 100%;
}

.sectionContact__textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 20px;
  width: 100%;
}

.sectionContact__selectboxContainer {
  position: relative;
  z-index: 1;
}

.sectionContact__selectboxContainer::before {
  border-right: 1px solid #111;
  border-top: 1px solid #111;
  content: "";
  height: 13px;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 20px;
  transform: rotate(135deg);
  width: 13px;
  z-index: 2;
}

.sectionContact__selectbox {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1;
  padding: 20px;
  width: 100%;
}

.sectionContact__privacypolicyContainer {
  padding-top: 80px;
}

.sectionContact__privacypolicy {
  border: 1px solid #ccc;
  font-size: 1.4rem;
  padding: 25px;
  text-align: center;
}

.sectionContact__textPrivacypolicy br {
  display: none;
}

.sectionContact__checkboxPrivacypolicy {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.sectionContact__checkboxPrivacypolicy .wpcf7-list-item label {
  align-items: center;
  display: flex;
  height: 30px;
  margin-left: 0;
  padding-left: 45px;
  position: relative;
}

.sectionContact__checkboxPrivacypolicy .wpcf7-list-item input[type="checkbox"]::before {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 3px;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.sectionContact__checkboxPrivacypolicy .wpcf7-list-item input[type="checkbox"]:checked::before {
  background-color: #ccc;
}

.sectionContact__checkboxPrivacypolicy .wpcf7-list-item input[type="checkbox"]::after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  display: block;
  height: 16px;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  width: 8px;
}

.sectionContact__checkboxPrivacypolicy .wpcf7-list-item input[type="checkbox"]:checked::after {
  opacity: 1;
}

.sectionContact__buttonContainer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
}

.sectionContact__submitButton {
  background: #e62c6a;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  padding: 20px 0;
  width: 260px;
}

.sectionContact .wpcf7-not-valid-tip {
  color: #e62c6a;
  font-size: 1.4rem;
  padding-top: 10px;
}

.sectionContact div.wpcf7-response-output {
  border: none;
  color: #e62c6a;
  display: block;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  /* stylelint-disable */
  *::-ms-backdrop,
  .sectionContact__checkbox .wpcf7-list-item {
    padding-left: 0;
  }
  *::-ms-backdrop,
  .sectionContact__selectboxContainer:before {
    content: none;
  }
  /* stylelint-enable */
}

/* =====================================

footer

===================================== */
.footer {
  background: #434043;
}

.footer__inner {
  margin: 0 auto;
  padding: 50px 0;
  width: 1040px;
}

.footer__navigation {
  display: flex;
  justify-content: flex-end;
}

.footer__navigationList {
  border-left: 1px solid #fff;
  padding-left: 65px;
}

.footer__navigationListItem {
  line-height: 1;
  text-align: right;
}

.footer__navigationListItem:not(:first-child) {
  padding-top: 17px;
}

.footer__navigationListItem a {
  color: #fff;
}

.footer__navigationListItem a:visited {
  color: #fff;
}

.footer__logo {
  padding-top: 35px;
  width: 153px;
}

.footer__column {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.footer__columnChild {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* stylelint-disable */
  /* Document
   ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  /* 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 {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /* 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  b,
  strong {
    font-weight: bolder;
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /**
 * Add the correct font size in all browsers.
 */
  small {
    font-size: 80%;
  }
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /* 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  button,
  select {
    /* 1 */
    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 {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  /**
 * 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"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  /**
 * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  /**
 * 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;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /* 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;
  }
  /* stylelint-enable */
  /* =====================================

color

===================================== */
  /* =====================================

breakpoint

===================================== */
  /* =====================================

easing

===================================== */
  /* =====================================

reset

===================================== */
  html {
    font-size: 62.5%;
  }
  p {
    margin: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
    margin: 0;
  }
  ul,
  li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  img {
    vertical-align: bottom;
  }
  iframe {
    border: 0;
  }
  a {
    color: #111;
    outline: 0;
    text-decoration: none;
  }
  a:visited {
    color: #111;
  }
  button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
  }
  textarea,
  select,
  input {
    -webkit-appearance: none;
    appearance: none;
  }
  /* =====================================

    body

===================================== */
  body {
    color: #111;
    font-family: "Karla", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.3;
    overflow-x: hidden;
  }
  ::selection {
    background: #111;
    color: #fff;
  }
  /* =====================================

color

===================================== */
  /* =====================================

breakpoint

===================================== */
  /* =====================================

easing

===================================== */
  /* =====================================

inview

===================================== */
  .logoPosition {
    display: none;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .logoPosition {
    display: block;
    height: 80px;
    left: calc(50% - 25px);
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  /* =====================================

inview

===================================== */
  .is-outview {
    opacity: 0;
  }
  .is-inview {
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: inview;
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 0;
  }
  .is-inview.contents__thumbnailLabel {
    animation-delay: 1s;
  }
  /* =====================================

preload

===================================== */
  .is-preloading {
    height: auto;
    position: relative;
    width: 100%;
  }
  .is-preloading::after {
    animation: spin 1s linear infinite;
    background: url("./img/spinner.svg") no-repeat;
    background-size: 30px;
    content: "";
    display: block;
    height: 30px;
    left: calc(50% - 15px);
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .is-preloading::after {
    background-size: 16px;
    height: 16px;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
  }
}

@media screen and (max-width: 767px) {
  .is-preloaded {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: opacity;
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 0;
  }
  /* =====================================

opacity

===================================== */
  .is-opacity {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: opacity;
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 0;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes opacitySquare {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes loading {
    0% {
      opacity: 0;
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes inview {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes moveDots {
    0% {
      opacity: 0;
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes buttonRotate01 {
    0% {
      top: 0;
      width: 50px;
    }
    50% {
      top: 10px;
      transform: rotate(0deg);
    }
    100% {
      top: 10px;
      transform: rotate(45deg);
      width: 40px;
    }
  }
  @keyframes buttonRotate02 {
    0% {
      opacity: 1;
      width: 50px;
    }
    51% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      width: 40px;
    }
  }
  @keyframes buttonRotate03 {
    0% {
      top: 20px;
      width: 50px;
    }
    50% {
      top: 10px;
      transform: rotate(0);
    }
    100% {
      top: 10px;
      transform: rotate(-45deg);
      width: 40px;
    }
  }
  @keyframes buttonRotate01SP {
    0% {
      top: 0;
    }
    50% {
      top: 7px;
      transform: rotate(0deg);
    }
    100% {
      top: 7px;
      transform: rotate(45deg);
    }
  }
  @keyframes buttonRotate02SP {
    0% {
      opacity: 1;
    }
    51% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes buttonRotate03SP {
    0% {
      top: 10px;
    }
    50% {
      top: 7px;
      transform: rotate(0);
    }
    100% {
      top: 7px;
      transform: rotate(-45deg);
    }
  }
  @keyframes buttonRotate01Close {
    0% {
      top: 10px;
      transform: rotate(45deg);
      width: 40px;
    }
    50% {
      top: 10px;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      transform: rotate(0deg);
      width: 50px;
    }
  }
  @keyframes buttonRotate02Close {
    0% {
      opacity: 0;
      width: 40px;
    }
    51% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      width: 50px;
    }
  }
  @keyframes buttonRotate03Close {
    0% {
      top: 10px;
      transform: rotate(-45deg);
      width: 40px;
    }
    50% {
      top: 10px;
      transform: rotate(0);
    }
    100% {
      top: 20px;
      transform: rotate(0);
      width: 50px;
    }
  }
  @keyframes buttonRotate01CloseSP {
    0% {
      top: 7px;
      transform: rotate(45deg);
    }
    50% {
      top: 7px;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }
  @keyframes buttonRotate02CloseSP {
    0% {
      opacity: 0;
    }
    51% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes buttonRotate03CloseSP {
    0% {
      top: 7px;
      transform: rotate(-45deg);
    }
    50% {
      top: 7px;
      transform: rotate(0);
    }
    100% {
      top: 10px;
      transform: rotate(0);
    }
  }
  @keyframes navigation {
    0% {
      transform: translateX(-400px);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes navigationInner {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes navigationClose {
    0% {
      transform: translateX(0);
    }
    99% {
      opacity: 1;
      transform: translateX(-400px);
    }
    100% {
      opacity: 0;
      transform: translateX(-400px);
    }
  }
  @keyframes navigationSP {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes navigationCloseSP {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes menuHover {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes menuOut {
    0% {
      opacity: 1;
      width: 100%;
    }
    99% {
      opacity: 1;
      width: 0%;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes logoShow {
    0% {
      opacity: 0;
      transform: translateY(-40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes logoHide {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(-40px);
    }
  }
  @keyframes navigationShow {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  @keyframes navigationHide {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  @keyframes languageShow {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* =====================================

color

===================================== */
  /* =====================================

breakpoint

===================================== */
  /* =====================================

easing

===================================== */
  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: '';
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir='rtl'] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .header {
    background: none;
    left: 0;
    position: absolute;
    top: 0;
  }
  .header--lower {
    background: rgba(0, 0, 0, 0.8);
  }
  .header--lower.is-menuOpen {
    background: none;
  }
  .header__inner {
    display: block;
    height: auto;
    padding: 0;
  }
  .header__bar {
    align-items: center;
    display: flex;
    height: 45px;
    justify-content: space-between;
    padding: 0 15px;
  }
  .header__logo {
    background: none;
    height: 16px;
    position: relative;
    width: 64px;
  }
  .header__logo a {
    display: block;
    height: 16px;
    width: 64px;
  }
  .header__logo::after {
    background: url(./img/logo_white.svg);
    background-size: 64px 16px;
    content: "";
    font-size: 0;
    height: 16px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 64px;
    z-index: 3;
  }
  .header__logo::before {
    background: url(./img/logo.svg);
    background-size: 64px 16px;
    content: "";
    font-size: 0;
    height: 16px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 64px;
    z-index: 4;
  }
  .header__button {
    display: block;
    height: 12px;
    position: relative;
    width: 16px;
    z-index: 3;
  }
  .header__buttonBar01 {
    border-radius: 10px;
    border-top: 2px solid #fff;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header__buttonBar02 {
    border-radius: 10px;
    border-top: 2px solid #fff;
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
  }
  .header__buttonBar03 {
    border-radius: 10px;
    border-top: 2px solid #fff;
    display: block;
    position: absolute;
    top: 10px;
    width: 100%;
  }
  .header__navigation {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    left: 0;
    padding-top: 50px;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    z-index: 2;
  }
  .header__navigationList {
    border-top: 1px solid #111;
    flex-direction: column;
    font-size: 1.4rem;
    text-align: center;
  }
  .header__navigationList a {
    color: #fff;
    display: block;
    padding: 15px 0;
  }
  .header__navigationList a::after {
    border: none;
    content: none;
  }
  .header__navigationList a:visited {
    color: #fff;
  }
  .header__navigationList a.is-hover {
    color: #fff;
    transition: none;
  }
  .header__navigationList a.is-hover::after {
    animation: none;
  }
  .header__navigationList a.is-out {
    color: #fff;
    transition: none;
  }
  .header__navigationList a.is-out::after {
    animation: none;
  }
  .header__navigationListItem:not(:first-child) {
    padding-left: 0;
  }
  .header__navigationListItem:not(:last-child) {
    border-bottom: 1px solid #111;
  }
  .header.is-menuOpen .header__buttonBar01 {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: buttonRotate01SP;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  .header.is-menuOpen .header__buttonBar02 {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: buttonRotate02SP;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  .header.is-menuOpen .header__buttonBar03 {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: buttonRotate03SP;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  .header.is-menuOpen .header__logo::after {
    opacity: 0;
    transition: opacity 0.2s;
  }
  .header.is-menuOpen .header__logo::before {
    opacity: 1;
    transition: opacity 0.2s;
  }
  .header.is-menuOpen .header__navigation {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: navigationShow;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
  }
  .header.is-menuClose .header__buttonBar01 {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: buttonRotate01CloseSP;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  .header.is-menuClose .header__buttonBar02 {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: buttonRotate02CloseSP;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  .header.is-menuClose .header__buttonBar03 {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: buttonRotate03CloseSP;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  .header.is-menuClose .header__logo::after {
    opacity: 1;
    transition: opacity 0.2s;
  }
  .header.is-menuClose .header__logo::before {
    opacity: 0;
    transition: opacity 0.2s;
  }
  .header.is-menuClose .header__navigation {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: navigationHide;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
  }
  .header__languageListContainer {
    display: block;
    padding-top: 0;
    position: static;
    width: 100%;
  }
  .header__languageListContainer.is-show {
    animation-name: none;
    display: block;
  }
  .header__languageListContainer.is-hide {
    display: block;
  }
  .header__languageList {
    background: none;
    border-radius: 0;
    font-size: 1.2rem;
    width: 100%;
  }
  .header__languageButton {
    background: url(./img/icon_arrow_white_01.svg) no-repeat;
    background-position: right 0 top 20px;
    color: #fff;
    display: inline-block;
    padding: 15px 0;
    padding-right: 14px;
  }
  .header__languageListItem {
    border-top: 1px solid #111;
  }
  .header__languageListItem:not(:first-child) {
    border-top: 1px solid #111;
  }
  .header__languageListItem a {
    display: block;
    padding: 15px 0;
  }
  /* =====================================

heroArea

===================================== */
  .heroArea {
    flex-direction: column-reverse;
    height: auto;
  }
  .heroArea__imageArea {
    height: 422px;
    width: 100%;
  }
  .heroArea__textArea {
    height: 216px;
    overflow: hidden;
    padding: 0 20px;
    width: 100%;
  }
  .heroArea__text {
    font-size: 2.4rem;
  }
  .heroArea__imageList {
    height: 216px;
  }
  .heroArea__imageListItem {
    background-position: right -200px bottom -100px;
    background-size: 500px;
    height: 216px;
  }
  /* =====================================

sectionAbout

===================================== */
  .sectionAbout {
    padding: 45px 0 0 0;
  }
  .sectionAbout__contents {
    padding-top: 45px;
  }
  .sectionAbout__textContainer {
    height: auto;
  }
  .sectionAbout__imageBox {
    height: 204px;
    position: static;
    width: 100%;
  }
  .sectionAbout__imageBox--image01 {
    margin-left: 0;
  }
  .sectionAbout__imageBox--image02 {
    margin-right: 0;
  }
  .sectionAbout__textBox {
    height: auto;
    padding: 20px 30px 0 30px;
    position: static;
    width: auto;
  }
  .sectionAbout__heading {
    font-size: 1.7rem;
    padding-bottom: 18px;
    text-align: center;
  }
  .sectionAbout__heading::after {
    background: #e62c6a;
    border: none;
    bottom: 0;
    content: "";
    height: 3px;
    left: calc(50% - 13px);
    width: 26px;
  }
  .sectionAbout__text {
    font-size: 0.9rem;
    line-height: 2;
    padding-top: 20px;
    text-align: center;
  }
  .sectionAbout__text:not(:first-child) {
    padding-top: 20px;
  }
  /* =====================================

sectionBusiness

===================================== */
  .sectionBusiness {
    margin-top: 40px;
    padding: 0 0 15px 0;
  }
  .sectionBusiness::after {
    border-width: 0 0 220px 100vw;
  }
  .sectionBusiness__inner {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .sectionBusiness__column {
    flex-direction: column;
    margin: 0 auto;
    padding-top: 50px;
    width: 80%;
  }
  .sectionBusiness__column:nth-of-type(1) {
    padding-top: 50px;
  }
  .sectionBusiness__columnChild {
    width: 100%;
  }
  .sectionBusiness__columnChild:nth-of-type(2) {
    padding-top: 35px;
  }
  .sectionBusiness__mainImage {
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
  .sectionBusiness__mainImage img {
    height: auto;
    width: 100%;
  }
  .sectionBusiness__headingMain {
    font-size: 1.8rem;
    font-weight: bold;
    height: auto;
    line-height: 1.5;
    padding-top: 18px;
  }
  .sectionBusiness__textMain {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 10px;
    text-align: center;
  }
  /* =====================================

contentsMarketing

===================================== */
  .contentsMarketing {
    padding-top: 55px;
  }
  .contentsMarketing__textLead {
    font-size: 1.4rem;
    padding: 35px 20px 0 20px;
    text-align: center;
  }
  .contentsMarketing__column {
    box-sizing: border-box;
    flex-wrap: wrap;
    padding: 30px 20px 0 20px;
    width: 100%;
  }
  .contentsMarketing__columnChild {
    width: 46%;
  }
  .contentsMarketing__columnChild:nth-child(3) {
    padding-top: 35px;
  }
  .contentsMarketing__columnChild:nth-child(4) {
    padding-top: 35px;
  }
  .contentsMarketing__columnChild:nth-child(5) {
    margin: 0 auto;
    padding-top: 35px;
  }
  .contentsMarketing__headingSub {
    font-size: 1.8rem;
    padding-top: 15px;
  }
  .contentsMarketing__text {
    font-size: 1.4rem;
    padding-top: 10px;
  }
  .contentsMarketing__buttonContainer {
    padding-top: 30px;
  }
  /* =====================================

contentsAgent

===================================== */
  .contentsAgent {
    border-radius: 5px;
    margin: 60px 20px 0 20px;
    padding: 30px 20px;
  }
  .contentsAgent__heading {
    font-size: 2rem;
  }
  .contentsAgent__textLead {
    font-size: 1.4rem;
    padding-top: 20px;
  }
  .contentsAgent__column {
    flex-direction: column;
    padding-top: 30px;
  }
  .contentsAgent__columnChild {
    padding: 10px;
    width: 100%;
  }
  .contentsAgent__headingSub {
    font-size: 1.6rem;
  }
  .contentsAgent__text {
    font-size: 1.4rem;
    padding-top: 12px;
  }
  .contentsAgent__textNote {
    font-size: 1.2rem;
    padding-top: 12px;
  }
  .contentsAgent__buttonContainer {
    padding-top: 30px;
  }
  /* =====================================

contentsMedia

===================================== */
  .contentsMedia {
    padding-top: 60px;
  }
  .contentsMedia__column {
    flex-direction: column;
    margin: 0 auto;
    padding: 40px 20px 0 20px;
  }
  .contentsMedia__columnImage {
    width: 100%;
  }
  .contentsMedia__columnImage img {
    width: 100%;
  }
  .contentsMedia__columnText {
    font-size: 1.4rem;
    padding-top: 14px;
    text-align: center;
    width: 100%;
  }
  /* =====================================

sectionCompany

===================================== */
  .sectionCompany {
    margin-top: 70px;
    padding: 25px 0 100px 0;
    position: relative;
  }
  .sectionCompany::after {
    border-color: transparent transparent transparent #f0f0f0;
    border-style: solid;
    border-width: 0 0 70px 100vw;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -70px;
    width: 0;
  }
  .sectionCompany__inner {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }
  .sectionCompany__dataContainer {
    padding-top: 40px;
  }
  .sectionCompany__data {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .sectionCompany__data tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sectionCompany__data tr th {
    padding: 15px 0;
    width: 20%;
  }
  .sectionCompany__data tr td {
    padding: 15px 0;
    width: 80%;
  }
  /* =====================================

headingPrimary

===================================== */
  .headingPrimary__main {
    font-size: 2.6rem;
    padding-bottom: 26px;
  }
  .headingPrimary__main::after {
    background: #e62c6a;
    border: none;
    bottom: 14px;
    content: "";
    height: 3px;
  }
  .headingPrimary__sub {
    font-size: 1.2rem;
  }
  /* =====================================

headingScondary

===================================== */
  .headingScondary {
    text-align: center;
  }
  .headingScondary__main {
    font-size: 2rem;
  }
  .headingScondary__sub {
    font-size: 1.2rem;
    padding-top: 10px;
  }
  /* =====================================

sectionContact

===================================== */
  .sectionContact {
    padding: 80px 0 80px 0;
  }
  .sectionContact__inner {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }
  .sectionContact__textLead {
    font-size: 1.4rem;
    padding-top: 30px;
  }
  .sectionContact__data {
    font-size: 1.4rem;
    width: 100%;
  }
  .sectionContact__data tr {
    display: flex;
    flex-direction: column;
  }
  .sectionContact__data th {
    padding-top: 25px;
    width: 100%;
  }
  .sectionContact__data td {
    padding-top: 10px;
    width: 100%;
  }
  .sectionContact__inputText {
    font-size: 1.4rem;
    padding: 15px;
  }
  .sectionContact__textarea {
    font-size: 1.4rem;
    height: 150px;
    padding: 15px;
  }
  .sectionContact__selectboxContainer::before {
    top: 15px;
    transform: scale(0.8) rotate(135deg);
  }
  .sectionContact__checkbox .wpcf7-list-item {
    padding-left: 35px;
  }
  .sectionContact__checkbox .wpcf7-list-item input[type="checkbox"]::before {
    transform: scale(0.8);
  }
  .sectionContact__checkbox .wpcf7-list-item input[type="checkbox"]::after {
    transform: scale(0.8) rotate(45deg);
  }
  .sectionContact__selectbox {
    padding: 15px;
  }
  .sectionContact__privacypolicyContainer {
    padding-top: 50px;
  }
  .sectionContact__privacypolicy {
    font-size: 1.2rem;
    padding: 15px;
  }
  .sectionContact__textPrivacypolicy {
    line-height: 1.6;
  }
  .sectionContact__checkboxPrivacypolicy {
    padding-top: 5px;
  }
  .sectionContact__checkboxPrivacypolicy .wpcf7-list-item label {
    padding-left: 35px;
  }
  .sectionContact__checkboxPrivacypolicy .wpcf7-list-item input[type="checkbox"]::before {
    transform: scale(0.8);
  }
  .sectionContact__checkboxPrivacypolicy .wpcf7-list-item input[type="checkbox"]::after {
    transform: scale(0.8) rotate(45deg);
  }
  .sectionContact__buttonContainer {
    padding-top: 50px;
  }
  .sectionContact__submitButton {
    font-size: 1.6rem;
  }
  /* =====================================

iOS safari用ハック

===================================== */
  /* stylelint-disable */
  _::-webkit-full-page-media,
  _:future,
  :root input[type="checkbox"] {
    border: none;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .sectionContact__checkbox .wpcf7-list-item {
    padding-left: 18px;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .sectionContact__checkboxPrivacypolicy label {
    padding-left: 18px;
  }
  /* stylelint-enable */
  /* =====================================

footer

===================================== */
  .footer {
    background: #434043;
  }
  .footer__inner {
    padding: 30px 0 20px 0;
    width: 100%;
  }
  .footer__navigation {
    display: block;
  }
  .footer__navigationList {
    border: none;
    padding: 0;
  }
  .footer__navigationListItem {
    font-size: 1.2rem;
    text-align: center;
  }
  .footer__navigationListItem:not(:first-child) {
    padding-top: 12px;
  }
  .footer__logo {
    padding-top: 35px;
    text-align: center;
    width: 100%;
  }
  .footer__logo img {
    width: 90px;
  }
  .footer__column {
    flex-direction: column;
    font-size: 1rem;
    padding-top: 15px;
    text-align: center;
  }
  .footer__columnChild:not(:first-child) {
    padding-top: 5px;
  }
}
/* エラーメッセージの上部を消去 */
div.screen-reader-response{
  display: none;
}
div.wpcf7-response-output{
	margin-top:10px;
}