@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 "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

body {
  color: #1d1d1d;
  font-size: 1.5rem;
  min-width: 1280px;
  -webkit-text-size-adjust: none;
}

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

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: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  html {
    font-size: 2.6041666667vw;
  }

  body {
    min-width: 0;
  }

  img {
    max-width: 100%;
  }
}
/**
 * Layout
 */
/**
 * FOOTER
 */
.l-footer {
  text-align: center;
  padding: 25px 0;
  border-bottom: 20px solid #032653;
}
.l-footer > p {
  margin-top: 10px;
}

.footer__nav {
  max-width: 850px;
  margin: 20px auto 10px;
}
.footer__nav ul {
  display: flex;
  justify-content: space-evenly;
  max-width: 550px;
  margin: 30px auto 15px;
}
.footer__nav ul li {
  display: block;
  height: 18px;
  padding: 0 15px;
  border-left: 1px solid #022454;
  line-height: 18px;
  text-align: center;
}
.footer__nav ul li:last-child {
  border-right: 1px solid #022454;
}
.footer__nav a {
  font-size: 13px;
  color: #012554;
}
.footer__nav a:hover {
  color: #2f90f7;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 1.5rem 0;
    border-bottom-width: 1rem;
  }
  .l-footer img {
    width: 13.85rem;
  }
  .l-footer > p {
    margin-top: 1rem;
  }
  .footer__nav {
    text-align: center;
  }
  .footer__nav ul, .footer__nav ul li {
    display: inline-flex;
    flex-direction: column;
    margin: 0;
  }
  .footer__nav ul li {
    padding: 0px 10px;
    height: 20px;
    border: 0;
  }
  .footer__nav ul li:last-child {
    border: 0;
  }
}
/**
 * HEADER
 */
.l-header {
  padding: 20px 0 15px;
}
.l-header__logo {
  margin-bottom: 15px;
}
.l-header__text01 {
  height: 75px;
  background-color: #012554;
  position: relative;
  text-align: center;
}
.l-header__text01 img {
  margin-top: -5px;
}
.l-header__text02 {
  text-align: center;
  padding: 13px 0;
  background: url(../img/comic/pc/header-bg.png) no-repeat center;
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 0;
    margin-bottom: 0.4rem;
  }
  .l-header__logo {
    padding: 0.8rem 0;
    margin: 0;
    width: 8.4rem;
    font-size: 0;
  }
  .l-header__text01 {
    height: 3.1rem;
  }
  .l-header__text01 img {
    width: 34rem;
    margin-top: -0.5rem;
  }
  .l-header__text02 {
    padding: 0.8rem 0;
    background-size: auto 15rem;
  }
  .l-header__text02 img {
    width: 35.8rem;
  }
}
.l-main {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .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: 768px) {
  .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 {
  background-color: #012554;
  text-align: center;
  padding: 40px 0;
}
.c-button > a {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-button {
    padding: 1rem 0 0.5rem;
  }
  .c-button img {
    width: 32.6rem;
  }

  .c-button-following {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  .is-scrolled .c-button-following {
    opacity: 1;
    pointer-events: all;
  }
  .is-scroll-ended .c-button-following {
    opacity: 0;
    pointer-events: none;
  }
}
/**
 * Headline
 */
.c-headline {
  margin-bottom: 10px;
  padding: 25px 0;
  border-bottom: 5px solid #ccc;
}
.c-headline__text {
  font-size: 2.8rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .c-headline {
    margin-bottom: 1rem;
    padding: 2rem 0;
  }
  .c-headline__text {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
/**
 * 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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 769px) {
  .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: 768px) {
  .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: 1230px;
}

.u-layout {
  margin: 0 auto;
  width: 1280px;
}
.u-layout__inner {
  margin: 0 auto;
  width: 1230px;
}

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

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

  .u-layout {
    margin: 0 2rem;
    width: auto;
  }
  .u-layout__inner {
    margin: 0 2rem;
    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: 769px) {
  .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: 768px) {
  .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: 769px) {
  .u-pc-float-left {
    float: left;
  }

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

  .u-pc-clear {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .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: 769px) {
  .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: 768px) {
  .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: 769px) {
  .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: 768px) {
  .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 {
  border-bottom: 3px solid #012554;
  margin-bottom: 25px;
  position: relative;
}
.v-main::after {
  content: "";
  background: url(../img/comic/pc/arrow-down.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 121px;
  height: 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.v-main__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .v-main {
    width: 31rem;
    margin: 0 auto 1.75rem;
  }
  .v-main::after {
    width: 3.6rem;
    height: 0.75rem;
  }
  .v-main__header {
    margin-bottom: 0.5rem;
  }
  .v-main__header img {
    width: 29.9rem;
  }
}
.v-section01__comic {
  margin-bottom: 45px;
}
.v-section01__comic li {
  list-style: none;
}
.v-section01__comic li + li {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .v-section01__comic {
    margin: 0 -2rem 1.5rem;
  }
  .v-section01__comic li + li {
    margin-top: 2.5rem;
  }
}

.v-section02 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.v-section02__headline > p {
  text-align: left;
  margin: 15px 0 20px 115px;
  font-size: 18px;
}
.v-section02__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 115px;
}
.v-section02__content > div > p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .v-section02 {
    margin-top: 1.8rem;
    margin-bottom: 4rem;
  }
  .v-section02__headline > p {
    margin: 1rem 0 1.25rem 0;
    font-size: 1.5rem;
  }
  .v-section02__content {
    padding: 0;
    position: relative;
  }
  .v-section02__content > img {
    position: absolute;
    right: -1rem;
    bottom: 0;
    width: 16.5rem;
  }
  .v-section02__content > div > p {
    margin-top: 1.5rem;
    line-height: 1.6;
    font-size: 1.5rem;
    margin-right: 16rem;
  }
  .v-section02__content__images {
    margin-left: -0.75rem;
  }
}

.v-section03 {
  background: rgba(37, 106, 176, 0.2);
  text-align: center;
  padding: 20px 0 30px;
  position: relative;
}
.v-section03::before {
  content: "";
  background: url(../img/comic/pc/section03-border.png) repeat-x center;
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.v-section03::after {
  content: "";
  background: url(../img/comic/pc/section03-border.png) repeat-x center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.v-section03 > div:first-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .v-section03 {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
  .v-section03::before, .v-section03::after {
    height: 0.75rem;
  }
  .v-section03 > div {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .v-section03 > div img {
    width: 100%;
  }
  .v-section03 > div:first-child {
    margin-bottom: 0.5rem;
  }
  .v-section03 > div:first-child img {
    width: 33.8rem;
    position: relative;
    margin-top: -1rem;
    margin-left: -3rem;
  }
}

.v-section04 {
  text-align: center;
  padding: 65px 0 50px;
}
.v-section04 > div > div:first-child {
  margin-bottom: 25px;
}
.v-section04 > div > div:nth-child(2) {
  margin-bottom: 40px;
}
.v-section04__title {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 70px;
  position: relative;
  font-weight: 700;
}
.v-section04__title::before {
  content: "";
  background: url(../img/comic/pc/title-design-left.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 58px;
  height: 121px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -25%);
}
.v-section04__title::after {
  content: "";
  background: url(../img/comic/pc/title-design-right.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 68px;
  height: 117px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20%, -25%);
}
.v-section04__note {
  font-size: 20px;
}
.v-section04__note span {
  font-size: 1.5em;
  color: #256AB0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .v-section04 {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
  }
  .v-section04 > div > div:first-child {
    margin-bottom: 0.85rem;
  }
  .v-section04 > div > div:first-child img {
    width: 26.55rem;
  }
  .v-section04 > div > div:nth-child(2) {
    margin: 0 -2rem 2rem;
  }
  .v-section04 > div > div:nth-child(2) img {
    width: 36.7rem;
  }
  .v-section04__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .v-section04__title::before {
    width: 2.9rem;
    height: 6.05rem;
    transform: none;
    left: -1rem;
  }
  .v-section04__title::after {
    width: 3.4rem;
    height: 5.85rem;
    right: -1rem;
    transform: none;
  }
  .v-section04__diagram img {
    width: 33.3rem;
  }
  .v-section04__note {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.4;
  }
  .v-section04__note span {
    font-size: 1.3em;
  }
}

.v-section05 {
  position: relative;
}
.v-section05::after {
  content: "";
  background: url(../img/comic/pc/section05-footer.png) no-repeat bottom;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  height: 186px;
  position: absolute;
  bottom: -110px;
  left: 0;
}
.v-section05__header {
  text-align: center;
  position: relative;
}
.v-section05__header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 10px;
  background: #012554;
}
.v-section05__header img {
  position: relative;
}
.v-section05__body {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.v-section05__body > div {
  width: 25%;
}
.v-section05__text {
  width: 480px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 105px;
}
.v-section05__text > p {
  border-top: 2px dashed #032653;
  font-size: 25px;
  font-weight: bold;
}
.v-section05__text > p:last-child {
  border-bottom: 2px dashed #032653;
}
@media screen and (max-width: 768px) {
  .v-section05 {
    text-align: center;
    padding-bottom: 6.3rem;
  }
  .v-section05::after {
    height: 6.3rem;
    bottom: 0;
  }
  .v-section05__header::before {
    height: 0.5rem;
  }
  .v-section05__header img {
    width: 27.1rem;
  }
  .v-section05__body {
    margin-top: 1.5rem;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .v-section05__body > div {
    width: 50%;
    margin-bottom: 2rem;
  }
  .v-section05__text {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
  .v-section05__text > p {
    font-size: 1.5rem;
  }
}

.v-section06 {
  padding-top: 40px;
  text-align: center;
}
.v-section06__title {
  font-size: 40px;
  line-height: 1;
  margin: 0 auto 60px;
  position: relative;
  width: 685px;
  font-weight: 700;
}
.v-section06__title::before {
  content: "";
  background: url(../img/comic/pc/title-design-left.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 58px;
  height: 121px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10%, -15%);
}
.v-section06__title::after {
  content: "";
  background: url(../img/comic/pc/title-design-right.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 68px;
  height: 117px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-25%, -15%);
}
.v-section06__list {
  list-style: none;
  text-align: left;
  width: 880px;
  margin: 0 auto 40px;
  font-size: 26px;
}
.v-section06__list > li {
  position: relative;
  margin-left: 20px;
}
.v-section06__list > li::before {
  content: "";
  background: url(../img/comic/pc/checklist-mark.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 1.615em;
  height: 1.54em;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .v-section06 {
    padding-top: 1.5rem;
  }
  .v-section06__title {
    font-size: 2.1rem;
    display: inline-block;
    width: auto;
    margin-bottom: 2rem;
  }
  .v-section06__title::before {
    width: 2.9rem;
    height: 6.05rem;
    transform: none;
    left: -3rem;
    top: -0.5rem;
  }
  .v-section06__title::after {
    width: 3.4rem;
    height: 5.65rem;
    transform: none;
    right: -3rem;
    top: -0.5rem;
  }
  .v-section06__list {
    width: 28rem;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .v-section06__list > li {
    margin-top: 0.5rem;
  }
}

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