html {
  overflow-y: scroll;
}
body,
input,
textarea,
select,
button {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body {
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;

  color: #71746f;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
}
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
table,
caption,
th,
td,
form,
fieldset,
input,
textarea,
select,
pre,
address,
blockquote,
embed,
object,
address,
dfn,
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
main,
audio,
video {
  margin: 0;
  padding: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
:hover {
  outline-width: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
p {
  font-weight: normal;
}
em,
strong {
  font-weight: bold;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
table {
  empty-cells: show;
  border-spacing: 0;
  border-collapse: separate;
}
caption,
th {
  text-align: left;
}
img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
  height: auto;
}
form {
  font-weight: normal;
}
input,
button,
textarea,
select {
  font: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-transform: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"],
input[type="button"],
button {
  cursor: pointer;

  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}
button::-moz-focus-inner {
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 0;

  border: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #23bcba;
}
:visited {
  color: #844da7;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
select {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 50px 3px 18px;

  border: 2px solid #000;
  border-radius: 5px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
@media screen and (max-width: 766px) {
  select {
    border-width: 1px;
    border-radius: 3px;
  }
}
select::-ms-expand {
  display: none;
}
select option {
  font-weight: bold;
}
.grid-container {
  position: relative;
  width: 100%;
}
.grid-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .grid-row {
    margin: 0 -24px;
  }
}
.grid-row + .grid-row {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .grid-row + .grid-row {
    margin-top: 60px;
  }
}
.grid-col {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .grid-col {
    padding: 0 24px;
  }
}
.grid-col:last-child {
  margin-bottom: 0;
}
.col-12 {
  width: 100%;
}
.col-6 {
  width: 50%;
}
@media screen and (max-width: 766px) {
  .col-sm-12 {
    width: calc(100% * 12 / 12);
  }
  .col-sm-11 {
    width: calc(100% * 11 / 12);
  }
  .col-sm-10 {
    width: calc(100% * 10 / 12);
  }
  .col-sm-9 {
    width: calc(100% * 9 / 12);
  }
  .col-sm-8 {
    width: calc(100% * 8 / 12);
  }
  .col-sm-7 {
    width: calc(100% * 7 / 12);
  }
  .col-sm-6 {
    width: calc(100% * 6 / 12);
  }
  .col-sm-5 {
    width: calc(100% * 5 / 12);
  }
  .col-sm-4 {
    width: calc(100% * 4 / 12);
  }
  .col-sm-3 {
    width: calc(100% * 3 / 12);
  }
  .col-sm-2 {
    width: calc(100% * 2 / 12);
  }
  .col-sm-1 {
    width: calc(100% * 1 / 12);
  }
}
@media screen and (min-width: 767px) {
  .col-md-12 {
    width: calc(100% * 12 / 12);
  }
  .col-md-11 {
    width: calc(100% * 11 / 12);
  }
  .col-md-10 {
    width: calc(100% * 10 / 12);
  }
  .col-md-9 {
    width: calc(100% * 9 / 12);
  }
  .col-md-8 {
    width: calc(100% * 8 / 12);
  }
  .col-md-7 {
    width: calc(100% * 7 / 12);
  }
  .col-md-6 {
    width: calc(100% * 6 / 12);
  }
  .col-md-5 {
    width: calc(100% * 5 / 12);
  }
  .col-md-4 {
    width: calc(100% * 4 / 12);
  }
  .col-md-3 {
    width: calc(100% * 3 / 12);
  }
  .col-md-2 {
    width: calc(100% * 2 / 12);
  }
  .col-md-1 {
    width: calc(100% * 1 / 12);
  }
}
.grid-container .grid-col .ttl-cmn-02__border + .txt-cmn-02 {
  margin-top: 0.75em;
}
.grid-cmn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;

  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .grid-cmn .grid-float,
  .grid-cmn .grid-cmn {
    margin-right: -14px;
    margin-left: -14px;
  }
}
.grid-cmn {
  margin-top: 24px;
}
.grid-cmn:first-child {
  margin-top: 0;
}
[class*="c-mod-slider"] + .grid-cmn {
  margin-top: 12px;
}
[class*="c-sec-cat-top"] .grid-cmn:not(:first-child) {
  margin-top: 40px;
}
*:not([class*="c-ttl"]) + [class*="c-table"] + .grid-cmn {
  margin-top: 40px;
}
*:not([class*="c-ttl"]) + [class*="c-box-border"] + .grid-cmn {
  margin-top: 40px;
}
*:not([class*="c-ttl"]) + [class*="c-box-contact"] + .grid-cmn {
  margin-top: 40px;
}
*:not([class*="c-ttl"]) + [class*="c-list-step-chart"] + .grid-cmn {
  margin-top: 40px;
}
.grid-cmn__col {
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 766px) {
  .grid-cmn__col {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid-cmn__col [class*="c-ttl-"]:first-child,
.grid-cmn__col [class*="c-list-"]:first-child {
  margin-top: 0;
}
.grid-cmn.col-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-cmn.col-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.grid-cmn.col-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 1280px) {
  .grid-cmn.col-center-pc {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid-cmn.col-left-pc {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grid-cmn.col-right-pc {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 767px) {
  .grid-cmn.col-center-pctb {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid-cmn.col-left-pctb {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grid-cmn.col-right-pctb {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  .grid-cmn.col-center-tb {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid-cmn.col-left-tb {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grid-cmn.col-right-tb {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1279px) {
  .grid-cmn.col-center-tbsp {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid-cmn.col-left-tbsp {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grid-cmn.col-right-tbsp {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 766px) {
  .grid-cmn.col-center-sp {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid-cmn.col-left-sp {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grid-cmn.col-right-sp {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.grid-cmn.align-items-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid-cmn.align-items-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid-cmn.align-items-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid-cmn.align-items-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (min-width: 767px) {
  .grid-cmn.align-items-start-pctb {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-cmn.align-items-center-pctb {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-cmn.align-items-end-pctb {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .grid-cmn.align-items-stretch-pctb {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) {
  .grid-cmn .order-lg-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .grid-cmn .order-lg-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .grid-cmn .order-lg-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .grid-cmn .order-lg-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  .grid-cmn .order-md-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .grid-cmn .order-md-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .grid-cmn .order-md-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .grid-cmn .order-md-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media screen and (max-width: 766px) {
  .grid-cmn .order-sm-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .grid-cmn .order-sm-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .grid-cmn .order-sm-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .grid-cmn .order-sm-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}
.grid-cmn.add-padding {
  padding: 0 40px;
}
@media screen and (max-width: 766px) {
  .grid-cmn.add-padding {
    padding: 0 0;
  }
}
@media screen and (max-width: 766px) {
  .grid-cmn.add-padding + .c-txt-lead-02 {
    margin-top: 32px;
  }
}
.grid-cmn.type-linkblock-vertical {
  margin-bottom: -48px;
}
.grid-cmn.type-linkblock-vertical > .grid-cmn__col {
  margin-bottom: 48px;
}
.grid-cmn.type-linkblock-vertical + .grid-cmn.type-linkblock-vertical {
  margin-top: 48px;
}
.grid-cmn.type-linkblock-vertical-multi {
  margin-bottom: -40px;
}
.grid-cmn.type-linkblock-vertical-multi > .grid-cmn__col {
  margin-bottom: 40px;
}
.grid-cmn.type-linkblock-vertical-multi
  + .grid-cmn.type-linkblock-vertical-multi {
  margin-top: 40px;
}
.grid-cmn.type-linkblock-horizon {
  margin-bottom: -24px;
}
.grid-cmn.type-linkblock-horizon > .grid-cmn__col {
  margin-bottom: 24px;
}
.grid-cmn.type-linkblock-horizon + .grid-cmn.type-linkblock-horizon {
  margin-top: 24px;
}
.grid-cmn.type-linkblock-only-image {
  margin-bottom: -24px;
}
.grid-cmn.type-linkblock-only-image > .grid-cmn__col {
  margin-bottom: 24px;
}
.grid-cmn.type-linkblock-only-image + .grid-cmn.type-linkblock-only-image {
  margin-top: 24px;
}
@media screen and (max-width: 766px) {
  .grid-cmn.type-linkblock-only-image {
    margin-bottom: -8px;
  }
  .grid-cmn.type-linkblock-only-image > .grid-cmn__col {
    margin-bottom: 8px;
  }
  .grid-cmn.type-linkblock-only-image + .grid-cmn.type-linkblock-only-image {
    margin-top: 8px;
  }
}
.grid-cmn.type-mediablock-vertical {
  margin-bottom: -48px;
}
.grid-cmn.type-mediablock-vertical > .grid-cmn__col {
  margin-bottom: 48px;
}
.grid-cmn.type-mediablock-vertical + .grid-cmn.type-mediablock-vertical {
  margin-top: 48px;
}
.grid-cmn.type-mediablock-vertical-multi {
  margin-bottom: -40px;
}
.grid-cmn.type-mediablock-vertical-multi > .grid-cmn__col {
  margin-bottom: 40px;
}
.grid-cmn.type-mediablock-vertical-multi
  + .grid-cmn.type-mediablock-vertical-multi {
  margin-top: 40px;
}
.grid-cmn.type-mediablock-horizon {
  margin-bottom: -24px;
}
.grid-cmn.type-mediablock-horizon > .grid-cmn__col {
  margin-bottom: 24px;
}
.grid-cmn.type-mediablock-horizon + .grid-cmn.type-mediablock-horizon {
  margin-top: 24px;
}
.grid-cmn.type-mediablock-only-image {
  margin-bottom: -24px;
}
.grid-cmn.type-mediablock-only-image > .grid-cmn__col {
  margin-bottom: 24px;
}
.grid-cmn.type-mediablock-only-image + .grid-cmn.type-mediablock-horizon {
  margin-top: 24px;
}
@media screen and (max-width: 766px) {
  .grid-cmn.type-mediablock-only-image {
    margin-bottom: -8px;
  }
  .grid-cmn.type-mediablock-only-image > .grid-cmn__col {
    margin-bottom: 8px;
  }
  .grid-cmn.type-mediablock-only-image + .grid-cmn.type-mediablock-horizon {
    margin-top: 8px;
  }
}
.grid-cmn.type-mediablock-rwd {
  margin-bottom: -24px;
}
.grid-cmn.type-mediablock-rwd > .grid-cmn__col {
  margin-bottom: 24px;
}
.grid-cmn.type-mediablock-rwd + .grid-cmn.type-mediablock-rwd {
  margin-top: 24px;
}
@media screen and (max-width: 766px) {
  .grid-cmn.type-mediablock-rwd + .grid-cmn.type-mediablock-rwd {
    margin-top: 48px;
  }
}
@media screen and (max-width: 766px) {
  .grid-cmn.type-mediablock-rwd > .grid-cmn__col.order-sm-1,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n + 1):not(.order-sm-1) {
    margin-bottom: 0;
  }
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col.order-sm-2
    [class*="c-ttl-cmn-01"]:first-child,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n):not(.order-sm-1)
    [class*="c-ttl-cmn-01"]:first-child {
    margin-top: 12px;
  }
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col.order-sm-2
    [class*="c-ttl-cmn-02"]:first-child,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n):not(.order-sm-1)
    [class*="c-ttl-cmn-02"]:first-child {
    margin-top: 12px;
  }
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col.order-sm-2
    [class*="c-ttl-cmn-03"]:first-child,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n):not(.order-sm-1)
    [class*="c-ttl-cmn-03"]:first-child {
    margin-top: 12px;
  }
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col.order-sm-2
    [class*="c-ttl-cmn-04"]:first-child,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n):not(.order-sm-1)
    [class*="c-ttl-cmn-04"]:first-child {
    margin-top: 12px;
  }
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col.order-sm-2
    [class*="c-ttl-cmn-05"]:first-child,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n):not(.order-sm-1)
    [class*="c-ttl-cmn-05"]:first-child {
    margin-top: 12px;
  }
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col.order-sm-2
    [class*="c-ttl-cmn-06"]:first-child,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n):not(.order-sm-1)
    [class*="c-ttl-cmn-06"]:first-child {
    margin-top: 12px;
  }
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col.order-sm-2
    [class*="c-ttl-mediablock"]:first-child,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n):not(.order-sm-1)
    [class*="c-ttl-mediablock"]:first-child {
    margin-top: 20px;
  }
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col.order-sm-2
    [class*="c-txt-lead"]:first-child,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n):not(.order-sm-1)
    [class*="c-txt-lead"]:first-child {
    margin-top: 20px;
  }
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col.order-sm-2
    [class*="c-fig-cmn"]:first-child,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n):not(.order-sm-1)
    [class*="c-fig-cmn"]:first-child {
    margin-top: 20px;
  }
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col.order-sm-2
    [class*="c-box-border"]:first-child,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n):not(.order-sm-1)
    [class*="c-box-border"]:first-child {
    margin-top: 20px;
  }
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col.order-sm-2
    [class="c-box-contact"]:first-child,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n):not(.order-sm-1)
    [class="c-box-contact"]:first-child {
    margin-top: 20px;
  }
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col.order-sm-2
    [class*="c-txt-01"]:first-child,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n):not(.order-sm-1)
    [class*="c-txt-01"]:first-child {
    margin-top: 12px;
  }
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col.order-sm-2
    [class*="c-txt-01"]:first-child,
  .grid-cmn.type-mediablock-rwd
    > .grid-cmn__col:nth-child(2n):not(.order-sm-1)
    [class*="c-txt-01"]:first-child {
    margin-top: 8px;
  }
}
.grid-cmn.type-mod-card .grid-cmn__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.grid-cmn.type-mod-card {
  margin-bottom: -16px;
}
.grid-cmn.type-mod-card > .grid-cmn__col {
  margin-bottom: 16px;
}
.grid-cmn.type-mod-card-plans .grid-cmn__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.grid-cmn.type-mod-card-plans {
  margin-bottom: -24px;
}
.grid-cmn.type-mod-card-plans > .grid-cmn__col {
  margin-bottom: 24px;
}
.grid-cmn.type-mod-card-information .grid-cmn__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.grid-cmn.type-mod-card-information {
  margin-bottom: -40px;
}
.grid-cmn.type-mod-card-information > .grid-cmn__col {
  margin-bottom: 40px;
}
.grid-cmn.type-card-things {
  margin-right: -0.5px;
  margin-bottom: -1px;
  margin-left: -0.5px;
}
@media screen and (max-width: 766px) {
  .grid-cmn.type-card-things {
    margin-right: -12.5px;
    margin-left: -12.5px;
  }
}
.grid-cmn.type-card-things > .grid-cmn__col {
  margin-bottom: 1px;
  padding-right: 0.5px;
  padding-left: 0.5px;
}
@media screen and (max-width: 766px) {
  .grid-cmn.type-card-things > .grid-cmn__col {
    padding-right: 0.5px;
    padding-left: 0.5px;
  }
}
@media screen and (max-width: 766px) {
  .grid-cmn.type-card-experience {
    margin-right: -12px;
    margin-bottom: 0;
    margin-left: -12px;
  }
}
.grid-cmn.type-card-experience > .grid-cmn__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 766px) {
  .grid-cmn.type-card-experience > .grid-cmn__col {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.grid-cmn.type-gallery {
  margin-right: -1px;
  margin-bottom: -2px;
  margin-left: -1px;
}
@media screen and (max-width: 766px) {
  .grid-cmn.type-gallery {
    margin-right: -13px;
    margin-left: -13px;
  }
}
.grid-cmn.type-gallery > .grid-cmn__col {
  margin-bottom: 2px;
  padding-right: 1px;
  padding-left: 1px;
}
.grid-cmn__col + .grid-cmn__col {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .grid-cmn__col + .grid-cmn__col {
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .grid-cmn__col.col-6-pctb + .grid-cmn__col.col-6-pctb {
    margin-top: 0;
  }
}
.grid-float {
  max-width: 1200px;
}
@media screen and (min-width: 767px) {
  .grid-float {
    margin-right: -24px;
    margin-left: -24px;
  }
}
.grid-float::before,
.grid-float::after {
  display: table;

  content: "";
}
.grid-float::after {
  clear: both;
}
@media screen and (min-width: 767px) {
  .grid-float .grid-cmn,
  .grid-float .grid-float {
    margin-right: -24px;
    margin-left: -24px;
  }
}
.grid-float__col {
  float: left;
}
@media screen and (min-width: 767px) {
  .grid-float__col {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 766px) {
  .grid-float__col {
    width: 100%;
  }
}
.grid-float__col [class*="c-ttl-"]:first-child,
.grid-float__col [class*="c-list-"]:first-child {
  margin-top: 0;
}
.grid-float__col.col-left {
  float: left;
}
.grid-float__col.col-right {
  float: right;
}
.grid-float__col.col-clear {
  clear: both;
}
@media screen and (min-width: 1280px) {
  .grid-float__col.col-left-pc {
    float: left;
  }
  .grid-float__col.col-right-pc {
    float: right;
  }
  .grid-float__col.col-clear-pc {
    clear: both;
  }
}
@media screen and (min-width: 767px) {
  .grid-float__col.col-left-pctb {
    float: left;
  }
  .grid-float__col.col-right-pctb {
    float: right;
  }
  .grid-float__col.col-clear-pctb {
    clear: both;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  .grid-float__col.col-left-tb {
    float: left;
  }
  .grid-float__col.col-right-tb {
    float: right;
  }
  .grid-float__col.col-clear-tb {
    clear: both;
  }
}
@media screen and (max-width: 1279px) {
  .grid-float__col.col-left-sptb {
    float: left;
  }
  .grid-float__col.col-right-sptb {
    float: right;
  }
  .grid-float__col.col-clear-sptb {
    clear: both;
  }
}
@media screen and (max-width: 766px) {
  .grid-float__col.col-left-sp {
    float: left;
  }
  .grid-float__col.col-right-sp {
    float: right;
  }
  .grid-float__col.col-clear-sp {
    clear: both;
  }
}
.grid-float.type-gallery {
  margin-right: -1px;
  margin-bottom: -2px;
  margin-left: -1px;
}
@media screen and (max-width: 766px) {
  .grid-float.type-gallery {
    margin-right: -13px;
    margin-left: -13px;
  }
}
.grid-float.type-gallery > .grid-float__col {
  margin-bottom: 2px;
  padding-right: 1px;
  padding-left: 1px;
}
@media screen and (max-width: 766px) {
  .grid-float .grid-float__col + .grid-float__col {
    margin-top: 30px;
  }
  .grid-float .grid-float__col + .grid-float__col.box-about-price {
    margin-top: 60px;
  }
}
.grid-float + .grid-float {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .grid-float + .grid-float {
    margin-top: 50px;
  }
}
@media screen and (min-width: 767px) {
  .col-1-pctb {
    width: 8.33333%;
  }
  .col-2-pctb {
    width: 16.66667%;
  }
  .col-3-pctb {
    width: 25%;
  }
  .col-4-pctb {
    width: 33.33333%;
  }
  .col-5-pctb {
    width: 41.66667%;
  }
  .col-6-pctb {
    width: 50%;
  }
  .col-7-pctb {
    width: 58.33333%;
  }
  .col-8-pctb {
    width: 66.66667%;
  }
  .col-9-pctb {
    width: 75%;
  }
  .col-10-pctb {
    width: 83.33333%;
  }
  .col-11-pctb {
    width: 91.66667%;
  }
  .col-12-pctb {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .col-1-sp {
    width: 25%;
  }
  .col-2-sp {
    width: 50%;
  }
  .col-3-sp {
    width: 75%;
  }
  .col-4-sp {
    width: 100%;
  }
}
.wrapper {
  overflow: hidden;

  width: 100%;
}
@media screen and (min-width: 767px) {
  .wrapper {
    overflow: visible;
  }
}
.contents {
  width: 100%;
  margin: auto;
  padding: 58px 0 50px;
}
@media screen and (min-width: 767px) {
  .contents {
    min-width: 1200px;
    padding: 103px 0 100px;
  }
}
@media screen and (min-width: 767px) {
  .contents.is-disable {
    display: none;
  }
}
.contents-main {
  position: relative;
  padding: 0 25px;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .contents-main {
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  a[class*="box-"] {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  a[class*="box-"]:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.box-cmn-01-wrap .box-cmn-01 .comp-01 {
  text-align: center;
}
.box-cmn-01-wrap .box-cmn-01 .comp-01__zoom {
  position: relative;

  text-align: center;
}
.box-cmn-01-wrap .box-cmn-01 .comp-01__zoom .btn-zoom-01 {
  position: absolute;
  right: 15px;
  bottom: -20px;
}
.box-cmn-01-wrap .box-cmn-01 .comp-02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-cmn-01-wrap .box-cmn-01 .comp-03 {
  margin-top: 20px;
}
.box-cmn-01-wrap .box-cmn-01 .tag-01 {
  margin-top: 30px;
}
.box-cmn-02 {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: 35px;
  border-top: 1px solid #e9e9e9;
}
.box-cmn-02 .box-body-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 38px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 767px) {
  .box-cmn-02 .box-body-01 {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.box-cmn-02 .box-body-01 .txt-cmn-01 {
  margin-right: 20px;
}
@media screen and (min-width: 767px) {
  .box-cmn-02 .box-body-01 .txt-cmn-01 {
    width: 220px;
    margin-right: 40px;
  }
}
.box-cmn-02 .box-body-01 .img-01 {
  max-width: 104px;
  height: auto;
  padding-top: 0.75em;
}
.box-cmn-02 .box-body-01 .img-01.is-height {
  height: 104px;
}
.box-cmn-02 .box-bottom-01 .link-cmn-01 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.box-cmn-02 .box-bottom-01 .link-cmn-01:hover {
  text-decoration: none;
}
.box-cmn-03-wrap .box-cmn-03 {
  display: block;
}
.box-cmn-03-wrap .box-cmn-03 .comp-01 {
  text-align: center;
}
.box-cmn-03-wrap .box-cmn-03 .comp-02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.box-cmn-03-wrap .box-cmn-03 .comp-03 {
  margin-top: 10px;
}
.box-cmn-03-wrap .box-cmn-03 .comp-04 {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .box-cmn-03-wrap .box-cmn-03 .comp-04 {
    text-align: left;
  }
}
.box-cmn-03-wrap .box-cmn-03 .ttl-01 .ttl-cmn-03 {
  line-height: 1.3;
  padding: 0;
}
.box-cmn-04-wrap .box-cmn-04 .comp-01 {
  position: relative;
  text-align: center;
}
.box-cmn-04-wrap .box-cmn-04 .comp-01 .box-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-cmn-04-wrap .box-cmn-04 .comp-02 {
  margin-top: 1.5em;
}
.box-cmn-05-wrap .box-cmn-05 .comp-01__zoom {
  position: relative;
  text-align: center;
}
.box-cmn-05-wrap .box-cmn-05 .comp-01__zoom .btn-zoom-01 {
  position: absolute;
  right: 15px;
  bottom: -20px;
}
.box-cmn-05-wrap .box-cmn-05 .comp-02 .ttl-cmn-03 {
  padding-top: 0;
}
.box-cmn-05-wrap .box-cmn-05 .comp-03 .txt-cmn-02:not(:first-child) {
  margin-top: 10px;
}
.box-cmn-06-wrap .box-cmn-06 .comp-01 {
  text-align: center;
}
.box-cmn-06-wrap .box-cmn-06 .comp-01 .img-01 {
  max-width: 100%;
}
.box-cmn-06-wrap .box-cmn-06 .comp-03 {
  margin-top: 10px;
}
.box-cmn-06-wrap .box-cmn-06 .item-note {
  line-height: 1;
}
.box-cmn-07-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.box-cmn-07-wrap .box-cmn-07 {
  position: relative;
  padding-bottom: 80px;
}
.box-cmn-07-wrap .box-cmn-07 .comp-01 {
  text-align: center;
}
.box-cmn-07-wrap .box-cmn-07 .comp-01 .img-01 {
  max-width: 100%;
}
.box-cmn-07-wrap .box-cmn-07 .comp-02 {
  margin-top: 8px;
}
.box-cmn-07-wrap .box-cmn-07 .comp-02 .txt-cmn-01 {
  font-weight: bold;
}
.box-cmn-07-wrap .box-cmn-07 .comp-03 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.box-cmn-07-wrap .box-cmn-07 .item-note {
  line-height: 1;
}
.box-cmn-08-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.box-cmn-08-wrap .box-cmn-08 {
  position: relative;
  padding-bottom: 80px;
}
.box-cmn-08-wrap .box-cmn-08 .comp-01 {
  line-height: 1.6;
  padding: 10px 0;

  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #23bcba;
}
.box-cmn-08-wrap .box-cmn-08 .comp-01 .ttl-01 {
  font-size: 18px;
  color: #fff;
}
.box-cmn-08-wrap .box-cmn-08 .comp-02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  border-right: 1px solid #23bcba;
  border-left: 1px solid #23bcba;
  background: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-cmn-08-wrap .box-cmn-08 .comp-02 .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.box-cmn-08-wrap .box-cmn-08 .comp-02 .ttl-02 {
  position: relative;

  width: 40%;
}
.box-cmn-08-wrap .box-cmn-08 .comp-02 .ttl-02::after {
  position: absolute;
  top: 8px;
  right: 4px;

  content: ":";
}
.box-cmn-08-wrap .box-cmn-08 .comp-02 .txt-01 {
  width: 60%;
}
.box-cmn-08-wrap .box-cmn-08 .comp-03 {
  padding: 0 20px;
  border-right: 1px solid #23bcba;
  border-left: 1px solid #23bcba;
  background: #fff;
}
.box-cmn-08-wrap .box-cmn-08 .comp-04 {
  padding-top: 20px;
  border-right: 1px solid #23bcba;
  border-bottom: 1px solid #23bcba;
  border-left: 1px solid #23bcba;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
}
.box-cmn-09 .link-cmn-01 {
  margin-top: 30px;
}
.box-cmn-10 {
  padding: 20px 30px 25px;

  border: 1px solid #e9e9e9;
  border-radius: 10px;
}
@media screen and (min-width: 767px) {
  .box-cmn-10 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 767px) {
  .box-cmn-10 .ttl-cmn-03 {
    margin: 0 50px 0 0;
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  .box-cmn-10 .txt-cmn-01 {
    margin: 0;
    padding: 0;
  }
}
.box-cmn-11-wrap .box-cmn-11 {
  display: block;
}
.box-cmn-11-wrap .box-cmn-11 .comp-01 {
  text-align: center;
}
.box-cmn-11-wrap .box-cmn-11 .comp-02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.box-cmn-11-wrap .box-cmn-11 .comp-03 {
  margin-top: 10px;
}
.box-cmn-11-wrap .box-cmn-11 .comp-04 {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .box-cmn-11-wrap .box-cmn-11 .comp-04 {
    text-align: left;
  }
}
.box-cmn-11-wrap .box-cmn-11 .ttl-01 .ttl-cmn-03 {
  line-height: 1.3;
  padding: 0;
}
.box-data-view .ttl-cmn-03 {
  margin-top: 1em;
}
.card-cmn-01-wrap .card-cmn-01 {
  padding: 20px 25px;

  background-color: #fbfbfb;
}
.card-cmn-01-wrap .card-cmn-01 .comp-02 {
  margin-top: 15px;
}
.card-cmn-02-wrap {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.card-cmn-02-wrap .card-cmn-02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  padding: 20px 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-cmn-02-wrap .card-cmn-02 .comp-01 {
  width: 266px;
  margin-right: 46px;
}
@media screen and (max-width: 766px) {
  .card-cmn-02-wrap .card-cmn-02 .comp-01 {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 766px) {
  .card-cmn-02-wrap .card-cmn-02 .comp-01 .img-01 {
    margin-bottom: 31px;

    text-align: center;
  }
}
.card-cmn-02-wrap .card-cmn-02 .comp-02 {
  width: 810px;
}
@media screen and (max-width: 766px) {
  .card-cmn-02-wrap .card-cmn-02 .comp-02 {
    width: 100%;
  }
}
.card-cmn-02-wrap .card-cmn-02 .comp-02 .link-01 {
  padding-top: 20px;
}
@media screen and (max-width: 766px) {
  .card-cmn-02-wrap .card-cmn-02 .comp-02 .link-01 .btn-cmn-05 {
    display: block;
    width: 100%;
  }
}
.card-cmn-02-wrap .card-cmn-02 .comp-02 .ttl-cmn-03 {
  line-height: 1.5;
}
.card-cmn-02-wrap .card-cmn-02 .comp-02 .txt-cmn-03 {
  padding-top: 0;
}
.card-cmn-03-wrap .card-cmn-03 {
  padding: 40px;

  border: 1px solid #eee;
}
@media screen and (max-width: 766px) {
  .card-cmn-03-wrap .card-cmn-03 {
    padding: 22px;
  }
}
.card-cmn-03-wrap .card-cmn-03 .comp-01 {
  width: 100%;
}
@media screen and (max-width: 766px) {
  .card-cmn-03-wrap .card-cmn-03 .comp-01 .img-01 {
    text-align: center;
  }
}
@media screen and (max-width: 766px) {
  .card-cmn-03-wrap .card-cmn-03 .comp-02 {
    width: 100%;
  }
}
.card-cmn-03-wrap .card-cmn-03 .comp-02 .ttl-cmn-03 {
  line-height: 1.5;
  padding-top: 40px;
}
@media screen and (max-width: 766px) {
  .card-cmn-03-wrap .card-cmn-03 .comp-02 .ttl-cmn-03 {
    padding-top: 15px;
  }
}
.card-cmn-03-wrap .card-cmn-03 .comp-02 .txt-cmn-02 {
  padding-top: 40px;
}
.card-cmn-03-wrap .card-cmn-03 .comp-02 .txt-cmn-03 {
  padding-top: 40px;
}
.card-cmn-03-wrap .link-01 {
  margin-top: 40px;
  padding: 0 40px;
}
.card-cmn-03-wrap .link-01 .btn-cmn-05 {
  display: block;
  width: 100%;
}
.card-tableau-howto-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-top: 4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .card-tableau-howto-01 {
    margin: -14px -25px 0;
  }
}
.card-tableau-howto-01 .item {
  width: 100%;
  margin-top: 26px;
}
@media screen and (min-width: 767px) {
  .card-tableau-howto-01 .item {
    width: 50%;
    margin: 64px 0 0;
    padding: 0 25px 0;
  }
}
.card-tableau-howto-01 .item-in {
  padding: 30px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .card-tableau-howto-01 .item-in {
    padding: 40px;
  }
}
.card-tableau-howto-01 .ttl-tableau-howto-01 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 70px;
}
@media screen and (min-width: 767px) {
  .card-tableau-howto-01 .ttl-tableau-howto-01 {
    font-size: 20px;
    padding-left: 0;
  }
}
.card-tableau-howto-01 .ttl-tableau-howto-01 .txt-step {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #23bcba;
}
@media screen and (min-width: 767px) {
  .card-tableau-howto-01 .ttl-tableau-howto-01 .txt-step {
    position: static;
    margin-right: 20px;
  }
}
.card-tableau-howto-01 .txt-tableau-howto-01 {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .card-tableau-howto-01 .txt-tableau-howto-01 {
    height: 65px;
    margin-top: 46px;
  }
}
.card-tableau-howto-01 .img-tableau-howto-01 {
  margin: 20px 0 20px;
}
@media screen and (min-width: 767px) {
  .card-tableau-howto-01 .img-tableau-howto-01 {
    margin-top: 30px;
  }
}
[class*="ico-"] {
  shape-rendering: crispEdges;
}
.ico-plus {
  position: relative;

  display: block;
  width: 1em;
  height: 1em;
}
.ico-plus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 0.2em;
  margin: auto;

  content: "";
  background-color: #fff;
}
.ico-plus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.2em;
  height: 1em;
  margin: auto;

  content: "";
  background-color: #fff;
}
[class*="btn-"] .ico-plus {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -0.5em;
}
.ico-zoom {
  position: relative;

  display: block;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background-image: url(/common/svg/ico_zoom_01.svg);
  background-repeat: no-repeat;
  background-position: center;
}
[class*="btn-"] .ico-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}
.ico-external-link {
  position: relative;

  display: block;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  background-image: url(/common/img/ico_window_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
[class*="btn-"] .ico-external-link {
  position: absolute;
  top: 50%;
  left: 50%;
}
.ico-link-arrorw-01 {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #23bcba;
  border-left: 2px solid #23bcba;
}
.ico-accordion-01 {
  display: block;
  width: 18px;
  height: 18px;
}
.ico-accordion-01:before,
.ico-accordion-01:after {
  position: absolute;
  display: block;

  content: "";
  background-color: #23bcba;
}
.ico-accordion-01:before {
  top: 50%;
  left: 0;

  width: 100%;
  height: 3px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ico-accordion-01:after {
  top: 0;
  left: 50%;

  width: 3px;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.is-open .ico-accordion-01:after {
  display: none;
}
.ico-info-01 {
  position: relative;

  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(/common/svg/ico-info-01.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.ico-question-01 {
  position: relative;

  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(/common/svg/ico-question-01.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.ico-human-01 {
  position: relative;

  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(/common/svg/ico-human-01.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.ico-window-01 {
  position: relative;

  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-image: url(/common/svg/ico-window-01.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.ico-close {
  position: relative;

  display: block;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.ico-close:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  margin: auto;

  content: "";
  background-color: #a7a7a7;
}
.ico-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 100%;
  margin: auto;

  content: "";
  background-color: #a7a7a7;
}
[class*="btn-"] .ico-close {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -0.5em;
}
.ico-close.is-white:after {
  background-color: #fff;
}
.ico-close.is-white:before {
  background-color: #fff;
}
.ico-hamburger-01 {
  display: block;
  width: 20px;
  height: 10px;
}
.ico-hamburger-01 span {
  display: block;
  width: 100%;
  height: 3px;

  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
}
.ico-hamburger-01 .top {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ico-hamburger-01 .bottom {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
@media screen and (min-width: 767px) {
  a[class*="btn-"],
  button[class*="btn-"] {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  a[class*="btn-"]:hover,
  button[class*="btn-"]:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.btn-arrow {
  position: relative;

  display: block;
  width: 70px;
  height: 70px;
  background-color: #43c5c4;
}
@media screen and (min-width: 767px) {
  .btn-arrow {
    width: 70px;
    height: 70px;
  }
}
.btn-arrow__left:before,
.btn-arrow__right:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: 2px;
  content: "";
  -webkit-transform: rotate(45deg) translate3d(-50%, -50%, 0);
  transform: rotate(45deg) translate3d(-50%, -50%, 0);
}
@media screen and (min-width: 767px) {
  .btn-arrow__left:before,
  .btn-arrow__right:before {
    width: 10px;
    height: 10px;
  }
}
.btn-arrow__left:before {
  margin-left: -3px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
}
.btn-arrow__right:before {
  margin-left: -10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.btn-cmn-01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: relative;

  display: inline-block;
  min-width: 323px;
  padding: 23px 30px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #23bcba;
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%);
  box-shadow: 0 17px 25px -16px #23bcba;
}
@media screen and (min-width: 767px) {
  .btn-cmn-01 {
    min-width: 397px;
    box-shadow: 1px 10px 30px -10px #23bcba;
  }
}
.btn-cmn-01__gray {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: relative;

  display: inline-block;
  min-width: 323px;
  padding: 30px 60px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #c5c5c5;
  box-shadow: 1px 10px 44px -15px #ccc;
}
@media screen and (min-width: 767px) {
  .btn-cmn-01__gray {
    min-width: 397px;
  }
}
.btn-cmn-02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: relative;

  display: inline-block;
  min-width: 323px;
  padding: 20px 60px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #23bcba;
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%);
  box-shadow: 0 17px 25px -16px #23bcba;
}
@media screen and (min-width: 767px) {
  .btn-cmn-02 {
    min-width: 397px;
    box-shadow: 1px 10px 30px -10px #23bcba;
  }
}
@media screen and (max-width: 766px) {
  .btn-cmn-02 {
    padding: 20px 0;
  }
}
.btn-service-more.btn-cmn-02 {
  font-size: 19px;

  padding: 20px 55px;
}
@media screen and (min-width: 767px) {
  .btn-service-more.btn-cmn-02 {
    font-size: 20px;

    padding: 24px 60px;
  }
}
.btn-cmn-02__gray {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: relative;

  display: inline-block;
  min-width: 323px;
  padding: 20px 60px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #c5c5c5;
  box-shadow: 1px 10px 44px -15px #ccc;
}
@media screen and (min-width: 767px) {
  .btn-cmn-02__gray {
    min-width: 397px;
  }
}
.btn-cmn-03 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;

  display: inline-block;
  min-width: 323px;
  padding: 10px 60px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #23bcba;
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%);
  box-shadow: 0 17px 25px -16px #23bcba;
}
@media screen and (min-width: 767px) {
  .btn-cmn-03 {
    min-width: 397px;
    box-shadow: 1px 10px 30px -10px #23bcba;
  }
}
.btn-cmn-03__gray {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;

  display: inline-block;
  min-width: 323px;
  padding: 10px 60px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #c5c5c5;
  box-shadow: 1px 10px 44px -15px #ccc;
}
@media screen and (min-width: 767px) {
  .btn-cmn-03__gray {
    min-width: 397px;
  }
}
.btn-cmn-04 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;

  display: inline-block;
  width: 100%;
  min-width: 210px;
  padding: 20px 30px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #23bcba;
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%);
  box-shadow: 0 17px 25px -16px #23bcba;
}
@media screen and (min-width: 767px) {
  .btn-cmn-04 {
    width: auto;
    min-width: 210px;
    padding: 12px 50px;
    box-shadow: 1px 10px 30px -10px #23bcba;
  }
}
.btn-cmn-04__gray {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: relative;

  display: inline-block;
  min-width: 323px;
  padding: 10px 60px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #c5c5c5;
  box-shadow: 1px 10px 44px -15px #ccc;
}
@media screen and (min-width: 767px) {
  .btn-cmn-04__gray {
    font-size: 14px;
    min-width: 210px;
  }
}
.btn-cmn-05 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;

  display: inline-block;
  min-width: 160px;
  padding: 13px 60px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #23bcba;
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%);
  box-shadow: 0 17px 25px -16px #23bcba;
}
@media screen and (min-width: 767px) {
  .btn-cmn-05 {
    box-shadow: 1px 10px 30px -10px #23bcba;
  }
}
.btn-cmn-05__gray {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;

  display: inline-block;
  min-width: 160px;
  padding: 13px 60px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #c5c5c5;
  box-shadow: 1px 10px 44px -15px #ccc;
}
.btn-cmn-06__orange {
  font-size: 20px;
  display: block;

  width: 100%;
  padding: 15px 20px;
  color: #ff9800;
  border: 1px solid #ff9800;
  border-radius: 5px;
  background: #fff;
}
.btn-cmn-06__orange:hover {
  color: #23bcba;
  border: 1px solid #23bcba;
}
.btn-zoom-01 {
  font-size: 20px;
  position: relative;

  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #23bcba;
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%);
  box-shadow: 1px 9px 30px -6px #23bcba;
}
@media screen and (max-width: 766px) {
  .btn-zoom-01 {
    display: none;
  }
}
.btn-vertical-01 {
  position: relative;

  display: block;
  width: 64px;
  height: 180px;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 766px) {
  .btn-vertical-01 {
    width: 158px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 20px;
  }
}
.btn-vertical-01__inner {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  -ms-writing-mode: tb-rl;

  color: #fff;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 766px) {
  .btn-vertical-01__inner {
    -ms-writing-mode: initial;

    -webkit-writing-mode: initial;
    writing-mode: initial;
  }
}
.btn-vertical-01.is-orange {
  background: #ff9800;
}
@media screen and (max-width: 766px) {
  .btn-vertical-01.is-orange {
    box-shadow: 1px 10px 19px -10px #ff9800 !important;
  }
}
.btn-vertical-01.is-blue {
  background: #23bcba;
}
@media screen and (max-width: 766px) {
  .btn-vertical-01.is-blue {
    box-shadow: 1px 10px 19px -10px #23bcba !important;
  }
}
.btn-vertical-01.is-skyBlue {
  background: #1a98ce;
}
@media screen and (max-width: 766px) {
  .btn-vertical-01.is-skyBlue {
    box-shadow: 1px 10px 19px -10px #1a98ce !important;
  }
}

.btn-price-01-wrap {
  margin-top: -5px;
}
.btn-price-01 {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  width: 108px;
  height: 30px;
  margin-top: -5px;
  padding: 4px 0 10px;
  text-align: center;
  color: #23bcba;
  border: 1px solid #23bcba;
  border-radius: 20px;
}
.nice-select {
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  position: relative;
  display: block;
  float: left;
  clear: both;
  box-sizing: border-box;
  width: auto;
  height: 42px;
  padding-right: 30px;
  padding-left: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease-in-out;
  text-align: left !important;
  white-space: nowrap;
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  outline: none;
  background-color: #fff;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  content: "";
  transition: all 0.15s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  pointer-events: none;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  pointer-events: auto;

  opacity: 1;
}
.nice-select.disabled {
  pointer-events: none;
  color: #999;
  border-color: #ededed;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  right: 0 !important;
  left: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  right: 0;
  left: auto;
}
.nice-select.small {
  font-size: 12px;
  line-height: 34px;
  height: 36px;
}
.nice-select.small:after {
  width: 4px;
  height: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  pointer-events: none;
  opacity: 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  font-weight: 400;
  line-height: 40px;
  min-height: 40px;
  padding-right: 29px;
  padding-left: 18px;
  list-style: none;

  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
  outline: none;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  cursor: default;
  color: #999;
  background-color: transparent;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.form-checkbox-01 label {
  font-size: 16px;
  line-height: 1.25;

  display: block;
  margin-left: -2px;
  padding-left: 34px;
  cursor: pointer;
  color: #000;
}
.form-checkbox-01 input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form-checkbox-01 input[type="checkbox"] + label {
  background: url("/common/img/img_checkbox_01_no.png") no-repeat 0 0;
  background-size: 22px auto;
  line-height: 1.5;
}
.form-checkbox-01 input[type="checkbox"]:checked + label {
  color: #23bcba;
  background-image: url("/common/img/img_checkbox_01_on.png");
  background-size: 22px auto;
}
.form-select-02::before,
.form-select-02::after {
  display: table;

  content: "";
}
.form-select-02::after {
  clear: both;
}
.form-select-02 .nice-select {
  font-size: 16px;
  line-height: 3;
  width: 100%;
  min-width: 145px;
  height: 51px;
  padding: 0 48px 0 20px;
  color: #363833;
  border: 2px solid #f8f8f9;
}
.form-select-02 .nice-select:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

  border-color: #23bcba;
}
.form-select-02 .nice-select:hover {
  border-color: #c5c5c5;
}
.form-select-02 .nice-select:active,
.form-select-02 .nice-select.open,
.form-select-02 .nice-select:focus {
  border-color: #23bcba;
}
.form-select-02 .nice-select.open {
  border: 2px solid #23bcba;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-select-02 .nice-select .list {
  right: 0;
  border-radius: 0;
}
.form-input-04 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.form-input-04 label {
  font-size: 16px;
  line-height: 1.5;
  color: #363833;

  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.form-input-04 input {
  min-width: 145px;
  margin-top: 5px;
  padding: 12px 20px;
  border: 2px solid #e3e3e3;
  border-radius: 4px;

  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.form-input-04 input:hover {
  border-color: #c5c5c5;
}
.form-input-04 input:active,
.form-input-04 input.nice-select.open,
.form-input-04 input:focus {
  border-color: #23bcba;
}
.form-input-04 input:active + label,
.form-input-04 input.nice-select.open + label,
.form-input-04 input:focus + label {
  color: #23bcba;
}
.form-input-04 input:invalid {
  border-color: #d1381a;
}
.form-input-04 input:invalid + label {
  color: #d1381a;
}
.form-input-04.is-active label {
  color: #23bcba;
}
.form-input-04.is-active input {
  border-color: #23bcba;
}
.form-input-04.is-active input:hover {
  border-color: #23bcba;
}
.form-input-04.is-active input:active,
.form-input-04.is-active input.nice-select.open,
.form-input-04.is-active input:focus {
  border-color: #23bcba;
}
.form-input-04.is-active input:active + label,
.form-input-04.is-active input.nice-select.open + label,
.form-input-04.is-active input:focus + label {
  color: #23bcba;
}
.form-input-04.is-error label {
  color: #d1381a;
}
.form-input-04.is-error input {
  border-color: #d1381a;
}
.form-input-04.is-error input:hover {
  border-color: #d1381a;
}
.form-input-04.is-error input:active,
.form-input-04.is-error input.nice-select.open,
.form-input-04.is-error input:focus {
  border-color: #d1381a;
}
.form-input-04.is-error input:active + label,
.form-input-04.is-error input.nice-select.open + label,
.form-input-04.is-error input:focus + label {
  color: #d1381a;
}
a[class*="link-"]:hover {
  text-decoration: underline;
}
.link-cmn-01 {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;

  color: #23bcba;
}
.link-cmn-01:hover {
  text-decoration: underline;
}
.link-cmn-02 {
  font-size: 14px;
  font-weight: bold;

  color: #c5c5c5;
}
.link-cmn-02:hover {
  text-decoration: underline;
}
.link-cmn-03 {
  font-size: 16px;
  font-weight: bold;

  color: #23bcba;
}
.link-cmn-03:hover {
  text-decoration: underline;
}
.link-cmn-04 {
  font-size: 16px;
  font-weight: bold;

  color: #c5c5c5;
}
.link-cmn-04:hover {
  text-decoration: underline;
}
.link-cmn-05 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 27px;

  color: #23bcba;
}
.link-cmn-05:hover {
  text-decoration: underline;
}
.link-cmn-05 .ico-external-link {
  position: absolute;
  top: 50%;
  right: 2px;
}
.link-sidenav-01 {
  font-size: 14px;

  color: #363833;
}
.link-sidenav-01:hover {
  text-decoration: underline;
}
.is-current .link-sidenav-01 {
  cursor: default;
  pointer-events: none;

  color: #23bcba;
}
.link-border {
  text-decoration: underline;
}
a.link-cmn-ul-04 {
  font-size: 16px;
  text-decoration: underline;

  color: #23bcba;
}
a.link-cmn-ul-04:hover {
  text-decoration: none;
}
.list-cmn-01 .item {
  font-size: 16px;
  line-height: 1.85;

  position: relative;
  margin-bottom: 0.5em;
  padding-left: 32px;
}
.list-cmn-01 .item:last-child {
  margin-bottom: 0;
}
.list-cmn-01 .item::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;

  content: "";
  background-image: url(/common/svg/ico_check_01.svg);
}
@media screen and (max-width: 766px) {
  .list-cmn-01 .item .txt-cmn-03 {
    display: block;
  }
}
.list-cmn-02 {
  margin-top: -25px;
}
@media screen and (min-width: 767px) {
  .list-cmn-02 {
    margin-top: -15px;
  }
}
.list-cmn-02 .item {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-top: 30px;
  padding-left: 25px;
}
@media screen and (min-width: 767px) {
  .list-cmn-02 .item {
    margin-top: 15px;
  }
}
.list-cmn-02 .item:not(:first-child) {
  margin-top: 35px;
}
.list-cmn-02 .item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;

  content: "・";
}
.list-cmn-03 {
  margin-top: -25px;
}
@media screen and (min-width: 767px) {
  .list-cmn-03 {
    margin-top: -15px;
  }
}
.list-cmn-03 > .item {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-top: 3px;
  padding-left: 30px;
  list-style-position: inside;
  list-style-type: none;

  counter-increment: list-cmn-03;
}
.list-cmn-03 > .item:first-child {
  margin-top: 30px;
}
.list-cmn-03 > .item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: marker;
  width: 1.5em;
  height: 1.5em;

  content: "(" counter(list-cmn-03) ")";
}
.list-cmn-04 {
  margin-top: -25px;
}
@media screen and (min-width: 767px) {
  .list-cmn-04 {
    margin-top: -15px;
  }
}
.list-cmn-04 > .item {
  font-size: 16px;
  line-height: 1.5;
  line-height: 2;
  position: relative;
  margin-top: 35px;
  padding-left: 30px;
  list-style-position: inside;
  list-style-type: none;

  counter-increment: list-cmn-04;
}
@media screen and (max-width: 766px) {
  .list-cmn-04 > .item {
    margin-top: 20px;
  }
}
.list-cmn-04 > .item:first-child {
  margin-top: 30px;
}
.list-cmn-04 > .item::before {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  display: marker;
  width: 1.5em;
  height: auto;

  content: counter(list-cmn-04) ".";
}
.list-cmn-04 > .item .txt-cmn-01 {
  padding-bottom: 20px;
}
.list-cmn-04 > .item .txt-cmn-02 {
  padding-top: 0;
}
.list-cmn-04 > .item .txt-cmn-02.is-bold {
  padding-bottom: 10px;
}
.list-cmn-04 > .item .item-sub {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-top: 3px;
  padding-left: 30px;
  list-style-position: inside;
  list-style-type: none;

  counter-increment: list-cmn-04-sub;
}
.list-cmn-04 > .item .item-sub:first-child {
  margin-top: 20px;
}
.list-cmn-04 > .item .item-sub:last-child {
  margin-bottom: 10px;
}
.list-cmn-04 > .item .item-sub::before {
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: -1em;
  display: marker;
  width: 3em;
  height: auto;

  content: "（" counter(list-cmn-04-sub) "）";
}
.list-sidenav-01 {
  margin-top: -10px;
  padding: 20px 20px 20px 40px;
}
.list-sidenav-01 .item-01 {
  margin-top: 10px;
}
.list-news-01 .item-01 {
  padding-top: 28px;
  padding-bottom: 28px;

  border-bottom: 1px solid #eee;
}
.list-news-01 .item-01:first-child {
  padding-top: 0;
}
.list-news-01 .item-01 .news-date,
.list-news-01 .item-01 .news-info {
  display: inline-block;
  vertical-align: top;
}
.list-news-01 .item-01 .news-date {
  margin-right: 15px;
}
.list-news-01 .item-01 .news-title {
  margin-top: 18px;
}
.mod-balloon-01 {
  position: relative;
  padding: 28px;
  border-radius: 10px;
  background-color: #23bcba;
}
.mod-balloon-01::before {
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;

  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
  background-color: #23bcba;
}
.mod-balloon-01 .text-01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
}
.mod-balloon-02 {
  position: relative;
  display: inline-block;
  min-width: 190px;
  margin-bottom: 11px;
  padding: 10px;
  border-radius: 24px;
  background: #23bcba;
}
.mod-balloon-02::before {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
  background-color: #23bcba;
}
.mod-balloon-02 .text-01 {
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.is-over {
  overflow: hidden;
}
.box-slider-01 {
  position: relative;
  overflow: visible;
  width: 1200px;
  margin: 40px auto 0;
  padding: 100px 0;
  background: #23bcba;
}
@media screen and (max-width: 766px) {
  .box-slider-01 {
    width: auto;
    height: auto;
    margin: 40px auto 0;
  }
}
.box-slider-01::before {
  position: absolute;
  top: 0;
  right: 1200px;
  display: block;
  width: 1000px;
  height: 100%;

  content: "";
  background: #23bcba;
}
@media screen and (max-width: 766px) {
  .box-slider-01::before {
    width: auto;

    content: "";
  }
}
.box-slider-01::after {
  position: absolute;
  top: 0;
  left: 1200px;
  display: block;
  width: 1000px;
  height: 100%;

  content: "";
  background: #23bcba;
}
@media screen and (max-width: 766px) {
  .box-slider-01::after {
    width: auto;

    content: "";
  }
}
.box-slider-01 .slider-cmn-01 {
  z-index: 1000;
  top: 0;
  left: 0;

  width: 1520px;
}
@media screen and (max-width: 766px) {
  .box-slider-01 .slider-cmn-01 {
    position: relative;
    overflow: visible;

    width: 100%;
    height: auto;
  }
}
.box-slider-01 .slider-cmn-01 .slider-control-01 {
  position: absolute;
  top: 0;
  left: 0;
}
.box-slider-01 .slider-cmn-01 .slider-control-01 .btn-arrow {
  display: block;
  float: left;
}
.box-slider-01 .slider-cmn-01 .slider-control-01 .btn-arrow__right {
  margin-left: 1px;
}
.box-slider-01 .slider-cmn-01 .slider-control-01::after {
  display: table;
  width: 100%;

  content: "";
}
.box-slider-01 .slider-cmn-01 .slider-panel {
  z-index: 2;
  overflow: visible;

  width: 1550px;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .box-slider-01 .slider-cmn-01 .slider-panel {
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 766px) {
  .box-slider-01 .slider-cmn-01 .slider-panel {
    position: relative;
    top: 0;

    width: 100%;
    height: 100%;
  }
}
.box-slider-01 .slider-cmn-01 .slider-panel::after {
  display: table;
  width: 100%;

  content: "";
}
.box-slider-01 .slider-cmn-01 .slider-panel .slick-arrow {
  position: absolute;
  z-index: 10;
  top: -100px;
}
.box-slider-01 .slider-cmn-01 .slider-panel .slick-disabled {
  background: #c5c5c5;
}
.box-slider-01 .slider-cmn-01 .slider-panel .btn-arrow__left {
  left: 0;
}
@media screen and (max-width: 766px) {
  .box-slider-01 .slider-cmn-01 .slider-panel .btn-arrow__left {
    left: 26px;
  }
}
.box-slider-01 .slider-cmn-01 .slider-panel .btn-arrow__right {
  left: 71px;
}
@media screen and (max-width: 766px) {
  .box-slider-01 .slider-cmn-01 .slider-panel .btn-arrow__right {
    left: 97px;
  }
}
.box-slider-01 .slider-cmn-01 .slider-panel .slider-card-01 {
  display: block;
  width: 472px !important;
  margin-left: 50px;
  padding: 30px 0;
  color: #71746f;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .box-slider-01 .slider-cmn-01 .slider-panel .slider-card-01 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 766px) {
  .box-slider-01 .slider-cmn-01 .slider-panel .slider-card-01 {
    float: none;

    width: 100% !important;
    height: auto;
  }
}
.box-slider-01 .slider-cmn-01 .slider-panel .slider-card-01:first-child {
  margin-left: 0;
}
.box-slider-01 .slider-cmn-01 .slider-panel .slider-card-01::after {
  display: table;
  width: 100%;

  content: "";
}
.box-slider-01 .slider-cmn-01 .slider-panel .slider-card-01 .box-img {
  float: left;

  width: 160px;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .box-slider-01 .slider-cmn-01 .slider-panel .slider-card-01 .box-img {
    width: 100%;
    text-align: center;
  }
}
.box-slider-01 .slider-cmn-01 .slider-panel .slider-card-01 .box-img img {
  display: inline-block;
  width: 100px;
  height: auto;
}
.box-slider-01 .slider-cmn-01 .slider-panel .slider-card-01 .box-detail {
  float: left;

  width: 312px;
  padding-right: 20px;
}
@media screen and (max-width: 766px) {
  .box-slider-01 .slider-cmn-01 .slider-panel .slider-card-01 .box-detail {
    width: 100%;
    margin-top: 30px;
    padding-right: 28px;
    padding-left: 30px;
  }
}
.box-slider-01
  .slider-cmn-01
  .slider-panel
  .slider-card-01
  .box-detail
  .comp-01 {
  font-size: 12px;
}
.box-slider-01
  .slider-cmn-01
  .slider-panel
  .slider-card-01
  .box-detail
  .comp-02 {
  padding-top: 5px;

  color: #363833;
}
.box-slider-01
  .slider-cmn-01
  .slider-panel
  .slider-card-01
  .box-detail
  .comp-03 {
  padding-top: 5px;
}
.box-slider-01
  .slider-cmn-01
  .slider-panel
  .slider-card-01
  .box-detail
  .comp-04 {
  padding-top: 10px;
}
@media screen and (min-width: 767px) {
  .box-slider-01
    .slider-cmn-01
    .slider-panel
    .slider-card-01
    .box-detail
    .comp-04 {
    position: absolute;
    bottom: 30px;
  }
}
.box-slider-01
  .slider-cmn-01
  .slider-panel
  .slider-card-01
  .box-detail
  .comp-04
  .link-cmn-01:hover {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .box-slider-01 .slider-cmn-01 .slider-panel a.slider-card-01 {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .box-slider-01 .slider-cmn-01 .slider-panel a.slider-card-01:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.box-slider-01 .slider-cmn-01 .slider-panel .is-shadow {
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5);
}
.box-slider-01 .slider-cmn-01 .slick-list {
  overflow: visible !important;
}
.slick-initialized .slick-slide {
  margin: 0 26px;
}
@media screen and (min-width: 767px) {
  .slick-initialized .slick-slide {
    margin: 0 50px 0 0;
  }
}
.mod-side-menu-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .mod-side-menu-01 {
    display: none;
  }
}
.mod-side-menu-01 .btn-side-menu-01 {
  position: relative;
  padding: 25px 20px;

  background-color: #23bcba;
}
.mod-side-menu-01 .ico-close {
  display: none;
}
.mod-side-menu-01 .ttl-01 {
  padding-left: 18px;
}
.mod-side-menu-01 .ttl-01 p {
  padding-top: 0;
}
.mod-side-menu-01.is-active .btn-side-menu-01 {
  width: 60px;
  height: 60px;
  background-color: #a7a7a7;
}
.mod-side-menu-01.is-active .ico-hamburger-01 {
  display: none;
}
.mod-side-menu-01.is-active .ico-close {
  top: 50%;
  right: 50%;

  display: block;
  margin-top: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 766px) {
  .mod-slider .ttl-cmn-02__border {
    padding-right: 26px;
    padding-left: 26px;
  }
}
@media screen and (max-width: 766px) {
  .box-slider-01 {
    padding: 100px 0 26px;
  }
}
@media screen and (max-width: 766px) {
  .box-slider-01.is-single {
    padding-top: 32px;
    padding-right: 26px;
    padding-left: 26px;
  }
}
.nav-cmn-01-wrap {
  padding: 0 0 30px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .nav-cmn-01-wrap {
    padding: 30px 0;
  }
}
.nav-cmn-01-wrap .nav-cmn-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .nav-cmn-01-wrap .nav-cmn-01 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.nav-cmn-01-wrap .nav-cmn-01 .item-01 {
  width: 50%;
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .nav-cmn-01-wrap .nav-cmn-01 .item-01 {
    width: auto;
    margin-top: 0;
  }
}
.nav-cmn-01-wrap .nav-cmn-01 .item-01 .link-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .nav-cmn-01-wrap .nav-cmn-01 .item-01 .link-01 {
    height: 50px;
  }
}
@media screen and (min-width: 767px) {
  .nav-cmn-01-wrap .nav-cmn-01 .item-01 .link-01 {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .nav-cmn-01-wrap .nav-cmn-01 .item-01 .link-01:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.nav-cmn-01-wrap .nav-cmn-01 .item-01 .link-01 .ico-01 {
  width: 50px;
  margin-right: 10px;
}
@media screen and (min-width: 767px) {
  .nav-cmn-01-wrap .nav-cmn-01 .item-01 .link-01 .ico-01 {
    width: auto;
    height: 100%;
  }
}
.nav-cmn-01-wrap .nav-cmn-01 .item-01 .link-01 .text-01 {
  font-size: 16px;

  color: #23bcba;
}
.nav-side-01-wrap .nav-side-01 {
  margin-top: 10px;
}
@media screen and (max-width: 766px) {
  .nav-side-01-wrap .nav-side-01 {
    padding: 0 25px;
  }
}
.sec-base-in {
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .sec-base-in {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px) {
  .sec-base-in .grid-float {
    margin-right: -14px;
    margin-left: -14px;
  }
}
@media screen and (max-width: 766px) {
  .sec-base-in .grid-float__col {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 767px) {
  .sec-base-in .grid-float.grid-float-reset {
    max-width: none;
    margin-right: -24px;
    margin-left: -24px;
  }
}
.sec-base-bdn .sec-base-in {
  border-bottom: none;
}
.sec-base-00 .sec-base-in {
  padding: 0;
}
@media screen and (min-width: 767px) {
  .sec-base-00 .sec-base-in {
    padding: 0;
  }
}
.sec-base-01 .sec-base-in {
  padding: 50px 0;
}
@media screen and (min-width: 767px) {
  .sec-base-01 .sec-base-in {
    padding: 100px 0;
  }
}
.sec-base-02 .sec-base-in {
  padding: 50px 0 30px;
  border: none;
}
@media screen and (min-width: 767px) {
  .sec-base-02 .sec-base-in {
    padding: 100px 0 70px;
  }
}
.sec-base-02 .sec-slider {
  padding: 40px 0 0;
}
@media screen and (min-width: 767px) {
  .sec-base-02 .sec-slider {
    padding: 70px 0 0;
  }
}
.sec-base-02 .sec-slider .box-slider-01 {
  margin: 1.5em -26px 0;
}
@media screen and (min-width: 767px) {
  .sec-base-02 .sec-slider .box-slider-01 {
    margin: 45px auto 0;
  }
}
.sec-base-03 .sec-base-in {
  padding: 50px 0;
}
@media screen and (min-width: 767px) {
  .sec-base-03 .sec-base-in {
    padding: 50px 0;
  }
}
@media screen and (min-width: 767px) {
  .sec-base-03 .sec-base-in .table-cmn-wrap {
    margin-right: 0;
  }
}
.sec-base-04 .sec-base-in {
  padding: 0 0;
}
@media screen and (min-width: 767px) {
  .sec-base-04 .sec-base-in {
    padding: 100px 0 0;
  }
}
.sec-base-05 .sec-base-in {
  padding: 50px 0;
}
@media screen and (min-width: 767px) {
  .sec-base-05 .sec-base-in {
    padding: 100px 0;
  }
}
.sec-slider {
  overflow: visible;
}
@media screen and (min-width: 767px) {
  .sec-slider {
    overflow: hidden;
  }
}
.sec-slider .ttl-cmn-02__border {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 767px) {
  .sec-term {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.sec-term + .sec-term {
  margin-top: 2em;
}
.mod-parts {
  position: relative;
  margin-top: 50px;
  padding: 10px;
  border-top: 2px solid #50bcb4;
  border-bottom: 2px solid #1a98ce;
}
@media screen and (min-width: 767px) {
  .mod-parts {
    min-width: 1200px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
.mod-parts-title {
  font-size: 21px;

  position: relative;
  padding-left: 15px;
  color: #000;
}
.mod-parts-title::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 10px;
  height: 10px;

  content: "";
  background-color: #d1381a;
}
.mod-parts-id {
  font-size: 11px;
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 5px 5px;
  background-color: #f3d221;
}
.sec-cmn-01 {
  margin-top: 60px;
}
@media screen and (min-width: 767px) {
  .sec-cmn-01 {
    margin-top: 80px;
  }
}
.sec-cmn-02 {
  margin-top: 80px;
}
@media screen and (min-width: 767px) {
  .sec-cmn-02 {
    margin-top: 100px;
  }
}
.sec-cmn-03 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) {
  .sec-cmn-03 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
.sec-cmn-03 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) {
  .sec-cmn-03 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
.sec-cmn-04 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) {
  .sec-cmn-04 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.sec-cmn-05 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) {
  .sec-cmn-05 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
.contents-main > [class*="sec-cmn"]:last-child {
  margin-bottom: 0;
}
.sec-tableau-howto-01 {
  margin: 76px -25px 0;
  padding: 26px 26px 52px;

  background-color: #f8f8f9;
}
@media screen and (min-width: 767px) {
  .sec-tableau-howto-01 {
    margin: 80px 0 0;
    padding: 50px;

    border: 1px solid #e9e9e9;
  }
}
.table-cmn-01 {
  overflow: hidden;
  width: 100%;

  border-collapse: separate;
  border: solid 1px #d3d3d3;
  border-radius: 10px;
}
.table-cmn-01__th,
.table-cmn-01__td {
  padding: 15px 20px;
  border-bottom: 1px solid #d3d3d3;
}
.table-cmn-01__th .txt-cmn-02,
.table-cmn-01__td .txt-cmn-02 {
  padding-top: 0;
}
.table-cmn-01__th sup,
.table-cmn-01__td sup {
  font-size: 65%;

  margin-left: 0.25em;
}
.table-cmn-01__th {
  color: #333;
  background-color: #fafafa;
}
.table-cmn-01__th + .table-cmn-01__th,
.table-cmn-01__td {
  border-left: 1px solid #d3d3d3;
}
.table-cmn-01__th + .table-cmn-01__th p + p,
.table-cmn-01__td p + p {
  margin-top: 0.5em;
}
tr:last-child .table-cmn-01__th,
tr:last-child .table-cmn-01__td {
  border-bottom: none;
}
.table-cmn-01 .is-yellow {
  background: #fff9f0;
}
.table-cmn-01 .is-blue {
  background: #f2ffff;
}
.table-cmn-01 .is-red {
  background: #ffe8ea;
}
.table-cmn-02 {
  overflow: hidden;
  width: 100%;

  border-collapse: separate;
  border: solid 1px #e9e9e9;
  border-radius: 10px;
}
.table-cmn-02__th,
.table-cmn-02__td {
  padding: 25px 28px;
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 766px) {
  .table-cmn-02__th,
  .table-cmn-02__td {
    padding: 15px 20px;
  }
}
.table-cmn-02__th {
  color: #333;
  background-color: #fafafa;
}
.table-cmn-02__th + .table-cmn-02__th,
.table-cmn-02__td {
  border-left: 1px solid #d3d3d3;
}
@media screen and (max-width: 766px) {
  .table-cmn-02__th + .table-cmn-02__th,
  .table-cmn-02__td {
    border-left: 0 solid #e9e9e9;
  }
}
.table-cmn-02__th + .table-cmn-02__th.is-bold,
.table-cmn-02__td.is-bold {
  color: #333;
}
tr:last-child .table-cmn-02__th,
tr:last-child .table-cmn-02__td {
  border-bottom: none;
}
.table-cmn-02 .is-yellow {
  background: #fff9f0;
}
.table-cmn-02 .is-blue {
  background: #f2ffff;
}
.table-cmn-02 .is-red {
  background: #ffe8ea;
}
.table-cmn-03 {
  font-size: 14px;
  overflow: hidden;
  width: 100%;

  border-collapse: separate;
  text-align: center;
  border: solid 1px #d3d3d3;
  border-left: none;
  border-radius: 10px;
}
@media screen and (max-width: 766px) {
  .table-cmn-03 {
    width: 1200px;
  }
}
.table-cmn-03__th {
  padding: 13px 15px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #d3d3d3;
}
.table-cmn-03__th.th-left {
  text-align: left;
}
.table-cmn-03__td {
  padding: 25px 5px;
  border-bottom: 1px solid #d3d3d3;
}
.table-cmn-03__td:first-child {
  padding: 25px 15px;
  color: #333;
}
.table-cmn-03__th {
  background-color: #fafafa;
}
.table-cmn-03__th,
.table-cmn-03__td {
  border-left: 1px solid #d3d3d3;
}
tr:last-child .table-cmn-03__th,
tr:last-child .table-cmn-03__td {
  border-bottom: none;
}
.table-cmn-03 .is-yellow {
  background: #fff9f0;
}
.table-cmn-03 .is-blue {
  background: #f2ffff;
}
.table-cmn-03 .is-red {
  background: #ffe8ea;
}
.table-cmn-wrap {
  position: relative;
}
@media screen and (max-width: 766px) {
  .table-cmn-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1em;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-cmn-wrap::-webkit-scrollbar {
    height: 3px;
  }
  .table-cmn-wrap::-webkit-scrollbar-thumb {
    background: #ddd;
  }
  .table-cmn-wrap::-webkit-scrollbar-track-piece {
    background: #fff;
  }
}
@media screen and (max-width: 766px) {
  .table-cmn-wrap .table-cmn-scroll {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .table-cmn-wrap + .about-ft-txt {
    padding-top: 72px !important;
  }
}
.table-cmn-wrap .table-cmn-note-01 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 5px;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .table-cmn-wrap .table-cmn-note-01 {
    position: static;
    float: right;
    margin-top: 40px;
  }
}
.table-cmn-04 {
  font-size: 14px;

  overflow: hidden;
  width: 100%;
  margin-top: 40px;
  border-collapse: separate;
  text-align: center;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-radius: 10px;
}
@media screen and (max-width: 766px) {
  .table-cmn-04 {
    width: 1200px;
    white-space: nowrap;
  }
}
.table-cmn-04.is-font-small {
  font-size: 12px;
}
.table-cmn-04 .is-center {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.table-cmn-04__th {
  text-align: center;
  color: #333;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
thead tr:first-child .table-cmn-04__th {
  padding: 12px 13px;
  background-color: #e6e6e6;
}
thead tr:first-child .table-cmn-04__th:first-child {
  border-radius: 10px 0 0 0;
}
thead tr:first-child .table-cmn-04__th:last-child {
  border-radius: 0 10px 0 0;
}
thead tr:nth-child(2) .table-cmn-04__th {
  padding: 12px 13px;
  background-color: #f5f5f5;
}
.table-cmn-04__th.is-yellow {
  padding: 15px 5px;
}
.is-bold .table-cmn-04__th {
  font-weight: bold;

  color: #333;
}
tbody .table-cmn-04__th {
  padding: 0 20px;
}
.table-cmn-04__td {
  padding: 9px 5px;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
tr:last-child .table-cmn-04__td:first-child {
  border-radius: 0 0 0 10px;
}
tr:last-child .table-cmn-04__td:last-child {
  border-radius: 0 0 10px 0;
}
.is-bold .table-cmn-04__td p {
  font-weight: bold;

  display: inline-block;
  text-align: left;
  color: #333;
}
.table-cmn-04__td.is-bold {
  font-weight: bold;

  color: #333;
}
.table-cmn-04 .is-yellow {
  background: #fff9f0;
}
.table-cmn-04 .is-blue {
  background: #f2ffff !important;
}
.table-cmn-04 .is-red {
  background: #ffe8ea;
}
.table-cmn-04 .is-deepblue {
  background-color: #d3f4f4;
}
.table-cmn-04 .w5per {
  width: 5%;
}
.table-cmn-04 .w7_6per {
  width: 7.6%;
}
.table-cmn-04 .w10per {
  width: 10%;
}
.table-cmn-04 .w12_5per {
  width: 12.5%;
}
.table-cmn-04 .w20per {
  width: 20%;
}
.table-cmn-04 .w25per {
  width: 25%;
}
.table-cmn-04 .w60per {
  width: 60%;
}
@media screen and (max-width: 766px) {
  .table-cmn-04 .w60per {
    width: auto;
  }
}
@media screen and (max-width: 766px) {
  .table-cmn-04-wrap {
    position: relative;
    overflow-x: auto;
    padding-bottom: 30px;
  }
  .table-cmn-04-wrap::-webkit-scrollbar {
    height: 10px;
  }
  .table-cmn-04-wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #fafafa;
  }
  .table-cmn-04-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #e9e9e9;
  }
}
.table-cmn-04-wrap + .txt-cmn-03 {
  line-height: 1.666;

  padding-top: 1em;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .table-cmn-04-wrap + .txt-cmn-03 {
    padding-top: 30px;
    text-align: left;
  }
}
.txt-cmn-01 {
  font-size: 14px;
  line-height: 2;
  padding-top: 0.5em;

  color: #71746f;
}
.txt-cmn-01.txt-cmn-01-ast {
  position: relative;
  padding-left: 1.4em;
}
@media screen and (min-width: 767px) {
  .txt-cmn-01.txt-cmn-01-ast {
    padding-left: 2.4em;
  }
}
.txt-cmn-01 .ast {
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (min-width: 767px) {
  .txt-cmn-01 .ast {
    left: 1.4em;
  }
}
.txt-cmn-02 {
  font-size: 16px;
  line-height: 2;

  color: #71746f;
}
.txt-cmn-03 {
  font-size: 12px;
  line-height: 2;
  padding-top: 0.5em;

  color: #71746f;
}
.txt-cmn-04 {
  font-size: 16px;
  line-height: 2;
  padding: 40px;

  color: #71746f;
  background: #fafafa;
}
.txt-cmn-05 {
  font-size: 18px;
  line-height: 2;
  padding-top: 0.5em;

  color: #71746f;
}
.txt-cmn-06 {
  font-size: 20px;
  line-height: 2;
  padding-top: 0.5em;

  color: #71746f;
}
.txt-cmn-07 {
  font-size: 28px;
  line-height: 2;
  padding-top: 0.5em;

  color: #71746f;
}
.txt-cmn-08 {
  font-size: 30px;
  line-height: 2;
  padding-top: 0.5em;

  color: #71746f;
}
.txt-default {
  font-size: 16px;
  line-height: 1.75;

  color: #71746f;
}
.txt-note {
  font-size: 12px;

  position: relative;
  padding-left: 1.5em;
}
.txt-note:before {
  position: absolute;
  top: 0;
  left: 0;

  content: "※";
}
.heading-main {
  width: 100%;
  padding: 50px 0 40px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .heading-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0 70px;
  }
}
.heading-main.heading-main-bdn {
  border: none;
}
.heading-main .heading-main-title {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .heading-main .heading-main-title {
    width: 375px;
    margin-right: 50px;
  }
}
.heading-main .heading-main-title-hav-image {
  padding: 10px 0;
}
.heading-main .heading-main-details {
  margin-top: 0.85em;
}
@media screen and (min-width: 767px) {
  .heading-main .heading-main-details {
    margin-top: 0;
    padding-top: 1.65em;

    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1 0;
  }
}
.heading-main .heading-main-details .ttl-cmn-02 {
  padding-top: 0;
}
.heading-main .heading-main-details .description {
  line-height: 2;
}
.heading-main .heading-main-details .description .is-sp-hide {
  display: none;
}
@media screen and (min-width: 767px) {
  .heading-main .heading-main-details .description .is-sp-hide {
    display: block;
  }
}
.heading-main .heading-main-details .description__note {
  font-size: 14px;
  position: relative;
  margin: 15px 0 0;
  padding-left: 20px;
}
@media screen and (min-width: 767px) {
  .heading-main .heading-main-details .description__note {
    margin: 15px 0 0 14px;
  }
}
.heading-main .heading-main-details .description__note .ast {
  position: absolute;
  top: 0;
  left: 0;
}
.heading-main .heading-main-details .ttl-cmn-02 + .description {
  margin-top: 1.25em;
}
.heading-main .heading-main-details .description + .description {
  margin-top: 1.25em;
}
.heading-main.heading-main-with-image {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.heading-main.heading-main-with-image .heading-main-image {
  margin-top: 1.5em;
}
@media screen and (min-width: 767px) {
  .heading-main.heading-main-with-image .heading-main-image {
    margin-top: 0.85em;
  }
}
.heading-main.heading-main-noborder {
  border: none;
}
.heading-main-movie {
  margin-top: 25px;

  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 1 0;
}
@media screen and (min-width: 767px) {
  .heading-main-movie {
    margin-top: 0;
  }
}
.heading-main-movie {
  position: relative;

  overflow: hidden;
}
.heading-main-movie::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;

  content: "";
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.heading-main-movie::after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;

  content: "";
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
@media screen and (max-width: 766px) {
  .heading-main-movie {
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media screen and (min-width: 767px) {
  .heading-main-movie {
    padding-top: 20px;
  }
}
.heading-main-movie video {
  display: block;
  overflow: hidden;
  width: 100%;
}
.heading-main-case {
  position: relative;
  width: 100%;
  padding: 50px 25px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .heading-main-case {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0 50px;
  }
}
.heading-main-case-title {
  font-size: 28px;

  margin-bottom: 0.75em;
  color: #363833;
}
@media screen and (min-width: 767px) {
  .heading-main-case-title {
    font-size: 34px;
  }
}
.heading-main-case-list {
  overflow: hidden;
}
.heading-main-case-list dt {
  position: relative;

  float: left;
}
.heading-main-case-list dt::after {
  display: inline-block;
  padding: 0 0.5em;

  content: ":";
  vertical-align: top;
}
.heading-main-case-list dd {
  overflow: hidden;
}
.heading-main-case-list + .heading-main-case-list {
  margin-top: 0.5em;
}
.heading-main-case--01,
.heading-main-case--02,
.heading-main-case--03,
.heading-main-case--04,
.heading-main-case--05 {
  padding-top: 96px;
}
@media screen and (min-width: 767px) {
  .heading-main-case--01,
  .heading-main-case--02,
  .heading-main-case--03,
  .heading-main-case--04,
  .heading-main-case--05 {
    padding-top: 80px;
    padding-left: 200px;
  }
}
.heading-main-case--01:before,
.heading-main-case--02:before,
.heading-main-case--03:before,
.heading-main-case--04:before,
.heading-main-case--05:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;

  content: "";
}
@media screen and (min-width: 767px) {
  .heading-main-case--01:before,
  .heading-main-case--02:before,
  .heading-main-case--03:before,
  .heading-main-case--04:before,
  .heading-main-case--05:before {
    top: 80px;
    right: auto;
  }
}
.heading-main-case--01:before {
  width: 80px;
  height: 66px;
  background: url("/cases/img/ico_cases_01.png");
  background-repeat: no-repeat;
  background-size: 80px 66px;
}
@media screen and (min-width: 767px) {
  .heading-main-case--01:before {
    width: 160px;
    height: 132px;
    background-size: 160px 132px;
  }
}
.heading-main-case--02:before {
  width: 80px;
  height: 80px;
  background: url("/cases/img/ico_cases_02.png");
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
@media screen and (min-width: 767px) {
  .heading-main-case--02:before {
    width: 160px;
    height: 160px;
    background-size: 160px 160px;
  }
}
.heading-main-case--03:before {
  width: 80px;
  height: 80px;
  background: url("/cases/img/ico_cases_03.png");
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
@media screen and (min-width: 767px) {
  .heading-main-case--03:before {
    width: 160px;
    height: 160px;
    background-size: 160px 160px;
  }
}
.heading-main-case--04:before {
  width: 80px;
  height: 80px;
  background: url("/cases/img/ico_cases_04.png");
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
@media screen and (min-width: 767px) {
  .heading-main-case--04:before {
    width: 160px;
    height: 160px;
    background-size: 160px 160px;
  }
}
.heading-main-case--05:before {
  width: 80px;
  height: 80px;
  background: url("/cases/img/ico_cases_05.png");
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
@media screen and (min-width: 767px) {
  .heading-main-case--05:before {
    width: 160px;
    height: 160px;
    background-size: 160px 160px;
  }
}
.heading-media {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
  padding: 50px 0 30px;

  color: #363833;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .heading-media {
    font-size: 34px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0 30px;
  }
}
.heading-media span {
  display: block;
  padding: 0.75em 0 0;
  background-image: url(/common/svg/ttl_cmn_01.svg);
  background-repeat: no-repeat;
  background-position: top left;
}
.heading-main + .sec-cmn-03 {
  margin-top: 0;
}
.ttl-cmn-01 {
  font-size: 34px;
  font-weight: bold;
  line-height: 2;
  padding-top: 1em;

  color: #363833;
}
@media screen and (max-width: 766px) {
  .ttl-cmn-01 {
    font-size: 28px;
  }
}
.ttl-cmn-01__border {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.75em;
  padding-top: 0.75em;
  color: #363833;
  background-image: url(/common/svg/ttl_cmn_01.svg);
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (min-width: 767px) {
  .ttl-cmn-01__border {
    font-size: 34px;
  }
}
.ttl-cmn-01__border.is-center {
  background-position: top center;
}
.ttl-cmn-01__border.is-right {
  background-position: top right;
}
.ttl-cmn-02 {
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
  padding-top: 1em;

  color: #363833;
}
.ttl-cmn-02__border {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.85;
  padding-top: 1em;

  color: #363833;
  background-image: url(/common/svg/ttl_cmn_02.svg);
  background-repeat: no-repeat;
  background-position: top left;
}
.ttl-cmn-02__border + .txt-cmn-02 {
  margin-top: 1em;
  padding-top: 0;
}
.ttl-cmn-02__border.is-center {
  background-position: top center;
}
.ttl-cmn-02__border.is-right {
  background-position: top right;
}
.ttl-cmn-03 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;

  color: #363833;
}
.ttl-sidenav-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: #fbfbfb;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ttl-sidenav-01 .img-01 {
  width: auto;
  height: 100%;
  margin-right: 10px;
}
.ttl-sidenav-01 .ttl-01 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.ttl-term-01 {
  font-size: 23px;
  font-weight: bold;
  line-height: 2;

  margin-bottom: 1em;
  padding-bottom: 0.5em;
  color: #363833;
  border-bottom: 1px solid #e9e9e9;
}
.ttl-term-01 + .list-cmn-02,
.ttl-term-01 + .list-cmn-04 {
  margin-top: -0.5em;
}
.tag-cmn-01 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;

  display: inline-block;
  padding: 6px 11px;
  color: #23bcba;
  border: 1px solid #23bcba;
  border-radius: 5px;
}
.tag-form-01 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;

  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  border-radius: 4px;
  background-color: #d1381a;
}
.tag-new-01 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;

  display: inline-block;
  margin: 0 0 0 10px;
  padding: 6px 12px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #fff;
  border-radius: 4px;
  background-color: #d1381a;
}
.line-cmn-01 {
  width: 100%;
  border: none;
  border-top: 1px solid #e9e9e9;
}
.line-cmn-02 {
  width: 100%;
  border: none;
  border-top: 1px solid #fff;
}
.hero-cmn-02 {
  margin: 0 auto 25px;
}
@media screen and (max-width: 766px) {
  .hero-cmn-02 {
    margin: 0 auto;
  }
}
.hero-lower img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 766px) {
  .hero-lower .sp {
    display: none;
  }
  .hero-lower .pc {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .hero-lower .sp {
    display: block;
  }
  .hero-lower .pc {
    display: none;
  }
}
@media screen and (max-width: 766px)
{
    .covid19-cmn-02
    {
        margin: 0 auto;
    }
}.covid19-lower img
{
    width: 50%;height: auto;
}.covid19-lower .sp
{
    display: none;
}@media screen and (max-width: 766px)
{
    .covid19-lower .sp
    {
        display: block;
    }
}.covid19-lower .pc
{
    display: block;
}@media screen and (max-width: 766px)
{
    .covid19-lower .pc
    {
        display: none;
    }
}.box-cmn-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-cmn-sns .item {
  display: block;
}
.box-cmn-sns .facebook-share {
  margin-top: -12px !important;
}
.header {
  position: relative;
  z-index: 9999;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    border: none;
  }
}
.header-in-wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 15px 15px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
}
.header .menu-global-in .header-utility-wrap .header-utility p,
.footer .footer-body .footer-utility-wrap .footer-utility p {
    font-size: 14px;
    color: #363833;
}
footer .footer-body .footer-utility-wrap .footer-utility .list-footer-02 .item-02.dist {
    border-top: none !important;
    padding-bottom: 0 !important;
}
footer .footer-body .footer-utility-wrap .footer-utility .list-footer-02 .item-02.dist a {
    border-top: none !important;
    padding: 0 0 8px 45px;
}
footer .footer-body .footer-utility-wrap .footer-utility .list-footer-02 .item-02.dist a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 30px;
    width: 5px;
    height: 1px;
    background: #333333;
}
@media screen and (min-width: 767px) {
  .header-in-wrap {
    position: fixed;
    top: 0;
    left: 50%;
    max-width: 1920px;
    height: 103px;
    margin: 0 auto;
    padding: 30px 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: none;
  }
}
.header-in-wrap-top {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 15px 15px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .header-in-wrap-top {
    position: fixed;
    top: 0;
    left: 50%;
    max-width: 1920px;
    height: 103px;
    margin: 0 auto;
    padding: 30px 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: none;
  }
}
.header-in {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 15px 15px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .header-in {
    position: fixed;
    top: 0;
    left: 50%;
    max-width: 1200px;
    height: 103px;
    margin: 0 auto;
    padding: 30px 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: none;
  }
}
@media screen and (min-width: 767px) {
  .header .menu-global-in {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e9e9e9;
  }
}
.header .menu-global-in .header-utility-wrap {
  margin-top: 59px;
}
@media screen and (min-width: 767px) {
  .header .menu-global-in .header-utility-wrap {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px) {
  .header .menu-global-in .header-utility-wrap .header-utility {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.header .menu-global-in .header-utility-wrap .header-utility a {
  font-size: 14px;

  color: #363833;
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .header-utility-item-01 {
    /*margin-bottom: 20px;*/
  }
}
.header .menu-global-in .header-utility-wrap .header-utility .list-header-01 {
  display: block;
}
@media screen and (min-width: 767px) {
  .header .menu-global-in .header-utility-wrap .header-utility .list-header-01 {
    margin-top: 13px;
  }
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .list-header-01
    .item-05 {
    overflow: hidden;
    padding: 14px 0;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .list-header-01
    .item-05
    + .item-05 {
    border-top: 1px solid #e9e9e9;
  }
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .list-header-01
  .item-05
  .title-01 {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  min-height: 55px;
  padding: 21px 44px;

  color: #a5aba3;
  border-top: 1px solid #e9e9e9;
  background-color: #fbfbfb;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .list-header-01
  .item-05
  .title-01:hover {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .list-header-01
    .item-05
    .title-01 {
    float: left;
    width: 37%;
    padding: 0 20px 0 0;
    cursor: default;
    pointer-events: none;
    border-top: none;
    background-color: #fff;
  }
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .list-header-01
    .item-05
    .list-header-02 {
    float: left;
  }
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .list-header-01
    .item-05
    .list-header-02
    .item-02 {
    padding-bottom: 0;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .list-header-01
    .item-05
    .list-header-02
    .item-02
    + .item-02 {
    padding-top: 9px;
  }
}
.header .menu-global-in .header-utility-wrap .header-utility .list-header-02 {
  display: none;
}
@media screen and (min-width: 767px) {
  .header .menu-global-in .header-utility-wrap .header-utility .list-header-02 {
    display: block;
  }
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .list-header-02
  .item-02 {
  padding: 0 24px 14px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .list-header-02
    .item-02 {
    padding: 0 0 14px;

    border-top: none;
  }
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .list-header-02
  .item-02
  + .item-02 {
  border-top: none;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .list-header-02
  .item-02
  + .item-02
  .link-header-03 {
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .list-header-02
    .item-02
    + .item-02
    .link-header-03 {
    padding-top: 0;

    border-top: none;
  }
}
.header .menu-global-in .header-utility-wrap .header-utility .link-header-01 {
  font-weight: bold;
  display: block;
  padding: 23px 25px;
  text-decoration: none;
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .header .menu-global-in .header-utility-wrap .header-utility .link-header-01 {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-height: auto;
    padding: 0;
    border-top: none;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01
    .image {
    width: 264px;
  }
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01
    .title {
    font-size: 18px;
    line-height: 90px;

    display: block;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
  }
}
.header .menu-global-in .header-utility-wrap .header-utility .link-header-02 {
  font-weight: bold;
  display: inline-block;
  width: calc(100% - 50px);
  min-height: 55px;
  margin: 0 25px;
  padding: 21px 18px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .header .menu-global-in .header-utility-wrap .header-utility .link-header-02 {
    width: auto;
    min-height: auto;
    padding: 0;
    padding: 7px 13px 7px 20px;
    border-top: none;
  }
}
.header .menu-global-in .header-utility-wrap .header-utility .link-header-03 {
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 24px 46px 0;
}
@media screen and (min-width: 767px) {
  .header .menu-global-in .header-utility-wrap .header-utility .link-header-03 {
    margin: 0;
    padding: 0;

    border-top: none;
  }
}
.header .menu-global-in .header-utility-wrap .header-utility .link-header-04 {
  display: inline-block;
  width: 100%;
  padding: 8px 70px;
}
@media screen and (min-width: 767px) {
  .header .menu-global-in .header-utility-wrap .header-utility .link-header-04 {
    padding: 7px 20px;

    border-top: none;
  }
}
.header .menu-global-in .header-utility-wrap .header-utility .title-01,
.header .menu-global-in .header-utility-wrap .header-utility .link-header-01,
.header .menu-global-in .header-utility-wrap .header-utility .link-header-02,
.header .menu-global-in .header-utility-wrap .header-utility .link-header-03,
.header .menu-global-in .header-utility-wrap .header-utility .link-header-04 {
  position: relative;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .title-01.is-current,
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-01.is-current,
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-02.is-current,
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-03.is-current,
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-04.is-current {
  color: #23bcba;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .title-01
  [class*="ico-link"],
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .title-01
  [class*="ico-accordion"],
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-01
  [class*="ico-link"],
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-01
  [class*="ico-accordion"],
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-02
  [class*="ico-link"],
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-02
  [class*="ico-accordion"],
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-03
  [class*="ico-link"],
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-03
  [class*="ico-accordion"],
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-04
  [class*="ico-link"],
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-04
  [class*="ico-accordion"] {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .title-01
    [class*="ico-link"],
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .title-01
    [class*="ico-accordion"],
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01
    [class*="ico-link"],
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01
    [class*="ico-accordion"],
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-02
    [class*="ico-link"],
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-02
    [class*="ico-accordion"],
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-03
    [class*="ico-link"],
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-03
    [class*="ico-accordion"],
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-04
    [class*="ico-link"],
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-04
    [class*="ico-accordion"] {
    display: none;
  }
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .title-01
  .ico-link-arrorw-01,
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-01
  .ico-link-arrorw-01,
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-02
  .ico-link-arrorw-01,
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-03
  .ico-link-arrorw-01,
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-04
  .ico-link-arrorw-01 {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}
.header .menu-global-in .header-utility-wrap .header-utility .link-header-01 {
  position: relative;
}
@media screen and (min-width: 767px) {
  .header .menu-global-in .header-utility-wrap .header-utility .link-header-01 {
    width: 264px;
    height: 90px;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01.about {
    background: url(/common/img/header_title_01.jpg) center/contain;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01.service {
    background: url(/common/img/header_title_02.jpg) center/contain;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01.service
    + .list-header-01 {
    margin-top: 7px;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01.cases {
    background: url(/common/img/header_title_03.jpg) center/contain;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01.labo {
    background: url(/common/img/header_title_04.jpg) center/contain;
  }
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01.is-current {
    box-shadow: 0 0 0 4px #23bcba inset;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01.is-current:hover {
    opacity: 0.7;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01.is-current
    .image {
    position: relative;
    z-index: -1;
  }
}
.header .menu-global-in .header-utility-wrap .header-utility .link-header-02 {
  position: relative;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-02.is-current {
  color: #23bcba;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-02.is-current:before {
  position: absolute;
  top: 48%;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;

  content: "";
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
  border-top: 2px solid #23bcba;
  border-left: 2px solid #23bcba;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .item-01.is-current
  .link-header-02.is-current:before {
    content: none;
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-02.is-current:before {
    top: 48%;
    left: -2px;
  }
}
.header .menu-global-in .header-utility-wrap .header-utility .link-header-03 {
  position: relative;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-03.is-current {
  color: #23bcba;
}
/*.header .menu-global-in .header-utility-wrap .header-utility .link-header-03.is-current:before
{position: absolute;top: 60%;left: 22px;display: block;box-sizing: border-box;width: 10px;height: 10px;

    content: '';-webkit-transform: translate(0, -50%) rotate(135deg);transform: translate(0, -50%) rotate(135deg);border-top: 2px solid #23bcba;border-left: 2px solid #23bcba;
}@media screen and (min-width: 767px)
{
    .header .menu-global-in .header-utility-wrap .header-utility .link-header-03.is-current:before
    {top: 48%;
        left: -10px;
    }
}*/
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .title-01.is-current:before,
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-01.is-current:before {
  display: none;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-03.is-current:before {
  margin-top: 5px;
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-03.is-current:before {
    left: -25px;
    margin-top: -2px;
  }
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-04.is-current:before {
  left: 30px;
}
@media screen and (min-width: 767px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-04.is-current:before {
    left: -5px;
  }
}
@media screen and (min-width: 767px) {
  .header .header-foot {
    width: 100%;
    margin: 0 auto 100px;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
  }
}
.header .header-foot .header-utility-wrap {
  padding: 18px 0;
}
@media screen and (min-width: 767px) {
  .header .header-foot .header-utility-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0 20px;
  }
}
@media screen and (min-width: 767px) {
  .header .header-foot .header-utility-wrap .header-utility {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .header .header-foot .header-utility-wrap .header-utility {
    margin-right: 0;
  }
}
@media screen and (min-width: 767px) {
  .header .header-foot .header-utility-wrap .header-utility .item-01 {
    display: inline-block;

    margin: 0 10px;
  }
  .header
    .header-foot
    .header-utility-wrap
    .header-utility
    .item-01:first-child {
    margin-left: 0;
  }
}
.header
  .header-foot
  .header-utility-wrap
  .header-utility
  .item-01
  .link-header-01 {
  font-size: 14px;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 9px 18px;
  color: #71746f;
}
@media screen and (min-width: 767px) {
  .header
    .header-foot
    .header-utility-wrap
    .header-utility
    .item-01
    .link-header-01 {
    padding: 0;
  }
}
.header
  .header-foot
  .header-utility-wrap
  .header-utility
  .item-01
  .link-header-01
  [class*="ico-"] {
  margin-right: 14px;
}
.header .header-foot .header-utility-wrap .header-utility-btn {
  display: none;
}
@media screen and (min-width: 767px) {
  .header .header-foot .header-utility-wrap .header-utility-btn {
    position: absolute;
    top: 16px;
    right: 27px;
    display: block;
    width: 176px;
    height: 40px;
    border-radius: 20px;
  }
}
.header .header-foot .header-btn-vertical-01 {
  padding: 30px 0 25px;

  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .header .header-foot .header-btn-vertical-01 {
    display: none;
  }
}
.header .header-foot .header-btn-vertical-01 .list-btn-vertical-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header .header-foot .header-company-01 {
  padding: 25px 0 35px;
}
@media screen and (min-width: 767px) {
  .header .header-foot .header-company-01 {
    display: none;
  }
}
.header .header-foot .header-company-01 .img {
  width: 120px;
  margin: 0 auto;
}
.header-logo {
  line-height: 0;

  width: 200px;
}
@media screen and (min-width: 767px) {
  .header-logo a {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .header-logo a:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
@media screen and (min-width: 767px) {
  .header-logo {
    width: 290px;
  }
}
.header-logo-link {
  display: block;
}
.header-menu-button {
  position: absolute;
  top: 13px;
  right: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 25px;
  height: 32px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 767px) {
  .header-menu-button {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .header-menu-button:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
@media screen and (min-width: 767px) {
  .header-menu-button {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    width: 100px;
    height: 26px;
    margin: auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header-menu-button-icon {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 767px) {
  .header-menu-button-icon {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.header-menu-button-icon .bar {
  display: block;
  height: 3px;
}
@media screen and (min-width: 767px) {
  .header-menu-button-icon .bar {
    height: 4px;
  }
}
.header-menu-button-icon .bar.top {
  width: 23px;
  margin-bottom: 5px;
  background-color: #d1381a;
}
@media screen and (min-width: 767px) {
  .header-menu-button-icon .bar.top {
    width: 27px;
  }
}
.header-menu-button-icon .bar.mdl {
  width: 17px;
  margin-bottom: 5px;
  background-color: #f3d221;
}
@media screen and (min-width: 767px) {
  .header-menu-button-icon .bar.mdl {
    width: 20px;
  }
}
.header-menu-button-icon .bar.btm {
  width: 11px;
  background-color: #50bcb4;
}
@media screen and (min-width: 767px) {
  .header-menu-button-icon .bar.btm {
    width: 14px;
  }
}
.header-menu-button-title {
  font-size: 10px;
  font-weight: bold;
  margin: -0.2em 0 0 -1px;

  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: 767px) {
  .header-menu-button-title {
    font-size: 17px;
    margin: 0 0 0 13px;

    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.header-menu-button-title span {
  display: block;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
@media screen and (min-width: 767px) {
  .header-menu-button-title span {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.header-menu-button-title span.close {
  display: none;
  color: #a7a7a7;
}
.header-menu-button.is-open .header-menu-button-icon {
  position: relative;
  left: 3px;
  display: block;
  width: 20px;
  height: 20px;
}
.header-menu-button.is-open .header-menu-button-icon .bar {
  display: block;
  height: 3px;
}
@media screen and (min-width: 767px) {
  .header-menu-button.is-open .header-menu-button-icon .bar {
    height: 4px;
  }
}
.header-menu-button.is-open .header-menu-button-icon .bar.top {
  position: absolute;
  top: 8px;
  left: -2px;
  width: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background-color: #a7a7a7;
}
@media screen and (min-width: 767px) {
  .header-menu-button.is-open .header-menu-button-icon .bar.top {
    top: 6px;
    width: 24px;
  }
}
.header-menu-button.is-open .header-menu-button-icon .bar.mdl {
  display: none;
}
.header-menu-button.is-open .header-menu-button-icon .bar.btm {
  position: absolute;
  top: 8px;
  right: -2px;
  width: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background-color: #a7a7a7;
}
@media screen and (min-width: 767px) {
  .header-menu-button.is-open .header-menu-button-icon .bar.btm {
    top: 6px;
    width: 24px;
  }
}
@media screen and (min-width: 767px) {
  .header-menu-button.is-open .header-menu-button-title {
    margin-left: 15px;
  }
}
.header-menu-button.is-open .header-menu-button-title .menu {
  display: none;
}
.header-menu-button.is-open .header-menu-button-title .close {
  display: block;
}
.header-company-logo {
  display: none;
}
@media screen and (min-width: 767px) {
  .header-company-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: inline-block;
    width: 140px;
    height: 30px;
    margin: auto;
    vertical-align: middle;
  }
}
.wrapper.is-menu-active .contents {
  position: relative;
  -webkit-transform: translate3d(0, 0, -100);
  transform: translate3d(0, 0, -100);
}
.menu-global {
  display: none;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
  animation: fadeIn 0.5s ease 0s 1 normal;
}
@media screen and (min-width: 767px) {
  .menu-global {
    position: fixed;
    top: 103px;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 766px) {
  .menu-global {
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: calc(100% + 17px);
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
  }
}
.menu-global.is-active {
  display: block;
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.menu-global-in {
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .menu-global-in {
    z-index: 1;

    border: none;
    background-color: #fff;
  }
}
.header-simple {
  position: relative;
  border-bottom: none;
}
@media screen and (min-width: 767px) {
  .header-simple {
    border: 1px solid #e9e9e9;
  }
}
.header-simple .header-in {
  position: relative;
  left: 0;
  -webkit-transform: none;
  transform: none;
}
@-webkit-keyframes popup-pc {
  from {
    -webkit-transform: translateY(110px);
    transform: translateY(110px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes popup-pc {
  from {
    -webkit-transform: translateY(110px);
    transform: translateY(110px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.footer {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .footer {
    padding-top: 50px;
  }
  footer .footer-body .footer-utility-wrap .footer-utility .list-footer-02 .item-02.dist a {
    padding: 0 0 8px 35px !important;
  }
  footer .footer-body .footer-utility-wrap .footer-utility .list-footer-02 .item-02.dist a:before {
      left: 25px;
  }
}
body:not(.no-footer-banner) .footer {
  padding-bottom: 70px;
}
@media screen and (min-width: 767px) {
  body:not(.no-footer-banner) .footer {
    padding-bottom: 0;
  }
}
.footer.is-disable {
  display: none;
}
.footer .footer-popup-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .footer .footer-popup-pc {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    left: 20px;

    display: block;
    width: 300px;
    -webkit-transform: translateY(110px);
    transform: translateY(110px);
  }
  .footer .footer-popup-pc.is-active {
    -webkit-animation-name: popup-pc;
    animation-name: popup-pc;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .footer .footer-popup-pc a {
    display: block;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .footer .footer-popup-pc a {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .footer .footer-popup-pc a:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.no-footer-banner .footer .footer-popup-pc {
  display: none !important;
}
.footer .footer-popup-sp {
  position: fixed;
  z-index: 1000;
  bottom: 25px;
  left: 25px;

  /* display: none; */
}
.footer .footer-popup-sp a {
  font-size: 15px;
  font-weight: bold;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 248px;
  height: 48px;
  color: #fff;
  border-radius: 8px;
  background: #363833;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer .footer-popup-sp a i {
  margin-right: 10px;
}
@media screen and (min-width: 767px) {
  .footer .footer-popup-sp {
    display: none;
  }
}
.no-footer-banner .footer .footer-popup-sp {
  display: none !important;
}
.footer .footer-popup-sp:before {
  position: fixed;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;

  content: "";
  opacity: 0.2;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media screen and (min-width: 767px) {
  .footer .footer-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer .footer-head {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .footer .footer-head {
    width: 260px;
    margin: 10px 3.16% 0 0;
  }
}
.footer .footer-head .footer-logo-01 {
  width: 100%;
  padding: 0 55px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .footer .footer-head .footer-logo-01 {
    width: 100%;
    padding: 0;
  }
}
.footer .footer-head .footer-logo-01 .img {
  display: block;
}
@media screen and (min-width: 767px) {
  .footer .footer-head .footer-logo-01 .img {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .footer .footer-head .footer-logo-01 .img:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.footer .footer-head .footer-company-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (min-width: 767px) {
  .footer .footer-head .footer-company-wrap {
    margin-top: 40px;
  }
}
@media screen and (min-width: 767px) {
  .footer .footer-head .footer-company-wrap .footer-company-01 {
    margin-left: -16px;
  }
}
.footer .footer-head .footer-company-wrap .footer-company-01 .img {
  display: block;
  width: 120px;
}
@media screen and (min-width: 767px) {
  .footer .footer-head .footer-company-wrap .footer-company-01 .img {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .footer .footer-head .footer-company-wrap .footer-company-01 .img:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
@media screen and (min-width: 767px) {
  .footer .footer-head .footer-company-wrap .footer-company-02 {
    margin-top: 5px;
    margin-right: -18px;
  }
}
.footer .footer-head .footer-company-wrap .footer-company-02 .img {
  display: block;
  width: 120px;
}
@media screen and (min-width: 767px) {
  .footer .footer-head .footer-company-wrap .footer-company-02 .img {
    width: 106px;
  }
}
@media screen and (min-width: 767px) {
  .footer .footer-head .footer-company-wrap .footer-company-02 .img {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .footer .footer-head .footer-company-wrap .footer-company-02 .img:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.footer .footer-body {
  margin-top: 30px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .footer .footer-body {
    margin-top: 15px;
    margin-right: -18px;

    border: none;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 767px) {
  .footer .footer-body .footer-utility-wrap .footer-utility {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.footer .footer-body .footer-utility-wrap .footer-utility a {
  font-size: 14px;

  color: #363833;
}
.footer .footer-body .footer-utility-wrap .footer-utility .list-footer-01 {
  display: none;
}
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .list-footer-01.is-active {
  display: block;
}
@media screen and (min-width: 767px) {
  .footer .footer-body .footer-utility-wrap .footer-utility .list-footer-01 {
    display: block;
    margin-top: 15px;
  }
}
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .list-footer-01
  .item-01 {
  padding: 0 24px;
}
@media screen and (min-width: 767px) {
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .list-footer-01
    .item-01 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 10px;
  }
}
@media screen and (min-width: 767px) {
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .list-footer-01
    .item-01:first-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .list-footer-01
    .item-01
    + .item-01
    .link-footer-02 {
    padding-top: 0;
  }
}
.footer .footer-body .footer-utility-wrap .footer-utility .list-footer-02 {
  display: none;
}
@media screen and (min-width: 767px) {
  .footer .footer-body .footer-utility-wrap .footer-utility .list-footer-02 {
    display: block;
    margin: 7px 0 5px;
  }
}
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .list-footer-02
  .item-02 {
  padding: 0 24px 14px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .list-footer-02
    .item-02 {
    padding: 0;

    border-top: none;
  }
}
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .list-footer-02
  .item-02
  + .item-02 {
  border-top: none;
}
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .list-footer-02
  .item-02
  + .item-02
  .link-footer-03 {
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .list-footer-02
    .item-02
    + .item-02
    .link-footer-03 {
    width: auto;
    padding: 6px 13px;

    border-top: none;
  }
}
@media screen and (min-width: 767px) {
  .footer .footer-body .footer-utility-wrap .footer-utility .list-footer-03 {
    margin: 18px;
  }
}
@media screen and (min-width: 767px) {
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .list-footer-03
    .item-01
    .link-footer-02 {
    padding: 6px 0;
  }
}
.footer .footer-body .footer-utility-wrap .footer-utility .link-footer-01 {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  min-height: 55px;
  padding: 24px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .footer .footer-body .footer-utility-wrap .footer-utility .link-footer-01 {
    width: 193px;
    min-height: auto;
    padding: 0 0 15px;
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #e9e9e9;
  }
}
.footer .footer-body .footer-utility-wrap .footer-utility .link-footer-02 {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  min-height: 55px;
  padding: 24px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .footer .footer-body .footer-utility-wrap .footer-utility .link-footer-02 {
    font-weight: normal;

    width: auto;
    min-height: auto;
    padding: 10px 13px;
    color: #363833;
    border-top: none;
  }
}
.footer .footer-body .footer-utility-wrap .footer-utility .link-footer-03 {
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 24px 35px 10px;
}
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-03
  .text-sub-01 {
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .footer .footer-body .footer-utility-wrap .footer-utility .link-footer-03 {
    font-weight: normal;
    padding: 10px 13px;
    color: #363833;
    border-top: none;
  }
}
.footer .footer-body .footer-utility-wrap .footer-utility .link-footer-04 {
  display: inline-block;
  width: 100%;
  padding: 10px 54px;
}
@media screen and (min-width: 767px) {
  .footer .footer-body .footer-utility-wrap .footer-utility .link-footer-04 {
    border-top: none;
  }
}
.footer .footer-body .footer-utility-wrap .footer-utility .title-01 {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  min-height: 55px;
  padding: 24px;

  color: #a5aba3;
  border-top: 1px solid #e9e9e9;
  background-color: #f5f5f5;
}
@media screen and (min-width: 767px) {
  .footer .footer-body .footer-utility-wrap .footer-utility .title-01 {
    min-height: auto;
    padding: 6px 13px;
    cursor: default;
    pointer-events: none;

    border-top: none;
    border-radius: 5px;
  }
  .footer .footer-body .footer-utility-wrap .footer-utility .title-01:hover {
    text-decoration: none;
  }
}
.footer .footer-body .footer-utility-wrap .footer-utility .title-01,
.footer .footer-body .footer-utility-wrap .footer-utility .link-footer-01,
.footer .footer-body .footer-utility-wrap .footer-utility .link-footer-02,
.footer .footer-body .footer-utility-wrap .footer-utility .link-footer-03,
.footer .footer-body .footer-utility-wrap .footer-utility .link-footer-04 {
  position: relative;
}
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .title-01.is-sub-link-current,
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-01.is-sub-link-current,
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-02.is-sub-link-current,
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-03.is-sub-link-current,
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-04.is-sub-link-current {
  color: #23bcba;
}
@media screen and (min-width: 767px) {
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .title-01.is-sub-link-current,
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .link-footer-01.is-sub-link-current,
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .link-footer-02.is-sub-link-current,
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .link-footer-03.is-sub-link-current,
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .link-footer-04.is-sub-link-current {
    color: #363833;
  }
}
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .title-01
  [class*="ico-"],
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-01
  [class*="ico-"],
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-02
  [class*="ico-"],
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-03
  [class*="ico-"],
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-04
  [class*="ico-"] {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 767px) {
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .title-01
    [class*="ico-"],
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .link-footer-01
    [class*="ico-"],
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .link-footer-02
    [class*="ico-"],
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .link-footer-03
    [class*="ico-"],
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .link-footer-04
    [class*="ico-"] {
    display: none;
  }
}
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .title-01
  .ico-link-arrorw-01,
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-01
  .ico-link-arrorw-01,
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-02
  .ico-link-arrorw-01,
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-03
  .ico-link-arrorw-01,
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-04
  .ico-link-arrorw-01 {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-03.is-link-current,
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-04.is-link-current {
  color: #23bcba;
}
@media screen and (min-width: 767px) {
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .link-footer-03.is-link-current,
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .link-footer-04.is-link-current {
    color: #363833;
  }
}
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-03.is-link-current:before,
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-04.is-link-current:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;

  content: "";
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
  border-top: 2px solid #23bcba;
  border-left: 2px solid #23bcba;
}
@media screen and (min-width: 767px) {
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .link-footer-03.is-link-current:before,
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .link-footer-04.is-link-current:before {
    display: none;
  }
}
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-03.is-link-current:before {
  margin-top: 5px;
}
@media screen and (min-width: 767px) {
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .link-footer-03.is-link-current:before {
    margin-top: 0;
  }
}
.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .link-footer-04.is-link-current:before {
  left: 30px;
}
@media screen and (min-width: 767px) {
  .footer .footer-foot {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer .footer-foot .footer-utility-wrap {
  padding: 18px 0;
}
@media screen and (min-width: 767px) {
  .footer .footer-foot .footer-utility-wrap .footer-utility {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 766px) {
  .footer .footer-foot .footer-utility-wrap .footer-utility {
    margin-right: 0;
  }
}
@media screen and (min-width: 767px) {
  .footer .footer-foot .footer-utility-wrap .footer-utility .item-01 {
    margin-right: 40px;
  }
}
.footer
  .footer-foot
  .footer-utility-wrap
  .footer-utility
  .item-01
  .link-footer-01 {
  font-size: 14px;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 24px;
  color: #71746f;
}
@media screen and (min-width: 767px) {
  .footer
    .footer-foot
    .footer-utility-wrap
    .footer-utility
    .item-01
    .link-footer-01 {
    font-size: 12px;

    padding: 0;
  }
}
.footer
  .footer-foot
  .footer-utility-wrap
  .footer-utility
  .item-01
  .link-footer-01
  [class*="ico-"] {
  margin-right: 14px;
}
@media screen and (min-width: 767px) {
  .footer
    .footer-foot
    .footer-utility-wrap
    .footer-utility
    .item-01
    .link-footer-01
    [class*="ico-"] {
    display: none;
  }
}
.footer .footer-foot .footer-copyright-01-wrap {
  padding: 25px 0 35px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .footer .footer-foot .footer-copyright-01-wrap {
    padding: 0;
  }
}
.footer .footer-foot .footer-copyright-01-wrap .footer-copyright-01 {
  font-size: 12px;
  color: #71746f;
}
.footer .footer-foot .footer-btn-vertical-01 {
  padding: 30px 0 25px;
}
@media screen and (min-width: 767px) {
  .footer .footer-foot .footer-btn-vertical-01 {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 100px;
    width: 64px;
    padding: 0;
    border-top: none;
  }
}
.footer .footer-foot .footer-btn-vertical-01 .list-btn-vertical-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (min-width: 767px) {
  .footer .footer-foot .footer-btn-vertical-01 .list-btn-vertical-01 {
    flex-direction: column;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}
@media screen and (min-width: 767px) {
  .footer .footer-foot .footer-btn-vertical-01 .list-btn-vertical-01 .item-01 {
    margin-top: 10px;
  }
}
.footer .footer-foot .footer-btn-vertical-01 .btn-pagetop {
  position: fixed;
  z-index: 9999;
  right: 15px;
  bottom: 15px;

  display: block;
  width: 50px;
}
@media screen and (min-width: 767px) {
  .footer .footer-foot .footer-btn-vertical-01 .btn-pagetop {
    z-index: 1000;
    right: 2px;
    bottom: 18px;
    width: 60px;
    padding: 0;
    border-top: none;
  }
}
@media screen and (min-width: 767px) {
  .footer .footer-foot .footer-btn-vertical-01 .btn-pagetop img {
    width: 100%;
  }
}
[data-accordion="target"] {
  display: none;
}
@media screen and (max-width: 766px) {
  [data-accordion-target-sp] {
    display: none;
  }
}
.mt-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 766px) {
  .mt-100-sp {
    margin-top: 100px !important;
  }
}
.pt-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 766px) {
  .pt-100-sp {
    padding-top: 100px !important;
  }
}
.mb-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 766px) {
  .mb-100-sp {
    margin-bottom: 100px !important;
  }
}
.pb-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 766px) {
  .pb-100-sp {
    padding-bottom: 100px !important;
  }
}
.ml-100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 766px) {
  .ml-100-sp {
    margin-left: 100px !important;
  }
}
.pl-100 {
  padding-left: 100px !important;
}
@media screen and (max-width: 766px) {
  .pl-100-sp {
    padding-left: 100px !important;
  }
}
.mr-100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 766px) {
  .mr-100-sp {
    margin-right: 100px !important;
  }
}
.pr-100 {
  padding-right: 100px !important;
}
@media screen and (max-width: 766px) {
  .pr-100-sp {
    padding-right: 100px !important;
  }
}
.mt-90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 766px) {
  .mt-90-sp {
    margin-top: 90px !important;
  }
}
.pt-90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 766px) {
  .pt-90-sp {
    padding-top: 90px !important;
  }
}
.mb-90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 766px) {
  .mb-90-sp {
    margin-bottom: 90px !important;
  }
}
.pb-90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 766px) {
  .pb-90-sp {
    padding-bottom: 90px !important;
  }
}
.ml-90 {
  margin-left: 90px !important;
}
@media screen and (max-width: 766px) {
  .ml-90-sp {
    margin-left: 90px !important;
  }
}
.pl-90 {
  padding-left: 90px !important;
}
@media screen and (max-width: 766px) {
  .pl-90-sp {
    padding-left: 90px !important;
  }
}
.mr-90 {
  margin-right: 90px !important;
}
@media screen and (max-width: 766px) {
  .mr-90-sp {
    margin-right: 90px !important;
  }
}
.pr-90 {
  padding-right: 90px !important;
}
@media screen and (max-width: 766px) {
  .pr-90-sp {
    padding-right: 90px !important;
  }
}
.mt-80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 766px) {
  .mt-80-sp {
    margin-top: 80px !important;
  }
}
.pt-80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 766px) {
  .pt-80-sp {
    padding-top: 80px !important;
  }
}
.mb-80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 766px) {
  .mb-80-sp {
    margin-bottom: 80px !important;
  }
}
.pb-80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 766px) {
  .pb-80-sp {
    padding-bottom: 80px !important;
  }
}
.ml-80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 766px) {
  .ml-80-sp {
    margin-left: 80px !important;
  }
}
.pl-80 {
  padding-left: 80px !important;
}
@media screen and (max-width: 766px) {
  .pl-80-sp {
    padding-left: 80px !important;
  }
}
.mr-80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 766px) {
  .mr-80-sp {
    margin-right: 80px !important;
  }
}
.pr-80 {
  padding-right: 80px !important;
}
@media screen and (max-width: 766px) {
  .pr-80-sp {
    padding-right: 80px !important;
  }
}
.mt-75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 766px) {
  .mt-75-sp {
    margin-top: 75px !important;
  }
}
.pt-75 {
  padding-top: 75px !important;
}
@media screen and (max-width: 766px) {
  .pt-75-sp {
    padding-top: 75px !important;
  }
}
.mb-75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 766px) {
  .mb-75-sp {
    margin-bottom: 75px !important;
  }
}
.pb-75 {
  padding-bottom: 75px !important;
}
@media screen and (max-width: 766px) {
  .pb-75-sp {
    padding-bottom: 75px !important;
  }
}
.ml-75 {
  margin-left: 75px !important;
}
@media screen and (max-width: 766px) {
  .ml-75-sp {
    margin-left: 75px !important;
  }
}
.pl-75 {
  padding-left: 75px !important;
}
@media screen and (max-width: 766px) {
  .pl-75-sp {
    padding-left: 75px !important;
  }
}
.mr-75 {
  margin-right: 75px !important;
}
@media screen and (max-width: 766px) {
  .mr-75-sp {
    margin-right: 75px !important;
  }
}
.pr-75 {
  padding-right: 75px !important;
}
@media screen and (max-width: 766px) {
  .pr-75-sp {
    padding-right: 75px !important;
  }
}
.mt-60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 766px) {
  .mt-60-sp {
    margin-top: 60px !important;
  }
}
.pt-60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 766px) {
  .pt-60-sp {
    padding-top: 60px !important;
  }
}
.mb-60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 766px) {
  .mb-60-sp {
    margin-bottom: 60px !important;
  }
}
.pb-60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 766px) {
  .pb-60-sp {
    padding-bottom: 60px !important;
  }
}
.ml-60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 766px) {
  .ml-60-sp {
    margin-left: 60px !important;
  }
}
.pl-60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 766px) {
  .pl-60-sp {
    padding-left: 60px !important;
  }
}
.mr-60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 766px) {
  .mr-60-sp {
    margin-right: 60px !important;
  }
}
.pr-60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 766px) {
  .pr-60-sp {
    padding-right: 60px !important;
  }
}
.mt-50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 766px) {
  .mt-50-sp {
    margin-top: 50px !important;
  }
}
.pt-50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 766px) {
  .pt-50-sp {
    padding-top: 50px !important;
  }
}
.mb-50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 766px) {
  .mb-50-sp {
    margin-bottom: 50px !important;
  }
}
.pb-50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 766px) {
  .pb-50-sp {
    padding-bottom: 50px !important;
  }
}
.ml-50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 766px) {
  .ml-50-sp {
    margin-left: 50px !important;
  }
}
.pl-50 {
  padding-left: 50px !important;
}
@media screen and (max-width: 766px) {
  .pl-50-sp {
    padding-left: 50px !important;
  }
}
.mr-50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 766px) {
  .mr-50-sp {
    margin-right: 50px !important;
  }
}
.pr-50 {
  padding-right: 50px !important;
}
@media screen and (max-width: 766px) {
  .pr-50-sp {
    padding-right: 50px !important;
  }
}
.mt-45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 766px) {
  .mt-45-sp {
    margin-top: 45px !important;
  }
}
.pt-45 {
  padding-top: 45px !important;
}
@media screen and (max-width: 766px) {
  .pt-45-sp {
    padding-top: 45px !important;
  }
}
.mb-45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 766px) {
  .mb-45-sp {
    margin-bottom: 45px !important;
  }
}
.pb-45 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 766px) {
  .pb-45-sp {
    padding-bottom: 45px !important;
  }
}
.ml-45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 766px) {
  .ml-45-sp {
    margin-left: 45px !important;
  }
}
.pl-45 {
  padding-left: 45px !important;
}
@media screen and (max-width: 766px) {
  .pl-45-sp {
    padding-left: 45px !important;
  }
}
.mr-45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 766px) {
  .mr-45-sp {
    margin-right: 45px !important;
  }
}
.pr-45 {
  padding-right: 45px !important;
}
@media screen and (max-width: 766px) {
  .pr-45-sp {
    padding-right: 45px !important;
  }
}
.mt-40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 766px) {
  .mt-40-sp {
    margin-top: 40px !important;
  }
}
.pt-40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 766px) {
  .pt-40-sp {
    padding-top: 40px !important;
  }
}
.mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 766px) {
  .mb-40-sp {
    margin-bottom: 40px !important;
  }
}
.pb-40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 766px) {
  .pb-40-sp {
    padding-bottom: 40px !important;
  }
}
.ml-40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 766px) {
  .ml-40-sp {
    margin-left: 40px !important;
  }
}
.pl-40 {
  padding-left: 40px !important;
}
@media screen and (max-width: 766px) {
  .pl-40-sp {
    padding-left: 40px !important;
  }
}
.mr-40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 766px) {
  .mr-40-sp {
    margin-right: 40px !important;
  }
}
.pr-40 {
  padding-right: 40px !important;
}
@media screen and (max-width: 766px) {
  .pr-40-sp {
    padding-right: 40px !important;
  }
}
.mt-35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 766px) {
  .mt-35-sp {
    margin-top: 35px !important;
  }
}
.pt-35 {
  padding-top: 35px !important;
}
@media screen and (max-width: 766px) {
  .pt-35-sp {
    padding-top: 35px !important;
  }
}
.mb-35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 766px) {
  .mb-35-sp {
    margin-bottom: 35px !important;
  }
}
.pb-35 {
  padding-bottom: 35px !important;
}
@media screen and (max-width: 766px) {
  .pb-35-sp {
    padding-bottom: 35px !important;
  }
}
.ml-35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 766px) {
  .ml-35-sp {
    margin-left: 35px !important;
  }
}
.pl-35 {
  padding-left: 35px !important;
}
@media screen and (max-width: 766px) {
  .pl-35-sp {
    padding-left: 35px !important;
  }
}
.mr-35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 766px) {
  .mr-35-sp {
    margin-right: 35px !important;
  }
}
.pr-35 {
  padding-right: 35px !important;
}
@media screen and (max-width: 766px) {
  .pr-35-sp {
    padding-right: 35px !important;
  }
}
.mt-30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 766px) {
  .mt-30-sp {
    margin-top: 30px !important;
  }
}
.pt-30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 766px) {
  .pt-30-sp {
    padding-top: 30px !important;
  }
}
.mb-30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 766px) {
  .mb-30-sp {
    margin-bottom: 30px !important;
  }
}
.pb-30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 766px) {
  .pb-30-sp {
    padding-bottom: 30px !important;
  }
}
.ml-30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 766px) {
  .ml-30-sp {
    margin-left: 30px !important;
  }
}
.pl-30 {
  padding-left: 30px !important;
}
@media screen and (max-width: 766px) {
  .pl-30-sp {
    padding-left: 30px !important;
  }
}
.mr-30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 766px) {
  .mr-30-sp {
    margin-right: 30px !important;
  }
}
.pr-30 {
  padding-right: 30px !important;
}
@media screen and (max-width: 766px) {
  .pr-30-sp {
    padding-right: 30px !important;
  }
}
.mt-26 {
  margin-top: 26px !important;
}
@media screen and (max-width: 766px) {
  .mt-26-sp {
    margin-top: 26px !important;
  }
}
.pt-26 {
  padding-top: 26px !important;
}
@media screen and (max-width: 766px) {
  .pt-26-sp {
    padding-top: 26px !important;
  }
}
.mb-26 {
  margin-bottom: 26px !important;
}
@media screen and (max-width: 766px) {
  .mb-26-sp {
    margin-bottom: 26px !important;
  }
}
.pb-26 {
  padding-bottom: 26px !important;
}
@media screen and (max-width: 766px) {
  .pb-26-sp {
    padding-bottom: 26px !important;
  }
}
.ml-26 {
  margin-left: 26px !important;
}
@media screen and (max-width: 766px) {
  .ml-26-sp {
    margin-left: 26px !important;
  }
}
.pl-26 {
  padding-left: 26px !important;
}
@media screen and (max-width: 766px) {
  .pl-26-sp {
    padding-left: 26px !important;
  }
}
.mr-26 {
  margin-right: 26px !important;
}
@media screen and (max-width: 766px) {
  .mr-26-sp {
    margin-right: 26px !important;
  }
}
.pr-26 {
  padding-right: 26px !important;
}
@media screen and (max-width: 766px) {
  .pr-26-sp {
    padding-right: 26px !important;
  }
}
.mt-25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 766px) {
  .mt-25-sp {
    margin-top: 25px !important;
  }
}
.pt-25 {
  padding-top: 25px !important;
}
@media screen and (max-width: 766px) {
  .pt-25-sp {
    padding-top: 25px !important;
  }
}
.mb-25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 766px) {
  .mb-25-sp {
    margin-bottom: 25px !important;
  }
}
.pb-25 {
  padding-bottom: 25px !important;
}
@media screen and (max-width: 766px) {
  .pb-25-sp {
    padding-bottom: 25px !important;
  }
}
.ml-25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 766px) {
  .ml-25-sp {
    margin-left: 25px !important;
  }
}
.pl-25 {
  padding-left: 25px !important;
}
@media screen and (max-width: 766px) {
  .pl-25-sp {
    padding-left: 25px !important;
  }
}
.mr-25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 766px) {
  .mr-25-sp {
    margin-right: 25px !important;
  }
}
.pr-25 {
  padding-right: 25px !important;
}
@media screen and (max-width: 766px) {
  .pr-25-sp {
    padding-right: 25px !important;
  }
}
.mt-20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 766px) {
  .mt-20-sp {
    margin-top: 20px !important;
  }
}
.pt-20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 766px) {
  .pt-20-sp {
    padding-top: 20px !important;
  }
}
.mb-20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 766px) {
  .mb-20-sp {
    margin-bottom: 20px !important;
  }
}
.pb-20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 766px) {
  .pb-20-sp {
    padding-bottom: 20px !important;
  }
}
.ml-20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 766px) {
  .ml-20-sp {
    margin-left: 20px !important;
  }
}
.pl-20 {
  padding-left: 20px !important;
}
@media screen and (max-width: 766px) {
  .pl-20-sp {
    padding-left: 20px !important;
  }
}
.mr-20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 766px) {
  .mr-20-sp {
    margin-right: 20px !important;
  }
}
.pr-20 {
  padding-right: 20px !important;
}
@media screen and (max-width: 766px) {
  .pr-20-sp {
    padding-right: 20px !important;
  }
}
.mt-15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 766px) {
  .mt-15-sp {
    margin-top: 15px !important;
  }
}
.pt-15 {
  padding-top: 15px !important;
}
@media screen and (max-width: 766px) {
  .pt-15-sp {
    padding-top: 15px !important;
  }
}
.mb-15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 766px) {
  .mb-15-sp {
    margin-bottom: 15px !important;
  }
}
.pb-15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 766px) {
  .pb-15-sp {
    padding-bottom: 15px !important;
  }
}
.ml-15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 766px) {
  .ml-15-sp {
    margin-left: 15px !important;
  }
}
.pl-15 {
  padding-left: 15px !important;
}
@media screen and (max-width: 766px) {
  .pl-15-sp {
    padding-left: 15px !important;
  }
}
.mr-15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 766px) {
  .mr-15-sp {
    margin-right: 15px !important;
  }
}
.pr-15 {
  padding-right: 15px !important;
}
@media screen and (max-width: 766px) {
  .pr-15-sp {
    padding-right: 15px !important;
  }
}
.mt-10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 766px) {
  .mt-10-sp {
    margin-top: 10px !important;
  }
}
.pt-10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 766px) {
  .pt-10-sp {
    padding-top: 10px !important;
  }
}
.mb-10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 766px) {
  .mb-10-sp {
    margin-bottom: 10px !important;
  }
}
.pb-10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 766px) {
  .pb-10-sp {
    padding-bottom: 10px !important;
  }
}
.ml-10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 766px) {
  .ml-10-sp {
    margin-left: 10px !important;
  }
}
.pl-10 {
  padding-left: 10px !important;
}
@media screen and (max-width: 766px) {
  .pl-10-sp {
    padding-left: 10px !important;
  }
}
.mr-10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 766px) {
  .mr-10-sp {
    margin-right: 10px !important;
  }
}
.pr-10 {
  padding-right: 10px !important;
}
@media screen and (max-width: 766px) {
  .pr-10-sp {
    padding-right: 10px !important;
  }
}
.mt-5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 766px) {
  .mt-5-sp {
    margin-top: 5px !important;
  }
}
.pt-5 {
  padding-top: 5px !important;
}
@media screen and (max-width: 766px) {
  .pt-5-sp {
    padding-top: 5px !important;
  }
}
.mb-5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 766px) {
  .mb-5-sp {
    margin-bottom: 5px !important;
  }
}
.pb-5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 766px) {
  .pb-5-sp {
    padding-bottom: 5px !important;
  }
}
.ml-5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 766px) {
  .ml-5-sp {
    margin-left: 5px !important;
  }
}
.pl-5 {
  padding-left: 5px !important;
}
@media screen and (max-width: 766px) {
  .pl-5-sp {
    padding-left: 5px !important;
  }
}
.mr-5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 766px) {
  .mr-5-sp {
    margin-right: 5px !important;
  }
}
.pr-5 {
  padding-right: 5px !important;
}
@media screen and (max-width: 766px) {
  .pr-5-sp {
    padding-right: 5px !important;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 766px) {
  .mt-0-sp {
    margin-top: 0 !important;
  }
}
.pt-0 {
  padding-top: 0 !important;
}
@media screen and (max-width: 766px) {
  .pt-0-sp {
    padding-top: 0 !important;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 766px) {
  .mb-0-sp {
    margin-bottom: 0 !important;
  }
}
.pb-0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 766px) {
  .pb-0-sp {
    padding-bottom: 0 !important;
  }
}
.ml-0 {
  margin-left: 0 !important;
}
@media screen and (max-width: 766px) {
  .ml-0-sp {
    margin-left: 0 !important;
  }
}
.pl-0 {
  padding-left: 0 !important;
}
@media screen and (max-width: 766px) {
  .pl-0-sp {
    padding-left: 0 !important;
  }
}
.mr-0 {
  margin-right: 0 !important;
}
@media screen and (max-width: 766px) {
  .mr-0-sp {
    margin-right: 0 !important;
  }
}
.pr-0 {
  padding-right: 0 !important;
}
@media screen and (max-width: 766px) {
  .pr-0-sp {
    padding-right: 0 !important;
  }
}
.mt-14 {
  margin-top: 14px !important;
}
@media screen and (max-width: 766px) {
  .mt-14-sp {
    margin-top: 14px !important;
  }
}
.pt-14 {
  padding-top: 14px !important;
}
@media screen and (max-width: 766px) {
  .pt-14-sp {
    padding-top: 14px !important;
  }
}
.mb-14 {
  margin-bottom: 14px !important;
}
@media screen and (max-width: 766px) {
  .mb-14-sp {
    margin-bottom: 14px !important;
  }
}
.pb-14 {
  padding-bottom: 14px !important;
}
@media screen and (max-width: 766px) {
  .pb-14-sp {
    padding-bottom: 14px !important;
  }
}
.ml-14 {
  margin-left: 14px !important;
}
@media screen and (max-width: 766px) {
  .ml-14-sp {
    margin-left: 14px !important;
  }
}
.pl-14 {
  padding-left: 14px !important;
}
@media screen and (max-width: 766px) {
  .pl-14-sp {
    padding-left: 14px !important;
  }
}
.mr-14 {
  margin-right: 14px !important;
}
@media screen and (max-width: 766px) {
  .mr-14-sp {
    margin-right: 14px !important;
  }
}
.pr-14 {
  padding-right: 14px !important;
}
@media screen and (max-width: 766px) {
  .pr-14-sp {
    padding-right: 14px !important;
  }
}
#modal-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  width: 100%;
  height: 120%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 767px) {
  #l-about .contents {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 767px) {
  #l-about .heading-main {
    padding-top: 100px;
  }
}
@media screen and (max-width: 766px) {
  #l-about .btn-cmn-06__orange {
    font-size: 22px;
  }
}
#l-about .btn-cmn-06__orange:hover {
  color: #ff9800;
  border: 1px solid #ff9800;
}
@media screen and (max-width: 766px) {
  #l-about .btn-cmn-02__gray {
    font-size: 20px;
    width: 100%;
    min-width: initial;
    min-width: auto;
    padding: 23px 60px;
  }
}
#l-about .sec-base-01 .ttl-cmn-02__border {
  padding-top: 33px;
  letter-spacing: 1px;
}
#l-about .sec-base-01 .ttl-cmn-02__border + .txt-cmn-02 {
  margin-top: 30px;
  letter-spacing: 1px;
}
#l-about .sec-base-01 .sec-base-in {
  padding: 50px 0 45px;
}
@media screen and (min-width: 767px) {
  #l-about .sec-base-01 .sec-base-in {
    padding: 50px 0 128px;
  }
}
#l-about .sec-accordion-wrap {
  margin: 0 -25px;
  padding: 50px 25px;
}
#l-about .sec-accordion-wrap::before,
#l-about .sec-accordion-wrap::after {
  display: table;

  content: "";
}
#l-about .sec-accordion-wrap::after {
  clear: both;
}
@media screen and (min-width: 767px) {
  #l-about .sec-accordion-wrap {
    padding: 80px 0;
  }
}
#l-about .sec-accordion-wrap .sec-accordion-in {
  padding: 40px 20px 35px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  #l-about .sec-accordion-wrap .sec-accordion-in {
    padding: 80px 104px;
  }
}
@media screen and (min-width: 767px) {
  #l-about .sec-accordion-wrap .grid-about-acc-image {
    margin: 40px 0;
    text-align: center;
  }
}
#l-about .sec-accordion-wrap .img-about-acc-01 {
  margin: 0.5em 0 2.25em;
}
#l-about .sec-accordion-wrap .img-about-acc-01 + .txt-cmn-02 {
  font-size: 14px;
}
#l-about .sec-accordion-wrap .img-about-acc-01 + .txt-cmn-02 .link-cmn-05 {
  font-size: 14px;
}
#l-about .sec-accordion-wrap .txt-caption-01 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 1.5em;
}
@media screen and (min-width: 767px) {
  #l-about .sec-accordion-wrap .txt-caption-01 {
    margin-top: 2em;
  }
}
#l-about .sec-accordion-wrap .txt-cmn-02 {
  font-size: 16px;
}
@media screen and (max-width: 766px) {
  #l-about .sec-accordion-wrap .txt-cmn-02 .link-cmn-05 {
    display: inline-block;
  }
}
#l-about .sec-accordion-wrap .is-green {
  color: #23bcba !important;
}
#l-about .sec-accordion-wrap .is-multiply {
  position: relative;
}
@media screen and (min-width: 767px) {
  #l-about .sec-accordion-wrap .is-multiply {
    margin-top: 40px;
  }
}
#l-about .sec-accordion-wrap .is-multiply::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 34px;
  height: 34px;

  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/about/img/ico_multiply_01.png) no-repeat;
}
@media screen and (max-width: 766px) {
  #l-about .sec-accordion-wrap .is-multiply::before {
    display: none;
  }
}
#l-about .sec-accordion-wrap .list-cmn-01 {
  width: 784px;
  margin: auto;
}
@media screen and (max-width: 766px) {
  #l-about .sec-accordion-wrap .list-cmn-01 {
    width: 100%;
  }
}
#l-about .sec-accordion-wrap .box-arrow-01 {
  margin: 30px 0;
}
@media screen and (min-width: 767px) {
  #l-about .sec-accordion-wrap .box-arrow-01 {
    margin: 50px 0;
  }
}
#l-about .sec-accordion-wrap .accordion-btn-01 {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  #l-about .sec-accordion-wrap .accordion-btn-01 {
    margin-top: 60px;
  }
}
#l-about .sec-accordion-wrap .accordion-btn-01 .is-close .ico-plus {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#l-about .section-accordion-01 {
  padding-bottom: 35px;
}
#l-about .section-accordion-02 {
  padding: 45px 0 0;
}
@media screen and (min-width: 767px) {
  #l-about .section-accordion-02 {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 766px) {
  #l-about .btn-full-width {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 767px) {
  #l-about .btn-full-width {
    margin-top: 100px;
  }
}
#l-about .btn-full-width .btn-cmn-02 {
  width: 100%;
}
@media screen and (max-width: 766px) {
  #l-about .btn-full-width .btn-cmn-02 {
    font-size: 20px;
    width: 100%;
    min-width: initial;
    min-width: auto;
    padding: 24px 37px;
  }
}
#l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(1) {
  width: 208px;
}
#l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(2) {
  width: 119px;
}
#l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(3) {
  width: 130px;
}
#l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(4) {
  width: 132px;
}
#l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(5) {
  width: 74px;
}
#l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(6) {
  width: 165px;
}
#l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(7) {
  width: 268px;
}
#l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(8) {
  width: 102px;
}
#l-about .contents .table-cmn-wrap .table-cmn-03.table-about-01 {
  color: #363833;
}
#l-about .contents .table-cmn-wrap .table-cmn-03 .table-cmn-03__th {
  color: #363833;
  background-color: #e6e6e6;
}
@media screen and (min-width: 767px) {
  #l-about .contents .list-cmn-01 .item {
    margin-top: 13px;
  }
  #l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(1) {
    width: 208px;
  }
  #l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(2) {
    width: 119px;
  }
  #l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(3) {
    width: 130px;
  }
  #l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(4) {
    width: 132px;
  }
  #l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(5) {
    width: 74px;
  }
  #l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(6) {
    width: 165px;
  }
  #l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(7) {
    width: 268px;
  }
  #l-about .contents .table-cmn-wrap colgroup > col:nth-of-type(8) {
    width: 102px;
  }
  #l-about .contents .table-cmn-wrap .table-cmn-03 tr > th:nth-of-type(1),
  #l-about
    .contents
    .table-cmn-wrap
    .table-cmn-03
    tr
    > .table-cmn-03__td-first {
    border-left: none;
  }
  #l-about .contents .table-cmn-wrap .table-cmn-03.table-about-01 {
    margin-top: 45px;
    color: #363833;
    border-left: 1px solid #d3d3d3;
  }
}
@media screen and (min-width: 767px) and (max-width: 766px) {
  #l-about .contents .table-cmn-wrap .table-cmn-03.table-about-01 {
    width: 1200px;
    margin-top: 0;
    border-left: none;
  }
}
@media screen and (min-width: 767px) {
  #l-about .contents .table-cmn-wrap .table-cmn-03 .table-cmn-03__th {
    color: #363833;
  }
  #l-about
    .contents
    .table-cmn-wrap
    .table-cmn-03
    .table-cmn-03__th:nth-of-type(1) {
    padding-left: 20px;

    text-align: left;
  }
  #l-about .contents .table-cmn-wrap .table-cmn-03 .table-cmn-03__td {
    min-height: 66px;
    padding: 12px 5px;
    color: #363833;
  }
  #l-about
    .contents
    .table-cmn-wrap
    .table-cmn-03
    .table-cmn-03__td:first-child {
    padding: 12px 21px;
    color: #363833;
  }
  #l-about
    .contents
    .table-cmn-wrap
    .table-cmn-03
    .table-cmn-03__td.is-heighter {
    padding: 25px 5px;
  }
  #l-about .contents .table-cmn-wrap .table-cmn-03 .table-cmn-03__td.is-bold {
    font-weight: bold;
  }
  #l-about .contents .sec-base-02 .sec-slider .box-slider-01 {
    box-shadow: 800px 0 #23bcba, -800px 0 #23bcba;
  }
}
@media screen and (max-width: 766px) {
  #l-about .contents .sec-base-02 .sec-slider {
    overflow: initial;
  }
}
#l-about .contents .box-about-price .about-us-arrow-01 {
  margin-top: 30px;
}
#l-about .contents .box-about-price .comp-00 {
  margin-bottom: 40px;
}
#l-about .contents .box-about-price .comp-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #e9e9e9;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#l-about .contents .box-about-price .comp-01 .ttl-01 {
  font-size: 18px;

  display: inline-block;
  width: 40%;
  color: #363833;
}
@media screen and (max-width: 766px) {
  #l-about .contents .box-about-price .comp-01 .ttl-01 {
    width: 41%;
  }
}
#l-about .contents .box-about-price .comp-01 .txt-01 {
  font-size: 24px;
  font-weight: bold;

  display: inline-block;
  width: 60%;
  color: #23bcba;
}
@media screen and (max-width: 766px) {
  #l-about .contents .box-about-price .comp-01 .txt-01 {
    width: auto;
  }
}
#l-about .contents .box-about-price .comp-02 {
  margin-top: 30px;
}
#l-about .contents .box-about-price .comp-03 {
  margin-top: 15px;
}
@media screen and (max-width: 766px) {
  #l-about .contents .box-about-price .comp-03 .txt-cmn-03 {
    padding-left: 1.8em;

    text-indent: -1.8em;
  }
}
#l-about .contents .about-ft-txt {
  margin-top: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 766px) {
  #l-about .contents .about-ft-txt {
    font-size: 20px;
  }
}
#l-about .box-slider-01 .slider-cmn-01 .slider-panel .slick-disabled:hover {
  cursor: auto;

  opacity: 1;
}
#l-about .box-slider-01 .slider-cmn-01 .slider-card-01 .box-img {
  padding-top: 10px;
}
@media screen and (max-width: 766px) {
  #l-about .box-slider-01 .slider-cmn-01 .slider-card-01 .box-img {
    padding-top: 0;
  }
}
@media screen and (min-width: 767px) {
  #l-about .box-slider-01 .slider-cmn-01 a.slider-card-01 {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  #l-about .box-slider-01 .slider-cmn-01 a.slider-card-01:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
#l-about .sec-base-03 .sec-base-in {
  padding: 50px 0 50px;
}
@media screen and (min-width: 767px) {
  #l-about .sec-base-03 .sec-base-in {
    padding: 150px 0 50px;
  }
}
#l-about .sec-base-03 .sec-base-in .table-cmn-wrap {
  position: relative;
}
@media screen and (max-width: 766px) {
  #l-about .sec-base-03 .sec-base-in .table-cmn-wrap {
    margin-right: -25px;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 766px) {
  #l-about .sec-base-03 .sec-base-in .table-cmn-wrap .table-cmn-scroll {
    width: 1225px;
  }
}
@media screen and (max-width: 766px) {
  #l-about .sec-base-03 .table-cmn-note-01 {
    text-align: right;
  }
}
@media screen and (max-width: 766px) {
  #l-about .sec-base-03 .table-cmn-03__td:first-child {
    padding: 23px 22px;
  }
}
@media screen and (max-width: 766px) {
  #l-about .sec-base-03 .table-cmn-03__td {
    padding: 12px 5px;
  }
}
@media screen and (min-width: 767px) {
  #l-about .box-cmn-08-wrap > .box-cmn-08 + .box-cmn-08 {
    margin-left: 45px;
  }
}
#l-about .box-cmn-08-wrap .box-cmn-08:nth-of-type(1) .comp-02 .ttl-02 {
  width: 45%;
}
#l-about .box-cmn-08-wrap .box-cmn-08:nth-of-type(2) .comp-02 .ttl-02 {
  width: 58%;
}
#l-about .sec-base-04 .mod-movie-01 {
  width: 100%;
  height: 66%;
}
#l-about .sec-base-04 .mod-movie-01 .movie {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
#l-about .sec-base-04 .mod-movie-02 {
  width: 100%;
  height: 66%;
}
#l-about .sec-base-04 .mod-movie-02 .movie {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
#l-about .box-about-01 {
  margin-top: 35px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  #l-about .box-about-01 {
    margin-top: 45px;
  }
}
#l-about .box-about-01 .ttl-01 {
  font-weight: bold;
}
#l-about .box-about-01 .col-3-pctb {
  width: 247px;
}
@media screen and (max-width: 766px) {
  #l-about .box-about-01 .col-3-pctb {
    width: 100%;
    margin-bottom: 57px;
  }
}
#l-about .box-about-01 .col-2-pctb {
  width: 200px;
}
@media screen and (max-width: 766px) {
  #l-about .box-about-01 .col-2-pctb {
    width: 100%;
  }
}
#l-about .box-about-01 .box-cmn-08 {
  padding-bottom: 0;
}
@media screen and (min-width: 767px) {
  #l-about .box-about-01 .box-cmn-08 {
    padding-right: 0;
    padding-left: 0;
  }
}
#l-about .box-about-01 .box-cmn-08 .comp-02 {
  font-size: 14px;
  padding: 15px 20px 0;
  border: 0;
}
#l-about .box-about-01 .box-cmn-08 .comp-02 .ttl-02::after {
  top: 3px;
}
#l-about .box-about-01 .box-cmn-08 .comp-03 {
  border: 0;
}
@media screen and (min-width: 767px) {
  #l-about .box-about-01 .box-cmn-08 .box-03-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#l-about .box-about-01 .box-cmn-08 .txt-cmn-01 {
  padding-top: 0;
  color: #363833;
}
#l-about .box-about-01 .box-cmn-08 .txt-cmn-02 {
  line-height: 1.2;
}
#l-about .box-about-01 .box-cmn-08 .txt-cmn-03 {
  padding-top: 0;
}
#l-about .box-about-01 .box-cmn-08 div[data-match-height="true"] {
  border-right: 1px solid #23bcba;
  border-left: 1px solid #23bcba;
}
#l-about .box-about-01 .box-01 {
  position: relative;
}
#l-about .box-about-01 .box-01::after {
  position: absolute;
  top: 53%;
  right: -31px;
  display: block;
  width: 20px;
  height: 20px;

  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(/about/img/ico_division_01.png) no-repeat center center;
}
@media screen and (max-width: 766px) {
  #l-about .box-about-01 .box-01::after {
    top: 116%;
    right: 46.5%;
  }
}
#l-about .box-about-01 .box-02 {
  position: relative;
  margin-top: 0;
}
#l-about .box-about-01 .box-02::after {
  position: absolute;
  top: 53%;
  right: -31px;
  display: block;
  width: 20px;
  height: 20px;

  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(/about/img/ico_equal_01.png) no-repeat center center;
}
@media screen and (max-width: 766px) {
  #l-about .box-about-01 .box-02::after {
    top: 109%;
    right: 48%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
#l-about .box-about-01 .box-02 .comp-02 {
  font-size: 14px;
}
#l-about .box-about-01 .box-03 {
  margin-top: 0;
}
#l-about .box-about-01 .box-03 .comp-02 .ttl-01 {
  font-size: 30px;

  width: 100%;
  color: #ff9800;
}
#l-about .box-about-01 .box-03 .txt-cmn-02 {
  font-size: 14px;
  line-height: 2;

  width: 100%;
  color: #363833;
}
@media screen and (min-width: 767px) {
  #l-labo__column .contents {
    padding: 103px 0 219px;
  }
  #l-labo__column .contents .contents-main {
    padding: 0 24px;
  }
}
#l-labo__column .ttl-cmn-01__border {
  padding-top: 1em;
}
@media screen and (min-width: 767px) {
  #l-labo__column .heading-main {
    padding: 80px 0 71px;
  }
}
@media screen and (min-width: 767px) {
  #l-labo__column .grid-float .grid-float__col {
    padding: 0;
  }
}
#l-labo__column .card-cmn-02-wrap {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 766px) {
  #l-labo__column .card-cmn-02-wrap {
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
  }
}
#l-labo__column .card-cmn-02-wrap .card-cmn-02 {
  padding: 50px 0;
}
#l-labo__column .card-cmn-02-wrap .card-cmn-02 + .card-cmn-02 {
  border-top: 1px solid #e9e9e9;
}
@media screen and (max-width: 766px) {
  #l-labo__column .card-cmn-02-wrap .card-cmn-02 + .card-cmn-02 {
    border-top: 2px solid #e9e9e9;
  }
}
#l-labo__column .card-cmn-02-wrap .card-cmn-02 .comp-01 {
  float: left;
}
@media screen and (max-width: 766px) {
  #l-labo__column .card-cmn-02-wrap .card-cmn-02 .comp-01 .img-01 {
    margin: 0 0 18px;
  }
}
#l-labo__column .card-cmn-02-wrap .card-cmn-02 .comp-02 {
  overflow: hidden;

  width: calc(100% - 312px);
}
@media screen and (max-width: 766px) {
  #l-labo__column .card-cmn-02-wrap .card-cmn-02 .comp-02 {
    width: 100%;
  }
}
#l-labo__column
  .card-cmn-02-wrap
  .card-cmn-02
  .comp-02
  .txt-cmn-03:nth-of-type(1) {
  margin-top: -8px;
  letter-spacing: 1.4px;
}
#l-labo__column .card-cmn-02-wrap .card-cmn-02 .comp-02 .ttl-cmn-03 {
  line-height: 1.6;
  margin-top: 10px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 766px) {
  #l-labo__column .card-cmn-02-wrap .card-cmn-02 .comp-02 .ttl-cmn-03 {
    line-height: 1.7;
  }
}
#l-labo__column
  .card-cmn-02-wrap
  .card-cmn-02
  .comp-02
  .ttl-cmn-03
  + .txt-cmn-01 {
  padding-top: 1.2em;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 766px) {
  #l-labo__column
    .card-cmn-02-wrap
    .card-cmn-02
    .comp-02
    .ttl-cmn-03
    + .txt-cmn-01 {
    padding-top: 0.9em;
    letter-spacing: 0.9px;
  }
}
#l-labo__column .card-cmn-02-wrap .card-cmn-02 .comp-02 .link-01 {
  padding-top: 23px;
}
#l-labo__column .btn-cmn-05 {
  min-width: 221px;
}
@media screen and (max-width: 766px) {
  #l-labo__column .btn-cmn-05 {
    font-size: 16px;

    padding: 20px 60px;
  }
}
@media screen and (min-width: 767px) {
  #l-service .list-service-index__item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 767px) {
  #l-service .list-service-index__item:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 766px) {
  #l-service .card-service-index__details .btn {
    font-size: 16px;
    padding: 19px 60px;
  }
}
@media screen and (max-width: 766px) {
  #l-service .sec-base-05:nth-of-type(2) .sec-base-in {
    margin-top: 50px;
    border-top: 2px solid #e9e9e9;
  }
}
#l-service-addinfo_index .ttl-cmn-01__border {
  padding-top: 26px;
  letter-spacing: 1px;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .ttl-cmn-01__border {
    padding-top: 1em;
  }
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .heading-main {
    padding: 22px 0 70px;
  }
  #l-service-addinfo_index .heading-main .heading-main-title {
    width: 360px;
    margin-top: 30px;
    margin-right: 57px;
  }
  #l-service-addinfo_index .heading-main-image {
    max-width: 789px;
  }
}
#l-service-addinfo_index .ttl-cmn-02__border {
  padding-top: 33px;
  letter-spacing: 1px;
}
#l-service-addinfo_index
  .grid-container
  .grid-col
  .ttl-cmn-02__border
  + .txt-cmn-02 {
  margin-top: 30px;
  letter-spacing: 1px;
}
#l-service-addinfo_index .s-mt-10 {
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .s-mt-37-pc {
    margin-top: 37px;
  }
}
#l-service-addinfo_index .s-pt-33 {
  padding-top: 33px;
}
#l-service-addinfo_index
  .sec-service-addinfo-index
  + .sec-service-addinfo-index {
  margin-top: 103px;
}
#l-service-addinfo_index .card-addinfo-index__image {
  margin-bottom: 23px;
}
#l-service-addinfo_index .card-addinfo-index__details {
  letter-spacing: 1px;
}
#l-service__addinfo_standard .contents {
  padding-bottom: 100px;
}
#l-service__addinfo_standard .heading-main {
  padding-bottom: 55px;
  border-bottom: none;
}
@media screen and (min-width: 767px) {
  #l-service__addinfo_standard .heading-main {
    padding: 80px 0 70px;
    border-bottom: 1px solid #e9e9e9;
  }
}
#l-service__addinfo_standard .heading-main .ttl-cmn-01__border {
  margin-bottom: 0;
}
#l-service__addinfo_standard .heading-main + .sec-service-addinfo-standard {
  margin-top: 100px;
}
@media screen and (max-width: 766px) {
  #l-service__addinfo_standard .heading-main + .sec-service-addinfo-standard {
    margin-top: 0;
  }
}
#l-service__addinfo_standard .sec-service-addinfo-standard {
  max-width: 1200px;
  margin: 0 auto 145px;
}
#l-service__addinfo_standard .sec-service-addinfo-standard:last-child {
  margin-bottom: 0;
}
#l-service__addinfo_standard
  .box-cmn-01-wrap
  .box-cmn-01
  .comp-01__zoom
  .btn-zoom-01 {
  position: absolute;
  right: 15px;
  bottom: 0;
  box-shadow: 1px 10px 30px -10px #23bcba;
}
@media screen and (min-width: 767px) {
  #l-service__addinfo_standard .ttl-cmn-02__border {
    padding-top: 33px;
  }
}
.mod-service-standard-acc {
  margin-top: 40px;
  border-top: 2px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .mod-service-standard-acc {
    border-width: 1px;
  }
}
.list-service-standard-acc + .mod-service-standard-acc {
  margin-top: 25px;
}
@media screen and (min-width: 767px) {
  .list-service-standard-acc + .mod-service-standard-acc {
    margin-top: 20px;
  }
}
.mod-service-standard-acc__item {
  overflow: hidden;
  border-bottom: 2px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .mod-service-standard-acc__item {
    padding: 45px 0;

    border-width: 1px;
  }
}
.mod-service-standard-acc__item.is-open .mod-service-standard-acc__body {
  display: block;
}
@media screen and (min-width: 767px) {
  .mod-service-standard-acc__item:last-child {
    border-bottom: none;
  }
}
.mod-service-standard-acc__heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;

  position: relative;
  padding: 25px 18px 25px 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: color;
  color: #23bcba;
}
@media screen and (min-width: 767px) {
  .mod-service-standard-acc__heading {
    font-size: 18px;

    float: left;
    width: calc(100% * (3.5 / 12));
    padding: 0;
    color: #363833;
  }
}
.mod-service-standard-acc__heading:before {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 3px;
  height: 19px;
  margin-top: -9px;
  content: "";
  transition: all 1s ease-in-out;
  background-color: #23bcba;
}
@media screen and (min-width: 767px) {
  .mod-service-standard-acc__heading:before {
    display: none;
  }
}
.mod-service-standard-acc__heading:after {
  position: absolute;
  top: 51%;
  right: 0;
  display: block;
  width: 19px;
  height: 3px;
  margin-top: -2px;
  content: "";
  background-color: #23bcba;
}
@media screen and (min-width: 767px) {
  .mod-service-standard-acc__heading:after {
    display: none;
  }
}
.mod-service-standard-acc__heading.is-open {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: color;

  color: #23bcba;
}
.mod-service-standard-acc__heading.is-open:before {
  display: none;
  transition: all 1s ease-in-out;
}
.mod-service-standard-acc__heading .title {
  font-size: 18px;
  letter-spacing: 1px;
}
.mod-service-standard-acc__body {
  display: none;
  overflow: hidden;
  padding: 0 0 25px;
}
@media screen and (min-width: 767px) {
  .mod-service-standard-acc__body {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  .list-service-standard-acc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1.25em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.list-service-standard-acc__item {
  font-size: 14px;

  position: relative;
  margin-bottom: 1.25em;
  padding-left: 15px;
}
@media screen and (min-width: 767px) {
  .list-service-standard-acc__item {
    width: 33.3%;
    margin: 1.25em 0 0 0;
    padding-right: 15px;
  }
}
.list-service-standard-acc__item::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 8px;
  height: 8px;

  content: "";
  border-radius: 50%;
  background-color: #c5c5c5;
}
.list-service-standard-acc__item:last-child {
  margin-bottom: 0;
}
.list-service-standard-acc__item.is-large {
  font-weight: bold;
}
.list-service-standard-acc__item.is-large::before {
  background-color: #50bcb4;
}
@media screen and (min-width: 767px) {
  .list-service-standard-acc--2col .list-service-standard-acc__item {
    width: 50%;
  }
}
.ttl-cmn-02__border + .list-service-standard-acc {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .ttl-cmn-02__border + .list-service-standard-acc {
    margin-top: 0;
    margin-right: 0;

    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 767px) {
  .ttl-cmn-02__border
    + .list-service-standard-acc
    .list-service-standard-acc__item {
    width: auto;
    margin-top: 0;
  }
  .ttl-cmn-02__border
    + .list-service-standard-acc
    .list-service-standard-acc__item::before {
    left: -8px;
  }
}
#l-service__addinfo_custom .contents {
  padding-bottom: 90px;
}
@media screen and (min-width: 767px) {
  #l-service__addinfo_custom .contents {
    padding-bottom: 140px;
  }
}
#l-service__addinfo_custom .heading-main {
  border-bottom: none;
}
@media screen and (max-width: 766px) {
  #l-service__addinfo_custom .heading-main {
    padding: 50px 0 55px;
  }
}
#l-service__addinfo_custom .heading-main .ttl-cmn-01__border {
  margin-bottom: 0;
}
#l-service__addinfo_custom .sec-service-addinfo-custom {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  #l-service__addinfo_custom .sec-service-addinfo-custom {
    padding: 100px 0 0;
    border-top: 1px solid #e9e9e9;
  }
}
#l-service__addinfo_custom
  .sec-service-addinfo-custom
  + .sec-service-addinfo-custom {
  margin-top: 45px;
}
@media screen and (min-width: 767px) {
  #l-service__addinfo_custom
    .sec-service-addinfo-custom
    + .sec-service-addinfo-custom {
    margin-top: 90px;
  }
}
.list-service-cards {
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .list-service-cards {
    margin: -40px -24px 0;
  }
}
.list-service-cards__item {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .list-service-cards__item {
    float: left;
    width: 50%;
    margin: 40px 0 0;
    padding: 0 24px;
  }
}
.list-service-cards__item:last-child {
  margin-bottom: 0;
}
.card-service-default__image {
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .card-service-default__image {
    margin-bottom: 0;
  }
}
.card-service-default__image .sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .card-service-default__image .sp {
    display: none;
  }
}
.card-service-default__image .pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .card-service-default__image .pc {
    display: block;
  }
}
.card-service-default__link {
  display: none;
}
@media screen and (min-width: 767px) {
  .card-service-default__link {
    display: block;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .card-service-default__link {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .card-service-default__link:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.card-service-default__link .btn-zoom-01 {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.card-service-default__details .title {
  font-size: 18px;
  font-weight: bold;

  margin-bottom: 0.65em;
  color: #333;
}
.card-service-default__details .description {
  font-size: 14px;
  line-height: 1.95;
}
.card-service-default__details .note {
  font-size: 14px;
  line-height: 1.95;
}
#l-service-jpn_flow .contents {
  padding-bottom: 60px;
}
@media screen and (min-width: 767px) {
  #l-service-jpn_flow .contents {
    padding-bottom: 265px;
  }
}
#l-service-jpn_flow .list-service-index {
  margin-top: 40px;
  padding-top: 50px;
  border-top: 2px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  #l-service-jpn_flow .list-service-index {
    border-top: none;
  }
}
#l-service-jpn_flow .sec-service-jpn_flow {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (min-width: 767px) {
  #l-service-jpn_flow .sec-service-jpn_flow {
    padding-top: 80px;
  }
}
#l-service-jpn_flow .sec-service-jpn_flow .ttl-cmn-02__border {
  margin-bottom: 30px;
}
#l-service-jpn_flow-tourism
  .grid-container
  .grid-col
  .txt-cmn-02
  + .txt-cmn-03 {
  margin-top: 1.5em;
}
#l-service-jpn_flow-tourism .grid-read {
  margin-bottom: 40px;
}
#l-service-jpn_flow-tourism .sec-accordion-01 .ttl-cmn-02__border {
  margin-bottom: 30px;
}
@media screen and (max-width: 766px) {
  #l-service-jpn_flow-tourism .sec-accordion-01 .ttl-cmn-02__border {
    margin-bottom: 39px;
  }
}
#l-service-jpn_flow-tourism
  .sec-accordion-wrap
  .sec-accordion-01
  + .sec-accordion-01 {
  margin-top: 50px;
}
@media screen and (min-width: 767px) {
  #l-service-jpn_flow-tourism
    .sec-accordion-wrap
    .sec-accordion-01
    + .sec-accordion-01 {
    margin-top: 80px;
  }
}
#l-service-jpn_flow-tourism .sec-accordion-wrap .sec-accordion-02 {
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  #l-service-jpn_flow-tourism .sec-accordion-wrap .sec-accordion-02 {
    margin-top: 70px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 766px) {
  #l-service-jpn_flow-tourism .sec-accordion-wrap .table-service-01-wrap {
    font-size: 14px;
    overflow-x: auto;
    overflow-y: hidden;

    margin-right: -21px;
    padding-bottom: 20px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #l-service-jpn_flow-tourism
    .sec-accordion-wrap
    .table-service-01-wrap::-webkit-scrollbar {
    height: 3px;
  }
  #l-service-jpn_flow-tourism
    .sec-accordion-wrap
    .table-service-01-wrap::-webkit-scrollbar-thumb {
    background: #ddd;
  }
  #l-service-jpn_flow-tourism
    .sec-accordion-wrap
    .table-service-01-wrap::-webkit-scrollbar-track-piece {
    background: #fff;
  }
  #l-service-jpn_flow-tourism
    .sec-accordion-wrap
    .table-service-01-wrap
    .table-scroll {
    width: 990px;
  }
}
#l-service-jpn_flow-tourism
  .sec-accordion-wrap
  .table-service-01-wrap
  + .txt-note-number {
  margin-top: 15px;
}
#l-service-jpn_flow-tourism
  .sec-accordion-wrap
  .table-service-01-wrap
  .table-service-01
  th,
#l-service-jpn_flow-tourism
  .sec-accordion-wrap
  .table-service-01-wrap
  .table-service-01
  td {
  vertical-align: top;
}
@media screen and (max-width: 766px) {
  #l-service-jpn_flow-tourism
    .sec-accordion-wrap
    .table-service-01-wrap
    .table-service-01
    th,
  #l-service-jpn_flow-tourism
    .sec-accordion-wrap
    .table-service-01-wrap
    .table-service-01
    td {
    padding: 15px 21px;
    letter-spacing: 0.6px;
  }
}
#l-service-jpn_flow-tourism .sec-accordion-wrap .txt-note-number {
  text-align: right;
}
@media screen and (max-width: 766px) {
  #l-service-jpn_flow-tourism .sec-accordion-wrap .txt-note-number {
    padding-left: 2em;
    text-align: left;
    text-indent: -0.9em;
    letter-spacing: 1px;
  }
}
#l-service-jpn_flow-tourism .sec-accordion-wrap .txt-note-number .ast {
  float: none;
}
#l-service-jpn_flow-tourism .ttl-cmn-02__border {
  padding-top: 1.4em;
}
#l-service-jpn_flow-tourism .list-related-services__item {
  padding-top: 45px;
}
#l-service-jpn_flow-tourism .card-related-services__title {
  letter-spacing: 1px;
}
#l-service-jpn_flow-tourism .card-related-services__details .image {
  margin-left: 40px;
}
#l-service-jpn_flow-tourism
  .card-related-services__details
  .inner
  .description {
  line-height: 2;

  letter-spacing: 1px;
}
.txt-note-number {
  font-size: 12px;
  line-height: 1.75;

  overflow: hidden;
}
.txt-note-number .ast {
  display: inline-block;
  float: left;
  margin-right: 0.25em;
}
.txt-note-number .inner {
  overflow: hidden;
}
#l-service-jpn_flow-od .grid-container .grid-col .txt-cmn-02 + .txt-cmn-03 {
  margin-top: 1.5em;
}
#l-service-jpn_flow-od .sec-accordion-01 .ttl-cmn-02__border {
  margin-bottom: 30px;
}
#l-service-jpn_flow-od .sec-accordion-02 {
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  #l-service-jpn_flow-od .sec-accordion-02 {
    margin-top: 80px;
    padding-top: 0;
    border: none;
  }
}
#l-top .sec-top-service .ttl-cmn-02__border {
  font-size: 34px;
}
@media screen and (max-width: 766px) {
  #l-top .sec-top-service .ttl-cmn-02__border {
    font-size: 24px;
    margin-bottom: 47px;
    padding-top: 33px;
  }
}
@media screen and (min-width: 767px) {
  #l-top .ttl-top-service {
    margin-bottom: 72px;
  }
}
#l-top .ttl-top-service .inner {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 766px) {
  #l-top .ttl-top-service .inner {
    font-size: 24px;
  }
}
#l-top .mod-top-category-unit .ttl-cmn-02__border {
  font-size: 34px;
}
@media screen and (max-width: 766px) {
  #l-top .mod-top-category-unit .ttl-cmn-02__border {
    font-size: 24px;
    padding-top: 34px;
  }
}
#l-top .mod-top-links-unit .ttl-cmn-02__border {
  font-size: 34px;
}
@media screen and (max-width: 766px) {
  #l-top .mod-top-links-unit .ttl-cmn-02__border {
    font-size: 24px;
    padding-top: 34px;
  }
}
@media screen and (min-width: 767px) {
  #l-top .container {
    background-color: #f8f8f9;
  }
  #l-top .container-in {
    max-width: 1920px;
    margin: auto;
    background-color: #fff;
  }
  #l-top .header {
    max-width: 1920px;
  }
  #l-top .header-in {
    min-width: 1200px;
    max-width: none;
    padding: 30px 30px;
    box-shadow: none;
  }
}
@media screen and (min-width: 767px) and (min-width: 1400px) {
  #l-top .header-in {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 767px) {
  #l-top .header-in .mod-header-top {
    position: relative;
  }
  #l-top .header-company-logo {
    right: 0;

    margin: 5px 0;
  }
  #l-top .header-menu-button {
    display: none;
  }
  #l-top .header-menu-top-pc {
    font-size: 0;
        position: absolute;
        top: 15px;
        left: 290px;
        overflow: hidden;
        width: 740px;
        margin: auto;
  }
  #l-top .menu-pc-new::after
    {
        display: inline-block;
        content: "NEW";
        color: #ff0000;
        font-weight: bold;
        font-size: 7pt;
        vertical-align: middle;
        margin-left: 5px;
        animation      : s1cAnime 4s infinite alternate;
    }
    @keyframes s1cAnime{
       20% { color : #ffa500 }
       40% { color : #ff0000 }
       60% { color : #ffa500 }
       80% { color : #ff0000 }
      100% { color : #ffa500 }
    }
}
@media screen and (min-width: 767px) and (min-width: 1400px) {
  #l-top .header-menu-top-pc {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 767px) and (max-width: 766px) {
  #l-top .header-menu-top-pc {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  #l-top .header-menu-top-pc .item {
    float: left;
  }
  #l-top .header-menu-top-pc .item:not(:last-of-type) {
    margin-right: 32px;
  }
  #l-top .header-menu-top-pc .item a {
    font-size: 14px;
    font-weight: bold;

    color: #363833;
  }
}
#l-top .card-service-index__details .btn {
  font-size: 13px;
  min-width: 134px;
  margin-top: 17px;
  padding: 10px 0;
}
@media screen and (max-width: 766px) {
  #l-top .card-service-index__details .btn {
    font-size: 16px;
    padding: 20px 0;
  }
}
#l-top .card-service-index__details .card-service-index__body {
  position: relative;
}
@media screen and (max-width: 766px) {
  #l-top .card-service-index__details .card-service-index__body {
    position: static;
  }
}
#l-top .card-service-index__details .card-service-index__body + .btn {
  margin-top: 55px;
}
#l-top .card-service-index__details .description {
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 1px;
}
@media screen and (max-width: 766px) {
  #l-top .card-service-index__details .description {
    letter-spacing: 1px;
  }
}
#l-top .card-service-index__details .notice {
  font-size: 12px;

  margin-top: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 766px) {
  #l-top .card-service-index__details .notice {
    font-size: 14px;

    position: static;
    margin-top: 20px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 766px) {
  #l-top .card-top-category__button {
    font-size: 16px;
    min-width: 134px;
    margin-top: 17px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 766px) {
  #l-top .mod-top-news-button {
    font-size: 16px;
    min-width: 134px;
    margin-top: 17px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 766px) {
  #l-top .mod-top-question-button {
    font-size: 16px;
    min-width: 134px;
    margin-top: 17px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 766px) {
  #l-top .box-top-contact__button {
    font-size: 16px;
    margin-top: 17px;
    padding: 20px 0;
  }
}
#l-top .card-service-index__heading {
  margin-bottom: 29px;
  letter-spacing: 1px;
}
@media screen and (max-width: 766px) {
  #l-top .card-top-category__details .description {
    line-height: 2;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 766px) {
  #l-top .card-top-category__image {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 766px) {
  #l-top .mt-0-sp {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 766px) {
  #l-top .mt-27-sp {
    margin-top: 27px !important;
  }
}
@media screen and (max-width: 766px) {
  #l-top .mt-30-sp {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 766px) {
  #l-top .mt-m12-sp {
    margin-top: -12px !important;
  }
}
@media screen and (max-width: 766px) {
  #l-top .mt-m44-sp {
    margin-top: -44px !important;
  }
}
@media screen and (max-width: 766px) {
  #l-top .txt-top-first-read {
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 767px) {
  .sec-accordion-wrap .sec-accordion-02 .box-cmn-07-wrap.grid-float {
    margin-top: -28px;
    margin-left: -42px;
  }
  .sec-accordion-wrap .sec-accordion-02 .box-cmn-07-wrap .box-cmn-07 {
    padding-top: 30px;
  }
  .sec-accordion-wrap .sec-accordion-02 .box-cmn-07-wrap .box-cmn-07 .comp-02 {
    margin-top: -8px;
  }
  .sec-accordion-wrap
    .sec-accordion-02
    .box-cmn-07-wrap
    .box-cmn-07
    .comp-02
    .txt-cmn-01 {
    padding-top: 0;
    letter-spacing: 1px;
  }
  .sec-accordion-wrap .sec-accordion-02 .box-cmn-07-wrap .box-cmn-07 .comp-03 {
    bottom: 7px;
  }
  .sec-accordion-wrap .sec-accordion-02 .ttl-cmn-02__border + .txt-cmn-02 {
    margin-top: 2em;
    padding-right: 14px;
    letter-spacing: 1px;
  }
  .sec-accordion-wrap .sec-accordion-02 .txt-note-service-acc {
    margin-top: 13px;
    letter-spacing: 0.4px;
  }
  .sec-accordion-wrap .sec-accordion-02 .accordion-btn-01 {
    margin-top: 76px;
  }
}
a[data-izimodal-open] .img-01 {
  transition: opacity 0.5s;
}
a[data-izimodal-open] .img-01:hover {
  transition: opacity 0.5s;

  opacity: 0.7;
}
.container {
  background-color: #f8f8f9;
}
.container .container-in {
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
}
button[class*="btn-"] {
  box-shadow: 1px 10px 30px -10px #23bcba !important;
}
.btn {
  box-shadow: 1px 10px 30px -10px #23bcba !important;
}
.mod-movie-01-wrap {
  position: relative;
}
.mod-movie-01-wrap .mod-movie-01 {
  z-index: 2;
}
.mod-movie-01-wrap .loader-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.mod-movie-01-wrap .loader-bg .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}
.mod-movie-02-wrap {
  position: relative;
}
.mod-movie-02-wrap .mod-movie-02 {
  z-index: 2;
}
.mod-movie-02-wrap .loader-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.mod-movie-02-wrap .loader-bg .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}
.mod-movie-03-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media screen and (min-width: 767px) {
  .mod-movie-03-wrap {
    width: 784px;
    padding-top: 447px;
  }
}
.mod-movie-03-wrap .mod-movie-03 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iziModalTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  height: 1em;
  margin-top: 30px;
  color: #fff;
}
@media screen and (min-width: 767px) {
  #l-contact .s-pl-10-pc {
    padding-left: 10px;
  }
}
@media screen and (min-width: 767px) {
  #l-contact .s-ml-10-pc {
    margin-left: 10px;
  }
}
#l-contact .mod-contact-head .list-title {
  font-size: 16px;
}
#l-contact_confirm .area-contact {
  padding-bottom: 80px;
}
@media screen and (max-width: 766px) {
  #l-contact_confirm .area-contact {
    padding-bottom: 50px;
  }
}
#l-contact_confirm .btn-contact-01 {
  margin-top: 19px;
}
#l-contact_confirm .table-contact .title-01 {
  width: 313px;

  letter-spacing: 2px;
}
@media screen and (max-width: 766px) {
  #l-contact_confirm .table-contact .title-01:nth-child(1) {
    margin-bottom: 30px;
  }
}
/* #l-contact_confirm .table-contact .title-01:nth-child(2) {
  margin-bottom: 30px;
} */
#l-contact_confirm .table-contact {
  margin-top: 60px;
}
@media screen and (min-width: 767px) {
  #l-contact_confirm .table-contact > .list {
    min-width: 676px;
  }
}
@media screen and (max-width: 766px) {
  #l-contact_confirm .table-contact > .list {
    margin-bottom: 44px;
  }
}
#l-contact_confirm .table-contact > .list:nth-child(1) {
  margin-bottom: 46px;
}
#l-contact_confirm .table-contact > .list > .item:not(:nth-child(1)) {
  margin-top: 20px;
}
#l-contact_confirm .area-contact:last-child {
  margin-top: 0;
}
@media screen and (max-width: 766px) {
  #l-contact_confirm .contents.contact {
    padding-top: 30px;
  }
}
#l-contact_confirm .ttl-cmn-02__border {
  padding-top: 30px;
}
#l-contact_confirm .ttl-cmn-02__border + .txt-cmn-02 {
  margin-top: 33px;
  margin-bottom: 42px;
}
#l-contact_confirm .mod-contact-step {
  margin-top: 42px;
}
#l-contact_confirm .confirm-text {
  line-height: 2;
}
@media screen and (max-width: 766px) {
  #l-contact_confirm .table-contact .confirm-text {
    margin-top: 6px;
  }
}
#l-contact_complete .ttl-cmn-02__border {
  padding-top: 30px;
}
#l-contact_complete .mod-contact-step {
  margin-top: 38px;
}
@media screen and (max-width: 766px) {
  #l-contact_complete .mod-contact-step {
    margin-top: 42px;
  }
}
#l-contact_complete .ttl-contact-02 {
  padding-top: 60px;
  letter-spacing: 2px;
}
@media screen and (max-width: 766px) {
  #l-contact_complete .ttl-contact-02 {
    padding-top: 40px;
    padding-bottom: 10px;
    letter-spacing: -0.5px;
  }
}
#l-contact_complete .txt-contact-04 {
  letter-spacing: 1px;
}
#l-contact_complete .btn-contact-01 {
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  #l-contact_complete .btn-contact-01 {
    margin-top: 35px;
  }
}
@media screen and (min-width: 767px) {
  #l-contact_complete .btn-cmn-02 {
    min-width: 365px;
  }
}
#l-contact_complete .area-contact {
  padding-bottom: 80px;
}
@media screen and (max-width: 766px) {
  #l-contact_complete .area-contact {
    padding-bottom: 50px;
  }
}
#l-contact_complete .area-contact:last-child {
  margin-top: 0;
}
@media screen and (max-width: 766px) {
  #l-contact_complete .contents.contact {
    padding-top: 30px;
  }
}

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox {
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}

.acbox label {
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%); /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:8px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
}

.acbox label:hover {
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%); /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input {
  display: none;
}

.acbox label:after {
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div.acbox-under {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div {
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%); /* クリック後のラベルの背景色 */
}

.acbox-under {
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}

#l-notice_news_2018_20180801 .mod-article-media-content {
  border-bottom: none;
}
@media screen and (min-width: 767px) {
  #l-notice_news_2018_20180801 .mod-article-media-content {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 766px) {
  #l-notice_news_2018_20180801 .mod-article-media-content {
    margin-bottom: 10px;
  }
}
#l-notice_news_2018_20180801 .heading-media span {
  letter-spacing: 1px;
}
#l-notice_news_2018_20180801 .mod-article-media-body .text {
  letter-spacing: 1px;
}
@media screen and (max-width: 766px) {
  #l-notice_news_2018_20180801 .mod-article-media-body .text {
    line-height: 2;
  }
}
@media screen and (min-width: 767px) {
  #l-notice_news_2018_20180801 .mod-article-media-heading {
    padding: 35px 0;
  }
}
@media screen and (max-width: 766px) {
  #l-notice_news_2018_20180801 .mod-article-media-heading {
    padding: 35px 0 27px;
  }
}
#l-notice_news_2018_20180801 .mod-article-media-heading .date {
  margin-right: 1em;

  letter-spacing: 2px;
}
#l-notice_news_2018_20180801 .mod-article-media-heading .group {
  letter-spacing: 2px;
}
@media screen and (max-width: 766px) {
  #l-notice_news_2018_20180801 .mod-article-media-foot-button {
    margin-top: 10px;
  }
}
#l-notice_news_2018_20180801 .card-usual-modal {
  margin-top: 5px;
}
#l-notice_news_2018_20180801 .card-usual-modal + .card-usual-modal {
  margin-top: 20px;
}
@media screen and (max-width: 766px) {
  #l-notice_news_2018_20180801 .card-usual-modal + .card-usual-modal {
    margin-top: 35px;
  }
}
@media screen and (min-width: 767px) {
  #l-notice_news_2018_20180801 .card-usual-modal .card-usual-modal__link {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 767px) {
  #l-notice_news_2018_20180801 .card-usual-modal .card-usual-modal__details {
    margin-top: -11px;
    padding-top: 0;
  }
}
#l-notice_news_2018_20180801
  .card-usual-modal
  .card-usual-modal__details
  .title {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
}
#l-notice_news_2018_20180801 .table-news-01 {
  margin-top: 40px;
}
@media screen and (max-width: 766px) {
  #l-notice_news_2018_20180801 .table-news-01 {
    margin-top: 35px;
  }
}
#l-notice_news_2018_20180801 .table-news-01 th,
#l-notice_news_2018_20180801 .table-news-01 td {
  line-height: 2;
  padding: 11px 0;

  vertical-align: top;
  letter-spacing: 1px;
  border-bottom: 1px solid #e9e9e9;
}
#l-notice_news_2018_20180801 .table-news-01 th {
  width: 129px;
}
#l-notice_news_2018_20180801 .table-news-01 + p {
  margin-top: 40px;
}
@media screen and (max-width: 766px) {
  body.is-hav-sidenav .contents {
    padding-top: 120px;
  }
}
.nav-subnavi {
  position: fixed;
  z-index: 9989;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .nav-subnavi {
    position: relative;
    z-index: 1;
    top: 0;
  }
}
.nav-subnavi.is-open .nav-subnavi__title .button .bar {
  top: 28px;
}
.nav-subnavi.is-open .nav-subnavi__title .button .bar.top {
  -webkit-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
.nav-subnavi.is-open .nav-subnavi__title .button .bar.mdl {
  background-color: transparent;
}
.nav-subnavi.is-open .nav-subnavi__title .button .bar.btm {
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
.nav-subnavi__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  background-color: #fbfbfb;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .nav-subnavi__title {
    display: none;
  }
}
.nav-subnavi__title .button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #23bcba;
}
.nav-subnavi__title .button .bar {
  position: absolute;
  top: 28px;
  left: 19px;
  display: block;
  width: 22px;
  height: 3px;
  background-color: #fff;
}
.nav-subnavi__title .button .bar.top {
  transition: all 0.3s !important;
  -webkit-transform: rotate(0deg);
  -webkit-transform: translateY(-8px);
  transform: rotate(0deg);
  transform: translateY(-8px);
}
.nav-subnavi__title .button .bar.btm {
  transition: all 0.3s !important;
  -webkit-transform: rotate(0deg);
  -webkit-transform: translateY(8px);
  transform: rotate(0deg);
  transform: translateY(8px);
}
.nav-subnavi__title .title {
  font-size: 16px;
  font-weight: bold;

  display: block;
  padding: 0 20px 0 80px;
  color: #333;
}
.nav-subnavi__body {
  position: absolute;
  top: 60px;
  left: 0;

  display: none;
  overflow-y: auto;
  width: 100%;
  height: calc(100% - 60px);
}
@media screen and (min-width: 767px) {
  .nav-subnavi__body {
    position: relative;
    top: 0;

    display: block;
    height: auto;
  }
}
.nav-subnavi__body-in {
  padding: 25px 25px 100px;
}
@media screen and (min-width: 767px) {
  .nav-subnavi__body-in {
    padding: 0;
  }
}
.nav-subnavi__button {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;

  display: block;
  min-width: 160px;
  margin-top: 20px;
  padding: 18px 20px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #c5c5c5;
  box-shadow: 1px 10px 44px -15px #ccc;
}
@media screen and (min-width: 767px) {
  .nav-subnavi__button {
    display: none;
  }
}
.nav-subnavi__button .inner {
  position: relative;
  display: block;
}
.nav-subnavi__button .inner:before {
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  display: block;
  width: 3px;
  height: 18px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.nav-subnavi__button .inner:after {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  display: block;
  width: 18px;
  height: 3px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
@media screen and (max-width: 766px) {
  .nav-subnavi.is-open {
    height: calc(100% - 60px);
  }
  .nav-subnavi.is-open .nav-subnavi__title .button {
    background-color: #a7a7a7;
  }
  .nav-subnavi.is-open .nav-subnavi__body {
    display: block;
  }
}
#l-faq .contents {
  padding-bottom: 0;
}
#l-faq .heading-main {
  border-bottom: none;
}
#l-faq .heading-main .ttl-cmn-01__border {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #l-faq .grid-float__col {
    padding-right: 0;
    padding-left: 0;
  }
  #l-faq .grid-float__col .ttl-cmn-01__border {
    padding-top: 1em;
  }
}
#l-faq .sec-faq-02 {
  margin: 0 -25px 0;
  padding: 50px 26px;

  background: #f8f8f9;
}
@media screen and (min-width: 767px) {
  #l-faq .sec-faq-02 {
    margin: 0 -25px 0;
    padding: 80px 0;
  }
}
#l-faq .sec-faq-02 .inner {
  max-width: 1200px;
  margin: auto;
  padding: 87px 104px 89px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 15px 26px -15px rgba(204, 204, 204, 0.5);
}
@media screen and (max-width: 766px) {
  #l-faq .sec-faq-02 .inner {
    padding: 38px 20px 40px;
  }
}
#l-faq .list-faq-01 .item-01 {
  padding-top: 30px;
  padding-bottom: 21px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 766px) {
  #l-faq .list-faq-01 .item-01 {
    padding-top: 38px;
    padding-bottom: 22px;
    border-bottom: 2px solid #eee;
  }
}
#l-faq .list-faq-01 .item-01:first-child {
  padding-top: 0;
  padding-bottom: 19px;
}
@media screen and (max-width: 766px) {
  #l-faq .list-faq-01 .item-01:first-child {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 766px) {
  #l-faq .list-faq-01 .item-01:nth-of-type(3) {
    padding-top: 37px;
  }
}
@media screen and (max-width: 766px) {
  #l-faq .list-faq-01 .item-01:nth-of-type(3) > dd {
    margin-top: 25px;
  }
}
@media screen and (max-width: 766px) {
  #l-faq .list-faq-01 .item-01:nth-of-type(n + 4) {
    padding-top: 43px;
  }
}
@media screen and (max-width: 766px) {
  #l-faq .list-faq-01 .item-01:nth-of-type(n + 4) > dd {
    margin-top: 25px;
  }
}
#l-faq .list-faq-01 .item-01 > dt {
  line-height: 1;
}
#l-faq .list-faq-01 .item-01 > dt .faq-question {
  position: relative;
  padding-left: 53px;
  letter-spacing: 1px;
  color: #333;
}
#l-faq .list-faq-01 .item-01 > dt .faq-question:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 35px;
  padding-left: 11px;
  content: "Q";
  color: #fff;
  border-radius: 17.5px;
  background: linear-gradient(-225deg, #23bcba, #45e994);
}
@media screen and (max-width: 766px) {
  #l-faq .list-faq-01 .item-01 > dt .faq-question:before {
    line-height: 2.2;

    top: -5px;
  }
}
#l-faq .list-faq-01 .item-01 > dt .faq-question.txt-cmn-02 {
  line-height: 2.2;

  padding-top: 0;
}
@media screen and (max-width: 766px) {
  #l-faq .list-faq-01 .item-01 > dt .faq-question.txt-cmn-02 {
    font-size: 16px;
    line-height: 1.6;
  }
}
#l-faq .list-faq-01 .item-01 > dd {
  margin-top: 19px;
}
@media screen and (max-width: 766px) {
  #l-faq .list-faq-01 .item-01 > dd {
    margin-top: 22px;
  }
}
#l-faq .list-faq-01 .item-01 > dd .faq-answer {
  position: relative;
  padding-left: 53px;
  letter-spacing: 0.9px;

  color: #71746f;
}
#l-faq .list-faq-01 .item-01 > dd .faq-answer:before {
  font-weight: bold;

  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 35px;
  padding-left: 11px;
  content: "A";
  color: #50bcb4;
  border-radius: 17.5px;
}
#l-faq .list-faq-01 .item-01 > dd .faq-answer.txt-cmn-02 {
  line-height: 2.2;

  padding-top: 0;
}
@media screen and (max-width: 766px) {
  #l-faq .list-faq-01 .item-01 > dd .faq-answer.txt-cmn-02 {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
  }
}
#l-faq .list-faq-01 .item-01 > dd .faq-answer .note {
  line-height: 2.1;

  margin-top: -3px;
  padding-left: 1.3em;
  text-indent: -17px;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 766px) {
  #l-faq .list-faq-01 .item-01 > dd .faq-answer .note {
    line-height: 2;
    margin-top: 7px;
    padding-left: 1.5em;
    text-indent: -14px;
    letter-spacing: 0;
  }
}
#l-faq .list-faq-01 .item-01 > dd .faq-answer .note:before {
  content: "※";
}
#l-faq .list-faq-01 .item-01 > dd .faq-answer .note .link-faq-01 {
  padding-left: 15px;
}
@media screen and (max-width: 766px) {
  #l-faq .list-faq-01 .item-01 > dd .faq-answer .note .link-faq-01 {
    word-wrap: break-word;
  }
}
#l-faq .link-faq-01 {
  font-size: 16px;
  display: inline-block;

  color: #23bcba;
}
@media screen and (max-width: 766px) {
  #l-faq .link-faq-01 {
    font-size: 14px;
    display: inline;
  }
}
#l-faq .link-faq-01:hover {
  text-decoration: underline;
}
#l-faq .link-faq-01[target="_blank"] {
  position: relative;

  padding-right: 34px;
}
@media screen and (max-width: 766px) {
  #l-faq .link-faq-01[target="_blank"] {
    display: inline-block;
  }
}
#l-faq .link-faq-01[target="_blank"]:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin-right: 13px;

  content: "";
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  background-image: url(/common/img/ico_window_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
}
#l-notice .heading-main {
  border-bottom: none;
}
#l-notice .heading-main .ttl-cmn-01__border {
  margin-bottom: 0;
}
#l-notice .sec-notice {
  margin: 0 -25px;
  background-color: #f8f8f9;
}
#l-notice .sec-notice-in {
  padding: 50px 25px;
}
@media screen and (min-width: 767px) {
  #l-notice .sec-notice-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
  }
}
#l-notice .list-notice-news {
  padding: 40px 20px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  #l-notice .list-notice-news {
    padding: 80px 104px;
    box-shadow: 0 15px 26px -15px rgba(204, 204, 204, 0.5);
    margin-bottom: 30px;
  }
}
#l-notice .list-notice-news__item {
  margin-bottom: 25px;

  border-bottom: 1px solid #e9e9e9;
}
#l-notice .list-notice-news__item:last-child {
  margin-bottom: 0;
}
#l-notice .list-notice-news__item .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.95;
}
#l-notice .list-notice-news__link {
  display: block;
  padding-bottom: 25px;
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  #l-notice .list-notice-news__link {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  #l-notice .list-notice-news__link:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
#l-notice .list-notice-news__heading {
  font-size: 14px;
  line-height: 1.95;

  overflow: hidden;
  margin-bottom: 0.25em;
  color: #71746f;
}
#l-notice .list-notice-news__heading .date,
#l-notice .list-notice-news__heading .name {
  font-weight: bold;
}
#l-notice .list-notice-news__heading .date {
  float: left;
  margin-right: 1em;
}
#l-notice .list-notice-news__heading .name {
  overflow: hidden;
}
#l-notice .list-notice-news__heading .name .name1,
#l-notice .list-notice-news__heading .name .name2 {
  display: block;
}
#l-notice .sec-notice-02 {
  margin-top: 53px;
}
#l-notice .sec-notice-02 .inner {
  padding-top: 72px;
  border-radius: 12px;
}
#l-notice .txt-cmn-01 {
  line-height: 1;
}
#l-notice .list-news-01 .item-01 {
  padding-bottom: 25px;
}
@media screen and (max-width: 766px) {
  #l-notice .list-news-01 .item-01 {
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
  }
}
#l-notice .list-news-01 .item-01:not(:first-of-type) {
  padding-top: 23px;
}
@media screen and (max-width: 766px) {
  #l-notice .list-news-01 .item-01:not(:first-of-type) {
    padding-top: 20px;
  }
}
#l-notice .list-news-01 .item-01 > dt {
  line-height: 1;
}
#l-notice .list-news-01 .item-01 .news-title {
  margin-top: 13px;
}
@media screen and (max-width: 766px) {
  #l-notice .list-news-01 .item-01 .news-title {
    margin-top: 7px;
  }
}
#l-notice .list-news-01 .item-01 .news-date {
  margin-right: 12px;

  letter-spacing: -0.8px;
}
@media screen and (max-width: 766px) {
  #l-notice .list-news-01 .item-01 .news-date {
    float: left;
    margin-right: 18px;
  }
}
#l-notice .list-news-01 .item-01 .news-info {
  letter-spacing: 1px;
}
@media screen and (max-width: 766px) {
  #l-notice .list-news-01 .item-01 .news-info {
    line-height: 2;
    display: block;
    overflow: hidden;
    padding-top: 0;
  }
}
#l-notice .list-news-01 .item-01 .news-info .second-line {
  line-height: 1.3;
  margin-top: 11px;
}
@media screen and (max-width: 766px) {
  #l-notice .wrap-btn-notice-01 {
    margin: 40px 0 26px;
  }
}
@media screen and (max-width: 766px) {
  #l-notice .sec-notice-02 {
    margin: 23px 0 0;
  }
  #l-notice .sec-notice-02 .inner {
    padding-top: 30px;
  }
  #l-notice .link-cmn-05 {
    line-height: 2;
    padding-right: 0;
    letter-spacing: -0.1px;
  }
}
#l-term .heading-main {
  padding-bottom: 35px;
  border-bottom: none;
}
#l-term .heading-main .ttl-cmn-01__border {
  margin-bottom: 0;
}
#l-term .sec-term {
  margin-bottom: 35px;
}
@media screen and (min-width: 767px) {
  #l-term .sec-term {
    margin-bottom: 60px;
  }
}
#l-term .sec-term:last-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  #l-term .sec-term:last-child {
    margin-bottom: 60px;
  }
}
#l-term .ttl-term-01 {
  margin-bottom: 0.65em;
  padding-bottom: 0.75em;
  border-bottom: 2px solid #e9e9e9;
}
#l-term .ttl-term-02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.95;

  margin-bottom: 0.5em;
}
#l-term .txt-term-read {
  font-size: 16px;
  line-height: 1.95;

  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  #l-term .txt-term-read {
    margin-bottom: 60px;
  }
}
#l-term .txt-term-01 {
  font-size: 16px;
  line-height: 1.95;
}
#l-term .txt-term-01 + .txt-term-01 {
  margin-top: 1em;
}
#l-term .txt-term-01 + .list-term {
  margin-top: 2.25em;
}
@media screen and (min-width: 767px) {
  #l-term .txt-term-01 + .list-term {
    margin-top: 2.5em;
  }
}
#l-term .txt-term-01 + .txt-term-note-01 {
  margin-top: 0.25em;
}
#l-term .txt-term-01 .link-cmn-05 {
  display: inline;
}
#l-term .txt-term-01 .link-cmn-05 .ico-external-link {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
#l-term .txt-term-note-01 {
  font-size: 14px;
  line-height: 1.95;

  position: relative;
  padding-left: 1.35em;
}
#l-term .txt-term-note-01::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;

  content: "※";
}
#l-term .txt-term-note-01 + .table-scroll-wrap {
  margin-top: 1.25em;
}
#l-term .list-term > li {
  font-size: 16px;
  line-height: 1.95;

  position: relative;
  margin-bottom: 1.5em;
  padding-left: 1.25em;
}
@media screen and (min-width: 767px) {
  #l-term .list-term > li {
    margin-bottom: 1.5em;
  }
}
#l-term .list-term > li:last-child {
  margin-bottom: 0;
}
#l-term .list-term > li::before {
  line-height: 1;
  line-height: 1.95;

  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  content: "・";
}
#l-term .list-term-number {
  counter-reset: li;
}
#l-term .list-term-number > li {
  font-size: 16px;

  position: relative;
  margin-bottom: 1.5em;
  padding-left: 1.35em;
}
#l-term .list-term-number > li:last-child {
  margin-bottom: 0;
}
#l-term .list-term-number > li:before {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.95;

  position: absolute;
  top: 0;
  left: 0;
  content: counter(li) ".";
  counter-increment: li;
}
#l-term .list-term-number > li .txt-term-01 + .ttl-term-02 {
  margin-top: 1.5em;
}
#l-term .list-term-number-sub {
  counter-reset: li;
}
#l-term .list-term-number-sub > li {
  font-size: 16px;
  line-height: 1.95;

  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.85em;
}
#l-term .list-term-number-sub > li:last-child {
  margin-bottom: 0;
}
#l-term .list-term-number-sub > li:before {
  font-size: 15px;

  position: absolute;
  top: 0.1em;
  left: 0;
  content: "(" counter(li) ")";
  counter-increment: li;
}
@media screen and (max-width: 766px) {
  #l-term .table-scroll-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1em;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #l-term .table-scroll-wrap::-webkit-scrollbar {
    height: 3px;
  }
  #l-term .table-scroll-wrap::-webkit-scrollbar-thumb {
    background: #ddd;
  }
  #l-term .table-scroll-wrap::-webkit-scrollbar-track-piece {
    background: #fff;
  }
}
#l-term .table-scroll-wrap .table-cmn-01 {
  font-size: 14px;
  border-color: #d3d3d3;
}
@media screen and (max-width: 766px) {
  #l-term .table-scroll-wrap .table-cmn-01 {
    width: 1200px;
  }
}
@media screen and (min-width: 767px) {
  #l-term .table-scroll-wrap .table-cmn-01 {
    box-shadow: 0 15px 26px -15px rgba(204, 204, 204, 0.5);
  }
}
#l-term .table-scroll-wrap .table-cmn-01 .col1 {
  width: 20%;
}
@media screen and (max-width: 766px) {
  #l-term .table-scroll-wrap .table-cmn-01 .col1 {
    width: 13%;
  }
}
#l-term .table-scroll-wrap .table-cmn-01 tr:nth-of-type(1) .table-cmn-01__th {
  line-height: 1;
}
#l-term .table-scroll-wrap .table-cmn-01 tr:nth-of-type(1) .table-cmn-01__td {
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
}
#l-term .table-scroll-wrap .table-cmn-01 tr:nth-of-type(2) .table-cmn-01__td {
  line-height: 1.7;

  vertical-align: top;
}
#l-term .table-scroll-wrap .table-cmn-01 .table-cmn-01__th,
#l-term .table-scroll-wrap .table-cmn-01 .table-cmn-01__td {
  padding: 17px 19px 13px;
  letter-spacing: 0.9px;
  border-color: #d3d3d3;
}
@media screen and (max-width: 766px) {
  #l-term .table-scroll-wrap .table-cmn-01 .table-cmn-01__th,
  #l-term .table-scroll-wrap .table-cmn-01 .table-cmn-01__td {
    padding: 18px 20px 13px;
  }
  #l-term .table-scroll-wrap .table-cmn-01 .table-cmn-01__th {
    letter-spacing: 1px;
  }
  #l-term .table-scroll-wrap .table-cmn-01 .table-cmn-01__td {
    letter-spacing: 0;
  }
}
#l-flow .contents {
  padding-bottom: 0;
}
@media screen and (min-width: 767px) {
  #l-flow .contents {
    padding-bottom: 170px;
  }
}
#l-flow .ttl-cmn-01__border {
  padding-top: 1em;
  letter-spacing: 1px;
}
@media screen and (max-width: 766px) {
  #l-flow .ttl-cmn-01__border {
    font-size: 34px;
    margin-bottom: 0.9em;
  }
}
#l-flow .ttl-cmn-01__border + .txt-cmn-01 {
  line-height: 2;
}
#l-flow .ttl-cmn-02__border {
  padding-top: 30px;
  letter-spacing: 1px;
}
#l-flow .txt-cmn-02 {
  padding-top: 0;
  letter-spacing: 0.95px;
}
#l-flow .sec-term {
  letter-spacing: 2px;
}
#l-flow .sec-term + .sec-term {
  margin-top: 72px;
  padding-top: 80px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (max-width: 766px) {
  #l-flow .sec-term + .sec-term {
    margin-top: 41px;
    padding-top: 43px;
  }
}
#l-flow .sec-term .txt-cmn-01 {
  letter-spacing: 0.92px;
}
#l-flow .sec-term.sec-term--table {
  margin-bottom: 82px;
}
#l-flow .sec-term.sec-term--table .table-cmn-01 {
  font-size: 14px;

  margin-top: 28px;
}
#l-flow
  .sec-term.sec-term--table
  .table-cmn-01
  tr:nth-of-type(1)
  .table-cmn-01__th {
  line-height: 1;
}
#l-flow
  .sec-term.sec-term--table
  .table-cmn-01
  tr:nth-of-type(1)
  .table-cmn-01__td {
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
}
#l-flow
  .sec-term.sec-term--table
  .table-cmn-01
  tr:nth-of-type(2)
  .table-cmn-01__td {
  line-height: 1.7;

  vertical-align: top;
}
#l-flow .sec-term.sec-term--table .table-cmn-01 .table-cmn-01__th,
#l-flow .sec-term.sec-term--table .table-cmn-01 .table-cmn-01__td {
  padding: 17px 5px 13px;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 767px) {
  #l-flow .sec-term.sec-term--table .table-cmn-01 .table-cmn-01__th,
  #l-flow .sec-term.sec-term--table .table-cmn-01 .table-cmn-01__td {
    padding: 17px 19px 13px;
    letter-spacing: 0.9px;
  }
}
#l-flow .ttl-term-01 {
  margin-bottom: 0.65em;
  padding-bottom: 0.8em;
}
@media screen and (min-width: 767px) {
  #l-flow .list-cmn-02 {
    margin-top: 44px;
    letter-spacing: 0.9px;
  }
  #l-flow .list-cmn-02 .item {
    line-height: 1.95;
  }
  #l-flow .list-cmn-02 .item:not(:first-child) {
    margin-top: 23px;
  }
  #l-flow h2 + .list-cmn-02 {
    margin-top: 22px;
  }
  #l-flow h2 + .text-cmn-02 {
    margin-top: 25px;
    letter-spacing: 0.9px;
  }
  #l-flow h2 + .text-cmn-02 + .text-cmn-01 {
    font-size: 14px;

    margin-top: 11px;
    letter-spacing: 1px;
  }
}
#l-flow .list-cmn-03 > .item::before {
  width: 2em;
}
#l-flow .list-cmn-03 > .item:not(:first-child) {
  margin-top: 8px;
}
#l-flow .list-cmn-04 > .item .txt-cmn-02.is-bold {
  padding-bottom: 5px;
}
#l-flow .list-cmn-04 > .item .txt-cmn-02.is-bold + .txt-cmn-02 {
  padding-top: 5px;
  letter-spacing: 0.95px;
}
@media screen and (min-width: 767px) {
  #l-flow .list-cmn-04 > .item .txt-cmn-02:not(.is-bold) + .list-cmn-03 {
    margin-top: -24px;
    letter-spacing: 0.8px;
  }
}
#l-flow .list-cmn-04 > .item + .item {
  margin-top: 25px;
  letter-spacing: 1px;
}
#l-flow .link-cmn-05 {
  letter-spacing: -0.5px;
}
#l-flow .btn-cmn-02-wrap {
  margin-top: 100px;
  letter-spacing: 0;
}
@media screen and (max-width: 766px) {
  #l-flow .btn-cmn-02-wrap {
    margin-top: 51px;
  }
}
@media screen and (min-width: 767px) {
  #l-flow .btn-cmn-02-wrap .btn-cmn-02 {
    min-width: 370px;
  }
}
#l-flow .list-flow-01 {
  counter-reset: number 0;
}
#l-flow .list-flow-01 .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
@media screen and (max-width: 766px) {
  #l-flow .list-flow-01 .item {
    flex-direction: column-reverse;

    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
}
#l-flow .list-flow-01 .item + .item {
  position: relative;

  margin-top: 98px;
}
@media screen and (max-width: 766px) {
  #l-flow .list-flow-01 .item + .item {
    margin-top: 78px;
  }
}
#l-flow .list-flow-01 .item + .item:before {
  position: absolute;
  top: -68px;
  left: 184px;
  width: 60px;
  height: 38px;

  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(/flow/img/ico_flow_arrow_01.png);
  background-size: 60px 38px;
}
@media screen and (max-width: 766px) {
  #l-flow .list-flow-01 .item + .item:before {
    top: -49px;
    left: 50%;
    width: 41px;
    height: 26px;
    background-size: 41px 26px;
  }
}
#l-flow .list-flow-01 .item:nth-of-type(4) .image {
  margin-top: 26px;
}
#l-flow .list-flow-01 .item .image {
  width: 368px;
  margin-right: 48px;
}
@media screen and (max-width: 766px) {
  #l-flow .list-flow-01 .item .image {
    display: block;

    width: 100%;
    height: auto;
    margin: 24px auto 0;
    margin-right: 0;
    padding: 0 1px;
    text-align: center;
  }
}
#l-flow .list-flow-01 .item .image img {
  width: 100%;
  border: 1px solid #e9e9e9;
}
#l-flow .list-flow-01 .item .detail-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#l-flow .list-flow-01 .item .detail-wrap .detail {
  margin-top: 7px;
}
@media screen and (max-width: 766px) {
  #l-flow .list-flow-01 .item .detail-wrap .detail {
    width: 100%;
  }
}
#l-flow .list-flow-01 .item .detail-wrap .detail .title {
  font-size: 18px;
  font-weight: bold;

  position: relative;
  padding-left: 35px;
  letter-spacing: 0.5px;
  color: #363833;
}
#l-flow .list-flow-01 .item .detail-wrap .detail .title:before {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  padding-left: 1px;
  content: counter(number);
  counter-increment: number 1;
  text-align: center;
  color: #fff;
  border-radius: 17.5px;
  background-color: #23bcba;
}
#l-flow .list-flow-01 .item .detail-wrap .detail .text {
  font-size: 14px;
  line-height: 1.9;

  margin-top: 10px;
  letter-spacing: 0.9px;
  color: #71746f;
}
@media screen and (max-width: 766px) {
  #l-flow .list-flow-01 .item .detail-wrap .detail .text {
    font-size: 16px;

    margin-top: 9px;
    padding-left: 6px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 766px) {
  #l-flow .list-flow-01 .item:nth-of-type(1) .detail-wrap .detail .text {
    margin-top: 18px;
    padding-left: 1px;
  }
}
@media screen and (max-width: 766px) {
  #l-flow .list-flow-01 .item:nth-of-type(3) .detail-wrap .detail .text {
    margin-top: 18px;
    padding-left: 1px;
    letter-spacing: 1px;
  }
}
#l-flow .sec-cmn-03 {
  max-width: 1200px;
  margin: 100px auto 0;
  padding-top: 80px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (max-width: 766px) {
  #l-flow .sec-cmn-03 {
    margin-top: 51px;
    padding-top: 48px;
  }
}
#l-flow .sec-cmn-03 .grid-float {
  max-width: 1228px;
}
#l-flow .sec-cmn-03 .grid-float .banner {
  position: relative;

  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 766px) {
  #l-flow .sec-cmn-03 .grid-float .banner {
    margin-top: 21px;
  }
}
#l-flow .sec-cmn-03 .grid-float .banner:nth-of-type(-n + 4) {
  margin-top: 47px;
}
@media screen and (max-width: 766px) {
  #l-flow .sec-cmn-03 .grid-float .banner:nth-of-type(-n + 4) {
    margin-top: 21px;
  }
}
@media screen and (max-width: 766px) {
  #l-flow .sec-cmn-03 .grid-float .banner:nth-of-type(1) {
    margin-top: 38px;
  }
}
#l-flow .sec-cmn-03 .grid-float .banner .banner--link {
  position: relative;
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  #l-flow .sec-cmn-03 .grid-float .banner .banner--link {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  #l-flow .sec-cmn-03 .grid-float .banner .banner--link:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
#l-flow .sec-cmn-03 .grid-float .banner .banner--link:after {
  position: absolute;
  top: -3px;
  right: -1em;
  width: 1em;
  height: 1em;

  content: "";
  background-image: url(/common/img/ico_window_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
}
#l-flow .sec-cmn-03 .grid-float .banner img {
  width: 200px;
}
@media screen and (max-width: 766px) {
  #l-flow .sec-cmn-03 .grid-float .banner img {
    width: 208px;
  }
}
#l-flow .mod-flow-button .btn-cmn-02 {
  display: block;
}
@media screen and (min-width: 767px) {
  #l-flow .mod-flow-button .btn-cmn-02 {
    display: inline-block;
  }
}
@media screen and (min-width: 767px) {
  #l-case .contents {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 767px) {
  #l-case .heading-main {
    padding: 100px 0 90px;
  }
}
#l-case .sec-cases-index {
  max-width: 1200px;
  margin: 0 auto;
}
#l-case .sec-cases-index + .sec-cases-index {
  margin-top: 90px;
}
@media screen and (min-width: 767px) {
  #l-case .sec-cases-index + .sec-cases-index {
    margin-top: 50px;
  }
}
@media screen and (min-width: 767px) {
  #l-case .sec-cases-index .grid-row + .grid-row {
    margin-top: 15px;
  }
}
#l-case .ttl-case-index {
  padding: 0 0 30px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #l-case .ttl-case-index {
    padding: 0 0 35px;
  }
}
#l-case .ttl-case-index__icon {
  display: inline-block;
  width: 148px;
  margin-bottom: 10px;
  vertical-align: top;
}
#l-case .ttl-case-index__title {
  padding-top: 0;
}
#l-case .grid-nav-cmn-01 .grid-cmn__col {
  padding-right: 0;
  padding-left: 0;
}
#l-case .grid-nav-cmn-01 + .sec-cases-01 {
  margin-top: 50px;
}
@media screen and (min-width: 767px) {
  #l-case .grid-nav-cmn-01 + .sec-cases-01 {
    margin-top: 65px;
  }
}
#l-case .grid-box-cmn-02 .grid-cmn__col {
  margin-top: 37px;
}
#l-case .grid-cmn-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  #l-case .grid-cmn-container .grid-cmn {
    margin: 0 -24px;
  }
}
#l-case #case05.sec-cases-01 {
  margin-bottom: 30px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  #l-case #case05.sec-cases-01 {
    margin-bottom: 0;
    padding-bottom: 50px;
    border-bottom: none;
  }
}
#l-service .heading-main-details {
  margin-top: 2.5em;
}
@media screen and (min-width: 767px) {
  #l-service .heading-main-details {
    margin-top: 0;
  }
}
#l-service .sec-base-05 .sec-base-in {
  padding-bottom: 0;
}
@media screen and (min-width: 767px) {
  #l-service .sec-base-05 .sec-base-in {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 767px) {
  .list-service-index {
    overflow: hidden;
    margin: 0 -24px;
  }
}
.list-service-index__item {
  margin-top: 50px;
}
@media screen and (min-width: 767px) {
  .list-service-index__item {
    float: left;
    width: 50%;
    padding: 0 24px;
  }
}
.list-service-index__item:first-child {
  margin-top: 0;
}
.list-service-index__item:first-child .card-service-index {
  padding-top: 0;

  border-top: none;
}
@media screen and (min-width: 767px) {
  .list-service-index__item:nth-child(2) {
    margin-top: 0;
  }
  .list-service-index__item:nth-child(2) .card-service-index {
    padding-top: 0;

    border-top: none;
  }
}
.card-service-index {
  display: block;
  padding-top: 50px;
  color: #71746f;
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .card-service-index {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .card-service-index:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.card-service-index__figure {
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .card-service-index__figure {
    margin-bottom: 15px;
  }
}
.card-service-index__heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-service-index__heading .title {
  line-height: 1.5;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 1 0;
}
.card-service-index__heading .title .sub {
  font-size: 14px;

  display: block;
  color: #71746f;
}
.card-service-index__details .description {
  font-size: 14px;
  line-height: 1.95;
}
.card-service-index__details .notice {
  font-size: 14px;

  margin-top: 1.5em;
  color: #f76a76;
}
.card-service-index__details .notice span {
  font-weight: bold;
}
.card-service-index__details .btn {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  position: relative;

  display: block;
  min-width: 210px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 15px 60px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #23bcba;
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%);
  box-shadow: 1px 10px 30px -10px #23bcba;
}
@media screen and (min-width: 767px) {
  .card-service-index__details .btn {
    display: inline-block;
  }
}
@media screen and (max-width: 766px) {
  .card-service-index__body {
    margin-bottom: 35px;
  }
}
#l-service-inbound_distribution .heading-main,
#l-service-inbound_distribution .sec-service-statistics {
  border-bottom: none;
}
@media screen and (min-width: 767px) {
  #l-service-inbound_distribution .heading-main {
    padding-bottom: 0;
  }
}
#l-service-addinfo_index .heading-main {
  border-bottom: none;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .heading-main {
    padding-bottom: 143px;
  }
}
#l-service-addinfo_index .heading-main .heading-main-image {
  margin-right: -25px;
  margin-left: -25px;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .heading-main .heading-main-image {
    margin: 0;
  }
}
#l-service-addinfo_index .sec-service-addinfo-index {
  max-width: 1200px;
  margin: 0 auto;
}
#l-service-addinfo_index
  .sec-service-addinfo-index
  + .sec-service-addinfo-index {
  margin-top: 59px;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index
    .sec-service-addinfo-index
    + .sec-service-addinfo-index {
    margin-top: 110px;
  }
}
#l-service-addinfo_index .sec-service-addinfo-index + .sec-slider {
  margin-top: 80px;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .sec-service-addinfo-index + .sec-slider {
    margin-top: 150px;
  }
}
#l-service-addinfo_index .mod-service-addinfo-index-article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  color: #71746f;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .mod-service-addinfo-index-article {
    display: block;
    height: 100%;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  #l-service-addinfo_index .mod-service-addinfo-index-article {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  #l-service-addinfo_index .mod-service-addinfo-index-article:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
#l-service-addinfo_index .mod-service-addinfo-index-article__image {
  margin-top: 36px;
  text-align: center;

  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
#l-service-addinfo_index .mod-service-addinfo-index-article__image img {
  width: 75%;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .mod-service-addinfo-index-article__image {
    float: right;
    width: 257px;
    margin: 6px 0 0 50px;
    padding: 0 33px 0 26px;
  }
  #l-service-addinfo_index .mod-service-addinfo-index-article__image img {
    width: 100%;
  }
}
#l-service-addinfo_index .mod-service-addinfo-index-article__details {
  overflow: hidden;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
#l-service-addinfo_index .mod-service-addinfo-index-article__details .title {
  font-size: 18px;
  font-weight: bold;

  margin-bottom: 24px;
  letter-spacing: 1px;
  color: #333;
}
#l-service-addinfo_index
  .mod-service-addinfo-index-article__details
  .description {
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 1px;
}
#l-service-addinfo_index .mod-service-addinfo-index-article__details .link {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;

  margin-top: 22px;
  vertical-align: middle;
  color: #23bcba;
}
#l-service-addinfo_index .mod-addinfo-index {
  padding-top: 18px;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .mod-addinfo-index {
    padding-top: 0;
  }
}
#l-service-addinfo_index .mod-addinfo-index-unit {
  margin-bottom: 61px;
}
#l-service-addinfo_index .mod-addinfo-index-unit:last-child {
  margin-bottom: 0;
}
#l-service-addinfo_index .mod-addinfo-index__heading {
  border-bottom: 2px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .mod-addinfo-index__heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#l-service-addinfo_index .mod-addinfo-index__heading .title {
  font-size: 24px;

  padding-top: 13px;
  padding-bottom: 32px;
  letter-spacing: 1px;
  color: #333;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .mod-addinfo-index__heading .title {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 35px;
  }
}
#l-service-addinfo_index .mod-addinfo-index__heading .button {
  display: none;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .mod-addinfo-index__heading .button {
    display: block;
  }
}
#l-service-addinfo_index .mod-addinfo-index__body {
  padding-top: 39px;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .mod-addinfo-index__body {
    padding-top: 30px;
  }
}
#l-service-addinfo_index .mod-addinfo-index__button {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .mod-addinfo-index__button {
    display: none;
  }
}
#l-service-addinfo_index .mod-addinfo-index__button .btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: relative;

  display: block;
  min-width: 210px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 19px 60px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #23bcba;
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%);
  box-shadow: 1px 10px 30px -10px #23bcba;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .mod-addinfo-index__button .btn {
    font-size: 14px;
  }
}
#l-service-addinfo_index .list-addinfo-index {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .list-addinfo-index {
    margin: 0 -24px;
  }
}
#l-service-addinfo_index .list-addinfo-index__item {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .list-addinfo-index__item {
    width: 50%;
    padding: 0 24px;
  }
}
#l-service-addinfo_index .list-addinfo-index__item:last-child {
  margin-bottom: 0;
}
#l-service-addinfo_index .card-addinfo-index a {
  display: block;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .card-addinfo-index a {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  #l-service-addinfo_index .card-addinfo-index a:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
#l-service-addinfo_index .card-addinfo-index__image {
  margin-bottom: 23px;
}
#l-service-addinfo_index .card-addinfo-index__image img {
  width: 100%;
}
#l-service-addinfo_index .card-addinfo-index__details .title {
  font-size: 18px;
  font-weight: bold;

  margin-bottom: 16px;
  color: #333;
}
#l-service-addinfo_index .card-addinfo-index__details .description {
  font-size: 14px;
  line-height: 1.95;
  color: #71746f;
}
#l-service-addinfo_index .card-addinfo-index__details .button {
  margin-top: 22px;
}
@media screen and (min-width: 767px) {
  #l-service-addinfo_index .card-addinfo-index__details .button {
    margin-top: 32px;
  }
}
#l-service-inbound_flow .heading-main,
#l-service-inbound_flow .sec-service-statistics {
  border-bottom: none;
}
@media screen and (min-width: 767px) {
  #l-service-inbound_flow .heading-main {
    padding-bottom: 0;
  }
}
#l-service-inbound_flow .txt-service-01 + .box-cmn-10 {
  margin-top: 30px;
}
#l-service-inbound_flow .grid-container .grid-col .txt-cmn-02 + .txt-cmn-03 {
  margin-top: 1.5em;
}
#l-service-inbound_flow .sec-accordion-01 .ttl-cmn-02__border {
  margin-bottom: 30px;
}
#l-service-inbound_flow
  .sec-accordion-wrap
  .sec-accordion-01
  + .sec-accordion-01 {
  margin-top: 50px;
}
@media screen and (min-width: 767px) {
  #l-service-inbound_flow
    .sec-accordion-wrap
    .sec-accordion-01
    + .sec-accordion-01 {
    margin-top: 80px;
  }
}
#l-service-inbound_flow .sec-accordion-wrap .sec-accordion-02 {
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  #l-service-inbound_flow .sec-accordion-wrap .sec-accordion-02 {
    margin-top: 70px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 766px) {
  #l-service-inbound_flow .sec-accordion-wrap .table-service-01-wrap {
    margin-right: -20px;
  }
}
#l-service-inbound_flow
  .sec-accordion-wrap
  .table-service-01-wrap
  + .txt-note-number {
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 766px) {
  #l-service-inbound_flow
    .sec-accordion-wrap
    .table-service-01-wrap
    + .txt-note-number {
    text-align: left;
  }
}
#l-service-inbound_flow
  .sec-accordion-wrap
  .table-service-01-wrap
  + .txt-note-number
  .ast {
  float: none;
}
@media screen and (max-width: 766px) {
  #l-service-inbound_flow
    .sec-accordion-wrap
    .table-service-01-wrap
    + .txt-note-number
    .ast {
    float: left;
  }
}
@media screen and (max-width: 766px) {
  #l-service-inbound_flow .sec-accordion-wrap .table-service-01-wrap {
    font-size: 14px;
    overflow-x: auto;
    overflow-y: hidden;

    margin-right: -20px;
    padding-bottom: 20px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #l-service-inbound_flow
    .sec-accordion-wrap
    .table-service-01-wrap::-webkit-scrollbar {
    height: 3px;
  }
  #l-service-inbound_flow
    .sec-accordion-wrap
    .table-service-01-wrap::-webkit-scrollbar-thumb {
    background: #ddd;
  }
  #l-service-inbound_flow
    .sec-accordion-wrap
    .table-service-01-wrap::-webkit-scrollbar-track-piece {
    background: #fff;
  }
}
.is-pc-hide {
  display: block;
}
@media screen and (min-width: 767px) {
  .is-pc-hide {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  #l-service-future .heading-main-future {
    border-bottom: none;
  }
}
#l-service-future .sec-service-future {
  margin-bottom: 50px;
}
#l-service-future .sec-service-future:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #l-service-future .sec-service-future {
    max-width: 1200px;
    margin: 0 auto 100px;
  }
}
.mod-future-vision {
  max-width: 1200px;
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .mod-future-vision {
    margin: 0 auto 150px;
    padding-top: 70px;
  }
}
.mod-future-vision__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;

  margin-bottom: 20px;
  color: #333;
}
@media screen and (min-width: 767px) {
  .mod-future-vision__title {
    margin-bottom: 40px;
  }
}
.mod-future-vision__image .sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .mod-future-vision__image .sp {
    display: none;
  }
}
.mod-future-vision__image .pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .mod-future-vision__image .pc {
    display: block;
    border: 1px solid #e9e9e9;
  }
}
.box-point {
  padding: 23px 26px 23px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}
.box-point__title {
  font-size: 18px;
  font-weight: bold;

  margin-bottom: 0.8em;
  color: #333;
}
@media screen and (min-width: 767px) {
  .box-point__title {
    float: left;
    margin-right: 15px;
  }
}
@media screen and (min-width: 767px) {
  .box-point__details {
    overflow: hidden;
  }
}
.list-checkmark__item {
  font-size: 15px;
  line-height: 1.65;

  position: relative;
  margin-bottom: 0.75em;
  padding-left: 35px;
}
.list-checkmark__item:last-child {
  margin-bottom: 0;
}
.list-checkmark__item::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/common/svg/ico_check_01.svg);
  background-size: 100%;
}
.list-future-pattern {
  margin-top: 2em;
}
@media screen and (min-width: 767px) {
  .list-future-pattern {
    margin-top: 3em;
  }
}
.list-future-pattern__item {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .list-future-pattern__item {
    margin-bottom: 80px;
  }
}
.list-future-pattern__item:last-child {
  margin-bottom: 0;
}
.list-future-pattern__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.85;

  position: relative;
  margin-bottom: 50px;
  padding: 0 0 40px 1.25em;
  letter-spacing: 0.9px;
  color: #333;
  border-bottom: 2px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .list-future-pattern__title {
    margin-bottom: 80px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.list-future-pattern__title .num {
  position: absolute;
  top: 0;
  left: 0;
}
.card-future {
  display: block;
  color: #71746f;
}
@media screen and (min-width: 767px) {
  .card-future:not(div):hover {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .card-future:not(div):hover:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.card-future__image {
  border: 1px solid #e9e9e9;
}
.card-future__image img {
  width: 100%;
  height: auto;
}
.card-future__details {
  padding: 1.5em 0 1em;
}
.card-future__details .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.card-future__details .note {
  font-size: 12px;

  margin-top: 1em;
}
.card-future__details .text {
  font-size: 14px;
  line-height: 1.85;

  margin-top: 1em;
}
.card-future__details .text + .list-future-example {
  margin-top: 1em;
}
.card-future__details .list-future-example {
  font-size: 14px;
  line-height: 1.85;
}
.card-future__details .list-future-example dt {
  float: left;
  width: 3em;
}
.card-future__details .list-future-example dd {
  overflow: hidden;
}
.card-future__details .list-future-example + .list-future-example {
  margin-top: 0.5em;
}
.card-future__button {
  width: 100%;
  margin-top: 2em;
}
@media screen and (min-width: 767px) {
  .card-future__button {
    width: auto;
  }
}
.card-future__button.blank {
  position: relative;
}
.card-future__button.blank::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  margin-top: -9px;

  content: "";
  background: url(/common/img/ico_window_02.svg) top left no-repeat;
  background-size: 18px 18px;
}
.mod-future-use {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .mod-future-use {
    margin-top: 40px;
  }
}
.mod-future-use__title {
  font-size: 24px;
  font-weight: bold;

  margin-bottom: 40px;
  color: #333;
}
@media screen and (min-width: 767px) {
  .mod-future-use__title {
    margin-bottom: 45px;
  }
}
.list-future-ai {
  font-size: 0;

  margin: 0 0 50px;
}
@media screen and (min-width: 767px) {
  .list-future-ai {
    display: inline-table;

    margin: 0 -24px 45px;
  }
}
.list-future-ai .items {
  font-size: 16px;

  width: 100%;
}
@media screen and (min-width: 767px) {
  .list-future-ai .items {
    display: table-cell;
    width: calc((100% - 96px) / 3);
    padding: 0 24px;
  }
}
.list-future-ai .items .image {
  position: relative;
  width: 100%;
  border: 1px solid #e9e9e9;
}
.list-future-ai .items .image img {
  width: 100%;
}
.list-future-ai .items .figcap {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  color: #363833;
}
.list-future-ai .items.item01 {
  margin-bottom: 84px;
}
@media screen and (min-width: 767px) {
  .list-future-ai .items.item01 {
    margin-bottom: 0;
  }
}
.list-future-ai .items.item02 {
  margin-bottom: 104px;
}
@media screen and (min-width: 767px) {
  .list-future-ai .items.item02 {
    margin-bottom: 0;
  }
}
.list-future-ai .items.item02 .image:before {
  position: absolute;
  top: -48px;
  left: 50%;
  width: 29px;
  height: 29px;

  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/service/future/img/ico_cross_01.png) center/contain no-repeat;
}
@media screen and (min-width: 767px) {
  .list-future-ai .items.item02 .image:before {
    top: 50%;
    left: -24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.list-future-ai .items.item03 .image:before {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 29px;
  height: 56px;

  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/service/future/img/ico_arrow_01_sp.png) center/contain
    no-repeat;
}
@media screen and (min-width: 767px) {
  .list-future-ai .items.item03 .image:before {
    top: 41%;
    left: -25px;
    width: 25px;
    height: 56px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/service/future/img/ico_arrow_01_pc.png) center/contain
      no-repeat;
  }
}
.mod-future-corevo {
  margin-top: 45px;
  padding: 30px 0 50px;

  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .mod-future-corevo {
    padding: 50px 0 50px;
  }
}
.mod-future-corevo__in {
  display: table;
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}
.mod-future-corevo__image {
  display: table-cell;
  width: 77px;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .mod-future-corevo__image {
    vertical-align: middle;
  }
}
.mod-future-corevo__details {
  font-size: 12px;

  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .mod-future-corevo__details {
    padding-left: 50px;

    vertical-align: middle;
  }
}
.list-future-corevo li {
  line-height: 1.75;

  position: relative;
  margin-bottom: 0.25em;
  padding-left: 1.5em;
}
.list-future-corevo li:last-child {
  margin-bottom: 0;
}
.list-future-corevo li::before {
  position: absolute;
  top: 0;
  left: 0;

  content: "※";
}
.list-future-corevo li a[target="_blank"] {
  position: relative;
  padding-right: 22px;
}
.list-future-corevo li a[target="_blank"]::after {
  position: absolute;
  top: 0.1em;
  right: 5px;
  width: 12px;
  height: 12px;

  content: "";
  background-image: url(/common/img/ico_window_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.list-future-corevo li a[target="_blank"]:hover {
  text-decoration: underline;
}
.grid-col .txt-default + .box-point {
  margin-top: 2.5em;
}
@media screen and (min-width: 767px) {
  .sec-service-statistics.sec-service-statistics--first {
    padding-bottom: 150px;
  }
}
#l-service-jpn_distribution .sec-accordion-01 .ttl-cmn-02__border {
  margin-bottom: 40px;
}
#l-service-jpn_distribution .ttl-cmn-02__border {
  padding-top: 1.4em;
}
#l-service-jpn_distribution .list-related-services__item {
  padding-top: 45px;
}
#l-service-jpn_distribution .card-related-services__title {
  letter-spacing: 1px;
}
#l-service-jpn_distribution .card-related-services__details .image {
  margin-left: 40px;
}
#l-service-jpn_distribution
  .card-related-services__details
  .inner
  .description {
  line-height: 2;

  letter-spacing: 1px;
}
.sec-accordion-02 .txt-cmn-02 + .txt-note {
  margin-top: 1em;
}
.txt-note-service-acc {
  margin-top: 30px;
  text-align: right;
}
.txt-note-service-acc .txt-note {
  display: inline-block;
}
.card-service-spec__image {
  margin-bottom: 25px;
}
.card-service-spec__image img {
  width: 100%;
  height: auto;
}
.card-service-spec__title {
  font-size: 18px;
  font-weight: bold;

  margin-bottom: 0.5em;
  color: #363833;
}
.card-service-spec__description {
  font-size: 14px;
  line-height: 1.95;
}
.card-service-spec__description + .card-service-spec__note {
  margin-top: 1.5em;
}
.card-service-spec__list {
  font-size: 14px;
  line-height: 1.95;
  margin-top: 1em;
}
.card-service-spec__note {
  font-size: 12px;

  position: relative;
  color: #71746f;
}
.card-service-spec__note .ast {
  display: inline-block;
  float: left;
  margin-right: 0.5em;
}
.card-service-spec__note .inner {
  display: block;
  overflow: hidden;
}
#l-service-inbound_distribution .txt-service-01 + .box-cmn-10 {
  margin-top: 30px;
}
#l-service-inbound_distribution
  .grid-container
  .grid-col
  .txt-cmn-02
  + .txt-cmn-03 {
  margin-top: 1.5em;
}
#l-service-inbound_distribution .sec-accordion-01 .ttl-cmn-02__border {
  margin-bottom: 30px;
}
#l-service-inbound_distribution .sec-accordion-02 {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  #l-service-inbound_distribution .sec-accordion-02 {
    margin-top: 80px;
  }
}
.heading-main + .sec-service-statistics {
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .heading-main + .sec-service-statistics {
    margin-top: 140px;
  }
}
.sec-slider + .sec-service-statistics {
  margin-top: 80px;
}
@media screen and (min-width: 767px) {
  .sec-slider + .sec-service-statistics {
    margin-top: 150px;
  }
}
.sec-service-statistics + .sec-accordion-wrap {
  margin-bottom: 80px;
}
.sec-base-02 + .sec-service-statistics {
  margin-top: 50px;
}
@media screen and (min-width: 767px) {
  .sec-base-02 + .sec-service-statistics {
    margin-top: 80px;
  }
}
.sec-service-statistics {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 75px;
}
.sec-service-statistics:last-child {
  margin-bottom: -15px;
  padding-bottom: 0;
}
@media screen and (min-width: 767px) {
  .sec-service-statistics.sec-service-statistics-under-slider {
    padding-bottom: 150px;
  }
}
.sec-service-statistics
  .grid-container
  .grid-col
  .ttl-cmn-02__border
  + .txt-cmn-02 {
  margin-top: 1.25em;
}
.card-usual-modal__link {
  display: none;
}
@media screen and (min-width: 767px) {
  .card-usual-modal__link {
    display: block;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .card-usual-modal__link {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .card-usual-modal__link:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.card-usual-modal__link .zoom {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #23bcba;
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%);
  box-shadow: 0 5px 10px 0 rgba(44, 199, 177, 0.3);
}
.card-usual-modal__link .zoom .ico-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}
.card-usual-modal__figure {
  position: relative;

  overflow: hidden;
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .card-usual-modal__figure {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .card-usual-modal__figure:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.card-usual-modal__figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px) {
  .card-usual-modal__figure img {
    margin-bottom: 0;
  }
}
.card-usual-modal__image.pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .card-usual-modal__image.pc {
    display: block;
  }
}
.card-usual-modal__image.sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .card-usual-modal__image.sp {
    display: none;
  }
}
.card-usual-modal__details {
  padding: 22px 0 0;
}
@media screen and (min-width: 767px) {
  .card-usual-modal__details {
    padding-top: 5px;
  }
}
.card-usual-modal__details .title {
  font-size: 18px;
  font-weight: bold;

  color: #333;
}
.mod-statistics-data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  color: #71746f;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 767px) {
  .mod-statistics-data {
    display: block;
    overflow: hidden;
    padding-top: 1.5em;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .mod-statistics-data {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  a.mod-statistics-data:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.mod-statistics-data__image {
  padding-top: 35px;
  text-align: center;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 767px) {
  .mod-statistics-data__image {
    float: right;
    min-width: 265px;
    max-width: 265px;
    margin-left: 45px;
    padding: 0 0;
  }
}
.mod-statistics-data__image.bigimage img {
  width: auto;
  height: 325px;
}
@media screen and (min-width: 767px) {
  .mod-statistics-data__image.bigimage img {
    height: 265px;
  }
}
.mod-statistics-data__image img {
  width: 100%;
}
.mod-statistics-data__details {
  overflow: hidden;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.mod-statistics-data__details .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.85;

  margin-bottom: 0.75em;
  color: #333;
}
.mod-statistics-data__details .text {
  font-size: 14px;
  line-height: 1.85;
}
.mod-statistics-data__details .link {
  margin-top: 1em;
}
.grid-container + .btn-service-more {
  margin-top: 45px;
}
@media screen and (min-width: 767px) {
  .grid-container + .btn-service-more {
    margin-top: 100px;
  }
}
.list-related-services {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .list-related-services {
    overflow: hidden;
    margin: 40px -24px 0;
  }
  .list-related-services::before {
    position: absolute;
    top: 0;
    left: 24px;
    width: calc(100% - 48px);

    content: "";
    border-top: 1px solid #e9e9e9;
  }
}
.list-related-services__item {
  padding: 42px 0 44px;
  border-top: 2px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .list-related-services__item {
    float: left;
    width: 33.3%;
    padding: 50px 24px;
    border-top: none;
  }
}
.card-related-services {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .card-related-services {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .card-related-services:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.card-related-services__title {
  font-size: 18px;
  font-weight: bold;

  margin-bottom: 0.5em;
  color: #333;
}
@media screen and (max-width: 766px) {
  .card-related-services__title {
    letter-spacing: 1px;
  }
}
.card-related-services__details .inner {
  overflow: hidden;
}
.card-related-services__details .image {
  float: right;
  width: 104px;
  margin-left: 20px;
}
.card-related-services__details .description {
  font-size: 14px;
  line-height: 1.85;

  color: #71746f;
}
@media screen and (max-width: 766px) {
  .card-related-services__details .description {
    line-height: 2;
    letter-spacing: 1px;
  }
}
.card-related-services__details .link {
  font-size: 14px;
  font-weight: bold;

  display: inline-block;
  margin-top: 1em;
}
@media screen and (max-width: 766px) {
  .card-related-services__details .link {
    margin-top: 40px;
  }
}
#l-media .heading-main .ttl-cmn-01__border {
  margin-bottom: 0;
}
#l-media .sec-media-index {
  padding-bottom: 20px;
}
#l-media .sec-media-index:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 767px) {
  #l-media .sec-media-index {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
#l-media .list-media {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  #l-media .list-media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -23px;
    border-bottom: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#l-media .list-media-item {
  width: 100%;
}
@media screen and (min-width: 767px) {
  #l-media .list-media-item {
    width: 50%;
    padding: 0 23px;
  }
}
#l-media .card-media-index {
  display: block;
  padding: 45px 0 50px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  #l-media .card-media-index {
    padding: 45px 0;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  #l-media .card-media-index {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  #l-media .card-media-index:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
#l-media .card-media-index-head {
  font-size: 14px;

  overflow: hidden;
  margin-bottom: 1.25em;
  color: #71746f;
}
#l-media .card-media-index-head .date {
  float: left;
  margin-right: 2em;
}
#l-media .card-media-index-head .group {
  overflow: hidden;
}
#l-media .card-media-index-body {
  position: relative;
}
#l-media .card-media-index-body::before,
#l-media .card-media-index-body::after {
  display: table;

  content: "";
}
#l-media .card-media-index-body::after {
  clear: both;
}
#l-media .card-media-index-body .image {
  float: right;
  width: 105px;
  text-align: center;
}
#l-media .card-media-index-body .image img {
  zoom: 0.5;

  height: auto;
}
#l-media .card-media-index-body .details {
  overflow: hidden;
  padding-right: 30px;
}
@media screen and (min-width: 767px) {
  #l-media .card-media-index-body .details {
    min-height: 110px;
    padding-right: 40px;
  }
}
#l-media .card-media-index-body .details .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;

  margin: -0.25em 0 0.5em;
  color: #363833;
}
@media screen and (min-width: 767px) {
  #l-media .card-media-index-body .details .title {
    min-height: 85px;
    margin-bottom: 0.25em;
  }
}
#l-media .card-media-index-body .details .link {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #23bcba;
}
.mod-article-media {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px;
}
@media screen and (min-width: 767px) {
  .mod-article-media {
    padding: 0 0 50px;
  }
}
.mod-article-media-heading {
  overflow: hidden;
  padding: 35px 0 20px;
}
@media screen and (min-width: 767px) {
  .mod-article-media-heading {
    padding: 35px 0 8px;
  }
}
.mod-article-media-heading .date {
  font-size: 17px;
  font-weight: bold;

  margin-bottom: 0.5em;
  color: #71746f;
}
@media screen and (min-width: 767px) {
  .mod-article-media-heading .date {
    float: left;
    margin-right: 2em;
  }
}
.mod-article-media-heading .group {
  font-size: 17px;
  font-weight: bold;
  color: #71746f;
}
@media screen and (min-width: 767px) {
  .mod-article-media-heading .group {
    float: left;
  }
}
.mod-article-media-sns {
  padding-bottom: 27px;
}
@media screen and (min-width: 767px) {
  .mod-article-media-sns {
    padding-bottom: 5px;
    text-align: right;
  }
}
@media screen and (min-width: 767px) {
  .mod-article-media-sns .box-cmn-sns {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.mod-article-media-sns .box-cmn-sns .item {
  margin-right: 10px;
}
@media screen and (min-width: 767px) {
  .mod-article-media-sns .box-cmn-sns .item {
    margin: 0 0 0 10px;
  }
}
.mod-article-media-sns .box-cmn-sns .item.fbshare {
  margin-top: -2px;
}
.mod-article-media-sns .box-cmn-sns .item.fbshare .fb_iframe_widget_fluid span,
.mod-article-media-sns .box-cmn-sns .item.fbshare .fb_iframe_widget span {
  vertical-align: top !important;
}
.mod-article-media-sns .box-cmn-sns .item.fblike {
  margin-top: -2px;
}
.mod-article-media-sns .box-cmn-sns .item.fblike .fb_iframe_widget_fluid span,
.mod-article-media-sns .box-cmn-sns .item.fblike .fb_iframe_widget span {
  vertical-align: top !important;
}
.mod-article-media-body .text {
  font-size: 16px;
  line-height: 1.85;
}
.mod-article-media-body .text + .text {
  margin-top: 2em;
}
.mod-article-media-content {
  margin-bottom: 28px;
  padding: 0 0 35px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .mod-article-media-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
    padding: 0 0 50px;
    border-bottom: none;
  }
}
@media screen and (min-width: 767px) {
  .mod-article-media-content-in {
    width: 50%;
    padding: 0 25px;
  }
}
.mod-article-media-image {
  margin-top: 3.75em;
}
@media screen and (min-width: 767px) {
  .mod-article-media-image {
    width: 50%;
    margin-top: 0;
    padding: 0 25px;
  }
}
.mod-article-media-image .inner {
  position: relative;
  display: block;
}
@media screen and (min-width: 767px) {
  .mod-article-media-image .inner:not(span) {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .mod-article-media-image .inner:not(span):hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
@media screen and (max-width: 766px) {
  .mod-article-media-image .inner:not(span) {
    pointer-events: none;
  }
}
.mod-article-media-image .inner .zoom {
  position: absolute;
  right: 15px;
  bottom: -20px;

  display: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #23bcba;
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%);
  box-shadow: 0 5px 10px 0 rgba(44, 199, 177, 0.3);
}
@media screen and (min-width: 767px) {
  .mod-article-media-image .inner .zoom {
    display: inline-block;
  }
}
.mod-article-media-image .inner .zoom .ico-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}
.mod-article-media-image .caption {
  font-size: 14px;

  margin-top: 2em;
  color: #71746f;
}
@media screen and (min-width: 767px) {
  .mod-article-media-image .caption {
    margin-top: 1em;
  }
}
@media screen and (min-width: 767px) {
  .mod-article-media-details {
    padding: 0 0 35px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.mod-article-media-content-middle-more {
  display: none;
}
@media screen and (min-width: 767px) {
  .mod-article-media-content-middle-more {
    display: block;
    margin-top: 30px;
    text-align: right;
  }
}
.mod-article-media-content-bottom-more {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .mod-article-media-content-bottom-more {
    display: none;
  }
}
.mod-article-media-foot-button {
  margin-top: 45px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .mod-article-media-foot-button {
    margin-top: 0;
  }
  .mod-article-media-foot-button .btn-cmn-01 {
    min-width: 368px;
  }
}
.heading-cases {
  margin: 0 auto;
  padding: 40px 0 25px;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .heading-cases {
    display: table;
    width: 100%;
    max-width: 1200px;
    padding: 60px 0 30px;
  }
}
.heading-cases__image {
  width: 80px;
  margin: 0 auto 25px;
}
@media screen and (min-width: 767px) {
  .heading-cases__image {
    display: table-cell;
    width: 160px;
    margin: 0;
    vertical-align: middle;
  }
}
.heading-cases__image img {
  width: 100%;
  height: auto;
}
.heading-cases__title {
  font-size: 28px;
  font-weight: bold;

  margin-bottom: 20px;
  text-align: left;
  color: #363833;
}
@media screen and (min-width: 767px) {
  .heading-cases__title {
    font-size: 34px;
  }
}
.heading-cases__list {
  text-align: left;
}
.heading-cases__list li {
  font-size: 16px;

  margin-bottom: 0.5em;
  color: #71746f;
}
.heading-cases__list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .heading-cases__details {
    display: table-cell;
    padding-left: 40px;
    vertical-align: middle;
  }
}
.ttl-cases-01 {
  font-size: 22px;
  font-weight: bold;

  padding: 0 0 25px;
  color: #363833;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .ttl-cases-01 {
    font-size: 30px;
    border-bottom: none;
  }
}
.area-content {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
}
@media screen and (min-width: 767px) {
  .area-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 53px;
  }
}
@media screen and (min-width: 767px) {
  .area-content-main {
    width: 70%;
  }
}
@media screen and (min-width: 767px) {
  .area-content-sub {
    display: block;
    width: 30%;
    min-width: 370px;
    padding: 8px 0 0 50px;
  }
}
.sec-cases-top .table-cmn-01 .table-cmn-01__td {
  border-left: none;
}
.sec-cases-middle {
  padding: 45px 0 35px;
}
@media screen and (min-width: 767px) {
  .sec-cases-middle:last-child {
    padding-top: 15px;
  }
}
.sec-cases-middle .ttl-cmn-02__border {
  margin-bottom: 1em;
}
@media screen and (min-width: 767px) {
  .sec-cases-middle .ttl-cmn-02__border {
    margin-bottom: 1.5em;
  }
}
.sec-cases-middle .table-cmn-01 + .table-cmn-01 {
  margin-top: 50px;
}
@media screen and (min-width: 767px) {
  .sec-cases-middle .table-cmn-01 + .table-cmn-01 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 767px) {
  .list-cases-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -14px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.list-cases-card__item {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .list-cases-card__item {
    width: 33.3%;
    margin-bottom: 0;
    padding: 0 14px;
  }
}
.list-cases-card__item:last-child {
  margin-bottom: 0;
}
.list-cases-card + .table-cmn-01 {
  margin-top: 50px;
}
.card-cases__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;

  display: none;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .card-cases__link {
    display: block;
  }
}
.card-cases__image {
  position: relative;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.card-cases__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px) {
  .card-cases__image img {
    margin-bottom: 0;
  }
}
.card-cases__image:hover {
  text-decoration: none;
  opacity: 0.7;
}
.card-cases__details {
  padding: 35px 0 0;
}
@media screen and (min-width: 767px) {
  .card-cases__details {
    padding: 20px 0 0;
  }
}
.card-cases__details .title {
  font-size: 18px;
  font-weight: bold;

  margin-bottom: 1em;
  color: #363833;
}
.card-cases__details .description {
  font-size: 14px;
}
.card-cases__zoom {
  position: absolute;
  right: 15px;
  bottom: -20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 100%;
  background: #23bcba;
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%);
  box-shadow: 1px 10px 30px -10px #23bcba;
}
.card-cases__zoom .ico-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}
.list-cases-service-2col {
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .list-cases-service-2col {
    margin: 0 -24px 30px;
  }
}
.list-cases-service-2col__item {
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) {
  .list-cases-service-2col__item {
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding: 0 24px;
  }
}
.list-cases-service-2col__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .list-cases-service-2col__item .card-cases-service__image {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
@media screen and (min-width: 767px) {
  .list-cases-service-2col__item .card-cases-service__content {
    width: 100%;
    padding-left: 0;
  }
}
.card-cases-service {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .card-cases-service {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .card-cases-service:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.card-cases-service__image {
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .card-cases-service__image {
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding-right: 20px;
  }
}
.card-cases-service__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px) {
  .card-cases-service__content {
    overflow: hidden;
    width: 50%;
    padding-bottom: 20px;
    padding-left: 25px;
  }
}
.card-cases-service__heading {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.card-cases-service__heading .title {
  font-size: 18px;
  font-weight: bold;

  display: table-cell;
  vertical-align: middle;
  color: #363833;
}
.card-cases-service__heading .tag {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.card-cases-service__body .description {
  font-size: 14px;
  line-height: 1.95;
  color: #71746f;
}
.card-cases-service__button {
  margin-top: 25px;
  margin-bottom: 20px;
}
.card-cases-relate {
  display: block;
  padding: 20px 25px;
  color: #71746f;
  background-color: #fbfbfb;
  box-shadow: 0 10px 15px -10px #ccc;
}
@media screen and (min-width: 767px) {
  .card-cases-relate {
    padding: 25px 25px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .card-cases-relate {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .card-cases-relate:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.card-cases-relate__sub {
  font-size: 12px;

  margin-bottom: 0.5em;
}
.card-cases-relate__title {
  font-size: 18px;
  font-weight: bold;

  margin-bottom: 0.2em;
  color: #363833;
}
.card-cases-relate__description {
  font-size: 16px;
  line-height: 2;
}
.card-cases-relate__link {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;

  margin-top: 0.5em;
  vertical-align: middle;
  color: #23bcba;
}
@media screen and (min-width: 767px) {
  .list-cases-relate {
    margin: 0 -24px;
  }
  .list-cases-relate::before,
  .list-cases-relate::after {
    display: table;

    content: "";
  }
  .list-cases-relate::after {
    clear: both;
  }
}
.list-cases-relate__item {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .list-cases-relate__item {
    float: left;
    width: 33.3%;
    margin-bottom: 0;
    padding: 0 50px 0 0;
  }
  .related-list ul {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-flow: row wrap;
  }
  .related-list ul:after {
    content: "";
    width: 33.3%;
    display: block;
  }
  .related-list .list-cases-relate__item {
    margin: 24px 0 0 0;
    float: none;
  }
  .related-list .list-cases-relate__item a {
    height: 100%;
  }
}
.list-cases-relate__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #l-labo .heading-main {
    padding: 100px 0 90px;
  }
}
#l-labo .heading-main .heading-main-details {
  margin-top: 1.85em;
}
@media screen and (min-width: 767px) {
  #l-labo .heading-main .heading-main-details {
    margin-top: 0;
  }
}
.area-labo-cards {
  max-width: 1200px;
  margin: 0 auto;
}
.list-labo-cards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .list-labo-cards {
    /*margin: 0 -24px;*/
    padding: 100px 0 20px;
  }
}
.list-labo-cards-item {
  margin-bottom: 50px;
  border-bottom: 2px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .list-labo-cards-item {
    width: 33.3%;
    margin-bottom: 0;
    padding: 0 24px;
    border-bottom: none;
  }
}
.list-labo-cards-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.list-labo-cards-item:last-child .card-labo {
  padding-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .list-labo-cards-item:nth-child(4) {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
  }
  .list-labo-cards-item:nth-child(4)::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: calc(100% - 48px);
    height: 1px;
    margin: 0 auto;

    content: "";
    background: #e9e9e9;
  }
}
.card-labo {
  display: block;
  padding-bottom: 50px;
  color: #71746f;
}
@media screen and (min-width: 767px) {
  .card-labo {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .card-labo:hover {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .card-labo:hover:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.card-labo-image {
  margin-bottom: 15px;
  overflow: hidden;
  width: 370px; /* トリミングしたい枠の幅 */
  height: 257px; /* トリミングしたい枠の高さ */
  position: relative;
}
@media screen and (max-width: 767px) {
  .card-labo-image {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}
/*.card-labo-image img
{
    width: 100%;height: auto;
}
--- 画像サイズ変更 -----*/
.card-labo-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  backface-visibility: hidden; /*safari 画像ボケ対策*/
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .card-labo-image img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    width: 100%;
    height: auto;
  }
}

.card-labo-title {
  font-size: 18px;
  font-weight: bold;

  margin-bottom: 0.75em;
  color: #333;
}
.card-labo-description {
  font-size: 14px;
  line-height: 2;
}
.card-labo-btn {
  display: block;

  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .card-labo-btn {
    width: 210px;
  }
}
#l-labo-visual .heading-main-labo-vi {
  padding: 80px 0 45px;
}
@media screen and (min-width: 767px) {
  #l-labo-visual .heading-main-labo-vi {
    padding: 110px 0 90px;
  }
}
#l-labo-visual .heading-main-labo-vi .heading-main-title {
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #l-labo-visual .heading-main-labo-vi .heading-main-title {
    text-align: left;
  }
}
#l-labo-visual .heading-main-labo-vi .heading-main-details {
  margin-top: 2.25em;
}
@media screen and (min-width: 767px) {
  #l-labo-visual .heading-main-labo-vi .heading-main-details {
    margin-top: 0;
    padding-top: 0;
  }
}
#l-labo-visual .sec-labo-visual {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 45px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  #l-labo-visual .sec-labo-visual {
    padding: 100px 0 70px;
  }
}
#l-labo-visual .sec-labo-visual:last-child {
  padding-bottom: 30px;
  border-bottom: none;
}
.heading-section {
  overflow: hidden;
  margin-bottom: 35px;
}
@media screen and (min-width: 767px) {
  .heading-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 767px) {
  .heading-section__title {
    width: 360px;
    margin-right: 50px;
  }
}
.heading-section__description {
  font-size: 14px;
  line-height: 1.95;

  margin-top: 1.95em;
}
@media screen and (min-width: 767px) {
  .heading-section__description {
    font-size: 16px;
    margin-top: 0;

    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1 0;
  }
}
.heading-section__column {
  margin-top: 5em;
}
.mod-youtube-movie {
  position: relative;
  width: 100%;
  padding-top: 100%;
  padding-bottom: 50%;
}
@media screen and (min-width: 767px) {
  .mod-youtube-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  padding-bottom: 0;
  }
}

.mod-youtube-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.mod-youtube-link {
  display: inline-block;
  margin-top: 25px;
}
@media screen and (min-width: 767px) {
  .card-visual {
    overflow: hidden;
  }
}
.card-visual.s-in-shadow {
  overflow: visible;
}
.card-visual.s-in-shadow:after {
  display: table;
  clear: both;
  height: 0;

  content: "";
}
.card-visual__title {
  font-size: 18px;
  font-weight: bold;

  margin-bottom: 20px;
  color: #333;
}
.card-visual__image {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .card-visual__image {
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding-right: 24px;
  }
}
.card-visual__image img {
  width: 100%;
  height: auto;
}
.card-visual__image .pc {
  position: relative;
  display: none;
}
@media screen and (min-width: 767px) {
  .card-visual__image .pc {
    display: block;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .card-visual__image .pc:hover {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  .card-visual__image .pc:hover:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.card-visual__image .sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .card-visual__image .sp {
    display: none;
  }
}
.card-visual__details {
  color: #71746f;
}
@media screen and (min-width: 767px) {
  .card-visual__details {
    overflow: hidden;
    width: 50%;
    padding-left: 24px;
  }
}
.card-visual__details .title {
  font-size: 18px;
  font-weight: bold;

  margin-bottom: 15px;
  color: #333;
}
.card-visual__details .description {
  font-size: 14px;
  line-height: 1.95;
}
.card-visual__details .description.inline {
  display: inline;
}
@media screen and (min-width: 767px) {
  .card-visual__details .description.inline {
    display: block;
  }
}
.card-visual__details .description + .description {
  margin-top: 2em;
}
.card-visual__zoom {
  font-size: 20px;

  position: absolute;
  right: 15px;
  bottom: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #23bcba;
  background: linear-gradient(135deg, #23bcba 0%, #45e994 100%);
  box-shadow: 1px 9px 30px -6px #23bcba;
}
.card-visual__zoom .ico-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}
#l-labo-column .heading-main {
  border-bottom: none;
}
#l-labo-column .heading-main .ttl-cmn-01__border {
  margin-bottom: 0;
}
#l-labo-column .sec-labo-column {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (min-width: 767px) {
  #l-labo-column .sec-labo-column {
    padding-bottom: 110px;
  }
}
#l-labo-column .list-labo-column {
  border-top: 1px solid #e9e9e9;
}
#l-labo-column .list-labo-column__item {
  border-bottom: 1px solid #e9e9e9;
}
#l-labo-column .card-labo-column {
  display: block;
  overflow: hidden;
  padding: 50px 0 50px;
  color: #71746f;
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  #l-labo-column .card-labo-column {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  #l-labo-column .card-labo-column:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
#l-labo-column .card-labo-column__image {
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  #l-labo-column .card-labo-column__image {
    float: left;
    width: 265px;
    margin-right: 48px;
  }
}
#l-labo-column .card-labo-column__image img {
  width: 100%;
  height: auto;
}
#l-labo-column .card-labo-column__details {
  overflow: hidden;
}
#l-labo-column .card-labo-column__details .date {
  font-size: 14px;

  margin-bottom: 0.5em;
}
#l-labo-column .card-labo-column__details .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;

  margin-bottom: 1em;
  color: #333;
}
#l-labo-column .card-labo-column__details .description {
  font-size: 14px;
  line-height: 1.95;

  margin-bottom: 1.25em;
}
#l-labo-column .card-labo-column__details .btn {
  display: block;
}
@media screen and (min-width: 767px) {
  #l-labo-column .card-labo-column__details .btn {
    display: inline-block;
  }
}
#l-labo-column-detail .heading-labo-column {
  padding: 40px 0 30px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  #l-labo-column-detail .heading-labo-column {
    padding: 70px 0 40px;
  }
}
#l-labo-column-detail .heading-labo-column__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;

  color: #333;
}
@media screen and (min-width: 767px) {
  #l-labo-column-detail .heading-labo-column__title {
    font-size: 33px;
  }
}
#l-labo-column-detail .contents {
  padding-bottom: 60px;
}
#l-labo-column-detail .mod-float-article--right .mod-float-article__details {
  float: left;
}
@media screen and (max-width: 766px) {
  #l-labo-column-detail .mod-float-article--right .mod-float-article__details {
    float: none;
  }
}
@media screen and (max-width: 766px) {
  #l-labo-column-detail .mod-float-article--right .mod-float-article__image {
    margin-top: 50px;
  }
}
@media screen and (max-width: 766px) {
  #l-labo-column-detail .mod-float-article--right + .text {
    margin-top: 12px;
  }
}
@media screen and (max-width: 766px) {
  #l-labo-column-detail .mod-article-labo-column-main .text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
  }
}
#l-labo-column-detail .mod-article-labo-column-main .text + .mod-float-article {
  margin-top: 2.7em;
}
#l-labo-column-detail .mod-article-labo-column-main .text__bold {
  font-size: 20px;
  font-weight: bold;

  color: #363833;
}
@media screen and (max-width: 766px) {
  #l-labo-column-detail .mod-article-labo-column-main .text__bold {
    line-height: 2;
    letter-spacing: 1px;
  }
}
#l-labo-column-detail
  .mod-article-labo-column-main
  .text__bold
  + .mod-float-article {
  margin-top: 2.7em;
}
@media screen and (min-width: 767px) {
  .mod-article-labo-column {
    padding-bottom: 30px;
  }
}
.mod-article-labo-column-heading {
  margin-bottom: 40px;
  padding: 35px 0 0;
}
@media screen and (min-width: 767px) {
  .mod-article-labo-column-heading {
    overflow: hidden;
  }
}
.mod-article-labo-column-heading__date {
  font-size: 17px;
  font-weight: bold;

  margin-bottom: 20px;
  color: #71746f;
}
@media screen and (min-width: 767px) {
  .mod-article-labo-column-heading__date {
    float: left;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .mod-article-labo-column-heading__sns {
    float: right;
  }
}
.mod-article-labo-column-heading__sns .box-cmn-sns .item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.mod-article-labo-column-heading__sns .box-cmn-sns .item:last-child {
  margin-right: 0;
}
.mod-article-labo-column-heading__sns
  .box-cmn-sns
  .item.fbshare
  .fb_iframe_widget_fluid
  span,
.mod-article-labo-column-heading__sns
  .box-cmn-sns
  .item.fbshare
  .fb_iframe_widget
  span,
.mod-article-labo-column-heading__sns
  .box-cmn-sns
  .item.fblike
  .fb_iframe_widget
  span {
  vertical-align: top !important;
}
.box-labo-column-reading {
  font-size: 15px;
  line-height: 1.95;

  margin-bottom: 50px;
  padding: 35px 40px;
  background-color: #fafafa;
}

.mod-labo-column-author__button {
  display: none;
}
.mod-labo-column-author-under-button {
  display: none;
  margin-top: 40px;
  padding: 0 40px;
}
@media screen and (min-width: 767px) {
  .mod-labo-column-author-under-button {
    display: block;
  }
}
.mod-labo-column-author-under-button .btn-cmn-03 {
  min-width: 100%;
}
.box-author-profile {
  padding: 20px 20px;
  border: 1px solid #e9e9e9;
}
@media screen and (min-width: 767px) {
  .box-author-profile {
    padding: 40px 40px 35px;
  }
}
.box-author-profile .image {
  margin-bottom: 35px;
}
.box-author-profile .image img {
  width: 100%;
  height: auto;
}
.box-author-profile .name {
  font-size: 19px;
  font-weight: bold;
}
.box-author-profile .phonetic {
  font-size: 15px;

  margin-bottom: 2em;
}
.box-author-profile .post {
  font-size: 14px;

  margin-bottom: 1.5em;
}
.box-author-profile .description {
  font-size: 16px;
  line-height: 1.85;
}
.box-author-profile .description + .description {
  margin-top: 1em;
}
@media screen and (min-width: 767px) {
  .mod-article-labo-column-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.mod-article-labo-column-body .mod-article-labo-column-main {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 1 0;
}
@media screen and (min-width: 767px) {
  .mod-article-labo-column-body .mod-article-labo-column-main {
    margin-right: 48px;
  }
}
@media screen and (min-width: 767px) {
  .mod-article-labo-column-body .mod-article-labo-column-sub {
    width: 368px;
  }
}
@media screen and (min-width: 767px) {
  .mod-article-labo-column-body
    .mod-article-labo-column-sub
    .mod-labo-column-author-under-button
    .btn-cmn-03 {
    padding: 13px 60px;
  }
}
.mod-article-labo-column-main .text {
  font-size: 15px;
  line-height: 1.95;
}
.mod-article-labo-column-main .text .link-cmn-05 {
  font-size: inherit;
  font-weight: normal;
  padding-right: 20px;
  text-decoration: underline;
}
.mod-article-labo-column-main .text .ico-external-link {
  width: 12px;
  height: 12px;
  margin-top: -6px;

  background-size: contain;
}
.mod-article-labo-column-main .text + .text {
  margin-top: 2.25em;
}
.mod-article-labo-column-main .text + .mod-float-article {
  margin-top: 2.25em;
}
@media screen and (min-width: 767px) {
  .mod-article-labo-column-main .text + .mod-float-article {
    margin-top: 3em;
  }
}
.mod-article-labo-column-main .text + .mod-image-article {
  margin-top: 2.25em;
}
.mod-article-labo-column-sub {
  margin-top: 2.5em;
}
@media screen and (min-width: 767px) {
  .mod-article-labo-column-sub {
    margin-top: 0;
  }
}
.mod-float-article {
  overflow: hidden;
}
.mod-float-article__image {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 767px) {
  .mod-float-article__image {
    width: 50%;
    margin-bottom: 0;
  }
}
.mod-float-article__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px) {
  .mod-float-article--left .mod-float-article__image {
    float: left;
    padding-right: 24px;
  }
}
@media screen and (min-width: 767px) {
  .mod-float-article--left .mod-float-article__details {
    padding-left: 24px;
  }
}
@media screen and (min-width: 767px) {
  .mod-float-article--right .mod-float-article__image {
    float: right;
    padding-left: 24px;
  }
}
@media screen and (min-width: 767px) {
  .mod-float-article--right .mod-float-article__details {
    padding-right: 24px;
  }
}
@media screen and (min-width: 767px) {
  .mod-float-article__details {
    overflow: hidden;
    width: 50%;
  }
}
.mod-float-article + .text {
  margin-top: 2.5em;
}
@media screen and (min-width: 767px) {
  .mod-float-article + .text {
    margin-top: 3em;
  }
}
.mod-image-article__caption {
  font-size: 13px;
  line-height: 1.75;

  margin-top: 10px;
}
.mod-image-article + .text {
  margin-top: 2.5em;
}
.mod-image-article + .mod-image-article {
  margin-top: 2.25em;
}
.mod-article-labo-column-foot {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .mod-article-labo-column-foot {
    width: calc(100% - 416px);
    padding: 30px 0 0;
    text-align: right;
    border-top: 1px solid #e9e9e9;
  }
}
.mod-article-labo-column-foot__sns .box-cmn-sns {
  display: inline-block;
  float: none;
}
.mod-article-labo-column-foot__sns .box-cmn-sns .item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.mod-article-labo-column-foot__sns .box-cmn-sns .item:last-child {
  margin-right: 0;
}
.mod-article-labo-column-foot__sns
  .box-cmn-sns
  .item.fbshare
  .fb_iframe_widget_fluid
  span,
.mod-article-labo-column-foot__sns
  .box-cmn-sns
  .item.fbshare
  .fb_iframe_widget
  span,
.mod-article-labo-column-foot__sns
  .box-cmn-sns
  .item.fblike
  .fb_iframe_widget
  span {
  vertical-align: top !important;
}
.mod-article-labo-column-foot__button {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .mod-article-labo-column-foot__button {
    margin-top: 40px;
  }
}
.mod-article-labo-column-foot__button .btn-cmn-03 {
  min-width: 265px;
  max-width: 265px;
  padding: 13px 60px;
  box-shadow: 1px 10px 30px -10px #23bcba;
}
.navi-report-year {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 45px 50px 45px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 766px) {
  .navi-report-year {
    margin-bottom: 50px;
    padding: 25px 20px 25px;
    border-width: 2px;
  }
}
.navi-report-year-in {
  overflow: hidden;
  margin: -30px -25px 0;
}
.navi-report-year-item {
  float: left;
  margin: 30px 25px 0;
}
.navi-report-year-item a {
  font-size: 16px;
}
.navi-report-year-item a:hover {
  text-decoration: underline;
}
.sec-report {
  max-width: 1200px;
  margin: 0 auto;
}
.sec-report .ttl-cmn-02__border {
  margin-bottom: 40px;
}
.sec-report:last-child {
  padding-bottom: 50px;
}
@media screen and (max-width: 766px) {
  .sec-report:last-child {
    padding-bottom: 25px;
  }
}
.sec-report + .sec-report {
  margin-top: 100px;
}
@media screen and (max-width: 766px) {
  .sec-report + .sec-report {
    margin-top: 50px;
  }
}
.list-report-result-item {
  margin-bottom: 100px;
  padding: 40px 0 0;
  border-top: 1px solid #e9e9e9;
}
@media screen and (max-width: 766px) {
  .list-report-result-item {
    margin-bottom: 80px;
    border-width: 2px;
  }
}
.list-report-result-item:last-child {
  margin-bottom: 0;
}
.list-report-result-title {
  font-size: 30px;
  line-height: 1.85;

  margin-bottom: 40px;
  color: #363833;
}
@media screen and (max-width: 766px) {
  .list-report-result-title {
    font-size: 18px;
  }
}
.mod-report-result {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 766px) {
  .mod-report-result {
    display: block;
  }
}
.mod-report-result-movie {
  width: 576px;
  margin-right: 48px;
}
@media screen and (max-width: 766px) {
  .mod-report-result-movie {
    position: relative;
    width: 100%;
    margin: 0 0 30px;
    padding-top: 56.25%;
  }
  .mod-report-result-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.mod-report-result-details {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 1 0;
}
.mod-report-result-details .link-pdf {
  margin-top: 30px;
}
.list-report-result-info {
  font-size: 18px;
  line-height: 1.85;

  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .list-report-result-info {
    font-size: 16px;
  }
}
.list-report-result-info dt {
  font-weight: bold;

  float: left;
  width: 130px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766px) {
  .list-report-result-info dt {
    float: none;
    width: 100%;
    margin-bottom: 0.25em;
  }
}
.list-report-result-info dd {
  position: relative;

  overflow: hidden;
  padding-left: 1.5em;
}
@media screen and (max-width: 766px) {
  .list-report-result-info dd {
    padding-left: 0;
  }
}
.list-report-result-info dd::before {
  position: absolute;
  top: 0;
  left: 0;

  content: "：";
}
@media screen and (max-width: 766px) {
  .list-report-result-info dd::before {
    display: none;
  }
}
.list-report-result-info + .list-report-result-info {
  margin-top: 25px;
}
.link-pdf {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 766px) {
  .link-pdf {
    font-size: 16px;
  }
}
.link-pdf a::after {
  position: absolute;
  width: 18px;
  height: 18px;
  margin-top: 0.25em;

  content: "";
  background: url("/common/img/ico_pdf_01.png") top left no-repeat;
}
.link-pdf a:hover {
  text-decoration: underline;
}
.card-cases__details .description {
  line-height: 1.95;
}
#l-labo-column .card-labo-column {
  padding: 50px 0 25px;
}
@media screen and (min-width: 767px) {
  #l-labo-column .card-labo-column {
    padding: 50px 0 30px;
  }
}
#l-labo-column .card-labo-column__details .btn {
  margin-bottom: 20px;
}
@media screen and (max-width: 766px) {
  .table-scroll-wrap {
    margin-right: -25px;
  }
}
.table-scroll-wrap .table-scroll {
  width: 1225px;
}
.card-service-default__link .btn-zoom-01 {
  bottom: -10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .no-pc {
    display: none !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  .no-tb {
    display: none !important;
  }
}
@media screen and (max-width: 766px) {
  .no-sp {
    display: none !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (max-width: 766px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .only-tb {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  .only-sp {
    display: none !important;
  }
}
.is-center {
  text-align: center !important;
}
.is-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.is-left {
  text-align: left !important;
}
.is-right {
  text-align: right !important;
}
@media screen and (min-width: 1280px) {
  .is-center-pc {
    text-align: center !important;
  }
  .is-left-pc {
    text-align: left !important;
  }
  .is-right-pc {
    text-align: right !important;
  }
}
@media screen and (min-width: 767px) {
  .is-center-pctb {
    text-align: center !important;
  }
  .is-left-pctb {
    text-align: left !important;
  }
  .is-right-pctb {
    text-align: right !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  .is-center-tb {
    text-align: center !important;
  }
  .is-left-tb {
    text-align: left !important;
  }
  .is-right-tb {
    text-align: right !important;
  }
}
@media screen and (max-width: 1279px) {
  .is-center-sptb {
    text-align: center !important;
  }
  .is-left-sptb {
    text-align: left !important;
  }
  .is-right-sptb {
    text-align: right !important;
  }
}
@media screen and (max-width: 766px) {
  .is-center-sp {
    text-align: center !important;
  }
  .is-left-sp {
    text-align: left !important;
  }
  .is-right-sp {
    text-align: right !important;
  }
}
.is-flex-center {
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.is-flex-left {
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.is-flex-right {
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
@media screen and (min-width: 1280px) {
  .is-flex-center-pc {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .is-flex-left-pc {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .is-flex-right-pc {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 767px) {
  .is-flex-center-pctb {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .is-flex-left-pctb {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .is-flex-right-pctb {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  .is-flex-center-tb {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .is-flex-left-tb {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .is-flex-right-tb {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 1279px) {
  .is-flex-center-sptb {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .is-flex-left-sptb {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .is-flex-right-sptb {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 766px) {
  .is-flex-center-sp {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .is-flex-left-sp {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .is-flex-right-sp {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
.is-bold {
  font-weight: bold !important;
}
.is-normal {
  font-weight: normal !important;
}
@media screen and (min-width: 1280px) {
  .is-bold-pc {
    font-weight: bold !important;
  }
  .is-normal-pc {
    font-weight: normal !important;
  }
}
@media screen and (min-width: 767px) {
  .is-bold-pctb {
    font-weight: bold !important;
  }
  .is-normal-pctb {
    font-weight: normal !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  .is-bold-tb {
    font-weight: bold !important;
  }
  .is-normal-tb {
    font-weight: normal !important;
  }
}
@media screen and (max-width: 1279px) {
  .is-bold-sptb {
    font-weight: bold !important;
  }
  .is-normal-sptb {
    font-weight: normal !important;
  }
}
@media screen and (max-width: 766px) {
  .is-bold-sp {
    font-weight: bold !important;
  }
  .is-normal-sp {
    font-weight: normal !important;
  }
}
.is-break-all {
  word-break: break-all;
}
.is-keep-all {
  word-break: keep-all;
}
.is-nowrap {
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .is-break-all-pc {
    word-break: break-all;
  }
  .is-keep-all-pc {
    word-break: keep-all;
  }
  .is-nowrap-pc {
    white-space: nowrap;
  }
}
@media screen and (min-width: 767px) {
  .is-break-all-pctb {
    word-break: break-all;
  }
  .is-keep-all-pctb {
    word-break: keep-all;
  }
  .is-nowrap-pctb {
    white-space: nowrap;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  .is-break-all-tb {
    word-break: break-all;
  }
  .is-keep-all-tb {
    word-break: keep-all;
  }
  .is-nowrap-tb {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1279px) {
  .is-break-all-sptb {
    word-break: break-all;
  }
  .is-keep-all-sptb {
    word-break: keep-all;
  }
  .is-nowrap-sptb {
    white-space: nowrap;
  }
}
@media screen and (max-width: 766px) {
  .is-break-all-sp {
    word-break: break-all;
  }
  .is-keep-all-sp {
    word-break: keep-all;
  }
  .is-nowrap-sp {
    white-space: nowrap;
  }
}
.is-shadow {
  box-shadow: 0 10px 15px -12px rgba(204, 204, 204, 0.5);
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 767px) {
  .is-width-370-pctb {
    width: 370px;
    min-width: 370px;
  }
}
@media screen and (max-width: 766px) {
  .is-width-max-sp {
    width: 100%;
    min-width: 100%;
  }
}

/*▼ ナビ変更========================================================*/
.is-menu-active {
  overflow: hidden;
}

/*第1階層header*/
.header-menu-top-pc {
}
.header-menu-top-pc li.menu_single {
  position: relative;
  height: 150px;
}

.header-menu-top-pc li.menu_single .menu_second_wrap {
  position: absolute;
  padding: 5px 5px 5px;
  width: 220px;
  display: none;
}

.header-menu-top-pc li.menu_single ul.menu_second {
  background: #ffffff;
  box-shadow: 0px 0px 15px -8px #000000;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 10px;
  /*-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;*/
}
.header-menu-top-pc li.menu_single ul.menu_second:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: -8px;
  margin-left: -9px;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #e6e6e6;
  border-left: 10px solid transparent;
}

.header-menu-top-pc li.menu_single ul.menu_second:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: -8px;
  margin-left: -8px;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 9px solid transparent;
}

.header-menu-top-pc li.menu_single ul.menu_second li a {
  position: relative;
  display: block;
  padding: 8px 8px 5px 15px;
}

.header-menu-top-pc li.menu_single ul.menu_second li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #363833;
  border-right: solid 2px #363833;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.header-menu-top-pc li.menu_single:hover .menu_second_wrap {
  display: block;
}

.header-menu-top-pc li.menu_single ul.menu_second li a:hover {
  text-decoration: underline;
}

/*第2階層header*/
.header .menu-global-in .header-utility-wrap {
  width: 1000px;
  margin: 0 auto;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-01.about {
  background-size: cover;
}

.head_inner_flexBox {
  display: flex;
  margin-top: 10px;
  width: 660px;
}
.head_inner_flexBox > ul {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .header .menu-global-in .header-utility-wrap {
    width: 100%;
    margin-top: 59px;
  }
  .head_inner_flexBox {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .head_inner_flexBox > ul {
    width: 100%;
  }

  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .head_inner_flexBox
    .link-header-02 {
    padding: 21px 18px 21px 30px;
  }

  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .head_inner_flexBox
    .link-header-02.is-current:before {
    left: 10px;
  }
}

.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .head_inner_flexBox
  .list-header-01 {
  margin: 0 0 0 55px;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-header-01.about {
  width: 660px;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .head_inner_flexBox
  .list-header-01
  .item-05
  .title-01 {
  height: auto;
  width: 35%;
}

.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .head_inner_flexBox
  .list-header-01
  .item-05
  .title-01 {
  width: 35%;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .head_inner_flexBox
  .list-header-01
  .item-05
  .list-header-02 {
  width: 65%;
}
.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .is-current:before {
  display: none;
}

.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-headerTit-02 {
  color: #23bcba;
}

.header
  .menu-global-in
  .header-utility-wrap
  .header-utility
  .link-headerTit-02:before {
  position: absolute;
  top: 48%;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;

  content: "";
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
  border-top: 2px solid #23bcba;
  border-left: 2px solid #23bcba;
}

.header
  .menu-global-in
  .header-utility-wrap
  #ac_open_Menu
  .header-utility-item-01
  .mean-expand
  .ico-accordion-01 {
  display: none;
}

/*--.header-foot------------------*/
.header .header-foot .header-utility-wrap .header-utility-btn {
  position: relative;
}
.header .header-foot .header-utility-wrap .header-footBtn_wrap {
  position: absolute;
  top: 0;
  right: 27px;
  display: block;
  width: auto;
  height: 40px;
  border-radius: 20px;
}
.header .header-foot .header-utility-wrap .header-footBtn_wrap li {
  display: inline-block;
  margin: 0 5px;
}

/*--footer--------------------------*/
.footer .footer-head {
  margin: 10px 285px 0 0;
}

.footer-body .footer-utility-wrap {
  width: 655px;
}
.footer .footer-body .footer-utility-wrap .footer-utility {
  justify-content: space-between;
}
.footer-utility-item-00 {
  width: 424px;
  margin-right: 35px;
}

.footer
  .footer-body
  .footer-utility-wrap
  .footer-utility
  .footer-utility-item-00
  .link-footer-01 {
  width: 100%;
  position: relative;
}

.footer .footer-body .footer-utility-wrap .footer-utility .footer_mean-expand {
  display: none;
}

.footer-utility_inner_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0;
}

.footer-utility_inner_items .footer-utility-item-01 {
  width: 50%;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

.link-footer-bold {
  font-weight: bold;
}
.link-footer-bold .ico-link-arrorw-01 {
  display: none;
}

.footer .footer-body .footer-utility-wrap .footer-utility .footer_mean-expand,
.footer-btn-vertical-01 > div.item-01 {
  display: none;
}

.footer .footer-foot .footer-utility-wrap .footer-utility .item-01:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-header-01.about {
    width: 100%;
    position: relative;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .head_inner_flexBox
    .list-header-01 {
    margin: 0 12px 0 25px;
  }

  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .head_inner_flexBox
    .link-header-02 {
    /* margin: 0 25px 0 37px; */
  }

  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .head_inner_flexBox
    .list-header-01
    .item-05
    .title-01 {
    width: calc(100% - 13px);
    /*margin:0 25px;
	   padding: 21px 30px 21px 45px;*/
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .head_inner_flexBox
    .list-header-02
    .item-02 {
    margin: 0 24px 14px;
    padding: 0;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .head_inner_flexBox
    .list-header-01
    .item-05
    .list-header-02 {
    width: 100%;
  }

  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .head_inner_flexBox
    .link-header-03 {
    padding: 24px 46px 0 30px;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .head_inner_flexBox
    .link-header-04 {
    padding: 8px 0 8px 45px;
  }

  .header
    .menu-global-in
    .header-utility-wrap
    .header-utility
    .link-headerTit-02:before {
    left: 10px;
  }
  /*アコーディオン*/
  .header
    .menu-global-in
    .header-utility-wrap
    #ac_open_Menu
    .header-utility-item-01
    .mean-expand {
    width: 68px;
    height: 68px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }

  .header
    .menu-global-in
    .header-utility-wrap
    #ac_open_Menu
    .header-utility-item-01 {
    position: relative;
  }

  .header
    .menu-global-in
    .header-utility-wrap
    #ac_open_Menu
    .header-utility-item-01
    .mean-expand
    .ico-accordion-01 {
    display: block;
    position: absolute;
    top: 50%;
    right: 37%;
    z-index: 10;
  }

  .header
    .menu-global-in
    .header-utility-wrap
    #ac_open_Menu
    .header-utility-item-01
    .mean-expand
    .ico-accordion-01:after {
    display: none;
  }
  .header
    .menu-global-in
    .header-utility-wrap
    #ac_open_Menu
    .header-utility-item-01
    .mean-clicked
    .ico-accordion-01:after {
    display: block;
  }
  /*ボタン*/
  .btn-vertical-01.is-skyBlue {
    width: 90%;
    margin-bottom: 30px;
  }

  /*--.header-foot------------------*/
  .header .header-foot .header-utility-wrap .header-footBtn_wrap {
    display: none;
  }

  /*--footer--------------------------*/
  .footer-body .footer-utility-item-01 {
    width: 100%;
  }
  .footer .footer-head {
    margin: 30px 0 0;
  }

  .footer-utility_inner_items {
    margin: 0;
    display: block;
    padding: 0 20px;
  }

  .footer-body .footer-utility-wrap,
  .footer-utility-item-00 {
    width: 100%;
    position: relative;
  }

  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .footer_mean-expand {
    display: block;
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }

  .link-footer-bold .ico-link-arrorw-01 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
  }

  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .footer-utility-item-00
    .link-footer-bold {
    position: relative;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    min-height: 55px;
    padding: 24px 24px 24px 20px;
    border-top: 1px solid #e9e9e9;
    color: #23bcba;
  }
  .footer .footer-body .footer-utility-wrap .footer-utility .link-footer-02 {
    padding: 24px 24px 24px 20px;
  }

  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .footer_mean-expand
    .ico-accordion-01:after {
    display: none;
  }
  .footer
    .footer-body
    .footer-utility-wrap
    .footer-utility
    .footer_mean-clicked
    .ico-accordion-01:after {
    display: block;
  }

  .footer-btn-vertical-01 > div.item-01 {
    display: block;
  }
}
/*▲ ナビ変更========================================================*/

/*よくある質問======================================================*/
#l-faq .inner a {
  color: #23bcba;
}
#l-faq .inner a[target*="_blank"]:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 3px;
  right: -5px;
  background: url(/common/img/ico_window_01.svg) top left no-repeat;
  padding-right: 10px;
}
#l-faq .inner a[href$=".pdf"]:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 2px;
  right: -5px;
  background: url(/common/img/ico_pdf_01.png) top left no-repeat;
  padding-right: 10px;
}
#l-faq .inner a:hover {
  text-decoration: underline;
}

/*▼ ページャー
==================================================================*/
.pagerArea {
  text-align: center;
  margin: 0 auto 70px;
}

.pagerArea a {
  display: inline-block;
  padding: 5px 10px;
  color: #71746f;
  font-weight: bold;
  margin: 0 3px;
}
.pagerArea a:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.pagerArea a.current {
  background: #23bcba;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .pagerArea {
    margin-bottom: 50px;
  }
}


/* new-link */

a.new-link {
    display: inline-block;
    padding-bottom: 20px;
}
a.new-link::after
{
    display: inline-block;
    content: "NEW";
    color: #ff0000;
    font-weight: bold;
    font-size: 7pt;
    vertical-align: middle;
    margin-left: 5px;
    animation      : s1cAnime 4s infinite alternate;
}
@keyframes s1cAnime{
    20% { color : #ffa500 }
    40% { color : #ff0000 }
    60% { color : #ffa500 }
    80% { color : #ff0000 }
    100% { color : #ffa500 }
}

/* iframe */
.contents-iframe {
  position: relative;
  width: 100%;
  padding-left: 20%;
}
.contents-iframe iframe {
  position: absolute;
  top: -40px;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}
:hover {
  outline-width: 0;
}
@media screen and (min-width: 766px) {
    .contents-iframe {
      padding-top: 50.25%;
    }
  }
@media screen and (max-width: 767px) {
  .contents-iframe {
    padding-top: 447px;
  }
}
div.breadcrumb {
  padding: 50px 0 0 0 !important;
  border-bottom: none !important;
}
#l-flow .sec-cmn-03 .grid-float .banner .img-link {
  position: relative;
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  #l-flow .sec-cmn-03 .grid-float .banner .img-link {
    transition: opacity 0.4s ease;

    opacity: 1;
  }
  #l-flow .sec-cmn-03 .grid-float .banner .img-link:hover {
    text-decoration: none;
    opacity: 0.7;

    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
#l-flow .sec-cmn-03 .grid-float .banner .img-link:after {
  position: absolute;
  top: -15px;
  right: 18em;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url(/common/img/ico_window_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
}

a.new-mark::after
{
    display: inline-block;
    content: "NEW";
    color: #ff0000;
    font-weight: bold;
    font-size: 7pt;
    vertical-align: middle;
    margin-left: 5px;
    animation      : s1cAnime 4s infinite alternate;
}
