@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  -webkit-text-size-adjust: 100%;
}

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

h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

ul:not([class]),
ol:not([class]) {
  padding-left: 1.25em;
}

ul[class],
ol[class] {
  list-style: none;
}

span {
  font-weight: inherit;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
}
@media all and (min-width: 600px) {
  a:hover {
    text-decoration: none;
  }
}

a[class] {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-style: normal;
}

sup {
  vertical-align: text-top;
  font-size: 0.75em;
}

sub {
  vertical-align: text-bottom;
  font-size: 0.75em;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d6d6d6;
  margin: 1em 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

/* form
================================================== */
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}
@media all and (max-width: 599px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6rem;
  }
}

input[type=text], input[type=email], input[type=tel], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

select {
  color: inherit;
}

textarea {
  resize: vertical;
}

button {
  color: inherit;
  font-weight: normal;
  cursor: pointer;
}

/* 02_base
================================================ */
body {
  min-width: 320px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media all and (min-width: 600px) {
  body {
    min-width: 1260px;
    font-size: 1.6rem;
  }
  body#home {
    min-width: auto;
  }
}

.l-wrapper {
  position: relative;
}

/* sp <--> tb <--> pc
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: "sp";
}
@media all and (min-width: 600px) {
  .u-media-query {
    font-family: "tb";
  }
}
@media all and (min-width: 1260px) {
  .u-media-query {
    font-family: "pc";
  }
}

@media all and (max-width: 1259px) {
  .u-view-pc {
    display: none !important;
  }
}

@media all and (max-width: 599px) {
  .u-view-tb {
    display: none !important;
  }
}
@media all and (min-width: 1260px) {
  .u-view-tb {
    display: none !important;
  }
}

@media all and (min-width: 600px) {
  .u-view-sp {
    display: none !important;
  }
}

@media all and (min-width: 1260px) {
  .u-view-under-tb {
    display: none !important;
  }
}

@media all and (max-width: 599px) {
  .u-view-upper-tb {
    display: none !important;
  }
}

/* overflow
-------------------------------------- */
.u-overflow-wrap {
  overflow: auto;
}
.u-overflow-wrap .u-overflow-sec {
  overflow: hidden;
}
@media all and (min-width: 600px) {
  .u-overflow-wrap .u-overflow-sec {
    min-width: 1260px;
  }
}

/* text
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-en {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.u-garamond {
  font-family: "Cormorant Garamond", serif;
}

/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media all and (min-width: 600px) {
  a.u-alpha {
    transition: all 0.3s ease;
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}

a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media all and (min-width: 600px) {
  a.u-zoom .u-zoom__img {
    transition: all 0.3s ease;
  }
  a.u-zoom:hover .u-zoom__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* layout
-------------------------------------- */
.u-inner {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}
.u-inner.has-space-top {
  padding-top: 60px;
}
.u-inner.has-space-top.is-top-short {
  padding-top: 40px;
}
.u-inner.has-space-top.is-top-tall {
  padding-top: 85px;
}
.u-inner.has-space-bottom {
  padding-bottom: 60px;
}
.u-inner.has-space-bottom.is-bottom-short {
  padding-bottom: 40px;
}
.u-inner.has-space-bottom.is-bottom-tall {
  padding-bottom: 100px;
}
@media all and (max-width: 599px) {
  .u-inner.has-space-top.is-top-tall-sp {
    padding-top: 85px;
  }
  .u-inner.has-space-bottom.is-bottom-tall-sp {
    padding-bottom: 100px;
  }
}
@media all and (min-width: 600px) {
  .u-inner {
    width: 100%;
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 70px;
    padding-right: 70px;
  }
  .u-inner.has-space-top {
    padding-top: 140px;
  }
  .u-inner.has-space-top.is-top-short, .u-inner.has-space-top.is-top-short-pc {
    padding-top: 100px;
  }
  .u-inner.has-space-top.is-top-mid {
    padding-top: 150px;
  }
  .u-inner.has-space-top.is-top-tall {
    padding-top: 170px;
  }
  .u-inner.has-space-bottom {
    padding-bottom: 140px;
  }
  .u-inner.has-space-bottom.is-bottom-short {
    padding-bottom: 100px;
  }
  .u-inner.has-space-bottom.is-bottom-mid, .u-inner.has-space-bottom.is-bottom-mid-pc {
    padding-bottom: 150px;
  }
  .u-inner.has-space-bottom.is-bottom-tall, .u-inner.has-space-bottom.is-bottom-tall-pc {
    padding-bottom: 170px;
  }
}

/* .c-achieve01
================================================== */
.c-achieve01 {
  background: #fff;
}
.c-achieve01__inner {
  padding-top: 50px;
  padding-bottom: 60px;
}
.c-achieve01-list__item {
  padding: 20px;
  box-shadow: 5px 5px 10px rgba(193, 193, 193, 0.9), -5px -5px 10px #fff;
  border-radius: 10px;
}
.c-achieve01-list__item + .c-achieve01-list__item {
  margin-top: 10px;
}
.c-achieve01-list__head {
  margin-top: 6px;
  font-weight: bold;
  line-height: 1.5;
}
.c-achieve01-list__txt {
  margin-top: 5px;
  color: #868686;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-achieve01-child-list__item + .c-achieve01-child-list__item {
  margin-top: 6px;
}
.c-achieve01-child-list__item::before {
  content: "・";
}
.c-achieve01-child-list + .c-achieve01-child-list__head {
  margin-top: 6px;
}
.c-achieve01-sec + .c-achieve01-sec {
  margin-top: 40px;
}
@media all and (min-width: 600px) {
  .c-achieve01__inner {
    max-width: 1120px;
    padding: 140px 0 120px;
  }
  .c-achieve01__head {
    margin-bottom: 40px !important;
  }
  .c-achieve01-sec__head {
    margin-bottom: 35px !important;
  }
  .c-achieve01-list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-achieve01-list.is-col3 .c-achieve01-list__item:nth-child(n) {
    width: 360px;
    margin: 0 20px 20px 0;
  }
  .c-achieve01-list.is-col3 .c-achieve01-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-achieve01-list__item {
    box-shadow: 2px 6px 14px 3px rgba(193, 193, 193, 0.9), 5px 5px 5px #fff;
  }
  .c-achieve01-list__item:nth-child(n) {
    width: 539px;
    margin: 0 40px 40px 0;
    padding: 33px 33px 40px;
    box-sizing: border-box;
  }
  .c-achieve01-list__item:nth-child(even) {
    margin-right: 0;
  }
  .c-achieve01-list__head {
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .c-achieve01-list__txt {
    margin-top: 10px;
  }
}

/*  .c-archive01
================================================== */
.c-archive01 {
  font-size: 1.3rem;
}
.c-archive01__item {
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
}
.c-archive01__item-in {
  position: relative;
  display: block;
  padding: 25px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(135deg, #ebf5ff 0%, #e3ecf5 100%);
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.4), 5px 5px 10px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s ease;
}
.c-archive01__item-in:hover {
  box-shadow: -2.5px -2.5px 5px rgba(255, 255, 255, 0.4), 2.5px 2.5px 5px rgba(0, 0, 0, 0.16);
}
.c-archive01__item-img {
  position: relative;
  min-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-archive01__item-img::before {
  display: block;
  padding-top: 61.4545454545%;
  content: "";
}
.c-archive01__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-archive01__item-date {
  margin-top: 10px;
  color: #868686;
}
.c-archive01__item-head {
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5384615385;
  overflow: hidden;
  display: -webkit-box;
  max-height: 5.1em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media all and (min-width: 600px) {
  .c-archive01 {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0;
    font-size: 1.5rem;
  }
  .c-archive01__item {
    display: flex;
    flex-wrap: wrap;
    flex-basis: calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px);
    margin: 20px 10px 0;
  }
  .c-archive01__item-in {
    box-shadow: -10px -10px 20px rgba(255, 255, 255, 0.4), 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
  .c-archive01__item-in::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1) inset;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .c-archive01__item-in::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, #3174ba 0%, #649dda 100%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .c-archive01__item-in:hover {
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.4), 5px 5px 10px rgba(0, 0, 0, 0.16);
  }
  .c-archive01__item-in:hover::before {
    opacity: 1;
  }
  .c-archive01__item-in:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .c-archive01__item-in:hover .c-archive01__item-img {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
  }
  .c-archive01__item-area-txt {
    padding: 5px 3.8% 0;
  }
  .c-archive01__item-date, .c-archive01__item-head {
    margin-top: 10px;
  }
  .c-archive01__item-head {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
@media all and (min-width: 1260px) {
  .c-archive01 {
    font-size: 1.6rem;
  }
  .c-archive01__item-in {
    padding: 33px;
  }
  .c-archive01__item-area-txt {
    padding: 20px 3.8% 10px;
  }
}

/*  .c-archive02
================================================== */
.c-archive02__item {
  border-color: #d6d6d6;
  border-style: solid;
  border-width: 1px 0 0;
}
.c-archive02__item:last-child {
  border-width: 1px 0;
}
.c-archive02__item-in {
  display: block;
  padding: 10px 10px 15px;
}
.c-archive02__item-meta {
  display: flex;
  flex-wrap: wrap;
}
.c-archive02__item-date {
  margin: 0 25px 0 0;
  padding: 4px 0 0;
  color: #868686;
}
.c-archive02__item-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px -5px 0;
}
.c-archive02__item-cat-item {
  margin: 0 5px 5px 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.c-archive02__item-head {
  overflow: hidden;
  display: -webkit-box;
  max-height: 3.6em;
  line-height: 1.8;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.5;
  margin-top: 5px;
}
@media all and (min-width: 600px) {
  .c-archive02__item {
    display: block;
  }
  .c-archive02.is-inline-upper-tb .c-archive02__item-in {
    display: flex;
    padding: 30px 100px 28px;
  }
  .c-archive02.is-inline-upper-tb .c-archive02__item-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 170px;
    max-width: 170px;
    min-width: 170px;
    margin-right: 27px;
  }
  .c-archive02.is-inline-upper-tb .c-archive02__item-date {
    margin-right: 0;
    padding: 3px 0 0;
    white-space: nowrap;
  }
  .c-archive02.is-inline-upper-tb .c-archive02__item-cat {
    width: 65px;
    margin: 0;
  }
  .c-archive02.is-inline-upper-tb .c-archive02__item-cat-item {
    width: 65px;
    margin: 0;
    padding: 4px 0 0;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .c-archive02.is-inline-upper-tb .c-archive02__item-tit {
    flex-basis: calc(100% - 290px - 10px);
    max-width: calc(100% - 290px - 10px);
    margin-top: 0;
    padding-top: 5px;
  }
  .c-archive02.is-inline-upper-tb .c-archive02__item-head {
    max-height: 1.8em;
    -webkit-line-clamp: 1;
    margin: 0;
  }
}

/*  .c-archive02
================================================== */
.c-archive03__item {
  max-width: 375px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.c-archive03__item + .c-archive03__item {
  margin-top: 30px;
}
.c-archive03__link {
  display: block;
}
.c-archive03__area-img {
  position: relative;
}
.c-archive03__num {
  position: absolute;
  top: -15px;
  left: 8px;
  color: #83ACD6;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  z-index: 1;
}
.c-archive03__img {
  position: relative;
  border-radius: 10px;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.6), 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.c-archive03__img::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: linear-gradient(to bottom, transparent, rgba(49, 116, 186, 0.5), #3174BA);
  opacity: 0.8;
  border-radius: 0 0 10px 10px;
}
.c-archive03__img img {
  border-radius: 10px;
}
.c-archive03__head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 12px;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
}
.c-archive03__txt {
  margin-top: 10px;
  color: #868686;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
}
.c-archive03-cats {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.c-archive03-cats__item {
  margin: 0 5px 5px 0;
  padding: 3px 9px 4px;
  border-radius: 13px;
  color: #868686;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
}
.c-archive03-cats__item.is-green {
  background: #ECFBFF;
}
.c-archive03-cats__item.is-purple {
  background: #E5EBFF;
}
.c-archive03-cats__item.is-pink {
  background: #F3EBFF;
}
.c-archive03-cats__item:last-child {
  margin-right: 0;
}
@media all and (min-width: 600px) {
  .c-archive03 {
    display: flex;
    flex-wrap: wrap;
  }
  .c-archive03__item:nth-child(n) {
    max-width: 300px;
    margin: 0 30px 45px 0;
  }
  .c-archive03__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-archive03__num {
    top: -26px;
    left: 11px;
    font-size: 5rem;
  }
  .c-archive03__img::before {
    height: 200px;
  }
  .c-archive03__head {
    padding: 30px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .c-archive03__txt {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .c-archive03-cats {
    margin-top: 20px;
  }
  .c-archive03-cats__item {
    padding: 4px 10px 5px;
    font-size: 1.3rem;
  }
}

/*  .c-financials-archive01
================================================== */
.c-financials-archive01__item {
  border-bottom: 1px solid #d6d6d6;
}
.c-financials-archive01__item:first-child {
  border-top: 1px solid #d6d6d6;
}
.c-financials-archive01__item-link {
  display: flex;
  align-items: center;
  padding: 20px 15px;
}
.c-financials-archive01__item-txt {
  position: relative;
  padding-right: 5px;
  line-height: 1.5;
}
.c-financials-archive01__item-ico {
  display: inline-block;
  align-self: flex-end;
  width: 24px;
  height: 25px;
  flex-shrink: 0;
  vertical-align: bottom;
}
.c-financials-archive01__item-ico svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 599px) {
  .c-financials-archive01__item-txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media all and (min-width: 600px) {
  .c-financials-archive01__item-link {
    display: flex;
    padding: 30px 100px;
    transition: all 0.3s ease;
  }
  .c-financials-archive01__item-link:hover {
    transition: all 0.3s ease;
    color: #3174ba;
  }
  .c-financials-archive01__item-link:hover .c-financials-archive01__item-ico svg {
    transition: all 0.3s ease;
    fill: #3174ba;
  }
  .c-financials-archive01__item-txt {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 14px;
  }
  .c-financials-archive01__item-ico {
    display: inline-block;
  }
  .c-financials-archive01__item-ico svg {
    transition: all 0.3s ease;
  }
}

/* .c-bg01
================================================== */
.c-bg01 {
  background: #f0f4f7;
}

/* .c-bg02
================================================== */
.c-bg02 {
  background: #eaf1fc;
}

/* .c-bg-net01
================================================== */
.c-bg-net01 {
  position: relative;
  z-index: 1;
}
.c-bg-net01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 929px;
  padding-top: 138.3207750269%;
  background: url(../img/common/bg_net01.png) no-repeat left top/contain;
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}
.c-bg-net01.is-strong::before {
  opacity: 0.8;
}
.c-bg-net01.is-bg-blue::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 640px;
  background: #F0F4F7;
  z-index: -2;
}
@media all and (min-width: 600px) {
  .c-bg-net01::before {
    width: 50%;
  }
  .c-bg-net01.is-bg-blue::after {
    height: 670px;
  }
}

/* .c-bg-net02
================================================== */
.c-bg-net02 {
  position: relative;
  overflow: hidden;
}
.c-bg-net02::before {
  content: "";
  position: absolute;
  right: -302px;
  bottom: -140px;
  width: 652px;
  height: 745px;
  background: url(../img/common/bg_net02.png) no-repeat right bottom/cover;
  opacity: 0.2;
  pointer-events: none;
}
.c-bg-net02.is-strong::before {
  opacity: 0.3;
}
@media all and (min-width: 600px) {
  .c-bg-net02::before {
    right: -453px;
    bottom: -530px;
    width: 1600px;
    height: 1829px;
  }
}

/* .c-bg-net03
================================================== */
.c-bg-net03 {
  position: relative;
  z-index: 1;
}
.c-bg-net03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 929px;
  padding-top: 138.3207750269%;
  background: url(../img/common/bg_net01.png) no-repeat left top/contain;
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}
.c-bg-net03.is-bg-blue::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 640px;
  background: #F0F4F7;
  z-index: -2;
}
@media all and (min-width: 600px) {
  .c-bg-net03::before {
    width: 20%;
  }
}

/* .c-bg-net04
================================================== */
.c-bg-net04 {
  position: relative;
}
.c-bg-net04::before {
  content: "";
  position: absolute;
  right: -302px;
  bottom: -140px;
  width: 652px;
  height: 745px;
  background: url(../img/common/bg_net02.png) no-repeat right bottom/cover;
  opacity: 0.2;
  pointer-events: none;
}
@media all and (min-width: 600px) {
  .c-bg-net04::before {
    -webkit-clip-path: inset(1600px 1600px);
    clip-path: inset(1600px 1600px);
    right: -453px;
    bottom: -530px;
    width: 1600px;
    height: 1829px;
  }
}

/*  .c-btn01
================================================== */
.c-btn01 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 166px;
  max-width: 100%;
  margin: 30px auto 0;
  text-align: center;
}
.c-btn01-list {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: -20px;
}
.c-btn01-list .c-btn01 {
  margin: 0 auto 20px;
}
.c-btn01__link {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 20px 10px 30px;
  border-radius: 100px;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.c-btn01__link::after {
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
}
.c-btn01__link:hover {
  box-shadow: -2.5px -2.5px 5px rgba(255, 255, 255, 0.16), 2.5px 2.5px 5px rgba(0, 0, 0, 0.16);
}
.c-btn01__link:hover::after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.c-btn01__txt {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 600px) {
  .c-btn01 {
    width: 220px;
    font-size: 1.8rem;
  }
  .c-btn01-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px -10px -20px;
  }
  .c-btn01-list .c-btn01 {
    margin: 0 10px 20px;
  }
  .c-btn01__link {
    min-height: 52px;
    padding: 15px 26px 15px 40px;
    box-shadow: -10px -10px 20px rgba(255, 255, 255, 0.16), 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
  .c-btn01__link::after {
    display: inline-block;
    width: 30px;
    height: 4px;
    vertical-align: middle;
    background: no-repeat right bottom/auto 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
  }
  .c-btn01__link:hover {
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
  }
}

.c-btn01.is-left {
  margin-left: 0;
}
.c-btn01.is-back .c-btn01__link {
  justify-content: center;
}
.c-btn01.is-back .c-btn01__link::after {
  content: none;
}
.c-btn01.is-white .c-btn01__link {
  background: #fff;
}
.c-btn01.is-light .c-btn01__link {
  background: #ebf5ff;
}
.c-btn01.has-lightshadow .c-btn01__link {
  box-shadow: -5px -5px 10px rgba(193, 193, 193, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.c-btn01.has-lightshadow .c-btn01__link:hover {
  box-shadow: -2.5px -2.5px 5px rgba(193, 193, 193, 0.16), 2.5px 2.5px 5px rgba(0, 0, 0, 0.16);
}
@media all and (min-width: 600px) {
  .c-btn01.has-lightshadow .c-btn01__link {
    box-shadow: -10px -10px 20px rgba(193, 193, 193, 0.16), 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
  .c-btn01.has-lightshadow .c-btn01__link:hover {
    box-shadow: -5px -5px 10px rgba(193, 193, 193, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
  }
}

/*  .c-btn02
================================================== */
.c-btn02 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 545px;
  max-width: 100%;
  margin: 30px auto 0;
  text-align: center;
  font-size: 1.5rem;
}
.c-btn02-list {
  margin-bottom: -10px;
}
.c-btn02-list .c-btn02 {
  margin: 0 auto 10px;
}
.c-btn02__link {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 30px 35px;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s ease;
}
.c-btn02__link:hover {
  box-shadow: -2.5px -2.5px 5px rgba(255, 255, 255, 0.16), 2.5px 2.5px 5px rgba(0, 0, 0, 0.16);
}
.c-btn02__link::after {
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  right: 40px;
}
.c-btn02__link[target]::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M4.444%201.111h4.445v4.445H4.444Zm-1.11%205.555H10V0H3.334Z%22%20%2F%3E%3Cpath%20d%3D%22M0%203.334V10h6.666V7.778h-1.11v1.111H1.111V4.445h1.111V3.334Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
  margin-top: -7px;
}
.c-btn02__ico {
  width: 40px;
  height: 40px;
  margin-right: 22px;
}
.c-btn02.is-recruit01 .c-btn02__link {
  background: linear-gradient(120deg, #6ccae4 0%, #6cc5e3 100%);
}
.c-btn02.is-recruit02 .c-btn02__link {
  background: linear-gradient(120deg, #6bbfe1 0%, #67b0d9 100%);
}
@media all and (min-width: 600px) {
  .c-btn02 {
    font-size: 1.8rem;
  }
  .c-btn02__link {
    box-shadow: -10px -10px 20px rgba(255, 255, 255, 0.16), 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
  .c-btn02__link:hover {
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
  }
}
@media all and (min-width: 600px) and (min-width: 730px) {
  .c-btn02-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
  .c-btn02-list .c-btn02 {
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media all and (min-width: 1260px) {
  .c-btn02__link {
    min-height: 120px;
    padding: 40px 70px;
  }
  .c-btn02__link::after {
    right: 70px;
  }
}

/* .c-color-main
================================================== */
.c-color-main {
  color: #3174ba;
}

/* .c-feature01
================================================== */
.c-feature01 {
  background: url(../img/common/feature/bg_feature01_sp.png) no-repeat top center/cover;
}
.c-feature01__inner {
  padding-top: 50px;
  padding-bottom: 60px;
}
.c-feature01-header {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}
.c-feature01-header__en {
  font-size: 5rem;
  font-weight: 300;
}
.c-feature01-header__head {
  font-size: 1.6rem;
  font-weight: normal;
}
.c-feature01-list__item {
  padding: 25px 20px;
  border-radius: 10px;
  background: #6CC7E4;
  color: #fff;
  box-shadow: -10px -10px 20px rgba(255, 255, 255, 0.1), 10px 10px 20px rgba(0, 0, 0, 0.16);
}
.c-feature01-list__item + .c-feature01-list__item {
  margin-top: 20px;
}
.c-feature01-list__num {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.c-feature01-list__num::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-feature01-list__head {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.c-feature01-list__txt {
  font-size: 1.3rem;
  line-height: 2.1538461538;
  letter-spacing: 0.05em;
}
@media all and (min-width: 600px) {
  .c-feature01 {
    overflow: hidden;
    background-image: url(../img/common/feature/bg_feature01_pc.png);
  }
  .c-feature01__inner {
    padding: 100px 0 170px;
  }
  .c-feature01-header {
    margin-bottom: 39px;
  }
  .c-feature01-header__en {
    font-size: 7rem;
  }
  .c-feature01-header__head {
    font-size: 2.5rem;
  }
  .c-feature01-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -100px;
  }
  .c-feature01-list__item:nth-child(n) {
    width: 414px;
    height: 414px;
    margin: 0 20px;
    padding: 80px 60px 0;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .c-feature01-list__item.has-double-line-head {
    padding-top: 65px;
  }
  .c-feature01-list__num {
    margin-bottom: 26px;
    padding-bottom: 13px;
    font-size: 1.3rem;
  }
  .c-feature01-list__head {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  .c-feature01-list__txt {
    font-size: 1.5rem;
  }
}

/* .c-form
================================================== */
input.c-form-parts, select.c-form-parts, textarea.c-form-parts, button.c-form-parts {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 46px;
  padding: 11px 20px;
  font-size: 1.6rem;
  border: 0;
  outline: 0;
  border-radius: 23px;
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  line-height: 1.75;
}
input.c-form-parts::-webkit-input-placeholder, select.c-form-parts::-webkit-input-placeholder, textarea.c-form-parts::-webkit-input-placeholder, button.c-form-parts::-webkit-input-placeholder {
  color: #D6D6D6;
}
input.c-form-parts::-moz-placeholder, select.c-form-parts::-moz-placeholder, textarea.c-form-parts::-moz-placeholder, button.c-form-parts::-moz-placeholder {
  color: #D6D6D6;
}
input.c-form-parts:-ms-input-placeholder, select.c-form-parts:-ms-input-placeholder, textarea.c-form-parts:-ms-input-placeholder, button.c-form-parts:-ms-input-placeholder {
  color: #D6D6D6;
}
input.c-form-parts::-ms-input-placeholder, select.c-form-parts::-ms-input-placeholder, textarea.c-form-parts::-ms-input-placeholder, button.c-form-parts::-ms-input-placeholder {
  color: #D6D6D6;
}
input.c-form-parts::placeholder, select.c-form-parts::placeholder, textarea.c-form-parts::placeholder, button.c-form-parts::placeholder {
  color: #D6D6D6;
}

textarea.c-form-parts {
  height: 250px;
  resize: vertical;
}
@media all and (min-width: 600px) {
  textarea.c-form-parts {
    height: 200px;
  }
}

select.c-form-parts {
  padding-right: 24px;
  background: no-repeat right 15px top 50%/8px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAzUlEQVQokZ2RsQ3CMBBFfxxaS9RXMQIlJSV0pKTMCIyQDWACYAM2wBvACFRXW3IDHTrJRlZiRyZXnHLWfz+n+xURnQEsMK26GYArgPsE3DCzUdJkmGDQSVN+aP+EL/7HqKU556zWeg5gVQBbAHth4g3CSrbA4MTMrzDU4cM599ZafwBsRmABW9GGh6qvIKIHgGXGoGHmW/ygEqJDBjZ9OGngrzsQ5oxTG6TEEtszJfwdMS4fq9xn7ZPZxocr2UDq6GGJrSTeYRHRblQA4Av4tkvSJ5wq3wAAAABJRU5ErkJggg==");
}

.c-form-parts-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.c-form-parts-list .c-form-parts {
  margin-right: 20px;
}
.c-form-parts-list.is-flex-enb {
  justify-content: flex-end;
}

/* .c-form.is-default
================================================== */
.c-form.is-default {
  position: relative;
  padding: 50px 15px 60px;
  background: #fff;
  z-index: 1;
}
.c-form.is-default th, .c-form.is-default td {
  padding: 0;
  border-style: solid;
  border-width: 0;
}
.c-form.is-default th {
  padding: 20px 0 7px;
  font-weight: normal;
  text-align: left;
}
@media all and (max-width: 599px) {
  .c-form.is-default table, .c-form.is-default thead, .c-form.is-default tbody, .c-form.is-default tr, .c-form.is-default th, .c-form.is-default td {
    display: block;
  }
  .c-form.is-default th {
    border-bottom: 0;
  }
  .c-form.is-default tr + tr th {
    border-top: 0;
  }
}
@media all and (min-width: 600px) {
  .c-form.is-default {
    padding: 80px 100px;
  }
  .c-form.is-default th, .c-form.is-default td {
    padding: 0;
    vertical-align: top;
  }
  .c-form.is-default th {
    width: 338px;
    padding: 5px 0 0;
    box-sizing: border-box;
    font-size: 1.5rem;
  }
  .c-form.is-default td {
    padding: 0 0 40px 52px;
  }
}

/* .c-form-label
================================================== */
.c-form-label {
  display: inline-block;
  width: 31px;
  height: 16px;
  margin-left: 18px;
  padding: 3px 0 0;
  box-sizing: border-box;
  background: #3174ba;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
.c-form-label.is-required {
  background: #3174ba;
}
@media all and (min-width: 600px) {
  .c-form-label {
    display: block;
    float: right;
    width: 43px;
    height: 20px;
    margin: 9px 0 0;
    padding-top: 4px;
    font-size: 1.1rem;
  }
}

/* .c-form-note
================================================== */
.c-form-note {
  display: block;
  font-weight: 400;
  color: #76a7db;
  font-size: 1.3rem;
}

td .c-form-note {
  margin-top: 10px;
}

.mw_wp_form_confirm .c-form-note {
  display: none;
}
.mw_wp_form_confirm .c-form-agreement__txt {
  display: none;
}

/* .c-form-postcode
================================================== */
.c-form-postcode {
  display: flex;
  flex-wrap: wrap;
}
.c-form-postcode__prefix {
  max-width: 26px;
  flex-basis: 26px;
  padding-top: 5px;
}
.c-form-postcode__input {
  max-width: 100px;
  flex-basis: 100px;
}

/* 確認画面
================================================ */
.mw_wp_form_confirm .c-form-postcode .c-form-postcode__prefix,
.is-confirm .c-form-postcode .c-form-postcode__prefix {
  max-width: none;
  flex-basis: 0;
  padding-top: 0;
}
.mw_wp_form_confirm .c-form-postcode .c-form-postcode__input,
.is-confirm .c-form-postcode .c-form-postcode__input {
  max-width: none;
  flex-basis: 0;
}

/* .c-form-item
================================================== */
.c-form-item {
  display: flex;
}
.c-form-item + .c-form-item {
  margin-top: 10px;
}
.c-form-item-list {
  display: flex;
}
.c-form-item-list .c-form-item + .c-form-item {
  margin-top: 0;
  margin-left: 14px;
}
.c-form-item__prefix {
  min-width: 20px;
  margin-right: 10px;
  padding-top: 5px;
}
.c-form-item__suffix {
  min-width: 20px;
  margin-left: 10px;
  padding-top: 5px;
}
.c-form-item__input {
  flex: 1;
}
.c-form-item .c-form-item__input [name*=year] {
  width: 80px;
}
.c-form-item .c-form-item__input [name*=month] {
  width: 64px;
}
.c-form-item .c-form-item__input [name*=day] {
  width: 64px;
}
@media all and (max-width: 374px) {
  .c-form-item .c-form-item__input [name*=year] {
    width: 58px;
  }
  .c-form-item .c-form-item__input [name*=month] {
    width: 50px;
    padding: 5px;
    background-position: right 8px top 50%;
  }
  .c-form-item .c-form-item__input [name*=day] {
    width: 50px;
    padding: 5px;
    background-position: right 8px top 50%;
  }
}
@media all and (min-width: 1260px) {
  .c-form-item {
    display: inline-flex;
  }
  .c-form-item + .c-form-item {
    margin: 0 0 0 20px;
  }
  .c-form-item__input {
    width: 200px;
  }
  .c-form-item-list .c-form-item__input {
    width: auto;
  }
  .c-form-item .c-form-item__input [name*=year] {
    width: 82px;
  }
  .c-form-item .c-form-item__input [name*=month] {
    width: 62px;
  }
  .c-form-item .c-form-item__input [name*=day] {
    width: 62px;
  }
}

/* 確認画面
================================================ */
.mw_wp_form_confirm .c-form-item .c-form-item__prefix,
.mw_wp_form_confirm .c-form-item .c-form-item__suffix,
.is-confirm .c-form-item .c-form-item__prefix,
.is-confirm .c-form-item .c-form-item__suffix {
  min-width: 0;
  padding-top: 0;
}
.mw_wp_form_confirm .c-form-item .c-form-item__input,
.is-confirm .c-form-item .c-form-item__input {
  width: auto;
}

/* .c-form-address
================================================== */
.c-form-address {
  margin-top: 15px;
}

/* .c-form-agreement
================================================== */
.c-form-agreement {
  text-align: center;
}
.c-form-agreement a {
  position: relative;
  color: #3174ba;
}
.c-form-agreement__txt {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 40px;
  border-top: 1px solid #D6D6D6;
  text-align: center;
}
.c-form-agreement__txt a {
  position: relative;
  color: #3174ba;
  padding-right: 20px;
}
.c-form-agreement__txt a:before {
  position: absolute;
  bottom: 2px;
  right: 4px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cg%20fill%3D%22%233174ba%22%3E%3Cpath%20d%3D%22M4.444%201.111h4.445v4.445H4.444Zm-1.11%205.555H10V0H3.334Z%22%20%2F%3E%3Cpath%20d%3D%22M0%203.334V10h6.666V7.778h-1.11v1.111H1.111V4.445h1.111V3.334Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
}
@media all and (min-width: 600px) {
  .c-form-agreement {
    letter-spacing: 0.08em;
    font-size: 1.5rem;
  }
  .c-form-agreement__txt {
    margin-top: 10px;
    padding-top: 34px;
    font-size: 1.5rem;
  }
}

.mw_wp_form_confirm .c-form-agreement {
  display: none;
}

/* .c-form-btn
================================================== */
.c-form-area-btn {
  margin-top: 30px;
}
@media all and (min-width: 600px) {
  .c-form-area-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 17px;
  }
}

.c-form-btn {
  box-sizing: border-box;
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  height: 39px;
  font-size: 1.2rem;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  cursor: pointer;
}
.c-form-btn + .c-form-btn {
  margin-top: 10px;
}
.c-form-btn.is-back .c-form-btn__link::after {
  content: none;
}
.c-form-btn__link {
  position: relative;
  justify-content: center;
}
.c-form-btn__link::after {
  right: 20px;
  position: absolute;
}
@media all and (min-width: 600px) {
  .c-form-btn {
    width: 500px;
    height: 70px;
  }
  .c-form-btn + .c-form-btn {
    margin-top: 30px;
  }
  .c-form-btn__link {
    height: 70px;
    font-size: 1.6rem;
  }
  .c-form-btn__link::after {
    right: 40px;
  }
  .c-form-btn.is-back {
    width: 300px;
  }
}

/* .c-form .mwform-radio-field
================================================ */
.c-form .mwform-radio-field,
.c-form .c-radio {
  display: block;
}
.c-form .mwform-radio-field + .mwform-radio-field,
.c-form .mwform-radio-field + .c-radio,
.c-form .c-radio + .mwform-radio-field,
.c-form .c-radio + .c-radio {
  margin-top: 10px;
}
.c-form .mwform-radio-field label,
.c-form .c-radio label {
  display: block;
  cursor: pointer;
}
.c-form .mwform-radio-field input,
.c-form .c-radio input {
  display: none;
}
.c-form .mwform-radio-field .mwform-radio-field-text,
.c-form .mwform-radio-field .c-radio__text,
.c-form .c-radio .mwform-radio-field-text,
.c-form .c-radio .c-radio__text {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  vertical-align: top;
}
.c-form .mwform-radio-field .mwform-radio-field-text::before,
.c-form .mwform-radio-field .c-radio__text::before,
.c-form .c-radio .mwform-radio-field-text::before,
.c-form .c-radio .c-radio__text::before {
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid;
  border-radius: 50%;
}
.c-form .mwform-radio-field input:checked + .mwform-radio-field-text::after,
.c-form .mwform-radio-field input:checked + .c-radio__text::after,
.c-form .c-radio input:checked + .mwform-radio-field-text::after,
.c-form .c-radio input:checked + .c-radio__text::after {
  box-sizing: border-box;
  position: absolute;
  top: 4px;
  left: 1px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: #3174ba;
}
@media all and (min-width: 600px) {
  .c-form .mwform-radio-field .mwform-radio-field-text::before,
.c-form .mwform-radio-field .c-radio__text::before,
.c-form .c-radio .mwform-radio-field-text::before,
.c-form .c-radio .c-radio__text::before {
    top: 5px;
  }
  .c-form .mwform-radio-field input:checked + .mwform-radio-field-text::after,
.c-form .mwform-radio-field input:checked + .c-radio__text::after,
.c-form .c-radio input:checked + .mwform-radio-field-text::after,
.c-form .c-radio input:checked + .c-radio__text::after {
    top: 6px;
  }
}

.c-radio-list {
  display: flex;
  flex-wrap: wrap;
}
.c-radio-list .mwform-radio-field,
.c-radio-list .c-radio {
  display: inline-block;
  margin-right: 20px;
}
.c-radio-list .mwform-radio-field + .mwform-radio-field, .c-radio-list .mwform-radio-field + .c-radio,
.c-radio-list .c-radio + .mwform-radio-field,
.c-radio-list .c-radio + .c-radio {
  margin-top: 0;
}

/* .c-form .mwform-checkbox-field
================================================ */
.c-form .mwform-checkbox-field,
.c-form .c-checkbox {
  display: block;
}
.c-form .mwform-checkbox-field + .mwform-checkbox-field,
.c-form .mwform-checkbox-field + .c-checkbox,
.c-form .c-checkbox + .mwform-checkbox-field,
.c-form .c-checkbox + .c-checkbox {
  margin-top: 10px;
}
.c-form .mwform-checkbox-field label,
.c-form .c-checkbox label {
  display: block;
  cursor: pointer;
}
.c-form .mwform-checkbox-field input,
.c-form .c-checkbox input {
  display: none;
}
.c-form .mwform-checkbox-field .mwform-checkbox-field-text,
.c-form .mwform-checkbox-field .c-checkbox__text,
.c-form .c-checkbox .mwform-checkbox-field-text,
.c-form .c-checkbox .c-checkbox__text {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  vertical-align: top;
}
.c-form .mwform-checkbox-field .mwform-checkbox-field-text::before,
.c-form .mwform-checkbox-field .c-checkbox__text::before,
.c-form .c-checkbox .mwform-checkbox-field-text::before,
.c-form .c-checkbox .c-checkbox__text::before {
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
}
.c-form .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after,
.c-form .mwform-checkbox-field input:checked + .c-checkbox__text::after,
.c-form .c-checkbox input:checked + .mwform-checkbox-field-text::after,
.c-form .c-checkbox input:checked + .c-checkbox__text::after {
  position: absolute;
  top: 7px;
  left: 5px;
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media all and (min-width: 600px) {
  .c-form .mwform-checkbox-field .mwform-checkbox-field-text::before,
.c-form .mwform-checkbox-field .c-checkbox__text::before,
.c-form .c-checkbox .mwform-checkbox-field-text::before,
.c-form .c-checkbox .c-checkbox__text::before {
    top: 5px;
  }
  .c-form .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after,
.c-form .mwform-checkbox-field input:checked + .c-checkbox__text::after,
.c-form .c-checkbox input:checked + .mwform-checkbox-field-text::after,
.c-form .c-checkbox input:checked + .c-checkbox__text::after {
    top: 3px;
  }
}

.c-checkbox-list {
  display: flex;
  flex-wrap: wrap;
}
.c-checkbox-list .mwform-checkbox-field,
.c-checkbox-list .c-checkbox {
  display: inline-block;
  margin-right: 20px;
}
.c-checkbox-list .mwform-checkbox-field + .mwform-checkbox-field, .c-checkbox-list .mwform-checkbox-field + .c-checkbox,
.c-checkbox-list .c-checkbox + .mwform-checkbox-field,
.c-checkbox-list .c-checkbox + .c-checkbox {
  margin-top: 0;
}

/* .mw_wp_form リセット
================================================ */
.mw_wp_form .c-form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

/* .c-form-thanks
================================================ */
.c-form-thanks {
  padding: 50px 15px 60px;
  background: #fff;
}
.c-form-thanks__txt {
  margin-bottom: 10px;
}
@media all and (min-width: 600px) {
  .c-form-thanks {
    padding: 80px 100px;
  }
}

/* 英語サイト
================================================ */
.is-en th {
  line-height: 1.5;
  position: relative;
}
.is-en .c-form-label {
  width: 100px;
}
@media all and (min-width: 600px) {
  .is-en .c-form-label {
    top: 0;
    right: 0;
    position: absolute;
  }
}

/*  .c-head01
================================================== */
.c-head01 {
  margin-bottom: 30px;
}
.c-head01__en {
  position: relative;
  font-weight: 300;
  font-size: 3rem;
}
.c-head01__ja {
  font-weight: 700;
  line-height: 1.5;
  color: #3174ba;
}
.c-head01.has-deco .c-head01__en::before {
  position: absolute;
  top: 0;
  left: -11px;
  content: "";
  width: 5px;
  height: 10px;
  background: #3174ba;
  background: linear-gradient(to bottom, #3174ba 50%, #2ca7d1 50.1%);
}
.c-head01.is-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-head01.is-white {
  color: #fff;
}
.c-head01.is-white .c-head01__ja {
  color: #fff;
}
@media all and (min-width: 600px) {
  .c-head01 {
    margin-bottom: 50px;
  }
  .c-head01__en {
    font-size: 6.5rem;
  }
  .c-head01__ja {
    font-size: 1.4rem;
  }
  .c-head01.has-deco .c-head01__en::before {
    left: -23px;
    width: 8px;
    height: 16px;
  }
  .c-head01.is-center-pc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-head01.is-small-pc {
    margin-bottom: 40px;
  }
  .c-head01.is-small-pc .c-head01__en {
    font-size: 4rem;
  }
  .c-head01.is-small-pc .c-head01__ja {
    font-size: 1.4rem;
  }
  .c-head01.is-horizontal-pc {
    display: flex;
    align-items: center;
  }
  .c-head01.is-horizontal-pc .c-head01__en {
    font-size: 6rem;
    margin-right: 30px;
  }
  .c-head01.is-horizontal-pc .c-head01__ja {
    font-size: 1.5rem;
  }
}

/*  .c-head02
================================================== */
.c-head02 {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3174ba;
}
.c-head02::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: -11px;
  content: "";
  width: 5px;
  height: 10px;
  background: #3174ba;
  background: linear-gradient(to bottom, #3174ba 50%, #2ca7d1 50.1%);
}
.c-head02.is-white {
  color: #fff;
}
.c-head02.is-white::before {
  background: linear-gradient(to bottom, #3174ba 50%, #fff 50.1%);
}
@media all and (min-width: 600px) {
  .c-head02 {
    font-size: 2.4rem;
  }
  .c-head02::before {
    left: -23px;
    width: 8px;
    height: 16px;
  }
}

/*  .c-head03
================================================== */
.c-head03 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 700;
  line-height: 1.5;
}
.c-head03.is-blue {
  color: #3174ba;
}
@media all and (min-width: 600px) {
  .c-head03 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 1.8rem;
  }
}

/*  .c-head04
================================================== */
.c-head04 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  color: #3174ba;
  text-align: center;
}
.c-head04:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #3174ba;
}
@media all and (min-width: 600px) {
  .c-head04 {
    font-size: 3.4rem;
  }
}

/* .c-info01
================================================== */
.c-info01 {
  background: #F9F9F9 url(../img/common/info/bg_info01_sp.png) no-repeat right bottom/cover;
}
.c-info01__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.c-info01__img {
  border-radius: 10px;
  background: #fff;
  text-align: center;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.6), 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.c-info01__img.is-transparent {
  background: none;
  box-shadow: none;
}
@media all and (min-width: 600px) {
  .c-info01 {
    background-image: url(../img/common/info/bg_info01_pc.png);
  }
  .c-info01__inner {
    max-width: 1400px;
    padding: 140px 0;
  }
}

/* .c-intro01
================================================== */
.c-intro01__inner {
  padding-top: 88px;
  padding-bottom: 60px;
}
.c-intro01__head {
  position: relative;
  margin-bottom: 25px;
  padding: 0 0 18px;
  color: #3174ba;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7647058824;
  letter-spacing: 0.1em;
}
.c-intro01__head::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background: #3174ba;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-intro01__txt {
  letter-spacing: 0.05em;
}
@media all and (min-width: 600px) {
  .c-intro01__inner {
    padding-top: 140px;
    padding-bottom: 134px;
  }
  .c-intro01__head {
    margin-bottom: 40px;
    padding-bottom: 27px;
    font-size: 3.4rem;
    line-height: 1.5;
  }
  .c-intro01__txt {
    text-align: center;
    line-height: 2.1875;
  }
}

/* .c-link01
================================================== */
a.c-link01 {
  color: #3174ba;
  text-decoration: underline;
}
a.c-link01[target]::after {
  margin: -2px 0 0 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cg%20fill%3D%22%233174ba%22%3E%3Cpath%20d%3D%22M4.444%201.111h4.445v4.445H4.444Zm-1.11%205.555H10V0H3.334Z%22%20%2F%3E%3Cpath%20d%3D%22M0%203.334V10h6.666V7.778h-1.11v1.111H1.111V4.445h1.111V3.334Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
}
a.c-link01[target].is-pdf {
  position: relative;
}
a.c-link01[target].is-pdf::after {
  margin: -2px 0 0 5px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  right: 0;
  background: url(../img/common/ico_pdf01.png) center center/contain no-repeat;
}
a.c-link01:hover {
  text-decoration: none;
}

/*  .c-list-paren
================================================== */
.c-list-paren {
  counter-reset: listParen;
  line-height: 1.6;
}
.c-list-paren__item {
  counter-increment: listParen;
  position: relative;
  padding-left: 3em;
  box-sizing: border-box;
}
.c-list-paren__item + .c-list-paren__item {
  margin-top: 5px;
}
.c-list-paren__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "（" counter(listParen) "）";
}

/*  .c-list01
================================================== */
.c-list01 {
  line-height: 1.6;
}
.c-list01__item {
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
  word-break: break-word;
}
.c-list01__item + .c-list01__item {
  margin-top: 5px;
}
.c-list01__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "▪";
  color: #3174ba;
}
@media all and (min-width: 600px) {
  .c-list01__item + .c-list01__item {
    margin-top: 15px;
  }
}

/*  .c-list02
================================================== */
.c-list02.is-lh-small .c-list02__item {
  line-height: 1.5;
}
@media all and (max-width: 599px) {
  .c-list02.is-lh-small .c-list02__item + .c-list02__item {
    margin-top: 6px;
  }
}
@media all and (min-width: 600px) {
  .c-list02.is-lh-small .c-list02__item {
    display: flex;
    align-items: center;
  }
  .c-list02.is-lh-small .c-list02__item:nth-child(n+3) {
    margin-top: 8px;
  }
}

/*  .c-list02
================================================== */
.c-list02__item-link {
  display: block;
  position: relative;
  padding-left: 12px;
}
.c-list02__item-link:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 1px;
  left: 0;
  background: #868686;
}
.c-list02__item-link.is-blank:after {
  padding-right: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cg%20fill%3D%22%233174ba%22%3E%3Cpath%20d%3D%22M4.444%201.111h4.445v4.445H4.444Zm-1.11%205.555H10V0H3.334Z%22%20%2F%3E%3Cpath%20d%3D%22M0%203.334V10h6.666V7.778h-1.11v1.111H1.111V4.445h1.111V3.334Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
}
@media all and (min-width: 600px) {
  .c-list02 {
    display: flex;
    flex-wrap: wrap;
  }
  .c-list02__item {
    width: calc(33.333% - 20px);
  }
  .c-list02__item-link {
    padding-left: 16px;
    transition: all 0.3s ease;
  }
  .c-list02__item-link:before {
    width: 10px;
  }
  .c-list02__item-link:hover {
    transition: all 0.3s ease;
    color: #3174ba;
  }
}

/* .c-other01
================================================== */
.c-other01 {
  background: url(../img/common/other/bg_other01_sp.png) no-repeat left bottom/cover;
}
.c-other01__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.c-other01-list__item + .c-other01-list__item {
  margin-top: 10px;
}
.c-other01-list__link {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  background: linear-gradient(135deg, #fff, #F9F9F9);
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.6), 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.c-other01-list__link::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 50%;
  width: 60px;
  height: 60px;
  background-size: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-other01-list__link.is-auto::before {
  background-image: url(../img/common/other/ico_other_auto01.png);
}
.c-other01-list__link.is-product::before {
  background-image: url(../img/common/other/ico_other_product01.png);
}
.c-other01-list__link.is-iot::before {
  background-image: url(../img/common/other/ico_other_iot01.png);
}
.c-other01-list__link-in {
  position: relative;
  height: 173px;
  padding: 85px 0 0;
  box-sizing: border-box;
}
.c-other01-list__link-in::before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16), 0px 3px 5px rgba(0, 0, 0, 0.16) inset;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-other01-list__link-in::after {
  position: absolute;
  bottom: 35px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-other01-list__txt {
  color: #91D1EB;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.55;
}
@media all and (min-width: 600px) {
  .c-other01 {
    background: url(../img/common/other/bg_other01_pc.png) no-repeat 50% 50%/cover;
  }
  .c-other01__inner {
    position: relative;
    max-width: 1120px;
    padding: 140px 0 170px;
  }
  .c-other01__head {
    margin-bottom: 40px !important;
  }
  .c-other01-list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-other01-list.is-col3 .c-other01-list__item:nth-child(n) {
    width: 360px;
    margin: 0 20px 0 0;
  }
  .c-other01-list.is-col3 .c-other01-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-other01-list.is-col3 .c-other01-list__link::before {
    top: 23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-other01-list.is-col3 .c-other01-list__link-in {
    justify-content: center;
    padding: 0;
  }
  .c-other01-list.is-col3 .c-other01-list__link-in::before {
    bottom: 26px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-other01-list.is-col3 .c-other01-list__link-in::after {
    bottom: 48px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-other01-list__item:nth-child(n) {
    width: 535px;
    margin: 0 50px 0 0;
  }
  .c-other01-list__item:nth-child(even) {
    margin-right: 0;
  }
  .c-other01-list__link {
    box-shadow: -10px -10px 20px rgba(255, 255, 255, 0.8), 10px 10px 20px rgba(0, 0, 0, 0.16);
    text-align: left;
    transition: all 0.3s ease;
  }
  .c-other01-list__link:hover {
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.6), 5px 5px 10px rgba(0, 0, 0, 0.16);
  }
  .c-other01-list__link::before {
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .c-other01-list__link.is-auto::before {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  .c-other01-list__link-in {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 210px;
    align-items: center;
    padding: 0 0 0 140px;
  }
  .c-other01-list__link-in::before {
    width: 45px;
    height: 45px;
    left: auto;
    right: 50px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .c-other01-list__link-in::after {
    right: 62px;
    left: auto;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .c-other01-list__txt {
    font-size: 2.4rem;
  }
}

.c-pager01 {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 40px 0 0;
  min-height: 40px;
}
.c-pager01 li {
  margin: 0 5px 10px;
}
.c-pager01 li a, .c-pager01 li span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  text-decoration: none;
  font-size: 2.8rem;
  font-weight: 300;
}
.c-pager01 li.page, .c-pager01 li.current {
  position: relative;
  margin: 0 16px;
}
.c-pager01 li.page::after, .c-pager01 li.current::after {
  position: absolute;
  content: "/";
  top: -2px;
  left: 24px;
  color: #868686;
  font-size: 3rem;
}
.c-pager01 li.current span {
  color: #3174ba;
}
.c-pager01 li.previous {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.c-pager01 li.previous a {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: inset 0 10px 20px rgba(51, 51, 51, 0.15), 2px 2px 5px rgba(51, 51, 51, 0.08);
}
.c-pager01 li.previous a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg) scaleY(-1);
  transform: translate(-50%, -50%) rotate(180deg) scaleY(-1);
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
}
.c-pager01 li.next {
  position: absolute;
  top: 0;
  right: 0;
}
.c-pager01 li.next a {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: inset 0 10px 20px rgba(51, 51, 51, 0.15), 2px 2px 5px rgba(51, 51, 51, 0.08);
}
.c-pager01 li.next a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
}
.c-pager01 li.extend span {
  border: 0;
}
.c-pager01 li:last-child::after {
  content: none;
}
.c-pager01 li[class*=larger]:nth-last-child(2)::after {
  content: none;
}
@media all and (min-width: 600px) {
  .c-pager01 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: inherit;
    min-height: 50px;
    margin: 80px auto 0;
  }
  .c-pager01 li a {
    transition: all 0.3s ease;
  }
  .c-pager01 li a:hover {
    opacity: 0.7;
  }
  .c-pager01 li a, .c-pager01 li span {
    padding: 5px 0;
    font-size: 3.5rem;
  }
  .c-pager01 li.next {
    right: -100px;
  }
  .c-pager01 li.previous {
    left: -100px;
  }
  .c-pager01 li.next a, .c-pager01 li.previous a {
    width: 45px;
    height: 45px;
  }
  .c-pager01 li.page, .c-pager01 li.current {
    margin: 0 26px;
  }
  .c-pager01 li.page::after, .c-pager01 li.current::after {
    top: 2px;
    left: 35px;
    font-size: 3.5rem;
  }
}

/*  .c-pager03
================================================== */
.c-pager03 {
  position: relative;
  margin: 40px 0 0;
  min-height: 34px;
}
.c-pager03__prev {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
.c-pager03__prev a {
  position: relative;
  display: block;
  height: 34px;
  padding-top: 3px;
  padding-left: 50px;
  box-sizing: border-box;
  text-decoration: none;
}
.c-pager03__prev a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 7px;
  -webkit-transform: translate(0%, -50%) rotate(180deg) scaleY(-1);
  transform: translate(0%, -50%) rotate(180deg) scaleY(-1);
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
}
.c-pager03__prev a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: inset 0 10px 20px rgba(51, 51, 51, 0.15), 2px 2px 5px rgba(51, 51, 51, 0.08);
}
.c-pager03__next {
  float: right;
  width: 50%;
  margin-bottom: 30px;
}
.c-pager03__next a {
  position: relative;
  display: block;
  height: 34px;
  padding-top: 3px;
  padding-right: 50px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: right;
}
.c-pager03__next a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 7px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
}
.c-pager03__next a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: inset 0 10px 20px rgba(51, 51, 51, 0.15), 2px 2px 5px rgba(51, 51, 51, 0.08);
}
.c-pager03__all {
  clear: both;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 166px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.c-pager03__all a {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 20px 10px 30px;
  border-radius: 100px;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
  text-decoration: none;
}
.c-pager03__all a::after {
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
}
.c-pager03__all span {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 1260px) {
  .c-pager03 {
    margin-top: 45px;
  }
  .c-pager03__prev {
    width: 200px;
    margin: 0;
  }
  .c-pager03__prev a {
    height: 45px;
    padding: 7px 0 0 64px;
  }
  .c-pager03__prev a::after {
    width: 45px;
    height: 45px;
  }
  .c-pager03__prev a::before {
    left: 12px;
  }
  .c-pager03__next {
    width: 200px;
    margin: 0;
  }
  .c-pager03__next a {
    height: 45px;
    padding: 7px 64px 0 0;
  }
  .c-pager03__next a::after {
    width: 45px;
    height: 45px;
  }
  .c-pager03__next a::before {
    right: 12px;
  }
  .c-pager03__all {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 220px;
    margin: 0;
  }
  .c-pager03__all a {
    height: 45px;
    padding-right: 55px;
    justify-content: center;
    box-sizing: border-box;
    font-size: 1.5rem;
    box-shadow: -10px -10px 20px rgba(255, 255, 255, 0.16), 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
  .c-pager03__all a:hover {
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
  }
  .c-pager03__all a::after {
    position: absolute;
    content: "";
    right: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* .c-relate01
================================================== */
.c-relate01 {
  background: #EBF5FF url(../img/common/relate/bg_relate01_sp.png) no-repeat left bottom/100%;
}
.c-relate01__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.c-relate01__detail {
  padding: 20px 20px 30px;
  background: linear-gradient(135deg, #EBF5FF, #E3ECF5);
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.6), 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.c-relate01-list__item + .c-relate01-list__item {
  margin-top: 30px;
}
.c-relate01-list__link {
  display: block;
}
.c-relate01-list__area-img {
  position: relative;
}
.c-relate01-list__num {
  position: absolute;
  top: -15px;
  left: 8px;
  color: #83ACD6;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  z-index: 1;
}
.c-relate01-list__img {
  position: relative;
  border-radius: 10px;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.6), 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.c-relate01-list__img::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: linear-gradient(to bottom, transparent, rgba(49, 116, 186, 0.5), #3174BA);
  opacity: 0.8;
  border-radius: 0 0 10px 10px;
}
.c-relate01-list__img img {
  width: 100%;
  border-radius: 10px;
}
.c-relate01-list__head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 12px;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
}
.c-relate01-list__txt {
  margin-top: 10px;
  color: #868686;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  max-height: 7.3076923077em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.c-relate01-list-cats {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.c-relate01-list-cats__item {
  margin: 0 5px 5px 0;
  padding: 3px 9px 4px;
  border-radius: 13px;
  color: #868686;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
}
.c-relate01-list-cats__item.is-green {
  background: #ECFBFF;
}
.c-relate01-list-cats__item.is-purple {
  background: #E5EBFF;
}
.c-relate01-list-cats__item.is-pink {
  background: #F3EBFF;
}
.c-relate01-list-cats__item:last-child {
  margin-right: 0;
}
@media all and (min-width: 600px) {
  .c-relate01 {
    position: relative;
    background-image: none;
  }
  .c-relate01::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 1070px;
    height: 650px;
    background: url(../img/common/relate/bg_relate01_pc.png);
  }
  .c-relate01__inner {
    position: relative;
    max-width: 1120px;
    padding: 140px 0;
  }
  .c-relate01__detail {
    padding: 90px 80px 60px;
  }
  .c-relate01__head {
    margin-bottom: 40px !important;
  }
  .c-relate01-list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-relate01-list__item:nth-child(n) {
    width: 300px;
    margin: 0 30px 0 0;
  }
  .c-relate01-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-relate01-list__num {
    top: -26px;
    left: 11px;
    font-size: 5rem;
  }
  .c-relate01-list__img::before {
    height: 200px;
  }
  .c-relate01-list__head {
    padding: 30px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .c-relate01-list__txt {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    max-height: 6em;
    -webkit-line-clamp: 4;
  }
  .c-relate01-list-cats {
    margin-top: 20px;
  }
  .c-relate01-list-cats__item {
    padding: 4px 10px 5px;
    font-size: 1.3rem;
  }
}

/* .c-set-anchor
================================================ */
.c-set-anchor {
  position: relative;
  text-align: center;
  z-index: 1;
}
.c-set-anchor__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  white-space: nowrap;
}
.c-set-anchor__head::before, .c-set-anchor__head::after {
  display: block;
  content: "";
  background: #d6d6d6;
  height: 1px;
  width: 50%;
}
.c-set-anchor__head::before {
  margin-right: 20px;
}
.c-set-anchor__head::after {
  margin-left: 20px;
}
.c-set-anchor-list {
  font-size: 1.2rem;
}
.c-set-anchor-list__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 250px;
  max-width: 100%;
  margin: 5px auto 0;
  text-align: center;
}
.c-set-anchor-list__item-link {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 7px 20px 8px;
  border-radius: 100px;
  background: #f0f4f7;
  box-shadow: -5px -5px 10px rgba(193, 193, 193, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s ease;
}
.c-set-anchor-list__item-link::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #3174ba;
  border-bottom: 2px solid #3174ba;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  margin-top: -7px;
}
.c-set-anchor-list__item-link.is-color-nav {
  background-color: #eaf1fc;
}
@media (hover: hover) and (pointer: fine) {
  .c-set-anchor-list__item-link:hover {
    box-shadow: -2.5px -2.5px 5px rgba(193, 193, 193, 0.16), 2.5px 2.5px 5px rgba(0, 0, 0, 0.16);
  }
}
@media all and (min-width: 600px) {
  .c-set-anchor__head {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .c-set-anchor__head::before {
    margin-right: 25px;
  }
  .c-set-anchor__head::after {
    margin-left: 25px;
  }
  .c-set-anchor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.4rem;
    margin: -20px -15px 140px 0;
  }
  .c-set-anchor-list__item {
    margin: 30px 15px 0;
    width: 212px;
  }
  .c-set-anchor-list__item.is-large {
    width: calc(33.3% - 30px);
    height: 60px;
  }
  .c-set-anchor-list__item.is-pc-col5 {
    width: calc(20% - 30px);
  }
  .c-set-anchor-list__item-link {
    min-height: 60px;
    padding-bottom: 17px;
    box-shadow: -10px -10px 20px rgba(193, 193, 193, 0.16), 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
  .c-set-anchor-list__item-link:hover {
    box-shadow: -2.5px -2.5px 5px rgba(193, 193, 193, 0.16), 2.5px 2.5px 5px rgba(0, 0, 0, 0.16);
  }
  .c-set-anchor-list__item-link:hover::after {
    margin-top: -15px;
  }
  .c-set-anchor-list__item-link::after {
    top: 100%;
    left: 50%;
    margin: -18px 0 0 -5px;
    transition: margin 0.3s ease;
  }
}

/* .c-set-company
================================================ */
@-webkit-keyframes setCompanyBgAnim {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -1179px;
  }
}
@keyframes setCompanyBgAnim {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -1179px;
  }
}
.c-set-company {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.c-set-company::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/common/bg_pattern01.jpg) repeat;
  opacity: 0.8;
}
.c-set-company__inner {
  position: relative;
}
.c-set-company-list {
  margin: 30px 0 0;
}
.c-set-company-list__item {
  margin-top: 10px;
}
.c-set-company-list__item-in {
  position: relative;
  display: block;
  min-height: 75px;
  position: relative;
  background: white;
  padding: 12px 50px 12px 95px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.c-set-company-list__item-in::after {
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-set-company-list__item-in:hover {
  color: #3174ba;
}
.c-set-company-list__item-in:hover::after {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.c-set-company-list__item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 75px;
}
.c-set-company-list__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-set-company-list__item-en {
  font-size: 2.4rem;
  font-weight: 300;
}
.c-set-company-list__item-txt {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
  opacity: 0.5;
}
.c-set-company.has-bg {
  background: #f0f4f7;
}
.c-set-company.has-bg::before {
  opacity: 0.77;
  mix-blend-mode: multiply;
}
.c-set-company.has-bg .c-set-company-list__item-in {
  background: #fff;
}
@media all and (max-width: 599px) {
  .c-set-company::before {
    background-size: 200% auto;
  }
}
@media all and (min-width: 600px) and (min-width: 860px) {
  .c-set-company::before {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: setCompanyBgAnim;
    animation-name: setCompanyBgAnim;
  }
  .c-set-company-list {
    margin: -30px -15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-set-company-list__item {
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 30px 15px 0;
  }
  .c-set-company-list__item-in {
    min-height: 100px;
    padding: 22px 70px 22px 130px;
  }
  .c-set-company-list__item-in::after {
    display: inline-block;
    width: 30px;
    height: 4px;
    vertical-align: middle;
    background: no-repeat right bottom/auto 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
    right: 30px;
    width: 20px;
    overflow: hidden;
  }
  .c-set-company-list__item-in:hover {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  }
  .c-set-company-list__item-img {
    width: 100px;
  }
}
@media all and (min-width: 1260px) {
  .c-set-company-list__item.is-short-pc {
    flex-basis: calc(33.3% - 30px);
    max-width: calc(33.3% - 30px);
  }
  .c-set-company-list__item-in-en {
    font-size: 2.8rem;
  }
  .c-set-company-list__item-in-txt {
    font-size: 1.3rem;
  }
}

/*  .c-single-content
================================================== */
.c-single-content :-moz-placeholder-shown *:first-child {
  margin-top: 0;
}
.c-single-content :-ms-input-placeholder *:first-child {
  margin-top: 0;
}
.c-single-content :placeholder-shown *:first-child {
  margin-top: 0;
}
.c-single-content *:last-child {
  margin-bottom: 0;
}
.c-single-content p {
  margin: 1em 0;
  line-height: 2.1428571429;
}
.c-single-content a {
  text-decoration: underline;
}
.c-single-content h2 {
  clear: both;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.3em;
  line-height: 2.3;
  background-color: #ebebeb;
  font-size: 1.8rem;
  font-weight: normal;
}
.c-single-content h2 + p {
  margin-top: 20px;
  margin-bottom: 25px;
}
.c-single-content h3 {
  clear: both;
  margin: 15px 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2;
}
.c-single-content ul,
.c-single-content ol {
  margin: 15px 0;
}
.c-single-content ul {
  padding: 0;
  list-style: none;
}
.c-single-content ul li {
  position: relative;
  padding: 0 0 0 30px;
}
.c-single-content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.c-single-content ol {
  padding: 0 0 0 20px;
}
.c-single-content .alignleft,
.c-single-content .alignright,
.c-single-content .aligncenter {
  margin: 30px 0;
}
@media all and (min-width: 600px) {
  .c-single-content h2 {
    padding: 8px 10px;
    font-size: 2.6rem;
  }
  .c-single-content h3 {
    padding-bottom: 26px;
    font-size: 2.2rem;
  }
  .c-single-content a:hover {
    text-decoration: none;
  }
  .c-single-content .alignleft {
    float: left;
    width: 450px;
    margin: 0 50px 50px 0;
  }
  .c-single-content .alignright {
    float: right;
    width: 450px;
    margin: 0 0 50px 50px;
  }
  .c-single-content .aligncenter {
    width: 600px;
    margin: 60px auto;
    text-align: center;
  }
  .c-single-content .aligncenter + p {
    margin: 60px 0;
  }
  .c-single-content p {
    line-height: 2.1875;
  }
  .c-single-content p + h2, .c-single-content p h3, .c-single-content p h4, .c-single-content p h5, .c-single-content p h6 {
    margin-top: 20px;
  }
}

/*  .c-single01
================================================== */
.c-single01 {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
.c-single01__head h1 {
  padding: 0 0 15px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
.c-single01__head-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.c-single01__cat {
  margin-right: 12px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}
.c-single01__date {
  color: #868686;
  font-size: 1.3rem;
  line-height: 1.2;
}
.c-single01__text {
  width: 100%;
  margin-top: 6px;
  color: #868686;
  font-size: 1.3rem;
  line-height: 1.4;
}
.c-single01__catch {
  margin-bottom: 30px;
}
@media all and (min-width: 600px) {
  .c-single01 {
    padding-bottom: 80px;
  }
  .c-single01__head h1 {
    padding: 0 0 30px;
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .c-single01__head-meta {
    margin: 24px 0 58px;
  }
  .c-single01__cat {
    margin-right: 24px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .c-single01__date {
    margin-right: 24px;
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 1px;
  }
  .c-single01__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .c-single01__catch {
    width: 600px;
    margin: 0 auto 60px;
  }
}

/*  .c-single02
================================================== */
.c-single02 {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.c-single02-intro {
  margin-bottom: 60px;
}
.c-single02-intro__inner {
  padding-top: 88px;
}
.c-single02-intro h1 {
  position: relative;
  margin-bottom: 25px;
  padding: 0 0 18px;
  color: #3174ba;
  text-align: center;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.7647058824;
  letter-spacing: 0.1em;
}
.c-single02-intro h1::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background: #3174ba;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-single02-intro p {
  letter-spacing: 0.05em;
}
.c-single02-intro__cats {
  margin-bottom: 20px;
}
@media all and (max-width: 599px) {
  .c-single02-intro__txt.is-sp-center {
    text-align: center;
  }
  .c-single02-intro__txt.is-sp-right {
    text-align: right;
  }
}
.c-single02-sec {
  padding: 0 25px;
}
.c-single02-sec + .c-single02-sec {
  margin-top: 20px;
}
.c-single02-sec:nth-of-type(2) {
  margin-top: 20px;
  padding: 20px 25px;
  background: url(../img/case/bg_single01_sp.png) no-repeat top center/cover;
}
.c-single02-sec:last-child .c-single02-sec__inner::before {
  content: none;
}
.c-single02-sec__inner {
  position: relative;
  padding: 20px 20px 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.6), 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.c-single02-sec__inner::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 5px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.c-single02-sec-header {
  position: relative;
}
.c-single02-sec-header__num {
  position: absolute;
  top: -3px;
  right: 0;
  color: rgba(49, 116, 186, 0.11);
  font-size: 8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}
.c-single02-sec-header__en {
  color: #3174ba;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media all and (max-width: 374px) {
  .c-single02-sec-header__en {
    font-size: 3.2rem;
  }
}
.c-single02-sec-header__head {
  margin-top: 3px;
  color: rgba(49, 116, 186, 0.8);
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.c-single02-sec__head {
  margin-top: 20px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
  line-height: 1.5;
}
.c-single02-sec__img {
  overflow: hidden;
  margin-top: 25px;
  border-radius: 10px;
}
.c-single02-sec-images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
.c-single02-sec-images__item {
  overflow: hidden;
  border-radius: 10px;
}
.c-single02-sec-images__item img {
  display: block;
  border-radius: 10px;
}
.c-single02-sec-images.is-col02 .c-single02-sec-images__item {
  width: 49%;
}
.c-single02-sec-images.is-col03 .c-single02-sec-images__item {
  width: 33%;
}
.c-single02-sec-images__caption {
  margin-top: 5px;
  line-height: 1.8;
}
@media all and (min-width: 600px) {
  .c-single02 {
    padding: 0 0 140px;
  }
  .c-single02-intro {
    width: 1120px;
    margin: 0 auto;
  }
  .c-single02-intro__inner {
    padding: 140px 0 95px;
  }
  .c-single02-intro h1 {
    margin-bottom: 40px;
    padding-bottom: 27px;
    font-size: 3.4rem;
    line-height: 1.5;
  }
  .c-single02-intro p {
    line-height: 2.1875;
  }
  .c-single02-intro__cats-list {
    justify-content: center;
  }
  .c-single02-intro__txt.is-pc-center {
    text-align: center;
  }
  .c-single02-intro__txt.is-pc-right {
    text-align: right;
  }
  .c-single02-sec + .c-single02-sec {
    margin-top: 50px;
  }
  .c-single02-sec:nth-of-type(2) {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/case/bg_single01_pc.png);
  }
  .c-single02-sec__inner {
    max-width: 1120px;
    margin: auto;
    padding: 70px 70px 60px;
    box-sizing: border-box;
  }
  .c-single02-sec__inner::before {
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 7px;
    vertical-align: middle;
    background: no-repeat right bottom/auto 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
  }
  .c-single02-sec-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .c-single02-sec-header__num {
    top: -30px;
    font-size: 13rem;
  }
  .c-single02-sec-header__en {
    margin-right: 30px;
    font-size: 6rem;
  }
  .c-single02-sec-header__head {
    margin-top: 5px;
    font-size: 1.5rem;
  }
  .c-single02-sec__head {
    margin: 38px 0 11px;
    padding: 0 0 14px;
    font-size: 1.8rem;
  }
  .c-single02-sec__txt {
    line-height: 2.1875;
    letter-spacing: 0.05em;
  }
  .c-single02-sec__img {
    margin-top: 34px;
  }
  .c-single02-sec-images {
    margin-top: 34px;
  }
  .c-single02-sec-images.is-col01 {
    width: 485px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-single02-sec-images.is-col01-large {
    width: 100%;
  }
  .c-single02-sec-images.is-col01-large img {
    width: 100%;
    max-width: none;
  }
}

/*  .c-single03
================================================== */
.c-single03 {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.c-single03-sec {
  padding: 20px 25px;
}
.c-single03-sec + .c-single03-sec {
  margin-top: 20px;
}
.c-single03-sec:nth-of-type(2) {
  padding: 20px 25px;
  background: url(../img/case/bg_single01_sp.png) no-repeat top center/cover;
}
.c-single03-sec__inner {
  position: relative;
  padding: 20px 20px 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(193, 193, 193, 0.9), -5px -5px 10px #fff;
}
.c-single03-sec__head {
  color: #3174ba;
  font-weight: normal;
}
.c-single03-sec__head {
  margin-top: 20px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
  line-height: 1.5;
}
.c-single03-sec__img {
  overflow: hidden;
  margin-top: 15px;
}
.c-single03-sec__img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.c-single03-sec__img-caption {
  margin-top: 5px;
  line-height: 1.8;
}
.c-single03-sec__img.is-full {
  width: 100%;
  max-width: none;
}
.c-single03-sec__sub {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}
.c-single03-sec__notes {
  margin-top: 18px;
}
.c-single03-sec__notes-txt {
  padding-left: 1em;
  text-indent: -1em;
  color: #868686;
  font-size: 1.3rem;
}
.c-single03-sec__notes-txt::before {
  content: "※";
}
.c-single03-sec__notes-txt + .c-single03-sec__notes-txt {
  margin-top: 5px;
}
.c-single03-sec__detail.is-img-right {
  display: flex;
  flex-wrap: wrap;
}
.c-single03-sec__detail.is-img-right .c-single03-sec__area-txt {
  order: 2;
}
.c-single03-sec__detail.is-img-right .c-single03-sec__img {
  order: 1;
  margin-bottom: 10px;
}
.c-single03-sec__detail.is-img-left {
  display: flex;
  flex-wrap: wrap;
}
.c-single03-sec__detail.is-img-left .c-single03-sec__area-txt {
  order: 2;
}
.c-single03-sec__detail.is-img-left .c-single03-sec__img {
  order: 1;
  margin-bottom: 10px;
}
@media all and (min-width: 600px) {
  .c-single03 {
    padding: 0 0 140px;
  }
  .c-single03-sec + .c-single03-sec {
    margin-top: 50px;
  }
  .c-single03-sec:nth-of-type(2) {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/case/bg_single01_pc.png);
  }
  .c-single03-sec__inner {
    max-width: 1120px;
    margin: auto;
    padding: 70px 70px 60px;
    box-sizing: border-box;
    box-shadow: 10px 10px 20px rgba(193, 193, 193, 0.9), -10px -10px 20px #fff;
  }
  .c-single03-sec__head {
    margin: 0 0 30px;
    padding: 0 0 14px;
    font-size: 1.8rem;
  }
  .c-single03-sec__txt {
    line-height: 2.1875;
    letter-spacing: 0.05em;
  }
  .c-single03-sec__img {
    width: 450px;
    margin: 34px auto 0;
  }
  .c-single03-sec__detail {
    overflow: hidden;
  }
  .c-single03-sec__detail.is-img-right {
    display: block;
  }
  .c-single03-sec__detail.is-img-right .c-single03-sec__img {
    float: right;
    width: 320px;
    margin: 0 0 30px 50px;
  }
  .c-single03-sec__detail.is-img-left {
    display: block;
  }
  .c-single03-sec__detail.is-img-left .c-single03-sec__img {
    float: left;
    width: 320px;
    margin: 0 50px 30px 0;
  }
  .c-single03-sec__sub {
    margin: 0 0 15px;
  }
  .c-single03-sec__notes {
    margin-top: 35px;
  }
  .c-single03-sec__notes-txt {
    font-size: 1.4rem;
  }
  p + .c-single03-sec__notes {
    margin-top: 20px;
  }
}

/*  .c-table01
================================================== */
.c-table01 {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-table01 th, .c-table01 td {
  padding: 15px 10px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  text-align: left;
  box-sizing: border-box;
}
.c-table01 th {
  border-color: #3174ba;
  font-weight: normal;
}
@media all and (min-width: 600px) {
  .c-table01 th, .c-table01 td {
    padding: 23px 30px 25px;
  }
  .c-table01 th {
    width: 230px;
    font-size: 1.8rem;
  }
}

/*  .c-table01.is-block-sp
================================================== */
@media all and (max-width: 599px) {
  .c-table01.is-block-sp table, .c-table01.is-block-sp thead, .c-table01.is-block-sp tbody, .c-table01.is-block-sp tr, .c-table01.is-block-sp th, .c-table01.is-block-sp td {
    display: block;
  }
  .c-table01.is-block-sp th, .c-table01.is-block-sp td {
    border-bottom: 0;
  }
  .c-table01.is-block-sp tr:last-of-type td {
    border-bottom: 1px solid #3174ba;
  }
}

/* .c-table01__detail
-------------------------*/
.c-table01__detail {
  display: block;
}
.c-table01__detail + .c-table01__detail {
  margin-top: 5px;
}
.c-table01__detail-head {
  display: block;
}
.c-table01__detail-content {
  display: block;
  padding-left: 45px;
}
@media all and (min-width: 600px) {
  .c-table01__detail + .c-table01__detail {
    margin-top: 10px;
  }
  .c-table01__detail a {
    font-size: 1.4rem;
  }
}

/* .c-table01__dl
-------------------------*/
.c-table01__dl {
  display: block;
}
.c-table01__dl + .c-table01__dl {
  margin-top: 0px;
}
.c-table01__dl dt {
  display: inline-block;
  width: 108px;
  margin-right: 16px;
}
.c-table01__dl dd {
  display: inline-block;
  width: 108px;
}
@media all and (min-width: 600px) {
  .c-table01__dl + .c-table01__dl {
    margin-top: 11px;
  }
  .c-table01__dl dt {
    width: 122px;
    margin-right: 20px;
  }
  .c-table01__dl dd {
    width: 122px;
  }
}

/* .c-txt-kome
================================================== */
.c-txt-kome {
  text-indent: -1.1em;
  margin-left: 1.1em;
}

/* .l-breadcrumb
================================================ */
.l-breadcrumb {
  position: relative;
  overflow: visible;
  z-index: 5;
}

.l-breadcrumb-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  color: #868686;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 10px;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: 3px;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 6px 2px 0;
}
.l-breadcrumb-list__item a {
  color: #3174ba;
  transition: all 0.3s ease;
}
.l-breadcrumb-list__item a:hover {
  color: #868686;
}
@media all and (max-width: 599px) {
  .l-breadcrumb-list {
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
@media all and (min-width: 600px) {
  .l-breadcrumb-list {
    font-size: 1.4rem;
    padding-top: 20px;
  }
  .l-breadcrumb-list__item {
    max-width: calc(100% - 43px);
  }
  .l-breadcrumb-list__item + .l-breadcrumb-list__item {
    margin-left: 10px;
  }
  .l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
    width: 6px;
    height: 6px;
    margin: 0 14px 1px 0;
  }
}

/* .l-cursor
================================================ */
.l-cursor {
  display: none;
}
.l-cursor.is-disabled, .l-cursor.is-loading {
  display: none;
  width: 0;
  height: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-cursor {
    position: fixed;
    display: block;
    z-index: 9999;
    pointer-events: none;
  }
  .l-cursor::before {
    position: absolute;
    content: "";
    background: #868686;
    border: 1px solid #868686;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    opacity: 0.5;
  }
  .l-cursor.is-hover::before {
    opacity: 0.95;
    background: rgba(49, 116, 186, 0.6);
    border-color: rgba(49, 116, 186, 0.6);
  }
  .l-cursor.is-hover[data-cursor-option=white]::before {
    border-color: #fff;
  }
  .l-cursor.is-hover[data-cursor-option=white-small]::before {
    border-color: #fff;
  }
}

/* .l-footer
================================================ */
.l-footer {
  position: relative;
  background: #547699;
  color: #fff;
}
.l-footer__sub {
  border-top: 1px solid #aabbcc;
  text-align: center;
}
.l-footer__sub-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.l-footer.is-en .l-footer-logo {
  width: 272px;
}
@media all and (min-width: 1260px) {
  .l-footer__main-inner {
    display: flex;
  }
  .l-footer__main-info {
    flex-basis: 31.25%;
    max-width: 31.25%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-footer-contact {
    flex-basis: 68.75%;
    max-width: 68.75%;
  }
  .l-footer__sub {
    text-align: right;
  }
  .l-footer__sub-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-footer.is-en .l-footer-logo {
    width: 360px;
  }
}

/* .l-footer-contact
================================================ */
.l-footer-contact__link {
  position: relative;
  display: block;
  padding: 68px 0;
  box-sizing: border-box;
}
.l-footer-contact__link::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: -30px;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s ease;
}
.l-footer-contact__link::after {
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
}
.l-footer-contact__link:hover::before {
  box-shadow: -2.5px -2.5px 5px rgba(255, 255, 255, 0.16), 2.5px 2.5px 5px rgba(0, 0, 0, 0.16);
}
.l-footer-contact__head {
  margin: 0;
}
.l-footer-contact__head-ja {
  color: rgba(255, 255, 255, 0.8) !important;
}
@media all and (min-width: 1260px) {
  .l-footer-contact {
    border-right: 1px solid #aabbcc;
  }
  .l-footer-contact__link {
    padding: 190px 250px 190px 0;
  }
  .l-footer-contact__link::before {
    width: 120px;
    height: 120px;
    right: 100px;
    margin-top: -60px;
    box-shadow: -10px -10px 20px rgba(255, 255, 255, 0.16), 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
  .l-footer-contact__link::after {
    display: inline-block;
    width: 30px;
    height: 4px;
    vertical-align: middle;
    background: no-repeat right bottom/auto 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    right: 145px;
  }
  .l-footer-contact__link:hover::before {
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
  }
}

/* .l-footer-nav
================================================ */
.l-footer-nav {
  display: none;
}
@media all and (min-width: 1260px) {
  .l-footer-nav {
    font-weight: 300;
    font-size: 1.8rem;
    margin-top: -14px;
    display: block;
  }
  .l-footer-nav__item {
    width: 100%;
    margin-top: 14px;
  }
  .l-footer-nav__item-link[target]::after {
    margin: -2px 0 0 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M4.444%201.111h4.445v4.445H4.444Zm-1.11%205.555H10V0H3.334Z%22%20%2F%3E%3Cpath%20d%3D%22M0%203.334V10h6.666V7.778h-1.11v1.111H1.111V4.445h1.111V3.334Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
  }
  .l-footer-nav__child {
    width: 100%;
    font-size: 1.3rem;
    padding-top: 4px;
  }
  .l-footer-nav__child-item {
    margin-top: 10px;
  }
  .l-footer-nav__child-item-link {
    position: relative;
    display: block;
    padding-left: 20px;
  }
  .l-footer-nav__child-item-link::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0;
    display: block;
    width: 11px;
    height: 0;
    border-top: 2px solid;
    opacity: 0.43;
  }
}

/* .l-footer-logo
================================================ */
.l-footer-logo {
  width: 98px;
  margin: 0 auto;
}
@media all and (min-width: 1260px) {
  .l-footer-logo {
    margin: 0;
    width: 140px;
  }
}

/* .l-footer-subnav
================================================ */
.l-footer-subnav {
  margin: 25px -5px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.1rem;
  line-height: 1.5;
}
.l-footer-subnav__item {
  margin: 5px 5px 0;
}
.l-footer-subnav__item:first-of-type {
  margin-left: 20vw;
}
.l-footer-subnav__item:nth-of-type(2) {
  margin-right: 20vw;
}
@media all and (max-width: 374px) {
  .l-footer-subnav__item:first-of-type {
    margin-left: 5px;
  }
  .l-footer-subnav__item:nth-of-type(2) {
    margin-right: 5px;
  }
}
@media all and (min-width: 600px) {
  .l-footer-subnav__item:first-of-type {
    margin-left: 5px;
  }
  .l-footer-subnav__item:nth-of-type(2) {
    margin-right: 5px;
  }
}
@media all and (min-width: 1260px) {
  .l-footer-subnav {
    margin: 0;
  }
  .l-footer-subnav__item {
    margin: 0 0 0 25px;
  }
  .l-footer-subnav__item:first-of-type {
    margin-left: 25px;
  }
  .l-footer-subnav__item:nth-of-type(2) {
    margin-right: 0;
  }
}

/* .l-footer__cr
================================================ */
.l-footer__cr {
  margin-top: 15px;
  opacity: 0.5;
}
.l-footer__cr-txt {
  font-size: 1.1rem;
}
@media all and (min-width: 1260px) {
  .l-footer__cr {
    margin-top: 5px;
  }
}

/* .l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 2000;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.l-header.is-fadein-lazy {
  transition: opacity 0.9s ease 2s, background 0.3s ease 0s;
}
.l-header.is-animated {
  opacity: 1;
}
@media all and (min-width: 1451px) {
  .l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px 20px 50px;
    background: rgba(255, 255, 255, 0);
  }
  .l-header.has-bg {
    background: #fff;
  }
}

/* .l-header-info
================================================== */
.l-header-info {
  position: relative;
  z-index: 3;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 16px;
  box-sizing: border-box;
}
.l-header-info__logo {
  width: 170px;
}
@media all and (min-width: 1451px) {
  .l-header-info {
    height: auto;
    padding-left: 0;
  }
  .l-header-info__logo {
    width: 298px;
  }
}

/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #eaf1fc;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.6), 5px 5px 10px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s ease;
}
.l-nav-btn__line {
  position: absolute;
  left: 17px;
  width: 16px;
  height: 1px;
  content: "";
  background: #333;
  transition: all 0.3s ease;
}
.l-nav-btn__line:nth-child(1) {
  top: 19px;
}
.l-nav-btn__line:nth-child(2) {
  top: 25px;
}
.l-nav-btn__line:nth-child(3) {
  top: 31px;
}
.l-nav-btn.is-open .l-nav-btn__line {
  width: 18px;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  opacity: 0;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-nav-btn__txt {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-btn:hover {
    box-shadow: -2.5px -2.5px 5px rgba(255, 255, 255, 0.6), 2.5px 2.5px 5px rgba(0, 0, 0, 0.16);
  }
}
@media all and (min-width: 1451px) {
  .l-nav-btn {
    display: none;
  }
}

/* .l-nav
================================================ */
.l-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  min-width: 320px;
  padding: 90px 20px;
  box-sizing: border-box;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 1450px) {
  .l-nav {
    overflow: auto;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    transition: all 0.3s ease;
    background: #eaf1fc url(../img/common/bg_nav01_sp.jpg) no-repeat center top/cover;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media all and (min-width: 1451px) {
  .l-nav {
    position: static;
    width: 100%;
    min-width: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/* .l-nav-list
================================================== */
.l-nav-list {
  text-align: left;
}
.l-nav-list__child-item {
  font-size: 1.5rem;
  margin-top: 10px;
}
.l-nav-list__child-item.is-ja {
  font-size: 1.3rem;
  line-height: 1.4;
}
.l-nav-list__child-item-link {
  position: relative;
  display: block;
  padding-left: 20px;
  transition: color 0.3s ease;
}
.l-nav-list__child-item-link:hover {
  color: #3174ba;
}
.l-nav-list__child-item-link::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  display: block;
  width: 11px;
  height: 0;
  border-top: 2px solid;
  opacity: 0.43;
}
.l-nav-list__child-item-link[target]::after {
  margin: -5px 0 0 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cg%20fill%3D%22%23868686%22%3E%3Cpath%20d%3D%22M4.444%201.111h4.445v4.445H4.444Zm-1.11%205.555H10V0H3.334Z%22%20%2F%3E%3Cpath%20d%3D%22M0%203.334V10h6.666V7.778h-1.11v1.111H1.111V4.445h1.111V3.334Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-list__item-link, .l-nav-list__item-txt {
    transition: color 0.3s ease;
  }
  .l-nav-list__item-link:hover, .l-nav-list__item-txt:hover {
    color: #3174ba;
  }
}
@media all and (max-width: 1450px) {
  .l-nav-list {
    font-size: 2.2rem;
    color: #868686;
  }
  .l-nav-list__item-link, .l-nav-list__item-txt {
    position: relative;
    display: block;
    padding: 18px 45px 18px 0;
    border-bottom: 1px solid #868686;
  }
  .l-nav-list__item-link::before, .l-nav-list__item-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
  }
  .l-nav-list__item-link::before {
    margin-top: -1px;
    display: inline-block;
    width: 19px;
    height: 3px;
    vertical-align: middle;
    background: no-repeat right bottom/auto 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%23868686%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
  }
  .l-nav-list__item-txt::before {
    margin-top: -1px;
    border-top: 2px solid;
    width: 20px;
  }
  .l-nav-list__item-txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    border-top: 2px solid;
    width: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .l-nav-list__item-txt.is-active::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .l-nav-list__child {
    padding-top: 6px;
    margin-bottom: 10px;
  }
  .l-nav-list__child-item {
    margin-top: 14px;
  }
  .l-nav-list__child-item-link[target]::after {
    position: absolute;
    top: 50%;
    right: 0;
  }
}
@media (max-width: 1450px) and (hover: hover) and (pointer: fine) {
  .l-nav-list__item-link:hover::before {
    display: inline-block;
    width: 19px;
    height: 3px;
    vertical-align: middle;
    background: no-repeat right bottom/auto 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
  }
  .l-nav-list__item-link:hover[target]::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cg%20fill%3D%22%233174ba%22%3E%3Cpath%20d%3D%22M4.444%201.111h4.445v4.445H4.444Zm-1.11%205.555H10V0H3.334Z%22%20%2F%3E%3Cpath%20d%3D%22M0%203.334V10h6.666V7.778h-1.11v1.111H1.111V4.445h1.111V3.334Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
  }
}
@media all and (min-width: 1451px) {
  .l-nav-list {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.7rem;
  }
  .l-nav-list__item {
    position: relative;
    margin: 0 15px;
  }
  .l-nav-list__item-link, .l-nav-list__item-txt {
    position: relative;
    display: block;
    padding: 5px 0;
    transition: color 0.3s ease;
  }
  .l-nav-list__item-link:hover, .l-nav-list__item-txt:hover {
    color: #3174ba;
  }
  .l-nav-list__item-link:hover[target]::before, .l-nav-list__item-txt:hover[target]::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cg%20fill%3D%22%233174ba%22%3E%3Cpath%20d%3D%22M4.444%201.111h4.445v4.445H4.444Zm-1.11%205.555H10V0H3.334Z%22%20%2F%3E%3Cpath%20d%3D%22M0%203.334V10h6.666V7.778h-1.11v1.111H1.111V4.445h1.111V3.334Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
  }
  .l-nav-list__item-txt {
    padding-right: 15px;
  }
  .l-nav-list__item-txt::after {
    position: absolute;
    top: 12px;
    right: 0;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease;
  }
  .l-nav-list__item-txt.is-active::after {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .l-nav-list__item-link[target] {
    padding-right: 15px;
  }
  .l-nav-list__item-link[target]::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cg%20fill%3D%22%23333%22%3E%3Cpath%20d%3D%22M4.444%201.111h4.445v4.445H4.444Zm-1.11%205.555H10V0H3.334Z%22%20%2F%3E%3Cpath%20d%3D%22M0%203.334V10h6.666V7.778h-1.11v1.111H1.111V4.445h1.111V3.334Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    top: 11px;
    right: 0;
  }
  .l-nav-list__child {
    color: #868686;
  }
  .l-nav-list__child-wrap {
    box-sizing: border-box;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    width: 274px;
    margin-left: -137px;
    height: auto !important;
    padding: 10px 20px 25px 50px !important;
    display: block !important;
    overflow: visible !important;
    background: #eaf1fc;
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.6), 5px 5px 10px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all 0.3s ease 0s, visible 0s ease 0.3s;
  }
  .l-nav-list__child-item.is-ja {
    font-size: 1.4rem;
  }
  .l-nav-list__item-txt.is-active + .l-nav-list__child-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: all 0.3s ease 0s, visible 0s ease 0s;
  }
}

/* .l-nav-lang
================================================== */
.l-nav-lang {
  display: flex;
  justify-content: center;
}
.l-nav-lang__item {
  position: relative;
}
.l-nav-lang__item + .l-nav-lang__item::before {
  position: absolute;
  display: block;
  content: "";
  height: 25px;
  border-left: 1px solid;
  opacity: 0.3;
}
.l-nav-lang__item-link, .l-nav-lang__item-txt {
  display: block;
  padding: 0 20px;
}
.l-nav-lang__item-link {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.l-nav-lang__item-link:hover {
  opacity: 1;
  color: #3174ba;
}
@media all and (max-width: 1450px) {
  .l-nav-lang {
    margin-top: 35px;
    color: #868686;
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1451px) {
  .l-nav-lang {
    font-size: 1.7rem;
    margin-left: 10px;
  }
  .l-nav-lang__item + .l-nav-lang__item::before {
    height: 20px;
  }
  .l-nav-lang__item-link, .l-nav-lang__item-txt {
    padding: 0 15px;
  }
}

/* .l-nav-contact
================================================== */
@media all and (max-width: 1450px) {
  .l-nav-contact {
    margin-top: 35px;
    color: #868686;
    font-size: 2.2rem;
  }
  .l-nav-contact__link {
    display: block;
    width: 100%;
    max-width: 270px;
    height: 65px;
    border: 1px solid;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s ease;
  }
  .l-nav-contact__link:hover {
    color: #3174ba;
  }
}
@media all and (min-width: 1451px) {
  .l-nav-contact {
    margin-left: 35px;
    font-size: 1.7rem;
  }
  .l-nav-contact__link {
    display: block;
    width: 180px;
    height: 60px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eaf1fc;
    box-shadow: -10px -10px 20px rgba(255, 255, 255, 0.6), 10px 10px 20px rgba(0, 0, 0, 0.16);
    transition: box-shadow 0.3s ease;
  }
  .l-nav-contact__link:hover {
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.6), 5px 5px 10px rgba(0, 0, 0, 0.16);
  }
}

/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
@media all and (min-width: 1451px) {
  .l-nav-overlay {
    display: none !important;
  }
}

/* .l-ie-attention
================================================ */
.l-ie-attention {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.l-ie-attention__txt {
  font-size: 3rem;
  margin-bottom: 18px;
}
.l-ie-attention__note {
  color: #989898;
}
.l-ie-attention__note .l-ie-attention__note-link {
  display: inline-block;
}
.l-ie-attention__note-link {
  font-size: 1.8rem;
  border-bottom: 1px solid;
  position: relative;
  margin-right: 25px;
  display: inline-block;
}
.l-ie-attention__note-link::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 13px;
  width: 11px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cg%20id%3D%22link%22%20transform%3D%22translate(0.5%200.5)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_23829%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2023829%22%20width%3D%228%22%20height%3D%228%22%20transform%3D%22translate(3)%22%20fill%3D%22none%22%20stroke%3D%22%23989898%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4323%22%20data-name%3D%22%E3%83%91%E3%82%B9%204323%22%20d%3D%22M688%2C718.025h-6v-6%22%20transform%3D%22translate(-682%20-707.025)%22%20fill%3D%22none%22%20stroke%3D%22%23989898%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/100%;
}

/* .l-main-img HOME
================================================ */
@-webkit-keyframes mvMarqueeTxt {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes mvMarqueeTxt {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes mvScrollAnim {
  from {
    top: -20px;
  }
  to {
    top: 107px;
  }
}
@keyframes mvScrollAnim {
  from {
    top: -20px;
  }
  to {
    top: 107px;
  }
}
.l-main-img {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 560px;
  max-height: 1080px;
  background: #eaf1fc;
}
.l-main-img__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-main-img__bg::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: url(../img/home/bg_mv01_sp.jpg) no-repeat center top/cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: -webkit-filter 0.9s ease;
  transition: filter 0.9s ease;
  transition: filter 0.9s ease, -webkit-filter 0.9s ease;
  transition-delay: 1.2s;
}
.l-main-img__inner {
  position: relative;
  padding-top: 50px;
  padding-left: 15px;
  box-sizing: border-box;
}
.l-main-img__copy {
  margin-top: 95px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 2;
  color: #868686;
}
.l-main-img__scroll {
  position: absolute;
  bottom: 0;
  left: 20px;
  padding-bottom: 95px;
  color: #868686;
}
.l-main-img__scroll-txt {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.l-main-img__scroll-bar {
  position: absolute;
  height: 87px;
  width: 1px;
  bottom: 0;
  left: 0.5em;
  overflow: hidden;
}
.l-main-img__scroll-bar::before, .l-main-img__scroll-bar::after {
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  border-left: 1px solid;
}
.l-main-img__scroll-bar::before {
  height: 100%;
  bottom: 0;
  opacity: 0.55;
}
.l-main-img__scroll-bar::after {
  height: 20px;
  -webkit-animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
  animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.l-main-img.is-animated .l-main-img__bg::before {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.l-main-img.is-animated .l-main-img__scroll-bar::after {
  -webkit-animation-name: mvScrollAnim;
  animation-name: mvScrollAnim;
}
@media (max-width: 320px) {
  .l-main-img__copy {
    font-size: 1.4rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .l-main-img__bg:before {
    background-position: -780px top;
  }
}
@media all and (min-width: 600px) {
  .l-main-img__bg::before {
    background-image: url(../img/home/bg_mv01_pc.jpg);
  }
  .l-main-img__inner {
    max-width: 1400px;
    padding-top: 100px;
    padding-left: 70px;
  }
  .l-main-img__copy {
    margin-top: 19.8214285714%;
    font-size: 2.8rem;
    margin-left: -15px;
  }
  .l-main-img__floating {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    height: 400px;
    position: relative;
    z-index: 2;
  }
  .l-main-img__floating-item {
    position: absolute;
  }
  .l-main-img__floating-item.is-01 {
    top: 100px;
    left: 40px;
  }
  .l-main-img__floating-item.is-02 {
    top: 50px;
    right: 200px;
  }
  .l-main-img__scroll {
    left: 50px;
    padding-bottom: 73px;
  }
  .l-main-img__scroll-bar {
    height: 60px;
  }
}

.l-main-img.is-en .js-c-wrap-text-part-in {
  line-height: 1.2;
}

.l-main-img__svg {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.9s 1.5s ease;
  transition: transform 0.9s 1.5s ease;
  transition: transform 0.9s 1.5s ease, -webkit-transform 0.9s 1.5s ease;
}
.l-main-img__svg-wrap {
  overflow: hidden;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 102px;
  margin-top: 70px;
  box-sizing: border-box;
}
.l-main-img__svg svg {
  display: block;
  width: 978px;
  height: 102px;
  -webkit-animation: mvMarqueeTxt 15s linear infinite;
  animation: mvMarqueeTxt 15s linear infinite;
  -webkit-animation-delay: 5.9s;
  animation-delay: 5.9s;
}
.l-main-img__svg svg path {
  enable-background: new;
  fill: #fff;
  stroke: #c9c9c9;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.l-main-img__svg-item02 {
  position: absolute;
  top: 0;
  left: 978px;
}
.l-main-img.is-animated .l-main-img__svg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media all and (min-width: 600px) {
  .l-main-img__svg-wrap {
    height: 222px;
    padding: 0 0 0 250px;
  }
  .l-main-img__svg svg {
    width: 2270px;
    height: 222px;
  }
  .l-main-img__svg svg path {
    stroke-width: 1;
  }
  .l-main-img__svg-item02 {
    left: 2270px;
  }
}

.l-main-img-news {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 25px 20px 10px;
  background: #fff;
  box-sizing: border-box;
  z-index: 2;
  box-shadow: -5px -5px 10px rgba(193, 193, 193, 0.14), 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.l-main-img-news__archive-item-in {
  display: flex !important;
  align-items: center;
}
.l-main-img-news__archive-item-meta {
  flex-basis: 86px;
  max-width: 86px;
  line-height: 1.2;
  text-align: center;
}
.l-main-img-news__archive-item-date {
  color: #868686;
}
.l-main-img-news__archive-item-cat {
  font-weight: 700;
  box-sizing: border-box;
}
.l-main-img-news__archive-item-cat-item {
  margin-top: 5px;
}
.l-main-img-news__archive-item-head {
  flex-basis: calc(100% - 86px);
  max-width: calc(100% - 86px);
  overflow: hidden;
  display: -webkit-box;
  max-height: 3em;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media all and (max-width: 599px) {
  .l-main-img-news {
    left: 50px;
    font-size: 1.3rem;
  }
  .l-main-img-news__archive-item-cat {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 600px) {
  .l-main-img-news {
    width: 75%;
    max-width: 1120px;
    padding: 28px 40px 28px 28px;
  }
  .l-main-img-news__archive-item-meta {
    flex-basis: 220px;
    max-width: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-main-img-news__archive-item-date {
    flex-basis: 110px;
    max-width: 110px;
  }
  .l-main-img-news__archive-item-cat {
    flex-basis: calc(100% - 110px);
    max-width: calc(100% - 110px);
    margin-top: -5px;
    font-size: 1.4rem;
    padding-right: 12px;
  }
  .l-main-img-news__archive-item-head {
    flex-basis: calc(100% - 220px);
    max-width: calc(100% - 220px);
    max-height: 1.5em;
    -webkit-line-clamp: 1;
  }
}

/* .l-sub-img
================================================ */
.l-sub-img {
  background: #eaf1fc url(../img/common/bg_mv01_sp.jpg) no-repeat center top/cover;
}
.l-sub-img__inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 409px;
}
.l-sub-img.is-center .l-sub-img__inner {
  justify-content: center;
  text-align: center;
}
.l-sub-img__head {
  color: #868686;
}
.l-sub-img__head-en {
  margin-left: -2px;
  font-weight: 300;
  font-size: 3.5rem;
}
.l-sub-img__head-ja {
  opacity: 0.7;
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.7;
}
@media all and (min-width: 600px) {
  .l-sub-img {
    background-image: url(../img/common/bg_mv01_pc.jpg);
  }
  .l-sub-img__inner {
    height: 400px;
    padding-top: 25px;
  }
  .l-sub-img.is-large .l-sub-img__inner {
    height: 600px;
  }
  .l-sub-img__head-en {
    font-size: 5.5rem;
  }
  .l-sub-img__head-ja {
    font-size: 1.4rem;
  }
}

/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime-parent] [data-anime=fadein-up], .js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.js-c-anime-elem.is-animated[data-anime-parent] [data-anime=fadein-up], .js-c-anime-elem.is-animated[data-anime=fadein-up] {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-c-anime-elem[data-anime-parent] [data-anime=fadein], .js-c-anime-elem[data-anime=fadein] {
  opacity: 0;
  transition: opacity 0.9s ease;
}
.js-c-anime-elem.is-animated[data-anime-parent] [data-anime=fadein], .js-c-anime-elem.is-animated[data-anime=fadein] {
  opacity: 1;
}

.js-c-anime-elem[data-anime-parent] [data-anime=rise-up], .js-c-anime-elem[data-anime=rise-up] {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.js-c-anime-elem.is-animated[data-anime-parent] [data-anime=rise-up], .js-c-anime-elem.is-animated[data-anime=rise-up] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.05"], .js-c-anime-elem[data-anime-delay="0.05"] {
  transition-delay: 0.05s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.1"], .js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.15"], .js-c-anime-elem[data-anime-delay="0.15"] {
  transition-delay: 0.15s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.2"], .js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.25"], .js-c-anime-elem[data-anime-delay="0.25"] {
  transition-delay: 0.25s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.3"], .js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.35"], .js-c-anime-elem[data-anime-delay="0.35"] {
  transition-delay: 0.35s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.4"], .js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.45"], .js-c-anime-elem[data-anime-delay="0.45"] {
  transition-delay: 0.45s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.5"], .js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.55"], .js-c-anime-elem[data-anime-delay="0.55"] {
  transition-delay: 0.55s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.6"], .js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.65"], .js-c-anime-elem[data-anime-delay="0.65"] {
  transition-delay: 0.65s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.7"], .js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.75"], .js-c-anime-elem[data-anime-delay="0.75"] {
  transition-delay: 0.75s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.8"], .js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.85"], .js-c-anime-elem[data-anime-delay="0.85"] {
  transition-delay: 0.85s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.9"], .js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.95"], .js-c-anime-elem[data-anime-delay="0.95"] {
  transition-delay: 0.95s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1"], .js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.05"], .js-c-anime-elem[data-anime-delay="1.05"] {
  transition-delay: 1.05s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.1"], .js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.15"], .js-c-anime-elem[data-anime-delay="1.15"] {
  transition-delay: 1.15s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.2"], .js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.25"], .js-c-anime-elem[data-anime-delay="1.25"] {
  transition-delay: 1.25s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.3"], .js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.35"], .js-c-anime-elem[data-anime-delay="1.35"] {
  transition-delay: 1.35s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.4"], .js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.45"], .js-c-anime-elem[data-anime-delay="1.45"] {
  transition-delay: 1.45s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.5"], .js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.55"], .js-c-anime-elem[data-anime-delay="1.55"] {
  transition-delay: 1.55s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.6"], .js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.65"], .js-c-anime-elem[data-anime-delay="1.65"] {
  transition-delay: 1.65s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.7"], .js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.75"], .js-c-anime-elem[data-anime-delay="1.75"] {
  transition-delay: 1.75s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.8"], .js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.85"], .js-c-anime-elem[data-anime-delay="1.85"] {
  transition-delay: 1.85s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.9"], .js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.95"], .js-c-anime-elem[data-anime-delay="1.95"] {
  transition-delay: 1.95s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2"], .js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.05"], .js-c-anime-elem[data-anime-delay="2.05"] {
  transition-delay: 2.05s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.1"], .js-c-anime-elem[data-anime-delay="2.1"] {
  transition-delay: 2.1s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.15"], .js-c-anime-elem[data-anime-delay="2.15"] {
  transition-delay: 2.15s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.2"], .js-c-anime-elem[data-anime-delay="2.2"] {
  transition-delay: 2.2s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.25"], .js-c-anime-elem[data-anime-delay="2.25"] {
  transition-delay: 2.25s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.3"], .js-c-anime-elem[data-anime-delay="2.3"] {
  transition-delay: 2.3s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.35"], .js-c-anime-elem[data-anime-delay="2.35"] {
  transition-delay: 2.35s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.4"], .js-c-anime-elem[data-anime-delay="2.4"] {
  transition-delay: 2.4s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.45"], .js-c-anime-elem[data-anime-delay="2.45"] {
  transition-delay: 2.45s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.5"], .js-c-anime-elem[data-anime-delay="2.5"] {
  transition-delay: 2.5s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.55"], .js-c-anime-elem[data-anime-delay="2.55"] {
  transition-delay: 2.55s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.6"], .js-c-anime-elem[data-anime-delay="2.6"] {
  transition-delay: 2.6s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.65"], .js-c-anime-elem[data-anime-delay="2.65"] {
  transition-delay: 2.65s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.7"], .js-c-anime-elem[data-anime-delay="2.7"] {
  transition-delay: 2.7s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.75"], .js-c-anime-elem[data-anime-delay="2.75"] {
  transition-delay: 2.75s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.8"], .js-c-anime-elem[data-anime-delay="2.8"] {
  transition-delay: 2.8s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.85"], .js-c-anime-elem[data-anime-delay="2.85"] {
  transition-delay: 2.85s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.9"], .js-c-anime-elem[data-anime-delay="2.9"] {
  transition-delay: 2.9s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2.95"], .js-c-anime-elem[data-anime-delay="2.95"] {
  transition-delay: 2.95s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="3"], .js-c-anime-elem[data-anime-delay="3"] {
  transition-delay: 3s;
}

.js-c-switch-tab {
  cursor: pointer;
}

.js-c-switch-content {
  display: none;
}
.js-c-switch-content.is-active {
  display: block;
}

.js-c-toggle-trigger {
  cursor: pointer;
}

.js-c-toggle-content {
  display: none;
}

.js-c-wrap-text {
  position: relative;
  opacity: 0;
}
.js-c-wrap-text.is-wrapped {
  opacity: 1;
}
.js-c-wrap-text-part {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 0.15em;
  line-height: 1;
  margin: -0.05em 0;
  padding: 0.05em 0;
}
.js-c-wrap-text-part-in {
  position: relative;
  display: inline-block;
  line-height: 1;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-button-prev, .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  box-shadow: -5px -5px 10px rgba(193, 193, 193, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
  width: 15px;
  overflow: hidden;
  margin-top: -2px;
}
@media (hover: hover) and (pointer: fine) {
  .swiper-button-prev, .swiper-button-next {
    transition: box-shadow 0.3s ease;
  }
  .swiper-button-prev:hover, .swiper-button-next:hover {
    box-shadow: -2.5px -2.5px 5px rgba(193, 193, 193, 0.16), 2.5px 2.5px 5px rgba(0, 0, 0, 0.16);
  }
}
@media all and (min-width: 600px) {
  .swiper-button-prev, .swiper-button-next {
    width: 45px;
    height: 45px;
    box-shadow: -10px -10px 20px rgba(193, 193, 193, 0.16), 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    display: inline-block;
    width: 30px;
    height: 4px;
    vertical-align: middle;
    background: no-repeat right bottom/auto 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
    width: 20px;
  }
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .swiper-button-prev:hover, .swiper-button-next:hover {
    box-shadow: -5px -5px 10px rgba(193, 193, 193, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
  }
}

.swiper-pagination {
  font-weight: 300;
  color: #868686;
}
.swiper-pagination-current {
  color: #3174ba;
}

.swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* .l-sub-img
================================================ */
#automotive .l-sub-img {
  background-image: url(../img/automotive/bg_mv01_sp.jpg);
}
@media all and (min-width: 600px) {
  #automotive .l-sub-img {
    background-image: url(../img/automotive/bg_mv01_pc.jpg);
  }
}

#case .l-contents {
  overflow: hidden;
}

/* .case-archive
================================================ */
.case-archive {
  position: relative;
  z-index: 1;
}
.case-archive__inner {
  padding-top: 88px;
  padding-bottom: 60px;
}
.case-archive__detail {
  position: relative;
  z-index: 2;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.6), 5px 5px 10px rgba(0, 0, 0, 0.16);
}
@media all and (min-width: 600px) {
  .case-archive__inner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .case-archive__detail {
    padding: 60px 80px 10px;
  }
}

.case-archive-cats {
  margin-bottom: 55px;
}
.case-archive-cats-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.case-archive-cats-list__item {
  margin: 0 5px 5px 0;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  transition: all 0.3s ease;
}
.case-archive-cats-list__item:last-child {
  margin-right: 0;
}
.case-archive-cats-list__item.is-checked {
  border-color: #3174ba;
}
.case-archive-cats-list__item label {
  display: block;
  padding: 3px 12px 4px;
}
.case-archive-cats-list__item input {
  display: none;
}
.case-archive-cats-list.is-green .case-archive-cats-list__item {
  background: #ECFBFF;
}
.case-archive-cats-list.is-purple .case-archive-cats-list__item {
  background: #E5EBFF;
}
.case-archive-cats-list.is-pink .case-archive-cats-list__item {
  background: #F3EBFF;
}
@media all and (min-width: 600px) {
  .case-archive-cats {
    margin-bottom: 83px;
  }
  .case-archive-cats-list__item {
    margin: 0 20px 16px 0;
    border-radius: 17px;
    font-size: 1.4rem;
  }
  .case-archive-cats-list__item label {
    padding: 8px 24px 9px;
    cursor: pointer;
  }
}

.case-single-voice {
  background: url(../img/case/bg_voice01_sp.png) no-repeat 50% 50%/cover;
  color: #fff;
}
.case-single-voice__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.case-single-voice__area-img {
  margin-bottom: 20px;
}
.case-single-voice__area-img-txt {
  padding: 8px 15px;
  background: #fff;
  color: #333;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media all and (min-width: 600px) {
  .case-single-voice {
    background-image: url(../img/case/bg_voice01_pc.png);
  }
  .case-single-voice__inner {
    max-width: 1120px;
    padding: 140px 0;
  }
  .case-single-voice__detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .case-single-voice__area-img {
    width: 414px;
    margin: 0;
  }
  .case-single-voice__area-img-txt {
    padding: 13px 20px;
    font-size: 1.4rem;
  }
  .case-single-voice__area-txt {
    width: 646px;
  }
  .case-single-voice__txt {
    line-height: 2.1428571429;
  }
}

/* .company-index
===================================*/
.company-index {
  background: #f0f4f7;
}
.company-index__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media all and (min-width: 600px) {
  .company-index__inner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

/* .company-index-detail
--------------------------------------*/
.company-index-detail__sec {
  background: linear-gradient(to right, #fff 0%, #f9f9f9 100%);
  border-radius: 10px;
}
.company-index-detail__link {
  position: relative;
  display: block;
  padding: 20px;
  border-radius: 10px;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.6), 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.company-index-detail__link:before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
}
.company-index-detail__link:after {
  position: absolute;
  right: 26px;
  bottom: 35px;
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
}
.company-index-detail__img {
  width: 100%;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.company-index-detail__head-en {
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  font-weight: lighter;
  line-height: 1.1;
}
.company-index-detail__head-ja {
  font-weight: normal;
  color: #868686;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  font-weight: bold;
}
.company-index-detail.is-page-en .company-index-detail__link::before {
  bottom: 20px;
}
.company-index-detail.is-page-en .company-index-detail__link::after {
  bottom: 30px;
}
@media all and (max-width: 599px) {
  .company-index-detail__sec + .company-index-detail__sec {
    margin-top: 10px;
  }
}
@media all and (min-width: 600px) {
  .company-index-detail {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .company-index-detail__sec {
    width: calc(50% - 20px);
    margin: 0px 10px;
  }
  .company-index-detail__sec.is-pc-col3 {
    width: calc(33.33% - 20px);
  }
  .company-index-detail__sec:nth-child(n+3) {
    margin-top: 20px;
  }
  .company-index-detail__link {
    padding: 20px 20px 35px;
    transition: all 0.3s ease;
  }
  .company-index-detail__link:hover {
    transition: all 0.3s ease;
    box-shadow: none;
  }
  .company-index-detail__link:hover:before {
    transition: all 0.3s ease;
    box-shadow: none;
  }
  .company-index-detail__link:hover:after {
    right: 28px;
  }
  .company-index-detail__link:before {
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    bottom: 40px;
    overflow: hidden;
  }
  .company-index-detail__link:after {
    right: 32px;
    bottom: 60px;
  }
  .company-index-detail__img {
    margin-bottom: 20px;
  }
  .company-index-detail__head-en {
    font-size: 2.8rem;
  }
  .company-index-detail.is-page-en .company-index-detail__link::before {
    bottom: 28px;
  }
  .company-index-detail.is-page-en .company-index-detail__link::after {
    bottom: 50px;
  }
}

/* .contact-form
===================================*/
.contact-form__inner {
  padding: 85px 10px 100px;
}
.contact-form__wrap {
  overflow: hidden;
}
@media all and (min-width: 600px) {
  .contact-form__inner {
    max-width: 1100px;
    padding-top: 140px;
    padding: 140px 0 150px;
  }
}

/* .csr-index
================================================ */
.csr-index {
  position: relative;
}
.csr-index__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.csr-index__inner {
  padding-top: 80px;
  padding-bottom: 130px;
}
@media all and (min-width: 600px) {
  .csr-index__inner {
    padding-top: 140px;
    padding-bottom: 50px;
  }
}

/* .csr-detail-sec
================================================ */
.csr-detail-sec {
  position: relative;
  z-index: 1;
}
.csr-detail-sec:last-child .csr-detail-sec__inner {
  margin-bottom: -70px;
}
.csr-detail-sec.is-message {
  margin-top: -100px;
}
.csr-detail-sec__inner {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  padding-top: 0;
  padding-bottom: 65px;
}
.csr-detail-sec__lead {
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  text-align: left;
}
.csr-detail-sec__lead.is-sp-left {
  margin-bottom: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
.csr-detail-sec__lead.has-border {
  padding-bottom: 25px;
  border-bottom: 1px solid #d6d6d6;
}
.csr-detail-sec__lead-sign {
  display: block;
  padding-top: 15px;
  text-align: right;
}
.csr-detail-sec__name {
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.5;
}
.csr-detail-sec__name-main {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.8rem;
}
.csr-detail-sec__head {
  padding: 26px 25px 30px;
  margin-bottom: 25px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 6px 14px 3px rgba(193, 193, 193, 0.9), 5px 5px 5px #fff;
  background: #fff;
}
.csr-detail-sec__head.is-small-padding {
  padding: 13px 16px 20px;
}
.csr-detail-sec__head.is-no-bg {
  position: relative;
  padding-bottom: 110px;
  box-shadow: none;
  background: transparent;
}
.csr-detail-sec__head.is-no-bg::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: -1;
  background: url(../img/company/csr/bg_message01_sp.png) bottom left/cover no-repeat;
}
.csr-detail-sec__head-ico {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  background: center center/cover no-repeat;
}
.csr-detail-sec__head-en {
  margin-bottom: 5px;
  font-weight: lighter;
  color: #97badd;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-size: 2rem;
}
.csr-detail-sec__head-main {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #c1c1c1;
}
.csr-detail-sec__txt {
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  margin-bottom: 20px;
  text-align: left;
}
.csr-detail-sec__sign {
  text-align: right;
  letter-spacing: 0.05em;
}
.csr-detail-sec__logo {
  max-width: 203px;
  width: 100%;
  margin: 0 auto 30px;
}
.csr-detail-sec__imgTxt-wrapper .csr-detail-sec__img {
  margin-bottom: 10px;
}
.csr-detail-sec__img {
  margin-bottom: 30px;
}
.csr-detail-sec__img.has-border-radius img {
  border-radius: 10px;
}
.csr-detail-sec__img-note {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  color: #707070;
  opacity: 0.5;
}
.csr-detail-sec-list__item + .csr-detail-sec-list__item {
  margin-top: 20px;
}
.csr-detail-sec-list__item-head {
  font-weight: bold;
  color: #3174ba;
  margin-bottom: 6px;
}
.csr-detail-sec-content-list__item {
  margin-bottom: 20px;
  counter-increment: listnum;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
.csr-detail-sec-content-list__item::before {
  content: "0" counter(listnum);
  display: block;
  margin-bottom: -30px;
  color: #3174ba;
  font-weight: bold;
}
.csr-detail-sec-content-list__item-head {
  padding-left: 25px;
  letter-spacing: 0.05em;
  color: #3174ba;
}
.csr-detail-sec-content-list__item-head-txt {
  margin-bottom: 5px;
}
.csr-detail-sec-content__item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  letter-spacing: 0.05em;
  line-height: 2.1;
}
.csr-detail-sec-content__item + .csr-detail-sec-content__item {
  margin-top: 20px;
}
.csr-detail-sec-content__item.is-no-border {
  border: none;
}
.csr-detail-sec-content__item-head {
  margin-bottom: 5px;
  color: #3174ba;
  font-weight: bold;
  line-height: 1.5;
}
.csr-detail-sec-content__item-head.is-center {
  text-align: center;
  margin-bottom: 10px;
}
.csr-detail-sec-content__item-txt {
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
.csr-detail-sec-content__item-txt.is-space-small {
  letter-spacing: 0.03em;
}
.csr-detail-sec-content__item-txt + .csr-detail-sec-content__item-txt {
  margin-top: 10px;
}
.csr-detail-sec-content__item-txt.is-space-short {
  letter-spacing: 0.047em;
}
.csr-detail-sec-content__item-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
}
.csr-detail-sec-content__item-img.is-large {
  width: auto;
  overflow: auto;
}
.csr-detail-sec-content__item-img.is-large img {
  width: 575px;
  max-width: none;
}
.csr-detail-sec-content__item-img.is-large::-webkit-scrollbar {
  margin-bottom: 20px;
  width: 100%;
  height: 2px;
}
.csr-detail-sec-content__item-img.is-large::-webkit-scrollbar-track {
  background-color: #d6d6d6;
}
.csr-detail-sec-content__item-img.is-large::-webkit-scrollbar-thumb {
  background-color: #3174ba;
}
.csr-detail-sec-content__item-children {
  margin-top: 20px;
}
.csr-detail-sec-content__item-child {
  display: flex;
}
.csr-detail-sec-content__item-child + .csr-detail-sec-content__item-child {
  margin-top: 5px;
}
.csr-detail-sec-content__item-child-num {
  width: 50px;
  text-align: center;
}
.csr-detail-sec-content__item-child-txt {
  width: calc(100% - 45px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.csr-detail-sec-content__item-sign {
  margin-top: 5px;
  text-align: right;
  letter-spacing: 0.05em;
}
.csr-detail-sec-content__item-box {
  margin-top: 20px;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  background: #f0f4f7;
}
.csr-detail-sec-content__item-box.has-img {
  padding: 9px;
}
.csr-detail-sec-content__item-box-head {
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d6d6d6;
}
.csr-detail-sec-content__item-box-txt {
  line-height: 2.2;
}
.csr-detail-sec-content__item-list {
  margin-top: 10px;
}
.csr-detail-sec-content__item-list-item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  background: #fff;
  border-radius: 10px;
  padding: 14px 10px 12px;
}
.csr-detail-sec-content__item-list-item + .csr-detail-sec-content__item-list-item {
  margin-top: 10px;
}
.csr-detail-sec-content__item-list-item.is-bg-blue {
  background: #f0f4f7;
}
.csr-detail-sec-content__item-list-head {
  margin-bottom: 5px;
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
}
.csr-detail-sec-content__item-list-txt {
  line-height: 1.5;
}
.csr-detail-sec-content__item-list-txt + .csr-detail-sec-content__item-list-txt {
  margin-top: 4px;
}
.csr-detail-sec-content__item-logo {
  max-width: 203px;
  width: 100%;
  margin: auto;
}
.csr-detail-sec.is-message .csr-detail-sec__head-ico {
  background-image: url(../img/company/csr/ico_detail01.png);
}
.csr-detail-sec.is-message .csr-detail-sec__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 429px;
}
.csr-detail-sec.is-policy-detail .csr-detail-sec__head-ico {
  background-image: url(../img/company/csr/ico_detail02.png);
}
.csr-detail-sec.is-policy-detail .csr-detail-sec__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 429px;
}
.csr-detail-sec.is-efforts .csr-detail-sec__head-ico {
  background-image: url(../img/company/csr/ico_detail03.png);
}
.csr-detail-sec.is-efforts .csr-detail-sec__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 429px;
}
.csr-detail-sec.is-quality .csr-detail-sec__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 429px;
}
.csr-detail-sec.is-quality .csr-detail-sec__head-ico {
  background-image: url(../img/company/csr/ico_detail04.png);
}
.csr-detail-sec.is-environmental .csr-detail-sec__head-ico {
  background-image: url(../img/company/csr/ico_detail05.png);
}
.csr-detail-sec.is-environmental .csr-detail-sec__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 429px;
}
.csr-detail-sec.is-information .csr-detail-sec__head-ico {
  background-image: url(../img/company/csr/ico_detail06.png);
}
.csr-detail-sec.is-information .csr-detail-sec__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 429px;
}
.csr-detail-sec.is-compliance .csr-detail-sec__head-ico {
  background-image: url(../img/company/csr/ico_detail07.png);
}
.csr-detail-sec.is-compliance .csr-detail-sec__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 429px;
}
.csr-detail-sec.is-declaration .csr-detail-sec__head-ico {
  background-image: url(../img/company/csr/ico_detail08.png);
}
.csr-detail-sec.is-declaration .csr-detail-sec__bg {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  height: 429px;
}
@media (max-width: 320px) {
  .csr-detail-sec__head {
    padding-right: 5px;
  }
}
@media all and (min-width: 600px) {
  .csr-detail-sec__inner {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    padding-bottom: 120px;
  }
  .csr-detail-sec__inner.is-padding-large {
    padding-bottom: 150px;
  }
  .csr-detail-sec:last-child .csr-detail-sec__inner {
    margin-bottom: -150px;
  }
  .csr-detail-sec__imgTxt-wrapper {
    display: flex;
    gap: 40px;
  }
  .csr-detail-sec__imgTxt-wrapper.is-reverse {
    flex-direction: row-reverse;
  }
  .csr-detail-sec__imgTxt-wrapper.is-reverse .csr-detail-sec__img {
    margin-right: 0;
    margin-bottom: 0;
  }
  .csr-detail-sec__imgTxt-wrapper .csr-detail-sec__img {
    margin-bottom: 40px;
    width: 453px;
  }
  .csr-detail-sec__imgTxt-wrapper .csr-detail-sec__txt {
    width: 527px;
  }
  .csr-detail-sec__content.is-small {
    margin: 0 auto;
    max-width: 1020px;
  }
  .csr-detail-sec__wrapper {
    padding: 0 42px;
  }
  .csr-detail-sec__name {
    padding-top: 25px;
  }
  .csr-detail-sec__name.has-padding {
    margin-top: -10px;
    padding-top: 0;
    padding-right: 50px;
  }
  .csr-detail-sec__name-main {
    display: inline-block;
    font-size: 2.2rem;
  }
  .csr-detail-sec__head, .csr-detail-sec__head.is-small-padding {
    margin-bottom: 55px;
    padding: 50px 70px 60px;
  }
  .csr-detail-sec__head.is-no-bg, .csr-detail-sec__head.is-small-padding.is-no-bg {
    padding-bottom: 254px;
  }
  .csr-detail-sec__head.is-no-bg::before, .csr-detail-sec__head.is-small-padding.is-no-bg::before {
    content: none;
  }
  .csr-detail-sec__head.has-margin, .csr-detail-sec__head.is-small-padding.has-margin {
    margin-top: -50px;
  }
  .csr-detail-sec__head-ico, .csr-detail-sec__head.is-small-padding-ico {
    width: 60px;
    height: 60px;
  }
  .csr-detail-sec__head-en, .csr-detail-sec__head.is-small-padding-en {
    font-size: 2.4rem;
  }
  .csr-detail-sec__head-main, .csr-detail-sec__head.is-small-padding-main {
    font-size: 1.3rem;
  }
  .csr-detail-sec__lead {
    margin-bottom: 80px;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 2.1;
  }
  .csr-detail-sec__lead.is-sp-left {
    margin-bottom: 50px;
  }
  .csr-detail-sec__img {
    margin-bottom: 60px;
  }
  .csr-detail-sec__img-note {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .csr-detail-sec-list__item + .csr-detail-sec-list__item {
    margin-top: 40px;
  }
  .csr-detail-sec-list__item-head {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .csr-detail-sec-content__list {
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    line-height: 2.1;
  }
  .csr-detail-sec-content__item + .csr-detail-sec-content__item {
    margin-top: 25px;
  }
  .csr-detail-sec-content__item:not(:last-child) {
    padding-bottom: 30px;
  }
  .csr-detail-sec-content__item-head {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
  .csr-detail-sec-content__item-head.is-center {
    margin-bottom: 0;
  }
  .csr-detail-sec-content__item-txt.is-space-small {
    letter-spacing: 0.05em;
  }
  .csr-detail-sec-content__item-img {
    margin: 30px auto 0;
  }
  .csr-detail-sec-content__item-img.is-large img {
    width: 1120px;
    max-width: 1120px;
  }
  .csr-detail-sec-content__item-img.is-small {
    width: 710px;
    height: 427px;
  }
  .csr-detail-sec-content__item-child-num {
    width: 56px;
    margin-top: -2px;
  }
  .csr-detail-sec-content__item-child-txt {
    width: calc(100% - 56px);
  }
  .csr-detail-sec-content__item-sign {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .csr-detail-sec-content__item-box {
    max-width: 900px;
    width: 900px;
    margin: 20px auto 0;
    box-sizing: border-box;
    padding: 20px 50px;
  }
  .csr-detail-sec-content__item-box-head {
    font-size: 1.8rem;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .csr-detail-sec-content__item-box-list-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .csr-detail-sec-content__item-box-item {
    margin: 0 10px;
  }
  .csr-detail-sec-content__item-box.has-img {
    padding: 60px;
  }
  .csr-detail-sec-content__item-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -12px 0;
  }
  .csr-detail-sec-content__item-list-item {
    min-height: 103px;
    margin: 0 10px;
    padding: 18px 10px 18px 26px;
    width: calc(33% - 20px);
    box-sizing: border-box;
  }
  .csr-detail-sec-content__item-list-item + .csr-detail-sec-content__item-list-item {
    margin-top: 0;
  }
  .csr-detail-sec-content__item-list-item:nth-child(n+4) {
    margin-top: 20px;
  }
  .csr-detail-sec-content__item-list-head {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .csr-detail-sec-content__item-list-txt {
    letter-spacing: 0.05em;
    margin-left: -5px;
  }
  .csr-detail-sec-content__item-list-txt + .csr-detail-sec-content__item-list-txt {
    margin-top: 6px;
  }
  .csr-detail-sec-content-list {
    margin-bottom: 45px;
  }
  .csr-detail-sec-content-list__item {
    margin-bottom: 30px;
  }
  .csr-detail-sec-content-list__item::before {
    margin-bottom: -36px;
  }
  .csr-detail-sec-content-list__item-head {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .csr-detail-sec-content-list__item-head-txt {
    margin-bottom: 15px;
  }
  .csr-detail-sec__txt {
    margin-bottom: 30px;
  }
  .csr-detail-sec__sign {
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .csr-detail-sec.is-message .csr-detail-sec__bg {
    width: 1147px;
    height: 818px;
  }
  .csr-detail-sec.is-policy-detail .csr-detail-sec__bg {
    width: 903px;
    height: 876px;
  }
  .csr-detail-sec.is-efforts .csr-detail-sec__bg {
    left: auto;
    right: 0;
    bottom: 0;
    width: 1147px;
    height: 818px;
  }
  .csr-detail-sec.is-quality .csr-detail-sec__bg {
    right: auto;
    left: 0;
    width: 1147px;
    height: 818px;
  }
  .csr-detail-sec.is-environmental .csr-detail-sec__bg {
    width: 929px;
    height: 1285px;
  }
  .csr-detail-sec.is-information .csr-detail-sec__bg {
    left: auto;
    right: 0;
    bottom: 0;
    width: 1147px;
    height: 818px;
  }
  .csr-detail-sec.is-compliance .csr-detail-sec__bg {
    width: 929px;
    height: 1285px;
  }
  .csr-detail-sec.is-declaration .csr-detail-sec__bg {
    left: auto;
    right: 0;
    bottom: 150px;
    width: 1147px;
    height: 818px;
  }
  .csr-detail-sec__bg {
    position: relative;
  }
  .csr-detail-sec__bg::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 818px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background: url(../img/company/csr/bg_message01_pc.png) bottom left/cover no-repeat;
  }
}

/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media all and (min-width: 600px) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* .financials-archive
===================================*/
.financials-archive__inner {
  padding-top: 85px;
  padding-bottom: 60px;
}
.financials-archive__archive {
  margin-bottom: 40px;
}
@media all and (min-width: 600px) {
  .financials-archive__inner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .financials-archive__archive {
    margin-bottom: 80px;
  }
}

/* .history-content
================================================ */
.history-content-detail {
  line-height: 1.5;
}
.history-content-detail__year, .history-content-detail__txt {
  padding: 15px 10px;
  border-top: 1px solid #d6d6d6;
  box-sizing: border-box;
}
.history-content-detail__year {
  color: #868686;
}
@media all and (min-width: 600px) {
  .history-content-detail {
    display: flex;
    flex-wrap: wrap;
  }
  .history-content-detail__year, .history-content-detail__txt {
    padding: 20px 38px;
  }
  .history-content-detail__year:last-of-type, .history-content-detail__txt:last-of-type {
    border-bottom: 1px solid #d6d6d6;
  }
  .history-content-detail__year {
    flex-basis: 200px;
    max-width: 200px;
    padding-left: 100px;
  }
  .history-content-detail__txt {
    flex-basis: calc(100% - 202px);
    max-width: calc(100% - 202px);
  }
}

/* .home-business
================================================ */
.home-business {
  position: relative;
  overflow: hidden;
}
.home-business__inner {
  position: relative;
}
.home-business__inner::before {
  content: "";
  position: absolute;
  background: url(../img/common/bg_deco02.png) no-repeat center center/contain;
  width: 230px;
  height: 230px;
  right: -67px;
  bottom: 24px;
}
.home-business__copy {
  margin-top: -5px;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.home-business__txt {
  position: relative;
  z-index: 2;
  margin-top: 25px;
  color: #868686;
}
.home-business__area-btns {
  position: relative;
  margin: 50px -15px 0;
}
.home-business__area-btns::before, .home-business__area-btns::after {
  content: "";
  position: absolute;
  background: url(../img/common/bg_deco01.png) no-repeat center center/contain;
  width: 110px;
  height: 110px;
}
.home-business__area-btns::before {
  opacity: 0.7;
  top: -35px;
  right: 17px;
}
.home-business__area-btns::after {
  bottom: -40px;
  left: 15px;
}
.home-business-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  margin: 0 auto;
}
.home-business-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -85px;
  width: 170px;
  height: 170px;
  opacity: 0.3;
  border: 1px solid #3174ba;
  border-radius: 50%;
}
.home-business-list__item {
  position: relative;
  flex-basis: calc(50% - 14px);
  max-width: calc(50% - 14px);
  margin: 0 7px;
}
.home-business-list__item::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.home-business-list__item.is-item01 {
  color: #97badd;
  margin: 0 25% -9px;
}
.home-business-list__item.is-item02 {
  color: #91d1eb;
}
.home-business-list__item.is-item03 {
  color: #94c5e3;
}
.home-business-list__item-in {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #f0f4f7 0%, #e4ebf1 100%);
  box-shadow: -10px -10px 20px white, 10px 10px 20px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.home-business-list__item-in::before {
  position: absolute;
  bottom: 28px;
  left: 50%;
  margin-left: -12px;
  content: "";
  width: 24px;
  height: 24px;
  box-shadow: 0 -3px 10px #fff inset, 0 3px 10px rgba(16, 70, 87, 0.35) inset;
  border-radius: 50%;
  z-index: 2;
}
.home-business-list__item-in::after {
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
  width: 12px;
  position: absolute;
  bottom: 38px;
  left: 50%;
  margin-left: -6px;
  z-index: 2;
}
.home-business-list__item-in:hover {
  box-shadow: -5px -5px 10px white, 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.home-business-list__item-ico {
  width: 33px;
  height: 33px;
}
.home-business-list__item-tit {
  margin-top: 9px;
  margin-bottom: 35px;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}
.home-business-list__item-hide {
  display: none;
}
@media all and (min-width: 600px) {
  .home-business__copy {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 1260px) {
  .home-business .home-business__inner {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-bottom: 80px;
  }
  .home-business .home-business__inner::before {
    right: -110px;
    bottom: 283px;
  }
  .home-business__area-txt {
    flex-basis: 520px;
    max-width: 520px;
  }
  .home-business__area-btns {
    flex-basis: calc(100% - 560px);
    max-width: 624px;
    margin: 0;
  }
  .home-business__area-btns::before {
    opacity: 0.7;
    top: 36px;
    right: -165px;
  }
  .home-business__area-btns::after {
    bottom: -20px;
    left: -227px;
  }
  .home-business-list {
    margin: 0 -6px;
    max-width: 100%;
  }
  .home-business-list::before {
    margin: -120px 0 0 -156px;
    width: 312px;
    height: 312px;
    opacity: 1;
  }
  .home-business-list__item {
    position: relative;
    flex-basis: calc(50% - 12px);
    max-width: calc(50% - 12px);
    margin: 0 6px;
  }
  .home-business-list__item.is-item01 {
    margin: 0 25% -17px;
  }
  .home-business-list__item-in::before {
    bottom: 52px;
    margin-left: -23px;
    width: 46px;
    height: 46px;
  }
  .home-business-list__item-in::after {
    display: inline-block;
    width: 20px;
    height: 4px;
    vertical-align: middle;
    background: no-repeat right bottom/auto 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
    width: 20px;
    bottom: 74px;
    margin-left: -10px;
  }
  .home-business-list__item-ico {
    width: 60px;
    height: 60px;
  }
  .home-business-list__item-tit {
    margin-top: 15px;
    margin-bottom: 60px;
    font-size: 2.4rem;
  }
  .home-business-list__item-hide {
    display: block;
    position: absolute;
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 10px 40px 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .home-business-list__item-hide::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/common/bg_grad02.jpg) no-repeat -144px 0px;
    z-index: -1;
    opacity: 0.8;
    border-radius: 50%;
  }
  .home-business-list__item-hide-txt {
    font-size: 1.4rem;
    color: #fff;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .home-business-list__item.is-item02 .home-business-list__item-hide::before {
    background-position: left -12px bottom -6px;
  }
  .home-business-list__item.is-item03 .home-business-list__item-hide::before {
    background-position: left -354px bottom 0px;
  }
}
@media (min-width: 1260px) and (hover: hover) and (pointer: fine) {
  .home-business-list__item-in:hover::before {
    box-shadow: 0 -3px 10px rgba(189, 227, 246, 0.38) inset, 0 3px 10px rgba(16, 70, 87, 0.44) inset;
  }
  .home-business-list__item-in:hover::after {
    display: inline-block;
    width: 20px;
    height: 4px;
    vertical-align: middle;
    background: no-repeat right bottom/auto 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
  }
  .home-business-list__item-in:hover .home-business-list__item-hide {
    opacity: 1;
  }
  .home-business-list__item-in:hover .home-business-list__item-hide::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .home-business-list__item-in:hover .home-business-list__item-hide-txt {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* .home-case
================================================ */
.home-case {
  position: relative;
  overflow: hidden;
  background-color: #3174ba;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 125px, #efefef 125px, #efefef 126px);
  transition: background 0.9s ease;
  transition-delay: 0.5s;
}
.home-case::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 20px;
  right: -35px;
  padding-top: 39.0862944162%;
  background: url(../img/home/txt_case01_sp.png) no-repeat right top/contain;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: 0.9s 0.3s ease;
  transition-delay: 1.4s;
}
.home-case:after {
  content: "";
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: 0.9s 0.3s ease;
  transition-delay: 1.4s;
}
.home-case__inner {
  position: relative;
  z-index: 2;
}
.home-case__txt {
  margin-top: -5px;
  position: relative;
  z-index: 2;
  color: #868686;
}
.home-case-slide {
  position: relative;
  margin: 50px -25px -20px 0;
}
.home-case-slide__item {
  width: 188px;
}
.home-case-slide__item-in {
  position: relative;
  display: block;
  padding-top: 18px;
}
.home-case-slide__item-img {
  position: relative;
  min-height: 276px;
}
.home-case-slide__item-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 125px;
  background: linear-gradient(to bottom, rgba(49, 116, 186, 0) 0%, rgba(49, 116, 186, 0.5) 46.01%, #3174ba 100%);
  opacity: 0.8;
}
.home-case-slide__item-img img {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.home-case-slide__item-img img[data-src] {
  opacity: 0;
}
.home-case-slide__item-num {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 3rem;
  font-weight: 300;
  color: #83acd6;
}
.home-case-slide__item-txt {
  position: absolute;
  bottom: 25px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5384615385;
}
.home-case-slide__scrollbar {
  margin: 28px 25px 0 0;
  width: calc(100% - 25px);
  display: table;
  background: #d6d6d6;
  box-sizing: border-box;
}
.home-case-slide__scrollbar .swiper-pagination-bullet {
  position: relative;
  display: table-cell;
  overflow: hidden;
  height: 2px;
}
.home-case-slide__scrollbar .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  background: #3174ba;
  max-width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.home-case-slide__scrollbar .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.home-case-slide__pager {
  margin: 15px 25px 0 0;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-case-slide__pager-num {
  min-width: 85px;
  margin-right: 7px;
  font-size: 2.8rem;
  font-weight: 300;
  color: #868686;
  text-align: right;
}
.home-case-slide__pager-num-current {
  color: #3174ba;
}
.home-case-slide__pager-num-max::before {
  display: inline-block;
  margin: 0 15px -3px;
  content: "";
  width: 0;
  height: 23px;
  border-left: 1px solid;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.home-case-slide__pager-btn {
  margin-left: 7px;
}
.home-case.is-animated {
  background-color: #fff;
}
.home-case.is-animated::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.home-case.is-animated::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media all and (min-width: 600px) {
  .home-case {
    background-image: repeating-linear-gradient(90deg, transparent, transparent 419px, #efefef 419px, #efefef 420px);
  }
  .home-case::before {
    top: 0;
    left: unset;
    right: -50px;
    width: 916px;
    height: 260px;
    padding-top: 0;
    background-image: url(../img/home/txt_case01-shadow_pc.png);
  }
  .home-case:after {
    position: absolute;
    top: -18px;
    left: unset;
    right: -36px;
    width: 917px;
    height: 261px;
    padding-top: 0;
    background: url(../img/home/txt_case01-outline_pc.png) no-repeat right top/contain;
  }
  .home-case__area-txt {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 83px;
    margin-bottom: -30px;
  }
  .home-case__head {
    flex-basis: 200px;
    max-width: 200px;
    margin-bottom: 0;
  }
  .home-case__txt {
    flex-basis: calc(100% - 205px);
    max-width: 726px;
    align-self: flex-end;
  }
  .home-case__btn {
    position: absolute;
    margin-top: 0;
    top: 100%;
    right: 0;
    z-index: 2;
  }
  .home-case-slide {
    margin: 0 -70px 0 0;
  }
  .home-case-slide__container {
    padding-top: 120px;
  }
  .home-case-slide__item {
    width: 300px;
  }
  .home-case-slide__item-in {
    padding-top: 30px;
  }
  .home-case-slide__item-img {
    min-height: 440px;
  }
  .home-case-slide__item-img::after {
    height: 200px;
  }
  .home-case-slide__item-num {
    font-size: 5rem;
  }
  .home-case-slide__item-txt {
    bottom: 30px;
    left: 28px;
    right: 28px;
    font-size: 1.4rem;
  }
  .home-case-slide__scrollbar {
    margin: 40px 70px 0 0;
    width: calc(100% - 70px);
    max-width: 1120px;
  }
  .home-case-slide__pager {
    margin: 0;
    padding-bottom: 0;
    position: absolute;
    top: 30px;
    left: 200px;
    z-index: 2;
  }
  .home-case-slide__pager-num {
    min-width: 98px;
    margin-right: 30px;
    font-size: 3.5rem;
  }
  .home-case-slide__pager-num-max::before {
    margin: 0 15px -3px;
    height: 30px;
  }
  .home-case-slide__pager-btn {
    margin-left: 10px;
  }
}
@media all and (min-width: 600px) and (max-width: 850px) {
  .home-case-slide__pager {
    left: 0;
  }
  .home-case-slide__pager-num {
    margin-right: 10px;
  }
}
@media all and (min-width: 1260px) {
  .home-case-slide {
    margin-right: calc(50% - 50vw);
    margin-right: calc(50% - var(--vw, 1vw) * 50);
  }
  .home-case-slide__scrollbar {
    margin-right: 0;
  }
}

/* .home-topics
================================================ */
.home-topics {
  background: #ebf5ff;
}
.home-topics__inner {
  position: relative;
}
.home-topics__btn {
  margin-top: 40px;
}
@media all and (min-width: 600px) {
  .home-topics__btn {
    margin-top: 80px;
  }
}

/* .home-recruit
================================================ */
.home-recruit {
  overflow: hidden;
  background: #6ccae4 url(../img/common/bg_grad01.jpg) no-repeat center center/cover;
}

/* .l-sub-img
================================================ */
#iot .l-sub-img {
  background-image: url(../img/iot/bg_mv01_sp.jpg);
}
@media all and (min-width: 600px) {
  #iot .l-sub-img {
    background-image: url(../img/iot/bg_mv01_pc.jpg);
  }
}

/* .map-office
================================================ */
.map-office__iframe {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.map-office__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-office__btn {
  margin-top: 10px;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.5;
}
.map-office__table {
  margin-top: 20px;
}
@media all and (min-width: 600px) {
  .map-office__inner {
    max-width: 1140px;
  }
  .map-office__head {
    margin-bottom: 50px;
  }
  .map-office__iframe {
    padding-top: 494px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
  .map-office__btn {
    font-size: 1.4rem;
  }
  .map-office__table {
    margin-top: 30px;
  }
}

/* .message-detail
================================================ */
.message-bg-net01 {
  z-index: 0;
}

.message-detail {
  position: relative;
  z-index: 1;
}
.message-detail__inner {
  padding-top: 90px;
  padding-bottom: 100px;
}
.message-detail__box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  border-radius: 10px;
  padding: 20px 20px 20px;
  background: #fff;
  box-sizing: border-box;
}
.message-detail__box-head {
  margin-top: 20px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  line-height: 1.5;
}
.message-detail__box-lead {
  font-weight: bold;
  line-height: 1.5;
}
.message-detail__box-txt {
  margin-top: 10px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
.message-detail__box-name {
  margin-top: 20px;
  text-align: right;
  line-height: 1.5;
}
.message-detail__box-name-main {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  margin-top: -4px;
  margin-left: 10px;
  font-size: 1.8rem;
}
@media all and (min-width: 600px) {
  .message-detail__inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .message-detail__box {
    padding: 40px 45px;
  }
  .message-detail__box-head {
    margin-top: 60px;
    margin-bottom: 45px;
  }
  .message-detail__box-lead {
    font-size: 1.8rem;
  }
  .message-detail__box-txt {
    margin-top: 15px;
  }
  .message-detail__box-name-main {
    margin-top: -5px;
    margin-left: 14px;
    font-size: 2.2rem;
  }
}

/* .organizations-content
================================================ */
.organizations-content-sec {
  padding: 22px 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: -5px -5px 10px rgba(193, 193, 193, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.organizations-content-sec + .organizations-content-sec {
  margin-top: 10px;
}
.organizations-content-sec__btn {
  margin-top: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media all and (min-width: 600px) {
  .organizations-content-sec {
    padding: 28px 50px;
    box-shadow: -10px -10px 20px rgba(193, 193, 193, 0.16), 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
  .organizations-content-sec + .organizations-content-sec {
    margin-top: 40px;
  }
  .organizations-content-sec__btn {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

/* .outline-info
================================================ */
.outline-info__inner {
  padding-top: 80px;
  padding-bottom: 60px;
}
.outline-info__head {
  margin-bottom: 30px;
}
@media all and (max-width: 599px) {
  .outline-info__table tr:first-child th {
    border-top: none;
  }
}
@media all and (min-width: 600px) {
  .outline-info__inner {
    padding-top: 130px;
    padding-bottom: 150px;
  }
  .outline-info__head {
    margin-bottom: 46px;
  }
}

.outline-organization {
  background: #f0f4f7;
}
.outline-organization__inner {
  padding-top: 53px;
  padding-bottom: 60px;
}
.outline-organization__head {
  margin-bottom: 24px;
}
@media all and (min-width: 600px) {
  .outline-organization__inner {
    padding-top: 132px;
    padding-bottom: 140px;
  }
  .outline-organization__head {
    margin-bottom: 50px;
  }
}

/* .policy-content
================================================ */
.policy-content + .policy-content .policy-content__inner {
  padding-top: 40px;
}
.policy-content__txt + .policy-content__txt {
  margin-top: 1em;
}
.policy-content__txt + .policy-content__list, .policy-content__list + .policy-content__txt {
  margin-top: 1em;
}
@media all and (min-width: 600px) {
  .policy-content + .policy-content .policy-content__inner {
    padding-top: 80px;
  }
}

/* .privacy-content
================================================ */
.privacy-content + .privacy-content .privacy-content__inner {
  padding-top: 40px;
}
.privacy-content-sec {
  margin-top: 30px;
}
.privacy-content__txt + .privacy-content__txt {
  margin-top: 1em;
}
.privacy-content__txt + .privacy-content__list, .privacy-content__list + .privacy-content__txt {
  margin-top: 1em;
}
@media all and (min-width: 600px) {
  .privacy-content + .privacy-content .privacy-content__inner {
    padding-top: 80px;
  }
  .privacy-content-sec {
    margin-top: 40px;
  }
}

/* .l-sub-img
================================================ */
#product .l-sub-img {
  background-image: url(../img/product/bg_mv01_sp.jpg);
}
@media all and (min-width: 600px) {
  #product .l-sub-img {
    background-image: url(../img/product/bg_mv01_pc.jpg);
  }
}

/* .sitemap-content
================================================ */
.sitemap-content__inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sitemap-content__inner.has-border {
  position: relative;
}
.sitemap-content__inner.has-border:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 50px);
  height: 1px;
  background: #d6d6d6;
}
.sitemap-content-list__item-link {
  border-radius: 10px;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.6), 5px 5px 10px rgba(0, 0, 0, 0.16);
  background: linear-gradient(to right, #fff 0%, #f9f9f9 100%);
  position: relative;
  display: block;
  padding: 20px 20px 60px;
}
.sitemap-content-list__item-link:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
}
.sitemap-content-list__item-link:after {
  position: absolute;
  display: inline-block;
  width: 19px;
  height: 3px;
  vertical-align: middle;
  background: no-repeat right bottom/auto 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.4%22%20height%3D%222.6%22%3E%3Cpath%20fill%3D%22%233174ba%22%20d%3D%22M15.3%200v2H0v.6h19.4v-.4Z%22%20%2F%3E%3C%2Fsvg%3E");
  content: "";
  transition: all 0.3s ease;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 35px;
}
.sitemap-content-list__item-ico {
  display: block;
  width: 60px;
  margin: 0 auto 5px;
}
.sitemap-content-list__item-head {
  color: #94C5E3;
  text-align: center;
  font-size: 2rem;
}
@media all and (max-width: 599px) {
  .sitemap-content .has-sp-border {
    position: relative;
  }
  .sitemap-content .has-sp-border:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #d6d6d6;
  }
  .sitemap-content__inner.is-sp-no-bottom {
    padding-bottom: 0;
  }
  .sitemap-content-column {
    padding-bottom: 40px;
  }
  .sitemap-content-column + .sitemap-content-column {
    margin-top: 40px;
  }
  .sitemap-content-list__item + .sitemap-content-list__item {
    margin-top: 20px;
  }
}
@media all and (min-width: 600px) {
  .sitemap-content.is-column2-pc .sitemap-content__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .sitemap-content.is-column2-pc .sitemap-content__inner .sitemap-content-column {
    width: 256px;
    margin-right: 125px;
  }
  .sitemap-content.is-column2-pc .sitemap-content__inner .sitemap-content-column__list-item {
    width: 100%;
  }
  .sitemap-content__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sitemap-content__inner.has-border {
    border-bottom: 1px solid #d6d6d6;
  }
  .sitemap-content__inner.has-border:before {
    content: none;
  }
  .sitemap-content__inner.has-pc-border {
    border-bottom: 1px solid #d6d6d6;
  }
  .sitemap-content-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .sitemap-content-list__item {
    margin: 0 10px;
    width: calc(33.33% - 20px);
  }
  .sitemap-content-list__item-link {
    padding: 25px 25px 85px;
    transition: all 0.3s ease;
  }
  .sitemap-content-list__item-link:before {
    width: 45px;
    height: 45px;
    bottom: 26px;
  }
  .sitemap-content-list__item-link:after {
    bottom: 46px;
  }
  .sitemap-content-list__item-link:hover {
    box-shadow: -2.5px -2.5px 5px rgba(255, 255, 255, 0.6), 2.5px 2.5px 5px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
  }
  .sitemap-content-list__item-ico {
    margin-bottom: 10px;
  }
  .sitemap-content-list__item-head {
    font-size: 2.4rem;
  }
}

/* .topics-archive
===================================*/
.topics-archive__inner {
  padding-top: 85px;
  padding-bottom: 100px;
}
.topics-archive-btns {
  margin: 0 auto 40px;
}
.topics-archive-btns__item {
  width: 250px;
  margin: auto;
}
.topics-archive-btns__item + .topics-archive-btns__item {
  margin-top: 5px;
}
.topics-archive-btns__link {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 20px 10px 30px;
  border-radius: 100px;
  font-size: 1.2rem;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.16), 5px 5px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.topics-archive-btns__link:hover {
  box-shadow: -2.5px -2.5px 5px rgba(255, 255, 255, 0.16), 2.5px 2.5px 5px rgba(0, 0, 0, 0.16);
}
.topics-archive-btns__link.is-active {
  background: #f0f4f7;
  color: #3174ba;
}
@media all and (min-width: 600px) {
  .topics-archive__inner {
    padding-top: 140px;
    padding-bottom: 170px;
  }
  .topics-archive-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 80px;
  }
  .topics-archive-btns__item:nth-child(n) {
    width: 212px;
    margin: 0 7px;
  }
  .topics-archive-btns__link {
    height: 52px;
    font-size: 1.4rem;
  }
}

.topics-single__inner {
  padding-top: 85px;
  padding-bottom: 100px;
}
@media all and (min-width: 600px) {
  .topics-single__inner {
    max-width: 900px;
    padding: 140px 0 170px;
  }
}

/* .trademark-content
================================================ */
.trademark-content__box {
  margin-top: 30px;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
}
@media all and (min-width: 600px) {
  .trademark-content__box {
    padding: 50px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16) inset;
  }
}

/* .vision-content
================================================ */
.vision-content {
  overflow: hidden;
}
.vision-content + .vision-content::before {
  position: relative;
  top: 40px;
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #d6d6d6;
}
.vision-content + .vision-content .vision-content__inner {
  padding-top: 80px;
}
.vision-content.is-mid .vision-content__inner::before, .vision-content.is-last .vision-content__inner::before {
  content: "";
  position: absolute;
  background: url(../img/common/bg_deco02.png) no-repeat center center/contain;
  width: 108px;
  height: 108px;
}
.vision-content.is-mid .vision-content__inner::after, .vision-content.is-last .vision-content__inner::after {
  content: "";
  position: absolute;
  background: url(../img/common/bg_deco01.png) no-repeat center center/contain;
  width: 52px;
  height: 52px;
}
.vision-content.is-mid .vision-content__inner::before {
  right: 0;
  top: 132px;
}
.vision-content.is-mid .vision-content__inner::after {
  right: -15px;
  top: 64px;
}
.vision-content.is-last {
  background-image: url(../img/common/bg_city01.jpg);
  background-repeat: no-repeat;
  background-position: 21% bottom;
  background-size: auto 228px;
}
.vision-content.is-last .vision-content__inner::before {
  left: -108px;
  top: 40px;
}
.vision-content.is-last .vision-content__inner::after {
  width: 110px;
  height: 110px;
  left: -5px;
  top: 133px;
}
.vision-content__inner {
  position: relative;
  z-index: 1;
}
.vision-content__box {
  position: relative;
  z-index: 2;
  margin: 30px auto 0;
  max-width: 900px;
  padding: 30px 23px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16) inset;
}
.vision-content__copy {
  font-size: 1.6rem;
  text-align: center;
}
.vision-content-list {
  counter-reset: listVision;
  font-size: 1.6rem;
  margin-right: -10px;
  padding: 5px 0;
}
.vision-content-list__item {
  position: relative;
  padding-left: 44px;
  counter-increment: listVision;
}
.vision-content-list__item + .vision-content-list__item {
  margin-top: 15px;
}
.vision-content-list__item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.02em;
  content: counter(listVision, decimal-leading-zero);
  font-size: 2.9rem;
  color: rgba(49, 116, 186, 0.3);
}
@media all and (max-width: 599px) {
  .vision-content__copy {
    letter-spacing: 0.05em;
  }
  .vision-content-list {
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 374px) {
  .vision-content__box {
    padding: 20px 15px;
  }
  .vision-content__copy {
    font-size: 1.4rem;
  }
  .vision-content-list {
    font-size: 1.4rem;
    padding: 5px;
  }
  .vision-content-list__item {
    padding-left: 30px;
  }
  .vision-content-list__item::before {
    font-size: 2rem;
  }
}
@media all and (min-width: 600px) {
  .vision-content + .vision-content::before {
    top: 60px;
  }
  .vision-content + .vision-content .vision-content__inner {
    padding-top: 120px;
  }
  .vision-content.is-mid .vision-content__inner::before {
    width: 230px;
    height: 230px;
    right: 42px;
    top: 174px;
  }
  .vision-content.is-mid .vision-content__inner::after {
    width: 110px;
    height: 110px;
    right: -44px;
    top: 84px;
    opacity: 0.7;
  }
  .vision-content.is-last {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .vision-content.is-last .vision-content__inner::before {
    width: 230px;
    height: 230px;
    left: 40px;
    top: 374px;
  }
  .vision-content.is-last .vision-content__inner::after {
    width: 110px;
    height: 110px;
    left: -41px;
    top: 276px;
  }
  .vision-content__box {
    padding: 50px 74px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .vision-content__copy {
    font-size: 2rem;
    margin: 12px 0;
  }
  .vision-content-list {
    font-size: 1.8rem;
  }
  .vision-content-list__item {
    padding-left: 50px;
  }
  .vision-content-list__item + .vision-content-list__item {
    margin-top: 15px;
  }
}

/* .vision-smart
================================================ */
.vision-smart {
  position: relative;
}
.vision-smart::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 394px;
  background: url(../img/common/bg_grad01.jpg) no-repeat center top/cover;
}
.vision-smart__inner {
  position: relative;
  z-index: 1;
}
.vision-smart__area-txt {
  color: #fff;
}
.vision-smart__area-img {
  margin-top: 62px;
  padding: 0 13px 25px 12px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16) inset;
}
.vision-smart__area-img img {
  margin: -23px auto 0;
}
@media all and (min-width: 600px) {
  .vision-smart::after {
    height: 531px;
  }
  .vision-smart__area-img {
    margin-top: 125px;
    padding: 0 44px 45px;
  }
  .vision-smart__area-img img {
    margin-top: -45px;
  }
}

/* english
-------------------------------------- */
html[lang=en] body {
  word-break: break-word;
}

/* .c-set-company
================================================ */
.c-set-company.is-en .c-set-company-list__item-en {
  line-height: 50px;
}
@media all and (min-width: 600px) {
  .c-set-company.is-en .c-set-company-list__item-in {
    padding-top: 26px;
  }
}

/* .c-set-anchor
================================================ */
.c-set-anchor.is-en .c-set-anchor-list__item {
  width: 280px;
}
.c-set-anchor.is-en .c-set-anchor-list__item-link {
  padding-left: 25px;
  padding-right: 25px;
}
@media all and (min-width: 600px) {
  .c-set-anchor.is-en .c-set-anchor-list__item-link {
    line-height: 1.25;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 14px;
  }
}
@media all and (min-width: 600px) {
  .c-set-anchor.is-en .c-set-anchor-list__item {
    flex-basis: calc(20% - 20px);
    max-width: calc(20% - 20px);
  }
  .c-set-anchor.is-en .c-set-anchor-list__item.is-large {
    height: 60px;
    flex-basis: calc(33.3% - 30px);
    max-width: calc(33.3% - 30px);
  }
  .c-set-anchor.is-en .c-set-anchor-list__item.is-pc-col5 {
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
  }
}

/* .c-table01
================================================ */
.c-table01.is-en .c-table01__dl {
  display: flex;
  align-items: center;
}
.c-table01.is-en .c-table01__dl dd {
  width: auto;
}
@media all and (min-width: 600px) {
  .c-table01.is-en .c-table01__dl dt {
    width: 320px;
  }
}

/* .company-index
================================================ */
.company-index.is-en .company-index-detail__link::before {
  bottom: 15px;
}
.company-index.is-en .company-index-detail__link::after {
  bottom: 31px;
}
.company-index.is-en .company-index-detail__head {
  padding-top: 7px;
}
@media all and (min-width: 600px) {
  .company-index.is-en .company-index-detail__link {
    padding: 20px 20px 32px;
  }
  .company-index.is-en .company-index-detail__link::before {
    bottom: 26px;
  }
  .company-index.is-en .company-index-detail__link::after {
    bottom: 48px;
  }
}

/* csr-detail-sec
==================================================*/
@media all and (min-width: 600px) {
  .csr-detail-sec__head.is-no-bg.is-en {
    margin-bottom: 30px;
  }
}

/* csr-detail-sec-content
==================================================*/
.csr-detail-sec-content.is-en .csr-detail-sec-content__item-img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media all and (min-width: 600px) {
  .csr-detail-sec-content.is-en .csr-detail-sec-content__item-img {
    width: 610px;
    max-width: 610px;
  }
}

/* .vision-content
================================================ */
@media all and (min-width: 600px) {
  .vision-content.is-en .vision-content__box {
    text-align: left;
  }
  .vision-content.is-en .vision-content-list {
    font-size: 1.6rem;
  }
  .vision-content.is-en .vision-content-list__item::before {
    font-size: 2.5rem;
  }
}

/* ..home-business__copy
================================================ */
.home-business__copy.is-en {
  line-height: 1.75;
}

/* .home-business-list
================================================ */
@media all and (min-width: 600px) {
  .home-business-list.is-en .home-business-list__item-hide-txt {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

/* .c-achieve01-list
================================================ */
.c-achieve01-list.is-en .c-achieve01-child-list__item {
  line-height: 1.75;
}

/* .c-feature01-list
================================================ */
@media all and (min-width: 600px) {
  .c-feature01-list.is-en .c-feature01-list__item {
    padding-top: 40px;
  }
  .c-feature01-list.is-en .c-feature01-list__num {
    margin-bottom: 20px;
  }
  .c-feature01-list.is-en .c-feature01-list__head {
    font-size: 1.8rem;
  }
  .c-feature01-list.is-en .c-feature01-list__txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.l-footer-subnav.is-en .l-footer-subnav__item:first-of-type {
  margin-left: 5px;
}
.l-footer-subnav.is-en .l-footer-subnav__item:nth-of-type(2) {
  margin-right: 5px;
}
@media all and (min-width: 600px) {
  .l-footer-subnav.is-en .l-footer-subnav__item:first-of-type {
    margin-left: 0;
  }
  .l-footer-subnav.is-en .l-footer-subnav__item:nth-of-type(2) {
    margin-right: 0;
  }
}