@charset "UTF-8";
/*==================================================
  Universal Reset
  Default Style
  hasLayout
==================================================*/
/*--------------------------------------------------
  Universal Reset
--------------------------------------------------*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
del,
ins,
em,
img,
hr,
q,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴシチE��', 'MS PGothic', sans-serif;
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴシチE��', 'MS PGothic', sans-serif;
  font-weight: lighter !important;
  letter-spacing: 1px;
}

.SourceHanSans {
  font-family: 'SourceHanSans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

table,
th,
td {
  border: 0 none;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

strong,
em {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: top;
}

dt {
  font-weight: normal;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

textarea {
  font-size: 1em;
}

.borderBtmNone {
  border-bottom: none !important;
}

.borderBtm01 {
  border-bottom: 1px solid #bfb4b4 !important;
}

/*--------------------------------------------------
  Default Style
--------------------------------------------------*/
body {
  background: #fff;
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    word-break: break-all;
    min-width: 320px;
  }
}

em {
  font-style: italic;
}

strong {
  color: #444;
  font-weight: bold !important;
}

a,
a:link,
a:visited {
  color: #444;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

img {
  height: auto;
  max-width: 100%;
}

p {
  line-height: 1.68;
}

.fade {
  opacity: 0;
}

.inner a:hover img,
.footer-banner a:hover img {
  opacity: 0.7;
}

.inner .box:hover p, .inner .box:hover h3 {
  opacity: 0.7;
}

iframe[name="google_conversion_frame"] {
  display: none;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

/*--------------------------------------------------
  hasLayout
--------------------------------------------------*/
div,
ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  zoom: 1;
}

.inner {
  margin: 0px auto;
  max-width: 1040px;
}

.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

/*--------------------------------------------------
  clearfix
--------------------------------------------------*/
.section02 .section02__block:after,
.section02 .section02__profile:after,
.section03 .section03__block:after,
.mainVisual .mainVisual__pcList:after,
.mainVisual .mainVisualBottomPage:after,
.section08 .section08_list li a:after,
.section07 .section07_list:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/*--------------------------------------------------
utility
--------------------------------------------------*/
/*--------------------------------------------------
Helper classes
--------------------------------------------------*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-mt-1 {
  margin-top: 1px !important;
}

.u-mr-1 {
  margin-right: 1px !important;
}

.u-mb-1 {
  margin-bottom: 1px !important;
}

.u-ml-1 {
  margin-left: 1px !important;
}

.u-pt-1 {
  padding-top: 1px !important;
}

.u-pr-1 {
  padding-right: 1px !important;
}

.u-pb-1 {
  padding-bottom: 1px !important;
}

.u-pl-1 {
  padding-left: 1px !important;
}

.u-mt-2 {
  margin-top: 2px !important;
}

.u-mr-2 {
  margin-right: 2px !important;
}

.u-mb-2 {
  margin-bottom: 2px !important;
}

.u-ml-2 {
  margin-left: 2px !important;
}

.u-pt-2 {
  padding-top: 2px !important;
}

.u-pr-2 {
  padding-right: 2px !important;
}

.u-pb-2 {
  padding-bottom: 2px !important;
}

.u-pl-2 {
  padding-left: 2px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-mr-3 {
  margin-right: 3px !important;
}

.u-mb-3 {
  margin-bottom: 3px !important;
}

.u-ml-3 {
  margin-left: 3px !important;
}

.u-pt-3 {
  padding-top: 3px !important;
}

.u-pr-3 {
  padding-right: 3px !important;
}

.u-pb-3 {
  padding-bottom: 3px !important;
}

.u-pl-3 {
  padding-left: 3px !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-pt-4 {
  padding-top: 4px !important;
}

.u-pr-4 {
  padding-right: 4px !important;
}

.u-pb-4 {
  padding-bottom: 4px !important;
}

.u-pl-4 {
  padding-left: 4px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-mt-6 {
  margin-top: 6px !important;
}

.u-mr-6 {
  margin-right: 6px !important;
}

.u-mb-6 {
  margin-bottom: 6px !important;
}

.u-ml-6 {
  margin-left: 6px !important;
}

.u-pt-6 {
  padding-top: 6px !important;
}

.u-pr-6 {
  padding-right: 6px !important;
}

.u-pb-6 {
  padding-bottom: 6px !important;
}

.u-pl-6 {
  padding-left: 6px !important;
}

.u-mt-7 {
  margin-top: 7px !important;
}

.u-mr-7 {
  margin-right: 7px !important;
}

.u-mb-7 {
  margin-bottom: 7px !important;
}

.u-ml-7 {
  margin-left: 7px !important;
}

.u-pt-7 {
  padding-top: 7px !important;
}

.u-pr-7 {
  padding-right: 7px !important;
}

.u-pb-7 {
  padding-bottom: 7px !important;
}

.u-pl-7 {
  padding-left: 7px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-mt-9 {
  margin-top: 9px !important;
}

.u-mr-9 {
  margin-right: 9px !important;
}

.u-mb-9 {
  margin-bottom: 9px !important;
}

.u-ml-9 {
  margin-left: 9px !important;
}

.u-pt-9 {
  padding-top: 9px !important;
}

.u-pr-9 {
  padding-right: 9px !important;
}

.u-pb-9 {
  padding-bottom: 9px !important;
}

.u-pl-9 {
  padding-left: 9px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-mt-11 {
  margin-top: 11px !important;
}

.u-mr-11 {
  margin-right: 11px !important;
}

.u-mb-11 {
  margin-bottom: 11px !important;
}

.u-ml-11 {
  margin-left: 11px !important;
}

.u-pt-11 {
  padding-top: 11px !important;
}

.u-pr-11 {
  padding-right: 11px !important;
}

.u-pb-11 {
  padding-bottom: 11px !important;
}

.u-pl-11 {
  padding-left: 11px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-ml-12 {
  margin-left: 12px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pr-12 {
  padding-right: 12px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pl-12 {
  padding-left: 12px !important;
}

.u-mt-13 {
  margin-top: 13px !important;
}

.u-mr-13 {
  margin-right: 13px !important;
}

.u-mb-13 {
  margin-bottom: 13px !important;
}

.u-ml-13 {
  margin-left: 13px !important;
}

.u-pt-13 {
  padding-top: 13px !important;
}

.u-pr-13 {
  padding-right: 13px !important;
}

.u-pb-13 {
  padding-bottom: 13px !important;
}

.u-pl-13 {
  padding-left: 13px !important;
}

.u-mt-14 {
  margin-top: 14px !important;
}

.u-mr-14 {
  margin-right: 14px !important;
}

.u-mb-14 {
  margin-bottom: 14px !important;
}

.u-ml-14 {
  margin-left: 14px !important;
}

.u-pt-14 {
  padding-top: 14px !important;
}

.u-pr-14 {
  padding-right: 14px !important;
}

.u-pb-14 {
  padding-bottom: 14px !important;
}

.u-pl-14 {
  padding-left: 14px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-mt-17 {
  margin-top: 17px !important;
}

.u-mr-17 {
  margin-right: 17px !important;
}

.u-mb-17 {
  margin-bottom: 17px !important;
}

.u-ml-17 {
  margin-left: 17px !important;
}

.u-pt-17 {
  padding-top: 17px !important;
}

.u-pr-17 {
  padding-right: 17px !important;
}

.u-pb-17 {
  padding-bottom: 17px !important;
}

.u-pl-17 {
  padding-left: 17px !important;
}

.u-mt-18 {
  margin-top: 18px !important;
}

.u-mr-18 {
  margin-right: 18px !important;
}

.u-mb-18 {
  margin-bottom: 18px !important;
}

.u-ml-18 {
  margin-left: 18px !important;
}

.u-pt-18 {
  padding-top: 18px !important;
}

.u-pr-18 {
  padding-right: 18px !important;
}

.u-pb-18 {
  padding-bottom: 18px !important;
}

.u-pl-18 {
  padding-left: 18px !important;
}

.u-mt-19 {
  margin-top: 19px !important;
}

.u-mr-19 {
  margin-right: 19px !important;
}

.u-mb-19 {
  margin-bottom: 19px !important;
}

.u-ml-19 {
  margin-left: 19px !important;
}

.u-pt-19 {
  padding-top: 19px !important;
}

.u-pr-19 {
  padding-right: 19px !important;
}

.u-pb-19 {
  padding-bottom: 19px !important;
}

.u-pl-19 {
  padding-left: 19px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-mt-21 {
  margin-top: 21px !important;
}

.u-mr-21 {
  margin-right: 21px !important;
}

.u-mb-21 {
  margin-bottom: 21px !important;
}

.u-ml-21 {
  margin-left: 21px !important;
}

.u-pt-21 {
  padding-top: 21px !important;
}

.u-pr-21 {
  padding-right: 21px !important;
}

.u-pb-21 {
  padding-bottom: 21px !important;
}

.u-pl-21 {
  padding-left: 21px !important;
}

.u-mt-22 {
  margin-top: 22px !important;
}

.u-mr-22 {
  margin-right: 22px !important;
}

.u-mb-22 {
  margin-bottom: 22px !important;
}

.u-ml-22 {
  margin-left: 22px !important;
}

.u-pt-22 {
  padding-top: 22px !important;
}

.u-pr-22 {
  padding-right: 22px !important;
}

.u-pb-22 {
  padding-bottom: 22px !important;
}

.u-pl-22 {
  padding-left: 22px !important;
}

.u-mt-23 {
  margin-top: 23px !important;
}

.u-mr-23 {
  margin-right: 23px !important;
}

.u-mb-23 {
  margin-bottom: 23px !important;
}

.u-ml-23 {
  margin-left: 23px !important;
}

.u-pt-23 {
  padding-top: 23px !important;
}

.u-pr-23 {
  padding-right: 23px !important;
}

.u-pb-23 {
  padding-bottom: 23px !important;
}

.u-pl-23 {
  padding-left: 23px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-mt-26 {
  margin-top: 26px !important;
}

.u-mr-26 {
  margin-right: 26px !important;
}

.u-mb-26 {
  margin-bottom: 26px !important;
}

.u-ml-26 {
  margin-left: 26px !important;
}

.u-pt-26 {
  padding-top: 26px !important;
}

.u-pr-26 {
  padding-right: 26px !important;
}

.u-pb-26 {
  padding-bottom: 26px !important;
}

.u-pl-26 {
  padding-left: 26px !important;
}

.u-mt-27 {
  margin-top: 27px !important;
}

.u-mr-27 {
  margin-right: 27px !important;
}

.u-mb-27 {
  margin-bottom: 27px !important;
}

.u-ml-27 {
  margin-left: 27px !important;
}

.u-pt-27 {
  padding-top: 27px !important;
}

.u-pr-27 {
  padding-right: 27px !important;
}

.u-pb-27 {
  padding-bottom: 27px !important;
}

.u-pl-27 {
  padding-left: 27px !important;
}

.u-mt-28 {
  margin-top: 28px !important;
}

.u-mr-28 {
  margin-right: 28px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-ml-28 {
  margin-left: 28px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-pr-28 {
  padding-right: 28px !important;
}

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-pl-28 {
  padding-left: 28px !important;
}

.u-mt-29 {
  margin-top: 29px !important;
}

.u-mr-29 {
  margin-right: 29px !important;
}

.u-mb-29 {
  margin-bottom: 29px !important;
}

.u-ml-29 {
  margin-left: 29px !important;
}

.u-pt-29 {
  padding-top: 29px !important;
}

.u-pr-29 {
  padding-right: 29px !important;
}

.u-pb-29 {
  padding-bottom: 29px !important;
}

.u-pl-29 {
  padding-left: 29px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-mt-31 {
  margin-top: 31px !important;
}

.u-mr-31 {
  margin-right: 31px !important;
}

.u-mb-31 {
  margin-bottom: 31px !important;
}

.u-ml-31 {
  margin-left: 31px !important;
}

.u-pt-31 {
  padding-top: 31px !important;
}

.u-pr-31 {
  padding-right: 31px !important;
}

.u-pb-31 {
  padding-bottom: 31px !important;
}

.u-pl-31 {
  padding-left: 31px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-pt-32 {
  padding-top: 32px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-mt-33 {
  margin-top: 33px !important;
}

.u-mr-33 {
  margin-right: 33px !important;
}

.u-mb-33 {
  margin-bottom: 33px !important;
}

.u-ml-33 {
  margin-left: 33px !important;
}

.u-pt-33 {
  padding-top: 33px !important;
}

.u-pr-33 {
  padding-right: 33px !important;
}

.u-pb-33 {
  padding-bottom: 33px !important;
}

.u-pl-33 {
  padding-left: 33px !important;
}

.u-mt-34 {
  margin-top: 34px !important;
}

.u-mr-34 {
  margin-right: 34px !important;
}

.u-mb-34 {
  margin-bottom: 34px !important;
}

.u-ml-34 {
  margin-left: 34px !important;
}

.u-pt-34 {
  padding-top: 34px !important;
}

.u-pr-34 {
  padding-right: 34px !important;
}

.u-pb-34 {
  padding-bottom: 34px !important;
}

.u-pl-34 {
  padding-left: 34px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-mr-36 {
  margin-right: 36px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-ml-36 {
  margin-left: 36px !important;
}

.u-pt-36 {
  padding-top: 36px !important;
}

.u-pr-36 {
  padding-right: 36px !important;
}

.u-pb-36 {
  padding-bottom: 36px !important;
}

.u-pl-36 {
  padding-left: 36px !important;
}

.u-mt-37 {
  margin-top: 37px !important;
}

.u-mr-37 {
  margin-right: 37px !important;
}

.u-mb-37 {
  margin-bottom: 37px !important;
}

.u-ml-37 {
  margin-left: 37px !important;
}

.u-pt-37 {
  padding-top: 37px !important;
}

.u-pr-37 {
  padding-right: 37px !important;
}

.u-pb-37 {
  padding-bottom: 37px !important;
}

.u-pl-37 {
  padding-left: 37px !important;
}

.u-mt-38 {
  margin-top: 38px !important;
}

.u-mr-38 {
  margin-right: 38px !important;
}

.u-mb-38 {
  margin-bottom: 38px !important;
}

.u-ml-38 {
  margin-left: 38px !important;
}

.u-pt-38 {
  padding-top: 38px !important;
}

.u-pr-38 {
  padding-right: 38px !important;
}

.u-pb-38 {
  padding-bottom: 38px !important;
}

.u-pl-38 {
  padding-left: 38px !important;
}

.u-mt-39 {
  margin-top: 39px !important;
}

.u-mr-39 {
  margin-right: 39px !important;
}

.u-mb-39 {
  margin-bottom: 39px !important;
}

.u-ml-39 {
  margin-left: 39px !important;
}

.u-pt-39 {
  padding-top: 39px !important;
}

.u-pr-39 {
  padding-right: 39px !important;
}

.u-pb-39 {
  padding-bottom: 39px !important;
}

.u-pl-39 {
  padding-left: 39px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-mt-41 {
  margin-top: 41px !important;
}

.u-mr-41 {
  margin-right: 41px !important;
}

.u-mb-41 {
  margin-bottom: 41px !important;
}

.u-ml-41 {
  margin-left: 41px !important;
}

.u-pt-41 {
  padding-top: 41px !important;
}

.u-pr-41 {
  padding-right: 41px !important;
}

.u-pb-41 {
  padding-bottom: 41px !important;
}

.u-pl-41 {
  padding-left: 41px !important;
}

.u-mt-42 {
  margin-top: 42px !important;
}

.u-mr-42 {
  margin-right: 42px !important;
}

.u-mb-42 {
  margin-bottom: 42px !important;
}

.u-ml-42 {
  margin-left: 42px !important;
}

.u-pt-42 {
  padding-top: 42px !important;
}

.u-pr-42 {
  padding-right: 42px !important;
}

.u-pb-42 {
  padding-bottom: 42px !important;
}

.u-pl-42 {
  padding-left: 42px !important;
}

.u-mt-43 {
  margin-top: 43px !important;
}

.u-mr-43 {
  margin-right: 43px !important;
}

.u-mb-43 {
  margin-bottom: 43px !important;
}

.u-ml-43 {
  margin-left: 43px !important;
}

.u-pt-43 {
  padding-top: 43px !important;
}

.u-pr-43 {
  padding-right: 43px !important;
}

.u-pb-43 {
  padding-bottom: 43px !important;
}

.u-pl-43 {
  padding-left: 43px !important;
}

.u-mt-44 {
  margin-top: 44px !important;
}

.u-mr-44 {
  margin-right: 44px !important;
}

.u-mb-44 {
  margin-bottom: 44px !important;
}

.u-ml-44 {
  margin-left: 44px !important;
}

.u-pt-44 {
  padding-top: 44px !important;
}

.u-pr-44 {
  padding-right: 44px !important;
}

.u-pb-44 {
  padding-bottom: 44px !important;
}

.u-pl-44 {
  padding-left: 44px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-mt-46 {
  margin-top: 46px !important;
}

.u-mr-46 {
  margin-right: 46px !important;
}

.u-mb-46 {
  margin-bottom: 46px !important;
}

.u-ml-46 {
  margin-left: 46px !important;
}

.u-pt-46 {
  padding-top: 46px !important;
}

.u-pr-46 {
  padding-right: 46px !important;
}

.u-pb-46 {
  padding-bottom: 46px !important;
}

.u-pl-46 {
  padding-left: 46px !important;
}

.u-mt-47 {
  margin-top: 47px !important;
}

.u-mr-47 {
  margin-right: 47px !important;
}

.u-mb-47 {
  margin-bottom: 47px !important;
}

.u-ml-47 {
  margin-left: 47px !important;
}

.u-pt-47 {
  padding-top: 47px !important;
}

.u-pr-47 {
  padding-right: 47px !important;
}

.u-pb-47 {
  padding-bottom: 47px !important;
}

.u-pl-47 {
  padding-left: 47px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-pt-48 {
  padding-top: 48px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-mt-49 {
  margin-top: 49px !important;
}

.u-mr-49 {
  margin-right: 49px !important;
}

.u-mb-49 {
  margin-bottom: 49px !important;
}

.u-ml-49 {
  margin-left: 49px !important;
}

.u-pt-49 {
  padding-top: 49px !important;
}

.u-pr-49 {
  padding-right: 49px !important;
}

.u-pb-49 {
  padding-bottom: 49px !important;
}

.u-pl-49 {
  padding-left: 49px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-mt-51 {
  margin-top: 51px !important;
}

.u-mr-51 {
  margin-right: 51px !important;
}

.u-mb-51 {
  margin-bottom: 51px !important;
}

.u-ml-51 {
  margin-left: 51px !important;
}

.u-pt-51 {
  padding-top: 51px !important;
}

.u-pr-51 {
  padding-right: 51px !important;
}

.u-pb-51 {
  padding-bottom: 51px !important;
}

.u-pl-51 {
  padding-left: 51px !important;
}

.u-mt-52 {
  margin-top: 52px !important;
}

.u-mr-52 {
  margin-right: 52px !important;
}

.u-mb-52 {
  margin-bottom: 52px !important;
}

.u-ml-52 {
  margin-left: 52px !important;
}

.u-pt-52 {
  padding-top: 52px !important;
}

.u-pr-52 {
  padding-right: 52px !important;
}

.u-pb-52 {
  padding-bottom: 52px !important;
}

.u-pl-52 {
  padding-left: 52px !important;
}

.u-mt-53 {
  margin-top: 53px !important;
}

.u-mr-53 {
  margin-right: 53px !important;
}

.u-mb-53 {
  margin-bottom: 53px !important;
}

.u-ml-53 {
  margin-left: 53px !important;
}

.u-pt-53 {
  padding-top: 53px !important;
}

.u-pr-53 {
  padding-right: 53px !important;
}

.u-pb-53 {
  padding-bottom: 53px !important;
}

.u-pl-53 {
  padding-left: 53px !important;
}

.u-mt-54 {
  margin-top: 54px !important;
}

.u-mr-54 {
  margin-right: 54px !important;
}

.u-mb-54 {
  margin-bottom: 54px !important;
}

.u-ml-54 {
  margin-left: 54px !important;
}

.u-pt-54 {
  padding-top: 54px !important;
}

.u-pr-54 {
  padding-right: 54px !important;
}

.u-pb-54 {
  padding-bottom: 54px !important;
}

.u-pl-54 {
  padding-left: 54px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-mr-56 {
  margin-right: 56px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-ml-56 {
  margin-left: 56px !important;
}

.u-pt-56 {
  padding-top: 56px !important;
}

.u-pr-56 {
  padding-right: 56px !important;
}

.u-pb-56 {
  padding-bottom: 56px !important;
}

.u-pl-56 {
  padding-left: 56px !important;
}

.u-mt-57 {
  margin-top: 57px !important;
}

.u-mr-57 {
  margin-right: 57px !important;
}

.u-mb-57 {
  margin-bottom: 57px !important;
}

.u-ml-57 {
  margin-left: 57px !important;
}

.u-pt-57 {
  padding-top: 57px !important;
}

.u-pr-57 {
  padding-right: 57px !important;
}

.u-pb-57 {
  padding-bottom: 57px !important;
}

.u-pl-57 {
  padding-left: 57px !important;
}

.u-mt-58 {
  margin-top: 58px !important;
}

.u-mr-58 {
  margin-right: 58px !important;
}

.u-mb-58 {
  margin-bottom: 58px !important;
}

.u-ml-58 {
  margin-left: 58px !important;
}

.u-pt-58 {
  padding-top: 58px !important;
}

.u-pr-58 {
  padding-right: 58px !important;
}

.u-pb-58 {
  padding-bottom: 58px !important;
}

.u-pl-58 {
  padding-left: 58px !important;
}

.u-mt-59 {
  margin-top: 59px !important;
}

.u-mr-59 {
  margin-right: 59px !important;
}

.u-mb-59 {
  margin-bottom: 59px !important;
}

.u-ml-59 {
  margin-left: 59px !important;
}

.u-pt-59 {
  padding-top: 59px !important;
}

.u-pr-59 {
  padding-right: 59px !important;
}

.u-pb-59 {
  padding-bottom: 59px !important;
}

.u-pl-59 {
  padding-left: 59px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-mt-61 {
  margin-top: 61px !important;
}

.u-mr-61 {
  margin-right: 61px !important;
}

.u-mb-61 {
  margin-bottom: 61px !important;
}

.u-ml-61 {
  margin-left: 61px !important;
}

.u-pt-61 {
  padding-top: 61px !important;
}

.u-pr-61 {
  padding-right: 61px !important;
}

.u-pb-61 {
  padding-bottom: 61px !important;
}

.u-pl-61 {
  padding-left: 61px !important;
}

.u-mt-62 {
  margin-top: 62px !important;
}

.u-mr-62 {
  margin-right: 62px !important;
}

.u-mb-62 {
  margin-bottom: 62px !important;
}

.u-ml-62 {
  margin-left: 62px !important;
}

.u-pt-62 {
  padding-top: 62px !important;
}

.u-pr-62 {
  padding-right: 62px !important;
}

.u-pb-62 {
  padding-bottom: 62px !important;
}

.u-pl-62 {
  padding-left: 62px !important;
}

.u-mt-63 {
  margin-top: 63px !important;
}

.u-mr-63 {
  margin-right: 63px !important;
}

.u-mb-63 {
  margin-bottom: 63px !important;
}

.u-ml-63 {
  margin-left: 63px !important;
}

.u-pt-63 {
  padding-top: 63px !important;
}

.u-pr-63 {
  padding-right: 63px !important;
}

.u-pb-63 {
  padding-bottom: 63px !important;
}

.u-pl-63 {
  padding-left: 63px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-mr-64 {
  margin-right: 64px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-ml-64 {
  margin-left: 64px !important;
}

.u-pt-64 {
  padding-top: 64px !important;
}

.u-pr-64 {
  padding-right: 64px !important;
}

.u-pb-64 {
  padding-bottom: 64px !important;
}

.u-pl-64 {
  padding-left: 64px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-mt-66 {
  margin-top: 66px !important;
}

.u-mr-66 {
  margin-right: 66px !important;
}

.u-mb-66 {
  margin-bottom: 66px !important;
}

.u-ml-66 {
  margin-left: 66px !important;
}

.u-pt-66 {
  padding-top: 66px !important;
}

.u-pr-66 {
  padding-right: 66px !important;
}

.u-pb-66 {
  padding-bottom: 66px !important;
}

.u-pl-66 {
  padding-left: 66px !important;
}

.u-mt-67 {
  margin-top: 67px !important;
}

.u-mr-67 {
  margin-right: 67px !important;
}

.u-mb-67 {
  margin-bottom: 67px !important;
}

.u-ml-67 {
  margin-left: 67px !important;
}

.u-pt-67 {
  padding-top: 67px !important;
}

.u-pr-67 {
  padding-right: 67px !important;
}

.u-pb-67 {
  padding-bottom: 67px !important;
}

.u-pl-67 {
  padding-left: 67px !important;
}

.u-mt-68 {
  margin-top: 68px !important;
}

.u-mr-68 {
  margin-right: 68px !important;
}

.u-mb-68 {
  margin-bottom: 68px !important;
}

.u-ml-68 {
  margin-left: 68px !important;
}

.u-pt-68 {
  padding-top: 68px !important;
}

.u-pr-68 {
  padding-right: 68px !important;
}

.u-pb-68 {
  padding-bottom: 68px !important;
}

.u-pl-68 {
  padding-left: 68px !important;
}

.u-mt-69 {
  margin-top: 69px !important;
}

.u-mr-69 {
  margin-right: 69px !important;
}

.u-mb-69 {
  margin-bottom: 69px !important;
}

.u-ml-69 {
  margin-left: 69px !important;
}

.u-pt-69 {
  padding-top: 69px !important;
}

.u-pr-69 {
  padding-right: 69px !important;
}

.u-pb-69 {
  padding-bottom: 69px !important;
}

.u-pl-69 {
  padding-left: 69px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-mt-71 {
  margin-top: 71px !important;
}

.u-mr-71 {
  margin-right: 71px !important;
}

.u-mb-71 {
  margin-bottom: 71px !important;
}

.u-ml-71 {
  margin-left: 71px !important;
}

.u-pt-71 {
  padding-top: 71px !important;
}

.u-pr-71 {
  padding-right: 71px !important;
}

.u-pb-71 {
  padding-bottom: 71px !important;
}

.u-pl-71 {
  padding-left: 71px !important;
}

.u-mt-72 {
  margin-top: 72px !important;
}

.u-mr-72 {
  margin-right: 72px !important;
}

.u-mb-72 {
  margin-bottom: 72px !important;
}

.u-ml-72 {
  margin-left: 72px !important;
}

.u-pt-72 {
  padding-top: 72px !important;
}

.u-pr-72 {
  padding-right: 72px !important;
}

.u-pb-72 {
  padding-bottom: 72px !important;
}

.u-pl-72 {
  padding-left: 72px !important;
}

.u-mt-73 {
  margin-top: 73px !important;
}

.u-mr-73 {
  margin-right: 73px !important;
}

.u-mb-73 {
  margin-bottom: 73px !important;
}

.u-ml-73 {
  margin-left: 73px !important;
}

.u-pt-73 {
  padding-top: 73px !important;
}

.u-pr-73 {
  padding-right: 73px !important;
}

.u-pb-73 {
  padding-bottom: 73px !important;
}

.u-pl-73 {
  padding-left: 73px !important;
}

.u-mt-74 {
  margin-top: 74px !important;
}

.u-mr-74 {
  margin-right: 74px !important;
}

.u-mb-74 {
  margin-bottom: 74px !important;
}

.u-ml-74 {
  margin-left: 74px !important;
}

.u-pt-74 {
  padding-top: 74px !important;
}

.u-pr-74 {
  padding-right: 74px !important;
}

.u-pb-74 {
  padding-bottom: 74px !important;
}

.u-pl-74 {
  padding-left: 74px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-mt-76 {
  margin-top: 76px !important;
}

.u-mr-76 {
  margin-right: 76px !important;
}

.u-mb-76 {
  margin-bottom: 76px !important;
}

.u-ml-76 {
  margin-left: 76px !important;
}

.u-pt-76 {
  padding-top: 76px !important;
}

.u-pr-76 {
  padding-right: 76px !important;
}

.u-pb-76 {
  padding-bottom: 76px !important;
}

.u-pl-76 {
  padding-left: 76px !important;
}

.u-mt-77 {
  margin-top: 77px !important;
}

.u-mr-77 {
  margin-right: 77px !important;
}

.u-mb-77 {
  margin-bottom: 77px !important;
}

.u-ml-77 {
  margin-left: 77px !important;
}

.u-pt-77 {
  padding-top: 77px !important;
}

.u-pr-77 {
  padding-right: 77px !important;
}

.u-pb-77 {
  padding-bottom: 77px !important;
}

.u-pl-77 {
  padding-left: 77px !important;
}

.u-mt-78 {
  margin-top: 78px !important;
}

.u-mr-78 {
  margin-right: 78px !important;
}

.u-mb-78 {
  margin-bottom: 78px !important;
}

.u-ml-78 {
  margin-left: 78px !important;
}

.u-pt-78 {
  padding-top: 78px !important;
}

.u-pr-78 {
  padding-right: 78px !important;
}

.u-pb-78 {
  padding-bottom: 78px !important;
}

.u-pl-78 {
  padding-left: 78px !important;
}

.u-mt-79 {
  margin-top: 79px !important;
}

.u-mr-79 {
  margin-right: 79px !important;
}

.u-mb-79 {
  margin-bottom: 79px !important;
}

.u-ml-79 {
  margin-left: 79px !important;
}

.u-pt-79 {
  padding-top: 79px !important;
}

.u-pr-79 {
  padding-right: 79px !important;
}

.u-pb-79 {
  padding-bottom: 79px !important;
}

.u-pl-79 {
  padding-left: 79px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-mt-81 {
  margin-top: 81px !important;
}

.u-mr-81 {
  margin-right: 81px !important;
}

.u-mb-81 {
  margin-bottom: 81px !important;
}

.u-ml-81 {
  margin-left: 81px !important;
}

.u-pt-81 {
  padding-top: 81px !important;
}

.u-pr-81 {
  padding-right: 81px !important;
}

.u-pb-81 {
  padding-bottom: 81px !important;
}

.u-pl-81 {
  padding-left: 81px !important;
}

.u-mt-82 {
  margin-top: 82px !important;
}

.u-mr-82 {
  margin-right: 82px !important;
}

.u-mb-82 {
  margin-bottom: 82px !important;
}

.u-ml-82 {
  margin-left: 82px !important;
}

.u-pt-82 {
  padding-top: 82px !important;
}

.u-pr-82 {
  padding-right: 82px !important;
}

.u-pb-82 {
  padding-bottom: 82px !important;
}

.u-pl-82 {
  padding-left: 82px !important;
}

.u-mt-83 {
  margin-top: 83px !important;
}

.u-mr-83 {
  margin-right: 83px !important;
}

.u-mb-83 {
  margin-bottom: 83px !important;
}

.u-ml-83 {
  margin-left: 83px !important;
}

.u-pt-83 {
  padding-top: 83px !important;
}

.u-pr-83 {
  padding-right: 83px !important;
}

.u-pb-83 {
  padding-bottom: 83px !important;
}

.u-pl-83 {
  padding-left: 83px !important;
}

.u-mt-84 {
  margin-top: 84px !important;
}

.u-mr-84 {
  margin-right: 84px !important;
}

.u-mb-84 {
  margin-bottom: 84px !important;
}

.u-ml-84 {
  margin-left: 84px !important;
}

.u-pt-84 {
  padding-top: 84px !important;
}

.u-pr-84 {
  padding-right: 84px !important;
}

.u-pb-84 {
  padding-bottom: 84px !important;
}

.u-pl-84 {
  padding-left: 84px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-mt-86 {
  margin-top: 86px !important;
}

.u-mr-86 {
  margin-right: 86px !important;
}

.u-mb-86 {
  margin-bottom: 86px !important;
}

.u-ml-86 {
  margin-left: 86px !important;
}

.u-pt-86 {
  padding-top: 86px !important;
}

.u-pr-86 {
  padding-right: 86px !important;
}

.u-pb-86 {
  padding-bottom: 86px !important;
}

.u-pl-86 {
  padding-left: 86px !important;
}

.u-mt-87 {
  margin-top: 87px !important;
}

.u-mr-87 {
  margin-right: 87px !important;
}

.u-mb-87 {
  margin-bottom: 87px !important;
}

.u-ml-87 {
  margin-left: 87px !important;
}

.u-pt-87 {
  padding-top: 87px !important;
}

.u-pr-87 {
  padding-right: 87px !important;
}

.u-pb-87 {
  padding-bottom: 87px !important;
}

.u-pl-87 {
  padding-left: 87px !important;
}

.u-mt-88 {
  margin-top: 88px !important;
}

.u-mr-88 {
  margin-right: 88px !important;
}

.u-mb-88 {
  margin-bottom: 88px !important;
}

.u-ml-88 {
  margin-left: 88px !important;
}

.u-pt-88 {
  padding-top: 88px !important;
}

.u-pr-88 {
  padding-right: 88px !important;
}

.u-pb-88 {
  padding-bottom: 88px !important;
}

.u-pl-88 {
  padding-left: 88px !important;
}

.u-mt-89 {
  margin-top: 89px !important;
}

.u-mr-89 {
  margin-right: 89px !important;
}

.u-mb-89 {
  margin-bottom: 89px !important;
}

.u-ml-89 {
  margin-left: 89px !important;
}

.u-pt-89 {
  padding-top: 89px !important;
}

.u-pr-89 {
  padding-right: 89px !important;
}

.u-pb-89 {
  padding-bottom: 89px !important;
}

.u-pl-89 {
  padding-left: 89px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-mt-91 {
  margin-top: 91px !important;
}

.u-mr-91 {
  margin-right: 91px !important;
}

.u-mb-91 {
  margin-bottom: 91px !important;
}

.u-ml-91 {
  margin-left: 91px !important;
}

.u-pt-91 {
  padding-top: 91px !important;
}

.u-pr-91 {
  padding-right: 91px !important;
}

.u-pb-91 {
  padding-bottom: 91px !important;
}

.u-pl-91 {
  padding-left: 91px !important;
}

.u-mt-92 {
  margin-top: 92px !important;
}

.u-mr-92 {
  margin-right: 92px !important;
}

.u-mb-92 {
  margin-bottom: 92px !important;
}

.u-ml-92 {
  margin-left: 92px !important;
}

.u-pt-92 {
  padding-top: 92px !important;
}

.u-pr-92 {
  padding-right: 92px !important;
}

.u-pb-92 {
  padding-bottom: 92px !important;
}

.u-pl-92 {
  padding-left: 92px !important;
}

.u-mt-93 {
  margin-top: 93px !important;
}

.u-mr-93 {
  margin-right: 93px !important;
}

.u-mb-93 {
  margin-bottom: 93px !important;
}

.u-ml-93 {
  margin-left: 93px !important;
}

.u-pt-93 {
  padding-top: 93px !important;
}

.u-pr-93 {
  padding-right: 93px !important;
}

.u-pb-93 {
  padding-bottom: 93px !important;
}

.u-pl-93 {
  padding-left: 93px !important;
}

.u-mt-94 {
  margin-top: 94px !important;
}

.u-mr-94 {
  margin-right: 94px !important;
}

.u-mb-94 {
  margin-bottom: 94px !important;
}

.u-ml-94 {
  margin-left: 94px !important;
}

.u-pt-94 {
  padding-top: 94px !important;
}

.u-pr-94 {
  padding-right: 94px !important;
}

.u-pb-94 {
  padding-bottom: 94px !important;
}

.u-pl-94 {
  padding-left: 94px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-mt-96 {
  margin-top: 96px !important;
}

.u-mr-96 {
  margin-right: 96px !important;
}

.u-mb-96 {
  margin-bottom: 96px !important;
}

.u-ml-96 {
  margin-left: 96px !important;
}

.u-pt-96 {
  padding-top: 96px !important;
}

.u-pr-96 {
  padding-right: 96px !important;
}

.u-pb-96 {
  padding-bottom: 96px !important;
}

.u-pl-96 {
  padding-left: 96px !important;
}

.u-mt-97 {
  margin-top: 97px !important;
}

.u-mr-97 {
  margin-right: 97px !important;
}

.u-mb-97 {
  margin-bottom: 97px !important;
}

.u-ml-97 {
  margin-left: 97px !important;
}

.u-pt-97 {
  padding-top: 97px !important;
}

.u-pr-97 {
  padding-right: 97px !important;
}

.u-pb-97 {
  padding-bottom: 97px !important;
}

.u-pl-97 {
  padding-left: 97px !important;
}

.u-mt-98 {
  margin-top: 98px !important;
}

.u-mr-98 {
  margin-right: 98px !important;
}

.u-mb-98 {
  margin-bottom: 98px !important;
}

.u-ml-98 {
  margin-left: 98px !important;
}

.u-pt-98 {
  padding-top: 98px !important;
}

.u-pr-98 {
  padding-right: 98px !important;
}

.u-pb-98 {
  padding-bottom: 98px !important;
}

.u-pl-98 {
  padding-left: 98px !important;
}

.u-mt-99 {
  margin-top: 99px !important;
}

.u-mr-99 {
  margin-right: 99px !important;
}

.u-mb-99 {
  margin-bottom: 99px !important;
}

.u-ml-99 {
  margin-left: 99px !important;
}

.u-pt-99 {
  padding-top: 99px !important;
}

.u-pr-99 {
  padding-right: 99px !important;
}

.u-pb-99 {
  padding-bottom: 99px !important;
}

.u-pl-99 {
  padding-left: 99px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-tx-left {
  text-align: left !important;
}

.u-tx-center {
  text-align: center !important;
}

.u-tx-right {
  text-align: right !important;
}

.u-tx-vertical-top {
  vertical-align: top !important;
}

.u-tx-vertical-middle {
  vertical-align: middle !important;
}

.u-tx-vertical-bottom {
  vertical-align: bottom !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fw-italic {
  font-style: italic !important;
}

.u-fw-uppercase {
  text-transform: uppercase !important;
}

.u-wb-break {
  word-wrap: break-word !important;
}

.u-wb-break-all {
  word-wrap: break-word !important;
  word-break: break-all !important;
}

@font-face {
  font-family: 'SourceHanSans';
  font-style: normal;
  font-weight: 400;
  src: url(/fmv/campaign/monitor2018/lh/assets/font/SourceHanSans-Regular.ttf) format("truetype");
  src: url(/fmv/campaign/monitor2018/lh/assets/font/SourceHanSans-Regular.woff) format("woff");
}

@font-face {
  font-family: 'SourceHanSans';
  font-style: normal;
  font-weight: 700;
  src: url(/fmv/campaign/monitor2018/lh/assets/font/SourceHanSans-Medium.ttf) format("truetype");
  src: url(/fmv/campaign/monitor2018/lh/assets/font/SourceHanSans-Medium.woff) format("woff");
}

/*--------------------------------------------------
  footer
--------------------------------------------------*/
.copy {
  background: #16bacf;
  padding: 26px 0 21px;
  width: 100%;
}

.copy p {
  color: #fff;
  text-align: center;
  font-size: 100%;
}

@media screen and (max-width: 980px) {
  .copy {
    padding-top: 3.06122vw;
    padding-bottom: 2.55102vw;
  }
}

@media screen and (max-width: 768px) {
  .copy {
    padding-top: 5.73333vw;
    padding-bottom: 5.73333vw;
  }
  .copy p {
    font-size: 64.28571%;
  }
}

/*--------------------------------------------------
  header
--------------------------------------------------*/
#header {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  height: 55px;
  position: relative;
  width: 100%;
}

#header .headerInner {
  overflow: hidden;
  zoom: 1;
}

#header:after {
  clear: both;
  content: '.';
  display: block;
  font-size: .1em;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.header-left {
  float: left;
}

.header-left .brand-logo {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.header a {
  color: #000;
  display: block;
}

#header .header-center {
  bottom: 0;
  left: 0;
  margin: auto;
  margin-top: 12px;
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  z-index: 100;
}

.header-right {
  display: block;
  float: right;
  height: 35px;
  padding: 20px 20px 0px 0px;
  width: auto;
}

.header-right .sub-nav {
  display: block;
  float: left;
  height: 100%;
  vertical-align: middle;
}

.header-right .sub-nav > li {
  display: block;
  font-weight: 700;
  height: 100%;
  margin-left: 9px;
}

.header-right .sub-nav > li > span {
  display: block;
  height: 100%;
  padding-left: 169px;
}

.header-right .sub-nav > li span span {
  background-image: url(/fmv/campaign/monitor2018/lh/assets/images/arrow_menu_down.png);
  background-position: left 8px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0 10px 0 20px;
}

.header-right .sub-nav > li span span:hover {
  border-bottom: 3px solid #e60012;
  cursor: pointer;
}

.header-right .sub-nav > li span span.active {
  background-image: url(/fmv/campaign/monitor2018/lh/assets/images/arrow_menu_up.png);
  border-bottom: 3px solid #e60012;
}

.header-right .sns-header {
  border-left: solid 1px #000;
  display: inline-block;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  vertical-align: middle;
}

.header-right .sns-header div {
  display: inline-block;
  /*vertical-align: top;*/
}

#menuContents {
  background: #fff;
  border-top: 1px solid #d5d5d5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 10000;
}

#menuContents .inner {
  max-width: 950px;
  width: 100%;
}

#menuContents .menuContentsTop {
  border-bottom: 1px solid #bfb4b4;
  padding: 20px 0 6px 0;
}

#menuContents .menuContentsTop ul li a {
  background: transparent url(/fmv/campaign/monitor2018/lh/assets/images/icon_arrow_02.png) left center/19px auto no-repeat;
  display: inline-block;
  font-size: 114.2%;
  font-weight: normal;
  margin-bottom: 14px;
  padding-left: 30px;
}

#menuContents .menuContentsTop ul li a:hover {
  opacity: .5;
}

#menuContents .menuContentsBtm {
  display: table;
  padding: 40px 0 20px;
  width: 100%;
}

#menuContents .menuContentsBtm .txt {
  display: table-cell;
  font-size: 114.2%;
  vertical-align: middle;
  width: 31%;
}

#menuContents .menuContentsBtm .btnBox {
  display: table-cell;
}

#menuContents .menuContentsBtm .btnBox ul {
  overflow: hidden;
  zoom: 0;
}

#menuContents .menuContentsBtm .btnBox ul li {
  float: left;
  padding-bottom: 20px;
  position: relative;
  width: 50%;
}

#menuContents .menuContentsBtm .btnBox ul li:hover {
  opacity: .7;
}

#menuContents .menuContentsBtm .btnBox ul li a {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}

#menuContents .menuContentsBtm .btnBox ul li .table {
  display: table;
  width: 100%;
}

#menuContents .menuContentsBtm .btnBox ul li .table .img {
  display: table-cell;
  width: 18%;
}

#menuContents .menuContentsBtm .btnBox ul li .table .img img {
  height: auto;
  max-width: 119px;
  width: 100%;
}

#menuContents .menuContentsBtm .btnBox ul li .table .txt {
  display: table-cell;
  font-size: 100%;
  padding-left: 10px;
}

#menuContents .menuContentsBtm .btnBox ul li .table .txt p {
  background: transparent url(/fmv/campaign/monitor2018/lh/assets/images/icon_arrow_02.png) left 0.10526 auto no-repeat;
  font-weight: normal;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  #headerSp {
    border-bottom: 1px solid #fff;
    /*
    overflow: hidden;
    zoom: 1;
    background-image: url(/fmv/campaign/monitor2018/lh/assets/images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 154px auto;
    */
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    width: 100%;
  }
  #headerSp .header-center img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 154px;
    /*margin-top: 10px;*/
  }
  #headerSp .header-left img {
    height: auto;
    width: 73px;
  }
  #headerSp .header-right {
    padding: 0;
    width: auto;
  }
  #menuContentsSp {
    background: #fff;
    display: none;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 10000;
  }
  #menuContentsSp .topList {
    width: 100%;
  }
  #menuContentsSp .topList ul li {
    background: transparent url(/fmv/campaign/monitor2018/lh/assets/images/icon_arrow_01.png) 94% center/15px auto no-repeat;
    border-top: 1px solid #bfb4b4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #menuContentsSp .topList ul li:first-child {
    border-top: none;
  }
  #menuContentsSp .topList ul li a {
    display: block;
    font-size: 92.8%;
    padding: 20px 10px;
  }
  #menuContentsSp .ttl {
    background: #faf8f4;
    border: 1px solid #bfb4b4;
    border-left: none;
    border-right: none;
    font-size: 71.4%;
    padding: 10px;
  }
  #menuContentsSp .btmList {
    width: 100%;
  }
  #menuContentsSp .btmList ul li {
    background: transparent url(/fmv/campaign/monitor2018/lh/assets/images/icon_arrow_01.png) 94% center/15px auto no-repeat;
    border-bottom: 1px solid #bfb4b4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    padding: 10px;
    position: relative;
    width: 100%;
  }
  #menuContentsSp .btmList ul li a {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10;
  }
  #menuContentsSp .btmList ul li .img {
    display: table-cell;
    width: 21.9%;
  }
  #menuContentsSp .btmList ul li .img img {
    width: 100%;
  }
  #menuContentsSp .btmList ul li .txt {
    display: table-cell;
    font-size: 78.5%;
    padding-left: 12px;
    vertical-align: middle;
  }
  #menuContentsSp .sns-header {
    display: block;
    float: none;
    margin: 0;
    padding: 33px 0;
    text-align: center;
  }
  #menuContentsSp .sns-header .twitter-btn, #menuContentsSp .sns-header .facebook-btn {
    display: inline-block;
  }
  .menuBtn {
    text-align: center;
  }
  .menuBtn p {
    display: none;
    font-size: 71.4%;
  }
  .menuBtn .nameMenu.on {
    display: block;
    padding: 24px 10px 0 0;
  }
  .menuBtn .nameClose.on {
    display: block;
    padding: 24px 12px 0 0;
  }
  .menu_icon {
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    margin: 0 auto;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 7px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 25px;
  }
  .menu_icon span {
    background: #333;
    display: block;
    height: 2px;
    margin-bottom: 4px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    width: 25px;
  }
  .menu_icon.active {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu_icon.active .bar1 {
    -webkit-transform: rotate(0deg) translateY(6px);
    transform: rotate(0deg) translateY(6px);
  }
  .menu_icon.active .bar2 {
    opacity: 0;
  }
  .menu_icon.active .bar3 {
    -webkit-transform: rotate(-90deg) translateX(6px);
    transform: rotate(-90deg) translateX(6px);
  }
}

/*--------------------------------------------------
  .mainVisual
--------------------------------------------------*/
.mainVisual {
  position: relative;
}

.mainVisual .mainVisualTop h1 {
  position: relative;
  text-align: center;
}

.mainVisual .mainVisualTop h1 img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .mainVisual .mainVisualTop h1 > img {
    width: 100%;
  }
  .mainVisual .mainVisualTop h1 a {
    display: block;
    left: 53.75%;
    position: absolute;
    top: 56%;
    width: 43.75%;
  }
}

.mainVisual-01 .mainVisualTop h1 {
  background: url(/fmv/campaign/monitor2018/lh/assets/images/english01/kv_bg.png) center no-repeat;
}

.mainVisual-02 .mainVisualTop h1 {
  background: url(/fmv/campaign/monitor2018/lh/assets/images/micratch01/kv_bg.png) center no-repeat;
}

.mainVisual-03 .mainVisualTop h1 {
  background: url(/fmv/campaign/monitor2018/lh/assets/images/qureo01/kv_bg.png) center no-repeat;
}

.mainVisual-04 .mainVisualTop h1 {
  background: url(/fmv/campaign/monitor2018/lh/assets/images/study01/kv_bg.png) center no-repeat;
}

.mainVisual-05 .mainVisualTop h1 {
  background: url(/fmv/campaign/monitor2018/lh/assets/images/typing01/kv_bg.png) center no-repeat;
}

.mainVisual-01 .mainVisualTop h1, .mainVisual-02 .mainVisualTop h1, .mainVisual-03 .mainVisualTop h1, .mainVisual-04 .mainVisualTop h1, .mainVisual-05 .mainVisualTop h1 {
  position: relative;
  text-align: center;
}

.mainVisual-01 .mainVisualTop h1 a, .mainVisual-02 .mainVisualTop h1 a, .mainVisual-03 .mainVisualTop h1 a, .mainVisual-04 .mainVisualTop h1 a, .mainVisual-05 .mainVisualTop h1 a {
  opacity: inherit;
}

.mainVisual-01 .mainVisualTop h1 img, .mainVisual-02 .mainVisualTop h1 img, .mainVisual-03 .mainVisualTop h1 img, .mainVisual-04 .mainVisualTop h1 img, .mainVisual-05 .mainVisualTop h1 img {
  width: 980px;
  vertical-align: bottom;
}

@media screen and (max-width: 980px) {
  .mainVisual-01 .mainVisualTop h1 img, .mainVisual-02 .mainVisualTop h1 img, .mainVisual-03 .mainVisualTop h1 img, .mainVisual-04 .mainVisualTop h1 img, .mainVisual-05 .mainVisualTop h1 img {
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual-01 .mainVisual .mainVisualTop h1 a, .mainVisual-02 .mainVisual .mainVisualTop h1 a, .mainVisual-03 .mainVisual .mainVisualTop h1 a, .mainVisual-04 .mainVisual .mainVisualTop h1 a, .mainVisual-05 .mainVisual .mainVisualTop h1 a {
    position: relative;
    display: block;
    width: 100%;
  }
  .mainVisual-01 .mainVisual .mainVisualTop h1 img, .mainVisual-02 .mainVisual .mainVisualTop h1 img, .mainVisual-03 .mainVisual .mainVisualTop h1 img, .mainVisual-04 .mainVisual .mainVisualTop h1 img, .mainVisual-05 .mainVisual .mainVisualTop h1 img {
    width: 100%;
  }
}

/*--------------------------------------------------
.section09
--------------------------------------------------*/
.section09 {
  text-align: center;
  padding: 70px 0 80px;
}

.section09 .intel .ttl {
  font-size: 142.8%;
}

.section09 .intel .img {
  padding-top: 20px;
}

.section09 .intel .img img {
  max-width: 894px;
}

.section09 .intel .txt {
  padding-top: 10px;
  font-size: 92.8%;
}

@media screen and (max-width: 768px) {
  .section09 {
    padding-top: 12vw;
    padding-bottom: 10.66667vw;
  }
  .section09 .intel {
    padding-top: 0;
  }
  .section09 .intel .ttl {
    font-size: 92.8%;
  }
  .section09 .intel .img {
    padding-top: 15px;
  }
  .section09 .intel .img img {
    width: 45%;
  }
  .section09 .intel .txt {
    padding-top: 10px;
    font-size: 71.5%;
  }
}

/*--------------------------------------------------
.section10
--------------------------------------------------*/
.section10 {
  background: #f6f6f6;
  padding: 75px 0 70px;
}

.section10 h2 {
  text-align: center;
  padding-bottom: 43px;
}

.section10 h2 img {
  width: 281px;
}

/*.section10 .pc {
  display: block;
}*/

.section10 .sp {
  display: none;
}

.section10 .sp_none {
  display: inline-block;
}

.section10 .recommendBlock {
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 70px;
}

.section10 .recommendBlock02{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	margin: 0 7%;
}

.section10 .recommendBlock li {
  display: inline-block;
  width: 34%;
  margin-right: 2.8%;
  position: relative;
  vertical-align: top;
}

.section10 .recommendBlock02 li{
	width: calc(100% / 3 - 16px * 2 / 3);
    margin-bottom: 40px;
    text-align: center;
	display: flex;
	flex-direction: column;
}

.section10 .recommendBlock.type02 {
  max-width: 780px;
}

.section10 .recommendBlock.type03 {
  max-width: 960px;
}

.section10 .recommendBlock.type03 li {
  width: 23%;
  margin-right: 2%;
}

.section10 .recommendBlock li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section10 .recommendBlock li:last-child {
  margin-right: 0;
}

.section10 .recommendBlock li h3 {
  padding-top: 14px;
}

.section10 .recommendBlock02 li h3{
	font-weight: bold;
	padding-top: 14px;
}

.section10 .recommendBlock li h3 span {
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
}

.section10 .recommendBlock02 li h3 span{
	position: relative;
	padding-right: 10px;
}

.section10 .recommendBlock02 li h3 span:after{
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 1em;
	background-color: #000;
	top: 50%;
	right: 4px;
    margin-top: -0.5em;
}

.section10 .recommendBlock02 li h3 span:last-child:after{
	content: none;
}

.section10 .recommendBlock li .txt {
  padding-top: 4px;
}

.section10 .recommendBlock02 li .txt {
  padding: 4px 0 10px;
}

.section10 .recommendBlock li .img {
  min-height: 0%;
}

.section10 .recommendBlock li .img img {
  height: auto;
}

.section10 .recommendBlock li .btn {
  padding-top: 10px;
  min-height: 0%;
}

.section10 .recommendBlock02 li .btn{
	margin-top: auto;
}

.section10 .recommendBlock li .btn img {
  height: auto;
}

.section10 .recommendBlock li a {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/*.section10 .recommendBlock02 li a{
  margin-top: auto;
}*/

@media screen and (max-width: 980px) {
  .section10 h2 {
    padding-bottom: 4.38776vw;
  }
  .section10 h2 img {
    width: 28.67347vw;
  }
}

@media screen and (max-width: 768px) {
  .section10 {
    padding-top: 11.86667vw;
    padding-bottom: 4vw;
  }	
  .section10 .recommendBlock02 li{
	width: 44%;
    padding-right: 6%;
}
	.section10 .recommendBlock02 li h3 span{
		display: block;	
		padding-right: 0;
	}
	.section10 .recommendBlock02 li h3 span:after{
		content: none;	
	}
  .section10 h2 {
    padding-bottom: 10.66667vw;
  }
  .section10 h2 img {
    width: 58.13333vw;
  }
}

@media screen and (min-width: 769px) {
  .section10 .recommendBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section10-1 {
    margin-left: -14px;
  }
  .section10-2 {
    margin-left: -14px;
  }
}

@media screen and (max-width: 768px) {
  .section10 .sp_none {
    display: none;
  }
  .section10 h2 {
    font-size: 142.8%;
  }
  .section10 .pc {
    display: none;
  }
  .section10 .sp {
    display: block;
  }
  .section10 .recommendBlock {
    text-align: left;
    width: 100%;
    max-width: auto;
    overflow: hidden;
    zoom: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section10 .recommendBlock li {
    width: 36%;
    margin: 0 7%;
    position: relative;
    margin-bottom: 30px;
  }
  .section10 .recommendBlock li:nth-child(odd) {
    clear: both;
  }
  .section10 .recommendBlock li h3 {
    text-align: center;
  }
  .section10 .recommendBlock li h3 span {
    font-size: 85.7%;
    padding-left: 22px;
    background-size: 15px auto;
  }
  .section10 .recommendBlock li p {
    font-size: 85.7%;
    text-align: center;
    letter-spacing: -1px;
  }
.section10 .recommendBlock02 li p {
    font-size: 85.7%;
    text-align: center;
    letter-spacing: -1px;
  }	
  .section10 .recommendBlock li .btn {
    text-align: center;
  }
}

/*--------------------------------------------------
.p-description
--------------------------------------------------*/
.p-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 73px;
}

.p-description-wrapper {
  padding: 89px 0 78px;
}

.p-description-ttl {
  text-align: center;
}

.p-description-ttl img {
  width: 722px;
  margin: 0 auto;
}

.p-description-img {
  width: 490px;
}

.p-description-txt {
  width: 457px;
}

.p-description-txt p {
  font-size: 114.28571%;
}

.p-description-txt p + p {
  margin-top: 50px;
}

.p-description-img + .p-description-txt {
  margin-left: 33px;
}

@media screen and (max-width: 980px) {
  .p-description {
    margin-top: 7.44898vw;
  }
  .p-description-wrapper {
    padding-top: 9.08163vw;
    padding-bottom: 7.95918vw;
  }
  .p-description-ttl img {
    width: 73.67347vw;
  }
  .p-description-img {
    width: 50vw;
  }
  .p-description-txt {
    width: 46.63265vw;
  }
  .p-description-txt p + p {
    margin-top: 5.10204vw;
  }
  .p-description-img + .p-description-txt {
    margin-left: 3.36735vw;
  }
}

@media screen and (max-width: 768px) {
  .p-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5.6vw;
  }
  .p-description-wrapper {
    padding-top: 7.46667vw;
    padding-bottom: 9.6vw;
  }
  .p-description-ttl img {
    width: 85.73333vw;
  }
  .p-description-img {
    width: 100vw;
  }
  .p-description-txt {
    width: 86.66667vw;
    padding-left: 6.66667vw;
    padding-right: 6.66667vw;
  }
  .p-description-txt p {
    font-size: 107.14286%;
  }
  .p-description-txt p + p {
    margin-top: 11.2vw;
  }
  .p-description-img + .p-description-txt {
    margin-top: 7.33333vw;
    margin-left: 0;
  }
}

/*--------------------------------------------------
.p-schedule
--------------------------------------------------*/
.p-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
}

.p-schedule-wrapper {
  background: #f5f5f7;
  padding-top: 40px;
  padding-bottom: 45px;
}

.p-schedule-ttl {
  text-align: center;
}

.p-schedule-ttl img {
  width: 190px;
}

.p-schedule-item {
  width: 314px;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fdfdfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-schedule-item_date {
  background: #e2e2e2;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-schedule-item_date img {
  width: 52px;
}

.p-schedule-item_txt {
  font-size: 92%;
  width: 184px;
  -ms-flex-item-align: center;
  align-self: center;
}

.p-schedule-item_txt-ttl {
  font-size: 114.28571%;
  color: #16bacf;
}

.p-schedule-item_date + .p-schedule-item_txt {
  margin-left: 18px;
}

.p-schedule-item-new .p-schedule-item_date {
  background: #16bacf;
}

.p-schedule-item-new .p-schedule-item_txt-ttl {
  color: #16bacf;
}

.p-schedule-item-new .p-schedule-item_txt-ttl span {
  color: #e95499;
}

.p-schedule-item + .p-schedule-item {
  margin-left: 19px;
}

@media screen and (max-width: 980px) {
  .p-schedule {
    margin-top: 2.7551vw;
  }
  .p-schedule-wrapper {
    padding-top: 4.08163vw;
    padding-bottom: 4.59184vw;
  }
  .p-schedule-ttl img {
    width: 19.38776vw;
  }
  .p-schedule-item {
    width: 30vw;
    padding-top: 1.63265vw;
    padding-right: 1.63265vw;
    padding-bottom: 1.63265vw;
    padding-left: 1.63265vw;
  }
  .p-schedule-item_date {
    width: 8.16327vw;
  }
  .p-schedule-item_date img {
    width: 5.30612vw;
  }
  .p-schedule-item_txt {
    width: 18.77551vw;
  }
  .p-schedule-item_date + .p-schedule-item_txt {
    margin-left: 1.83673vw;
  }
  .p-schedule-item + .p-schedule-item {
    margin-left: 1.93878vw;
  }
}

@media screen and (max-width: 768px) {
  .p-schedule {
    margin-top: 5.46667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-schedule-wrapper {
    padding-top: 8.4vw;
    padding-bottom: 6.66667vw;
  }
  .p-schedule-ttl img {
    width: 44.53333vw;
  }
  .p-schedule-item {
    width: 86.66667vw;
    padding-top: 4.26667vw;
    padding-right: 4.26667vw;
    padding-bottom: 4.26667vw;
    padding-left: 4.26667vw;
    margin: 0 auto;
  }
  .p-schedule-item_date {
    width: 16vw;
  }
  .p-schedule-item_date img {
    width: 9.86667vw;
  }
  .p-schedule-item_txt {
    font-size: 92.85714%;
    width: 56.26667vw;
  }
  .p-schedule-item_txt-ttl {
    font-size: 121.42857%;
  }
  .p-schedule-item_date + .p-schedule-item_txt {
    margin-left: 5.86667vw;
  }
  .p-schedule-item + .p-schedule-item {
    margin: 0 auto;
    margin-top: 0.53333vw;
  }
}

/*--------------------------------------------------
.p-introduction
--------------------------------------------------*/
.p-introduction {
  margin: 0 40px;
  padding-top: 80px;
  padding-bottom: 60px;
  background-repeat: repeat-y, repeat-y;
  background-position: center;
  background-size: auto, contain;
}

.p-introduction-wrapper {
  position: relative;
}

.p-introduction-wrapper::before {
  content: "";
  width: 100%;
  height: 10px;
  background: url(/fmv/campaign/monitor2018/lh/assets/images/index/border_pc.png) repeat;
  position: absolute;
}

.p-introduction-wrapper-ttl {
  text-align: center;
}

.p-introduction-wrapper-ttl img {
  width: 570px;
  margin-top: 116px;
  margin-bottom: 62px;
}

@media screen and (max-width: 980px) {
  .p-introduction-wrapper::before {
    height: 1.02041vw;
  }
  .p-introduction-wrapper-ttl img {
    width: 58.16327vw;
    margin-top: 11.83673vw;
    margin-bottom: 6.32653vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-wrapper::before {
    height: 2.66667vw;
  }
  .p-introduction-wrapper-ttl img {
    width: 51.86667vw;
    margin-top: 12.93333vw;
    margin-bottom: 10.66667vw;
  }
}

@media screen and (max-width: 1120px) {
  .p-introduction {
    background-size: contain;
  }
}

@media screen and (max-width: 980px) {
  .p-introduction {
    margin: 0;
    padding-top: 8.16327vw;
    padding-bottom: 6.12245vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction {
    padding: 0;
  }
  .p-introduction .p-introduction-qa-item:last-of-type {
    border-bottom: none;
  }
}

.p-introduction + .p-introduction {
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .p-introduction + .p-introduction {
    margin-top: 1.02041vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction + .p-introduction {
    margin-top: 1.33333vw;
  }
}

.p-introduction .p-introduction-inner {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  .p-introduction .p-introduction-inner {
    padding-right: 3.06122vw;
    padding-left: 3.06122vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction .p-introduction-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}

.p-introduction .p-introduction-ttl {
  width: 272px;
}

.p-introduction .p-introduction-ttl img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .p-introduction .p-introduction-ttl {
    width: 27.7551vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction .p-introduction-ttl {
    width: 100vw;
    min-height: 0%;
  }
}

.p-introduction .p-introduction-content {
  width: 666px;
}

@media screen and (max-width: 980px) {
  .p-introduction .p-introduction-content {
    width: 67.95918vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction .p-introduction-content {
    width: 100vw;
    min-height: 0%;
  }
}

.p-introduction-content {
  margin-left: 42px;
}

.p-introduction-content-ttl {
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}

.p-introduction-content .p-introduction-profile .p-introduction-content-ttl img {
  width: 140px;
}

.p-introduction-content .p-introduction-profile .p-introduction-content-txt {
  font-size: 114.28571%;
  margin-top: 14px;
  line-height: 1.9;
}

.p-introduction-content .p-introduction-profile .p-introduction-content-img {
  margin-top: 48px;
  text-align: center;
}

.p-introduction-content .p-introduction-profile .p-introduction-content-img img {
  width: 491px;
}

.p-introduction-content .p-introduction-qa .p-introduction-content-ttl img {
  width: 246px;
}

.p-introduction-content .p-introduction-qa-item {
  padding: 22px 10px 25px;
  border-bottom: 1px solid #ccc;
}

.p-introduction-content .p-introduction-qa-item-first.close {
  position: relative;
  border-bottom: none;
}

.p-introduction-content .p-introduction-qa-item-first.close::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  width: 100%;
  height: 70%;
}

.p-introduction-content .p-introduction-qa .p-introduction-qa-acc-btn {
  cursor: pointer;
  width: 214px;
  margin: 0 226px;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

.p-introduction-content .p-introduction-qa .p-introduction-qa-acc-btn.open {
  margin-top: 50px;
}

@media screen and (max-width: 980px) {
  .p-introduction-content .p-introduction-qa .p-introduction-qa-acc-btn.open {
    margin-top: 5.10204vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-content .p-introduction-qa .p-introduction-qa-acc-btn.open {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 980px) {
  .p-introduction-content .p-introduction-qa .p-introduction-qa-acc-btn {
    width: 21.83673vw;
    margin-right: 21.42857vw;
    margin-left: 21.42857vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-content .p-introduction-qa .p-introduction-qa-acc-btn {
    width: 53.33333vw;
    margin-bottom: 10.66667vw;
    margin-right: 23.33333vw;
    margin-left: 23.33333vw;
  }
}

.p-introduction-content .p-introduction-qa .p-introduction-q p {
  width: 597px;
  color: #e95499;
}

.p-introduction-content .p-introduction-qa .p-introduction-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-introduction-content .p-introduction-qa .p-introduction-q img {
  width: 33px;
}

.p-introduction-content .p-introduction-qa .p-introduction-q p {
  margin-left: 16px;
  padding-top: 1px;
  font-size: 114.28571%;
}

.p-introduction-content .p-introduction-qa .p-introduction-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 7px;
}

.p-introduction-content .p-introduction-qa .p-introduction-a img {
  width: 33px;
}

.p-introduction-content .p-introduction-qa .p-introduction-a p {
  width: 597px;
  margin-left: 16px;
  padding-top: 1px;
  font-size: 114.28571%;
}

.p-introduction-content .p-introduction-profile + .p-introduction-qa {
  margin-top: 62px;
}

@media screen and (max-width: 980px) {
  .p-introduction-content {
    margin-left: 4.28571vw;
  }
  .p-introduction-content-ttl {
    padding-bottom: 2.44898vw;
  }
  .p-introduction-content .p-introduction-profile .p-introduction-content-ttl img {
    width: 14.28571vw;
  }
  .p-introduction-content .p-introduction-profile .p-introduction-content-txt {
    margin-top: 1.42857vw;
  }
  .p-introduction-content .p-introduction-profile .p-introduction-content-img {
    margin-top: 4.89796vw;
    text-align: center;
  }
  .p-introduction-content .p-introduction-profile .p-introduction-content-img img {
    width: 50.10204vw;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-content-ttl img {
    width: 25.10204vw;
  }
  .p-introduction-content .p-introduction-qa-item {
    padding-top: 2.2449vw;
    padding-right: 1.02041vw;
    padding-bottom: 2.55102vw;
    padding-left: 1.02041vw;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-q img {
    width: 3.36735vw;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-q p {
    width: 60.91837vw;
    margin-left: 1.63265vw;
    padding-top: 0.40816vw;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-a {
    margin-top: 0.71429vw;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-a img {
    width: 3.36735vw;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-a p {
    width: 60.91837vw;
    margin-left: 1.63265vw;
    padding-top: 0.40816vw;
  }
  .p-introduction-content .p-introduction-profile + .p-introduction-qa {
    margin-top: 6.32653vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-content {
    margin: 0;
  }
  .p-introduction-content-ttl {
    padding-top: 8vw;
    padding-bottom: 5.2vw;
  }
  .p-introduction-content .p-introduction-profile .p-introduction-content-ttl {
    text-align: center;
  }
  .p-introduction-content .p-introduction-profile .p-introduction-content-ttl img {
    width: 32vw;
  }
  .p-introduction-content .p-introduction-profile .p-introduction-content-txt {
    margin-top: 8vw;
    padding-right: 6.66667vw;
    padding-left: 6.66667vw;
    font-size: 114.28571%;
  }
  .p-introduction-content .p-introduction-profile .p-introduction-content-img {
    width: 100vw;
    margin: 0;
    margin-top: 10.66667vw;
  }
  .p-introduction-content .p-introduction-profile .p-introduction-content-img img {
    width: 100%;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-content-ttl {
    text-align: center;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-content-ttl img {
    width: 61.86667vw;
  }
  .p-introduction-content .p-introduction-qa-item {
    padding-top: 5.46667vw;
    padding-bottom: 6.66667vw;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-q {
    padding-right: 5.46667vw;
    padding-left: 5.46667vw;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-q img {
    width: 11.2vw;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-q p {
    margin-left: 3.33333vw;
    padding-top: 0.8vw;
    width: 77.06667vw;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-a {
    margin-top: 5.33333vw;
    padding-right: 5.46667vw;
    padding-left: 5.46667vw;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-a img {
    width: 11.2vw;
  }
  .p-introduction-content .p-introduction-qa .p-introduction-a p {
    margin-left: 3.33333vw;
    padding-top: 0.8vw;
    width: 77.06667vw;
  }
  .p-introduction-content .p-introduction-profile + .p-introduction-qa {
    margin-top: 2.53333vw;
  }
}

.p-introduction-01 {
  background-image: url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_01.png), url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_01_xl.png);
}

.p-introduction-01 .p-introduction-content-ttl,
.p-introduction-01 .p-introduction-qa-item {
  border-bottom: 1px solid #ffea89;
}

.p-introduction-01 .p-introduction-qa-item-first.close::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 250, 229, 0.7)), color-stop(80%, #fffae5));
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 250, 229, 0.7) 20%, #fffae5 80%);
}

@media screen and (max-width: 980px) {
  .p-introduction-01 {
    background: url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_01_lg.png) repeat-y;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-01 {
    background: #fffae5;
  }
  .p-introduction-01 .p-introduction-content-ttl,
  .p-introduction-01 .p-introduction-qa-item {
    border-bottom: 2px solid #ffea89;
  }
}

.p-introduction-02 {
  background-image: url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_02.png), url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_02_xl.png);
}

.p-introduction-02 .p-introduction-content-ttl,
.p-introduction-02 .p-introduction-qa-item {
  border-bottom: 1px solid #cce5a4;
}

.p-introduction-02 .p-introduction-qa-item-first.close::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(246, 250, 232, 0.7)), color-stop(80%, #f6fae8));
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(246, 250, 232, 0.7) 20%, #f6fae8 80%);
}

@media screen and (max-width: 980px) {
  .p-introduction-02 {
    background: url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_02_lg.png) repeat-y;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-02 {
    background: #f6fae8;
  }
  .p-introduction-02 .p-introduction-content-ttl,
  .p-introduction-02 .p-introduction-qa-item {
    border-bottom: 2px solid #cce5a4;
  }
}

.p-introduction-03 {
  background-image: url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_03.png), url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_03_xl.png);
}

.p-introduction-03 .p-introduction-content-ttl,
.p-introduction-03 .p-introduction-qa-item {
  border-bottom: 1px solid #fccf97;
}

.p-introduction-03 .p-introduction-qa-item-first.close::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 247, 232, 0.7)), color-stop(80%, #fff7e8));
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 247, 232, 0.7) 20%, #fff7e8 80%);
}

@media screen and (max-width: 980px) {
  .p-introduction-03 {
    background: url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_03_lg.png) repeat-y;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-03 {
    background: #fff7e8;
  }
  .p-introduction-03 .p-introduction-content-ttl,
  .p-introduction-03 .p-introduction-qa-item {
    border-bottom: 2px solid #fccf97;
  }
}

.p-introduction-04 {
  background-image: url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_04.png), url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_04_xl.png);
}

.p-introduction-04 .p-introduction-content-ttl,
.p-introduction-04 .p-introduction-qa-item {
  border-bottom: 1px solid #8ee3fa;
}

.p-introduction-04 .p-introduction-qa-item-first.close::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(237, 251, 254, 0.7)), color-stop(80%, #edfbfe));
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(237, 251, 254, 0.7) 20%, #edfbfe 80%);
}

@media screen and (max-width: 980px) {
  .p-introduction-04 {
    background: url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_04_lg.png) repeat-y;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-04 {
    background: #edfbfe;
  }
  .p-introduction-04 .p-introduction-content-ttl,
  .p-introduction-04 .p-introduction-qa-item {
    border-bottom: 2px solid #8ee3fa;
  }
}

.p-introduction-05 {
  background-image: url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_05.png), url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_05_xl.png);
}

.p-introduction-05 .p-introduction-middle-wrapper-05 {
  margin-top: 0;
}

.p-introduction-05 .p-introduction-middle-wrapper-05 .p-introduction-middle-ttl img {
  width: 503px;
}

@media screen and (max-width: 980px) {
  .p-introduction-05 .p-introduction-middle-wrapper-05 .p-introduction-middle-ttl img {
    width: 51.32653vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-05 .p-introduction-middle-wrapper-05 .p-introduction-middle-ttl img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-05 .p-introduction-ttl {
    min-height: 0%;
  }
}

@media screen and (max-width: 980px) {
  .p-introduction-05 {
    background: url(/fmv/campaign/monitor2018/lh/assets/images/index/bg_05_lg.png) repeat-y;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-05 {
    padding-bottom: 6.12245vw;
    background: #fff8f8;
  }
}

.p-introduction-comment {
  background: #fff;
  margin-top: 49px;
  padding: 15px 37px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-introduction-comment-img {
  width: 108px;
}

.p-introduction-comment-txt {
  font-size: 114.28571%;
  width: 449px;
}

.p-introduction-comment-txt p + p {
  margin-top: 1em;
}

.p-introduction-comment-img + .p-introduction-comment-txt {
  margin-left: 35px;
}

@media screen and (max-width: 980px) {
  .p-introduction-comment {
    margin-top: 5vw;
    padding-top: 1.53061vw;
    padding-right: 3.77551vw;
    padding-bottom: 1.73469vw;
    padding-left: 3.77551vw;
  }
  .p-introduction-comment-img {
    width: 11.02041vw;
  }
  .p-introduction-comment-txt {
    width: 45.81633vw;
  }
  .p-introduction-comment-img + .p-introduction-comment-txt {
    margin-left: 3.57143vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 86.66667vw;
    margin: 0 auto;
    margin-top: 2.66667vw;
    padding-top: 4.4vw;
    padding-right: 6.66667vw;
    padding-bottom: 7.33333vw;
    padding-left: 6.66667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-introduction-comment-img {
    width: 23.6vw;
  }
  .p-introduction-comment-txt {
    font-size: 114.28571%;
    width: 73.33333vw;
  }
  .p-introduction-comment-img + .p-introduction-comment-txt {
    margin-left: 0;
    margin-top: 4.66667vw;
  }
}

.p-introduction-middle {
  margin-top: 20px;
  background: #fff;
  padding: 17px 35px 17px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-introduction-middle-wrapper {
  margin-top: 50px;
}

@media screen and (max-width: 980px) {
  .p-introduction-middle-wrapper {
    margin-top: 5.10204vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-middle-wrapper {
    margin-top: 15.33333vw;
  }
}

.p-introduction-middle-wrapper + .p-introduction-middle-wrapper {
  margin-top: 73px;
}

@media screen and (max-width: 980px) {
  .p-introduction-middle-wrapper + .p-introduction-middle-wrapper {
    margin-top: 7.44898vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-middle-wrapper + .p-introduction-middle-wrapper {
    margin-top: 14.4vw;
  }
}

.p-introduction-middle-ttl {
  text-align: center;
}

.p-introduction-middle-ttl img {
  width: 347px;
}

@media screen and (max-width: 980px) {
  .p-introduction-middle-ttl img {
    width: 35.40816vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-middle-ttl img {
    width: 81.06667vw;
  }
}

@media screen and (max-width: 980px) {
  .p-introduction-middle {
    margin-top: 2.04082vw;
    padding-top: 1.73469vw;
    padding-right: 2.04082vw;
    padding-bottom: 1.73469vw;
    padding-left: 1.73469vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-middle {
    width: 86.66667vw;
    padding-top: 1.06667vw;
    padding-right: 1.06667vw;
    padding-bottom: 5.06667vw;
    padding-left: 1.06667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 4.93333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-introduction-middle-01 {
  border: 7px solid #ffd200;
}

.p-introduction-middle-01 .p-introduction-middle-content-img {
  width: 250px;
}

@media screen and (max-width: 980px) {
  .p-introduction-middle-01 .p-introduction-middle-content-img {
    width: 25.5102vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-middle-01 .p-introduction-middle-content-img {
    width: 55.6vw;
    margin-top: 6vw;
  }
}

.p-introduction-middle-02 {
  border: 7px solid #8cc63f;
}

.p-introduction-middle-02 .p-introduction-middle-content-img {
  width: 227px;
}

@media screen and (max-width: 980px) {
  .p-introduction-middle-02 .p-introduction-middle-content-img {
    width: 23.16327vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-middle-02 .p-introduction-middle-content-img {
    width: 50.26667vw;
    margin-top: 6vw;
  }
}

.p-introduction-middle-03 {
  border: 7px solid #f7931d;
}

.p-introduction-middle-03 .p-introduction-middle-content-img {
  width: 227px;
}

@media screen and (max-width: 980px) {
  .p-introduction-middle-03 .p-introduction-middle-content-img {
    width: 23.16327vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-middle-03 .p-introduction-middle-content-img {
    width: 50.26667vw;
    margin-top: 6vw;
  }
}

.p-introduction-middle-04 {
  border: 7px solid #00c0f3;
}

.p-introduction-middle-04 .p-introduction-middle-content-img {
  width: 180px;
}

@media screen and (max-width: 980px) {
  .p-introduction-middle-04 .p-introduction-middle-content-img {
    width: 18.36735vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-middle-04 .p-introduction-middle-content-img {
    width: 39.73333vw;
    margin-top: 6vw;
  }
}

.p-introduction-middle-05 {
  border: 7px solid #f67e80;
}

@media screen and (max-width: 768px) {
  .p-introduction-middle-05 {
    margin-top: -14.53333vw;
    position: relative;
    z-index: 10;
  }
}

.p-introduction-middle-05 .p-introduction-middle-content-img {
  width: 226px;
}

@media screen and (max-width: 980px) {
  .p-introduction-middle-05 .p-introduction-middle-content-img {
    width: 23.06122vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-middle-05 .p-introduction-middle-content-img {
    width: 50vw;
    margin-top: 6vw;
  }
}

.p-introduction-middle .p-introduction-img {
  width: 248px;
}

@media screen and (max-width: 980px) {
  .p-introduction-middle .p-introduction-img {
    width: 25.30612vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-middle .p-introduction-img {
    width: 81.33333vw;
    min-height: 0%;
  }
}

.p-introduction-middle-content {
  width: 311px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .p-introduction-middle-content {
    width: 31.63265vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-middle-content {
    width: 81.73333vw;
    min-height: 0%;
  }
}

.p-introduction-middle-content-txt {
  font-size: 92.85714%;
  margin-top: 15px;
  width: 311px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .p-introduction-middle-content-txt {
    margin-top: 1.53061vw;
    width: 31.63265vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-middle-content-txt {
    margin-top: 2.53333vw;
    font-size: 107.14286%;
    width: 70.66667vw;
  }
}

.p-introduction-middle-content-btn {
  width: 239px;
  min-height: 0%;
  margin-top: 15px;
}

@media screen and (max-width: 980px) {
  .p-introduction-middle-content-btn {
    width: 24.38776vw;
    margin-top: 1.53061vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction-middle-content-btn {
    width: 58.93333vw;
    margin-top: 4.66667vw;
  }
}

.p-introduction-middle-content-btn img {
  width: 100%;
}

.p-challenge-article .p-introduction-middle-wrapper {
  margin: 60px auto 0;
  padding: 39px 157px 0 157px;
}

@media screen and (max-width: 980px) {
  .p-challenge-article .p-introduction-middle-wrapper {
    margin-top: 6.12245vw;
    padding-top: 3.97959vw;
    padding-right: 14.28571vw;
    padding-left: 14.28571vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-introduction-middle-wrapper {
    padding: 0;
    padding-top: 6vw;
    width: 86.66667vw;
  }
}

.p-challenge-1 .p-introduction-middle-wrapper {
  border-top: 1px solid #ffeb8e;
}

@media screen and (max-width: 768px) {
  .p-challenge-1 .p-introduction-middle-wrapper {
    border-top: 2px solid #ffeb8e;
  }
}

.p-challenge-2 .p-introduction-middle-wrapper {
  border-top: 1px solid #cce6aa;
}

@media screen and (max-width: 768px) {
  .p-challenge-2 .p-introduction-middle-wrapper {
    border-top: 2px solid #cce6aa;
  }
}

.p-challenge-3 .p-introduction-middle-wrapper {
  border-top: 1px solid #fbcf9b;
}

@media screen and (max-width: 768px) {
  .p-challenge-3 .p-introduction-middle-wrapper {
    border-top: 2px solid #fbcf9b;
  }
}

.p-challenge-4 .p-introduction-middle-wrapper {
  border-top: 1px solid #91e4fa;
}

@media screen and (max-width: 768px) {
  .p-challenge-4 .p-introduction-middle-wrapper {
    border-top: 2px solid #91e4fa;
  }
}

.p-challenge-1 .p-introduction-fukumaro,
.p-challenge-2 .p-introduction-fukumaro,
.p-challenge-3 .p-introduction-fukumaro,
.p-challenge-4 .p-introduction-fukumaro {
  border-top: 1px solid #f0f0f0;
}

@media screen and (max-width: 768px) {
  .p-challenge-1 .p-introduction-fukumaro,
  .p-challenge-2 .p-introduction-fukumaro,
  .p-challenge-3 .p-introduction-fukumaro,
  .p-challenge-4 .p-introduction-fukumaro {
    border-top: 2px solid #f0f0f0;
  }
}

.p-challenge-1 .p-introduction-fukumaro .p-introduction-middle-ttl img,
.p-challenge-2 .p-introduction-fukumaro .p-introduction-middle-ttl img,
.p-challenge-3 .p-introduction-fukumaro .p-introduction-middle-ttl img,
.p-challenge-4 .p-introduction-fukumaro .p-introduction-middle-ttl img {
  width: 499px;
}

/*--------------------------------------------------
.p-jibunpc
--------------------------------------------------*/
.p-jibunpc {
  margin-top: 40px;
  padding: 70px 0;
  background: #16bacf;
}

.p-jibunpc a {
  display: block;
  width: 976px;
  margin: 0 auto;
}

.p-jibunpc a img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .p-jibunpc {
    margin-top: 1.02041vw;
    padding-top: 7.14286vw;
    padding-bottom: 7.14286vw;
  }
  .p-jibunpc a {
    width: 93.87755vw;
  }
}

@media screen and (max-width: 768px) {
  .p-jibunpc {
    margin-top: 1.33333vw;
    padding-top: 8.4vw;
    padding-bottom: 10.66667vw;
  }
  .p-jibunpc a {
    width: 86.66667vw;
  }
}

.c-wrapper-01 + .p-jibunpc, .c-wrapper-02 + .p-jibunpc, .c-wrapper-03 + .p-jibunpc, .c-wrapper-04 + .p-jibunpc, .c-wrapper-05 + .p-jibunpc {
  margin-top: 0;
}

/*--------------------------------------------------
.p-bnr-area
--------------------------------------------------*/
.p-bnr-area {
  background: #fdf7e1;
  padding: 70px 0;
}

@media screen and (max-width: 980px) {
  .p-bnr-area {
    padding-top: 7.14286vw;
    padding-bottom: 7.14286vw;
  }
}

@media screen and (max-width: 768px) {
  .p-bnr-area {
    padding-top: 10.66667vw;
    padding-bottom: 12.53333vw;
  }
}

.p-bnr-area-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  margin: 63px auto 0;
}

@media screen and (max-width: 768px) {
  .p-bnr-area-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-bnr-area-col2 .p-bnr {
  width: 390px;
}

@media screen and (max-width: 980px) {
  .p-bnr-area-col2 {
    width: 93.87755vw;
    margin-top: 6.42857vw;
  }
  .p-bnr-area-col2 .p-bnr {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-bnr-area-col2 {
    width: 86.66667vw;
    margin-top: 10.13333vw;
  }
  .p-bnr-area-col2 .p-bnr {
    width: auto;
  }
}

.p-bnr-area .p-bnr a {
  display: block;
  margin: 0 auto;
}

.p-bnr-area .p-bnr p {
  font-size: 114.28571%;
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .p-bnr-area .p-bnr p {
    margin-top: 2.55102vw;
  }
}

@media screen and (max-width: 768px) {
  .p-bnr-area .p-bnr p {
    margin-top: 5.33333vw;
    font-size: 92.85714%;
  }
}

.p-bnr-area .p-bnr_conan .p-bnr-area-ttl {
  text-align: center;
}

.p-bnr-area .p-bnr_conan .p-bnr-area-ttl img {
  width: 341px;
  margin-bottom: 28px;
}

.p-bnr-area .p-bnr_conan a {
  width: 980px;
}

.p-bnr-area .p-bnr_conan a img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .p-bnr-area .p-bnr_conan .p-bnr-area-ttl img {
    width: 34.79592vw;
    margin-bottom: 2.85714vw;
  }
  .p-bnr-area .p-bnr_conan a {
    width: 93.87755vw;
  }
}

@media screen and (max-width: 768px) {
  .p-bnr-area .p-bnr_conan .p-bnr-area-ttl img {
    width: 69.46667vw;
    margin-bottom: 6.53333vw;
  }
  .p-bnr-area .p-bnr_conan a {
    width: 86.66667vw;
  }
}

.p-bnr-area .p-bnr_hukumaro {
  padding-right: 99px;
  border-right: 3px solid #fff;
}

.p-bnr-area .p-bnr_hukumaro .p-bnr-area-ttl {
  text-align: center;
}

.p-bnr-area .p-bnr_hukumaro .p-bnr-area-ttl img {
  width: 304px;
  margin-bottom: 28px;
}

.p-bnr-area .p-bnr_hukumaro a {
  width: 390px;
}

.p-bnr-area .p-bnr_hukumaro a img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .p-bnr-area .p-bnr_hukumaro {
    padding-right: 7.04082vw;
  }
  .p-bnr-area .p-bnr_hukumaro .p-bnr-area-ttl img {
    width: 31.02041vw;
    margin-bottom: 2.85714vw;
  }
  .p-bnr-area .p-bnr_hukumaro a {
    width: 39.79592vw;
  }
}

@media screen and (max-width: 768px) {
  .p-bnr-area .p-bnr_hukumaro {
    width: 86.66667vw;
    padding-right: 0;
    border-right: none;
    border-top: 3px solid #fff;
    padding-top: 11.86667vw;
    padding-bottom: 10vw;
    border-bottom: 3px solid #fff;
  }
  .p-bnr-area .p-bnr_hukumaro .p-bnr-area-ttl img {
    width: 66.13333vw;
    margin-bottom: 6.4vw;
  }
  .p-bnr-area .p-bnr_hukumaro a {
    width: 86.66667vw;
    margin: 0;
  }
}

.p-bnr-area .p-bnr_fmvkids {
  margin-left: 98px;
}

.p-bnr-area .p-bnr_fmvkids .p-bnr-area-ttl {
  text-align: center;
}

.p-bnr-area .p-bnr_fmvkids .p-bnr-area-ttl img {
  width: 305px;
  margin-bottom: 28px;
}

.p-bnr-area .p-bnr_fmvkids a {
  width: 390px;
}

.p-bnr-area .p-bnr_fmvkids a img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .p-bnr-area .p-bnr_fmvkids {
    margin-left: 6.93878vw;
  }
  .p-bnr-area .p-bnr_fmvkids .p-bnr-area-ttl img {
    width: 31.12245vw;
    margin-bottom: 2.85714vw;
  }
  .p-bnr-area .p-bnr_fmvkids a {
    width: 390px;
    width: 39.79592vw;
  }
}

@media screen and (max-width: 768px) {
  .p-bnr-area .p-bnr_fmvkids {
    margin-left: 0;
    margin-top: 10.4vw;
  }
  .p-bnr-area .p-bnr_fmvkids .p-bnr-area-ttl img {
    width: 66.53333vw;
    margin-bottom: 6.4vw;
  }
  .p-bnr-area .p-bnr_fmvkids a {
    width: 390px;
    width: 86.66667vw;
  }
}

/*--------------------------------------------------
.p-sns-area
--------------------------------------------------*/
.p-sns-area {
  width: 620px;
  margin: 0 auto;
  padding: 60px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-sns-area a {
  display: block;
  width: 275px;
}

.p-sns-area a img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .p-sns-area {
    width: 63.26531vw;
    padding-top: 6.12245vw;
    padding-bottom: 7.14286vw;
  }
  .p-sns-area a {
    width: 28.06122vw;
  }
}

@media screen and (max-width: 768px) {
  .p-sns-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 82.93333vw;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .p-sns-area a {
    width: 82.93333vw;
    min-height: 0%;
  }
  .p-sns-area a + a {
    margin-top: 3.73333vw;
  }
}

/*--------------------------------------------------
.p-webmart
--------------------------------------------------*/
.p-webmart {
  padding: 70px 0;
  width: 980px;
  margin: 0 auto;
  border-bottom: 1px solid #f0f0f0;
}

@media screen and (max-width: 980px) {
  .p-webmart {
    padding-top: 7.14286vw;
    padding-bottom: 7.14286vw;
    width: 93.87755vw;
  }
}

@media screen and (max-width: 768px) {
  .p-webmart {
    padding-top: 12vw;
    padding-bottom: 12vw;
    width: 86.66667vw;
    border-bottom: 4px solid #f0f0f0;
  }
}

.p-webmart-ttl {
  text-align: center;
}

.p-webmart-ttl img {
  width: 291px;
  margin-bottom: 36px;
}

.p-webmart a {
  width: 500px;
  display: block;
  margin: 0 auto;
}

.p-webmart a img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .p-webmart-ttl img {
    width: 29.69388vw;
    margin-bottom: 3.67347vw;
  }
  .p-webmart a {
    width: 51.02041vw;
  }
}

@media screen and (max-width: 768px) {
  .p-webmart-ttl img {
    width: 63.46667vw;
    margin-bottom: 6.8vw;
  }
  .p-webmart a {
    width: 86.66667vw;
  }
}

/*--------------------------------------------------
.p-new
--------------------------------------------------*/
.p-new-wrapper .c-inner {
  padding: 16px 0 13px;
  border-bottom: 1px solid #f0f0f0;
}

@media screen and (max-width: 980px) {
  .p-new-wrapper .c-inner {
    padding-top: 1.63265vw;
    padding-bottom: 1.32653vw;
  }
}

@media screen and (max-width: 768px) {
  .p-new-wrapper .c-inner {
    padding-top: 3.2vw;
    padding-bottom: 2.66667vw;
    width: 86.66667vw;
    border-bottom: 4px solid #f0f0f0;
  }
}

.p-new-wrapper .p-new-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-new-wrapper .p-new-item .p-new-item-icon {
  width: 68px;
  margin-right: 15px;
}

@media screen and (max-width: 980px) {
  .p-new-wrapper .p-new-item .p-new-item-icon {
    width: 6.93878vw;
    margin-right: 1.53061vw;
  }
}

@media screen and (max-width: 768px) {
  .p-new-wrapper .p-new-item .p-new-item-icon {
    width: 18.26667vw;
    margin-right: 2.66667vw;
  }
}

.p-new-wrapper .p-new-item .p-new-item-txt {
  font-size: 114.28571%;
}

@media screen and (max-width: 768px) {
  .p-new-wrapper .p-new-item .p-new-item-txt {
    width: 66.8vw;
    font-size: 107.14286%;
  }
}

/*--------------------------------------------------
.p-challenge
--------------------------------------------------*/
.p-challenge-wrapper {
  padding: 59px 0 49px;
}

@media screen and (max-width: 980px) {
  .p-challenge-wrapper {
    padding-top: 6.02041vw;
    padding-bottom: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-wrapper {
    padding-top: 7.33333vw;
    padding-bottom: 8vw;
  }
}

.p-challenge-ttl {
  text-align: center;
}

.p-challenge-ttl img {
  width: 598px;
}

@media screen and (max-width: 980px) {
  .p-challenge-ttl img {
    width: 61.02041vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-ttl img {
    width: 67.33333vw;
  }
}

.p-challenge-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  .p-challenge-list {
    margin-top: 3.06122vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-list {
    margin-top: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-challenge-item img {
  width: 196px;
}

@media screen and (max-width: 980px) {
  .p-challenge-item img {
    width: 18.77551vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-item img {
    width: 100vw;
  }
}

.p-challenge-article .p-challenge-wrapper {
  padding: 60px 0 70px;
}

@media screen and (max-width: 980px) {
  .p-challenge-article .p-challenge-wrapper {
    padding-top: 6.12245vw;
    padding-bottom: 7.14286vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-wrapper {
    padding-top: 9.33333vw;
    padding-bottom: 6.66667vw;
  }
}

.p-challenge-article .p-challenge-ttl {
  text-align: center;
}

.p-challenge-article .p-challenge-ttl img {
  width: 224px;
}

@media screen and (max-width: 980px) {
  .p-challenge-article .p-challenge-ttl img {
    width: 22.85714vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-ttl img {
    width: 52.13333vw;
  }
}

.p-challenge-article .p-challenge-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  .p-challenge-article .p-challenge-list {
    margin-top: 3.06122vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-list {
    margin-top: 6.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-challenge-article .p-challenge-item {
  display: inline-block;
  width: 245px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .p-challenge-article .p-challenge-item {
    width: 23.46939vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-item {
    width: 89.73333vw;
    min-height: 0%;
    margin: 0 auto;
  }
}

.p-challenge-article .p-challenge-item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-item img {
    width: 100%;
  }
}

.p-challenge-article .p-challenge-item .p-challenge-btn {
  position: absolute;
  bottom: 13px;
  width: 100px;
}

.p-challenge-article .p-challenge-item .p-challenge-btn img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .p-challenge-article .p-challenge-item .p-challenge-btn {
    width: 9.69388vw;
    bottom: 1.32653vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-item .p-challenge-btn {
    width: 39.46667vw;
    bottom: 3.33333vw;
  }
}

.p-challenge-article .p-challenge-item .p-challenge-btn_01 {
  left: 18px;
}

@media screen and (max-width: 980px) {
  .p-challenge-article .p-challenge-item .p-challenge-btn_01 {
    left: 1.53061vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-item .p-challenge-btn_01 {
    left: 3.46667vw;
  }
}

.p-challenge-article .p-challenge-item .p-challenge-btn_02 {
  right: 18px;
}

@media screen and (max-width: 980px) {
  .p-challenge-article .p-challenge-item .p-challenge-btn_02 {
    right: 1.53061vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-item .p-challenge-btn_02 {
    right: 3.46667vw;
  }
}

.p-challenge-article .p-challenge-item .p-challenge-btn_03 {
  right: 18px;
  width: 209px;
}

@media screen and (max-width: 980px) {
  .p-challenge-article .p-challenge-item .p-challenge-btn_03 {
    width: 19.89796vw;
    right: 1.83673vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-item .p-challenge-btn_03 {
    width: 82.4vw;
    right: 3.46667vw;
  }
}

.p-challenge-1 {
  background: url(/fmv/campaign/monitor2018/lh/assets/images/english01/bg_wrapper.png) repeat-x;
  background-color: #fffced;
}

.p-challenge-2 {
  background: url(/fmv/campaign/monitor2018/lh/assets/images/micratch01/bg_wrapper.png) repeat-x;
  background-color: #f7fbf1;
}

.p-challenge-3 {
  background: url(/fmv/campaign/monitor2018/lh/assets/images/qureo01/bg_wrapper.png) repeat-x;
  background-color: #fef7ef;
}

.p-challenge-4 {
  background: url(/fmv/campaign/monitor2018/lh/assets/images/study01/bg_wrapper.png) repeat-x;
  background-color: #f2fcfe;
}

.p-challenge-5 {
  background: url(/fmv/campaign/monitor2018/lh/assets/images/typing01/bg_wrapper.png) repeat-x;
  background-color: #fff6f5;
}

@media screen and (max-width: 768px) {
  .p-challenge-1, .p-challenge-2, .p-challenge-3, .p-challenge-4, .p-challenge-5 {
    background-image: none;
  }
}

.p-challenge-article.p-challenge-article-wrapper {
  padding-top: 23px;
}

@media screen and (max-width: 980px) {
  .p-challenge-article.p-challenge-article-wrapper {
    padding-top: 2.34694vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article.p-challenge-article-wrapper {
    padding: 0;
  }
}

.p-challenge-article.p-challenge-5 {
  padding-top: 50px;
}

@media screen and (max-width: 980px) {
  .p-challenge-article.p-challenge-5 {
    padding-top: 5.10204vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article.p-challenge-5 {
    padding: 0;
  }
}

.p-challenge-article .p-challenge-head {
  text-align: center;
}

.p-challenge-article .p-challenge-head img {
  width: 980px;
}

@media screen and (max-width: 980px) {
  .p-challenge-article .p-challenge-head img {
    width: 93.87755vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-head img {
    width: 100vw;
  }
}

.p-challenge-article .p-challenge-article-ttl {
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 980px) {
  .p-challenge-article .p-challenge-article-ttl {
    margin-top: 4.59184vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-article-ttl {
    margin-top: 8vw;
  }
}

.p-challenge-article .p-challenge-article-ttl img {
  width: 980px;
}

@media screen and (max-width: 980px) {
  .p-challenge-article .p-challenge-article-ttl img {
    width: 93.87755vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-article-ttl img {
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-head-column {
    margin-top: -35.46667vw;
  }
  .p-challenge-article .p-challenge-head-column .c-2column-img {
    margin-top: 0;
  }
}

.p-challenge-article .p-challenge-name {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .p-challenge-article .p-challenge-name {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-5 .p-challenge-head-column {
    margin-top: -40vw;
  }
}

.p-challenge-5 .p-challenge-head-column .c-2column-txt {
  position: relative;
  margin-top: 117px;
}

@media screen and (max-width: 980px) {
  .p-challenge-5 .p-challenge-head-column .c-2column-txt {
    margin-top: 11.93878vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-5 .p-challenge-head-column .c-2column-txt {
    margin-top: 23.46667vw;
  }
}

.p-challenge-5 .p-challenge-head-column .c-2column-txt .p-challenge-head-hukumaro {
  position: absolute;
  top: -124px;
  right: 0;
  width: 161px;
}

@media screen and (max-width: 980px) {
  .p-challenge-5 .p-challenge-head-column .c-2column-txt .p-challenge-head-hukumaro {
    width: 16.42857vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-5 .p-challenge-head-column .c-2column-txt .p-challenge-head-hukumaro {
    width: 29.2vw;
    margin-right: -14.53333vw;
    top: -32vw;
    right: 50%;
  }
}

.p-challenge-5 .p-challenge-article-ttl {
  margin: 60px 0 43px;
}

@media screen and (max-width: 980px) {
  .p-challenge-5 .p-challenge-article-ttl {
    margin-top: 6.12245vw;
    margin-bottom: 4.38776vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-5 .p-challenge-article-ttl {
    margin-top: 5.33333vw;
    margin-bottom: 4vw;
  }
}

.p-challenge-img-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  .p-challenge-img-list {
    margin-top: 4.08163vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-img-list {
    margin-top: 8.66667vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-challenge-img-list li {
  width: 245px;
}

@media screen and (max-width: 980px) {
  .p-challenge-img-list li {
    width: 25vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-img-list li {
    width: 50vw;
  }
}

.p-challenge-balloon-block .p-challenge-balloon-ttl {
  margin-top: 60px;
  width: 980px;
}

@media screen and (max-width: 980px) {
  .p-challenge-balloon-block .p-challenge-balloon-ttl {
    margin-top: 6.12245vw;
    width: 93.87755vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-balloon-block .p-challenge-balloon-ttl {
    width: 86.66667vw;
    margin: 0 auto;
    margin-top: 8vw;
    margin-bottom: 6.66667vw;
  }
}

.p-challenge-balloon-block .p-challenge-balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 27px 30px 0 30px;
  width: 920px;
}

@media screen and (max-width: 980px) {
  .p-challenge-balloon-block .p-challenge-balloon {
    margin: 0;
    margin-top: 2.7551vw;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-balloon-block .p-challenge-balloon {
    width: 86.66667vw;
    margin: 0 auto;
    margin-top: 4vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-challenge-balloon-block .p-challenge-balloon .p-challenge-balloon-img {
  width: 103px;
}

@media screen and (max-width: 980px) {
  .p-challenge-balloon-block .p-challenge-balloon .p-challenge-balloon-img {
    width: 10.5102vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-balloon-block .p-challenge-balloon .p-challenge-balloon-img {
    width: 14.13333vw;
    margin-top: 2.66667vw;
  }
}

.p-challenge-balloon-block .p-challenge-balloon .p-challenge-balloon-txt {
  width: 770px;
  padding: 30px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ccc;
  border-radius: 7px;
  font-size: 114.28571%;
  line-height: 1.8;
  position: relative;
}

@media screen and (max-width: 980px) {
  .p-challenge-balloon-block .p-challenge-balloon .p-challenge-balloon-txt {
    width: 78.57143vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-balloon-block .p-challenge-balloon .p-challenge-balloon-txt {
    width: 66.66667vw;
    padding-top: 6vw;
    padding-right: 5.33333vw;
    padding-bottom: 6vw;
    padding-left: 5.33333vw;
  }
}

.p-challenge-balloon-block .p-challenge-balloon-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.p-challenge-balloon-block .p-challenge-balloon-r .p-challenge-balloon-txt::before {
  content: "";
  position: absolute;
  top: 30px;
  left: -25px;
  border: 10px solid transparent;
  border-right: 15px solid #ccc;
}

@media screen and (max-width: 768px) {
  .p-challenge-balloon-block .p-challenge-balloon-r .p-challenge-balloon-txt::before {
    top: 5.33333vw;
  }
}

.p-challenge-balloon-block .p-challenge-balloon-l {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-challenge-balloon-block .p-challenge-balloon-l .p-challenge-balloon-txt::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -25px;
  border: 10px solid transparent;
  border-left: 15px solid #ccc;
}

.p-challenge-balloon-block .p-challenge-balloon-1 .p-challenge-balloon-txt {
  background-color: #fef2b7;
}

.p-challenge-balloon-block .p-challenge-balloon-1 .p-challenge-balloon-txt::before {
  border-right: 15px solid #fef2b7;
}

.p-challenge-balloon-block .p-challenge-balloon-2 .p-challenge-balloon-txt {
  background-color: #e4f4ce;
}

.p-challenge-balloon-block .p-challenge-balloon-2 .p-challenge-balloon-txt::before {
  border-left: 15px solid #e4f4ce;
}

.p-challenge-balloon-block .p-challenge-balloon-3 .p-challenge-balloon-txt {
  background-color: #ffe6c9;
}

.p-challenge-balloon-block .p-challenge-balloon-3 .p-challenge-balloon-txt::before {
  border-right: 15px solid #ffe6c9;
}

.p-challenge-balloon-block .p-challenge-balloon-4 .p-challenge-balloon-txt {
  background-color: #e1f4f9;
}

.p-challenge-balloon-block .p-challenge-balloon-4 .p-challenge-balloon-txt::before {
  border-left: 15px solid #e1f4f9;
}

.p-challenge-balloon-block .p-challenge-img-list {
  margin: 40px 30px 0 30px;
  width: 920px;
}

@media screen and (max-width: 980px) {
  .p-challenge-balloon-block .p-challenge-img-list {
    margin: 0;
    margin-top: 4.08163vw;
    width: 93.87755vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-balloon-block .p-challenge-img-list {
    margin: 0;
    margin-top: 8.66667vw;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-challenge-balloon-block .p-challenge-img-list li {
  width: 230px;
}

@media screen and (max-width: 980px) {
  .p-challenge-balloon-block .p-challenge-img-list li {
    width: 23.46939vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-balloon-block .p-challenge-img-list li {
    width: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-last .p-challenge-article-ttl {
    margin-top: 0;
  }
}

.p-challenge-section {
  margin-top: 50px;
}

@media screen and (max-width: 980px) {
  .p-challenge-section {
    margin-top: 5.10204vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-section {
    margin-top: 8.66667vw;
  }
}

.p-challenge-section-hdg4 {
  width: 659px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .p-challenge-section-hdg4 {
    width: 67.2449vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-section-hdg4 {
    width: 84vw;
  }
}

.p-challenge-section-hdg4 img {
  width: 100%;
}

.p-challenge-section-inner {
  background-color: #fff;
  padding: 30px 50px 50px 50px;
}

@media screen and (max-width: 768px) {
  .p-challenge-section-inner {
    padding: 0;
    padding-top: 6.53333vw;
    padding-bottom: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-section-inner .p-introduction-middle-05 {
    margin-top: 3.86667vw;
  }
}

/*--------------------------------------------------
.p-manavi
--------------------------------------------------*/
.p-manavi-wrapper {
  background-color: #d7596d;
  padding: 55px 0 50px;
}

@media screen and (max-width: 980px) {
  .p-manavi-wrapper {
    padding-top: 5.61224vw;
    padding-bottom: 4.08163vw;
  }
}

@media screen and (max-width: 768px) {
  .p-manavi-wrapper {
    padding-top: 10.4vw;
    padding-bottom: 10.66667vw;
  }
}

.p-manavi-ttl {
  text-align: center;
}

.p-manavi-ttl img {
  width: 297px;
}

@media screen and (max-width: 980px) {
  .p-manavi-ttl img {
    width: 30.30612vw;
  }
}

@media screen and (max-width: 768px) {
  .p-manavi-ttl img {
    width: 67.06667vw;
  }
}

.p-manavi-txt {
  font-size: 128.57143%;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 980px) {
  .p-manavi-txt {
    margin-top: 2.55102vw;
  }
}

@media screen and (max-width: 768px) {
  .p-manavi-txt {
    margin-top: 4vw;
    padding-right: 6.66667vw;
    padding-left: 6.66667vw;
    font-size: 107.14286%;
    text-align: left;
  }
}

.p-manavi-pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-manavi-pack-wrapper {
  margin: 30px auto;
  border: 4px solid #e38b99;
  padding: 30px 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .p-manavi-pack-wrapper {
    margin-top: 6.66667vw;
    margin-right: 6.66667vw;
    margin-left: 6.66667vw;
    padding: 0;
    padding-top: 6.8vw;
    padding-bottom: 6.8vw;
    border: none;
    border-top: 6px solid #e38b99;
    border-bottom: 6px solid #e38b99;
  }
}

@media screen and (max-width: 768px) {
  .p-manavi-pack {
    height: 86.66667vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
}

.p-manavi-pack-list img {
  width: 205px;
}

@media screen and (max-width: 980px) {
  .p-manavi-pack-list img {
    width: 19.89796vw;
  }
}

@media screen and (max-width: 768px) {
  .p-manavi-pack-list img {
    width: 40.66667vw;
  }
}

.p-manavi-pack-ttl {
  margin-top: 30px;
  text-align: center;
}

.p-manavi-pack-ttl img {
  width: 371px;
}

@media screen and (max-width: 980px) {
  .p-manavi-pack-ttl img {
    width: 37.85714vw;
  }
}

@media screen and (max-width: 768px) {
  .p-manavi-pack-ttl img {
    width: 78.4vw;
  }
}

.p-manavi-bnr {
  display: block;
  width: 980px;
}

@media screen and (max-width: 980px) {
  .p-manavi-bnr {
    width: 93.87755vw;
  }
}

@media screen and (max-width: 768px) {
  .p-manavi-bnr {
    width: 86.66667vw;
    margin: 0 auto;
  }
}

.p-manavi-bnr img {
  width: 100%;
}

.c-wrapper-01 .p-manavi-wrapper {
  background-color: #a7c674;
}

@media screen and (max-width: 768px) {
  .c-wrapper-01 .p-manavi-wrapper .p-manavi-about-logo {
    height: 19.86667vw;
  }
}

.c-wrapper-02 .p-manavi-wrapper {
  background-color: #9bc590;
}

@media screen and (max-width: 768px) {
  .c-wrapper-02 .p-manavi-wrapper .p-manavi-about-logo {
    height: 20.4vw;
  }
}

.c-wrapper-03 .p-manavi-wrapper {
  background-color: #afc1dd;
}

@media screen and (max-width: 768px) {
  .c-wrapper-03 .p-manavi-wrapper .p-manavi-about-logo {
    height: 18.8vw;
  }
}

.c-wrapper-04 .p-manavi-wrapper {
  background-color: #e0d298;
}

@media screen and (max-width: 768px) {
  .c-wrapper-04 .p-manavi-wrapper .p-manavi-about-logo {
    height: 15.06667vw;
  }
}

.c-wrapper-05 .p-manavi-wrapper {
  background-color: #f7a6a7;
}

@media screen and (max-width: 768px) {
  .c-wrapper-05 .p-manavi-wrapper .p-manavi-about-logo {
    height: 21.46667vw;
  }
}

.c-wrapper-01 .p-manavi-wrapper, .c-wrapper-02 .p-manavi-wrapper, .c-wrapper-03 .p-manavi-wrapper, .c-wrapper-04 .p-manavi-wrapper, .c-wrapper-05 .p-manavi-wrapper {
  padding: 70px 0;
}

@media screen and (max-width: 980px) {
  .c-wrapper-01 .p-manavi-wrapper, .c-wrapper-02 .p-manavi-wrapper, .c-wrapper-03 .p-manavi-wrapper, .c-wrapper-04 .p-manavi-wrapper, .c-wrapper-05 .p-manavi-wrapper {
    padding-top: 7.14286vw;
    padding-bottom: 7.14286vw;
  }
}

@media screen and (max-width: 768px) {
  .c-wrapper-01 .p-manavi-wrapper, .c-wrapper-02 .p-manavi-wrapper, .c-wrapper-03 .p-manavi-wrapper, .c-wrapper-04 .p-manavi-wrapper, .c-wrapper-05 .p-manavi-wrapper {
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw;
  }
}

.c-wrapper-01 .p-manavi-inner, .c-wrapper-02 .p-manavi-inner, .c-wrapper-03 .p-manavi-inner, .c-wrapper-04 .p-manavi-inner, .c-wrapper-05 .p-manavi-inner {
  background: #fff;
  border-radius: 5px;
  padding: 50px 50px 40px;
}

@media screen and (max-width: 980px) {
  .c-wrapper-01 .p-manavi-inner, .c-wrapper-02 .p-manavi-inner, .c-wrapper-03 .p-manavi-inner, .c-wrapper-04 .p-manavi-inner, .c-wrapper-05 .p-manavi-inner {
    padding-top: 5.10204vw;
    padding-left: 5.10204vw;
    padding-bottom: 4.08163vw;
    padding-right: 5.10204vw;
  }
}

@media screen and (max-width: 768px) {
  .c-wrapper-01 .p-manavi-inner, .c-wrapper-02 .p-manavi-inner, .c-wrapper-03 .p-manavi-inner, .c-wrapper-04 .p-manavi-inner, .c-wrapper-05 .p-manavi-inner {
    width: 86.66667vw;
    margin-right: 6.66667vw;
    margin-left: 6.66667vw;
    padding: 0;
  }
}

.c-wrapper-01 .p-manavi-about, .c-wrapper-02 .p-manavi-about, .c-wrapper-03 .p-manavi-about, .c-wrapper-04 .p-manavi-about, .c-wrapper-05 .p-manavi-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-wrapper-01 .p-manavi-about, .c-wrapper-02 .p-manavi-about, .c-wrapper-03 .p-manavi-about, .c-wrapper-04 .p-manavi-about, .c-wrapper-05 .p-manavi-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-wrapper-01 .p-manavi-about .p-manavi-about-logo, .c-wrapper-02 .p-manavi-about .p-manavi-about-logo, .c-wrapper-03 .p-manavi-about .p-manavi-about-logo, .c-wrapper-04 .p-manavi-about .p-manavi-about-logo, .c-wrapper-05 .p-manavi-about .p-manavi-about-logo {
  width: 227px;
}

@media screen and (max-width: 980px) {
  .c-wrapper-01 .p-manavi-about .p-manavi-about-logo, .c-wrapper-02 .p-manavi-about .p-manavi-about-logo, .c-wrapper-03 .p-manavi-about .p-manavi-about-logo, .c-wrapper-04 .p-manavi-about .p-manavi-about-logo, .c-wrapper-05 .p-manavi-about .p-manavi-about-logo {
    width: 20.40816vw;
  }
}

@media screen and (max-width: 768px) {
  .c-wrapper-01 .p-manavi-about .p-manavi-about-logo, .c-wrapper-02 .p-manavi-about .p-manavi-about-logo, .c-wrapper-03 .p-manavi-about .p-manavi-about-logo, .c-wrapper-04 .p-manavi-about .p-manavi-about-logo, .c-wrapper-05 .p-manavi-about .p-manavi-about-logo {
    padding-top: 8vw;
    width: 73.33333vw;
  }
}

.c-wrapper-01 .p-manavi-about .p-manavi-about-logo img, .c-wrapper-02 .p-manavi-about .p-manavi-about-logo img, .c-wrapper-03 .p-manavi-about .p-manavi-about-logo img, .c-wrapper-04 .p-manavi-about .p-manavi-about-logo img, .c-wrapper-05 .p-manavi-about .p-manavi-about-logo img {
  width: 100%;
}

.c-wrapper-01 .p-manavi-about .p-manavi-about-txt, .c-wrapper-02 .p-manavi-about .p-manavi-about-txt, .c-wrapper-03 .p-manavi-about .p-manavi-about-txt, .c-wrapper-04 .p-manavi-about .p-manavi-about-txt, .c-wrapper-05 .p-manavi-about .p-manavi-about-txt {
  width: 620px;
}

@media screen and (max-width: 980px) {
  .c-wrapper-01 .p-manavi-about .p-manavi-about-txt, .c-wrapper-02 .p-manavi-about .p-manavi-about-txt, .c-wrapper-03 .p-manavi-about .p-manavi-about-txt, .c-wrapper-04 .p-manavi-about .p-manavi-about-txt, .c-wrapper-05 .p-manavi-about .p-manavi-about-txt {
    width: 59.18367vw;
  }
}

@media screen and (max-width: 768px) {
  .c-wrapper-01 .p-manavi-about .p-manavi-about-txt, .c-wrapper-02 .p-manavi-about .p-manavi-about-txt, .c-wrapper-03 .p-manavi-about .p-manavi-about-txt, .c-wrapper-04 .p-manavi-about .p-manavi-about-txt, .c-wrapper-05 .p-manavi-about .p-manavi-about-txt {
    width: 73.33333vw;
    padding-top: 7.06667vw;
    padding-right: 6.66667vw;
    padding-bottom: 5.33333vw;
    padding-left: 6.66667vw;
    border-bottom: 2px solid #f0f0f0;
  }
}

.c-wrapper-01 .p-manavi-about .p-manavi-about-bnr, .c-wrapper-02 .p-manavi-about .p-manavi-about-bnr, .c-wrapper-03 .p-manavi-about .p-manavi-about-bnr, .c-wrapper-04 .p-manavi-about .p-manavi-about-bnr, .c-wrapper-05 .p-manavi-about .p-manavi-about-bnr {
  display: block;
  width: 360px;
  margin-top: 15px;
}

@media screen and (max-width: 980px) {
  .c-wrapper-01 .p-manavi-about .p-manavi-about-bnr, .c-wrapper-02 .p-manavi-about .p-manavi-about-bnr, .c-wrapper-03 .p-manavi-about .p-manavi-about-bnr, .c-wrapper-04 .p-manavi-about .p-manavi-about-bnr, .c-wrapper-05 .p-manavi-about .p-manavi-about-bnr {
    width: 36.73469vw;
    margin-top: 1.53061vw;
  }
}

@media screen and (max-width: 768px) {
  .c-wrapper-01 .p-manavi-about .p-manavi-about-bnr, .c-wrapper-02 .p-manavi-about .p-manavi-about-bnr, .c-wrapper-03 .p-manavi-about .p-manavi-about-bnr, .c-wrapper-04 .p-manavi-about .p-manavi-about-bnr, .c-wrapper-05 .p-manavi-about .p-manavi-about-bnr {
    width: 73.33333vw;
    margin-top: 4vw;
  }
}

.c-wrapper-01 .p-manavi-ttl, .c-wrapper-02 .p-manavi-ttl, .c-wrapper-03 .p-manavi-ttl, .c-wrapper-04 .p-manavi-ttl, .c-wrapper-05 .p-manavi-ttl {
  text-align: left;
  margin-bottom: 15px;
}

@media screen and (max-width: 980px) {
  .c-wrapper-01 .p-manavi-ttl, .c-wrapper-02 .p-manavi-ttl, .c-wrapper-03 .p-manavi-ttl, .c-wrapper-04 .p-manavi-ttl, .c-wrapper-05 .p-manavi-ttl {
    margin-bottom: 1.53061vw;
  }
}

@media screen and (max-width: 768px) {
  .c-wrapper-01 .p-manavi-ttl, .c-wrapper-02 .p-manavi-ttl, .c-wrapper-03 .p-manavi-ttl, .c-wrapper-04 .p-manavi-ttl, .c-wrapper-05 .p-manavi-ttl {
    margin-bottom: 4vw;
  }
}

.c-wrapper-01 .p-manavi-ttl img, .c-wrapper-02 .p-manavi-ttl img, .c-wrapper-03 .p-manavi-ttl img, .c-wrapper-04 .p-manavi-ttl img, .c-wrapper-05 .p-manavi-ttl img {
  width: 100%;
}

.c-wrapper-01 .p-manavi-bnr, .c-wrapper-02 .p-manavi-bnr, .c-wrapper-03 .p-manavi-bnr, .c-wrapper-04 .p-manavi-bnr, .c-wrapper-05 .p-manavi-bnr {
  display: block;
  width: 880px;
  margin-top: 35px;
}

@media screen and (max-width: 980px) {
  .c-wrapper-01 .p-manavi-bnr, .c-wrapper-02 .p-manavi-bnr, .c-wrapper-03 .p-manavi-bnr, .c-wrapper-04 .p-manavi-bnr, .c-wrapper-05 .p-manavi-bnr {
    width: 83.57143vw;
    margin-top: 3.57143vw;
  }
}

@media screen and (max-width: 768px) {
  .c-wrapper-01 .p-manavi-bnr, .c-wrapper-02 .p-manavi-bnr, .c-wrapper-03 .p-manavi-bnr, .c-wrapper-04 .p-manavi-bnr, .c-wrapper-05 .p-manavi-bnr {
    width: 77.33333vw;
    padding-top: 5.33333vw;
    padding-right: 4.66667vw;
    padding-bottom: 5.33333vw;
    padding-left: 4.66667vw;
    margin: 0;
  }
}

.c-wrapper-01 .p-manavi-bnr img, .c-wrapper-02 .p-manavi-bnr img, .c-wrapper-03 .p-manavi-bnr img, .c-wrapper-04 .p-manavi-bnr img, .c-wrapper-05 .p-manavi-bnr img {
  width: 100%;
}

/*--------------------------------------------------
.p-profile
--------------------------------------------------*/
.p-profile {
  margin-top: 60px;
  border: 4px solid #ccc;
  width: 980px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}

@media screen and (max-width: 980px) {
  .p-profile {
    width: 93.87755vw;
    margin-top: 6.12245vw;
    padding-bottom: 5.10204vw;
  }
}

@media screen and (max-width: 768px) {
  .p-profile {
    width: 100vw;
    margin-top: 12vw;
    border: 0;
  }
}

.p-profile .p-profile-name {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-profile .p-profile-name {
    display: none;
  }
}

.p-profile .p-profile-ttl-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-profile .p-profile-ttl-sp {
    display: block;
  }
}

.p-profile .p-profile-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.p-profile .p-profile-inner .p-profile-img {
  width: 223px;
  margin-top: -88px;
}

@media screen and (max-width: 980px) {
  .p-profile .p-profile-inner .p-profile-img {
    width: 22.7551vw;
    margin-top: -8.97959vw;
  }
}

@media screen and (max-width: 768px) {
  .p-profile .p-profile-inner .p-profile-img {
    display: none;
  }
}

.p-profile .p-profile-inner .p-profile-img img {
  width: 100%;
}

.p-profile .p-profile-inner .p-profile-txt {
  width: 616px;
  margin-top: 39px;
}

@media screen and (max-width: 980px) {
  .p-profile .p-profile-inner .p-profile-txt {
    width: 62.85714vw;
    margin-top: 3.97959vw;
  }
}

@media screen and (max-width: 768px) {
  .p-profile .p-profile-inner .p-profile-txt {
    width: 86.66667vw;
    margin-top: 8vw;
  }
}

.p-profile .p-profile-inner .p-profile-txt .p-profile-ttl {
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  .p-profile .p-profile-inner .p-profile-txt .p-profile-ttl {
    padding-bottom: 2.55102vw;
    margin-bottom: 2.04082vw;
  }
}

@media screen and (max-width: 768px) {
  .p-profile .p-profile-inner .p-profile-txt .p-profile-ttl {
    display: none;
  }
}

.p-profile .p-profile-inner .p-profile-txt .p-profile-ttl img {
  width: 140px;
}

@media screen and (max-width: 980px) {
  .p-profile .p-profile-inner .p-profile-txt .p-profile-ttl img {
    width: 14.28571vw;
  }
}

.p-profile_01 {
  border: 4px solid #ffd200;
}

.p-profile_01 .p-profile-inner .p-profile-txt .p-profile-ttl {
  border-bottom: 1px solid #ffeb8e;
}

@media screen and (max-width: 768px) {
  .p-profile_01 {
    border: 0;
  }
}

.p-profile_02 {
  border: 4px solid #8cc63f;
}

.p-profile_02 .p-profile-inner .p-profile-txt .p-profile-ttl {
  border-bottom: 1px solid #cce6aa;
}

@media screen and (max-width: 768px) {
  .p-profile_02 {
    border: 0;
  }
}

.p-profile_03 {
  border: 4px solid #f7931d;
}

.p-profile_03 .p-profile-inner .p-profile-txt .p-profile-ttl {
  border-bottom: 1px solid #fbcf9b;
}

@media screen and (max-width: 768px) {
  .p-profile_03 {
    border: 0;
  }
}

.p-profile_04 {
  border: 4px solid #00c0f3;
}

.p-profile_04 .p-profile-inner .p-profile-txt .p-profile-ttl {
  border-bottom: 1px solid #91e4fa;
}

@media screen and (max-width: 768px) {
  .p-profile_04 {
    border: 0;
  }
}

/*--------------------------------------------------
.p-btn-top
--------------------------------------------------*/
.p-btn-top {
  margin: 0 auto;
  padding-bottom: 70px;
  border-bottom: 1px solid #f0f0f0;
}

@media screen and (max-width: 980px) {
  .p-btn-top {
    margin: 0 auto;
    padding-bottom: 7.14286vw;
  }
}

@media screen and (max-width: 768px) {
  .p-btn-top {
    margin: 0 auto;
    padding-bottom: 9.33333vw;
    border-bottom: 2px solid #f0f0f0;
  }
}

.p-btn-top a {
  width: 318px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .p-btn-top a {
    width: 32.44898vw;
  }
}

@media screen and (max-width: 768px) {
  .p-btn-top a {
    width: 70.66667vw;
  }
}

.p-btn-top a img {
  width: 100%;
}

/*--------------------------------------------------
.p-record
--------------------------------------------------*/
.p-record {
  margin-top: 40px;
  padding: 0 50px 50px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .p-record {
    margin-top: 4.08163vw;
    padding-left: 5.10204vw;
    padding-bottom: 5.10204vw;
    padding-right: 5.10204vw;
  }
}

@media screen and (max-width: 768px) {
  .p-record {
    margin-top: 9.33333vw;
    padding: 0;
    padding-bottom: 7.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-record + .p-record {
    margin-top: 6.66667vw;
  }
}

.p-record-ttl {
  width: 347px;
  position: absolute;
  top: -19px;
}

@media screen and (max-width: 980px) {
  .p-record-ttl {
    width: 32.34694vw;
    top: -1.93878vw;
  }
}

@media screen and (max-width: 768px) {
  .p-record-ttl {
    width: 86.66667vw;
    top: -3.6vw;
    left: 6.66667vw;
    z-index: 1;
  }
}

.p-record-ttl img {
  width: 100%;
}

.p-record-img {
  width: 412px;
  padding-top: 105px;
}

@media screen and (max-width: 980px) {
  .p-record-img {
    width: 38.97959vw;
    padding-top: 10.71429vw;
  }
}

@media screen and (max-width: 768px) {
  .p-record-img {
    width: 86.66667vw;
    margin: 0 auto;
    padding: 0;
    margin-top: -11.86667vw;
    position: relative;
  }
}

.p-record-img img {
  width: 100%;
}

.p-record-img-portrait {
  position: absolute;
  top: 0;
  right: 0;
  width: 455px;
}

@media screen and (max-width: 980px) {
  .p-record-img-portrait {
    width: 43.36735vw;
  }
}

@media screen and (max-width: 768px) {
  .p-record-img-portrait {
    width: 100vw;
    padding-top: 17.33333vw;
    position: relative;
  }
}

.p-record-img-portrait img {
  width: 100%;
}

.p-record-txt {
  margin-top: 41px;
  width: 880px;
}

@media screen and (max-width: 980px) {
  .p-record-txt {
    width: 83.67347vw;
    margin-top: 4.08163vw;
  }
}

@media screen and (max-width: 768px) {
  .p-record-txt {
    width: 86.66667vw;
    margin: 0 auto;
    margin-top: 5.33333vw;
  }
}

.p-record-txt .c-txt {
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .p-record-txt .c-txt {
    margin-top: 1.02041vw;
  }
}

@media screen and (max-width: 768px) {
  .p-record-txt .c-txt {
    margin-top: 2.66667vw;
  }
}

.p-record_01 {
  background-color: #fef2b7;
}

.p-record_02 {
  background-color: #e4f4ce;
}

.p-record_03 {
  background-color: #ffe6c9;
}

.p-record_04 {
  background-color: #e1f4f9;
}

/*--------------------------------------------------
.c-inner
--------------------------------------------------*/
.c-inner {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .c-inner {
    width: 93.87755vw;
  }
}

@media screen and (max-width: 768px) {
  .c-inner {
    width: 100vw;
  }
}

/*--------------------------------------------------
link
--------------------------------------------------*/
a {
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

a:hover {
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  opacity: .8;
}

.section10 .recommendBlock li {
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

.section10 .recommendBlock li:hover {
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  opacity: .8;
}

.p-sns-area a:hover {
  opacity: 1;
}

.p-sns-area a:hover .p-sns-on {
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .p-sns-area a:hover .p-sns-on {
    visibility: visible;
  }
}

.p-sns-area a {
  position: relative;
}

.p-sns-area .p-sns-off {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-sns-area .p-sns-off {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

/*--------------------------------------------------
.c-wrapper
--------------------------------------------------*/
/*--------------------------------------------------
.c-wrapper
--------------------------------------------------*/
.c-2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .c-2column {
    margin-top: 4.08163vw;
  }
}

@media screen and (max-width: 768px) {
  .c-2column {
    margin-top: 6.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-2column .c-2column-img {
  width: 455px;
}

@media screen and (max-width: 980px) {
  .c-2column .c-2column-img {
    width: 43.87755vw;
  }
}

@media screen and (max-width: 768px) {
  .c-2column .c-2column-img {
    width: 86.66667vw;
    min-height: 0%;
    margin: 0 auto;
  }
}

.c-2column .c-2column-img img {
  width: 100%;
}

.c-2column .c-2column-img_1 {
  width: 455px;
}

@media screen and (max-width: 980px) {
  .c-2column .c-2column-img_1 {
    width: 43.87755vw;
  }
}

@media screen and (max-width: 768px) {
  .c-2column .c-2column-img_1 {
    width: 86.66667vw;
    min-height: 0%;
    margin: 0 auto;
  }
}

.c-2column .c-2column-img_1 img {
  width: 100%;
}

.c-2column .c-2column-txt {
  width: 490px;
}

@media screen and (max-width: 980px) {
  .c-2column .c-2column-txt {
    width: 46.93878vw;
  }
}

@media screen and (max-width: 768px) {
  .c-2column .c-2column-txt {
    width: 86.66667vw;
    margin: 0 auto;
  }
}

.c-2column .c-2column-txt img {
  width: 100%;
}

.c-2column .c-2column-txt p + p {
  margin-top: 20px;
}

.c-2column .c-2column-txt p:nth-of-type(3) {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .c-2column .c-2column-txt p:nth-of-type(3) {
    margin-top: 4.08163vw;
  }
}

@media screen and (max-width: 768px) {
  .c-2column .c-2column-txt p:nth-of-type(3) {
    margin-top: 6.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-2column .c-2column-img + .c-2column-txt,
  .c-2column .c-2column-txt + .c-2column-img,
  .c-2column .c-2column-img + .c-2column-img {
    margin-top: 6.66667vw;
  }
}

.c-2column--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .c-2column--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-1column {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .c-1column {
    margin-top: 3.06122vw;
  }
}

@media screen and (max-width: 768px) {
  .c-1column {
    margin-top: 6.66667vw;
  }
}

.c-1column .c-1column-txt {
  width: 980px;
}

@media screen and (max-width: 980px) {
  .c-1column .c-1column-txt {
    width: 93.87755vw;
  }
}

@media screen and (max-width: 768px) {
  .c-1column .c-1column-txt {
    width: 86.66667vw;
    margin: 0 auto;
  }
}

.c-1column .c-1column-txt img {
  width: 100%;
}

.c-1column .c-1column-txt p + p {
  margin-top: 20px;
}

.p-challenge-section-inner .c-1column {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .p-challenge-section-inner .c-1column {
    margin-top: 3.06122vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-section-inner .c-1column {
    margin-top: 6.66667vw;
  }
}

.p-challenge-section-inner .c-1column .c-1column-txt {
  width: 880px;
}

@media screen and (max-width: 980px) {
  .p-challenge-section-inner .c-1column .c-1column-txt {
    width: 83.67347vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-section-inner .c-1column .c-1column-txt {
    width: 86.66667vw;
    margin: 0 auto;
  }
}

.p-challenge-section-inner .c-1column .c-1column-txt img {
  width: 100%;
}

.p-challenge-section-inner .c-1column .c-1column-txt p + p {
  margin-top: 20px;
}

.p-challenge-section-inner .c-2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .p-challenge-section-inner .c-2column {
    margin-top: 4.08163vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-section-inner .c-2column {
    margin-top: 6.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-challenge-section-inner .c-2column .c-2column-img {
  width: 405px;
}

@media screen and (max-width: 980px) {
  .p-challenge-section-inner .c-2column .c-2column-img {
    width: 38.77551vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-section-inner .c-2column .c-2column-img {
    width: 86.66667vw;
    min-height: 0%;
    margin: 0 auto;
  }
}

.p-challenge-section-inner .c-2column .c-2column-img img {
  width: 100%;
}

.p-challenge-section-inner .c-2column .c-2column-txt {
  width: 440px;
}

@media screen and (max-width: 980px) {
  .p-challenge-section-inner .c-2column .c-2column-txt {
    width: 40.81633vw;
  }
}

@media screen and (max-width: 768px) {
  .p-challenge-section-inner .c-2column .c-2column-txt {
    width: 86.66667vw;
    margin: 0 auto;
  }
}

.p-challenge-section-inner .c-2column .c-2column-txt img {
  width: 100%;
}

.p-challenge-section-inner .c-2column .c-2column-txt p + p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-challenge-section-inner .c-2column .c-2column-img + .c-2column-txt,
  .p-challenge-section-inner .c-2column .c-2column-txt + .c-2column-img {
    margin-top: 6.66667vw;
  }
}

.c-column-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-column-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 6.66667vw;
  }
}

.c-column-flex-alignCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-column-flex .c-column-flex-img {
  width: 405px;
}

@media screen and (max-width: 980px) {
  .c-column-flex .c-column-flex-img {
    width: 38.77551vw;
  }
}

@media screen and (max-width: 768px) {
  .c-column-flex .c-column-flex-img {
    width: 100vw;
    min-height: 0%;
  }
}

.c-column-flex .c-column-flex-img img {
  width: 100%;
}

.c-column-flex .c-column-flex-txt {
  width: 440px;
}

@media screen and (max-width: 980px) {
  .c-column-flex .c-column-flex-txt {
    width: 40.81633vw;
  }
}

@media screen and (max-width: 768px) {
  .c-column-flex .c-column-flex-txt {
    width: 86.66667vw;
    margin-top: 6vw;
  }
}

/*--------------------------------------------------
.c-txt
--------------------------------------------------*/
.c-txt {
  font-size: 114.28571%;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .c-txt {
    font-size: 107.14286%;
  }
}

.c-list {
  font-size: 114.28571%;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .c-list {
    font-size: 107.14286%;
  }
}
