@charset "UTF-8";
/**
 * Foundation
 */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font: 10px/1.7 "Roboto", sans-serif;
}

body {
  color: #000;
  font-size: 16px;
  min-width: 900px;
  -webkit-text-size-adjust: none;
}

img {
  border: 0;
  vertical-align: top;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
}

/**
 * ANCHOR
 */
a {
  color: #1183c0;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  html {
    font-size: 2.6666666667vw;
  }

  body {
    min-width: 0;
  }

  img {
    max-width: 100%;
  }
}
/**
 * Layout
 */
/**
 * FOOTER
 */
.l-footer__inner {
  background: url(../img/pc/footer-bg.jpg) no-repeat bottom;
  background-size: cover;
  text-align: center;
  padding-bottom: 35px;
  padding-top: 200px;
}
.l-footer__lead{
  font-size: 28px;
  margin: 0 0 50px;
}

.l-footer__lead span{
  font-weight: 700;
}
.l-footer__logo {
  margin: 142px 0 10px;
}

.l-footer__copyright {
  font-size: 16px;
}


@media screen and (max-width: 750px) {
  .l-footer__inner {
    background: url(../img/sp/footer-bg.jpg) no-repeat bottom;
    background-size: 100% 100%;
    padding: 11.8rem 2.8rem 3.5rem;
  }
  .l-footer__lead{
    font-size: 2rem;
    margin: 0 0 50px;
  }
  .l-footer__logo {
    margin: 7.3rem 0 2.4rem;
}

.l-footer__logo img {
    width: 15.1rem;
}

.l-footer__copyright {
    font-size: 1.6rem;
}
}
@media screen and (min-width: 1900px) {
  .l-footer__inner {
    background-size: 100% 100%;
  }
}

.l-footer__inner .v-seminar{
  width: 820px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
}
.l-footer__inner .v-seminar .v-seminar__info{
  width: 400px;
  margin: 0 0 30px;
}

.l-footer__inner .v-seminar .v-seminar__info p{
  font-size: 3rem;
}
.l-footer__inner .v-seminar .v-seminar__info p span{
  display: block;
  font-weight: bold;
}
.l-footer__inner .v-seminar .v-seminar__info ul{
  list-style: none;
  margin: 0 0 20px;
}
.l-footer__inner .v-seminar .v-seminar__info ul li{
  position: relative;
  font-weight: bold;
}
.l-footer__inner .v-seminar .v-seminar__info ul li:before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
}
.l-footer__inner .v-seminar .v-seminar__info ul li.clender:before{
  background: url(../img/pc/seminar-ico01.png)no-repeat 0 0;
  background-size: 16px;
}
.l-footer__inner .v-seminar .v-seminar__info ul li.place:before{
  background: url(../img/pc/seminar-ico02.png)no-repeat 0 0;
  background-size: 16px;
  margin: 0 -1px 0 -3px;
}
.l-footer__inner .v-seminar .v-seminar__info .c-botton{
  width: 180px;
  margin: 0 auto;
}
.l-footer__inner .v-seminar .v-seminar__info .c-botton a{
  display: block;
  background: #ff0000;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.2s;
}
.l-footer__inner .v-seminar .v-seminar__info .c-botton a:hover{
  background: #fff;
  color: #ff0000;
}
@media screen and (max-width: 750px) {
  .l-footer__inner .v-seminar{
    display: block;
    width: 100%;
    margin: 0 0 100px;
  }
  .l-footer__inner .v-seminar .v-seminar__info{
    width: 100%;
    margin: 0 0 30px;
  }
  
  .l-footer__inner .v-seminar .v-seminar__info p{
    font-size: 2.1rem;
  }
  .l-footer__inner .v-seminar .v-seminar__info p span{
    display: block;
    font-weight: bold;
  }
  .l-footer__inner .v-seminar .v-seminar__info ul{
    list-style: none;
    margin: 0 0 20px;
  }
  .l-footer__inner .v-seminar .v-seminar__info ul li{
    font-weight: normal;
  }
  .l-footer__inner .v-seminar .v-seminar__info .c-botton{
    width: 180px;
    margin: 0 auto;
  }
  .l-footer__inner .v-seminar .v-seminar__info .c-botton a{
    display: block;
    background: #ff0000;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1900px) {
  .l-footer__inner .v-seminar{
    display: flex;
    justify-content: space-between;
  }
}


/**
 * HEADER
 */
.l-header {
  position: fixed;
  top: 0;
  padding: 11px 0;
  width: 100%;
  height: 85px;
  background-color: #fff;
  z-index: 1;
}
.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .l-header {
    /* padding: 1rem 1.5rem 1rem 2.8rem; */
    box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.3);
    z-index: 100;
    height: 50px;
    position: fixed;
    padding: 0;
  }
  .l-header__logo {
    font-size: 0;
    width: 11rem;
  }
}
.l-main {
  margin-bottom: 60px;
}


@media screen and (max-width: 750px) {
  .l-main {
    margin-bottom: 2.6rem;
  }
}
/**
 * Global Navigation
 */
.l-global-nav {
  background: #eee;
}
.l-global-nav__content {
  border-right: 1px solid #fff;
  display: flex;
  height: 46px;
  justify-content: space-between;
}
.l-global-nav__menu {
  height: 46px;
  list-style: none;
  width: 20%;
}
.l-global-nav__menu > a {
  border-left: 1px solid #fff;
  color: #333;
  display: block;
  font-size: 1.6rem;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
}
.l-global-nav__menu > a:hover {
  background: #ddd;
}

@media screen and (max-width: 750px) {
  .l-global-nav {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
  }
  .l-global-nav__trigger {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
  }
  .l-global-nav__trigger > button {
    background: none;
    border: none;
    height: 3rem;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 3rem;
  }
  .l-global-nav__trigger > button > span {
    background: #666;
    display: block;
    height: 0.3rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: 0.2s;
    width: 82%;
  }
  .l-global-nav__trigger > button > span:nth-child(1) {
    top: 0.5rem;
  }
  .l-global-nav__trigger > button > span:nth-child(2) {
    top: 50%;
  }
  .l-global-nav__trigger > button > span:nth-child(3) {
    top: 2.5rem;
  }
  .is-nav-view .l-global-nav__trigger > button > span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .is-nav-view .l-global-nav__trigger > button > span:nth-child(2) {
    left: 100%;
  }
  .is-nav-view .l-global-nav__trigger > button > span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .l-global-nav__content {
    background: rgba(0, 0, 0, 0.6);
    border: none;
    bottom: 100%;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 5rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .is-nav-view .l-global-nav__content {
    bottom: 0;
  }
  .l-global-nav__menu {
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: auto;
    width: auto;
  }
  .l-global-nav__menu > a {
    border: none;
    font-size: 1.6rem;
    height: auto;
    line-height: 1.4;
    padding: 1.6rem 0;
  }
}
/**
 * Object
 */
/* Component */
.c-button {
  appearance: none;
  background: #fde84e;
  box-sizing: border-box;
  color: #3b3838;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  outline: none;
  border-radius: 25rem;
  padding: 20px 60px;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  transition: all 0.2s;
}
.c-button.is-white {
  background: #fff;
}
.c-button:hover, .c-button.is-active {
  color: #fff;
  background: #3b3838;
}
.c-button--small {
  font-size: 1.4rem;
  padding: 5px 10px;
}
.c-button--large {
  font-size: 35px;
  padding: 20px 95px;
}
.c-button--block {
  display: block;
  text-align: center;
}
.c-button[disabled], .c-button.is-disabled {
  background: #0b537a;
  cursor: not-allowed;
  color: #ccc;
}
.c-button[disabled]:hover, .c-button.is-disabled:hover {
  color: #ccc;
  background: #0b537a;
}
.c-button__secondary {
  background: #eee;
  color: #333;
  border: 1px solid #ccc;
}
.c-button__secondary:hover, .c-button__secondary.is-active {
  color: #333;
  background: #fff;
}
.c-button__secondary[disabled], .c-button__secondary.is-disabled {
  background: #c8c8c8;
  color: #666;
}
.c-button__secondary[disabled]:hover, .c-button__secondary.is-disabled:hover {
  color: #666;
  background: #c8c8c8;
}

@media screen and (max-width: 750px) {
  .c-button {
    font-size: 1.8rem;
    padding: 1.2rem 3.6rem;
  }
  .c-button--large {
    font-size: 3.6rem;
    padding: 1.8rem 0;
    width: 100%;
  }
}
/**
 * Headline
 */
.c-headline {
  text-align: center;
}
.c-headline__title {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1px;
}
.c-headline__info {
  margin-top: 15px;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .c-headline__title {
    font-size: 3rem;
    letter-spacing: 0.03rem;
    line-height: 1.3;
  }
  .c-headline__title--small {
    font-size: 2.6rem;
  }
  .c-headline__info {
    margin-top: 2.3rem;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
}
/**
 * Headline for Factors
 */
.c-headline-factor {
  text-align: center;
}
.c-headline-factor__number {
  font-size: 60px;
  line-height: 1;
  color: #a558c8;
  font-weight: 600;
}
.c-headline-factor__label {
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.c-headline-factor__label::after {
  position: absolute;
  width: 100px;
  height: 5px;
  background-image: url(../img/pc/factor-hr.jpg);
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-headline-factor__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  .c-headline-factor__number {
    font-size: 6rem;
  }
  .c-headline-factor__label {
    font-size: 2.4rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .c-headline-factor__label::after {
    width: 10rem;
    height: 0.5rem;
    background-image: url(../img/sp/factor-hr.jpg);
  }
  .c-headline-factor__title {
    font-size: 2.6rem;
    line-height: 1.3;
    letter-spacing: 0.05rem;
  }
}
/**
 * Form & Input
 */
.c-input__label {
  cursor: pointer;
  display: inline-block;
}
.c-input__text {
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  outline: none;
  padding: 8px;
}
.c-input__text--short {
  width: 5em;
}
.c-input__text--full {
  width: 100%;
}
.c-input__text:focus {
  border: 1px solid #182ece;
}
.c-input__select {
  background: #eee;
  border: 1px solid #aaa;
  font-size: 1.6rem;
  height: 2em;
  padding: 0 1em;
}

@media screen and (max-width: 750px) {
  .c-input__text {
    font-size: initial;
  }
  .c-input__select {
    font-size: initial;
  }
}
/**
 * News Label
 */
.c-label {
  background: #666;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}
.c-label--info {
  background: #1183C0;
}
.c-label--recruit {
  background: #79C842;
}

/**
 * Pagination
 * ページネーション
 */
.c-pagination {
  margin: 1.6em 0;
  text-align: center;
}
.c-pagination__list {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
.c-pagination__list > span, .c-pagination__list > a {
  border: 1px solid #ddd;
  color: #333;
  display: inline-block;
  line-height: 2;
  min-width: 2.2em;
  padding: 0 0.2em;
  text-align: center;
  text-decoration: none;
}
.c-pagination__list > a:hover {
  background: #eee;
  text-decoration: none;
}
.c-pagination__list > span {
  background: #999;
  color: #fff;
}

.c-section__body {
  padding: 0 0 50px;
}

.c-topic-path {
  margin-bottom: 40px;
}
.c-topic-path__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.c-topic-path__col {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-topic-path__col::after {
  content: ">";
  margin: 0 0.5em;
}
.c-topic-path__col:last-child::after {
  content: none;
}
.c-topic-path__col > a {
  color: inherit;
}
.c-topic-path__col > span {
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .c-topic-path {
    margin-bottom: 3rem;
  }
}
.c-entry-block {
  /**
   * Hyeading
   */
  /**
   * Image
   */
  /**
   * Table
   */
  /**
   * Paragraph
   */
  /**
   * List
   */
}
.c-entry-block h2,
.c-entry-block h3,
.c-entry-block h4,
.c-entry-block h5,
.c-entry-block h6 {
  font-weight: bold;
  margin: 1.4em 0 0.5em;
}
.c-entry-block h2 {
  font-size: 35px;
}
.c-entry-block h3 {
  font-size: 1.6em;
}
.c-entry-block h4 {
  font-size: 1.4em;
}
.c-entry-block h5 {
  font-size: 1.2em;
}
.c-entry-block img {
  max-width: 100%;
  vertical-align: top;
}
.c-entry-block img[style*="float: left;"] {
  margin: 0 1.5em 1.5em 0;
}
.c-entry-block img[style*="float: right;"] {
  margin: 0 0 1.5em 1.5em;
}
.c-entry-block img.aligncenter {
  display: block;
  margin: 0 auto 1.5em;
}
.c-entry-block img.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
.c-entry-block img.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.c-entry-block table {
  margin: 1.4em 0;
}
.c-entry-block table th {
  background: #eee;
  border: 1px solid #ccc;
  padding: 0.5em;
}
.c-entry-block table td {
  border: 1px solid #ccc;
  padding: 0.5em;
}
.c-entry-block p {
  margin: 1.4em 0;
}
.c-entry-block pre {
  background: #333;
  color: #fff;
  font-family: monospace;
  line-height: 1.2;
  margin: 1.4em 0;
  overflow: auto;
  padding: 5px;
  white-space: pre;
}
.c-entry-block blockquote {
  border-left: 5px solid #eee;
  margin: 1.4em 0;
  padding: 0 0 0 1.4em;
}
.c-entry-block ul,
.c-entry-block ol,
.c-entry-block dl {
  margin: 1.4em 0;
}
.c-entry-block ul li,
.c-entry-block ol li,
.c-entry-block dl li {
  list-style: disc outside;
  margin-left: 1.4em;
}
.c-entry-block ol li {
  list-style: decimal outside;
}
.c-entry-block dl dt {
  font-weight: bold;
}
.c-entry-block dl dd {
  padding-left: 2em;
}

/**
 * For SP Layout
 */
@media screen and (max-width: 750px) {
  .c-entry-block img {
    height: auto;
  }
  .c-entry-block img[style*="float: left;"], .c-entry-block img[style*="float: right;"] {
    display: block;
    float: none !important;
    margin: 0 auto 1.5em;
  }
  .c-entry-block img.aligncenter, .c-entry-block img.alignleft, .c-entry-block img.alignright {
    display: block;
    float: none;
    margin: 0 auto 1.5em;
  }
}
/* Project */
/**
 * Contact Banner
 */
.p-contact {
  align-items: center;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
}
.p-contact__tel {
  font-size: 3.2rem;
  font-weight: bold;
  margin-right: 30px;
}
.p-contact__time {
  flex-grow: 1;
  line-height: 16px;
}

@media screen and (max-width: 750px) {
  .p-contact {
    display: block;
    padding: 1rem;
  }
  .p-contact__tel {
    font-size: 2.4rem;
    margin: 0;
    text-align: center;
  }
  .p-contact__time {
    margin-bottom: 1rem;
    text-align: center;
  }
}
/**
 * Form styling
 */
.p-form__table {
  width: 100%;
}
.p-form__table > tbody > tr.is-top * {
  vertical-align: top;
}
.p-form__table > tbody > tr > th {
  padding: 10px 1em 10px 0;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 1em;
}
.p-form__table > tbody > tr > td {
  padding: 10px 0;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .p-form__table, .p-form__table thead, .p-form__table tbody, .p-form__table tr, .p-form__table th, .p-form__table td {
    width: auto;
    display: block;
  }
  .p-form__table > tbody > tr > th {
    padding: 1rem 0 0;
  }
  .p-form__table > tbody > tr > td {
    padding: 0 0 1rem;
  }
}
/* Utility */
/**
 * ALIGN
 */
.u-align-left {
  text-align: left;
}

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

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

@media screen and (min-width: 751px) {
  .u-pc-align-left {
    text-align: left;
  }

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

  .u-pc-align-right {
    text-align: right;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-align-left {
    text-align: left;
  }

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

  .u-sp-align-right {
    text-align: right;
  }
}
/**
 * Anchor
 */
a.u-tel-anchor {
  color: inherit;
  text-decoration: none;
}

/**
 * Content Size
 */
.u-block {
  min-width: 1065px;
}

.u-layout {
  margin: 0 auto;
  width: 900px;
}

.u-layout-inner {
  margin: 0 auto;
  width: 820px;
}

@media screen and (min-width: 751px) {
  .u-pc-block {
    min-width: 1065px;
  }

  .u-pc-layout {
    margin: 0 auto;
    width: 900px;
  }

  .u-pc-layout-inner {
    margin: 0 auto;
    width: 820px;
  }
}
@media screen and (max-width: 750px) {
  .u-block {
    min-width: 0;
  }

  .u-sp-backcol {
    width: 100%;
    background-color: #fff;
    padding: 0.5rem 1.5rem 0.5rem 2.8rem;
    
  }

  .u-layout {
    margin: 0 2.8rem;
    width: auto;
  }
  .u-layout--nomargin {
    margin: 0;
  }
  .u-layout--padding {
    margin: 0;
    padding: 0 2.8rem;
  }

  .u-layout-inner {
    margin: 0 2.8rem;
    width: auto;
  }

  .u-sp-layout {
    margin: 0 2.8rem;
    width: auto;
  }
  .u-sp-layout--nomargin {
    margin: 0;
  }
  .u-sp-layout--padding {
    margin: 0;
    padding: 0 2.8rem;
  }
}
/**
 * Flex Box
 */
.u-flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.u-flex-row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.u-flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.u-flex-column-reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.u-flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.u-flex-justify-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.u-flex-justify-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.u-flex-justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.u-flex-justify-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.u-flex-align-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.u-flex-align-flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.u-flex-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.u-flex-align-space-between {
  -webkit-align-items: space-between;
  -moz-align-items: space-between;
  -ms-align-items: space-between;
  -o-align-items: space-between;
  align-items: space-between;
}

@media screen and (min-width: 751px) {
  .u-pc-flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
  }
  .u-pc-flex-row-reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .u-pc-flex-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .u-pc-flex-column-reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .u-pc-flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .u-pc-flex-justify-flex-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .u-pc-flex-justify-flex-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
  .u-pc-flex-justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .u-pc-flex-justify-space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .u-pc-flex-align-flex-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .u-pc-flex-align-flex-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
  .u-pc-flex-align-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .u-pc-flex-align-space-between {
    -webkit-align-items: space-between;
    -moz-align-items: space-between;
    -ms-align-items: space-between;
    -o-align-items: space-between;
    align-items: space-between;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
  }
  .u-sp-flex-row-reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .u-sp-flex-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .u-sp-flex-column-reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .u-sp-flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .u-sp-flex-justify-flex-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .u-sp-flex-justify-flex-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
  .u-sp-flex-justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .u-sp-flex-justify-space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .u-sp-flex-align-flex-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .u-sp-flex-align-flex-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
  .u-sp-flex-align-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .u-sp-flex-align-space-between {
    -webkit-align-items: space-between;
    -moz-align-items: space-between;
    -ms-align-items: space-between;
    -o-align-items: space-between;
    align-items: space-between;
  }
}
/**
 * FLOAT
 */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

@media screen and (min-width: 751px) {
  .u-pc-float-left {
    float: left;
  }

  .u-pc-float-right {
    float: right;
  }

  .u-pc-clear {
    clear: both;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-float-left {
    float: left;
  }

  .u-sp-float-right {
    float: right;
  }

  .u-sp-clear {
    clear: both;
  }
}
/**
 * Font Style
 */
.u-font-serif {
  font-family: "Noto Serif JP", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-font-marker {
  background: rgba(174, 207, 222, 0);
  background: -moz-linear-gradient(top, rgba(174, 207, 222, 0) 70%, #aecfde 70%);
  background: -webkit-gradient(left top, left bottom, color-stop(70%, rgba(174, 207, 222, 0)), color-stop(70%, #aecfde));
  background: -webkit-linear-gradient(top, rgba(174, 207, 222, 0) 70%, #aecfde 70%);
  background: -o-linear-gradient(top, rgba(174, 207, 222, 0) 70%, #aecfde 70%);
  background: -ms-linear-gradient(top, rgba(174, 207, 222, 0) 70%, #aecfde 70%);
  background: linear-gradient(to bottom, rgba(174, 207, 222, 0) 70%, #aecfde 70%);
  font-weight: normal;
}

/**
 * Image
 */
.u-image-full {
  width: 100%;
}

.u-image-contain {
  max-width: 100%;
}

.u-image-fit-contain {
  object-fit: contain;
}

.u-image-fit-cover {
  object-fit: cover;
}

.u-image-fit-fill {
  object-fit: fill;
}

.u-image-fit-scale-down {
  object-fit: scale-down;
}

@media screen and (min-width: 751px) {
  .u-pc-image-full {
    width: 100%;
  }

  .u-pc-image-contain {
    max-width: 100%;
  }

  .u-pc-image-fit-contain {
    object-fit: contain;
  }

  .u-pc-image-fit-cover {
    object-fit: cover;
  }

  .u-pc-image-fit-fill {
    object-fit: fill;
  }

  .u-pc-image-fit-scale-down {
    object-fit: scale-down;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-image-full {
    width: 100%;
  }

  .u-sp-image-contain {
    max-width: 100%;
  }

  .u-sp-image-fit-contain {
    object-fit: contain;
  }

  .u-sp-image-fit-cover {
    object-fit: cover;
  }

  .u-sp-image-fit-fill {
    object-fit: fill;
  }

  .u-sp-image-fit-scale-down {
    object-fit: scale-down;
  }
}
/**
 * Spaces (margin, padding)
 */
.u-m-0 {
  margin: 0px;
}

.u-mh-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.u-mv-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.u-mt-0 {
  margin-top: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-p-0 {
  padding: 0px;
}

.u-ph-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.u-pv-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.u-pt-0 {
  padding-top: 0px;
}

.u-pb-0 {
  padding-bottom: 0px;
}

.u-pl-0 {
  padding-left: 0px;
}

.u-pr-0 {
  padding-right: 0px;
}

.u-m-5 {
  margin: 5px;
}

.u-mh-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.u-mv-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-ml-5 {
  margin-left: 5px;
}

.u-mr-5 {
  margin-right: 5px;
}

.u-p-5 {
  padding: 5px;
}

.u-ph-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.u-pv-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.u-pt-5 {
  padding-top: 5px;
}

.u-pb-5 {
  padding-bottom: 5px;
}

.u-pl-5 {
  padding-left: 5px;
}

.u-pr-5 {
  padding-right: 5px;
}

.u-m-10 {
  margin: 10px;
}

.u-mh-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.u-mv-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-ml-10 {
  margin-left: 10px;
}

.u-mr-10 {
  margin-right: 10px;
}

.u-p-10 {
  padding: 10px;
}

.u-ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.u-pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.u-pt-10 {
  padding-top: 10px;
}

.u-pb-10 {
  padding-bottom: 10px;
}

.u-pl-10 {
  padding-left: 10px;
}

.u-pr-10 {
  padding-right: 10px;
}

.u-m-15 {
  margin: 15px;
}

.u-mh-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.u-mv-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-ml-15 {
  margin-left: 15px;
}

.u-mr-15 {
  margin-right: 15px;
}

.u-p-15 {
  padding: 15px;
}

.u-ph-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.u-pv-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.u-pt-15 {
  padding-top: 15px;
}

.u-pb-15 {
  padding-bottom: 15px;
}

.u-pl-15 {
  padding-left: 15px;
}

.u-pr-15 {
  padding-right: 15px;
}

.u-m-20 {
  margin: 20px;
}

.u-mh-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.u-mv-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-ml-20 {
  margin-left: 20px;
}

.u-mr-20 {
  margin-right: 20px;
}

.u-p-20 {
  padding: 20px;
}

.u-ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-pt-20 {
  padding-top: 20px;
}

.u-pb-20 {
  padding-bottom: 20px;
}

.u-pl-20 {
  padding-left: 20px;
}

.u-pr-20 {
  padding-right: 20px;
}

.u-m-25 {
  margin: 25px;
}

.u-mh-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.u-mv-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mb-25 {
  margin-bottom: 25px;
}

.u-ml-25 {
  margin-left: 25px;
}

.u-mr-25 {
  margin-right: 25px;
}

.u-p-25 {
  padding: 25px;
}

.u-ph-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.u-pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.u-pt-25 {
  padding-top: 25px;
}

.u-pb-25 {
  padding-bottom: 25px;
}

.u-pl-25 {
  padding-left: 25px;
}

.u-pr-25 {
  padding-right: 25px;
}

.u-m-30 {
  margin: 30px;
}

.u-mh-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.u-mv-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-ml-30 {
  margin-left: 30px;
}

.u-mr-30 {
  margin-right: 30px;
}

.u-p-30 {
  padding: 30px;
}

.u-ph-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.u-pv-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.u-pt-30 {
  padding-top: 30px;
}

.u-pb-30 {
  padding-bottom: 30px;
}

.u-pl-30 {
  padding-left: 30px;
}

.u-pr-30 {
  padding-right: 30px;
}

.u-m-35 {
  margin: 35px;
}

.u-mh-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.u-mv-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.u-mt-35 {
  margin-top: 35px;
}

.u-mb-35 {
  margin-bottom: 35px;
}

.u-ml-35 {
  margin-left: 35px;
}

.u-mr-35 {
  margin-right: 35px;
}

.u-p-35 {
  padding: 35px;
}

.u-ph-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.u-pv-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.u-pt-35 {
  padding-top: 35px;
}

.u-pb-35 {
  padding-bottom: 35px;
}

.u-pl-35 {
  padding-left: 35px;
}

.u-pr-35 {
  padding-right: 35px;
}

.u-m-40 {
  margin: 40px;
}

.u-mh-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.u-mv-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-ml-40 {
  margin-left: 40px;
}

.u-mr-40 {
  margin-right: 40px;
}

.u-p-40 {
  padding: 40px;
}

.u-ph-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.u-pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-pt-40 {
  padding-top: 40px;
}

.u-pb-40 {
  padding-bottom: 40px;
}

.u-pl-40 {
  padding-left: 40px;
}

.u-pr-40 {
  padding-right: 40px;
}

.u-m-45 {
  margin: 45px;
}

.u-mh-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.u-mv-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.u-mt-45 {
  margin-top: 45px;
}

.u-mb-45 {
  margin-bottom: 45px;
}

.u-ml-45 {
  margin-left: 45px;
}

.u-mr-45 {
  margin-right: 45px;
}

.u-p-45 {
  padding: 45px;
}

.u-ph-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.u-pv-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.u-pt-45 {
  padding-top: 45px;
}

.u-pb-45 {
  padding-bottom: 45px;
}

.u-pl-45 {
  padding-left: 45px;
}

.u-pr-45 {
  padding-right: 45px;
}

.u-m-50 {
  margin: 50px;
}

.u-mh-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.u-mv-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

.u-ml-50 {
  margin-left: 50px;
}

.u-mr-50 {
  margin-right: 50px;
}

.u-p-50 {
  padding: 50px;
}

.u-ph-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.u-pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.u-pt-50 {
  padding-top: 50px;
}

.u-pb-50 {
  padding-bottom: 50px;
}

.u-pl-50 {
  padding-left: 50px;
}

.u-pr-50 {
  padding-right: 50px;
}

@media screen and (min-width: 751px) {
  .u-pc-m-0 {
    margin: 0px;
  }

  .u-pc-mh-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .u-pc-mv-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .u-pc-mt-0 {
    margin-top: 0px;
  }

  .u-pc-mb-0 {
    margin-bottom: 0px;
  }

  .u-pc-ml-0 {
    margin-left: 0px;
  }

  .u-pc-mr-0 {
    margin-right: 0px;
  }

  .u-pc-p-0 {
    padding: 0px;
  }

  .u-pc-ph-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .u-pc-pv-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .u-pc-pt-0 {
    padding-top: 0px;
  }

  .u-pc-pb-0 {
    padding-bottom: 0px;
  }

  .u-pc-pl-0 {
    padding-left: 0px;
  }

  .u-pc-pr-0 {
    padding-right: 0px;
  }

  .u-pc-m-5 {
    margin: 5px;
  }

  .u-pc-mh-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .u-pc-mv-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .u-pc-mt-5 {
    margin-top: 5px;
  }

  .u-pc-mb-5 {
    margin-bottom: 5px;
  }

  .u-pc-ml-5 {
    margin-left: 5px;
  }

  .u-pc-mr-5 {
    margin-right: 5px;
  }

  .u-pc-p-5 {
    padding: 5px;
  }

  .u-pc-ph-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .u-pc-pv-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .u-pc-pt-5 {
    padding-top: 5px;
  }

  .u-pc-pb-5 {
    padding-bottom: 5px;
  }

  .u-pc-pl-5 {
    padding-left: 5px;
  }

  .u-pc-pr-5 {
    padding-right: 5px;
  }

  .u-pc-m-10 {
    margin: 10px;
  }

  .u-pc-mh-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .u-pc-mv-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .u-pc-mt-10 {
    margin-top: 10px;
  }

  .u-pc-mb-10 {
    margin-bottom: 10px;
  }

  .u-pc-ml-10 {
    margin-left: 10px;
  }

  .u-pc-mr-10 {
    margin-right: 10px;
  }

  .u-pc-p-10 {
    padding: 10px;
  }

  .u-pc-ph-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-pc-pv-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .u-pc-pt-10 {
    padding-top: 10px;
  }

  .u-pc-pb-10 {
    padding-bottom: 10px;
  }

  .u-pc-pl-10 {
    padding-left: 10px;
  }

  .u-pc-pr-10 {
    padding-right: 10px;
  }

  .u-pc-m-15 {
    margin: 15px;
  }

  .u-pc-mh-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .u-pc-mv-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .u-pc-mt-15 {
    margin-top: 15px;
  }

  .u-pc-mb-15 {
    margin-bottom: 15px;
  }

  .u-pc-ml-15 {
    margin-left: 15px;
  }

  .u-pc-mr-15 {
    margin-right: 15px;
  }

  .u-pc-p-15 {
    padding: 15px;
  }

  .u-pc-ph-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .u-pc-pv-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .u-pc-pt-15 {
    padding-top: 15px;
  }

  .u-pc-pb-15 {
    padding-bottom: 15px;
  }

  .u-pc-pl-15 {
    padding-left: 15px;
  }

  .u-pc-pr-15 {
    padding-right: 15px;
  }

  .u-pc-m-20 {
    margin: 20px;
  }

  .u-pc-mh-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .u-pc-mv-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .u-pc-mt-20 {
    margin-top: 20px;
  }

  .u-pc-mb-20 {
    margin-bottom: 20px;
  }

  .u-pc-ml-20 {
    margin-left: 20px;
  }

  .u-pc-mr-20 {
    margin-right: 20px;
  }

  .u-pc-p-20 {
    padding: 20px;
  }

  .u-pc-ph-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-pc-pv-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .u-pc-pt-20 {
    padding-top: 20px;
  }

  .u-pc-pb-20 {
    padding-bottom: 20px;
  }

  .u-pc-pl-20 {
    padding-left: 20px;
  }

  .u-pc-pr-20 {
    padding-right: 20px;
  }

  .u-pc-m-25 {
    margin: 25px;
  }

  .u-pc-mh-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .u-pc-mv-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .u-pc-mt-25 {
    margin-top: 25px;
  }

  .u-pc-mb-25 {
    margin-bottom: 25px;
  }

  .u-pc-ml-25 {
    margin-left: 25px;
  }

  .u-pc-mr-25 {
    margin-right: 25px;
  }

  .u-pc-p-25 {
    padding: 25px;
  }

  .u-pc-ph-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .u-pc-pv-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .u-pc-pt-25 {
    padding-top: 25px;
  }

  .u-pc-pb-25 {
    padding-bottom: 25px;
  }

  .u-pc-pl-25 {
    padding-left: 25px;
  }

  .u-pc-pr-25 {
    padding-right: 25px;
  }

  .u-pc-m-30 {
    margin: 30px;
  }

  .u-pc-mh-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .u-pc-mv-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .u-pc-mt-30 {
    margin-top: 30px;
  }

  .u-pc-mb-30 {
    margin-bottom: 30px;
  }

  .u-pc-ml-30 {
    margin-left: 30px;
  }

  .u-pc-mr-30 {
    margin-right: 30px;
  }

  .u-pc-p-30 {
    padding: 30px;
  }

  .u-pc-ph-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-pc-pv-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .u-pc-pt-30 {
    padding-top: 30px;
  }

  .u-pc-pb-30 {
    padding-bottom: 30px;
  }

  .u-pc-pl-30 {
    padding-left: 30px;
  }

  .u-pc-pr-30 {
    padding-right: 30px;
  }

  .u-pc-m-35 {
    margin: 35px;
  }

  .u-pc-mh-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .u-pc-mv-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .u-pc-mt-35 {
    margin-top: 35px;
  }

  .u-pc-mb-35 {
    margin-bottom: 35px;
  }

  .u-pc-ml-35 {
    margin-left: 35px;
  }

  .u-pc-mr-35 {
    margin-right: 35px;
  }

  .u-pc-p-35 {
    padding: 35px;
  }

  .u-pc-ph-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .u-pc-pv-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .u-pc-pt-35 {
    padding-top: 35px;
  }

  .u-pc-pb-35 {
    padding-bottom: 35px;
  }

  .u-pc-pl-35 {
    padding-left: 35px;
  }

  .u-pc-pr-35 {
    padding-right: 35px;
  }

  .u-pc-m-40 {
    margin: 40px;
  }

  .u-pc-mh-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .u-pc-mv-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .u-pc-mt-40 {
    margin-top: 40px;
  }

  .u-pc-mb-40 {
    margin-bottom: 40px;
  }

  .u-pc-ml-40 {
    margin-left: 40px;
  }

  .u-pc-mr-40 {
    margin-right: 40px;
  }

  .u-pc-p-40 {
    padding: 40px;
  }

  .u-pc-ph-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .u-pc-pv-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .u-pc-pt-40 {
    padding-top: 40px;
  }

  .u-pc-pb-40 {
    padding-bottom: 40px;
  }

  .u-pc-pl-40 {
    padding-left: 40px;
  }

  .u-pc-pr-40 {
    padding-right: 40px;
  }

  .u-pc-m-45 {
    margin: 45px;
  }

  .u-pc-mh-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .u-pc-mv-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .u-pc-mt-45 {
    margin-top: 45px;
  }

  .u-pc-mb-45 {
    margin-bottom: 45px;
  }

  .u-pc-ml-45 {
    margin-left: 45px;
  }

  .u-pc-mr-45 {
    margin-right: 45px;
  }

  .u-pc-p-45 {
    padding: 45px;
  }

  .u-pc-ph-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .u-pc-pv-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .u-pc-pt-45 {
    padding-top: 45px;
  }

  .u-pc-pb-45 {
    padding-bottom: 45px;
  }

  .u-pc-pl-45 {
    padding-left: 45px;
  }

  .u-pc-pr-45 {
    padding-right: 45px;
  }

  .u-pc-m-50 {
    margin: 50px;
  }

  .u-pc-mh-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .u-pc-mv-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .u-pc-mt-50 {
    margin-top: 50px;
  }

  .u-pc-mb-50 {
    margin-bottom: 50px;
  }

  .u-pc-ml-50 {
    margin-left: 50px;
  }

  .u-pc-mr-50 {
    margin-right: 50px;
  }

  .u-pc-p-50 {
    padding: 50px;
  }

  .u-pc-ph-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .u-pc-pv-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .u-pc-pt-50 {
    padding-top: 50px;
  }

  .u-pc-pb-50 {
    padding-bottom: 50px;
  }

  .u-pc-pl-50 {
    padding-left: 50px;
  }

  .u-pc-pr-50 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-m-0 {
    margin: 0rem;
  }

  .u-sp-mh-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .u-sp-mv-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .u-sp-mt-0 {
    margin-top: 0rem;
  }

  .u-sp-mb-0 {
    margin-bottom: 0rem;
  }

  .u-sp-ml-0 {
    margin-left: 0rem;
  }

  .u-sp-mr-0 {
    margin-right: 0rem;
  }

  .u-sp-p-0 {
    padding: 0rem;
  }

  .u-sp-ph-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .u-sp-pv-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .u-sp-pt-0 {
    padding-top: 0rem;
  }

  .u-sp-pb-0 {
    padding-bottom: 0rem;
  }

  .u-sp-pl-0 {
    padding-left: 0rem;
  }

  .u-sp-pr-0 {
    padding-right: 0rem;
  }

  .u-sp-m-1 {
    margin: 1rem;
  }

  .u-sp-mh-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .u-sp-mv-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .u-sp-mt-1 {
    margin-top: 1rem;
  }

  .u-sp-mb-1 {
    margin-bottom: 1rem;
  }

  .u-sp-ml-1 {
    margin-left: 1rem;
  }

  .u-sp-mr-1 {
    margin-right: 1rem;
  }

  .u-sp-p-1 {
    padding: 1rem;
  }

  .u-sp-ph-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .u-sp-pv-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .u-sp-pt-1 {
    padding-top: 1rem;
  }

  .u-sp-pb-1 {
    padding-bottom: 1rem;
  }

  .u-sp-pl-1 {
    padding-left: 1rem;
  }

  .u-sp-pr-1 {
    padding-right: 1rem;
  }

  .u-sp-m-2 {
    margin: 2rem;
  }

  .u-sp-mh-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .u-sp-mv-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .u-sp-mt-2 {
    margin-top: 2rem;
  }

  .u-sp-mb-2 {
    margin-bottom: 2rem;
  }

  .u-sp-ml-2 {
    margin-left: 2rem;
  }

  .u-sp-mr-2 {
    margin-right: 2rem;
  }

  .u-sp-p-2 {
    padding: 2rem;
  }

  .u-sp-ph-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .u-sp-pv-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .u-sp-pt-2 {
    padding-top: 2rem;
  }

  .u-sp-pb-2 {
    padding-bottom: 2rem;
  }

  .u-sp-pl-2 {
    padding-left: 2rem;
  }

  .u-sp-pr-2 {
    padding-right: 2rem;
  }

  .u-sp-m-3 {
    margin: 3rem;
  }

  .u-sp-mh-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .u-sp-mv-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .u-sp-mt-3 {
    margin-top: 3rem;
  }

  .u-sp-mb-3 {
    margin-bottom: 3rem;
  }

  .u-sp-ml-3 {
    margin-left: 3rem;
  }

  .u-sp-mr-3 {
    margin-right: 3rem;
  }

  .u-sp-p-3 {
    padding: 3rem;
  }

  .u-sp-ph-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .u-sp-pv-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .u-sp-pt-3 {
    padding-top: 3rem;
  }

  .u-sp-pb-3 {
    padding-bottom: 3rem;
  }

  .u-sp-pl-3 {
    padding-left: 3rem;
  }

  .u-sp-pr-3 {
    padding-right: 3rem;
  }

  .u-sp-m-4 {
    margin: 4rem;
  }

  .u-sp-mh-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .u-sp-mv-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .u-sp-mt-4 {
    margin-top: 4rem;
  }

  .u-sp-mb-4 {
    margin-bottom: 4rem;
  }

  .u-sp-ml-4 {
    margin-left: 4rem;
  }

  .u-sp-mr-4 {
    margin-right: 4rem;
  }

  .u-sp-p-4 {
    padding: 4rem;
  }

  .u-sp-ph-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .u-sp-pv-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .u-sp-pt-4 {
    padding-top: 4rem;
  }

  .u-sp-pb-4 {
    padding-bottom: 4rem;
  }

  .u-sp-pl-4 {
    padding-left: 4rem;
  }

  .u-sp-pr-4 {
    padding-right: 4rem;
  }

  .u-sp-m-5 {
    margin: 5rem;
  }

  .u-sp-mh-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .u-sp-mv-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .u-sp-mt-5 {
    margin-top: 5rem;
  }

  .u-sp-mb-5 {
    margin-bottom: 5rem;
  }

  .u-sp-ml-5 {
    margin-left: 5rem;
  }

  .u-sp-mr-5 {
    margin-right: 5rem;
  }

  .u-sp-p-5 {
    padding: 5rem;
  }

  .u-sp-ph-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .u-sp-pv-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .u-sp-pt-5 {
    padding-top: 5rem;
  }

  .u-sp-pb-5 {
    padding-bottom: 5rem;
  }

  .u-sp-pl-5 {
    padding-left: 5rem;
  }

  .u-sp-pr-5 {
    padding-right: 5rem;
  }

  .u-sp-m-6 {
    margin: 6rem;
  }

  .u-sp-mh-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .u-sp-mv-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .u-sp-mt-6 {
    margin-top: 6rem;
  }

  .u-sp-mb-6 {
    margin-bottom: 6rem;
  }

  .u-sp-ml-6 {
    margin-left: 6rem;
  }

  .u-sp-mr-6 {
    margin-right: 6rem;
  }

  .u-sp-p-6 {
    padding: 6rem;
  }

  .u-sp-ph-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .u-sp-pv-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .u-sp-pt-6 {
    padding-top: 6rem;
  }

  .u-sp-pb-6 {
    padding-bottom: 6rem;
  }

  .u-sp-pl-6 {
    padding-left: 6rem;
  }

  .u-sp-pr-6 {
    padding-right: 6rem;
  }

  .u-sp-m-7 {
    margin: 7rem;
  }

  .u-sp-mh-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .u-sp-mv-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .u-sp-mt-7 {
    margin-top: 7rem;
  }

  .u-sp-mb-7 {
    margin-bottom: 7rem;
  }

  .u-sp-ml-7 {
    margin-left: 7rem;
  }

  .u-sp-mr-7 {
    margin-right: 7rem;
  }

  .u-sp-p-7 {
    padding: 7rem;
  }

  .u-sp-ph-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .u-sp-pv-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .u-sp-pt-7 {
    padding-top: 7rem;
  }

  .u-sp-pb-7 {
    padding-bottom: 7rem;
  }

  .u-sp-pl-7 {
    padding-left: 7rem;
  }

  .u-sp-pr-7 {
    padding-right: 7rem;
  }

  .u-sp-m-8 {
    margin: 8rem;
  }

  .u-sp-mh-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .u-sp-mv-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .u-sp-mt-8 {
    margin-top: 8rem;
  }

  .u-sp-mb-8 {
    margin-bottom: 8rem;
  }

  .u-sp-ml-8 {
    margin-left: 8rem;
  }

  .u-sp-mr-8 {
    margin-right: 8rem;
  }

  .u-sp-p-8 {
    padding: 8rem;
  }

  .u-sp-ph-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .u-sp-pv-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .u-sp-pt-8 {
    padding-top: 8rem;
  }

  .u-sp-pb-8 {
    padding-bottom: 8rem;
  }

  .u-sp-pl-8 {
    padding-left: 8rem;
  }

  .u-sp-pr-8 {
    padding-right: 8rem;
  }

  .u-sp-m-9 {
    margin: 9rem;
  }

  .u-sp-mh-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .u-sp-mv-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .u-sp-mt-9 {
    margin-top: 9rem;
  }

  .u-sp-mb-9 {
    margin-bottom: 9rem;
  }

  .u-sp-ml-9 {
    margin-left: 9rem;
  }

  .u-sp-mr-9 {
    margin-right: 9rem;
  }

  .u-sp-p-9 {
    padding: 9rem;
  }

  .u-sp-ph-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .u-sp-pv-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .u-sp-pt-9 {
    padding-top: 9rem;
  }

  .u-sp-pb-9 {
    padding-bottom: 9rem;
  }

  .u-sp-pl-9 {
    padding-left: 9rem;
  }

  .u-sp-pr-9 {
    padding-right: 9rem;
  }

  .u-sp-m-10 {
    margin: 10rem;
  }

  .u-sp-mh-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .u-sp-mv-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .u-sp-mt-10 {
    margin-top: 10rem;
  }

  .u-sp-mb-10 {
    margin-bottom: 10rem;
  }

  .u-sp-ml-10 {
    margin-left: 10rem;
  }

  .u-sp-mr-10 {
    margin-right: 10rem;
  }

  .u-sp-p-10 {
    padding: 10rem;
  }

  .u-sp-ph-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .u-sp-pv-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .u-sp-pt-10 {
    padding-top: 10rem;
  }

  .u-sp-pb-10 {
    padding-bottom: 10rem;
  }

  .u-sp-pl-10 {
    padding-left: 10rem;
  }

  .u-sp-pr-10 {
    padding-right: 10rem;
  }
}
/**
 * Views
 */
.v-main {
  background: url(../img/pc/main-bg.jpg) no-repeat top;
  background-size: cover;
  height: 600px;
  margin-top: 80px;
  margin-bottom: 20px;
}
.v-main__catch {
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.v-main__catch__text {
  width: 350px;
}
.v-main__catch__text h1 {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
}
.v-main__catch__text p {
  font-size: 18px;
  line-height: 1.5;
}

.v-usage-lineHight p {
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .v-main {
    background: url(../img/sp/main-bg.jpg) no-repeat top;
    background-size: cover;
    height: 69.5rem;
    margin-bottom: 2.3rem;
    margin-top: -6rem;
  }
  .v-main__image {
    padding: 13rem 1rem 0;
  }
  .v-main__catch {
    padding-top: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .v-main__catch__text {
    width: 100%;
  }
  .v-main__catch__text h1 {
    font-size: 3rem;
    margin: 0 0 2.3rem 0;
  }
  .v-main__catch__text p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1900px) {
  .v-main {
    background-size: 100% 100%;
  }
}
.v-about {
  background: url(../img/pc/about-bg.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  height: 1280px;
  margin-bottom: 125px;
}
.v-about__lead{
  width: 700px;
  margin: 0 auto 30px;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  border: solid 4px #FDCD39;
  border-radius: 10px;
}

.v-about__lead span{
  font-weight: 700;
}
.v-about__main {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 85px;
}
.v-about__main p {
  width: 360px;
  font-size: 18px;
  line-height: 1.5;
}
.v-about__factors-headline p {
  font-size: 20px;
  margin-bottom: 10px;
}
.v-about__factors-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 0 12px;
}
.v-about__factors-container > div {
  text-align: center;
}
.v-about__factors-container > div h3 {
  font-size: 60px;
  font-weight: 600;
  color: #a558c8;
}
.v-about__factors-container > div p {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.v-about__factors-container--a1::before {
  background: url(../img/pc/about-factor01.png) no-repeat;
  width: 180px;
  height: 180px;
  display: block;
  content: "";
  transition: all 0.1s;
}
.v-about__factors-container--a1:hover::before {
  background: url(../img/pc/about-factor01-hover.png) no-repeat;
}
.v-about__factors-container--a2::before {
  background: url(../img/pc/about-factor02.png) no-repeat;
  width: 180px;
  height: 180px;
  display: block;
  content: "";
  transition: all 0.1s;
}
.v-about__factors-container--a2:hover::before {
  background: url(../img/pc/about-factor02-hover.png) no-repeat;
}
.v-about__factors-container--a3::before {
  background: url(../img/pc/about-factor03.png) no-repeat;
  width: 180px;
  height: 180px;
  display: block;
  content: "";
  transition: all 0.1s;
}
.v-about__factors-container--a3:hover::before {
  background: url(../img/pc/about-factor03-hover.png) no-repeat;
}

@media screen and (max-width: 750px) {
  .v-about {
    background: url(../img/sp/about-bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100%;
    margin-bottom: 3rem;
  }
  .v-about__lead{
    width: 95%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .v-about__main {
    margin-top: 3.5rem;
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .v-about__main p {
    width: 100%;
    font-size: 2rem;
    margin-top: 3.2rem;
    font-weight: 300;
  }
  .v-about__factors-headline p {
    font-size: 2.2rem;
    margin-bottom: 3.4rem;
    line-height: 1.4;
  }
  .v-about__factors-container {
    flex-direction: column;
    margin-top: 2rem;
    padding: 0;
  }
  .v-about__factors-container > div {
    margin-bottom: 3.4rem;
  }
  .v-about__factors-container > div:last-child {
    margin-bottom: 0;
  }
  .v-about__factors-container > div h3 {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .v-about__factors-container > div p {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
  .v-about__factors-container--a1::before {
    background: url(../img/sp/about-factor01.png) no-repeat;
    background-size: contain;
    width: 18rem;
    height: 18rem;
    display: block;
    content: "";
    transition: none;
    margin: 0 auto;
  }
  .v-about__factors-container--a1:hover::before {
    background: url(../img/sp/about-factor01.png) no-repeat;
    background-size: contain;
  }
  .v-about__factors-container--a2::before {
    background: url(../img/sp/about-factor02.png) no-repeat;
    background-size: contain;
    width: 18rem;
    height: 18rem;
    display: block;
    content: "";
    transition: none;
    margin: 0 auto;
  }
  .v-about__factors-container--a2:hover::before {
    background: url(../img/sp/about-factor02.png) no-repeat;
    background-size: contain;
  }
  .v-about__factors-container--a3::before {
    background: url(../img/sp/about-factor03.png) no-repeat;
    background-size: contain;
    width: 18rem;
    height: 18rem;
    display: block;
    content: "";
    transition: none;
    margin: 0 auto;
  }
  .v-about__factors-container--a3:hover::before {
    background: url(../img/sp/about-factor03.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1900px) {
  .v-about {
    background-size: 100% 100%;
  }
}
.v-factors {
  position: relative;
}
.v-factors::before {
  position: absolute;
  width: 40px;
  height: 142px;
  background-image: url(../img/pc/circles-bg.png);
  background-size: contain;
  content: "";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.v-factors__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 25px 50px;
}
.v-factors__info p {
  width: 355px;
  padding: 20px 25px 30px;
  background: #fff;
  border-radius: 20px;
  font-size: 19px;
  line-height: 1.4;
}
.v-factors__arrows {
  display: block;
  margin: 0 auto;
  margin-bottom: 44px;
}
.v-factors__logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 7px;
}
.v-factors__01 {
  background: url(../img/pc/factor01-bg.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 200px;
  height: 1550px;
}
.v-factors__01__price {
  margin: 60px auto 0;
  width: 535px;
}
.v-factors__01__price__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v-factors__01__price__tab {
  font-family: "Roboto", sans-serif;
  width: 200px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 8px 0;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  transition: all 0.1s;
  background: #000;
  color: #fff;
  margin-right: 10px;
  outline: none;
}
.v-factors__01__price__tab--active {
  background: #fff;
  color: #000;
}
.v-factors__01__price__tab:hover {
  background: #dedede;
  color: #000;
}
.v-factors__01__price__tab p {
  margin-right: 10px;
}
.v-factors__01__price__tab img {
  vertical-align: middle;
}
.v-factors__01__price__content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 30px 0;
  display: none;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.v-factors__01__price__content--active {
  display: block;
}
.v-factors__01__price__content > div {
  animation: fadeEffect 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v-factors__01__price__content > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a558c8;
}
.v-factors__01__price__content > div > div img {
  margin-right: 15px;
}
.v-factors__01__price__content > div > div h3 {
  font-size: 75px;
  margin-right: 5px;
  line-height: 1;
}
.v-factors__01__price__content > div > div span {
  font-size: 60px;
  line-height: 1;
  padding-left: 10px;
}
.v-factors__01__price__content > div p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 45px;
  margin-left: 15px;
}
.v-factors__01__price__content h6 {
  animation: fadeEffect 0.3s;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
}

.v-factors__01__price__content > p {
  animation: fadeEffect 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
}

.v-factors__01__price__content .c-headline__title{
  margin-bottom: 10px;
}

.v-factors__01__price__content > p span:first-child {
  font-size: 11px;
  margin-right: 4px;
}
.v-factors__01__price__content > p span:last-child {
  font-size: 15px;
}
.v-factors__01 .v-factors__info img {
  padding-left: 40px;
}
.v-factors__02 {
  margin-top: -50px;
}
.v-factors__02 .v-factors__info {
  align-items: flex-end;
}
.v-factors__02 .v-factors__info p {
  background: #fde84e;
}
.v-factors__02__image {
  margin-top: 40px;
  text-align: center;
}
.v-factors__03 {
  background: url(../img/pc/factor03-bg.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 160px;
  height: 1460px;
}
.v-factors__03 .v-factors__info img {
  padding-left: 25px;
}
.v-factors__03__image {
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .v-factors::before {
    width: 4rem;
    height: 18.2rem;
    background-image: url(../img/sp/circles-bg.png);
    top: 2rem;
  }
  .v-factors__info {
    flex-direction: column;
    margin: 2.5rem 0 3.8rem;
  }
  .v-factors__info p {
    width: 100%;
    text-align: center;
    padding: 3.4rem 2rem;
    border-radius: 15px;
    font-size: 2rem;
    line-height: 1.3;
  }
  .v-factors__arrows {
    margin-bottom: 2.6rem;
    padding: 0 2.5rem;
  }
  .v-factors__logo {
    margin-bottom: 1.8rem;
    padding: 0 2.5rem;
  }
  .v-factors__01 {
    background: url(../img/sp/factor01-bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 27rem;
    height: 192rem;
  }
  .v-factors__01__price {
    margin: 5.8rem auto 0;
    width: 100%;
  }
  .v-factors__01__price__tab {
    width: 13rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 0.8rem 0;
    font-size: 1.8rem;
    flex-direction: column-reverse;
    letter-spacing: 0.1rem;
    margin-right: 0.5rem;
    line-height: 1;
  }
  .v-factors__01__price__tab p {
    margin-right: 0;
  }
  .v-factors__01__price__tab img {
    width: 3.5rem;
    height: 2.5rem;
  }
  .v-factors__01__price__content {
    border-radius: 15px;
    padding: 3.4rem 0 2rem;
  }
  .v-factors__01__price__content > div {
    flex-direction: column;
  }
  .v-factors__01__price__content > div > div img {
    margin-right: 1rem;
    margin-top: 1.2rem;
    width: 4.7rem;
    height: 4.8rem;
  }
  .v-factors__01__price__content > div > div h3 {
    font-size: 6rem;
    margin-right: 0;
  }
  .v-factors__01__price__content > div > div span {
    font-size: 5rem;
  }
  .v-factors__01__price__content > div p {
    font-size: 2rem;
    padding-top: 1.2rem;
    margin-left: 0;
  }
  .v-factors__01__price__content h6 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
  }
  .v-factors__01__price__content > p {
    height: 2.6rem;
  }
  .v-factors__01__price__content > p span:first-child {
    font-size: 1rem;
    margin-right: 0.5rem;
    margin-top: 0.1rem;
  }
  .v-factors__01__price__content > p span:last-child {
    font-size: 1.5rem;
  }
  .v-factors__01 .v-factors__info img {
    padding-left: 2.5rem;
    margin-top: 1.3rem;
  }
  .v-factors__01 .c-headline__info {
    font-size: 1.9rem;
  }
  .v-factors__02 {
    margin-top: -1rem;
    padding-bottom: 3.5rem;
  }
  .v-factors__02 .v-factors__info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .v-factors__02__image {
    margin-top: 3rem;
  }
  .v-factors__03 {
    background: url(../img/sp/factor03-bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 9rem;
    height: 345rem;
  }
  .v-factors__03 .c-headline__info {
    font-size: 2.1rem;
  }
  .v-factors__03 .v-factors__info img {
    padding-left: 0;
  }
}

@media screen and (min-width: 1900px) {
  .v-factors__01 {
    background-size: 100% 100%;
  }
  .v-factors__03 {
    background-size: 100% 100%;
  }
}
.v-cta {
  background: url(../img/pc/cta-bg.jpg) no-repeat;
  background-position: center top 500px;
  background-size: cover;
  text-align: center;
  padding-top: 730px;
}
.v-cta__heading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 55px;
  line-height: 1.5;
}
.v-cta__heading--02 {
  margin-bottom: 30px;
}
.v-cta__video {
  margin-top: 70px;
  width: 100%;
  height: 360px;
  margin-bottom: 100px;
}
.v-cta__video > iframe {
  width: 645px;
  height: 360px;
  border: 0;
}
.v-cta__companies {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 700px;
  height: 300px;
}
.v-cta__companies div {
  width: 33%;
}

@media screen and (max-width: 750px) {
  .v-cta {
    background: url(../img/sp/cta-bg.jpg) no-repeat;
    background-position: center top 17rem;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 3.6rem;
  }
  .v-cta__heading {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    line-height: 1.2;
  }
  .v-cta__heading--02 {
    margin-bottom: 1.8rem;
  }
  .v-cta__video {
    margin-top: 3.2rem;
    width: 100%;
    height: 16.4rem;
    margin-bottom: 7rem;
  }
  .v-cta__video > iframe {
    width: 100%;
    height: 16.4rem;
    border: 0;
    padding: 0 1rem;
  }
  .v-cta__companies {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .v-cta__companies div {
    width: 30%;
  }
}

/*usage*/
.usage-flex-Justify-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 55px auto 0;
  justify-content: center;
  width: auto;
  height: 153px;
      }

.usage-flex-Justify-center div {

  width: 25%;
    background-color: #fde84e;
    margin: 6px;
    padding: 7px 0;
    border-radius: 8px;
}



.v-usage-main{
  margin-bottom: 85px;
}
.v-usage-re{
  display: none;
}

@media screen and (max-width: 750px){
  .usage-flex-Justify-center{
    height: 250px;
  }

  .v-usage-main{
    margin-bottom: 120px;
  }
  
  .v-usage-lineHight{
    line-height: 1.1;
  }

  .usage-flex-Justify-center div{
    width: 43%;
    margin: 8px;
    padding: 11px 0;
  }

}

@media screen and (max-width: 440px){
  .v-usage-re{
    display: block;
  }
  .usage-flex-Justify-center .v-usage-padding {
    padding: 19.8px;
  }
}

/*v-factors-flex*/
.v-factors03-flexBox{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 4rem auto ;
  justify-content: space-between;
  width: auto;
  /* height: 153px; */
}

.v-factors03-flexBox div {
  /* width: 50%; */
  margin-bottom: 3rem;
}
.v-factors03-flexBox p {
  width: 350px;

}

.v-factors03-h4FontSize{
  font-size: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 750px){
  .v-factors03-flexBox p {
    width: auto;
  
  }

  .v-factors03-flexBox div {
    text-align: center;
  }
  


}


/*# sourceMappingURL=style.css.map */

.v-cta__company-logo img{
  width: 100%;
}