@charset "UTF-8";
@import 'https://fonts.googleapis.com/earlyaccess/notosansjp.css';
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*
 * Typography
 */
/*
 * Colors
 */
/*
 * Grids
 */
/*
 * Media Queries
 */
/*
 * Mixins
 */
@media screen and (min-width: 981px) {
  .sp_show {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  .sp_hide {
    display: none !important;
  }
}

html, body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', sans-serif;
}

@media screen and (max-width: 980px) {
  html, body {
    font-size: 14px;
  }
}

body * {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.03em;
}

li {
  list-style-type: none;
  list-style-position: inside;
}

a:hover img {
  opacity: 0.7;
}

em, i {
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 980px) {
  .inner {
    max-width: 480px;
  }
}

@media screen and (min-width: 981px) {
  header {
    padding: 15px 0;
  }
}

@media screen and (max-width: 980px) {
  header {
    display: block;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: #FFF;
  }
  header::after {
    clear: both;
    content: "";
    display: block;
  }
}

header .inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 980px) {
  header .inner {
    float: left;
    width: 110px;
    height: 42px;
  }
}

header a {
  display: block;
}

header .logo {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  header .logo {
    padding-left: 10px;
    width: 110px;
  }
}

@media screen and (min-width: 981px) {
  header .logo img {
    width: 210px;
  }
}

@media screen and (max-width: 980px) {
  header .logo img {
    width: 100px;
  }
}

header .pc_tel {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

@media screen and (max-width: 980px) {
  header .pc_tel {
    display: none !important;
  }
}

header .pc_tel .items {
  float: right;
  display: table;
  text-align: center;
  white-space: nowrap;
}

header .pc_tel .items .hours {
  display: block;
  width: 100%;
  background-color: #555;
  color: #FFF;
  font-size: 13px;
  line-height: 1;
  padding: 5px 0;
  margin-bottom: 3px;
}

header .pc_tel .items .num {
  display: table;
  width: auto;
  font-size: 28px;
  font-weight: bold;
  color: #555;
  line-height: 1;
}

header .pc_tel .items .num:before {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  background-image: url("../images/header_tel.png");
  background-repeat: no-repeat;
  background-size: auto 0.8em;
  background-position: 50% 100%;
}

header .pc_mail {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  header .pc_mail {
    display: none !important;
  }
}

@media screen and (min-width: 981px) {
  header .pc_mail {
    width: 300px;
  }
}

header .pc_nav {
  display: block;
  float: right;
  display: table;
  table-layout: fixed;
}

@media screen and (max-width: 980px) {
  header .pc_nav {
    display: none !important;
  }
}

header .pc_nav::after {
  clear: both;
  content: "";
  display: block;
}

header .sp_menu {
  float: right;
}

header .sp_menu span {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
}

header .sp_menu span, header .sp_menu span:before, header .sp_menu span:after {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

header .sp_menu span:before, header .sp_menu span:after {
  position: absolute;
  display: block;
  content: '';
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background-color: #2478BD;;
  left: 8px;
}

header .sp_menu span:before {
  top: 16px;
}

header .sp_menu span:after {
  bottom: 16px;
}

header .sp_menu span.active {
  background-color: #2478BD;
}

header .sp_menu span.active:before, header .sp_menu span.active:after {
  background-color: #FFF;
}

header .sp_nav {
  position: fixed;
  z-index: 1001;
  display: block;
  opacity: 0;
  pointer-events: none;
  clear: both;
  width: 100%;
  left: 0;
  top: 42px;
  padding: 8px 8px 36px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

header .sp_nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -8px;
}

header .sp_nav > ul > li {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: block;
  width: calc(((100% - 8px * (2 - 1)) / 2) - 0.02px);
  max-width: calc(((100% - 8px * (2 - 1)) / 2) - 0.02px);
  margin-bottom: 8px;
}

header .sp_nav > ul > li:not(:nth-of-type(2n)) {
  margin-right: 8px;
}

header .sp_nav.active {
  opacity: 1;
  pointer-events: auto;
}

header .sp_nav a {
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: #2478BD;
  color: #FFF;
}

@media screen and (max-width: 980px) {
  main {
    padding-top: 42px;
  }
}

.mainvisual {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 981px) {
  .mainvisual {
    position: relative;
    height: 500px;
    padding-top: 0;
    background-image: url("../images/mainvisual_bg.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
  }
}

@media screen and (min-width: 1301px) {
  .mainvisual {
    height: 0;
    padding-top: 38.46154%;
  }
}

@media screen and (max-width: 980px) {
  .mainvisual {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 980px) {
  .mainvisual .inner {
    background-image: url("../images/sp_mainvisual.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 143.75%;
  }
}

.mainvisual .inner .contents {
  width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 980px) {
  .mainvisual .inner .contents {
    display: none !important;
  }
}

@media screen and (min-width: 981px) {
  .mainvisual .inner .contents {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.mainvisual .inner .contents .main_text {
  position: relative;
  display: table;
  width: auto;
  margin: 0 auto;
  padding: 50px 210px 0;
}

.mainvisual .inner .contents .main_text .text {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 38px;
  font-weight: 900;
  color: #555;
  letter-spacing: 1px;
  line-height: 75px;
  text-shadow: 3px 3px 0 #FFF;
}

.mainvisual .inner .contents .main_text strong {
  font-size: 58px;
  font-style: italic;
  color: #2478BD;
  margin: 0 0.2em;
}

.mainvisual .inner .contents .main_text strong em {
  font-size: 62px;
  font-style: italic;
}

.mainvisual .inner .contents .main_text .balloon {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  position: absolute;
  display: table;
  width: 220px;
  height: 220px;
  background-image: url("../images/mainvisual_balloon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  right: 0;
  top: 0;
}

.mainvisual .inner .contents .main_text .balloon span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.25;
  font-size: 35px;
  font-weight: bold;
  color: #FFF;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

.mainvisual .inner .contents .items {
  display: table;
  margin: 0 auto;
}

.mainvisual .inner .contents .items ul {
  display: block;
  display: table;
}

.mainvisual .inner .contents .items ul::after {
  clear: both;
  content: "";
  display: block;
}

.mainvisual .inner .contents .items ul li {
  position: relative;
  float: left;
  width: 180px;
  height: 180px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.mainvisual .inner .contents .items ul li:not(:last-of-type) {
  margin-right: 40px;
}

.mainvisual .inner .contents .items ul li:nth-of-type(1) {
  background-image: url("../images/mainvisual_items01.png");
}

.mainvisual .inner .contents .items ul li:nth-of-type(2) {
  background-image: url("../images/mainvisual_items02.png");
}

.mainvisual .inner .contents .items ul li:nth-of-type(3) {
  background-image: url("../images/mainvisual_items03.png");
}

.mainvisual .inner .contents .items ul li span {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  position: absolute;
  display: block;
  width: 180px;
  padding: 10px 0;
  line-height: 1;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%) skewY(-10deg);
  transform: translateX(-50%) skewY(-10deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  background-color: #F29700;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 981px) {
  .problems {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 980px) {
  .problems {
    padding: 30px 15px 15px;
  }
  .problems img {
    margin: 0 auto;
  }
}

.problems h2 {
  max-width: 850px;
  margin: 0 auto 35px;
  padding-bottom: 22px;
  background-image: url("../images/problems_head.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  font-weight: normal;
  font-size: 44px;
  text-align: center;
}

.problems .items {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 67.46862%;
  background-image: url("../images/problems_items.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.problems .items li {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.problems .items li.i01 {
  left: 37.6569%;
  top: 11.62791%;
}

.problems .items li.i02 {
  left: 66.94561%;
  top: 14.72868%;
}

.problems .items li.i03 {
  left: 15.48117%;
  top: 25.11628%;
}

.problems .items li.i04 {
  left: 83.3682%;
  top: 40.31008%;
}

.problems .items li.i05 {
  left: 26.67364%;
  top: 55.81395%;
}

.problems .items li.i06 {
  left: 66.21339%;
  top: 64.8062%;
}

.problems .items li.i07 {
  left: 16.5272%;
  top: 86.04651%;
}

.problems .items li.i08 {
  left: 83.159%;
  top: 86.04651%;
}

.problems_consulting {
  position: relative;
  background-color: #E3F3FC;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (min-width: 981px) {
  .problems_consulting {
    padding-bottom: 25px;
    padding-top: 8.61538%;
    background-image: url("../images/problems_consulting_bg.png");
  }
}

@media screen and (max-width: 980px) {
  .problems_consulting {
    padding-bottom: 30px;
    padding-top: 9.375%;
    background-image: url("../images/sp_problems_consulting_bg.png");
  }
}

.problems_consulting .text {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 981px) {
  .problems_consulting .text {
    height: 0;
    padding-top: 24.4898%;
    background-image: url("../images/problems_consulting.png");
    background-position: 100% 50%;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 980px) {
  .problems_consulting .text {
    padding-bottom: 132px;
    background-image: url("../images/problems_consulting.png");
    background-position: 50% 100%;
    background-size: auto 120px;
  }
}

.problems_consulting .text p {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-style: italic;
  color: #2478BD;
  letter-spacing: 1px;
  text-shadow: 3px 3px 0 #FFF;
  white-space: nowrap;
}

@media screen and (min-width: 981px) {
  .problems_consulting .text p {
    position: absolute;
    text-align: left;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 54px;
    line-height: 75px;
  }
}

@media screen and (max-width: 980px) {
  .problems_consulting .text p {
    padding-top: 30px;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }
}

.problems_consulting .text p strong {
  font-weight: bold;
  color: #F29700;
}

@media screen and (min-width: 981px) {
  .problems_consulting .text p strong {
    font-size: 72px;
    margin-right: 0.2em;
  }
}

@media screen and (max-width: 980px) {
  .problems_consulting .text p strong {
    font-size: 36px;
    margin-right: 0.1em;
  }
}

.problems_consulting .text p strong em {
  font-style: italic;
}

@media screen and (min-width: 981px) {
  .problems_consulting .text p strong em {
    font-size: 88px;
  }
}

@media screen and (max-width: 980px) {
  .problems_consulting .text p strong em {
    font-size: 40px;
  }
}

@media screen and (min-width: 981px) {
  .problems_contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 980px) {
  .problems_contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.points h2, .qa h2, .flow h2 {
  color: #2478BD;
  font-weight: bold;
  text-align: center;
  background-color: #FFF;
  border-style: solid;
  border-color: #2478BD;
}

@media screen and (min-width: 981px) {
  .points h2, .qa h2, .flow h2 {
    height: 54px;
    line-height: 48px;
    border-radius: 27px;
    border-width: 3px;
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 980px) {
  .points h2, .qa h2, .flow h2 {
    height: 28px;
    line-height: 24px;
    border-radius: 14px;
    border-width: 2px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 980px) {
  .points .inner, .qa .inner, .flow .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.points {
  background-color: #E3F3FC;
}

@media screen and (min-width: 981px) {
  .points {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 980px) {
  .points {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 981px) {
  .points .items > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -0px;
  }
  .points .items > ul > li {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: block;
    width: calc(((100% - 12px * (3 - 1)) / 3) - 0.02px);
    max-width: calc(((100% - 12px * (3 - 1)) / 3) - 0.02px);
    margin-bottom: 0px;
  }
  .points .items > ul > li:not(:nth-of-type(3n)) {
    margin-right: 12px;
  }
}

@media screen and (max-width: 980px) {
  .points .items li {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .points .items li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.points .items li h3 {
  background-color: #2478BD;
  color: #FFF;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.5;
  padding: 3px 7px 0;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .points .items li h3 {
    font-size: 18px;
  }
}

.points .items li h3 small {
  font-size: 15px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 980px) {
  .points .items li h3 small {
    font-size: 13px;
  }
}

.points .items li .case {
  padding: 20px 15px 15px;
  background-color: #FFF;
}

@media screen and (max-width: 980px) {
  .points .items li .case {
    padding: 10px 10px 10px;
  }
}

.points .items li .case .lead {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  .points .items li .case .lead {
    margin-bottom: 10px;
  }
}

.points .items li .case .lead .circle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-right: 22px;
}

@media screen and (max-width: 980px) {
  .points .items li .case .lead .circle {
    padding-right: 16px;
  }
}

.points .items li .case .lead .circle span {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: #E3F3FC;
  border-radius: 50%;
  font-size: 19px;
}

@media screen and (max-width: 980px) {
  .points .items li .case .lead .circle span {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 16px;
  }
}

.points .items li .case .lead .balloon {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.points .items li .case .lead .balloon p {
  position: relative;
  padding: 8px 12px;
  border: 1px solid #333;
  border-radius: 5px;
  line-height: 1.6;
}

@media screen and (max-width: 980px) {
  .points .items li .case .lead .balloon p {
    padding: 5px 8px;
    line-height: 1.4;
  }
}

.points .items li .case .lead .balloon p.single {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.points .items li .case .lead .balloon p:before, .points .items li .case .lead .balloon p:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-width: 6px 12px;
  border-style: solid;
  border-color: transparent;
  top: 50%;
  right: 100%;
}

.points .items li .case .lead .balloon p:before {
  border-right-color: #333;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.points .items li .case .lead .balloon p:after {
  border-right-color: #FFF;
  -webkit-transform: translate(2px, -50%);
  transform: translate(2px, -50%);
}

.points .items li .case .lead .balloon em, .points .items li .case .lead .balloon del {
  position: relative;
  display: inline-block;
}

.points .items li .case .lead .balloon em:after, .points .items li .case .lead .balloon del:after {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #F29700;
}

.points .items li .case .lead .balloon em:after {
  top: 90%;
}

.points .items li .case .lead .balloon del {
  text-decoration: none;
}

.points .items li .case .lead .balloon del:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.points .items li .case .point {
  display: table;
  width: 100%;
  padding: 15px;
  border: 3px solid #2478BD;
  text-align: center;
  border-radius: 10px;
}

@media screen and (max-width: 980px) {
  .points .items li .case .point {
    padding: 8px;
    border-radius: 5px;
  }
}

.points .items li .case .point .content {
  display: table-cell;
  vertical-align: middle;
}

.points .items li .case .point h4 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 980px) {
  .points .items li .case .point h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.points .items li .case .point h4 em {
  display: block;
  font-size: 28px;
  color: #F29700;
  margin-top: 5px;
}

@media screen and (max-width: 980px) {
  .points .items li .case .point h4 em {
    font-size: 20px;
  }
}

.points .items li .feature {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-top: 10.53512%;
  background-color: #FFFCE4;
  background-image: url("../images/points_feature_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}

.points .items li .feature .icon {
  padding-top: 15px;
  padding-bottom: 20px;
}

@media screen and (max-width: 980px) {
  .points .items li .feature .icon {
    padding-top: 8px;
    padding-bottom: 10px;
  }
}

.points .items li .feature .icon img {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 980px) {
  .points .items li .feature .icon img {
    width: 80px;
  }
}

.points .items li .feature h4 {
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  margin-bottom: 15px;
  background-color: #2478BD;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .points .items li .feature h4 {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    border-radius: 14px;
    margin-bottom: 8px;
  }
}

.qa {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 980px) {
  .qa {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.qa .items {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.qa .items li {
  border: 1px solid #2478BD;
}

.qa .items li:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
  .qa .items li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.qa .items li .head {
  position: relative;
  background-color: #2478BD;
  padding: 10px 80px 10px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 980px) {
  .qa .items li .head {
    padding: 8px 40px 8px 10px;
  }
}

.qa .items li .head h3 {
  position: relative;
  color: #FFF;
  line-height: 1.5;
  padding-left: 2em;
  font-size: 18px;
}

@media screen and (max-width: 980px) {
  .qa .items li .head h3 {
    line-height: 1.25;
    padding-left: 1.75em;
    font-size: 16px;
  }
}

.qa .items li .head h3:before {
  position: absolute;
  display: inline-block;
  content: 'Q';
  text-align: center;
  left: 0;
  top: 0;
  background-color: #FFF;
  color: #2478BD;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
}

@media screen and (max-width: 980px) {
  .qa .items li .head h3:before {
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
  }
}

.qa .items li .head .sw {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 980px) {
  .qa .items li .head .sw {
    right: 10px;
  }
}

.qa .items li .head .sw .icon {
  position: relative;
  display: block;
  background-color: #05388C;
  border-radius: 4px;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 980px) {
  .qa .items li .head .sw .icon {
    width: 18px;
    height: 18px;
  }
}

.qa .items li .head .sw .icon:before, .qa .items li .head .sw .icon:after {
  position: absolute;
  display: block;
  content: '';
  width: 14px;
  height: 2px;
  background-color: #FFF;
  left: 5px;
  top: 11px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 980px) {
  .qa .items li .head .sw .icon:before, .qa .items li .head .sw .icon:after {
    left: 3px;
    top: 8px;
    width: 12px;
    height: 2px;
  }
}

.qa .items li .head .sw .icon:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.qa .items li .head .sw .icon:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qa .items li .head .sw .icon.active:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.qa .items li .head .sw .icon.active:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.qa .items li .body {
  display: none;
  padding: 30px 30px 50px;
}

@media screen and (max-width: 980px) {
  .qa .items li .body {
    padding: 10px 10px 10px;
  }
}

.qa .items li .body h4 {
  color: #F29700;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 980px) {
  .qa .items li .body h4 {
    font-size: 16px;
  }
}

.qa .items li .body h5 {
  font-size: 16px;
}

@media screen and (max-width: 980px) {
  .qa .items li .body h5 {
    font-size: 15px;
  }
}

.qa .items li .body h5:not(:first-of-type) {
  margin-top: 1rem;
}

.qa .items li .body .content {
  line-height: 1.75;
}

@media screen and (max-width: 980px) {
  .qa .items li .body .content {
    line-height: 1.6;
  }
}

.qa .items li .body .content p.note {
  margin-top: 0.5rem;
  font-size: 12px;
}
.qa .items li .body .content p{
}
.qa .items li .body .content p em{
	display: inline;
	position: relative;
	background: -moz-linear-gradient(transparent 0%, #fff799 0%);      /* Firefox用 */
	background: -webkit-linear-gradient(transparent 0%, #fff799 0%);   /* Safari用 */
	background: -ms-linear-gradient(transparent 0%, #fff799 0%);       /* IE用 */
	background: -o-linear-gradient(transparent 0%, #fff799 0%);        /* Opera用 */
	background: linear-gradient(transparent 0%, #fff799 0%);           /* Default */
	font-weight: bold; 
	border-radius:6px;
}
.qa .items li .body .content p.note a {
  color: #0093DC;
  text-decoration: underline;
}

.qa .items li .body .content p.note a:hover {
  text-decoration: none;
}

.disposal_limit .areas {
  margin-top: 1.5rem;
  font-size:10px;
  text-align:right
}

.flow .head {
  background-color: #E3F3FC;
}

@media screen and (min-width: 981px) {
  .flow .head {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 980px) {
  .flow .head {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.flow .head h2 {
  margin-bottom: 0;
}

.flow .body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E3F3FC), color-stop(49%, #E3F3FC), color-stop(49%, #FFFCE4), to(#FFFCE4));
  background-image: -webkit-linear-gradient(top, #E3F3FC 0%, #E3F3FC 49%, #FFFCE4 49%, #FFFCE4 100%);
  background-image: linear-gradient(to bottom, #E3F3FC 0%, #E3F3FC 49%, #FFFCE4 49%, #FFFCE4 100%);
}

.flow .body img {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 980px) {
  .flow .body img {
    max-width: 100%;
  }
}

.flow .foot {
  height: 80px;
  background-color: #FFFCE4;
}

@media screen and (min-width: 981px) {
  .flow .foot {
    height: 80px;
  }
}

@media screen and (max-width: 980px) {
  .flow .foot {
    height: 30px;
  }
}

@media screen and (min-width: 981px) {
  .flow_contact {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 980px) {
  .flow_contact {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 980px) {
  .problems_contact .inner, .flow_contact .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.problems_contact .contact, .flow_contact .contact {
  display: block;
  width: 100%;
  padding-left: 27.7551%;
  background-image: url("../images/contact_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  white-space: nowrap;
}

.problems_contact .contact, .problems_contact .contact *, .flow_contact .contact, .flow_contact .contact * {
  line-height: 1;
}

.problems_contact .contact .contents, .flow_contact .contact .contents {
  position: relative;
  display: block;
  padding-top: 45.62147%;
  padding-right: 8.19209%;
}

.problems_contact .contact .contents .items, .flow_contact .contact .contents .items {
  position: absolute;
  width: 91.80791%;
  height: 100%;
  left: 0;
  top: 0;
}

.problems_contact .contact .contents .lead, .flow_contact .contact .contents .lead {
  position: absolute;
  left: 50%;
  top: 15.47988%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
}

@media screen and (max-width: 980px) {
  .problems_contact .contact .contents .lead, .flow_contact .contact .contents .lead {
    font-size: 11px;
  }
}

.problems_contact .contact .contents .tel, .flow_contact .contact .contents .tel {
  position: absolute;
  left: 50%;
  top: 39.62848%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: bold;
  color: #2478BD;
  padding-left: 0.9em;
  background-image: url("../images/contact_tel.png");
  background-position: 0 0.15em;
  background-size: auto 0.8em;
  background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
  .problems_contact .contact .contents .tel, .flow_contact .contact .contents .tel {
    font-size: 16px;
  }
}

.problems_contact .contact .contents .hours, .flow_contact .contact .contents .hours {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 61.9195%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.problems_contact .contact .contents .hours p, .flow_contact .contact .contents .hours p {
  position: relative;
}

.problems_contact .contact .contents .hours p:before, .flow_contact .contact .contents .hours p:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #2478BD;
}

.problems_contact .contact .contents .hours span, .flow_contact .contact .contents .hours span {
  position: relative;
  z-index: 2;
  display: table;
  margin: 0 auto;
  padding: 0 0.5em;
  font-size: 22px;
  font-weight: bold;
  color: #2478BD;
  background-color: #FFF;
}

@media screen and (max-width: 980px) {
  .problems_contact .contact .contents .hours span, .flow_contact .contact .contents .hours span {
    font-size: 12px;
  }
}

.problems_contact .contact .contents .mail, .flow_contact .contact .contents .mail {
  position: absolute;
  display: block;
  right: 4px;
  top: 73.37461%;
  width: 100%;
  background-image: url("../images/contact_mail.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 980px) {
  .problems_contact .contact .contents .mail, .flow_contact .contact .contents .mail {
    right: 0.40816%;
    background-image: url("../images/sp_contact_mail_link.png");
  }
}

.problems_contact .contact .contents .mail:hover, .flow_contact .contact .contents .mail:hover {
  opacity: 0.5;
}

.problems_contact .contact .contents .mail p, .flow_contact .contact .contents .mail p {
  position: relative;
  padding-top: 8.98876%;
}

.problems_contact .contact .contents .mail p span, .flow_contact .contact .contents .mail p span {
  position: absolute;
  left: 24.57865%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 3px 3px 0 #BE7011;
}

@media screen and (max-width: 980px) {
  .problems_contact .contact .contents .mail p span, .flow_contact .contact .contents .mail p span {
    display: none;
  }
}

footer {
  text-align: center;
}

footer .contact {
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #2478BD;
  color: #FFF;
}

@media screen and (min-width: 981px) {
  footer .contact {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 980px) {
  footer .contact {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

footer .contact .lead {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  footer .contact .lead {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

footer .contact .tel {
  margin-bottom: 15px;
  white-space: nowrap;
  line-height: 1;
}

@media screen and (max-width: 980px) {
  footer .contact .tel {
    margin-bottom: 10px;
  }
}

footer .contact .tel .num {
  display: table;
  margin: 0 auto;
  font-size: 48px;
  font-weight: bold;
  color: #FFF;
  padding-left: 0.95em;
  background-image: url("../images/contact_tel_w.png");
  background-position: 0 0.15em;
  background-size: auto 0.8em;
  background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
  footer .contact .tel .num {
    font-size: 33px;
  }
}

footer .contact .hours {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  footer .contact .hours {
    font-size: 16px;
  }
}

footer .logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .logo img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 981px) {
  footer .logo img {
    width: 210px;
  }
}

@media screen and (max-width: 980px) {
  footer .logo img {
    width: 100px;
  }
}

footer .company {
  background-color: #2478BD;
  color: #FFF;
}

@media screen and (min-width: 981px) {
  footer .company {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 980px) {
  footer .company {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

footer .company .name {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  footer .company .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

footer .company .misc {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  footer .company .misc {
    font-size: 12px;
  }
}

footer .company .misc a {
  color: #FFF;
  text-decoration: none;
}

@media screen and (min-width: 981px) {
  footer .copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 980px) {
  footer .copyright {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 980px) {
  footer .copyright p {
    font-size: 10px;
  }
}
