@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;
}


/* # =================================================================
   # 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: 20px/1.7 "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

body {
  color: #1d1d1d;
  font-size: 1.5rem;
  min-width: 1060px;
  -webkit-text-size-adjust: none;
  padding-top: 5rem;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

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: 641px) {
  .sp {
    display: none;
  }

  .wrap {
    width: 640px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }

  html {
    font-size: 3.125vw;
  }

  body {
    min-width: 0;
    padding-top: 5rem;
  }

  img {
    max-width: 100%;
  }
}
/**
 * Layout
 */
/**
 * FOOTER
 */
.l-footer__inner {
  background: #eee;
  padding: 1rem 0;
}
.l-footer__inner .logo {
  display: block;
  margin: auto;
  width: 18.4rem;
}
.l-footer__copyright {
  padding: 0.5rem 0 0;
  font-size: 0.8rem;
  text-align: center;
}

/**
 * HEADER
 */
.l-header {
  background: #fff;
  left: 0;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 0 1.95rem 0.5rem;
}
.l-header__inner {
  height: 4.5rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.l-header__logo > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-header__logo > a img {
  width: 8.5rem;
}
.l-header__number {
  line-height: 1;
}
.l-header__number a {
  color: #3E3A39;
  position: relative;
  text-decoration: none;
}
.l-header__number a img {
  width: 11.2rem;
  float: left;
  margin-top: 1rem;
  margin-right: 0.5rem;
}
.l-header__number a div {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-top: 0.6rem;
}
.l-header__number p {
  color: #3E3A39;
  font-size: 0.8rem;
  margin-top: 0.31rem;
}

.l-main {
  margin-bottom: 3rem;
}

/**
 * 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: 640px) {
  .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: #1183c0;
  border: 1px solid #1183c0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  outline: none;
  padding: 15px 30px;
  text-decoration: none;
  vertical-align: middle;
}
.c-button:hover, .c-button.is-active {
  color: #1183c0;
  background: #fff;
}
.c-button--small {
  font-size: 1.4rem;
  padding: 5px 10px;
}
.c-button--large {
  font-size: 1.8rem;
  padding: 20px 60px;
}
.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: 640px) {
  .c-button {
    font-size: 1.6rem;
    padding: 1.5rem 3rem;
  }
  .c-button--small {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
/**
 * Headline
 */
@media screen and (max-width: 640px) {
  .c-headline__text img {
    width: 25.2rem;
    margin: auto;
    display: block;
  }
}
/**
 * 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: 640px) {
  .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: 640px) {
  .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: 1.8em;
}
.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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 641px) {
  .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: 640px) {
  .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: 960px;
}

@media screen and (min-width: 641px) {
  .u-layout {
    width: 640px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .u-block {
    min-width: 0;
  }

  .u-layout {
    margin: 0;
    width: auto;
  }
  .u-layout--nomargin {
    margin: 0;
  }
  .u-layout--padding {
    margin: 0;
    padding: 0 1.5rem;
  }

  .u-sp-layout {
    margin: 0 1.5rem;
    width: auto;
  }
  .u-sp-layout--nomargin {
    margin: 0;
  }
  .u-sp-layout--padding {
    margin: 0;
    padding: 0 1.5rem;
  }
}
/**
 * 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: 641px) {
  .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: 640px) {
  .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: 641px) {
  .u-pc-float-left {
    float: left;
  }

  .u-pc-float-right {
    float: right;
  }

  .u-pc-clear {
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  .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: 641px) {
  .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: 640px) {
  .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: 641px) {
  .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: 640px) {
  .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/sp/visual_bg.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  height: auto;
  display: block;
  padding-bottom: 2.9rem;
}
.v-main .img1 {
  margin-top: 1rem;
  width: 30.85rem;
}
.v-main ul {
  margin-top: 1rem;
}
.v-main ul li {
  list-style: none;
  display: block;
  width: 100%;
}
.v-main ul li .txt1 {
  width: 17.6rem;
}
.v-main ul li .txt2 {
  width: 16.25rem;
}
.v-main ul li .txt3 {
  width: 15.15rem;
}
.v-main ul li .txt4 {
  width: 15rem;
}
.v-main ul li .txt5 {
  width: 13.3rem;
}
.v-main ul li:nth-child(n+2) {
  margin-top: 0.5rem;
}
.v-main .btn_txt {
  display: block;
  width: 25rem;
  margin: 22.5rem auto 0;
}
.v-main .btn {
  display: block;
  width: 25rem;
  margin: 0.8rem auto 0;
}
.v-main .btn img {
  width: 100%;
}

.v-section01 {
  margin-top: 1.15rem;
}
.v-section01 .c-section__body img {
  width: 28.4rem;
  display: block;
  margin: 0.7rem auto 0;
}

.v-section02 {
  background: url("../img/sp/sec2_bg.png") no-repeat center center;
  background-size: cover;
  padding: 3.75rem 0 2rem;
  height: 124.5rem;
}
.v-section02 .c-headline__text {
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  transform: rotate(-6deg);
  width: 31rem;
  margin-bottom: 2.4rem;
}
.v-section02 .c-headline__text span {
  display: block;
  font-size: 3rem;
  text-shadow: 2px 3px 2px #000;
}
.v-section02 .txt1 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  background-image: linear-gradient(to right, #595750, #595750, #837d79, transparent, transparent);
  margin-top: 1rem;
  padding: 0.5rem 0 0.5rem 2rem;
  line-height: 1.4;
}
.v-section02 .ul1-holder {
  position: relative;
}
.v-section02 .ul1-holder .ul1 {
  padding-left: 2rem;
  margin-top: 1.2rem;
  position: relative;
}
.v-section02 .ul1-holder .ul1 li {
  list-style: none;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 2rem;
}
.v-section02 .ul1-holder .ul1 li::before {
  content: "";
  width: 1.35rem;
  height: 2rem;
  background: url("../img/sp/sec2_drops.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.v-section02 .ul1-holder .ul1 li:nth-child(n+2) {
  margin-top: 0.85rem;
}
.v-section02 .ul1-holder .img1 {
  position: absolute;
  width: 12.5rem;
  top: -5rem;
  right: 0;
}
.v-section02 .txt2 {
  width: 22.6rem;
  display: block;
  margin: 4.55rem auto 0;
}
.v-section02 .txt3 {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  margin-top: 4.5rem;
  font-weight: bold;
  color: #fff;
}
.v-section02 .txt3 span {
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.2;
}
.v-section02 .ul2 {
  padding-left: 2rem;
  margin-top: 2rem;
  position: relative;
}
.v-section02 .ul2 li {
  list-style: none;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 4.5rem;
}
.v-section02 .ul2 li span {
  color: #FFEC00;
}
.v-section02 .ul2 li::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url("../img/sp/sec2_sun.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.v-section02 .ul2 li:nth-child(n+2) {
  margin-top: 1.5rem;
}
.v-section02 .img2-holder {
  position: relative;
}
.v-section02 .img2-holder p {
  font-size: 1.3rem;
  font-weight: normal;
  color: #fff;
  position: absolute;
  bottom: -19rem;
  left: 2rem;
  letter-spacing: -1px;
  line-height: 1.4;
}
.v-section02 .img2-holder p span {
  font-size: 2rem;
  color: #FFEC00;
  font-weight: bold;
}
.v-section02 .img2-holder .img2 {
  position: absolute;
  width: 30rem;
  right: 0;
  bottom: -21.6rem;
}
.v-section02 .btn_txt {
  display: block;
  width: 25rem;
  margin: 24.5rem auto 0;
}
.v-section02 .btn {
  display: block;
  width: 25rem;
  margin: 0.8rem auto 0;
}
.v-section02 .btn img {
  width: 100%;
}

.v-section03 .manga {
  display: block;
  margin: 2.5rem auto 0;
  width: 28.4rem;
}
.v-section03 .title {
  display: block;
  margin: 4.8rem auto 0;
  width: 28rem;
}
.v-section03 ul {
  padding: 0 2rem;
  margin-top: 3.2rem;
}
.v-section03 ul li {
  position: relative;
  list-style: none;
  border: 1px solid #00A0D9;
  padding: 3.75rem 1.5rem 1.5rem;
}
.v-section03 ul li .li_title {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #00A0D9;
  line-height: 1.4;
}
.v-section03 ul li .li_title span {
  color: #3E3A39;
}
.v-section03 ul li .li_num_ttl {
  position: absolute;
  display: block;
  margin: auto;
  width: 22rem;
  left: 0;
  right: 0;
  top: -3rem;
}
.v-section03 ul li p {
  font-size: 1.5rem;
  font-weight: normal;
  color: #3E3A39;
  text-align: justify;
  margin-top: 1rem;
}
.v-section03 ul li p span {
  color: #00A0D9;
  font-weight: bold;
}
.v-section03 ul li label {
  display: block;
  margin-top: 1.5rem;
  text-align: center;
}
.v-section03 ul li label span {
  font-size: 1.33rem;
  border-bottom: 1px solid #00A0D9;
  font-weight: normal;
  color: #3E3A39;
}
.v-section03 ul li .li-txt {
  font-size: 1.1rem;
  font-weight: normal;
  color: #3E3A39;
  margin-top: 1rem;
}
.v-section03 ul li .li-txt span {
  color: #80CFEC;
  font-size: 1rem;
}
.v-section03 ul li .li-txt span:nth-child(n+2) {
  margin-left: 0.5rem;
}
.v-section03 ul li .li-txt span.ml0 {
  margin-left: 0;
}
.v-section03 ul li .txt2 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #3E3A39;
}
.v-section03 ul li .txt2 .big {
  font-size: 2.8rem;
  font-weight: bold;
  color: #00A0D9;
}
.v-section03 ul li .txt2 .blue {
  color: #00A0D9;
  font-weight: bold;
}
.v-section03 ul li .txt2 .sml {
  font-size: 1rem;
}
.v-section03 ul li .txt3 {
  font-size: 1.35rem;
  font-weight: normal;
  color: #3E3A39;
  letter-spacing: -2px;
}
.v-section03 ul li .li1_img {
  display: block;
  margin: 1rem auto 0;
  width: 12.75rem;
}
.v-section03 ul li .li2_img {
  margin-top: 1rem;
}
.v-section03 ul li .li3_img {
  display: block;
  margin: 1rem auto 0;
  width: 15.6rem;
}
.v-section03 ul li .li4_img {
  display: block;
  margin: 1rem auto -1.5rem;
  width: 22.25rem;
}
.v-section03 ul li .li5_img {
  margin-top: 1rem;
}
.v-section03 ul li:nth-child(n+2) {
  margin-top: 4.5rem;
}

.v-section04 {
  background: url("../img/sp/sec4_bg.png") no-repeat center center;
  background-size: cover;
  height: 178.8rem;
  padding: 1.5rem 2rem 0;
}
.v-section04 .c-headline__text {
  text-align: center;
}
.v-section04 .c-headline__text img {
  width: 28.75rem;
}
.v-section04 ul {
  margin-top: 1rem;
}
.v-section04 ul li {
  background-color: #fff;
  position: relative;
  list-style: none;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
}
.v-section04 ul li .nmbr {
  position: absolute;
  left: 1.3rem;
  top: -0.5rem;
  width: 3.5rem;
}
.v-section04 ul li .arw_body {
  position: absolute;
  width: 0.5rem;
  height: 32.1rem;
  left: 2.9rem;
  top: 4.55rem;
}
.v-section04 ul li .arw_body2 {
  position: absolute;
  width: 0.5rem;
  height: 47.5rem;
  left: 2.9rem;
  top: 4.55rem;
  z-index: 2;
}
.v-section04 ul li .arw_body3 {
  position: absolute;
  width: 0.5rem;
  height: 21.5rem;
  left: 2.9rem;
  top: 4.55rem;
  z-index: 2;
}
.v-section04 ul li .arw {
  position: absolute;
  width: 3.75rem;
  left: 1.2rem;
  bottom: -1.5rem;
}
.v-section04 ul li .arw3 {
  position: absolute;
  width: 3.75rem;
  left: 1.2rem;
  bottom: -4.5rem;
}
.v-section04 ul li .li_title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00A0D9;
  border-bottom: 1px solid #00A0D9;
  line-height: 1.4;
  padding-bottom: 0.5rem;
}
.v-section04 ul li p {
  font-size: 1.19rem;
  font-weight: normal;
  color: #3E3A39;
  margin-top: 1.25rem;
}
.v-section04 ul li p span {
  color: #00A0D9;
  font-weight: bold;
}
.v-section04 ul li .img1 {
  width: 26rem;
  position: relative;
  right: -1.5rem;
  bottom: -1.5rem;
  margin-top: -1rem;
}
.v-section04 ul li .img2 {
  margin-bottom: 1rem;
}
.v-section04 ul li .inner {
  border-top: 1.5px dotted #00A0D9;
  margin: 1rem 0;
  border-bottom: 1.5px dotted #00A0D9;
}
.v-section04 ul li .inner p {
  font-size: 1.19rem;
  font-weight: normal;
  color: #3E3A39;
  margin: 1rem 0;
}
.v-section04 ul li .inner p span {
  color: #00A0D9;
}
.v-section04 ul li label {
  font-size: 1rem;
  font-weight: normal;
  color: #3E3A39;
  display: block;
  margin-top: 0.5rem;
}
.v-section04 ul li:nth-child(n+2) {
  margin-top: 2.5rem;
}
.v-section04 .btn_txt {
  display: block;
  width: 25rem;
  margin: 0.1rem auto 0;
}
.v-section04 .btn {
  display: block;
  width: 25rem;
  margin: 0.8rem auto 0;
}
.v-section04 .btn img {
  width: 100%;
}

.v-section05 .manga {
  width: 27.15rem;
  display: block;
  margin: 2.55rem auto 0;
}
.v-section05 .c-section__body {
  background-color: #EFEFEB;
  margin-top: 2.2rem;
}
.v-section05 .c-section__body .ttl_img2 {
  display: block;
  margin: 1.75rem auto 0;
  width: 28.65rem;
}
.v-section05 .c-section__body .div {
  margin-top: 1.6rem;
}
.v-section05 .c-section__body .div .profile {
  position: relative;
}
.v-section05 .c-section__body .div .profile .div_title {
  width: 29.4rem;
}
.v-section05 .c-section__body .div .profile .profile_img {
  width: 22.25rem;
  margin-top: 0.9rem;
}
.v-section05 .c-section__body .div .profile .staff {
  width: 6.3rem;
  position: absolute;
  right: 2rem;
  top: 7.5rem;
}
.v-section05 .c-section__body .div .profile p {
  text-align: right;
  position: absolute;
  right: 2rem;
  top: 12.5rem;
}
.v-section05 .c-section__body .div .profile p label {
  display: inline-block;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  color: #717071;
  padding: 0 0.5rem;
}
.v-section05 .c-section__body .div .profile p label span {
  color: #00A0D9;
}
.v-section05 .c-section__body .div .txt {
  padding: 0 2rem;
}
.v-section05 .c-section__body .div .txt .blue-txt {
  font-size: 2rem;
  font-weight: bold;
  color: #00A0D9;
}
.v-section05 .c-section__body .div .txt p {
  font-size: 1.4rem;
  font-weight: normal;
  color: #3E3A39;
  margin-bottom: 1rem;
}
.v-section05 .c-section__body .div .div_img {
  display: block;
  margin: 1rem auto 0;
  width: 22rem;
}
.v-section05 .c-section__body .div.div2 {
  margin-top: 3.5rem;
}
.v-section05 .c-section__body .div.div2 .profile .div_title {
  width: 23.5rem;
}
.v-section05 .c-section__body .div.div2 .profile .profile_img {
  float: right;
}
.v-section05 .c-section__body .div.div2 .profile .staff {
  left: 1rem;
  right: inherit;
}
.v-section05 .c-section__body .div.div2 .profile p {
  text-align: left;
  right: inherit;
  left: 1rem;
}
.v-section05 .c-section__body .div.div2 .profile label {
  background: none;
}
.v-section05 .c-section__body .div.div2 .profile label:last-child {
  background-color: #fff;
}
.v-section05 .c-section__body .btn {
  display: block;
  width: 25rem;
  margin: 2rem auto 0;
}
.v-section05 .c-section__body .btn img {
  width: 100%;
}

.v-section06 {
  padding: 1.7rem 0 0;
}
.v-section06 .title {
  width: 24.6rem;
  display: block;
  margin: auto;
}
.v-section06 .c-section__body {
  background: url("../img/sp/sec6_bg.png") no-repeat center center;
  background-size: cover;
  height: 42rem;
  padding: 3.75rem 0 0;
  position: relative;
}
.v-section06 .c-section__body p {
  font-size: 2rem;
  font-weight: bold;
  color: #00A0D9;
  text-align: center;
  line-height: 1.4;
}
.v-section06 .c-section__body p span {
  font-size: 1.5rem;
  font-weight: normal;
  color: #3E3A39;
}
.v-section06 .c-section__body .txt {
  width: 28.5rem;
  display: block;
  margin: 1rem auto 0;
}
.v-section06 .c-section__body .img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.v-section06 .c-section__body .btn {
  display: block;
  width: 25rem;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  z-index: 2;
}
.v-section06 .c-section__body .btn img {
  width: 100%;
}
.gray_area{
	width:320px;
	margin:0 auto;
	background:#F3F3F3;
	padding:0 0 20px 0;
}
form p{
	padding:10px 10px 10px 10px;
	border-bottom:#999999 1px dotted;
	font-size:14px;
}
form input{
	width:280px;
	font-size:16px;
}
form .day input{
	width:80px;
}
form .submit input{
	background-image:url(../img/sp/form_btn.png);
	background-size: 230px 80px;
	width:230px;
	height:80px;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
}
.l_blue a{
	color:#00BFFF!important;
}
.blue_line .text01{
	margin:0 140px -6px 0;
}
.blue_line h2{
	color:#fff;
	font-size:16px;
	background:#014099;
	padding:8px 0 8px 0;
	line-height:120%;
}
.mt20 {margin-top: 20px!important;}
.center {
	text-align: center!important;
}
form .se input{
	width:auto;
	height:12px;
}
form .pry input{
	width:auto;
	height:10px;
	font-size:16px;
}
form select{
	font-size:16px;
}
em{
	color: #F00;
    font-style: normal
}

/*# sourceMappingURL=style.css.map */