@charset "UTF-8";


/*!
 * 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;
}

[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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  line-height: 1.7;
  font-family: 'Noto Sans JP', sans-serif, 'hirakaku', 'YuGothic';
  color: #333333;
  font-size: 1.6rem;
}

a:link {
  text-decoration: none;
}

img {
  vertical-align: top;
}

main {
  overflow: hidden;
}

.scroll__top {
  position: fixed;
  bottom: 50px;
  right: 4.5%;
  z-index: 100;
}

.imgCenter {
  text-align: center;
}

.line__navy {
  position: absolute;
  width: 1px;
  height: 250px;
  background: #00225a;
  -webkit-transform: skew(-16deg);
  transform: skew(-16deg);
}

.line__white {
  position: absolute;
  width: 1px;
  height: 250px;
  background: #fff;
  -webkit-transform: skew(-16deg);
  transform: skew(-16deg);
}

.line__lightBlue {
  position: absolute;
  width: 1px;
  height: 250px;
  background: #3071b7;
  -webkit-transform: skew(-16deg);
  transform: skew(-16deg);
}

@-webkit-keyframes fadeLeft {
  from {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeLeft {
  from {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeRight {
  from {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeRight {
  from {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeBottom {
  from {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeBottom {
  from {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeTop {
  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeTop {
  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadein__content {
  opacity: 0;
}

.fadein__content.noLag.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fadein__content.fromLeft {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.fadein__content.fromLeft.active {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.fadein__content.fromBottom {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.fadein__content.fromBottom.active {
  -webkit-animation-name: fadeBottom;
  animation-name: fadeBottom;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.fadein__content.fromRight {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.fadein__content.fromRight.active {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.fadein__content.fromTop {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.fadein__content.fromTop.active {
  -webkit-animation-name: fadeTop;
  animation-name: fadeTop;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.fadein__content img {
  max-width: 100%;
}

.chart__container {
  position: relative;
}

.chart__container .chart__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 95%;
  margin: 20px 0;
  height: auto;
  position: relative;
}

.chart__container .chart__bar::before {
  content: '';
  display: block;
  padding-top: 40%;
}

.chart__container .chart__bar .labelVertical {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.chart__container .chart__bar .labelVertical li {
  width: 100%;
  position: relative;
}

.chart__container .chart__bar .labelVertical li span {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.6rem;
  font-size: 1.14286vw;
}

.chart__container .chart__bar .barGraph {
  width: 90%;
  border-bottom: 2px solid #01225A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2%;
  position: relative;
}

.chart__container .chart__bar .barGraph li {
  width: 25%;
  position: relative;
}

.chart__container .chart__bar .barGraph li .bar {
  background: #01225A;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

.chart__container .chart__bar .barGraph li .bar__inner {
  position: relative;
  height: 100%;
}

.chart__container .chart__bar .barGraph li .bar__inner p {
  font-weight: 600;
  color: #01225A;
  width: 100%;
  position: absolute;
  left: -5px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  white-space: nowrap;
  font-size: 1.4rem;
  font-size: 3.38164vw;
}

.chart__container .chart__bar .barGraph li .bar__inner p span {
  font-size: 1.4rem;
  font-size: 3.38164vw;
}

.chart__container .chart__bar .labelHorizontal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  margin-left: 10%;
  padding: 0 2%;
}

.chart__container .chart__bar .labelHorizontal li {
  width: 25%;
  text-align: center;
  line-height: 1;
  padding-top: 5px;
}

.chart__container .chart__bar .labelHorizontal li span {
  font-size: 1.3rem;
  font-size: 3.1401vw;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}

.js-modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100002;
}

.js-modal-bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modalWrap__content {
  max-width: 1260px;
  width: 80%;
  max-height: 90%;
  overflow-y: auto;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: auto;
}

.modalWrap__content-close {
  margin: 0;
  text-align: right;
}

.modalWrap__content-close button {
  width: 40px;
  height: 40px;
  background: #D3D9E2;
  text-align: center;
  color: #808080;
  position: relative;
  border: none;
  font-size: 1.4rem;
  -webkit-appearance: none;
}

.modalWrap__content-close button::before, .modalWrap__content-close button::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  display: block;
  height: 3px;
  width: 26px;
  background: #808080;
}

.modalWrap__content-close button::before {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
  transform: translate(-50%, -50%) rotate(315deg);
}

.modalWrap__content-close button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-315deg);
  transform: translate(-50%, -50%) rotate(-315deg);
}

.modalWrap__content .modalBox {
  padding: 30px;
  text-align: center;
}

.modalWrap _:-ms-lang(x), .modalWrap _::-webkit-meter-bar, .modalWrap .modalWrap-content {
  height: 80vh;
}

h2 {
  text-align: center;
  /*--  background: transparent url(../images/bg_h2.png) center bottom/180px no-repeat;　--*/
  font-size: 32px;
  padding-bottom: 36px;
}

h2 > span {
  font-size: 32px;
  color: #00C09A;
}

h2 > span.blue {
  color: #00A0E9;
}

img {
  width: 100%;
}

.linkbox {
  padding: 32px 0;
  background: transparent url(../images/bg_warries.png) center center/cover no-repeat;
}

.linkbox > div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.linkbox > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.linkbox > div ul li {
  width: 400px;
}

.linkbox > div ul li > div {
  width: 356px;
  padding-top: 2px;
  margin-left: auto;
  margin-right: auto;
  width: calc((356 / 420) * 100%);
}

.linkbox > div ul li > div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3em;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.linkbox > div ul li > div a {
  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;
  border-radius: 70px;
  width: 100%;
  height: 70px;
  background-color: #fff;
}

.linkbox > div ul li > div a span {
  display: inline-block;
  color: #009ae0;
  font-weight: bold;
  position: relative;
}

.linkbox > div ul li > div a span::before {
  content: "";
}

.linkbox > div ul li.download > div a span {
  line-height: 1em;
}

.linkbox > div ul li.download > div a span::before {
  background: transparent url(../images/icon_dl.png) center center/contain no-repeat;
  display: inline-block;
  width: 2em;
  height: 1em;
  margin-right: .5em;
}

.linkbox > div ul li.contact > div a span {
  line-height: 1em;
  color: #FD7E00;
}

.linkbox > div ul li.contact > div a span::before {
  background: transparent url(../images/icon_contact.png) center center/contain no-repeat;
  display: inline-block;
  width: 2em;
  height: .8em;
}

.linkbox > div ul li:nth-of-type(n+2) {
  border-left: 1px solid #fff;
}

.lnk_scroll {
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: 100px;
}

.lnk_scroll ul {
  width: 220px;
}

.lnk_scroll ul > li > a {
  width: 100%;
  display: block;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: .6em;
  background: #0ecda3;
  background: -webkit-gradient(linear, left top, right top, from(#0ecda3), to(#12c9e3));
  background: linear-gradient(90deg, #0ecda3 0%, #12c9e3 100%);
}

.lnk_scroll ul > li > a > span {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 2.3em;
  font-size: 16px;
}

.lnk_scroll ul > li > a > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - .5em);
  background: transparent url(../images/icon_dl_w.png) center center/contain no-repeat;
  display: inline-block;
  width: 2.2em;
  height: 1em;
}

.lnk_scroll ul > li.download > a {
  background: #0ecda3;
  background: -webkit-gradient(linear, left top, right top, from(#0ecda3), to(#12c9e3));
  background: linear-gradient(90deg, #00a7c5 0%, #0068b7 100%);
}

.lnk_scroll ul > li.download > a > span:before {
  background: transparent url(../images/icon_dl_w.png) center center/contain no-repeat;
}

.lnk_scroll ul > li.contact > a {
  background: #fd7e00;
  background: -webkit-gradient(linear, left top, right top, from(#fd7e00), to(#fdb900));
  background: linear-gradient(90deg, #fd7e00 0%, #fdb900 100%);
}

.lnk_scroll ul > li.contact > a > span:before {
  background: transparent url(../images/icon_contact_w.png) center center/contain no-repeat;
}

.contentsHeader {
  position: relative;
  height: 680px;
}

.contentsHeader::before {
  width: 100%;
  height: 105%;
  content: "";
  display: block;
  position: absolute;
  z-index: +1;
  background: transparent url(../../images/kv_bg‗arteria.png) center center/contain no-repeat;
}

.contentsHeader header {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: +2;
}

.contentsHeader header .header__logo {
  width: 180px;
  padding-top: 30px;
  margin-left: 10px;
}

.contentsHeader header .header__logo a {
  display: block;
  width: 100%;
}

.contentsHeader header .header__logo a img {
  width: 100%;
}

.contentsHeader__kv {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: +3;
}

.contentsHeader__kv__title {
  position: absolute;
  top: 100px;
  left: 10px;
  z-index: +5;
}

.contentsHeader__kv__title h1 {
  font-size: 62px;
  margin-top: 12px;
  line-height: 1.4em;
  color: #fff;
  background: linear-gradient(90deg, #fd7e00 0%, #fdb900 100%);
  padding: 0 10px;
}
.contentsHeader__kv__title span.h1 {
  font-size: 62px;
  margin-top: 12px;
  line-height: 1.4em;
  color: #fff;
}
.contentsHeader__kv__title p {
  font-size: 30px;
  margin-top: 30px;
  font-weight: bold;
}

.contentsHeader__kv__title p.catch {
  font-weight: bold;
  color: #00C09A;
  font-size: 20px;
  margin: 0;
  letter-spacing: .1em;
}

.contentsHeader__kv__title p.catch span {
  color: #00C09A;
}

.contentsHeader__kv__title p.catch span.big {
  font-size: 24px;
}

.contentsHeader__kv__title p.catch small {
  font-size: 16px;
}

.contentsHeader__kv__title p.kv_lnk {
  margin-top: 20px;
  width: 380px;
  height: 70px;
  display: block;
  position: relative;
}

.contentsHeader__kv__title p.kv_lnk > a {
  width: 120%;
  height: 100%;
  position: relative;
  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;
  border-radius: 35px;
  color: #fff;
  background: #0068B7;
  background: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#00a0e9));
  background: linear-gradient(90deg, #0068B7 0%, #00a0e9 100%);;
}

.contentsHeader__kv__title p.kv_lnk > a::after {
  content: "";
  position: absolute;
  width: .6em;
  height: .6em;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.5em;
}

.contentsHeader__kv__title p.kv_lnk > a span.btn_fuki {
  position: absolute;
  display: block;
  max-width: 80%;
  padding: 0 1em;
  background-color: #fff;
  color: #fd7e00;
  border: 2px solid #fd7e00;
  border-radius: 2px;
  bottom: 60px;
}

.contentsHeader__kv__title p.kv_lnk > a span.btn_fuki sub {
  color: #fd7e00;
}

.contentsHeader__kv__title p.kv_lnk > a span.btn_fuki::before {
  background: #fd7e00;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(0% 0, 100% 0, 50% 110%);
  clip-path: polygon(0% 0, 100% 0, 50% 110%);
  z-index: +3;
  bottom: -12px;
  left: calc(50% - 8px);
}

.contentsHeader__kv__title p.kv_lnk > a span.btn_fuki::after {
  background: #ffffff;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(15% 0, 85% 0, 50% 85%);
  clip-path: polygon(15% 0, 85% 0, 50% 85%);
  z-index: +4;
  bottom: -11px;
  left: calc(50% - 8px);
}

.contentsHeader__kv__title p.kv_lnk > a span.btn_main {
  color: #fff;
  font-weight: bold;
  font-size:20px;
}

.contentsHeader__kv__img {
  position: absolute;
  width: 634px;
  top: 25px;
  right: 20px;
  z-index: +4;
}

.contentsHeader__kv__img .fuki {
  position: absolute;
  right: 0;
  top: 16px;
  width: 170px;
  height: 170px;
  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;
  text-align: center;
  background-color: #00C09A;
  border-radius: 170px;
}

.contentsHeader__kv__img .fuki p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.contentsHeader__kv__img .fuki p span {
  font-size: 16px;
  color: #fff;
}

.contentsHeader__kv__img .fuki::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 25px;
  background: transparent url(../images/ico_triangle2.png) center center/contain no-repeat;
  bottom: 4px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contentsHeader__kv__img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contentsHeader__kv__img ul li {
  display: block;
  width: 212px;
}

.contentsHeader__kv__img ul li img {
  display: block;
  width: 100%;
}

.contentsHeader__kv__img ul li:nth-child(2) {
  margin-left: 20px;
}

.contentsHeader__kv__img ul li:nth-child(3) {
  margin-top: -22px;
  margin-left: 116px;
}

.contentsHeader__kv__img ul li:nth-child(4) {
  margin-top: -22px;
  margin-left: 20px;
}

.contentsWorries {
  text-align: center;
  margin: 80px 0 60px 0; /*-- 100から80  --*/
}

.contentsWorries h3 {
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px; /*-- 60から30 --*/
}
/*-- 追加CSS --*/
.contentsWorries p {
  display: block;
  margin-bottom: 30px;
}

.contentsWorries_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.contentsWorries_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((1080 / 1200) * 100%);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contentsWorries_wrap ul li {
  display: block;
  text-align: center;
  padding: 0 15px;
  max-width: 33%;
}

.contentsWorries_wrap ul li span {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #0068b7;
  padding: .5em 1em;
  border-radius: 3px;
  position: relative;
  margin-bottom: 20px;
  font-weight:bold;
}

.contentsWorries_wrap ul li span::after {
  background :#0068b7;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(15% 0, 85% 0, 50% 85%);
  clip-path: polygon(15% 0, 85% 0, 50% 85%);
  z-index: +4;
  bottom: -11px;
  left: calc(50% - 8px);
}

/*-- 追加 --*/
.sp-only {
  display: none;
}
.sp-none {
  display: none;
}
.pc-only {
  display: inline;
}
.contentsWorries_wrap ul li p {
  width: 100%;
  height: 110px;
  display: block;
  margin-top: 40px;
  padding: 15px 20px;
  background-color: #f0faff;
  text-align: left;
}

.contentsCarbon {
  padding: 80px 0 80px;
  background: #edf4fa /*-- 画像から背景色へ --*/
}

.contentsCarbon p {
  text-align: center;
}

.contentsCarbon ul {
  width: calc(100% - 20px);
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto 0;
}

.contentsCarbon ul li {
  text-align: center;
}

.contentsCarbon ul li:nth-of-type(n+2) {
  margin-left: calc((30 / 1200) * 100%);
}

.contentsCarbon ul li img {
  display: inline-block;
}

.contentsCarbon ul li h3 {
  font-size: 16px;
  margin-top: 1.8em;
}

.contentsCarbon ul li p {
  text-align: left;
  margin-top: .8em;
  line-height: 2em;
  padding: 15px 0;
}

/*-- Contentsalteriaflow追加 --*/

.Contentsalteriaflow {
  padding: 80px 0 80px;
}
.Contentsalteriaflow p {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  line-height:2.2em;
}


.Contentsalteriaflow ul {
  width: calc(100% - 20px);
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto 0;
}

.Contentsalteriaflow ul li {
  text-align: center;
}

.Contentsalteriaflow ul li:nth-of-type(n+2) {
  margin-left: calc((60 / 1200) * 100%);
}

.Contentsalteriaflow ul li img {
  display: inline-block;
}

.Contentsalteriaflow ul li h3 {
  font-size: 20px;
  margin-top: .8em;
}

.Contentsalteriaflow ul li p {
  display: block;
  text-align: center;
  margin-top: .8em;
  line-height: 2em;
}

/*--  --*/
.contentsStep {
  text-align: center;
  padding-top: 100px;
}

.contentsStep_wrap {
  margin: 98px auto 0;
}

.contentsStep_wrap ul {
  width: calc(100% - 20px);
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.contentsStep_wrap ul li {
  width: calc((330 / 1200) * 100%);
  padding: 1em 1.5em;
  height: 104px;
  background-color: #E5F9F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 32px;
}

.contentsStep_wrap ul li::after {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  right: -28px;
  background: transparent url(../images/ico_triangle1.png) center center/contain no-repeat;
}

.contentsStep_wrap ul li:nth-of-type(4) {
  margin-left: 140px;
}

.contentsStep_wrap ul li:nth-of-type(n+4) {
  margin-top: 55px;
}

.contentsStep_wrap ul li:last-of-type {
  margin-right: 0;
}

.contentsStep_wrap ul li:last-of-type::after {
  content: none;
}

.contentsStep_wrap ul li > p {
  text-align: left;
}

.contentsStep_wrap ul li > p.step {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -38px;
  left: 0;
  width: 52px;
  height: 60px;
  background: transparent url(../images/bg_step.png) center center/contain no-repeat;
}

.contentsStep_wrap ul li > p.step span {
  font-size: 12px;
  display: inline-block;
  line-height: 1em;
  color: #00C09A;
}

.contentsStep_wrap ul li > p.step span i {
  display: inline-block;
  line-height: 1em;
  font-style: normal;
  font-size: 20px;
  color: #00C09A;
}

.contentsStep_wrap ul li > p.fuki {
  color: #fff;
  margin-left: 2em;
  background-color: #FD7E00;
  border-radius: 4px;
  font-size: 13px;
  padding: .3em 1em;
  width: 50%;
  position: relative;
}

.contentsStep_wrap ul li > p.fuki::before {
  background: #FD7E00;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 50%);
  clip-path: polygon(100% 0, 100% 100%, 0% 50%);
  z-index: +4;
  left: -12px;
  top: calc(50% - 6px);
}

.contentsStep__textbox {
  width: calc(100% - 20px);
  max-width: 1180px;
  margin: 75px auto 0;
  padding: 1.7em 2em;
  -webkit-box-shadow: 0px 0px 20px -5px #4d867d;
  box-shadow: 0px 0px 20px -5px #4d867d;
  border-radius: 10px;
  text-align: left;
  position: relative;
}

.contentsStep__textbox::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 238px;
  height: 220px;
  background: transparent url(../images/bg_stepbox.png) center bottom/contain no-repeat;
}

.contentsStep__textbox > p {
  line-height: 2em;
  width: 74%;
}

.contentsStep h3.steph3 {
  margin: 60px auto;
  text-align: center;
}

.contentsStep h3.steph3 > span {
  font-size: 24px;
}

.contentsStep h3.steph3 > span.dakara {
  color: #00C09A;
  display: inline-block;
  position: relative;
}

.contentsStep h3.steph3 > span.dakara::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 1.2em;
  left: -.8em;
  bottom: .3em;
  background-color: #00C09A;
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
}

.contentsStep h3.steph3 > span.dakara::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 1.2em;
  right: -.8em;
  bottom: .3em;
  background-color: #00C09A;
  -webkit-transform: rotate(33deg);
  transform: rotate(33deg);
}

.contentsStep h3.steph3 > span.tool {
  color: #fff;
  display: inline;
  padding: .1em .4em;
  line-height: 1.9em;
  background: #0ecda3;
  background: -webkit-gradient(linear, left top, right top, from(#0ecda3), to(#12c9e3));
  background: linear-gradient(90deg, #0ecda3 0%, #12c9e3 100%);
}

.contentsEcoNiPass {
  /*-- margin: 100px auto 0; --*/
  padding: 80px 0 60px;
  background:url(../../images/画像.png) 0 0 repeat;
  background-size: contain!important;
}

.contentsEcoNiPass h2 {
  line-height: 2em;
}

.contentsEcoNiPass h4 {
  margin-bottom: 20px;
  font-size: 22px;
}

.contentsEcoNiPass p {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
}


.contentsEcoNiPass h2 img {
  width: 358px;
  display: block;
  margin: 0 auto 5px;
}

.contentsEcoNiPass h2 > span {
  color: #333;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}

.contentsEcoNiPass dl p {
  text-align: left;
}

.contentsEcoNiPass_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.contentsEcoNiPass ul.anch {
  max-width: 1112px;
  width: calc((1112 / 1200) * 100%);
  margin: 50px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentsEcoNiPass ul.anch > li {
  display: block;
  border-right: 1px solid #ADADAD;
}

.contentsEcoNiPass ul.anch > li:nth-of-type(1) {
  width: calc((385 / 1112) * 100%);
  border-left: 1px solid #ADADAD;
}

.contentsEcoNiPass ul.anch > li:nth-of-type(2) {
  width: calc((419 / 1112) * 100%);
}

.contentsEcoNiPass ul.anch > li:nth-of-type(3) {
  width: calc((305 / 1112) * 100%);
}

.contentsEcoNiPass ul.anch > li a {
  display: block;
  width: 100%;
  padding: .5em 0;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.contentsEcoNiPass ul.anch > li a span {
  position: relative;
  padding-right: 1.5em;
}

.contentsEcoNiPass ul.anch > li a span::after {
  content: "";
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  border-right: 2px solid #00C09A;
  border-bottom: 2px solid #00C09A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  top: calc(50% - .4em);
}

.contentsEcoNiPass ul.list_scope {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((1000 / 1200) * 100%);
}

.contentsEcoNiPass ul.list_scope > li {
  background-color: #F5F5F5;
  border-radius: 5px;
  width: calc((480 / 1000) * 100%);
  padding: calc((32 / 1200) * 100%) calc((32 / 1200) * 100%);
  text-align: left;
}

.contentsEcoNiPass ul.list_scope > li p {
  text-align: left;
  margin-top: .8em;
  line-height: 1.8em;
}

.contentsEcoNiPass ul.list_scope + h3 {
  margin: 60px auto 0;
}

.contentsEcoNiPass ul.kome {
  margin-top: 15px;
}

.contentsEcoNiPass ul.kome > li {
  font-size: 13px;
  padding-left: .7em;
  position: relative;
}

.contentsEcoNiPass ul.kome > li::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}

.contentsEcoNiPass ul.list_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc((1000 / 1200) * 100%);
}

.contentsEcoNiPass ul.list_start > li {
  background-color: #FFF7F0;
  border-radius: 5px;
  padding: calc((32 / 1200) * 100%) calc((32 / 1200) * 100%);
  text-align: center;
  max-width: 310px;
}

.contentsEcoNiPass ul.list_start > li h4 {
  color: #FD7E00;
  font-size: 24px;
  padding-bottom: .8em;
  border-bottom: 2px solid #FD7E00;
}

.contentsEcoNiPass ul.list_start > li h4 span {
  color: #FD7E00;
  font-size: 16px;
  font-weight: normal;
}

.contentsEcoNiPass ul.list_start > li p {
  text-align: left;
  margin-top: 1em;
  line-height: 2em;
}

.contentsEcoNiPass ul.list_start > li p.price {
  text-align: center;
}

.contentsEcoNiPass ul.list_start > li p.price > span.riyou {
  border: 1px solid #333;
  border-radius: 1em;
  margin-right: .5em;
  padding: .1em .6em;
}

.contentsEcoNiPass ul.list_start > li p.price > span.yen {
  font-size: 24px;
  font-weight: bold;
  margin: 0 .2em;
}

.contentsEcoNiPass dl.list_prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((1000 / 1200) * 100%);
}

.contentsEcoNiPass dl.list_prod > dt {
  width: calc((550 / 1000) * 100%);
  text-align: left;
}

.contentsEcoNiPass dl.list_prod > dd {
  width: calc((360 / 1000) * 100%);
}

.contentsEcoNiPass dl.list_prod.textl > dt,
.contentsEcoNiPass dl.list_prod.textr > dd {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.contentsEcoNiPass dl.list_prod.textl > dd,
.contentsEcoNiPass dl.list_prod.textr > dt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.contentsEcoNiPass_box {
  width: calc(100% - 20px);
  max-width: 1180px;
  margin: 0 auto 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  padding: 60px 0;
}

.contentsEcoNiPass_box h3 {
  font-size: 24px;
}

.contentsEcoNiPass_box h3 + p {
  margin-top: 40px;
}

.contentsEcoNiPass_box figure {
  margin: 30px auto 0;
  width: calc((1080 / 1200) * 100%);
}

.border-1 {
  width: 80%;
  border: 1px solid #ddd;
  margin: 30px auto;
}

.border-2 {
  border: 5px solid #f2f2f2;
  padding: 30px 40px;
}

.border-2 h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size:20px;
}
.flex-ul {
  display: block;
  flex-wrap: wrap;
  padding-left: 30px;
  margin: 20px 0;
}
.flex-ul li {
  text-align: left;
  list-style: disc;
  line-height: 2;
}

.contentsEcoNiPass p.obi {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  background-color: #00C09A;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.contentsEcoNiPass p.obi > span {
  font-size: 32px;
  color: #fff;
}


.contentsSupporthp {
  padding: 80px 0 80px;
}

.contentsSupporthp p {
  text-align: center;
  line-height:2.2em;  
}

.contentsSupporthp ul {
  width: calc(100% - 20px);
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto 0;
}

.contentsSupporthp ul li {
  text-align: center;
  width:50%;
}

.contentsSupporthp ul li:nth-of-type(n+2) {
  margin-left: calc((60 / 1200) * 100%);
}

.contentsSupporthp ul li img {
  display: inline-block;
}

.contentsSupporthp ul li h3 {
  font-size: 20px;
  margin-top: .8em;
}

.contentsSupporthp ul li p {
  text-align: left;
  margin-top: .8em;
  line-height: 2em;
}
/*-- プライバシー追加 --*/

.mw1366 {
    margin-right: auto;
    margin-left: auto;
    padding: 80px 0 10px;
    background-color: #0068b7;
}
.remaTmp-mb70 {
    max-width: 1180px;
    margin: 0 auto 70px;
}
.remaTmp_txt-2 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #000;
}

.mw1366 h2 {
  color: #fff;
}
.remaTmp_flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-evenly;
}

.remaTmp_flexBox-PM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-around;
  width: 50%;
}

.remaTmp_boldTxt {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1.55;
}

.remaTmp_thumImg {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.remaTmp_thumImg img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

.remaTmp_txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #fff;
}
.remaTmp_cnv_txtBox p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.remaTmp_cap {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #888;
  line-height: 1.5;
  margin-top: 6px;
  display: inline;
  word-break: break-all;
}

/*-- 追加Introductionflow --*/

.Introductionflow h2 {
  line-height: 2em;
}
 .Introductionflow p {
  display: block;
  text-align: center;
}

.Introductionflow {
  padding: 80px 0;
}
.Sectionstep {
  width: 60%;
  margin: 30px auto;
  border: 1px solid #ccc;
  padding: 30px ;
}

.Sectionstep_flex {
  display: flex;
}
.Sectionstep_flex1 {
  width: 60%;
  margin-right: 50px;
}

.stepnumber {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.stepnumber span {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  margin-right: 20px;
  background-color: #0068b7;
  border-radius:2px;
  font-weight: bold;
}

.stepnumber p {
  font-weight: bold;
}

.stepDescription p {
  text-align: left;
}

.stepImg img {
  display: block;
}

.Sectionstep_flex2 {
  width: 30%;
  margin: 0 auto;
}

/*-- 費用欄　--*/

.remaTmp-bgwhite {
  background-color: #edf4fa;
  padding: 80px 0;
}

.mw1366-2 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0;
}

.remaTmp-table02 {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}

.remaTmp-table02 th {
  padding: 10px 0;
  background: #f9f9f9;
  font-weight: bold;
  font-size: 1.8rem;
  width: calc(100%/3);
  text-align: center;
  border-right: 1px solid #C6C6C6;
}

.remaTmp-table02 td {
  padding: 15px 22px;
  font-size: 1.6rem;
  border-right: 1px solid #C6C6C6;
  border-top: 1px solid #C6C6C6;
  text-align: center;
  background-color: #fff;
}

.remaTmp-table02.cell5 th {
  width: calc(100%/5);
}

.font_size16 {
  font-size: 1.6rem !important;
}

.remaTmp_h3Tit {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-size: 2.6rem;
  line-height: 1.6;
}

.remaTmp-textCenter {
  text-align: center;
}

.font_size14 {
  font-size: 1.4rem !important;
}

.remaTmp_txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.medical__link02>a {
  color: #0068B7;
  position: relative;
}
.medical__link02>a span {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#0068B7));
  background-image: linear-gradient(90deg, #0068B7, #0068B7);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
  display: inline !important;
  color: #0068B7;
}
.medical__link02>a:hover span {
  width: auto;
  background-size: 100% 1px;
}

.dlbtn__text03 span::after {
  content: 'お問い合わせ';
  width: 100%;
  height: 100%;
}

/*-- 質問欄 --*/
.faq-wrapper {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 83px;
}

.faq-wrapper h2 {
  margin-bottom: 50px;
}

.faq-wrapper span {
  font-size: 18px;
}
.faq-wrapper p {
  font-size: 18px;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  cursor: pointer;
}

.faq-question {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: #005bac; /* 青色 */
  margin-bottom: 30px;
  position: relative;
}

.faq-question::after {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}

.faq-question.open::after {
  transform: rotate(-135deg); /* ▲ */
}

.q-label {
  margin-right: 0.5em;
  font-weight: bold;
  color: #005bac;
}

.q-text {
  flex: 1;
}

.faq-answer {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  line-height: 1.6;
  color: #333;
}

.a-label {
  margin-right: 0.5em;
  color: #ff6a00; /* オレンジっぽいA */
  font-weight: bold;
}

.faq-item.open .faq-answer {
  max-height: 500px; /* 必要に応じて調整 */
}
.remaTmp_btn {
  margin: 45px 0 25px;
}

.remaTmp_btn a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 360px;
  font-size: 1.6rem;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#fd7e00), to(#fdb900));
  background: linear-gradient(90deg, #fd7e00 0%, #fdb900 100%);

  padding: 18px 0;
}

.remaTmp_btn a::before {
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#fdb900), to(#fd7e00));
  background: linear-gradient(90deg, #fdb900 0%,#fd7e00 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.remaTmp_btn a::after {
  content: '';
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  z-index: 2;
}

.remaTmp_btn a:hover::before {
  opacity: 1;
}

.remaTmp_btn a span {
  position: relative;
  z-index: 3;
  pointer-events: none;
  display: inline-block;
  color: #fff;
}

.remaTmp_btn_wrap {
  display: flex;
  justify-content: center;
}
.remaTmp_btn_wrap p:first-of-type {
  margin-right: 50px;
}

.remaTmp_btn_wrap {
  display: flex;
  justify-content: center;
}
.remaTmp_btn_wrap p:first-of-type {
  margin-right: 50px;
}




.remaTmp_btn-2 {
  margin: 45px 0 25px;
}

.remaTmp_btn-2 a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 360px;
  font-size: 1.6rem;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#00a0e9), to(#0068B7));
  background: linear-gradient(90deg, #00a0e9 0%, #0068B7 100%);

  padding: 18px 0;
}

.remaTmp_btn-2 a::before {
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#00a0e9));
  background: linear-gradient(90deg,　#0068B7 0%, #00a0e9 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.remaTmp_btn-2 a::after {
  content: '';
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  z-index: 2;
}

.remaTmp_btn-2 a:hover::before {
  opacity: 1;
}

.remaTmp_btn-2 a span {
  position: relative;
  z-index: 3;
  pointer-events: none;
  display: inline-block;
  color: #fff;
}

.remaTmp_btn_wrap {
  display: flex;
  justify-content: center;
}
.remaTmp_btn_wrap p:first-of-type {
  margin-right: 50px;
}

.remaTmp_btn_wrap {
  display: flex;
  justify-content: center;
}
.remaTmp_btn_wrap p:first-of-type {
  margin-right: 50px;
}
/*-- コンバージョンブロック --*/
.remaTmp_cnv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  background: #fff;
}

.remaTmp_cnv--bggray {
  width: 100%;
  background: #fff;
}

.remaTmp_cnv_txtBox {
  width: 49.6%;
  margin-right: 50px;
}

.remaTmp_cnv_img {
  width: 35%;
  margin-left: 50px;
}
.conversion {
  background-color: #edf4fa;
}

.conversionblk {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 83px;
}

.conversionblk h2 {
  text-align: center;
}

.conversionblk p {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.remaTmp_cnv_txtBox p {
  text-align: left;
  margin-bottom: 0;
}

.contactinfo {
  margin-top: 20px;
}
.contactinfo span {
  display: inline-block;
  margin-left: 20px;
}

.contentsWV {
  text-align: center;
  padding-top: 100px;
}

.contentsWV h2 {
  margin-bottom: 55px;
}

.contentsWV_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.contentsWV_wrap > div.wvlist_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contentsWV_wrap > div.wvlist_box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 20px);
  max-width: 1180px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 0;
}

.contentsWV_wrap > div.wvlist_box > ul > li {
  padding: calc((32 / 1200) * 100%);
  max-width: 384px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px -5px #4d867d;
  box-shadow: 0px 0px 20px -5px #4d867d;
  border-radius: 8px;
}

.contentsWV_wrap > div.wvlist_box > ul > li dl {
  width: 100%;
}

.contentsWV_wrap > div.wvlist_box > ul > li dl dt {
  text-align: center;
}

.contentsWV_wrap > div.wvlist_box > ul > li dl dt h4 {
  font-size: 24px;
}

.contentsWV_wrap > div.wvlist_box > ul > li dl dt p {
  margin-top: .6em;
  text-align: left;
}

.contentsWV_wrap > div.wvlist_box > ul > li dl dd {
  margin-top: 20px;
}

.contentsWV_wrap .tablebox {
  overflow-x: scroll;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.contentsWV_wrap .eco_table_01 {
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.contentsWV_wrap .eco_table_01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contentsWV_wrap .eco_table_01 dl dt {
  text-align: left;
  width: 240px;
  background-color: #F4F5F6;
  border: 2px solid #C6C6C6;
  padding: 1em 1.2em;
  border-collapse: collapse;
  font-weight: bold;
}

.contentsWV_wrap .eco_table_01 dl dd {
  width: calc(100% - 240px);
  text-align: left;
  border: 2px solid #C6C6C6;
  border-left: none;
  padding: 1em 1.2em;
  border-collapse: collapse;
}

.contentsWV_wrap .eco_table_01 dl:nth-of-type(n+2) dt, .contentsWV_wrap .eco_table_01 dl:nth-of-type(n+2) dd {
  border-top: none;
}

.contentsWV_wrap table.eco_table_02 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.contentsWV_wrap table.eco_table_02 th {
  text-align: left;
  background-color: #F4F5F6;
  border: 1px solid #C6C6C6;
  padding: 1em 1.2em;
  white-space: nowrap;
  border-collapse: collapse;
}

.contentsWV_wrap table.eco_table_02 td {
  text-align: left;
  border: 1px solid #C6C6C6;
  padding: 1em 1.2em;
  white-space: nowrap;
  border-collapse: collapse;
}

.contentsWV_dl {
  width: 100%;
  margin: 100px auto 0;
  padding: 60px 0;
  background: transparent url(../images/bg_dl.png) center top/2000px no-repeat;
}

.contentsWV_dl > ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contentsWV_dl > ul > li {
  width: calc((580 / 1200) * 100%);
  padding: calc((20 / 1200) * 100%);
  max-width: 380px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px -5px #4d867d;
  box-shadow: 0px 0px 20px -5px #4d867d;
  border-radius: 8px;
}

.contentsWV_dl > ul > li p {
  font-weight: bold;
  margin-bottom: .8em;
}

.contentsWV_dl > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .5em auto 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 70px;
  width: 100%;
  height: 70px;
  background: #0ecda3;
  background: -webkit-gradient(linear, left top, right top, from(#0ecda3), to(#12c9e3));
  background: linear-gradient(90deg, #0ecda3 0%, #12c9e3 100%);
}

.contentsWV_dl > ul > li a span {
  line-height: 1em;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.contentsWV_dl > ul > li a span::before {
  content: "";
  background: transparent url(../images/icon_dl_w.png) center center/contain no-repeat;
  display: inline-block;
  width: 2em;
  height: .8em;
}

.contentsWV_dl > ul > li.download a {
  background: #0ecda3;
  background: -webkit-gradient(linear, left top, right top, from(#0ecda3), to(#12c9e3));
  background: linear-gradient(90deg, #0ecda3 0%, #12c9e3 100%);
}

.contentsWV_dl > ul > li.download a span::before {
  background: transparent url(../images/icon_dl_w.png) center center/contain no-repeat;
}

.contentsWV_dl > ul > li.contact a {
  background: #fd7e00;
  background: -webkit-gradient(linear, left top, right top, from(#fd7e00), to(#fdb900));
  background: linear-gradient(90deg, #fd7e00 0%, #fdb900 100%);
}

.contentsWV_dl > ul > li.contact a span::before {
  background: transparent url(../images/icon_contact_w.png) center center/contain no-repeat;
}

.contentsSupport {
  background: transparent url(../images/bg_support.png) center top/2000px no-repeat;
}

.contentsSupport_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 447px;
}

.contentsSupport_wrap dl dt {
  width: calc((550 / 1440) * 100%);
  text-align: center;
  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;
}

.contentsSupport_wrap dl dt h2 {
  background: none;
  color: #fff;
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
}

.contentsSupport_wrap dl dt a {
  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;
  border-radius: 70px;
  width: 100%;
  height: 70px;
  background: #fd7e00;
  background: -webkit-gradient(linear, left top, right top, from(#fd7e00), to(#fdb900));
  background: linear-gradient(90deg, #fd7e00 0%, #fdb900 100%);
}

.contentsSupport_wrap dl dt a span {
  line-height: 1em;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.contentsSupport_wrap dl dt a span::before {
  content: "";
  background: transparent url(../images/icon_contact_w.png) center center/contain no-repeat;
  display: inline-block;
  width: 2em;
  height: .8em;
}

.contentsSupport_wrap dl dd {
  width: calc((890 / 1440) * 100%);
  height: 100%;
  overflow: hidden;
  border-bottom-left-radius: 80px;
  background: transparent url(../images/img_support_01.jpg) center top/100% no-repeat;
}

.contents {
  position: relative;
  padding-top: 9.17%;
  background: #e5e9ef;
}

.contents::before {
  content: "";
  position: absolute;
  display: block;
  left: -100%;
  top: 0;
  width: 105%;
  height: 2500px;
  background: #fff;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
}

.contents__main {
  position: relative;
  margin: 0 auto;
  width: 91.78%;
  z-index: 1;
}

.contents__mainTitle {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #00225a;
  font-size: 2.1rem;
  font-weight: normal;
  color: #00225a;
}

.contents__main section + section {
  margin-top: 130px;
}

.contents__table {
  width: 100%;
  border: 1px solid #d5e1ed;
  border-collapse: collapse;
}

.contents__table th {
  padding: 6.03vw 3.62vw;
  width: 32.36%;
  background: #6096ce;
  text-align: left;
  vertical-align: top;
  border: 1px solid #d5e1ed;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
}

.contents__table td {
  padding: 6.03vw 3.62vw;
  background: #f5f8fd;
  border: 1px solid #d5e1ed;
}

.contents__subTitle {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: normal;
}

.contents .indentList li {
  padding-left: 1em;
  text-indent: -1em;
}

.contents .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.copyright {
  display: block;
  background: #333333;
  text-align: center;
  color: #FFFFFF;
  line-height: 1;
  padding: 35px 0;
  font-size: 1.1rem;
}

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

@media screen and (max-width: 767px) {
  * {
    font-size: calc((28 / 750) * 100vw);
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline;
  }

  img {
    width: 100%;
  }
  .is-pc {
    display: none;
  }
  .chart__container .chart__bar {
    width: 100%;
  }
  .chart__container .chart__bar .labelVertical li span {
    font-size: 1.2rem;
  }
  h2 {
    background-size: calc((384 / 750) * 100vw);
    font-size: calc((44 / 750) * 100vw);
    padding-bottom: calc((70 / 750) * 100vw);
  }
  h2 > span {
    font-size: calc((44 / 750) * 100vw);
  }
  .linkbox{
    display:none;
  }
  .lnk_scroll {
    bottom: 0;
    width: 100%;
  }
  .lnk_scroll ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lnk_scroll ul > li {
    width: 33.3%;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .lnk_scroll ul > li > a {
    border-radius: 0;
    padding: 0 .2em;
    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;
    height: 3.6em;
  }
  .lnk_scroll ul > li > a > span {
    font-size: calc((24 / 750) * 100vw);
    line-height: 1.2em;
  }
  .contentsHeader {
    height: auto;
    padding-bottom: calc((40 / 750) * 100vw);
  }
  .contentsHeader::before {
    background: transparent url(../../images/kv_bg‗arteria2.png) center top/100% no-repeat;
  }
  .contentsHeader header{
    background:rgba(255,255,255,0.85);
    padding-bottom:10px;
  }
  .contentsHeader header .header__logo {
    width: 40vw;
    padding: 2vw 0 0;
    margin-left: 4vw;
  }
  .contentsHeader__kv__title {
    position: static;
    width: calc((660 / 750) * 100vw);
    margin: 0 auto;
    padding-top: 10vw;
  }
  .contentsHeader__kv__title h1 {
    font-size: calc((62 / 750) * 100vw);
    margin-top: calc((12 / 750) * 100vw);
    color:#fff;
    line-height:50px;
  }
  .contentsHeader__kv__title p {
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    color:#0F1A26;
  }
  .contentsHeader__kv__title span.h1 {
    font-size: calc((64 / 750) * 100vw);
  }
  
  .contentsHeader__kv__title p.catch {
    font-size: calc((36 / 750) * 100vw);
  }
  .contentsHeader__kv__title p.catch span.big {
    font-size: calc((28 / 750) * 100vw);
  }
  .contentsHeader__kv__title p.catch small {
    color: #00C09A;
    font-size: calc((20 / 750) * 100vw);
  }
  .contentsHeader__kv__title p.kv_lnk {
    width: 100%;
    height: calc((140 / 750) * 100vw);
    border-radius: calc((140 / 750) * 100vw);
    margin-top: 30px;
  }
  .contentsHeader__kv__title p.kv_lnk > a {
    border-radius: calc((140 / 750) * 100vw);
    width: 95%;
    margin: 0 auto;
  }
  .contentsHeader__kv__title p.kv_lnk > a::after {
    display: none;
  }
  .contentsHeader__kv__title p.kv_lnk > a span.btn_fuki {
    border: .6vw solid #fd7e00;
    border-radius: .7vw;
    bottom: calc((120 / 750) * 100vw);
    font-size: calc((30 / 750) * 100vw);
  }
  .contentsHeader__kv__title p.kv_lnk > a span.btn_fuki::before {
    width: calc((20 / 750) * 100vw);
    height: calc((20 / 750) * 100vw);
    left: calc(50% + spvw(-10));
    bottom: calc((-20 / 750) * 100vw);
  }
  .contentsHeader__kv__title p.kv_lnk > a span.btn_fuki::after {
    width: calc((20 / 750) * 100vw);
    height: calc((20 / 750) * 100vw);
    left: calc(50% + spvw(-10));
    bottom: calc((-18 / 750) * 100vw);
  }
  .contentsHeader__kv__title p.kv_lnk > a span.btn_main {
    font-size: calc((30 / 750) * 100vw);
  }
  .contentsHeader__kv__img {
    width: 100%;
    right: auto;
    left: 0;
    top: 6vw;
  }
  .contentsHeader__kv__img .fuki {
    right: calc((24 / 750) * 100vw);
    top: calc((2 / 750) * 100vw);
    width: calc((220 / 750) * 100vw);
    height: calc((220 / 750) * 100vw);
    border-radius: calc((220 / 750) * 100vw);
  }
  .contentsHeader__kv__img .fuki p {
    line-height: 1.1em;
    font-size: calc((38 / 750) * 100vw);
  }
  .contentsHeader__kv__img .fuki p span {
    font-size: calc((30 / 750) * 100vw);
  }
  .contentsHeader__kv__img .fuki::after {
    width: calc((36 / 750) * 100vw);
    height: calc((30 / 750) * 100vw);
    bottom: calc((6 / 750) * 100vw);
    left: calc((6 / 750) * 100vw);
  }
  .contentsHeader__kv__img ul {
    width: 100%;
    right: auto;
    left: 0;
  }
  .contentsHeader__kv__img ul li {
    width: calc((208 / 750) * 100vw);
    margin-left: calc((24 / 750) * 100vw);
  }
  .contentsHeader__kv__img ul li:nth-child(2) {
    margin-left: calc((24 / 750) * 100vw);
  }
  .contentsHeader__kv__img ul li:nth-child(3) {
    margin-top: calc((-28 / 750) * 100vw);
    margin-left: calc((140 / 750) * 100vw);
  }
  .contentsHeader__kv__img ul li:nth-child(4) {
    margin-top: calc((-28 / 750) * 100vw);
    margin-left: calc((24 / 750) * 100vw);
  }
  .contentsWorries {
    margin: calc((70 / 750) * 100vw) 0 0;
  }
  .contentsWorries h3 {
    font-size: calc((40 / 750) * 100vw);
  }
  .contentsWorries_wrap {
    display: block;
  }
  .contentsWorries_wrap ul {
    display: block;
    width: calc((690 / 750) * 100vw);
    margin: 0 auto;
  }
  .contentsWorries_wrap ul li p {
    width: 100%;
    height: 80px;
    display: block;
    margin-top: 20px;
    padding: 10px 10px;
    background-color: #f0faff;
    text-align: left;
  }

  .contentsWorries_wrap ul li {
    max-width: 100%;
    width: 100%;
    margin-bottom: calc((80 / 750) * 100vw);
  }
  .contentsWorries_wrap ul li span {
    font-size: calc((32 / 750) * 100vw);
    border-radius: calc((6 / 750) * 100vw);
  }
  .contentsWorries .linkbox {
    display: none;
  }
  .contentsCarbon {
    padding: 50px 0;
  }
  
  .contentsCarbon ul {
    display: block;
    width: calc((640 / 750) * 100vw);
    margin: calc((80 / 750) * 100vw) auto 0;
  }
  .contentsCarbon ul li {
    width: 100%;
  }
  .contentsCarbon ul li:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: calc((70 / 750) * 100vw);
  }
  .contentsCarbon ul li h3 {
    font-size: calc((40 / 750) * 100vw);
  }
  .contentsCarbon ul li p {
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsStep_wrap ul {
    display: block;
    width: calc((690 / 750) * 100vw);
  }
  .contentsStep_wrap ul li {
    width: 100%;
    margin-top: 13vw;
    padding: 1.5em;
    height: auto;
  }
  .contentsStep_wrap ul li::after {
    top: auto;
    right: auto;
    bottom: -9vw;
    left: 50%;
    width: calc((40 / 750) * 100vw);
    height: calc((36 / 750) * 100vw);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .contentsStep_wrap ul li:nth-of-type(4) {
    margin-left: 0;
  }
  .contentsStep_wrap ul li:nth-of-type(n+4) {
    margin-top: 13vw;
  }
  .contentsStep_wrap ul li > p {
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsStep_wrap ul li > p.step {
    top: calc((-80 / 750) * 100vw);
    width: calc((104 / 750) * 100vw);
    height: calc((120 / 750) * 100vw);
  }
  .contentsStep_wrap ul li > p.step span {
    font-size: calc((24 / 750) * 100vw);
  }
  .contentsStep_wrap ul li > p.step span i {
    font-size: calc((40 / 750) * 100vw);
  }
  .contentsStep_wrap ul li > p.fuki {
    font-size: calc((26 / 750) * 100vw);
  }
  .contentsStep_wrap ul li > p.fuki::before {
    width: calc((24 / 750) * 100vw);
    height: calc((24 / 750) * 100vw);
  }
  .contentsStep__textbox {
    width: calc((690 / 750) * 100vw);
    margin: 20vw auto 0;
    padding-bottom: calc((480 / 750) * 100vw);
  }
  .contentsStep__textbox::after {
    width: calc((476 / 750) * 100vw);
    height: calc((440 / 750) * 100vw);
    right: auto;
    left: calc((107 / 750) * 100vw);
    margin: 20vw auto 0;
  }
  .contentsStep__textbox > p {
    width: 100%;
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsStep h3.steph3 > span.dakara {
    font-size: calc((40 / 750) * 100vw);
  }
  .contentsStep h3.steph3 > span.tool {
    font-size: calc((40 / 750) * 100vw);
  }
  .contentsStep .linkbox {
    display: none;
  }

  .contentsSupporthp {
    padding: 50px 20px 50px;
  }
  .contentsSupporthp ul {
    display: block;
  }
   
  .contentsSupporthp ul li {
    text-align: left;
    margin-bottom: 30px;
    width:100%;
  }
  
  ..contentsSupporthp ul li img {
    width: 100%;
  }

  .contentsSupporthp ul li:nth-of-type(n+2) {
    margin-left: 0;
  }

  .border-1 {
    width: 100%;
    border: none;
    margin: 0 auto;
  }

  .border-2 {
    border: none;
    padding: 10px;
  }
  .border-2 h3 {
    font-size: calc((34 / 750) * 100vw);
  }

  .remaTmp_flexBox {
    display: block;
  }
  .remaTmp_flexBox img {
    width: 100%;
  }




  .Sectionstep {
    width: 100%;
  }
  .Introductionflow {
    padding: 50px 20px;
  }
  .Introductionflow h2 {
    padding-bottom: 20px;
  }
  .Introductionflow p {
    margin: 0 auto;
  }
  .Sectionstep {
    margin: 30px auto;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 20px;
  }
  .Sectionstep_flex {
    display: block;
  }
  .Sectionstep_flex1 {
    width: 100%;

  }
  .stepnumber {
    display: block;
    margin-bottom: 10px;
  }
  .stepnumber p {
    text-align: left;
  }
  .stepnumber span{
    margin-bottom: 10px;
  }
  .stepDescription p {
    display: inline-block;
    margin-bottom: 10px;
  }
  .Sectionstep_flex2 {
    width: 100%;
    margin: 0 auto;
  }

.remaTmp_flexBox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* 隙間調整（お好みで） */
}
.contentsWorries p {
    display: block;
    margin-bottom: 20px;
    padding: 0 10px;
}
.remaTmp_flexBox-PM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 80%;
}
.remaTmp_flexBox-PM p {
  color: #000;
}
.remaTmp_flexItem {
  width: calc(50% - 8px); /* gapの半分を引いてバランス調整 */
  box-sizing: border-box;
}


  .mw1366-2 {
    padding: 50px 4%;
  }
  .contentsEcoNiPass {
    padding: 50px 10px;
  }
  .contentsEcoNiPass h2 img {
    width: calc((537 / 750) * 100vw);
  }
  .contentsEcoNiPass h2 > span {
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsEcoNiPass ul.anch {
    display: block;
    width: calc((690 / 750) * 100vw);
  }
  .contentsEcoNiPass ul.anch > li {
    border-right: none;
    border-bottom: 2px solid #ADADAD;
  }
  .contentsEcoNiPass ul.anch > li:nth-of-type(1) {
    width: 100%;
    border-left: none;
    border-top: 2px solid #ADADAD;
  }
  .contentsEcoNiPass ul.anch > li:nth-of-type(2) {
    width: 100%;
  }
  .contentsEcoNiPass ul.anch > li:nth-of-type(3) {
    width: 100%;
  }
  .contentsEcoNiPass ul.anch > li a {
    text-align: left;
    padding: .7em 0;
  }
  .contentsEcoNiPass ul.anch > li a span {
    display: block;
    width: 100%;
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsEcoNiPass ul.anch > li a span::after {
    right: .5em;
    width: .7em;
    height: .7em;
  }
  .contentsEcoNiPass ul.list_scope {
    display: block;
    width: 100%;
  }
  .contentsEcoNiPass ul.list_scope > li {
    display: block;
    width: 100%;
    padding: calc((48 / 750) * 100vw);
  }
  .contentsEcoNiPass ul.list_scope > li:nth-of-type(n+2) {
    margin-top: calc((48 / 750) * 100vw);
  }
  .contentsEcoNiPass ul.list_scope > li p {
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsEcoNiPass ul.kome > li {
    font-size: calc((26 / 750) * 100vw);
  }
  .contentsEcoNiPass ul.list_start {
    display: block;
    width: 100%;
  }
  .contentsEcoNiPass ul.list_start > li {
    display: block;
    width: 100%;
    padding: calc((48 / 750) * 100vw);
    max-width: none;
  }
  .contentsEcoNiPass ul.list_start > li:nth-of-type(n+2) {
    margin-top: calc((48 / 750) * 100vw);
  }
  .contentsEcoNiPass ul.list_start > li h4 {
    font-size: calc((40 / 750) * 100vw);
  }
  .contentsEcoNiPass ul.list_start > li h4 span {
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsEcoNiPass ul.list_start > li p.price > span.yen {
    font-size: calc((56 / 750) * 100vw);
  }
  .contentsEcoNiPass dl.list_prod {
    display: block;
    width: 100%;
  }
  .contentsEcoNiPass dl.list_prod > dt {
    display: block;
    width: 100%;
  }
  .contentsEcoNiPass dl.list_prod > dd {
    display: block;
    width: 100%;
    margin-top: calc((40 / 750) * 100vw);
  }
  .contentsEcoNiPass_box {
    width: calc((690 / 750) * 100vw);
    margin: 0 auto calc((48 / 750) * 100vw);
    padding: calc((18 / 750) * 100vw);
  }

  .contentsEcoNiPass_box h3 + p {
  margin-top: 10px;
  }
  .contentsEcoNiPass p {
    font-size: calc((28 / 750) * 100vw);
  }
  .contentsEcoNiPass p.obi {
    width: calc((690 / 750) * 100vw);
    margin: 0 auto;
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsEcoNiPass p.obi > span {
    font-size: calc((56 / 750) * 100vw);
  }
  .contentsWV_wrap {
    width: calc((690 / 750) * 100vw);
    margin: 0 auto;
  }
  .contentsWV_wrap > p {
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsWV_wrap > div.wvlist_box > ul {
    display: block;
    width: 100%;
    margin: calc((48 / 750) * 100vw) auto 0;
  }
  .contentsWV_wrap > div.wvlist_box > ul > li {
    display: block;
    max-width: none;
    width: 100%;
    padding: calc((48 / 750) * 100vw);
  }
  .contentsWV_wrap > div.wvlist_box > ul > li:nth-of-type(n+2) {
    margin-top: calc((40 / 750) * 100vw);
  }
  .contentsWV_wrap > div.wvlist_box > ul > li dl dt h4 {
    font-size: calc((40 / 750) * 100vw);
  }
  .contentsWV_wrap > div.wvlist_box > ul > li dl dt p {
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsWV_wrap .eco_table_01 dl dt {
    font-size: calc((36 / 750) * 100vw);
  }
  .contentsWV_wrap .eco_table_01 dl dd {
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsWV_wrap .eco_table_01 dl {
    display: block;
  }
  .contentsWV_wrap .eco_table_01 dl dt {
    width: 100%;
  }
  .contentsWV_wrap .eco_table_01 dl dd {
    width: 100%;
    border: 2px solid #C6C6C6;
    border-top: none;
  }
  .contentsWV_wrap table.eco_table_02 th {
    font-size: calc((36 / 750) * 100vw);
  }
  .contentsWV_wrap table.eco_table_02 td {
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsWV_dl {
    padding: calc((60 / 750) * 100vw) 0 calc((48 / 750) * 100vw);
    background: transparent url(../images/bg_dl_sp.png) center top/cover no-repeat;
  }
  .contentsWV_dl > ul {
    display: block;
    width: calc((690 / 750) * 100vw);
    margin: 0 auto;
  }
  .contentsWV_dl > ul > li {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: calc((48 / 750) * 100vw);
  }
  .contentsWV_dl > ul > li:nth-of-type(n+2) {
    margin-top: calc((48 / 750) * 100vw);
  }
  .contentsWV_dl > ul > li p {
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsWV_dl > ul > li a {
    width: calc((594 / 750) * 100vw);
    height: calc((140 / 750) * 100vw);
  }
  .contentsWV_dl > ul > li a span {
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsSupport_wrap dl {
    display: block;
    height: auto;
  }
  .contentsSupport_wrap dl dt {
    display: block;
    width: calc((690 / 750) * 100vw);
    margin-left: auto;
    margin-right: auto;
    padding: calc((80 / 750) * 100vw) 0;
  }
  .contentsSupport_wrap dl dt h2 {
    font-size: calc((56 / 750) * 100vw);
    text-align: center;
  }
  .contentsSupport_wrap dl dt a {
    width: 100%;
    height: calc((140 / 750) * 100vw);
    margin: 0 auto;
  }
  .contentsSupport_wrap dl dt a span {
    font-size: calc((32 / 750) * 100vw);
  }
  .contentsSupport_wrap dl dd {
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: calc((90 / 750) * 100vw);
    height: calc((377 / 750) * 100vw);
  }

  .Contentsalteriaflow {
    margin: 0 20px;
    padding: 50px 0 50px;
  }
  
  .Contentsalteriaflow ul {
    display: block;
    margin: calc((80 / 750) * 100vw) auto 0;
  }
  .Contentsalteriaflow div ul li {
    width: 100%;
    text-align: left;
  }
  .Contentsalteriaflow ul li:nth-of-type(n+2) {
    margin-left: 0;
  }
  .Contentsalteriaflow ul li p {
    text-align: left;
  }
  .remaTmp-bgwhite {
    padding: 43px 0;
  }
  
  .remaTmp-ptsp0 {
    padding-top: 0 !important;
  }
  .mw1366 {
    padding: 50px 20px 20px;
  }
  .faq-wrapper {
    padding: 50px 30px;
  }

  .faq-wrapper h2 {
    margin-bottom: 0;
  }

  .faq-wrapper span {
    font-size: 16px;
  }
  .faq-answer p {
    font-size: 16px;
  }
   
  .conversionblk {
    display: none;
    padding: 50px 20px;
  }

  .remaTmp_btn-2 a {
    width: 100%;
    margin-top: 30px;
  }
  .remaTmp_btn-2 a::after {
    display: none;
  }
  .remaTmp-mbsp30 {
    margin-bottom: 30px;
  }

  .remaTmp-table02Wrap {
    width: 100%;
    overflow-x: scroll;
  }

  .remaTmp-table02 {
    min-width: 720px;
  }
  .remaTmp-table02 th {
    width: 255px;
    font-size: 1.5rem;
    padding: 12px 15px;
  }
  .remaTmp-table02 td {
    width: 255px;
    font-size: 1.4rem;
    padding: 12px 15px;
    text-align: center;
  }

  .remaTmp_h3Tit {
    font-size: 1.8rem;
    margin-bottom: 22px;
  }

  .remaTmp_txt,
  .remaTmp_txt .remaTmp_linkTxt {
    font-size: 1.4rem;
  }

  .remaTmp-mbsp50 {
    margin-bottom: 50px;
  }

  /*-- 質問欄 --*/

  .remaTmp_btn_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .remaTmp_btn_wrap p:first-of-type {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .remaTmp_btn_wrap p:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }
  .remaTmp_btn {
    margin: 32px 0 25px;
  }
  .remaTmp_btn a {
    width: 100%;
    margin: 0 auto;
  }

  .copyright {    
    padding: 30px 0;
  }
}

@media all and (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
    height: auto;
  }
  .fadein__content img {
    width: 100%;
  }
  .modalWrap *::-ms-backdrop, .modalWrap .modalWrap-content {
    height: 80vh;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
  .scroll__top {
    bottom: 40px;
    right: 40px;
  }
  .chart__container .chart__bar .barGraph li .bar__inner p {
    font-size: 2.4rem;
    font-size: 1.71429vw;
  }
  .chart__container .chart__bar .barGraph li .bar__inner p span {
    font-size: 1.8rem;
    font-size: 1.28571vw;
  }
  .chart__container .chart__bar .labelHorizontal li span {
    font-size: 1.6rem;
    font-size: 1.14286vw;
  }
  .linkbox > div ul li > div a:hover {
    background-color: #009ae0;
    border: 1px solid #fff;
  }
  .linkbox > div ul li > div a:hover span {
    color: #fff;
  }
  .linkbox > div ul li.download > div a:hover span::before {
    background: transparent url(../images/icon_dl_w.png) center center/contain no-repeat;
  }
  .linkbox > div ul li.contact > div a:hover {
    background-color: #FD7E00;
    border: 1px solid #fff;
  }
  .linkbox > div ul li.contact > div a:hover span {
    color: #fff;
  }
  .linkbox > div ul li.contact > div a:hover span::before {
    background: transparent url(../images/icon_contact_w.png) center center/contain no-repeat;
  }
  .lnk_scroll ul > li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .lnk_scroll ul > li > a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#12c9e3), to(#0ecda3));
    background: linear-gradient(90deg, #12c9e3 0%, #0ecda3 100%);
  }
  .lnk_scroll ul > li.download > a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#12c9e3), to(#0ecda3));
    background: linear-gradient(90deg, #12c9e3 0%, #0ecda3 100%);
  }
  .lnk_scroll ul > li.contact > a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#fdb900), to(#fd7e00));
    background: linear-gradient(90deg, #fdb900 0%, #fd7e00 100%);
  }
  .contentsHeader::before {
    background-size: 2000px;
  }
  .contentsHeader__kv__title p.kv_lnk > a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#00a0e9), to(#0068B7));
    background: linear-gradient(90deg, #00a0e9 0%, #0068B7 100%);
  }
  .contentsWorries_wrap ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contentsEcoNiPass ul.list_start > li:nth-of-type(n+2) {
    margin-left: calc((40 / 1000) * 100%);
  }
  .contentsEcoNiPass_box figure.w90 {
    text-align: center;
  }
  .contentsEcoNiPass_box figure.w90 img {
    width: auto;
    zoom: 0.9;
    max-width: 100%;
  }
  .contentsWV_wrap > div.wvlist_box > ul > li:nth-of-type(n+2) {
    margin-left: calc((16 / 1200) * 100%);
  }
  .contentsWV_dl > ul > li:nth-of-type(n+2) {
    margin-left: calc((30 / 1200) * 100%);
  }
  .contentsWV_dl > ul > li a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#12c9e3), to(#0ecda3));
    background: linear-gradient(90deg, #12c9e3 0%, #0ecda3 100%);
  }
  .contentsWV_dl > ul > li.download a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#12c9e3), to(#0ecda3));
    background: linear-gradient(90deg, #12c9e3 0%, #0ecda3 100%);
  }
  .contentsWV_dl > ul > li.contact a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#fdb900), to(#fd7e00));
    background: linear-gradient(90deg, #fdb900 0%, #fd7e00 100%);
  }
  .contentsSupport_wrap dl dt a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#fdb900), to(#fd7e00));
    background: linear-gradient(90deg, #fdb900 0%, #fd7e00 100%);
  }
  .contents {
    padding-top: 3.21vw;
  }
  .contents::before {
    left: -570px;
    width: 800px;
    height: 1600px;
  }
  .contents__main {
    padding: 4vw 0 13.92vw 0;
    max-width: 1000px;
  }
  .contents__mainTitle {
    margin-bottom: 55px;
    font-size: 3.2rem;
  }
  .contents__table th {
    padding: 25px;
    width: 290px;
  }
  .contents__table td {
    padding: 25px;
  }
  .contents__subTitle {
    font-size: 2.4rem;
  }

  /*-- 追加 --*/
  .remaTmp-mb70 {
    margin-bottom: 70px;
  }

  .remaTmp_flexTxtBox {
    width: 100%;
  }
  .remaTmp_flexTxtBox-2 p {
    width: 100%;
    color: #000;
  }

  
  .flex-ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    margin: 20px 0 40px 0;
  }


  .flex-ul li {
    width: 50%;
    text-align: left;
    list-style: disc;
    line-height: 2;
  }
  
  .remaTmp_thumImg--right {
    display: inline-block;
    margin-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    /*max-width: calc( 50% - 30px);*/
    max-width: 300px;
  }

  .remaTmp-mb30 {
    margin-bottom: 30px;
  }
 
  .remaTmp-mb80 {
    margin-bottom: 80px;
  }

  .remaTmp_faq_img {
    width: 450px;
  }
}

@media screen and (min-width: 2001px) {
  .chart__container .chart__bar .labelVertical li span {
    font-size: 1.6rem;
  }
  .chart__container .chart__bar .barGraph li .bar__inner p {
    font-size: 2.4rem;
  }
  .chart__container .chart__bar .barGraph li .bar__inner p span {
    font-size: 1.8rem;
  }
  .chart__container .chart__bar .labelHorizontal li span {
    font-size: 1.6rem;
  }
  .contentsHeader::before {
    background-size: cover;
  }
  .contentsCarbon {
    background-size: cover;
  }
  .contentsEcoNiPass {
    background-size: cover;
  }
  .contentsWV_dl {
    background-size: cover;
  }
  .contentsSupport {
    background-size: cover;
  }
  .contents {
    padding-top: 45px;
  }
  .contents__main {
    padding: 110px 0 195px 0;
    max-width: 1000px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  /* ここを追加 */
  html:focus-within {
    scroll-behavior: smooth;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .linkbox > div ul {
    width: 100%;
  }
  .linkbox > div ul li {
    width: 33.33%;
  }
  .contentsStep_wrap ul li {
    margin-right: calc((32 * 100vw) / 1200);
  }
  .contentsStep_wrap ul li::after {
    right: calc((-28 * 100vw) / 1200);
  }
  .contentsStep_wrap ul li:nth-of-type(4) {
    margin-left: calc((120 * 100vw) / 1200);
  }
  .contentsEcoNiPass ul.anch > li a span {
    display: block;
    padding-right: 0;
  }
  .contentsEcoNiPass ul.anch > li a span::after {
    right: auto;
    top: auto;
    left: calc(50% - .4em);
    bottom: -.5em;
  }
}

@media screen and (max-width: 1399px) {
  .contentsSupport_wrap dl dd {
    background-size: cover;
  }
}

/*# sourceMappingURL=../../../../_soucemaps/lp/ghg/common/css/common.css.map */
