@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: var(--font-family);
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*----------------------------------------------------
  base (styling element directly contain reset style)
----------------------------------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  min-width: 1180px;
  min-height: 100%;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  line-height: 1.7;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body {
    min-width: 0;
    font-size: 1.6rem;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: none .3s linear;
  transition-property: background, color;
}
a img {
  transition: opacity .3s linear;
}
a:hover {
  color: #999999;
}
@media screen and (min-width: 1024px) {
  a:hover {
    text-decoration: none;
    opacity: .75;
    transition: opacity .3s linear;
  }
  a:hover img {
    opacity: .85;
  }
}

svg,
img {
  max-width: 100%;
  vertical-align: top;
}

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

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

textarea,
button,
[type="reset"],
[type="button"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea,
select,
button,
input {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-radius: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, table, dl, dd {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}

table {
  border-collapse: collapse;
}

.small,
small {
  font-size: 90%;
}

@media screen and (max-width: 1024px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

.p,
p {
  margin-bottom: 1.5em;
}

ol {
  margin-bottom: 1.5em;
}
ol > li {
  list-style: decimal;
  margin-left: 2.2em;
  margin-bottom: 5px;
}

fieldset,
iframe {
  border: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  display: none;
}

hr {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  margin: 30px auto;
  border: 0;
  border-bottom: 1px dotted #ccc;
}

.clearfix, .header-in, .header-in ul li .slideNavi, .footer-in, .footer-in nav, .gpoint .use-flow-list dl, .gpoint .media-introduction-list dl, .gpointGift .use-flow-list dl, .pointConcent .use-flow-list dl, .exchange .use-flow-list dl, .exchange .case-studies-list dl, .adopt .case-studies-list dl, .pointAgent .use-flow-list dl, .pointAgent .media-introduction-list dl, .collaborate .case-studies-list dl {
  *zoom: 1;
}
.clearfix:after, .header-in:after, .header-in ul li .slideNavi:after, .footer-in:after, .footer-in nav:after, .gpoint .use-flow-list dl:after, .gpoint .media-introduction-list dl:after, .gpointGift .use-flow-list dl:after, .pointConcent .use-flow-list dl:after, .exchange .use-flow-list dl:after, .exchange .case-studies-list dl:after, .adopt .case-studies-list dl:after, .pointAgent .use-flow-list dl:after, .pointAgent .media-introduction-list dl:after, .collaborate .case-studies-list dl:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
.header {
  border-bottom: 2px solid #007185;
  max-width: 100%;
  transition: 0.1s;
  position: fixed;
  width: 100%;
  top: 0;
  background: #FFF;
  z-index: 1001;
}
.header.service-open {
  padding-bottom: 146px;
  transition: 0.4s linear;
}
.header.company-open {
  padding-bottom: 44px;
  transition: 0.4s linear;
}
@media screen and (max-width: 1024px) {
  .header {
    width: 100%;
  }
}
.header-in {
  position: relative;
  display: flex;
  align-items: center;
  width: 1180px;
  margin: 0 auto;
  padding: 32px 0;
}
@media screen and (max-width: 1024px) {
  .header-in {
    padding: 1.4rem 0;
    display: block;
    width: 100%;
  }
  .header-in .gMenu-btn {
    padding-top: 3px;
    display: inline-block;
    float: right;
    width: 45px;
    height: 45px;
    margin: 0 2.5% 0 0;
    background: url(/img/common/ico_menu_sp.png) no-repeat center center;
    background-size: contain;
  }
  .header-in .gMenu-btn.open {
    background: url(/img/common/ico_menu_m_close.png) no-repeat center center;
    background-size: contain;
  }
  .header-in nav {
    width: 100%;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-in .gMenu-btn {
    width: 35px;
    height: 35px;
    margin: 0 2.5%;
  }
}
.header-in .corp-logo {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .header-in .corp-logo {
    width: 160px;
    margin: 0.7rem 0 0 2.5%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .header-in .corp-logo {
    width: 30%;
    max-width: 130px;
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 320px) {
  .header-in .corp-logo {
    width: 65px;
  }
}
.header-in #gNavi {
  width: 720px;
}
@media screen and (max-width: 1024px) {
  .header-in #gNavi {
    float: none;
    width: 100%;
    position: absolute;
    top: 8.5rem;
    left: 0;
    z-index: 1400;
    background-color: #eee;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .header-in #gNavi {
    top: 7.9rem;
  }
}
.header-in ul {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .header-in ul {
    position: relative;
    float: none;
    width: 100%;
    text-align: center;
    height: calc(100vh - 180px);
    overflow-y: scroll;
    background-color: #fff;
  }
}
.header-in ul li {
  display: inline-block;
  margin-left: 55px;
  padding: 0 10px;
}
.header-in ul li.current {
  border-bottom: 3px solid #007185;
}
.header-in ul li.serviceBtn .slideNavi a {
  padding: 0 0 0 1.5rem;
  background: url(../img/common/ico_arrow_green.png) no-repeat left center;
}
@media screen and (max-width: 1024px) {
  .header-in ul li.serviceBtn .slideNavi a {
    background: none;
  }
}
.header-in ul li a {
  display: inline-block;
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 1024px) {
  .header-in ul li {
    padding: 0;
    display: block;
    margin: 0 0;
    border-bottom: 2px solid #cccccc;
  }
  .header-in ul li a {
    padding: 1.2rem 0;
    display: block;
    background-color: white;
    text-align: center;
  }
}
.header-in ul li .slideNavi {
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 87px;
  text-align: left;
  background: #f3fdff;
  display: none;
  z-index: 9999;
  padding: 2rem;
}
.header-in ul li .slideNavi.companyNavi {
  text-align: center;
}
.header-in ul li .slideNavi.companyNavi a {
  display: inline-block;
  padding: 0 2.5rem 0 1.5rem;
  background: url(../img/common/ico_arrow_green.png) no-repeat left center;
}
@media screen and (max-width: 1024px) {
  .header-in ul li .slideNavi.companyNavi a {
    background: none;
    width: 44%;
    padding: 1%;
  }
}
.header-in ul li .slideNavi dl {
  text-align: center;
  width: 20%;
  color: #007185;
  padding: 0 2%;
  float: left;
}
.header-in ul li .slideNavi dl dt {
  white-space: nowrap;
  border-bottom: 1px solid #007185;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.header-in ul li .slideNavi dl dd {
  text-align: left;
  margin: 0 0 4px 10px;
}
.header-in ul li .slideNavi dl dd a {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .header-in ul li .slideNavi {
    padding: 1rem 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    left: auto;
    top: auto;
    margin-left: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .header-in ul li .slideNavi a {
    background: none;
    padding: 0.8rem 0 !important;
  }
  .header-in ul li .slideNavi dl {
    width: 48%;
    padding: 0 1% 2%;
  }
}
.header-in ul li .slideNavi-in {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header-in ul li .slideNavi-in {
    width: 100%;
    display: contents;
  }
}
.header-in ul li .slideNavi-in .slide-close {
  font-weight: 800;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: -70px;
  top: 0;
  color: #007185;
  border: 2px solid #007185;
  border-radius: 50%;
  font-size: 16px;
  line-height: 16px;
  padding: 3px 5px 5px;
}
@media screen and (max-width: 1024px) {
  .header-in ul li .slideNavi-in .slide-close {
    display: none;
  }
}
.header-in .btn {
  margin-left: 75px;
  padding: 10px 42px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header-in .btn {
    float: right;
    margin-left: 0;
    margin-right: 2rem;
    padding: 1.1rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .header-in .btn {
    margin-right: 0;
    padding: 1.05rem 2rem;
  }
}
@media screen and (max-width: 320px) {
  .header-in .btn {
    padding: 1rem;
  }
}
.header.scroll-nav {
  box-shadow: 5px 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.header.scroll-nav .header-in {
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .header.scroll-nav .header-in {
    padding: 1.4rem 0;
  }
}

#companyPage .companyBtn > a {
  color: #007185;
}
#companyPage .companyBtn > a:before {
  content: url(/img/common/ico_arrow_down.svg);
  display: inline-block;
  width: 15px;
  margin-right: 6px;
  vertical-align: text-top;
}

#newsPage .newsBtn > a {
  color: #007185;
}
#newsPage .newsBtn > a:before {
  content: url(/img/common/ico_arrow_down.svg);
  display: inline-block;
  width: 15px;
  margin-right: 6px;
  vertical-align: text-top;
}

#servicePage .serviceBtn > a {
  color: #007185;
}
#servicePage .serviceBtn > a:before {
  content: url(/img/common/ico_arrow_down.svg);
  display: inline-block;
  width: 15px;
  margin-right: 6px;
  vertical-align: text-top;
}

/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.footer {
  background: #f2f2f2;
}
@media screen and (max-width: 1024px) {
  .footer h3 {
    font-weight: bold;
  }
}
.footer-in {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 1024px) {
  .footer-in {
    padding: 2rem 0 0;
  }
}
.footer-in h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.footer-in nav {
  float: left;
  width: 920px;
}
.footer-in nav dl {
  float: left;
  margin-right: 5rem;
  line-height: 3rem;
}
.footer-in nav dl dt {
  font-weight: bold;
  color: #007185;
}
.footer-in nav dl dd {
  font-size: 1.4rem;
  padding-left: 1rem;
}
.footer-in nav dl dd a {
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer-in nav {
    float: none;
    width: 100%;
    margin-bottom: 3rem;
  }
  .footer-in nav dl {
    float: none;
    margin: 0;
    width: 100%;
  }
  .footer-in nav dl dt {
    border-bottom: 1px solid #cccccc;
    position: relative;
    padding: 1rem 0;
  }
  .footer-in nav dl dt:after {
    content: "+";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-weight: bold;
  }
  .footer-in nav dl dt.open:after {
    content: "-";
  }
  .footer-in nav dl dd {
    font-size: 1.8rem;
    display: none;
    padding-top: 0.5rem;
  }
  .footer-in nav dl dd a {
    color: #333;
  }
}
.footer-in .area-aboutUs {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.footer-in .area-aboutUs p a:after {
  content: "│";
  color: #cccccc;
}
.footer-in .area-aboutUs p a:last-child::after {
  content: "";
}
@media screen and (max-width: 1024px) {
  .footer-in .area-aboutUs {
    bottom: auto;
    left: auto;
    clear: both;
    position: relative;
  }
  .footer-in .area-aboutUs p {
    padding-left: 3%;
  }
}
.footer-in .area-twitter {
  float: right;
  width: 260px;
  height: 293px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .footer-in .area-twitter {
    display: none;
  }
}

.footer-area-privacy {
  background: #fff;
}
.footer-area-privacy-in {
  padding: 4rem 0 5rem;
}
@media screen and (max-width: 1024px) {
  .footer-area-privacy-in {
    width: 100% !important;
    padding-bottom: 0;
  }
}
.footer-area-privacy-in ul {
  float: left;
  text-align: left;
}
.footer-area-privacy-in ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
}
.footer-area-privacy-in ul li.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer-area-privacy-in ul {
    float: none;
    padding: 2%;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .footer-area-privacy-in ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
  }
  .footer-area-privacy-in ul li.sp {
    display: block;
  }
}
.footer-area-privacy-in .copyRight {
  float: right;
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .footer-area-privacy-in .copyRight {
    float: none;
    width: 100%;
  }
  .footer-area-privacy-in .copyRight p {
    display: none;
  }
  .footer-area-privacy-in .copyRight p:last-child {
    margin: 0;
    display: block;
    background: #000;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
  }
}

.inner {
  box-sizing: border-box;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 95%;
  }
}

.contents.subpage > h1 {
  line-height: 1.4em;
  font-size: 3.4rem;
  color: #fff;
  background: #007185;
  padding: 24px 0;
  text-align: center;
  font-weight: 400;
}
.contents.subpage > h1 .sub-title {
  font-weight: 300;
  font-size: 70%;
  line-height: 2.6rem;
  display: block;
  border-top: solid 1px #FFF;
  padding: 16px 0 0;
  margin: 8px 16px 0 16px;
}
@media screen and (max-width: 767px) {
  .contents.subpage > h1 .sub-title {
    padding: 8px 0 0;
    line-height: 2rem;
    line-height: 2.2rem;
    text-align: left;
  }
}
.contents.subpage > h1 br {
  display: block;
  margin-top: 8px;
  content: "";
}
@media screen and (max-width: 1024px) {
  .contents.subpage > h1 {
    font-size: 2.4rem;
    padding: 8px 0;
  }
}
.contents .area-breadPath {
  font-size: 1.4rem;
  padding: 1rem 0;
  box-sizing: border-box;
}
.contents .area-breadPath div {
  width: 1180px;
  margin: 0 auto;
}
.contents .area-breadPath div a {
  border-bottom: 1px solid #CCC;
  padding-bottom: 1px;
}
@media screen and (max-width: 1024px) {
  .contents .area-breadPath {
    padding: 1rem;
  }
  .contents .area-breadPath div {
    width: 100%;
  }
}
.contents .contentsInner {
  box-sizing: border-box;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
}
@media screen and (max-width: 1024px) {
  .contents .contentsInner {
    width: 95%;
    padding: 1em 0 5rem;
  }
}
.contents .contentsInner h2 {
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
  margin: 24px 0 1em;
}
@media screen and (max-width: 1024px) {
  .contents .contentsInner h2 {
    margin: 24px 0 1em;
    font-size: 2.4rem;
  }
}
.contents .contentsInner h2 span {
  color: #007185;
  font-size: 1.8rem;
  display: block;
}
.contents .contentsInner h3 {
  font-size: 3.2rem;
  font-weight: 400;
  color: #007185;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contents .contentsInner h3 {
    margin-bottom: 3rem;
  }
}
.contents .contentsInner h3.mtop {
  margin-top: 4rem;
}
.contents .contentsInner h4 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #007185;
}
.contents .contentsInner h4.noBorder {
  border-bottom: 0;
}
.contents .contentsInner h5 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.contents .contentsInner .gray {
  background: #f2f2f2;
  padding: 3rem;
  margin: 3rem 0 5rem;
}
.contents .contentsInner .number {
  list-style-type: decimal;
  font-size: 3rem;
  width: 65%;
  margin: 0 auto 48px;
}
.contents .contentsInner .number li {
  list-style-position: inside;
  padding: 1rem 1rem 1rem 1.1em;
  text-indent: -1.2em;
  border-bottom: 1px solid #007185;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .contents .contentsInner .number {
    display: block;
    font-size: 2.4rem;
    width: 100%;
    text-align: left;
  }
  .contents .contentsInner .number li {
    width: 100%;
  }
}
.contents .contentsInner #Mission {
  margin-top: 108px;
}
.contents .contentsInner #Mission .inner {
  padding: 0 0 108px;
}
.contents .contentsInner #Mission .inner p {
  text-align: center;
  font-size: 3rem;
  line-height: 1.8em;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .contents .contentsInner #Mission {
    margin-top: 64px;
  }
  .contents .contentsInner #Mission .inner {
    padding: 0 0 64px;
  }
  .contents .contentsInner #Mission .inner p {
    font-size: 2.4rem;
  }
  .contents .contentsInner #Mission .inner p br {
    display: none;
  }
}
.contents .contentsInner #Statement .inner {
  text-align: center;
  margin-bottom: 48px;
}
.contents .contentsInner #Statement .inner .bnr {
  margin-bottom: 16px;
}
.contents .contentsInner .healthCareThumb ul {
  list-style-type: none;
  font-weight: bold;
}
.contents .contentsInner .healthCareThumb ul ul {
  list-style-type: disc;
  font-weight: 100;
}
@media screen and (min-width: 1024px) {
  .contents .contentsInner .healthCareThumb {
    display: flex;
    padding: 0 16rem;
  }
  .contents .contentsInner .healthCareThumb ul {
    padding-left: 4rem;
  }
  .contents .contentsInner .healthCareThumb div {
    padding: 0 1em;
  }
  .contents .contentsInner .healthCareThumb img {
    min-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .contents .contentsInner .healthCareThumb ul {
    padding-left: 2rem;
  }
}

/* -----------------------------------------
Button
----------------------------------------- */
.btn {
  border-radius: 70px;
  white-space: nowrap;
  padding: 1.05rem 4.2rem;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .btn {
    padding: 1.05rem 2rem;
  }
}

.color-main {
  background: #007185;
  color: #fff !important;
}

.orange {
  background: #f06230;
  box-shadow: 0 2px 0 0 #eb8b03;
  color: #fff !important;
}

.ghost {
  border: 1px solid #cccccc;
  color: #2c3333;
}

.cv-area {
  background: #f9f9f9;
  padding: 4rem 0;
  margin: 0 auto 10rem;
  width: 1180px;
  text-align: center;
  font-size: 2.8rem;
}
.cv-area .btn {
  padding: 1.8rem 8.6rem;
}
@media screen and (max-width: 1024px) {
  .cv-area {
    padding: 3rem 0;
    margin: 0 auto 5rem;
    width: 100%;
    font-size: 2.4rem;
  }
  .cv-area .btn {
    width: 60%;
    padding: 1.6rem 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .cv-area .btn {
    width: 90%;
  }
}

/* -----------------------------------------
  -----------------------------------------
    TOPPAGE Styles
  -----------------------------------------
----------------------------------------- */
.topPage .serviceList-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topPage .serviceList-wrap dl {
  box-sizing: border-box;
  width: 280px;
  border: 1px solid #f2f2f2;
  padding: 0 2rem 1rem;
}
.topPage .serviceList-wrap dl dt {
  align-items: baseline;
  text-align: center;
  font-size: 2.4rem;
  color: #007185;
  padding: 3rem 0 2rem;
  min-height: 180px;
}
.topPage .serviceList-wrap dl dt img {
  display: inline-block;
}
.topPage .serviceList-wrap dl dt span {
  display: block;
  text-align: center;
  line-height: 1.4;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 2.2rem;
}
.topPage .serviceList-wrap dl dt span.platform {
  padding-top: 1rem;
}
.topPage .serviceList-wrap dl dd {
  margin-bottom: 1rem;
}
.topPage .serviceList-wrap dl dd a {
  display: block;
  text-indent: 2rem;
  padding: 1rem;
  background: url(../img/common/ico_arrow_green.png) no-repeat left 1rem center #f2f2f2;
}
@media screen and (max-width: 1024px) {
  .topPage .serviceList-wrap dl {
    width: calc(calc(99% / 2) - 4px);
    padding: 1rem;
    margin: 0 2px 8px;
  }
  .topPage .serviceList-wrap dl dt {
    font-size: 2.0rem;
    padding: 1rem 0;
  }
  .topPage .serviceList-wrap dl dt img {
    display: inline-block;
    padding-bottom: 0.8rem;
  }
  .topPage .serviceList-wrap dl dt span {
    min-height: auto;
  }
  .topPage .serviceList-wrap dl dd a {
    text-indent: 0rem;
    background: url(../img/common/ico_arrow_green.png) no-repeat left 0.5rem center #f2f2f2;
    padding: 1rem 1rem 1rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .topPage .serviceList-wrap dl {
    padding: 0.5rem;
  }
}
.topPage .topPage-caseStudy {
  background: url(../img/top/bg_top_case.png) no-repeat center center;
  background-size: cover;
}
.topPage .topPage-caseStudy .contentsInner {
  width: 1090px;
  padding: 5.5rem 0;
}
.topPage .topPage-caseStudy .contentsInner h2 {
  color: #fff;
}
.topPage .topPage-caseStudy .contentsInner h2 span {
  color: #fff;
}
.topPage .topPage-caseStudy .contentsInner .caseList-wrap dl {
  min-height: 420px;
  margin: 0 1rem;
  box-sizing: border-box;
  width: 350px;
  padding: 3.5rem;
  background: #fff;
}
.topPage .topPage-caseStudy .contentsInner .caseList-wrap dl dt {
  text-align: center;
  font-size: 2.2rem;
}
.topPage .topPage-caseStudy .contentsInner .caseList-wrap dl dt img {
  padding: 1.5rem 0 2rem;
  display: inline-block;
}
.topPage .topPage-caseStudy .contentsInner .caseList-wrap dl dt span {
  display: block;
  text-align: center;
  bottom: 0;
}
.topPage .topPage-caseStudy .contentsInner .caseList-wrap dl dt span.service {
  font-size: 1.8rem;
}
.topPage .topPage-caseStudy .contentsInner .caseList-wrap dl dd {
  margin-top: 3.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .topPage .topPage-caseStudy .contentsInner {
    width: 98%;
    padding: 3.5rem 0;
  }
  .topPage .topPage-caseStudy .contentsInner .caseList-wrap {
    padding: 0 2rem;
  }
  .topPage .topPage-caseStudy .contentsInner .caseList-wrap dl {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .topPage .topPage-caseStudy .contentsInner {
    width: 90%;
    padding: 3.5rem 0;
  }
  .topPage .topPage-caseStudy .contentsInner .caseList-wrap dl {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem 0;
    min-height: 270px;
  }
  .topPage .topPage-caseStudy .contentsInner .caseList-wrap dl a {
    display: inline;
  }
  .topPage .topPage-caseStudy .contentsInner .caseList-wrap dl dt img {
    padding: 1.5rem 3rem 0rem;
    box-sizing: border-box;
  }
}
.topPage .topPage-caseStudy p.tright {
  text-align: right;
}
.topPage .topPage-news .newsList-wrap li {
  font-size: 2rem;
  margin-bottom: 1.6rem;
  border-bottom: dotted 1px #333;
}
@media screen and (min-width: 1024px) {
  .topPage .topPage-news .newsList-wrap li {
    padding-bottom: 1.6rem;
  }
}
.topPage .topPage-news .newsList-wrap li a {
  display: inline;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .topPage .topPage-news .newsList-wrap li a {
    display: block;
    padding-right: 2rem;
    position: relative;
  }
  .topPage .topPage-news .newsList-wrap li a::after {
    content: "\f054";
    font-family: FontAwesome ,  "Font Awesome 5 Free";
    font-weight: bold;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -13.5px;
    right: 0;
  }
}
.topPage .topPage-news .newsList-wrap li span {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 3rem;
}
.topPage .topPage-news .newsList-wrap li .category {
  color: #fff;
  width: 140px;
  text-align: center;
}
.topPage .topPage-news .newsList-wrap li .press {
  background: #007185;
}
.topPage .topPage-news .newsList-wrap li .publicity {
  background: #76b630;
}
.topPage .topPage-news .newsList-wrap li .information {
  background: #f08019;
}
@media screen and (min-width: 1024px) {
  .topPage .topPage-news .newsList-wrap p {
    cursor: pointer;
    width: 70%;
    float: right;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .topPage .topPage-news .newsList-wrap p {
    margin: 0;
    padding: 0.5em;
  }
}
.topPage .topPage-news p.more-info {
  text-align: right;
}
.topPage .topPage-news p.more-info a {
  background: url(../img/common/ico_arrow_green.png) no-repeat right 8rem center;
  display: block;
}
@media screen and (max-width: 767px) {
  .topPage .topPage-news p.more-info a {
    background: url(../img/common/ico_arrow_green.png) no-repeat right 7.5rem center;
  }
}

/* -----------------------------------------
  -----------------------------------------
    NEWS Styles
  -----------------------------------------
----------------------------------------- */
.news h3#relation {
  display: none;
}
.news .newsList-wrap li {
  font-size: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #cccccc;
}
.news .newsList-wrap li span {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 3rem;
}
.news .newsList-wrap li span.category {
  color: #fff;
  width: 140px;
  text-align: center;
}
.news .newsList-wrap li span.press {
  background: #007185;
}
.news .newsList-wrap li span.publicity {
  background: #76b630;
}
.news .newsList-wrap li span.information {
  background: #f08019;
}
@media screen and (max-width: 1024px) {
  .news .newsList-wrap li a {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .news .newsList-wrap p {
    cursor: pointer;
    width: 70%;
    float: right;
    margin: 0;
    padding: 0 0 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .news .newsList-wrap p {
    margin: 0;
    padding: 0.5em;
  }
}
.news .newsList-pagenation {
  list-style-type: none;
  text-align: center;
  margin-top: 6rem;
}
.news .newsList-pagenation li {
  display: inline-block;
}
.news .newsList-pagenation li a {
  border: 1px solid #cccccc;
  border-radius: 100%;
  padding: 1.3rem 1.8rem;
}
.news .newsList-pagenation li a.current, .news .newsList-pagenation li a:hover {
  border-color: #007185;
  background: #007185;
  color: #fff;
}
.news .newsDetail-header h2 {
  font-size: 3.2rem;
  line-height: 1.5em;
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .news .newsDetail-header h2 {
    font-size: 2.4rem;
  }
}
.news .newsDetail-header span {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 3rem;
}
.news .newsDetail-header .category {
  color: #fff;
  width: 140px;
  text-align: center;
}
.news .newsDetail-header .press {
  background: #007185;
}
.news .newsDetail-header .publicity {
  background: #76b630;
}
.news .newsDetail-header .information {
  background: #f08019;
}
.news .newsDetail-contents .img {
  width: 70rem;
  margin: 0 auto;
  padding: 4.5rem 0 7rem;
}
.news .newsDetail-contents .img p {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .news .newsDetail-contents .img {
    width: 100%;
    text-align: center;
  }
}
.news .newsDetail-link {
  padding: 0 5rem;
  display: flex;
  justify-content: space-between;
  margin: 8rem 0 8rem;
}
.news .newsDetail-link a.btn {
  box-sizing: border-box;
  width: 26rem;
  text-align: center;
}
.news .newsDetail-link a.backToList {
  width: 48rem;
}
@media screen and (max-width: 1024px) {
  .news .newsDetail-link {
    padding: 0;
    margin: 4rem 0;
  }
  .news .newsDetail-link a.btn {
    width: 20rem;
    padding: 1rem;
  }
  .news .newsDetail-link a.backToList {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .news .newsDetail-link a.btn {
    width: 12rem;
    font-size: 1.4rem;
  }
  .news .newsDetail-link a.backToList {
    width: 16rem;
  }
}
@media screen and (max-width: 320px) {
  .news .newsDetail-link a.btn {
    width: 9.5rem;
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .news .newsDetail-link a.backToList {
    width: 14rem;
  }
}

/* -----------------------------------------
  -----------------------------------------
    Company Styles
  -----------------------------------------
----------------------------------------- */
.company .companyInfo dl {
  width: 1110px;
  margin: 0 auto 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}
.company .companyInfo dl dt {
  font-weight: bold;
  width: 21rem;
  font-size: 2rem;
}
.company .companyInfo dl dd {
  font-size: 2rem;
  width: 90rem;
}
@media screen and (max-width: 1024px) {
  .company .companyInfo dl {
    width: 100%;
    display: block;
  }
  .company .companyInfo dl dt {
    width: auto;
    margin-bottom: 1rem;
  }
  .company .companyInfo dl dd {
    width: 100%;
  }
  .company .companyInfo dl dd iframe {
    width: 100%;
    height: 300px;
  }
}

/* -----------------------------------------
  -----------------------------------------
    Contact Styles
  -----------------------------------------
----------------------------------------- */
.contact .inquiry-select {
  padding: 3rem 5rem;
  width: 700px;
  border: 2px solid #cccccc;
  margin: 8rem auto 0;
}
.contact .inquiry-select h3 {
  margin-bottom: 3rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact .inquiry-select {
    width: 90%;
    margin-top: 4rem;
    box-sizing: border-box;
    padding: 2rem;
  }
  .contact .inquiry-select h3 {
    margin-bottom: 1rem;
  }
}
.contact .contactForm p {
  text-align: center;
}
.contact .contactForm dl {
  width: 700px;
  padding: 4rem 0 0 8rem;
}
.contact .contactForm dl dt {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.contact .contactForm dl .required::before {
  display: inline-block;
  background: #f08019;
  color: #fff;
  content: "必須";
  font-size: 16px;
  padding: 0 4px;
  margin-right: 1rem;
  vertical-align: middle;
}
.contact .contactForm dl dd .error {
  display: block;
  font-size: 1.4rem;
  color: #ff0000;
}
.contact .contactForm dl dd input[type=text] {
  -webkit-appearance: none;
  line-height: normal;
  font-size: 2rem;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background: #fafafa;
  padding: 1rem;
  font-weight: 300;
}
.contact .contactForm dl dd select {
  -webkit-appearance: auto;
  font-size: 1.8rem;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background: #fafafa;
  padding: 1rem;
  margin-bottom: 1rem;
}
.contact .contactForm dl dd textarea {
  -webkit-appearance: none;
  font-size: 2rem;
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cccccc;
  background: #fafafa;
  height: 24rem;
}
.contact .contactForm dl .radio {
  -webkit-appearance: none;
  font-size: 2rem;
  line-height: 4rem;
}
.contact .contactForm dl .radio label {
  display: inline-block;
  margin-right: 3rem;
}
.contact .contactForm .long {
  width: 94rem;
}
.contact .contactForm .privacyPolicy-area {
  margin-top: 4rem;
  width: 100%;
  padding: 0;
}
.contact .contactForm .privacyPolicy-area dt {
  text-align: center;
  padding: 1rem;
  background: #f2f2f2;
}
.contact .contactForm .privacyPolicy-area dd {
  text-align: center;
}
.contact .contactForm .privacyPolicy-detailTxt {
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  margin: 2rem auto 4rem;
  height: 210px;
  padding: 2rem;
  overflow: scroll;
  border: 1px solid #cccccc;
}
.contact .contactForm .privacyPolicy-detailTxt dt {
  margin-bottom: 0.5rem;
}
.contact .contactForm .privacyPolicy-detailTxt dd {
  margin-bottom: 2rem;
}
.contact .contactForm .privacyPolicy-detailTxt #personal .section {
  margin-bottom: 18px;
  line-height: 1.8em;
}
.contact .contactForm .privacyPolicy-detailTxt #personal .section .subtitle {
  font-weight: 400;
  border-bottom: solid 1px #007185;
  padding: 2px 0px;
  margin-bottom: 5px;
}
.contact .contactForm .privacyPolicy-detailTxt #personal .section ol.personal-info li {
  list-style: none;
  text-indent: -1em;
}
.contact .contactForm .agreement {
  text-align: center;
}
.contact .contactForm .agreement .agree {
  text-decoration: underline;
  margin-left: 1rem;
}
.contact .contactForm .submit {
  text-align: center;
}
.contact .contactForm .submit button {
  margin-top: 1rem;
  text-align: center;
  background-color: #007185;
  border: 0;
  padding-right: 8rem;
  padding-left: 8rem;
  color: #fff;
}
.contact .contactForm .submit button:disabled {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .contact .contactForm {
    width: 100%;
  }
  .contact .contactForm dl {
    width: 100%;
    padding: 2rem 0;
  }
  .contact .contactForm dl dd input[type=text] {
    padding: 1rem 1rem;
  }
  .contact .contactForm dl dd select {
    padding: 1rem 1rem;
  }
  .contact .contactForm dl dd textarea {
    height: 16rem;
  }
  .contact .contactForm .submit button {
    padding: 1.4rem 10rem;
  }
  .contact .contactForm .long {
    width: 100%;
  }
  .contact .contactForm .privacyPolicy-area {
    width: 100%;
  }
  .contact .contactForm .privacyPolicy-detailTxt {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem 0;
    overflow: scroll;
    border: 1px solid #cccccc;
  }
}

/* -----------------------------------------
  -----------------------------------------
    service Styles
  -----------------------------------------
----------------------------------------- */
.service-h3 {
  margin-bottom: 1rem !important;
}

.service .about-service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: stretch;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .service .about-service ul {
    justify-content: space-between;
    margin-bottom: 7rem;
  }
}
.service .about-service ul li {
  position: relative;
  width: calc(calc(97%/3) - 4px);
  border: 2px solid #cccccc;
  margin: 8px 0.5%;
}
.service .about-service ul li:hover {
  border: solid 2px #76b630;
}
.service .about-service ul li:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #697b91;
  border-right: solid 2px #697b91;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 5%;
  margin-top: -3px;
}
.service .about-service ul li a {
  display: block;
  padding: 3rem 3rem;
  font-size: 2.8rem;
  text-align: center;
}
.service .about-service ul li a:hover {
  color: #76b630;
}
.service .about-service ul li a p {
  font-size: 1.4rem;
  color: #999;
  margin: 0;
  padding: 8px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .service .about-service ul li {
    width: calc(98% / 2);
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .service .about-service ul li {
    width: 100%;
    margin: 1%;
  }
  .service .about-service ul li a {
    font-size: 2.4rem;
  }
}
.service .about-service dl {
  margin-bottom: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .service .about-service dl {
    justify-content: space-between;
    margin-bottom: 7rem;
  }
}
.service .about-service dl dd {
  width: calc(97%/3);
  margin: 0 0.5%;
}
.service .about-service dl dd a {
  display: block;
  padding: 4rem 3rem;
  font-size: 2.8rem;
  border: 2px solid #cccccc;
  text-align: center;
}
.service .about-service dl dd a:hover {
  background: #f3fdff;
}
@media screen and (max-width: 1024px) {
  .service .about-service dl dd {
    width: calc(98% / 2);
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .service .about-service dl dd {
    width: 100%;
    margin: 1%;
  }
  .service .about-service dl dd a {
    font-size: 2.4rem;
  }
}

/* -----------------------------------------
  -----------------------------------------
    Gpoint Styles
  -----------------------------------------
----------------------------------------- */
@media screen and (max-width: 1024px) {
  .gpoint.contents.subpage h2 {
    font-size: 2.5rem;
    line-height: 1.6em;
    padding: 1.5rem 1rem;
  }
}
.gpoint .contentsInner h3 {
  font-size: 4.2rem;
}
@media screen and (max-width: 1024px) {
  .gpoint .contentsInner h3 {
    font-size: 3rem;
  }
}
.gpoint .about-gpoint-img {
  text-align: center;
}
.gpoint .about-gpoint-img img {
  display: inline-block;
  margin: 0 2.5rem;
}
@media screen and (max-width: 1024px) {
  .gpoint .about-gpoint-img img {
    width: 23%;
    margin: 0 1%;
  }
}
.gpoint .recommended-point {
  background: #f3fdff;
}
.gpoint .recommended-point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gpoint .recommended-point-list dl {
  width: 28rem;
  background: #fff;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
.gpoint .recommended-point-list dl dt {
  text-align: center;
}
.gpoint .recommended-point-list dl dt span {
  line-height: 1em;
  color: #007185;
  display: inline-block;
  margin: 2rem 0;
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .gpoint .recommended-point-list dl {
    width: calc(98% / 2);
    margin-bottom: 1rem;
  }
  .gpoint .recommended-point-list dl:nth-child(-n+3) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .gpoint .recommended-point-list dl {
    padding: 2rem;
    width: 100%;
  }
  .gpoint .recommended-point-list dl dt {
    text-align: center;
  }
  .gpoint .recommended-point-list dl dt img {
    width: 140px;
  }
  .gpoint .recommended-point-list dl dt span {
    font-size: 2rem;
    display: block;
  }
  .gpoint .recommended-point-list dl dt br {
    display: none;
  }
}
.gpoint .use-scene-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gpoint .use-scene-list div {
  width: 56rem;
  margin-bottom: 7rem;
}
.gpoint .use-scene-list div img {
  border: 1px solid #cccccc;
  display: block;
}
.gpoint .use-scene-list div span {
  display: block;
  padding: 1rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .gpoint .use-scene-list div {
    width: 48%;
    padding: 0.5%;
    margin-bottom: 3rem;
  }
  .gpoint .use-scene-list div img {
    display: inline-block;
    width: 100%;
  }
  .gpoint .use-scene-list div span {
    display: inline-block;
    padding: 0 0 0 3%;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.6rem;
  }
}
.gpoint .use-flow {
  background: #f3fdff;
}
.gpoint .use-flow-list {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gpoint .use-flow-list dl {
  box-sizing: border-box;
  width: calc( 100% / 4);
  padding: 1rem 3.5rem;
  margin: 3rem 0;
  border-right: 2px solid #eee;
}
.gpoint .use-flow-list dl:nth-child(4) {
  border-right: 0;
  padding: 1rem 2.4rem;
}
.gpoint .use-flow-list dl dt {
  text-align: center;
}
.gpoint .use-flow-list dl dt span {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  padding: 2rem 0;
  color: #007185;
}
.gpoint .use-flow-list p.notice {
  margin-left: 3rem;
}
.gpoint .use-flow-list strong {
  text-align: center;
  font-size: 3.6rem;
  color: #f08019;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 5rem;
}
.gpoint .use-flow-list strong br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .gpoint .use-flow-list {
    padding-top: 0.1rem;
    display: block;
  }
  .gpoint .use-flow-list dl {
    width: 100%;
    padding: 1rem 2rem 3rem;
    margin: 3rem 0;
    border-right: 0;
    border-bottom: 2px solid #eee;
  }
  .gpoint .use-flow-list dl:nth-child(4) {
    border-bottom: 0;
    padding: 1rem 2rem 3rem;
  }
  .gpoint .use-flow-list dl dt {
    display: block;
  }
  .gpoint .use-flow-list dl dt img {
    display: block;
    float: left;
    width: 30%;
  }
  .gpoint .use-flow-list dl dt span {
    width: 70%;
    text-align: left;
    display: block;
    float: left;
    font-size: 2.4rem;
    padding: 0;
  }
  .gpoint .use-flow-list dl dd {
    float: left;
    padding-top: 1rem;
    width: 70%;
  }
  .gpoint .use-flow-list strong {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .gpoint .use-flow-list dl {
    padding: 1rem 2rem;
  }
  .gpoint .use-flow-list dl:nth-child(4) {
    padding: 1rem 2rem;
  }
  .gpoint .use-flow-list dl dt {
    display: table;
    table-layout: fixed;
  }
  .gpoint .use-flow-list dl dt img {
    display: table-cell;
    width: 100%;
    float: none;
  }
  .gpoint .use-flow-list dl dt span {
    line-height: 1.2em;
    width: 47%;
    box-sizing: border-box;
    margin-left: 1rem;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 2.4rem;
    padding: 0 0 0 2%;
    float: none;
  }
  .gpoint .use-flow-list dl dd {
    width: 100%;
  }
}
.gpoint .media-introduction-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gpoint .media-introduction-list dl {
  width: 56rem;
  margin-bottom: 2.5rem;
}
.gpoint .media-introduction-list dl .img {
  width: 24rem;
  border: 1px solid #cccccc;
  float: left;
  margin-right: 2rem;
}
.gpoint .media-introduction-list dl dt {
  font-size: 2.4rem;
  color: #007185;
  margin-bottom: 1rem;
  float: left;
}
.gpoint .media-introduction-list dl dt a {
  color: #007185;
  text-decoration: underline;
}
.gpoint .media-introduction-list dl .txt {
  width: 29rem;
  float: left;
}
.gpoint .media-introduction-list dl .txt a {
  color: #0059b2;
}
@media screen and (max-width: 1024px) {
  .gpoint .media-introduction-list dl {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .gpoint .media-introduction-list dl .img {
    width: 20%;
  }
  .gpoint .media-introduction-list dl dt {
    width: 75%;
  }
  .gpoint .media-introduction-list dl .txt {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .gpoint .media-introduction-list {
    display: block;
  }
  .gpoint .media-introduction-list dl {
    width: 100%;
    margin-bottom: 2rem;
  }
  .gpoint .media-introduction-list dl .img {
    text-align: center;
    width: 50%;
    display: block;
    float: none;
    margin: 0 auto 1rem;
    overflow: hidden;
  }
  .gpoint .media-introduction-list dl dt {
    width: 100%;
    font-size: 1.8rem;
    color: #007185;
    margin-bottom: 1rem;
    float: none;
  }
  .gpoint .media-introduction-list dl dt a {
    text-decoration: underline;
  }
  .gpoint .media-introduction-list dl .txt {
    width: 100%;
    float: none;
  }
}

/* -----------------------------------------
  -----------------------------------------
    GpointGift Styles
  -----------------------------------------
----------------------------------------- */
.gpointGift h2 {
  background: url(../img/gpointgift/img_mv.png) #fff no-repeat center right;
  text-align: left;
  padding: 2.2rem 0;
}
@media screen and (max-width: 767px) {
  .gpointGift h2 {
    background-position: top center;
    background-size: auto 16rem;
    padding-top: 18rem;
  }
  .gpointGift h2 .inner {
    width: 86%;
  }
}
.gpointGift .contentsInner h3 {
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .gpointGift .contentsInner h3 {
    font-size: 3rem;
  }
}
.gpointGift .about-gpointGift-img {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .gpointGift .about-gpointGift-img {
    white-space: nowrap;
  }
}
.gpointGift .about-gpointGift-img img {
  display: inline-block;
  margin: 0 2.5rem;
}
@media screen and (max-width: 1024px) {
  .gpointGift .about-gpointGift-img img {
    width: 23%;
    margin: 0;
  }
}
.gpointGift .about-gpointGift-flow {
  text-align: center;
}
.gpointGift .about-gpointGift-flow h4 {
  font-size: 3.2rem;
  margin-bottom: 5rem;
  border: 0;
  padding-bottom: 0;
  font-weight: normal;
}
.gpointGift .about-gpointGift-flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gpointGift .about-gpointGift-flow-list dl {
  width: 350px;
  background: #f3fdff;
  padding: 3rem 2rem;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .gpointGift .about-gpointGift-flow-list dl {
    width: calc(90% / 3);
  }
}
.gpointGift .about-gpointGift-flow-list dl dt {
  margin-bottom: 1rem;
}
.gpointGift .about-gpointGift-flow-list dl:after {
  content: "";
  position: absolute;
  top: 42%;
  right: -43px;
  display: block;
  width: 19px;
  height: 36px;
  background: url(../img/common/ico_arrow_black_right.png) no-repeat center;
}
@media screen and (max-width: 1024px) {
  .gpointGift .about-gpointGift-flow-list dl:after {
    right: -33px;
  }
}
.gpointGift .about-gpointGift-flow-list dl:last-child:after {
  content: none;
}
.gpointGift .about-gpointGift-flow-list dl dd {
  color: #007185;
  font-size: 2rem;
  text-align: left;
}
.gpointGift .about-gpointGift-flow-list dl dd.notice {
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .gpointGift .about-gpointGift-flow {
    text-align: center;
  }
  .gpointGift .about-gpointGift-flow h4 {
    margin-bottom: 3rem;
  }
  .gpointGift .about-gpointGift-flow-list {
    display: block;
  }
  .gpointGift .about-gpointGift-flow-list dl {
    width: 100%;
    padding: 1rem;
    margin-bottom: 3rem;
  }
  .gpointGift .about-gpointGift-flow-list dl dt {
    width: 40%;
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .gpointGift .about-gpointGift-flow-list dl:after {
    content: "";
    clear: both;
    position: relative;
    top: auto;
    bottom: -3rem;
    right: auto;
    display: block;
    width: 100%;
    height: 9px;
    background: url(../img/common/ico_arrow_black_bottom.png) no-repeat center;
    background-size: contain;
  }
  .gpointGift .about-gpointGift-flow-list dl:last-child:after {
    content: none;
  }
  .gpointGift .about-gpointGift-flow-list dl dd {
    font-size: 1.8rem;
  }
  .gpointGift .about-gpointGift-flow-list dl dd.notice {
    font-size: 1.4rem;
  }
}
.gpointGift .recommended-point {
  background: #f3fdff;
}
.gpointGift .recommended-point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gpointGift .recommended-point-list dl {
  width: 38rem;
  background: #fff;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
.gpointGift .recommended-point-list dl:nth-child(-n+3) {
  margin-bottom: 2rem;
}
.gpointGift .recommended-point-list dl dt {
  text-align: center;
}
.gpointGift .recommended-point-list dl dt span {
  line-height: 1em;
  color: #007185;
  display: block;
  margin: 2rem 0;
  font-size: 2.8rem;
}
.gpointGift .recommended-point-list dl dd {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .gpointGift .recommended-point-list dl {
    width: calc(98% / 2);
    margin-bottom: 1rem;
  }
  .gpointGift .recommended-point-list dl:nth-child(-n+3) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .gpointGift .recommended-point-list dl {
    width: 100%;
    margin-bottom: 1rem;
    padding: 2rem;
  }
  .gpointGift .recommended-point-list dl:nth-child(-n+3) {
    margin-bottom: 1rem;
  }
  .gpointGift .recommended-point-list dl dt {
    text-align: center;
  }
  .gpointGift .recommended-point-list dl dt img {
    width: 120px;
  }
  .gpointGift .recommended-point-list dl dt span {
    line-height: 1em;
    color: #007185;
    display: block;
    margin: 2rem 0;
    font-size: 2rem;
  }
  .gpointGift .recommended-point-list dl dd {
    font-size: 1.6rem;
  }
}
.gpointGift .point-change-exsample .contentsInner {
  padding-bottom: 2rem;
}
.gpointGift .point-change-exsample-list {
  width: 96rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.gpointGift .point-change-exsample-list .lead {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.gpointGift .point-change-exsample-list dl {
  margin-bottom: 5rem;
}
.gpointGift .point-change-exsample-list dl dt {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.gpointGift .point-change-exsample-list dl dd {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .gpointGift .point-change-exsample-list {
    width: 100%;
    padding-bottom: 1rem;
  }
  .gpointGift .point-change-exsample-list .lead {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .gpointGift .point-change-exsample-list dl {
    margin-bottom: 3rem;
  }
  .gpointGift .point-change-exsample-list dl dt {
    border-bottom: 1px solid #ccc;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .gpointGift .point-change-exsample-list dl dd {
    display: block;
  }
  .gpointGift .point-change-exsample-list dl dd img {
    display: inline-block;
    margin: 0 3% 1rem 0;
    height: auto;
    vertical-align: middle;
  }
  .gpointGift .point-change-exsample-list dl dd img:nth-child(3) {
    margin-right: 0;
  }
}
.gpointGift .use-scene-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gpointGift .use-scene-list dl {
  width: 56rem;
  margin-bottom: 7rem;
}
.gpointGift .use-scene-list dl img {
  border: 1px solid #cccccc;
  display: block;
}
.gpointGift .use-scene-list dl span {
  display: block;
  padding: 1rem;
  font-size: 3.6rem;
}
.gpointGift .use-scene-list dl dd {
  padding-left: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .gpointGift .use-scene-list dl {
    width: calc(98% / 2);
  }
}
@media screen and (max-width: 767px) {
  .gpointGift .use-scene-list dl {
    width: 100%;
    margin-bottom: 3rem;
  }
  .gpointGift .use-scene-list dl dt {
    margin-bottom: 1rem;
  }
  .gpointGift .use-scene-list dl img {
    display: inline-block;
    width: 40%;
  }
  .gpointGift .use-scene-list dl span {
    display: inline-block;
    padding: 0 0 0 3%;
    box-sizing: border-box;
    width: 47%;
    font-size: 2.2rem;
  }
  .gpointGift .use-scene-list dl dd {
    font-size: 1.6rem;
  }
}
.gpointGift .use-flow {
  background: #f3fdff;
}
.gpointGift .use-flow-list {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gpointGift .use-flow-list dl {
  box-sizing: border-box;
  width: calc( 100% / 4);
  padding: 1rem 3.5rem;
  margin: 3rem 0;
  border-right: 2px solid #eee;
}
.gpointGift .use-flow-list dl:nth-child(4) {
  border-right: 0;
  padding: 1rem 2.4rem;
}
.gpointGift .use-flow-list dl dt {
  text-align: center;
}
.gpointGift .use-flow-list dl dt span {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  padding: 2rem 0;
  color: #007185;
}
.gpointGift .use-flow-list p.notice {
  margin-left: 3rem;
  font-size: 1.4rem;
}
.gpointGift .use-flow-list strong {
  text-align: center;
  font-size: 3.6rem;
  color: #f08019;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .gpointGift .use-flow-list {
    padding-top: 0.1rem;
    display: block;
  }
  .gpointGift .use-flow-list dl {
    width: 100%;
    padding: 1rem 2rem 3rem;
    margin: 3rem 0;
    border-right: 0;
    border-bottom: 2px solid #eee;
  }
  .gpointGift .use-flow-list dl:nth-child(4) {
    border-bottom: 0;
    padding: 1rem 2rem 3rem;
  }
  .gpointGift .use-flow-list dl dt {
    display: block;
  }
  .gpointGift .use-flow-list dl dt img {
    display: block;
    float: left;
    width: 30%;
  }
  .gpointGift .use-flow-list dl dt span {
    width: 70%;
    text-align: left;
    display: block;
    float: left;
    font-size: 2.4rem;
    padding: 0;
  }
  .gpointGift .use-flow-list dl dd {
    float: left;
    padding-top: 1rem;
    width: 70%;
  }
  .gpointGift .use-flow-list strong {
    font-size: 3rem;
  }
  .gpointGift .use-flow-list p.notice {
    margin: 0rem;
    padding: 0rem 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .gpointGift .use-flow-list dl {
    padding: 1rem 2rem;
  }
  .gpointGift .use-flow-list dl:nth-child(4) {
    padding: 1rem 2rem;
  }
  .gpointGift .use-flow-list dl dt {
    display: table;
    table-layout: fixed;
  }
  .gpointGift .use-flow-list dl dt img {
    display: table-cell;
    width: 100%;
    float: none;
  }
  .gpointGift .use-flow-list dl dt span {
    line-height: 1.2em;
    width: 47%;
    box-sizing: border-box;
    margin-left: 1rem;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 2.4rem;
    padding: 0 0 0 2%;
    float: none;
  }
  .gpointGift .use-flow-list dl dd {
    width: 100%;
  }
}
.gpointGift .faq-list dl {
  border-bottom: 1px solid #f2f2f2;
  font-size: 2rem;
  cursor: pointer;
}
.gpointGift .faq-list dl dt {
  vertical-align: middle;
}
.gpointGift .faq-list dl dt.question {
  line-height: 1em;
  padding: 4.5rem 0 4.5rem 15rem;
  background: url(../img/gpointgift/icn_gift_qa_q.png) no-repeat center left 3.5rem;
  position: relative;
}
.gpointGift .faq-list dl dt.question:after {
  content: "+";
  margin-right: 3.4rem;
  font-size: 2.8rem;
  color: #007185;
  float: right;
}
.gpointGift .faq-list dl dt.question.open:after {
  content: "×";
}
@media screen and (max-width: 1024px) {
  .gpointGift .faq-list dl dt.question {
    padding: 2rem 3rem 2rem 6rem;
    line-height: 1.4em;
    background: url(../img/gpointgift/icn_gift_qa_q.png) no-repeat top 2.2rem left 1rem;
    background-size: 4%;
  }
  .gpointGift .faq-list dl dt.question:after {
    content: "+";
    position: absolute;
    height: 2rem;
    top: 50%;
    right: 0;
    margin-right: 0rem;
    font-size: 2rem;
    line-height: 2rem;
    margin-top: -1rem;
  }
  .gpointGift .faq-list dl dt.question.open:after {
    content: "×";
  }
}
@media screen and (max-width: 767px) {
  .gpointGift .faq-list dl dt.question {
    padding-left: 11%;
    background-size: 6%;
  }
}
.gpointGift .faq-list dl dd {
  vertical-align: top;
}
.gpointGift .faq-list dl dd.answer {
  display: none;
  margin-top: -2rem;
  line-height: 1.4em;
  padding: 4.5rem 0 4.5rem 15rem;
  background: url(../img/gpointgift/icn_gift_qa_a.png) no-repeat top 3rem left 3.5rem;
}
@media screen and (max-width: 1024px) {
  .gpointGift .faq-list dl dd.answer {
    padding: 2rem 3rem 2rem 6rem;
    background: url(../img/gpointgift/icn_gift_qa_a.png) no-repeat top 2.2rem left 1rem;
    background-size: 4%;
  }
}
@media screen and (max-width: 767px) {
  .gpointGift .faq-list dl dd.answer {
    padding-left: 11%;
    background-size: 6%;
  }
}

/* -----------------------------------------
  -----------------------------------------
    pointConcent Styles
  -----------------------------------------
----------------------------------------- */
@media screen and (max-width: 1024px) {
  .pointConcent.contents.subpage h2 {
    font-size: 2.5rem;
    line-height: 1.6em;
    padding: 1.5rem 1rem;
  }
}
.pointConcent .contentsInner h3 {
  font-size: 4.2rem;
}
@media screen and (max-width: 1024px) {
  .pointConcent .contentsInner h3 {
    font-size: 3rem;
  }
}
.pointConcent .about-pointConcent-img {
  text-align: center;
}
.pointConcent .about-pointConcent-img img {
  display: inline-block;
  margin: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .pointConcent .about-pointConcent-img img {
    width: 90%;
    margin: 0 auto;
  }
}
.pointConcent .about-pointConcent ul {
  font-size: 2.2rem;
  color: #007185;
  margin-bottom: 2.5rem;
}
.pointConcent .recommended-point {
  background: #f3fdff;
}
.pointConcent .recommended-point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pointConcent .recommended-point-list dl {
  width: 38rem;
  background: #fff;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
.pointConcent .recommended-point-list dl:nth-child(-n+3) {
  margin-bottom: 2rem;
}
.pointConcent .recommended-point-list dl dt {
  text-align: center;
}
.pointConcent .recommended-point-list dl dt span {
  line-height: 1.4em;
  color: #007185;
  display: block;
  margin: 2rem 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .pointConcent .recommended-point-list dl {
    width: calc(98% / 2);
    margin-bottom: 1rem;
  }
  .pointConcent .recommended-point-list dl:nth-child(-n+3) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pointConcent .recommended-point-list dl {
    padding: 2rem;
    width: 100%;
  }
  .pointConcent .recommended-point-list dl dt br {
    display: none;
  }
  .pointConcent .recommended-point-list dl dt img {
    width: 120px;
  }
  .pointConcent .recommended-point-list dl dt span {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.pointConcent .use-scene-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pointConcent .use-scene-list div {
  width: 56rem;
  margin-bottom: 7rem;
}
.pointConcent .use-scene-list div img {
  border: 1px solid #cccccc;
  display: block;
}
.pointConcent .use-scene-list div span {
  display: block;
  padding: 1rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .pointConcent .use-scene-list div {
    width: 48%;
    padding: 0.5%;
    margin-bottom: 3rem;
  }
  .pointConcent .use-scene-list div img {
    display: block;
    width: 100%;
    padding: 0%;
  }
  .pointConcent .use-scene-list div span {
    display: block;
    padding: 1% 0;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.6rem;
  }
}
.pointConcent .use-flow {
  background: #f3fdff;
  margin-bottom: 9rem;
}
.pointConcent .use-flow-list {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pointConcent .use-flow-list dl {
  box-sizing: border-box;
  width: calc( 100% / 4);
  padding: 1rem 3.5rem;
  margin: 3rem 0;
  border-right: 2px solid #eee;
}
.pointConcent .use-flow-list dl:nth-child(4) {
  border-right: 0;
  padding: 1rem 2.4rem;
}
.pointConcent .use-flow-list dl dt {
  text-align: center;
}
.pointConcent .use-flow-list dl dt span {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  padding: 2rem 0;
  color: #007185;
}
.pointConcent .use-flow-list p.notice {
  margin-left: 3rem;
}
.pointConcent .use-flow-list strong {
  text-align: center;
  font-size: 3.6rem;
  color: #f08019;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .pointConcent .use-flow-list {
    padding-top: 0.1rem;
    display: block;
  }
  .pointConcent .use-flow-list dl {
    width: 100%;
    padding: 1rem 2rem 3rem;
    margin: 3rem 0;
    border-right: 0;
    border-bottom: 2px solid #eee;
  }
  .pointConcent .use-flow-list dl:nth-child(4) {
    border-bottom: 0;
    padding: 1rem 2rem 3rem;
  }
  .pointConcent .use-flow-list dl dt {
    display: block;
  }
  .pointConcent .use-flow-list dl dt img {
    display: block;
    float: left;
    width: 30%;
  }
  .pointConcent .use-flow-list dl dt span {
    width: 70%;
    text-align: left;
    display: block;
    float: left;
    font-size: 2.4rem;
    padding: 0;
  }
  .pointConcent .use-flow-list dl dd {
    float: left;
    width: 70%;
    padding-top: 1rem;
  }
  .pointConcent .use-flow-list strong {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .pointConcent .use-flow-list dl {
    padding: 1rem 2rem;
  }
  .pointConcent .use-flow-list dl:nth-child(4) {
    padding: 1rem 2rem;
  }
  .pointConcent .use-flow-list dl dt {
    display: table;
    table-layout: fixed;
  }
  .pointConcent .use-flow-list dl dt img {
    display: table-cell;
    width: 100%;
    float: none;
  }
  .pointConcent .use-flow-list dl dt span {
    line-height: 1.2em;
    width: 47%;
    box-sizing: border-box;
    margin-left: 1rem;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 2.4rem;
    padding: 0 0 0 2%;
    float: none;
  }
  .pointConcent .use-flow-list dl dd {
    width: 100%;
  }
}

/* -----------------------------------------
  -----------------------------------------
    exchange Styles
  -----------------------------------------
----------------------------------------- */
.exchange .contentsInner h2 {
  color: #518c11;
}
.exchange .contentsInner .anchorlink {
  border-top: solid 2px #76b630;
}
.exchange .contentsInner .anchorlink ul {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  margin: 0 0 32px;
  padding: 0;
}
.exchange .contentsInner .anchorlink ul li {
  text-align: center;
  display: contents;
  padding: 0;
  width: 100%;
}
.exchange .contentsInner .anchorlink ul li a {
  display: block;
  padding: 16px 0;
  width: 100%;
  color: #FFF;
  background: #32540d;
  box-sizing: border-box;
  border-right: solid 1px #FFF;
}
.exchange .contentsInner .anchorlink ul li a::after {
  content: url("/img/common/ico_arrow_anchor.svg");
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .exchange .contentsInner .anchorlink ul {
    font-size: 1.2rem;
    margin: 0 0 16px;
  }
  .exchange .contentsInner .anchorlink ul li a {
    padding: 8px 0;
  }
  .exchange .contentsInner .anchorlink ul li a::after {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
  }
}
.exchange .contentsInner .anchor {
  margin-top: -100px;
  padding-top: 100px;
}
.exchange .about-exchange-img {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .exchange .about-exchange-img img {
    margin: 0 auto;
  }
}
.exchange .about-exchange ul {
  font-size: 2.4rem;
  color: #007185;
  margin-bottom: 2.5rem;
}
.exchange .merit-point {
  background: #f3fdff;
}
.exchange .merit-point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.exchange .merit-point-list::after {
  content: "";
  display: block;
  width: 38rem;
}
.exchange .merit-point-list dl {
  width: 38rem;
  background: #fff;
  padding: 3rem 2rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.exchange .merit-point-list dl dt {
  text-align: center;
}
.exchange .merit-point-list dl dt span {
  line-height: 1em;
  color: #007185;
  display: block;
  margin: 2rem 0 0;
  font-size: 2.8rem;
}
.exchange .merit-point-list dl dd {
  margin-top: 2rem;
}
.exchange .merit-point-list dl dd strong {
  display: block;
}
@media screen and (max-width: 1024px) {
  .exchange .merit-point-list dl {
    width: calc(98% / 2);
    margin-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .exchange .merit-point-list dl {
    width: 100%;
    padding: 2rem;
  }
  .exchange .merit-point-list dl dt img {
    width: 120px;
  }
  .exchange .merit-point-list dl dt br {
    display: none;
  }
  .exchange .merit-point-list dl dt span {
    font-size: 2rem;
  }
}
.exchange .merit-point-list dl.merit2 {
  width: 53rem !important;
}
.exchange .point-change-exsample-list {
  width: 96rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.exchange .point-change-exsample-list .lead {
  text-align: center;
  margin-bottom: 5rem;
}
.exchange .point-change-exsample-list dl {
  margin-bottom: 5rem;
}
.exchange .point-change-exsample-list dl dt {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 1.1em;
  color: #6a6a6a;
}
.exchange .point-change-exsample-list dl dd {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .exchange .point-change-exsample-list {
    width: auto;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  .exchange .point-change-exsample-list .lead {
    margin-bottom: 3rem;
  }
  .exchange .point-change-exsample-list dl {
    margin-bottom: 3rem;
  }
  .exchange .point-change-exsample-list dl dt {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ccc;
  }
  .exchange .point-change-exsample-list dl dd {
    display: block;
    width: 94%;
    margin: auto;
  }
  .exchange .point-change-exsample-list dl dd img {
    display: inline-block;
    margin: 0 3% 1rem 0;
    vertical-align: middle;
  }
  .exchange .point-change-exsample-list dl dd img:nth-child(3) {
    margin-right: 0;
  }
}
.exchange .use-flow {
  background: #f3fdff;
}
.exchange .use-flow-list {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.exchange .use-flow-list dl {
  box-sizing: border-box;
  width: calc( 100% / 5);
  padding: 1rem 3.5rem;
  margin: 3rem 0;
  border-right: 2px solid #eee;
}
.exchange .use-flow-list dl:nth-child(5) {
  border-right: 0;
  padding: 1rem 2.4rem;
}
.exchange .use-flow-list dl dt {
  text-align: center;
}
.exchange .use-flow-list dl dt span {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  padding: 2rem 0;
  color: #007185;
}
.exchange .use-flow-list p.notice {
  margin-left: 3rem;
}
.exchange .use-flow-list strong {
  text-align: center;
  font-size: 3.6rem;
  color: #f08019;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .exchange .use-flow-list {
    padding-top: 0.1rem;
    display: block;
  }
  .exchange .use-flow-list dl {
    width: 100%;
    padding: 1rem 2rem 3rem;
    margin: 3rem 0;
    border-right: 0;
    border-bottom: 2px solid #eee;
  }
  .exchange .use-flow-list dl:nth-child(5) {
    border-bottom: 0;
    padding: 1rem 2rem 3rem;
  }
  .exchange .use-flow-list dl dt {
    display: block;
  }
  .exchange .use-flow-list dl dt img {
    display: block;
    float: left;
    width: 30%;
  }
  .exchange .use-flow-list dl dt span {
    width: 70%;
    text-align: left;
    display: block;
    float: left;
    font-size: 2.4rem;
    padding: 0;
  }
  .exchange .use-flow-list dl dd {
    float: left;
    width: 70%;
    padding-top: 1rem;
  }
  .exchange .use-flow-list strong {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .exchange .use-flow-list dl {
    padding: 1rem 2rem;
  }
  .exchange .use-flow-list dl:nth-child(5) {
    padding: 1rem 2rem;
  }
  .exchange .use-flow-list dl dt {
    display: table;
    table-layout: fixed;
  }
  .exchange .use-flow-list dl dt img {
    display: table-cell;
    width: 100%;
    float: none;
  }
  .exchange .use-flow-list dl dt span {
    line-height: 1.2em;
    width: 47%;
    box-sizing: border-box;
    margin-left: 1rem;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 2.4rem;
    padding: 0 0 0 2%;
    float: none;
  }
  .exchange .use-flow-list dl dd {
    width: 100%;
  }
}
.exchange .case-studies {
  width: 100%;
}
.exchange .case-studies-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .exchange .case-studies-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.exchange .case-studies-list dl {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #ddd;
}
.exchange .case-studies-list dl:last-child {
  border-bottom: none;
}
.exchange .case-studies-list dl .img {
  width: 24rem;
  border: 1px solid #cccccc;
  float: left;
  margin-right: 2rem;
}
.exchange .case-studies-list dl dt {
  font-size: 2.4rem;
  color: #007185;
  margin-bottom: 1rem;
  float: left;
  width: 90rem;
}
.exchange .case-studies-list dl .txt {
  width: 90rem;
  float: left;
}
.exchange .case-studies-list dl .txt a {
  color: #0059b2;
}
.exchange .case-studies-list article {
  width: 100%;
  max-width: 560px;
  box-sizing: border-box;
  padding: 16px 24px 16px;
  margin: 0px 8px 16px;
  position: relative;
  border: solid 1px #8cb837;
}
@media screen and (max-width: 1024px) {
  .exchange .case-studies-list article {
    padding: 8px 16px 16px;
  }
}
.exchange .case-studies-list article .company {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: .9em;
}
.exchange .case-studies-list article .company-name {
  flex: 1;
  color: #007185;
}
.exchange .case-studies-list article .company-logo {
  width: 120px;
}
.exchange .case-studies-list article .company-logo img {
  width: 100%;
}
.exchange .case-studies-list article .img-case-study {
  text-align: center;
  margin-bottom: 8px;
}
.exchange .case-studies-list article .img-case-study img {
  width: 90%;
}
.exchange .case-studies-list article .detail-wrapper {
  display: flex;
}
.exchange .case-studies-list article .detail-wrapper > li {
  width: calc(100% / 2 - 8px);
  box-sizing: border-box;
}
.exchange .case-studies-list article .detail-wrapper > li:first-child {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #E3E3E3;
}
.exchange .case-studies-list article .detail-wrapper li span {
  display: block;
  color: #007185;
}
.exchange .case-studies-list article .detail-wrapper li ul li {
  margin-bottom: 8px;
  font-size: 90%;
}
@media screen and (max-width: 1024px) {
  .exchange .case-studies-list dl {
    margin-bottom: 1.5rem;
  }
  .exchange .case-studies-list dl .img {
    width: 20%;
  }
  .exchange .case-studies-list dl dt {
    width: 75%;
  }
  .exchange .case-studies-list dl .txt {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .exchange .case-studies-list dl {
    width: 100%;
    margin-bottom: 2rem;
  }
  .exchange .case-studies-list dl .img {
    overflow: hidden;
    display: block;
    width: 50%;
    text-align: center;
    margin: 0 auto 1rem;
    float: none;
  }
  .exchange .case-studies-list dl dt {
    font-size: 1.8rem;
    color: #007185;
    margin-bottom: 1rem;
    float: none;
    width: 100%;
  }
  .exchange .case-studies-list dl .txt {
    width: 100%;
    float: none;
  }
}

.point-change-exsample dd ul {
  display: flex;
}
.point-change-exsample dd ul li {
  width: calc(100% / 4 - 8px);
  text-align: center;
}
.point-change-exsample dd ul li p {
  text-align: center;
}
.point-change-exsample dd ul li img {
  width: 249px;
  height: 84px;
}
@media screen and (max-width: 1024px) {
  .point-change-exsample dd ul {
    flex-wrap: wrap;
  }
  .point-change-exsample dd ul li {
    width: calc(100% / 2 - 16px);
  }
  .point-change-exsample dd ul li img {
    width: 100%;
    max-width: 249px;
    height: auto;
  }
}

/* -----------------------------------------
  -----------------------------------------
    adopt Styles
  -----------------------------------------
----------------------------------------- */
.adopt h1 p {
  font-size: 2rem;
  margin: 0 0 1rem;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  .adopt.contents.subpage h2 {
    font-size: 2.5rem;
    line-height: 1.6em;
    padding: 1.5rem 1rem;
  }
}
.adopt .contentsInner h3 {
  font-size: 4.2rem;
}
@media screen and (max-width: 1024px) {
  .adopt .contentsInner h3 {
    font-size: 3rem;
  }
}
.adopt .about-adopt-img {
  text-align: center;
}
.adopt .about-adopt-img img {
  display: inline-block;
  margin: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .adopt .about-adopt-img img {
    width: 90%;
    margin: 0 auto;
  }
}
.adopt .about-adopt ul {
  font-size: 2.4rem;
  color: #007185;
  margin-bottom: 2.5rem;
}
.adopt .recommended-point {
  background: #f3fdff;
}
.adopt .recommended-point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adopt .recommended-point-list:after {
  content: "";
  display: block;
  width: 38rem;
}
.adopt .recommended-point-list dl {
  width: 38rem;
  background: #fff;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
.adopt .recommended-point-list dl:nth-child(-n+3) {
  margin-bottom: 2rem;
}
.adopt .recommended-point-list dl dt {
  text-align: center;
}
.adopt .recommended-point-list dl dt span {
  line-height: 1em;
  color: #007185;
  display: block;
  font-size: 2.8rem;
}
.adopt .recommended-point-list dl dd {
  margin-top: 2rem;
}
.adopt .recommended-point-list dl dd strong {
  display: block;
}
@media screen and (max-width: 1024px) {
  .adopt .recommended-point-list dl {
    width: calc(98% / 2);
    margin-bottom: 1rem;
  }
  .adopt .recommended-point-list dl:nth-child(-n+3) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .adopt .recommended-point-list dl {
    width: 100%;
    padding: 2rem;
  }
  .adopt .recommended-point-list dl dt span {
    font-size: 2rem;
    margin: 0;
  }
  .adopt .recommended-point-list dl dt br {
    display: none;
  }
}
.adopt .point-change-exsample-list {
  width: 96rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.adopt .point-change-exsample-list .lead {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 5rem;
}
.adopt .point-change-exsample-list dl {
  margin-bottom: 5rem;
}
.adopt .point-change-exsample-list dl dt {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.adopt .point-change-exsample-list dl dd {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .adopt .point-change-exsample-list {
    width: auto;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  .adopt .point-change-exsample-list .lead {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .adopt .point-change-exsample-list dl {
    margin-bottom: 3rem;
  }
  .adopt .point-change-exsample-list dl dt {
    border-bottom: 1px solid #ccc;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .adopt .point-change-exsample-list dl dd {
    display: block;
  }
  .adopt .point-change-exsample-list dl dd img {
    display: inline-block;
    margin: 0 3% 1rem 0;
    vertical-align: middle;
  }
  .adopt .point-change-exsample-list dl dd img:nth-child(3) {
    margin-right: 0;
  }
}
.adopt .case-studies-list dl {
  margin-bottom: 2.5rem;
}
.adopt .case-studies-list dl .img {
  width: 24rem;
  border: 1px solid #cccccc;
  float: left;
  margin-right: 2rem;
}
.adopt .case-studies-list dl dt {
  font-size: 2.4rem;
  color: #007185;
  margin-bottom: 1rem;
  float: left;
  width: 90rem;
}
.adopt .case-studies-list dl .txt {
  width: 90rem;
  float: left;
}
.adopt .case-studies-list dl .txt a {
  color: #0059b2;
}
@media screen and (max-width: 1024px) {
  .adopt .case-studies-list dl {
    margin-bottom: 1.5rem;
  }
  .adopt .case-studies-list dl .img {
    width: 20%;
  }
  .adopt .case-studies-list dl dt {
    width: 75%;
  }
  .adopt .case-studies-list dl .txt {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .adopt .case-studies-list {
    display: block;
  }
  .adopt .case-studies-list dl {
    width: 100%;
    margin-bottom: 2rem;
  }
  .adopt .case-studies-list dl .img {
    overflow: hidden;
    width: 50%;
    float: none;
    display: block;
    margin: 0 auto 1rem;
    text-align: center;
  }
  .adopt .case-studies-list dl .img img {
    height: auto;
  }
  .adopt .case-studies-list dl dt {
    font-size: 1.8rem;
    color: #007185;
    margin-bottom: 1rem;
    float: none;
    width: 100%;
  }
  .adopt .case-studies-list dl .txt {
    float: none;
    width: 100%;
  }
}

/* -----------------------------------------
  -----------------------------------------
    pointAgent Styles
  -----------------------------------------
----------------------------------------- */
@media screen and (max-width: 1024px) {
  .pointAgent.contents.subpage h2 {
    font-size: 2.5rem;
    line-height: 1.6em;
    padding: 1.5rem 1rem;
  }
}
.pointAgent .contentsInner h3 {
  font-size: 4.2rem;
}
@media screen and (max-width: 1024px) {
  .pointAgent .contentsInner h3 {
    font-size: 3rem;
  }
}
.pointAgent .about-pointAgent-img {
  text-align: center;
}
.pointAgent .about-pointAgent-img img {
  display: inline-block;
  margin: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .pointAgent .about-pointAgent-img img {
    width: 90%;
    margin: 0 auto;
  }
}
.pointAgent .about-pointAgent ul {
  font-size: 2.4rem;
  color: #007185;
  margin-bottom: 2.5rem;
}
.pointAgent .recommended-point {
  background: #f3fdff;
}
.pointAgent .recommended-point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pointAgent .recommended-point-list {
    display: block;
  }
}
.pointAgent .recommended-point-list dl {
  width: 38rem;
  background: #fff;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
.pointAgent .recommended-point-list dl:nth-child(-n+3) {
  margin-bottom: 2rem;
}
.pointAgent .recommended-point-list dl dt {
  text-align: center;
}
.pointAgent .recommended-point-list dl dt span {
  line-height: 1em;
  color: #007185;
  display: block;
  margin: 2rem 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .pointAgent .recommended-point-list dl {
    width: calc(98% / 2);
    margin-bottom: 1rem;
  }
  .pointAgent .recommended-point-list dl:nth-child(-n+3) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pointAgent .recommended-point-list dl {
    width: 100%;
    padding: 2rem;
  }
  .pointAgent .recommended-point-list dl dt span {
    font-size: 2rem;
  }
  .pointAgent .recommended-point-list dl dt img {
    width: 150px;
  }
  .pointAgent .recommended-point-list dl dt br {
    display: none;
  }
}
.pointAgent .use-scene-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pointAgent .use-scene-list div {
  width: 56rem;
  margin-bottom: 7rem;
}
.pointAgent .use-scene-list div img {
  border: 1px solid #cccccc;
  display: block;
}
.pointAgent .use-scene-list div span {
  display: block;
  padding: 1rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .pointAgent .use-scene-list div {
    width: 48%;
    padding: 0.5%;
    margin-bottom: 3rem;
  }
  .pointAgent .use-scene-list div img {
    display: inline-block;
    width: 100%;
  }
  .pointAgent .use-scene-list div span {
    display: block;
    padding: 1% 0;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.6rem;
  }
}
.pointAgent .use-flow {
  margin-bottom: 9rem;
  background: #f3fdff;
}
.pointAgent .use-flow-list {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pointAgent .use-flow-list dl {
  box-sizing: border-box;
  width: calc( 100% / 4);
  padding: 1rem 3.5rem;
  margin: 3rem 0;
  border-right: 2px solid #eee;
}
.pointAgent .use-flow-list dl:nth-child(4) {
  border-right: 0;
  padding: 1rem 2.4rem;
}
.pointAgent .use-flow-list dl dt {
  text-align: center;
}
.pointAgent .use-flow-list dl dt span {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  padding: 2rem 0;
  color: #007185;
}
.pointAgent .use-flow-list p.notice {
  margin-left: 3rem;
}
.pointAgent .use-flow-list strong {
  text-align: center;
  font-size: 3.6rem;
  color: #f08019;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .pointAgent .use-flow-list {
    padding-top: 0.1rem;
    display: block;
  }
  .pointAgent .use-flow-list dl {
    width: 100%;
    padding: 1rem 2rem 3rem;
    margin: 3rem 0;
    border-right: 0;
    border-bottom: 2px solid #eee;
  }
  .pointAgent .use-flow-list dl:nth-child(4) {
    border-bottom: 0;
    padding: 1rem 2rem 3rem;
  }
  .pointAgent .use-flow-list dl dt {
    display: block;
  }
  .pointAgent .use-flow-list dl dt img {
    display: block;
    float: left;
    width: 30%;
  }
  .pointAgent .use-flow-list dl dt span {
    width: 70%;
    text-align: left;
    display: block;
    float: left;
    font-size: 2.4rem;
    padding: 0;
  }
  .pointAgent .use-flow-list dl dd {
    float: left;
    width: 70%;
    padding-top: 1rem;
  }
  .pointAgent .use-flow-list strong {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .pointAgent .use-flow-list dl {
    padding: 1rem 2rem;
  }
  .pointAgent .use-flow-list dl:nth-child(4) {
    padding: 1rem 2rem;
  }
  .pointAgent .use-flow-list dl dt {
    display: table;
    table-layout: fixed;
  }
  .pointAgent .use-flow-list dl dt img {
    display: table-cell;
    width: 100%;
    float: none;
  }
  .pointAgent .use-flow-list dl dt span {
    line-height: 1.2em;
    width: 47%;
    box-sizing: border-box;
    margin-left: 1rem;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 2.4rem;
    padding: 0 0 0 2%;
    float: none;
  }
  .pointAgent .use-flow-list dl dd {
    width: 100%;
  }
}
.pointAgent .media-introduction-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pointAgent .media-introduction-list dl {
  width: 56rem;
  margin-bottom: 2.5rem;
}
.pointAgent .media-introduction-list dl .img {
  width: 24rem;
  border: 1px solid #cccccc;
  float: left;
  margin-right: 2rem;
}
.pointAgent .media-introduction-list dl dt {
  font-size: 2.4rem;
  color: #007185;
  margin-bottom: 1rem;
  float: left;
}
.pointAgent .media-introduction-list dl .txt {
  width: 29rem;
  float: left;
}
.pointAgent .media-introduction-list dl .txt a {
  color: #0059b2;
}
@media screen and (max-width: 767px) {
  .pointAgent .media-introduction-list {
    display: block;
  }
  .pointAgent .media-introduction-list dl {
    width: 100%;
    margin-bottom: 2rem;
  }
  .pointAgent .media-introduction-list dl .img {
    overflow: hidden;
    width: 50%;
    margin-right: 2%;
  }
  .pointAgent .media-introduction-list dl dt {
    font-size: 2.4rem;
    color: #007185;
    margin-bottom: 1rem;
    float: left;
  }
  .pointAgent .media-introduction-list dl .txt {
    width: 47%;
    float: left;
  }
}

/* -----------------------------------------
  -----------------------------------------
    collaborate Styles
  -----------------------------------------
----------------------------------------- */
.collaborate h1 p {
  font-size: 2rem;
  line-height: 1em;
  margin: 0 0 1rem;
}
@media screen and (max-width: 1024px) {
  .collaborate.contents.subpage h2 {
    line-height: 1.6em;
    font-size: 2.5rem;
    padding: 1.5rem 1rem;
  }
}
.collaborate .contentsInner h3 {
  font-size: 4.2rem;
}
@media screen and (max-width: 1024px) {
  .collaborate .contentsInner h3 {
    font-size: 3rem;
  }
}
.collaborate .about-collaborate-img {
  text-align: center;
}
.collaborate .about-collaborate-img img {
  display: inline-block;
  margin: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .collaborate .about-collaborate-img img {
    width: 90%;
    margin: 0 auto;
  }
}
.collaborate .about-collaborate ul {
  font-size: 2.4rem;
  color: #007185;
  margin-bottom: 2.5rem;
}
.collaborate .recommended-point {
  background: #f3fdff;
}
.collaborate .recommended-point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.collaborate .recommended-point-list:after {
  content: "";
  display: block;
  width: 38rem;
}
.collaborate .recommended-point-list dl {
  width: 38rem;
  background: #fff;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
.collaborate .recommended-point-list dl:nth-child(-n+3) {
  margin-bottom: 2rem;
}
.collaborate .recommended-point-list dl dt {
  text-align: center;
}
.collaborate .recommended-point-list dl dt span {
  line-height: 1em;
  color: #007185;
  display: block;
  font-size: 2.8rem;
}
.collaborate .recommended-point-list dl dd {
  margin-top: 2rem;
}
.collaborate .recommended-point-list dl dd strong {
  display: block;
}
@media screen and (max-width: 1024px) {
  .collaborate .recommended-point-list dl {
    width: calc(98% / 2);
    margin-bottom: 1rem;
  }
  .collaborate .recommended-point-list dl:nth-child(-n+3) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .collaborate .recommended-point-list dl {
    padding: 2rem;
    width: 100%;
  }
  .collaborate .recommended-point-list dl dt span {
    font-size: 2rem;
    margin-top: 0;
  }
  .collaborate .recommended-point-list dl dt br {
    display: none;
  }
}
.collaborate .point-change-exsample-list {
  width: 96rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.collaborate .point-change-exsample-list .lead {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.collaborate .point-change-exsample-list dl {
  margin-bottom: 5rem;
}
.collaborate .point-change-exsample-list dl dt {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.collaborate .point-change-exsample-list dl dd {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .collaborate .point-change-exsample-list {
    width: auto;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  .collaborate .point-change-exsample-list .lead {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .collaborate .point-change-exsample-list dl {
    margin-bottom: 3rem;
  }
  .collaborate .point-change-exsample-list dl dt {
    border-bottom: 1px solid #ccc;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .collaborate .point-change-exsample-list dl dd {
    display: block;
  }
  .collaborate .point-change-exsample-list dl dd img {
    display: inline-block;
    margin: 0 3% 1rem 0;
    vertical-align: middle;
  }
  .collaborate .point-change-exsample-list dl dd img:nth-child(3) {
    margin-right: 0;
  }
}
.collaborate .case-studies-list dl {
  margin-bottom: 2.5rem;
}
.collaborate .case-studies-list dl .img {
  width: 24rem;
  border: 1px solid #cccccc;
  float: left;
  margin-right: 2rem;
}
.collaborate .case-studies-list dl dt {
  font-size: 2.4rem;
  color: #007185;
  margin-bottom: 1rem;
  float: left;
  width: 90rem;
}
.collaborate .case-studies-list dl .txt {
  width: 90rem;
  float: left;
}
.collaborate .case-studies-list dl .txt a {
  color: #0059b2;
}
@media screen and (max-width: 1024px) {
  .collaborate .case-studies-list dl {
    margin-bottom: 1.5rem;
  }
  .collaborate .case-studies-list dl .img {
    width: 20%;
  }
  .collaborate .case-studies-list dl dt {
    width: 75%;
  }
  .collaborate .case-studies-list dl .txt {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .collaborate .case-studies-list {
    display: block;
  }
  .collaborate .case-studies-list dl {
    width: 100%;
    margin-bottom: 2rem;
  }
  .collaborate .case-studies-list dl .img {
    text-align: center;
    overflow: hidden;
    float: none;
    display: block;
    width: 50%;
    margin: 0 auto 1rem;
  }
  .collaborate .case-studies-list dl dt {
    font-size: 1.8rem;
    color: #007185;
    margin-bottom: 1rem;
    float: none;
    width: 100%;
  }
  .collaborate .case-studies-list dl .txt {
    float: none;
    width: 100%;
  }
}

/* -----------------------------------------
  -----------------------------------------
    errorStyles
  -----------------------------------------
----------------------------------------- */
@media screen and (min-width: 1024px) {
  div.error-page p {
    padding: 0 0 0 25rem;
  }
}
div.error-page a {
  text-decoration: underline;
}

/* -----------------------------------------
  -----------------------------------------
    Contact_entrance Styles
  -----------------------------------------
----------------------------------------- */
.container-entrance {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0 10px;
}
.container-entrance .wrapper-content {
  box-sizing: border-box;
  border: solid 1px #D8D8D8;
  padding: 24px 36px;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .container-entrance .wrapper-content {
    padding: 16px 24px;
  }
}
.container-entrance .wrapper-content h2.heading {
  font-size: 2.2rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.container-entrance .wrapper-content h2.heading .inq-icon {
  background: #007185;
  padding: 8px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  color: #FFF;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.container-entrance .wrapper-content p {
  margin: 8px 0;
  padding: 0;
}
.container-entrance .wrapper-content p.lead {
  color: #707070;
}
.container-entrance .wrapper-content p.link {
  font-size: 1.9rem;
}
.container-entrance .wrapper-content p.link a {
  color: #f08019;
  display: flex;
  align-items: center;
}
.container-entrance .wrapper-content p.link a .arrow-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  margin-right: 6px;
}

/* -----------------------------------------
  -----------------------------------------
    Contact Styles
  -----------------------------------------
----------------------------------------- */
#statement-inner {
  color: #161616;
}
#statement-inner .main .hero {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  #statement-inner .main .hero {
    padding: 0 0 0 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F5F5F5;
    margin-bottom: 80px;
  }
}
#statement-inner .main .hero h1.hero-copy {
  text-align: center;
  font-weight: 500;
  display: none;
}
@media screen and (min-width: 1024px) {
  #statement-inner .main .hero h1.hero-copy {
    font-size: 32px;
    display: block;
  }
}
#statement-inner .main .hero .thumb {
  text-align: center;
}
#statement-inner .main .detail {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  #statement-inner .main .detail {
    margin-bottom: 80px;
  }
}
#statement-inner .main .detail .title {
  font-weight: 500;
  font-size: 1.6em;
  padding: 24px 0 0;
}
@media screen and (min-width: 1024px) {
  #statement-inner .main .detail .title {
    display: none;
  }
}
#statement-inner .main .detail .text {
  margin-bottom: 40px;
}
#statement-inner .main .detail .text li {
  font-weight: 400;
  line-height: 2.1em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  #statement-inner .main .detail .text li {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#statement-inner .main .logo {
  display: inline-block;
  width: 200px;
}
@media screen and (min-width: 1024px) {
  #statement-inner .main .logo {
    width: 274px;
  }
}
#statement-inner .main .logo img {
  width: 100%;
}
#statement-inner .topics {
  padding: 0 10px;
}
@media screen and (max-width: 375px) {
  #statement-inner .topics {
    padding: 0 5px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  #statement-inner .topics {
    padding: 0 72px;
  }
}
@media screen and (min-width: 1024px) {
  #statement-inner .topics {
    padding: 0;
  }
}
#statement-inner .topics .item li {
  margin-bottom: 64px;
  line-height: 2em;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  #statement-inner .topics .item li {
    margin-bottom: 80px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #statement-inner .topics .item li.layout_R {
    flex-direction: row-reverse;
  }
}
#statement-inner .topics .item li .thumb {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  #statement-inner .topics .item li .thumb {
    margin-bottom: 0;
  }
}
#statement-inner .topics .item li .thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
#statement-inner .topics .item li .thumb img.center {
  object-position: 100% center;
}
#statement-inner .topics .item li .thumb img.bottom {
  object-position: 100% bottom;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  #statement-inner .topics .item li .thumb img {
    width: 100%;
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  #statement-inner .topics .item li .thumb img {
    width: 590px;
    height: 750px;
  }
}
#statement-inner .topics .item li .heading {
  font-size: 0.8em;
}
@media screen and (min-width: 1024px) {
  #statement-inner .topics .item li .heading {
    font-size: 13px;
  }
}
#statement-inner .topics .item li .title {
  font-size: 1.5em;
}
@media screen and (min-width: 1024px) {
  #statement-inner .topics .item li .title {
    font-size: 30px;
  }
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

/* -----------------------------------------
繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ
----------------------------------------- */
.fromBottomIn {
  opacity: 0;
  transition: all 500ms;
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1000ms;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

.fsS {
  font-size: 0.88rem;
}
.fsS a {
  text-decoration: underline;
}

.disc {
  margin-left: 1rem;
  list-style-type: disc;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
}
