@charset "UTF-8";
/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

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

strong {
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type="submit"], input[type="image"] {
  border: none;
  padding: 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"] {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type="submit"], input[type="image"], input[type="reset"] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::placeholder {
  color: #929799;
}

/* container
===============================================================================================*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1300px;
  }
}
body.unscrollable {
  overflow: hidden;
  width: 100%;
}

#container {
  position: relative;
}

main {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  main {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding: 0 0 20px;
  }
}

a {
  color: #000;
}
@media print, screen and (min-width: 769px) {
  a {
    -wewbkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  a:hover {
    opacity: 0.5;
  }
}

* {
  box-sizing: border-box;
}

/* header
===============================================================================================*/
.header {
  display: flex;
  justify-content: space-between;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.3s ease-out;
}
@media print, screen and (min-width: 769px) {
  .header {
    height: 170px;
    padding: 45px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 60px;
    padding: 15px;
    align-items: center;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  }
}
.header.is-scroll {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 769px) {
  .header.is-scroll {
    height: 90px;
    padding: 35px 45px 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .header.is-scroll .header__logo {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .header.is-scroll .header__menuBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header.is-scroll .header__menuBox__top {
    order: 1;
  }
  .header.is-scroll .header__menuBox__main {
    order: 0;
    margin: 0;
  }
  .header.is-scroll .header__menuBox__main .box__menu > li:first-child {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .header.is-scroll .box__menu__subMenu {
    top: 88px;
  }
}
.header::before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(to right, #00b5b7 0%, #0068b7 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  .header::before {
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header::before {
    height: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__logo {
    width: 285px;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 163px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .header__menuBox {
    width: calc(100% - 350px);
  }
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__top {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__top > * {
    margin: 0 0 0 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__top .modSearch {
    width: 240px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__top .modSearch input {
    padding: 10px 60px 10px 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__top .modSearch input {
    padding: 15px 30px 15px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.header__menuBox__top .modSearch .modIcon {
  width: 17px;
  height: 17px;
  right: 15px;
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main {
    margin: 0 0 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .box {
    display: none;
    overflow-y: scroll;
    position: fixed;
    z-index: 100;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    padding: 25px 15px;
    background: #f0f4f7;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box .modSearch {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .box .modSearch {
    margin: 0 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box__menu {
    display: flex;
    justify-content: flex-end;
  }
}
.header__menuBox__main .box__menu > li:first-child {
  display: none;
  margin-left: 0;
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box__menu > li {
    margin: 0 0 0 25px;
  }
  .header__menuBox__main .box__menu > li:last-child {
    display: none;
  }
  .header__menuBox__main .box__menu > li:hover .box__menu__subMenu {
    visibility: visible;
    opacity: 1;
  }
  .header__menuBox__main .box__menu > li:hover span::after {
    transform: rotate(-45deg);
    top: 45%;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .box__menu > li {
    border-bottom: 1px solid #c8d5e0;
  }
}
.header__menuBox__main .box__menu > li a, .header__menuBox__main .box__menu > li span {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .box__menu > li a, .header__menuBox__main .box__menu > li span {
    padding: 10px 5px;
  }
}
.header__menuBox__main .box__menu > li span {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box__menu > li span {
    cursor: pointer;
    padding: 0 15px 0 0;
  }
}
.header__menuBox__main .box__menu > li span::after {
  content: "";
  display: block;
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  transform: rotate(135deg);
  position: absolute;
  width: 7px;
  height: 7px;
  transition: all 0.2s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box__menu > li span::after {
    top: 7px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .box__menu > li span::after {
    top: 20px;
    right: 10px;
  }
}
.header__menuBox__main .box__menu > li span.is-act::after {
  transform: rotate(-45deg);
  top: 45%;
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box__menu__subMenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 170px;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 50px 50px 65px;
    background: #f0f4f7;
    transition: all 0.6s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .box__menu__subMenu {
    display: none;
    padding: 0 0 0 20px;
    border-top: 1px solid #c8d5e0;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box__menu__subMenu .inner {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .box__menu__subMenu .title {
    display: none;
  }
}
.header__menuBox__main .box__menu__subMenu .title > p {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0 0 0 40px;
}
.header__menuBox__main .box__menu__subMenu .title > p::before {
  content: "";
  display: block;
  width: 24px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/img/common/icon_title.png) no-repeat 0 0;
  background-size: 100%;
}
.header__menuBox__main .box__menu__subMenu .title .modBtnMain {
  min-width: 216px;
  margin: 30px 0 0;
  padding: 10px 20px 11px;
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box__menu__subMenu .menu {
    overflow: hidden;
    width: 740px;
    margin: -10px 0 0 -30px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box__menu__subMenu .menu > li {
    width: calc(50% - 30px);
    float: left;
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .box__menu__subMenu .menu > li:last-child > a {
    border-bottom: none;
  }
}
.header__menuBox__main .box__menu__subMenu .menu > li > a {
  position: relative;
  display: block;
  font-weight: 500;
  border-bottom: 1px solid #c8d5e0;
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box__menu__subMenu .menu > li > a {
    padding: 13px 30px 13px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.header__menuBox__main .box__menu__subMenu .menu > li > a::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.header__menuBox__main .box__menu__subMenu .menu > li > p {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box__menu__subMenu .menu > li > p {
    padding: 13px 30px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.header__menuBox__main .box__menu__subMenu .menu > li > p + ul {
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box__menu__subMenu .menu > li > ul {
    padding: 10px 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .box__menu__subMenu .menu > li > ul {
    padding: 10px 0 20px 10px;
    border-bottom: 1px solid #c8d5e0;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box__menu__subMenu .menu > li > ul > li {
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .box__menu__subMenu .menu > li > ul > li {
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .box__menu__subMenu .menu > li > ul > li > a {
    padding: 0;
    color: #0068b7;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .box__contact {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .box__contact {
    display: flex;
    justify-content: center;
    margin: 30px -10px 0;
  }
  .header__menuBox__main .box__contact > li {
    width: 50%;
    padding: 0 10px;
  }
  .header__menuBox__main .box__contact > li .modBtnMain {
    width: 100%;
    min-width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .btn {
    display: block;
    position: relative;
    width: 23px;
    height: 18px;
  }
}
.header__menuBox__main .btn span {
  width: 100%;
  height: 2px;
  background: #0068b7;
  position: absolute;
  left: 0;
  transition: all .4s;
}
.header__menuBox__main .btn span:first-child {
  top: 0;
}
.header__menuBox__main .btn span:nth-child(2) {
  top: 45%;
}
.header__menuBox__main .btn span:last-child {
  bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .btn.is-act span:first-child {
    transform: translateY(10px) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .btn.is-act span:first-child {
    transform: translateY(8px) rotate(-45deg);
  }
}
.header__menuBox__main .btn.is-act span:nth-child(2) {
  left: 50%;
  opacity: 0;
  animation: menuBar .8s forwards;
}
@media print, screen and (min-width: 769px) {
  .header__menuBox__main .btn.is-act span:last-child {
    transform: translateY(-10px) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .header__menuBox__main .btn.is-act span:last-child {
    transform: translateY(-8px) rotate(45deg);
  }
}

/* footer
===============================================================================================*/
.footer {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .footer {
    padding: 84px 45px 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 15px 30px;
  }
}
.footer__pagetop {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media print, screen and (min-width: 769px) {
  .footer__pagetop {
    width: 24px;
    height: 25px;
    top: 20px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .footer__pagetop {
    width: 20px;
    height: 20px;
    top: 20px;
  }
}
.footer__pagetop::before, .footer__pagetop::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #0068b7;
  position: absolute;
  top: 0;
}
.footer__pagetop::before {
  transform: rotate(60deg);
  left: 0;
}
.footer__pagetop::after {
  transform: rotate(120deg);
  right: 1px;
}
.footer__main {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .footer__main {
    justify-content: space-between;
    align-items: center;
    width: 1145px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__main {
    flex-wrap: wrap;
  }
  .footer__main > * {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer__main__company {
    order: 1;
    margin: 38px 0 0;
  }
}
.footer__main__company > a {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .footer__main__company > a {
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .footer__main__company > a {
    width: 219px;
  }
}
.footer__main__company > a > img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .footer__main__company > dl {
    margin: 43px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__main__company > dl {
    margin: 23px 0 0;
  }
}
.footer__main__company > dl > * {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .footer__main__company > dl > * {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer__main__company > dl > dt {
  font-weight: 500;
  padding: 0 10px 0 0;
}
@media print, screen and (min-width: 769px) {
  .footer__main__company > dl > dd {
    margin: 5px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__main__company > dl > dd + dt {
    margin: 23px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__main__company > dl > dd + dt {
    margin: 10px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__main__menu {
    column-count: 3;
    column-gap: 5em;
  }
}
@media screen and (max-width: 768px) {
  .footer__main__menu {
    order: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__main__menu > li {
    position: relative;
    margin: 20px 0 0;
    padding: 0 0 0 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer__main__menu > li:first-child {
    margin-top: 0;
  }
  .footer__main__menu > li:nth-last-child(3) {
    margin-top: 60px;
  }
  .footer__main__menu > li::before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    position: absolute;
    top: 11px;
    left: 0;
    background: #0068b7;
  }
}
@media screen and (max-width: 768px) {
  .footer__main__menu > li {
    width: calc(50% - 15px);
    border-bottom: 1px solid #dedede;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer__main__menu > li:first-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__main__menu > li > ul {
    display: none;
  }
}
.footer__main__menu > li > ul > li {
  margin: 5px 0 0;
}
.footer__main__menu > li > a {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__main__menu > li > a {
    padding: 10px 0;
    letter-spacing: -0.5px;
  }
  .footer__main__menu > li > a::after {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
  }
  .footer__main__menu > li > a[target="_blank"]::after {
    display: none;
  }
}
.footer__bottom {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .footer__bottom {
    margin: 60px 0 0;
    padding: 35px 0 0;
    border-top: 1px solid #dedede;
    justify-content: space-between;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    flex-wrap: wrap;
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom__copyright {
    width: 100%;
    order: 1;
    text-align: center;
    margin: 25px 0 0;
    font-size: 10px;
    font-size: 1rem;
  }
}
.footer__bottom__menu {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__bottom__menu {
    width: 100%;
    flex-wrap: wrap;
    order: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__bottom__menu > li {
    padding: 0 15px;
    line-height: 1;
    border-right: 1px solid #dedede;
  }
  .footer__bottom__menu > li:last-child {
    border-right: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom__menu > li {
    width: 50%;
    margin: 7px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* page
===============================================================================================*/
.pageContent {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .pageContent {
    justify-content: space-between;
    max-width: 1140px;
    margin: 110px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent {
    flex-wrap: wrap;
    margin: 15px 0 0;
    padding: 0 15px;
  }
  .pageContent > * {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pageContent .modCvArea {
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent--reverse {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main {
    order: 1;
    width: 805px;
  }
}
.pageContent__main--wide {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section:not(:first-of-type) {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section:not(:first-of-type) {
    margin: 30px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .section {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .section {
    margin: 35px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .section > section:not(:first-of-type) {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .section > section:not(:first-of-type) {
    margin: 35px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .section p + section {
    margin: 23px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .section p + section {
    margin: 10px 0 0;
  }
}
.pageContent__main__section .modHeadingMain + .section {
  margin-top: 0;
}
.pageContent__main__section h4 {
  color: #0068b7;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section h4 {
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section h4 {
    margin: 0 0 2px;
  }
}
.pageContent__main__section .modHeadingImg {
  color: #333;
  text-align: center;
  margin: 0 0 10px;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .modHeadingImg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .modHeadingImg {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pageContent__main__section .modHeadingImg + .img {
  margin-top: 0;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section p + .section {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section p + .section {
    margin: 25px 0 0;
  }
}
.pageContent__main__section p a {
  color: #0068b7;
  text-decoration: underline;
}
.pageContent__main__section p a:hover {
  text-decoration: none;
}
.pageContent__main__section p strong {
  display: inline;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.pageContent__main__section strong {
  display: block;
  font-weight: 500;
  color: #ff5420;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section strong {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 10px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section strong {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 13px;
    line-height: 1.8;
  }
}
.pageContent__main__section .img {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .img {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .img {
    margin: 25px 0 0;
  }
}
.pageContent__main__section .img figcaption {
  color: #575a5b;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .img figcaption {
    margin: 15px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .img figcaption {
    margin: 10px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.pageContent__main__section .img > img {
  max-width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .img + * {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .img + * {
    margin: 25px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .img + section {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .img + section {
    margin: 45px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .sectionList {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .sectionList {
    margin: 1.5rem auto;
  }
}
.pageContent__main__section .sectionList li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .sectionList li {
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .sectionList li + li {
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .sectionList li + li {
    margin: 3px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .sectionList--column {
    display: flex;
    flex-wrap: wrap;
  }
}
.pageContent__main__section .sectionList--column li {
  font-weight: 500;
}
.pageContent__main__section .sectionList--column li + li {
  margin-top: 0;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .sectionList--column li {
    width: 50%;
    padding-right: 10px;
  }
}
.pageContent__main__section .sectionList--column li strong {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .sectionList--indent {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .sectionList--indent {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.pageContent__main__section .unique {
  border: 2px solid #e2e9ef;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .unique {
    margin: 35px 0 0;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .unique {
    margin: 30px 0 0;
    padding: 14px 15px 19px;
  }
}
.pageContent__main__section .unique__title {
  font-weight: 500;
  color: #0068b7;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .unique__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .unique__title {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 8px;
  }
}
.pageContent__main__section .unique__circle {
  color: #fff;
  background: #00b4b7;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .unique__circle {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100%;
    margin: 0 25px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .unique__circle {
    margin: -16px -17px 10px;
    padding: 7px 15px 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .unique ul, .pageContent__main__section .unique ol {
    display: flex;
    flex-wrap: wrap;
  }
}
.pageContent__main__section .unique ul > li, .pageContent__main__section .unique ol > li {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .unique ul > li, .pageContent__main__section .unique ol > li {
    width: 50%;
    padding: 0 10px 0 0;
  }
}
.pageContent__main__section .unique ul > li .icon, .pageContent__main__section .unique ol > li .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .unique ul > li .icon, .pageContent__main__section .unique ol > li .icon {
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .unique + * {
    margin: 63px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .unique + * {
    margin: 45px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .unique--line {
    display: flex;
    align-items: center;
  }
  .pageContent__main__section .unique--line ul, .pageContent__main__section .unique--line ol {
    width: calc(100% - 90px);
  }
}
.pageContent__main__section .summary > dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0068b7;
  margin: 0 0 3px;
}
.pageContent__main__section .summary > dd + dt {
  margin-top: 15px;
}
.pageContent__main__section .summary > dd > ul > li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .summary > dd > ul > li {
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .summary > dd > ul > li + li {
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .summary > dd > ul > li + li {
    margin: 3px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .summary > dd > ul > li .img {
    margin: 14px 0 20px -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .summary > dd > ul > li .img {
    margin: 10px 0 10px -0.5rem;
  }
}
.pageContent__main__section .summary > dd > a {
  color: #0068b7;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .summary > dd > a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.pageContent__main__section .imgBox {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .imgBox {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .imgBox > .text, .pageContent__main__section .imgBox .img {
    width: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .imgBox > .img {
    margin: 0 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .imgBox > .img {
    margin: 25px auto 0;
  }
}
.pageContent__main__section .imgBox--small {
  display: flex;
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .imgBox--small {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .imgBox--small > p {
    width: 445px;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .imgBox--small > .img {
    width: 320px;
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .imgBox--small > .img {
    width: 75%;
    margin: 0 auto 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__section .note {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__section .note {
    margin: 5px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__menu {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__menu {
    margin: 70px 0 0;
  }
}
.pageContent__main__menu > h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.pageContent__main__menu > ul {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__menu > ul {
    margin: 14px 0 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__menu > ul {
    margin: 12px 0 0 -15px;
  }
}
.pageContent__main__menu > ul > li {
  border-bottom: 1px solid #e2e9ef;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__menu > ul > li {
    width: calc(100% / 3 - 20px);
    margin: 0 0 0 20px;
  }
  .pageContent__main__menu > ul > li:nth-child(-n+3) {
    border-top: 1px solid #e2e9ef;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__menu > ul > li {
    width: calc(100% / 2 - 15px);
    margin: 0 0 0 15px;
  }
  .pageContent__main__menu > ul > li:nth-child(-n+2) {
    border-top: 1px solid #e2e9ef;
  }
}
.pageContent__main__menu > ul > li > a {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__menu > ul > li > a {
    padding: 10px 25px 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__menu > ul > li > a {
    padding: 7px 25px 8px 0;
  }
}
.pageContent__main__menu > ul > li > a::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
}
.pageContent__main__menu > ul > li .icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__menu > ul > li .icon {
    width: 26px;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__menu > ul > li .icon {
    width: 19px;
    margin: 0 5px 0 0;
  }
}
.pageContent__main__menu > ul > li .icon img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageContent__main__menu > ul > li .icon--about img, .pageContent__main__menu > ul > li .icon--case img {
    max-width: 80%;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__main__description {
    margin: 0 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__main__description {
    margin: 0 0 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__subMenu {
    order: 0;
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu {
    margin: 70px 0 0;
  }
  .pageContent__subMenu:first-child {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu .modBpPc + .pageContent__subMenu__item {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__subMenu__item:not(:first-of-type) {
    margin: 72px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu__item:not(:first-of-type) {
    margin: 38px 0 0;
  }
}
.pageContent__subMenu__item > h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 4px solid #0068b7;
  padding: 0 0 10px;
}
.pageContent__subMenu__item > ul > li {
  position: relative;
}
.pageContent__subMenu__item > ul > li > a, .pageContent__subMenu__item > ul > li > span, .pageContent__subMenu__item > ul > li dt {
  position: relative;
  display: block;
  border-bottom: 1px solid #e2e9ef;
}
@media print, screen and (min-width: 769px) {
  .pageContent__subMenu__item > ul > li > a, .pageContent__subMenu__item > ul > li > span, .pageContent__subMenu__item > ul > li dt {
    padding: 11px 25px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu__item > ul > li > a, .pageContent__subMenu__item > ul > li > span, .pageContent__subMenu__item > ul > li dt {
    padding: 8px 20px 7px 15px;
  }
}
.pageContent__subMenu__item > ul > li > a::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
}
.pageContent__subMenu__item > ul > li.is-act::before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #0068b7;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  .pageContent__subMenu__item > ul > li.is-act::before {
    top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu__item > ul > li.is-act::before {
    top: 15px;
  }
}
.pageContent__subMenu__item > ul > li .icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
@media print, screen and (min-width: 769px) {
  .pageContent__subMenu__item > ul > li .icon {
    width: 26px;
    margin: 0 10px 0 -10px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu__item > ul > li .icon {
    width: 19px;
    margin: 0 5px 0 0;
  }
}
.pageContent__subMenu__item > ul > li .icon img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu__item > ul > li .icon--about img, .pageContent__subMenu__item > ul > li .icon--case img {
    max-width: 80%;
  }
}
.pageContent__subMenu__item > ul > li > dl dt {
  cursor: pointer;
}
.pageContent__subMenu__item > ul > li > dl dt::after {
  content: "";
  display: block;
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  position: absolute;
  top: 40%;
  right: 10px;
  width: 7px;
  height: 7px;
  transition: all 0.2s ease-in-out;
  transform: rotate(135deg);
}
.pageContent__subMenu__item > ul > li > dl dt.is-act::after {
  transform: rotate(-45deg);
  top: 45%;
}
.pageContent__subMenu__item > ul > li > dl dd {
  display: none;
  border-bottom: 1px solid #e2e9ef;
}
@media print, screen and (min-width: 769px) {
  .pageContent__subMenu__item > ul > li > dl dd {
    padding: 10px 10px 16px 35px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu__item > ul > li > dl dd {
    padding: 10px 10px 10px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .pageContent__subMenu__item > ul > li > dl dd > ul > li:not(:first-child) {
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu__item > ul > li > dl dd > ul > li:not(:first-child) {
    margin: 3px 0 0;
  }
}
.pageContent__subMenu__item > ul > li > dl dd > ul > li > a {
  display: inline-block;
  color: #0068b7;
  text-decoration: underline;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .pageContent__subMenu__item > ul > li > dl dd > ul > li > a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.pageContent__subMenu__item > ul.column > li > a, .pageContent__subMenu__item > ul.casestudy > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e9ef;
}
@media print, screen and (min-width: 769px) {
  .pageContent__subMenu__item > ul.column > li > a, .pageContent__subMenu__item > ul.casestudy > li > a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu__item > ul.column > li > a, .pageContent__subMenu__item > ul.casestudy > li > a {
    padding: 16px 0;
  }
}
.pageContent__subMenu__item > ul.column > li > a .img, .pageContent__subMenu__item > ul.column > li > a .logo, .pageContent__subMenu__item > ul.casestudy > li > a .img, .pageContent__subMenu__item > ul.casestudy > li > a .logo {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .pageContent__subMenu__item > ul.column > li > a .img, .pageContent__subMenu__item > ul.column > li > a .logo, .pageContent__subMenu__item > ul.casestudy > li > a .img, .pageContent__subMenu__item > ul.casestudy > li > a .logo {
    width: 95px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu__item > ul.column > li > a .img, .pageContent__subMenu__item > ul.column > li > a .logo, .pageContent__subMenu__item > ul.casestudy > li > a .img, .pageContent__subMenu__item > ul.casestudy > li > a .logo {
    width: 104px;
  }
}
.pageContent__subMenu__item > ul.column > li > a .img img, .pageContent__subMenu__item > ul.column > li > a .logo img, .pageContent__subMenu__item > ul.casestudy > li > a .img img, .pageContent__subMenu__item > ul.casestudy > li > a .logo img {
  width: 100%;
  height: auto;
}
.pageContent__subMenu__item > ul.column > li > a .img + p, .pageContent__subMenu__item > ul.column > li > a .logo + p, .pageContent__subMenu__item > ul.casestudy > li > a .img + p, .pageContent__subMenu__item > ul.casestudy > li > a .logo + p {
  font-size: 13px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 769px) {
  .pageContent__subMenu__item > ul.column > li > a .img + p, .pageContent__subMenu__item > ul.column > li > a .logo + p, .pageContent__subMenu__item > ul.casestudy > li > a .img + p, .pageContent__subMenu__item > ul.casestudy > li > a .logo + p {
    width: calc(100% - 110px);
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu__item > ul.column > li > a .img + p, .pageContent__subMenu__item > ul.column > li > a .logo + p, .pageContent__subMenu__item > ul.casestudy > li > a .img + p, .pageContent__subMenu__item > ul.casestudy > li > a .logo + p {
    width: calc(100% - 120px);
    line-height: 1.6;
  }
}
.pageContent__subMenu__item > ul.column > li > a .logo, .pageContent__subMenu__item > ul.casestudy > li > a .logo {
  border: 1px solid #cbd1d5;
}
.pageContent__subMenu__item > ul.column > li > a .logo img, .pageContent__subMenu__item > ul.casestudy > li > a .logo img {
  width: auto;
  height: auto;
  max-width: 75%;
  max-height: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 769px) {
  .pageContent__subMenu__item > ul.column > li > a .logo, .pageContent__subMenu__item > ul.casestudy > li > a .logo {
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu__item > ul.column > li > a .logo, .pageContent__subMenu__item > ul.casestudy > li > a .logo {
    height: 57px;
  }
}
.pageContent__subMenu__item > ul.column > li > a::after, .pageContent__subMenu__item > ul.casestudy > li > a::after {
  content: "";
  display: none;
}
@media screen and (max-width: 768px) {
  .pageContent__subMenu__item--category > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
  }
  .pageContent__subMenu__item--category > ul > li {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
}

/*アンカーリンクの指定*/
pageContent__main__section > a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/* parts
===============================================================================================*/
.btnArea {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .btnArea {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .btnArea {
    margin: 39px 0 0;
  }
}
.btnArea > .modBtnMain--small {
  margin-top: 0;
}

.contactArea {
  text-align: center;
  background: #edf0f2;
}
@media print, screen and (min-width: 769px) {
  .contactArea {
    margin: 160px 0 0;
    padding: 63px 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea {
    margin: 65px 0 0;
    padding: 35px 50px 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .contactArea > p {
    margin: 32px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contactArea > p {
    margin: 15px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .contactArea > ul {
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .contactArea > ul > li {
    width: 460px;
    padding: 0 45px;
  }
  .contactArea > ul > li + li {
    border-left: 1px solid #dedede;
  }
}
@media screen and (max-width: 768px) {
  .contactArea > ul > li {
    width: 100%;
    margin: 15px 0 0;
  }
}
.contactArea > ul > li > a {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .contactArea > ul > li > a {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .contactArea > ul > li > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.contactArea .modHeadingMain {
  margin: 0;
}

/* detail
===============================================================================================*/
@media print, screen and (min-width: 769px) {
  .detailPage {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* 汎用モジュール
========================================================*/
.modBpPc {
  display: block;
}
@media screen and (max-width: 768px) {
  .modBpPc {
    display: none;
  }
}
.modBpPc--inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .modBpPc--inline {
    display: none;
  }
}
.modBpSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .modBpSp {
    display: block;
  }
}
.modBpSp--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .modBpSp--inline {
    display: inline;
  }
}
.modHeadingTop {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .modHeadingTop {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop {
    margin: 0 0 20px;
  }
}
.modHeadingTop > * {
  display: block;
}
.modHeadingTop .en {
  overflow: hidden;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .modHeadingTop .en {
    font-size: 72px;
    font-size: 7.2rem;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop .en {
    font-size: 44px;
    font-size: 4.4rem;
    letter-spacing: 3px;
  }
}
.modHeadingTop .en > span {
  display: inline-block;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.47, 0.04, 0.29, 1.03), opacity 0.5s ease;
  transform: translateY(40px);
}
.modHeadingTop .en > span:nth-child(1) {
  transition-delay: 0s;
}
.modHeadingTop .en > span:nth-child(2) {
  transition-delay: 0.05s;
}
.modHeadingTop .en > span:nth-child(3) {
  transition-delay: 0.1s;
}
.modHeadingTop .en > span:nth-child(4) {
  transition-delay: 0.15s;
}
.modHeadingTop .en > span:nth-child(5) {
  transition-delay: 0.2s;
}
.modHeadingTop .en > span:nth-child(6) {
  transition-delay: 0.25s;
}
.modHeadingTop .en > span:nth-child(7) {
  transition-delay: 0.3s;
}
.modHeadingTop .en > span:nth-child(8) {
  transition-delay: 0.35s;
}
.modHeadingTop .en > span:nth-child(9) {
  transition-delay: 0.4s;
}
.modHeadingTop .en > span:nth-child(10) {
  transition-delay: 0.45s;
}
.modHeadingTop .en > span:nth-child(11) {
  transition-delay: 0.5s;
}
.modHeadingTop .en > span:nth-child(12) {
  transition-delay: 0.55s;
}
.modHeadingTop .en > span:nth-child(13) {
  transition-delay: 0.6s;
}
.modHeadingTop .en > span:nth-child(14) {
  transition-delay: 0.65s;
}
.modHeadingTop .en > span:nth-child(15) {
  transition-delay: 0.7s;
}
.modHeadingTop .en > span:nth-child(16) {
  transition-delay: 0.75s;
}
.modHeadingTop .en > span:nth-child(17) {
  transition-delay: 0.8s;
}
.modHeadingTop .en > span:nth-child(18) {
  transition-delay: 0.85s;
}
.modHeadingTop .en > span:nth-child(19) {
  transition-delay: 0.9s;
}
.modHeadingTop .en > span:nth-child(20) {
  transition-delay: 0.95s;
}
.modHeadingTop .en > span:nth-child(21) {
  transition-delay: 1s;
}
.modHeadingTop .en > span:nth-child(22) {
  transition-delay: 1.05s;
}
.modHeadingTop .en > span:nth-child(23) {
  transition-delay: 1.1s;
}
.modHeadingTop .en > span:nth-child(24) {
  transition-delay: 1.15s;
}
.modHeadingTop .en > span:nth-child(25) {
  transition-delay: 1.2s;
}
.modHeadingTop .en > span:nth-child(26) {
  transition-delay: 1.25s;
}
.modHeadingTop .en > span:nth-child(27) {
  transition-delay: 1.3s;
}
.modHeadingTop .en > span:nth-child(28) {
  transition-delay: 1.35s;
}
.modHeadingTop .en > span:nth-child(29) {
  transition-delay: 1.4s;
}
.modHeadingTop .en > span:nth-child(30) {
  transition-delay: 1.45s;
}
.modHeadingTop .en > span:nth-child(31) {
  transition-delay: 1.5s;
}
.modHeadingTop .en.is-act > span,
.modHeadingTop .en.is-act + .ja > span {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}
.modHeadingTop .ja {
  overflow: hidden;
  color: #0068b7;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .modHeadingTop .ja {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop .ja {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 2px 0 0;
  }
}
.modHeadingTop .ja > span {
  display: inline-block;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.47, 0.04, 0.29, 1.03), opacity 0.5s ease;
  transform: translateY(40px);
  transition-delay: 0.5s;
}
.modHeadingTop--left {
  text-align: left;
}
.modHeadingPage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .modHeadingPage {
    max-width: 1140px;
    height: 265px;
    padding: 60px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingPage {
    min-height: 140px;
    padding: 30px;
    margin: 0 0 0 20px;
  }
}
.modHeadingPage::before, .modHeadingPage::after {
  content: "";
  display: block;
  position: absolute;
}
.modHeadingPage::before {
  width: calc(100% + 29vw);
  height: 100%;
  background: linear-gradient(to right, #00b5b7 0%, #0068b7 60%);
  top: 0;
  left: 0;
}
.modHeadingPage::after {
  background: url(/assets/img/common/bg_title.png) no-repeat 0 0;
  background-size: 100%;
}
@media print, screen and (min-width: 769px) {
  .modHeadingPage::after {
    width: 176px;
    height: 187px;
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingPage::after {
    width: 105px;
    height: 112px;
    top: 5px;
    left: 5px;
  }
}
.modHeadingPage > * {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .modHeadingPage h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingPage h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .modHeadingPage h1 > span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingPage h1 > span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .modHeadingPage h1.titleDetail {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingPage h1.titleDetail {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modHeadingPage p {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
}
@media print, screen and (min-width: 769px) {
  .modHeadingPage p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingPage p {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 2px;
  }
}
@media print, screen and (min-width: 769px) {
  .modHeadingPage p.description {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingPage p.description {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 8px 0 0;
  }
}
.modHeadingPage .headLine {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
@media print, screen and (min-width: 769px) {
  .modHeadingPage .headLine {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingPage .headLine {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modHeadingPage .headLine .modListTag {
  margin: 0 0 0 30px;
}
@media print, screen and (min-width: 769px) {
  .modHeadingPage .headLine .modListTag {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingPage .headLine .modListTag {
    margin: 0 0 0 20px;
  }
}
.modHeadingPage .headLine .modListTag > li {
  margin: 0 0 0 6px;
}
.modHeadingPage .headLine .modListTag > li .modTag {
  color: #fff;
  background: none;
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .modHeadingPage .headLine .modListTag > li .modTag {
    min-width: 60px;
  }
}
.modHeadingIndex {
  position: relative;
  z-index: 1;
  background: #007cda;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .modHeadingIndex {
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingIndex {
    margin: 0 0 0 20px;
  }
}
.modHeadingIndex__inner {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .modHeadingIndex__inner {
    height: 400px;
    padding: 60px;
    margin: 0 calc(50% - 50vw) 0 0;
  }
}
@media screen and (max-width: 1300px) and (min-width: 767px) {
  .modHeadingIndex__inner {
    margin: 0 -80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingIndex__inner {
    height: 168px;
    padding: 20px 30px;
  }
}
.modHeadingIndex__inner > div {
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
.modHeadingIndex__inner::before, .modHeadingIndex__inner::after {
  content: "";
  display: block;
  position: absolute;
}
.modHeadingIndex__inner::before {
  width: 95%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #007cda 0%, rgba(255, 255, 255, 0) 100%);
}
.modHeadingIndex__inner::after {
  background: url(/assets/img/common/bg_title.png) no-repeat 0 0;
  background-size: 100%;
}
@media print, screen and (min-width: 769px) {
  .modHeadingIndex__inner::after {
    width: 176px;
    height: 187px;
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingIndex__inner::after {
    width: 105px;
    height: 112px;
    top: 5px;
    left: 5px;
  }
}
.modHeadingIndex__inner > img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .modHeadingIndex__inner > img {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingIndex__inner > img {
    height: 168px;
  }
}
@media print, screen and (min-width: 769px) {
  .modHeadingIndex h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingIndex h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.modHeadingIndex p {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
}
@media print, screen and (min-width: 769px) {
  .modHeadingIndex p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingIndex p {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 2px;
  }
}
.modHeadingMain {
  position: relative;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .modHeadingMain {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 0 30px;
    padding: 0 0 0 50px;
    line-height: 1.6;
    min-height: 51px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingMain {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 20px;
    padding: 0 0 0 35px;
    line-height: 1.5;
    min-height: 30px;
  }
}
.modHeadingMain::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: url(/assets/img/common/icon_title.png) no-repeat 0 0;
  background-size: 100%;
}
@media print, screen and (min-width: 769px) {
  .modHeadingMain::before {
    width: 34px;
    height: 56px;
    top: -5px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingMain::before {
    width: 24px;
    height: 35px;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
.modHeadingMain + .modTableDefault {
  margin-top: 25px;
}
.modHeadingMain + .modCvArea {
  margin-top: 0;
}
.modHeadingSection {
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 4px solid #e2e9ef;
}
@media print, screen and (min-width: 769px) {
  .modHeadingSection {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 30px;
    padding: 0 0 14px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 21px;
    padding: 0 0 11px;
  }
}
.modHeadingSection::before {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: linear-gradient(to right, #00b5b7 0%, #0068b7 100%);
}
@media print, screen and (min-width: 769px) {
  .modHeadingSection::before {
    width: 13%;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection::before {
    width: 30%;
  }
}
.modHeadingSection > small {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
@media print, screen and (min-width: 769px) {
  .modHeadingSection > small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modHeadingSection--link {
  display: flex;
  align-items: center;
}
.modHeadingSection--link .modLinkText {
  min-width: 110px;
  margin: 4px 0 0 auto;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.modHeadingItem {
  position: relative;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 8px;
}
@media print, screen and (min-width: 769px) {
  .modHeadingItem {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 5px 34px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingItem {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 5px 27px;
  }
}
.modHeadingItem::before, .modHeadingItem::after {
  content: "";
  display: block;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .modHeadingItem::before, .modHeadingItem::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingItem::before, .modHeadingItem::after {
    width: 12px;
    height: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .modHeadingItem::before {
    top: 7px;
    left: 7px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingItem::before {
    top: 6px;
    left: 6px;
  }
}
.modHeadingItem::after {
  top: 0;
  left: 0;
}
.modHeadingItem--blue::before {
  background: #7fadd5;
}
.modHeadingItem--blue::after {
  background: #005bac;
}
.modHeadingItem--green::before {
  background: #bfeced;
}
.modHeadingItem--green::after {
  background: #00b4b7;
}
.modHeadingSubSection {
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .modHeadingSubSection {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSubSection {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.modHeadingImg {
  color: #333;
  text-align: center;
  margin: 0 0 10px;
}
@media print, screen and (min-width: 769px) {
  .modHeadingImg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingImg {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modBtnMain {
  position: relative;
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #00b5b7 0%, #0068b7 100%);
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .modBtnMain {
    min-width: 280px;
    padding: 17px 20px 18px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modBtnMain {
    min-width: 260px;
    padding: 8px 10px;
  }
}
.modBtnMain--small {
  width: 180px;
  min-width: 180px;
}
@media print, screen and (min-width: 769px) {
  .modBtnMain--small {
    margin: 25px 0 0;
    padding: 8px 20px 9px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnMain--small {
    display: block;
    margin: 25px auto 0;
    padding: 8px 10px;
  }
}
.modBtnMain > span {
  display: block;
  background: #fff;
  border-radius: 50px;
  color: #0068b7;
}
@media print, screen and (min-width: 769px) {
  .modBtnMain > span {
    margin: -13px -16px -14px;
    padding: 13px 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnMain > span {
    margin: -6px -8px;
    padding: 8px 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .modBtnMain .modIcon {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnMain .modIcon {
    margin: 0 5px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .modBtnMain .modIcon--search {
    width: 28px;
    height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnMain .modIcon--search {
    width: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .modBtnMain .modIcon--document {
    width: 20px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnMain .modIcon--document {
    width: 15px;
  }
}
.modBtnMain .modIcon--arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0%, -50%);
}
.modBtnMain .modIcon--download {
  width: 13px;
  height: 17px;
}
.modIcon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.modIcon > svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
@media print, screen and (min-width: 769px) {
  .modIcon--blank {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .modIcon--blank {
    width: 12px;
    height: 12px;
    margin: 0 0 0 6px;
  }
}
.modIcon--blank > svg {
  fill: #0068b7;
}
.modIcon--arrow {
  width: 14px;
  height: 12px;
}
.modLeadText {
  padding: 0 15px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .modLeadText {
    margin: 0 auto 110px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modLeadText {
    margin: 0 auto 50px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .modBoxText {
    margin: 16px 0 0;
    padding: 24px 30px;
  }
}
@media screen and (max-width: 768px) {
  .modBoxText {
    margin: 22px 0 0;
    padding: 20px 14px;
  }
}
.modHeadingMain + .modBoxText, .modHeadingSection + .modBoxText {
  margin-top: 0;
}
.modBoxText--green {
  background: #f2fbfb;
}
.modBoxText .sectionList {
  margin: 0;
}
.modBoxArticle {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .modBoxArticle {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.modBoxArticle__title {
  color: #0068b7;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .modBoxArticle__title {
    margin: 0 auto 5px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modBoxArticle__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modBoxArticle .modListArticle > li {
    margin: 5px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .modListArticle {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -30px;
  }
}
.modListArticle > li {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .modListArticle > li {
    width: calc(100% / 3 - 30px);
    margin: 65px 0 0 30px;
  }
  .modListArticle > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .modListArticle > li {
    margin: 20px 0 0;
  }
}
.modListArticle > li.new > a, .modListArticle > li.end > a {
  position: relative;
}
.modListArticle > li.new > a::before, .modListArticle > li.new > a::after, .modListArticle > li.end > a::before, .modListArticle > li.end > a::after {
  content: "";
  position: absolute;
  top: 0;
  height: 24px;
  z-index: 2;
}
.modListArticle > li.new > a::before, .modListArticle > li.end > a::before {
  left: 0;
  width: 56px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.modListArticle > li.new > a::after, .modListArticle > li.end > a::after {
  left: 56px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 12px 0 0;
}
.modListArticle > li.new > a::before {
  content: "NEW";
  background: #ff5420;
}
.modListArticle > li.new > a::after {
  border-color: #ff5420 transparent transparent transparent;
}
.modListArticle > li.end > a::before {
  content: "終了";
  background: #969a9c;
}
.modListArticle > li.end > a::after {
  border-color: #969a9c transparent transparent transparent;
}
.modListArticle > li > a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .modListArticle > li > a {
    padding: 0 25px 40px;
  }
  .modListArticle > li > a > p, .modListArticle > li > a > ul, .modListArticle > li > a > div, .modListArticle > li > a > .modListArticle__taskImg {
    transition: opacity 0.3s ease-out;
  }
  .modListArticle > li > a:hover {
    opacity: 1;
  }
  .modListArticle > li > a:hover .modListArticle__img::before, .modListArticle > li > a:hover .modListArticle__img::after,
  .modListArticle > li > a:hover .modListArticle__logo::before,
  .modListArticle > li > a:hover .modListArticle__logo::after,
  .modListArticle > li > a:hover .modListArticle__solutionLogo::before,
  .modListArticle > li > a:hover .modListArticle__solutionLogo::after {
    opacity: 1;
  }
  .modListArticle > li > a:hover > p, .modListArticle > li > a:hover > ul, .modListArticle > li > a:hover > div, .modListArticle > li > a:hover > .modListArticle__taskImg {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .modListArticle > li > a {
    padding: 0 15px 20px;
  }
}
.modListArticle > li > a > * {
  width: 100%;
}
.modListArticle > li > a > *:last-child {
  margin-top: auto;
}
.modListArticle > li > a.disabled {
  pointer-events: none;
}
.modListArticle__img, .modListArticle__logo, .modListArticle__solutionLogo {
  overflow: hidden;
  position: relative;
  font-size: 0;
  line-height: 0;
}
@media print, screen and (min-width: 769px) {
  .modListArticle__img, .modListArticle__logo, .modListArticle__solutionLogo {
    width: calc(100% + 50px) !important;
    margin: 0 -25px 15px;
  }
  .modListArticle__img::before, .modListArticle__img::after, .modListArticle__logo::before, .modListArticle__logo::after, .modListArticle__solutionLogo::before, .modListArticle__solutionLogo::after {
    display: block;
    position: absolute;
    opacity: 0;
    -wewbkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: 1;
  }
  .modListArticle__img::after, .modListArticle__logo::after, .modListArticle__solutionLogo::after {
    content: "read more";
    color: #fff;
    text-align: center;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modListArticle__img::before, .modListArticle__logo::before, .modListArticle__solutionLogo::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 104, 183, 0.7);
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .modListArticle__img, .modListArticle__logo, .modListArticle__solutionLogo {
    width: calc(100% + 30px) !important;
    margin: 0 -15px 10px;
  }
}
.modListArticle__img {
  overflow: hidden;
}
.modListArticle__img img {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .modListArticle__img img {
    transition: 0.5s ease-out;
  }
}
.modListArticle__taskImg {
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
}
.modListArticle__taskImg img {
  width: auto;
}
@media print, screen and (min-width: 769px) {
  .modListArticle__taskImg img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .modListArticle__taskImg img {
    height: 170px;
  }
}
.modListArticle__logo {
  border-bottom: 1px solid #cbd1d5;
}
@media print, screen and (min-width: 769px) {
  .modListArticle__logo {
    height: 190px;
  }
}
@media screen and (max-width: 768px) {
  .modListArticle__logo {
    height: 190px;
    padding: 20px;
  }
}
.modListArticle__logo img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modListArticle__solutionLogo {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .modListArticle__solutionLogo {
    height: 220px;
    border-bottom: 1px solid #cbd1d5;
  }
}
@media screen and (max-width: 768px) {
  .modListArticle__solutionLogo {
    align-self: stretch;
    width: 43% !important;
    height: auto;
    padding: 20px;
    margin: 0;
    border-right: 1px solid #cbd1d5;
    border-bottom: none;
  }
}
.modListArticle__solutionLogo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modListArticle__title {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .modListArticle__title {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 12px 0 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .modListArticle__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 10px 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .modListArticle__subTitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .modListArticle__subTitle {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 1rem;
  }
}
.modListArticle__subTitle + p {
  margin: 0 0 25px;
}
.modListArticle__data {
  display: flex;
  align-items: center;
}
.modListArticle__data .modListTag {
  margin: 0 0 0 10px;
}
.modListArticle__seminarData > p {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .modListArticle__seminarData > p {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .modListArticle__seminarData > p {
    padding: 0 0 0 15px;
  }
}
.modListArticle__seminarData > p::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  background: no-repeat 0 0;
  background-size: 100%;
}
.modListArticle__seminarData .day::before {
  background-image: url(/assets/img/common/icon_clock.svg);
}
@media print, screen and (min-width: 769px) {
  .modListArticle__seminarData .day::before {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .modListArticle__seminarData .day::before {
    width: 12px;
    height: 12px;
  }
}
.modListArticle__seminarData .place::before {
  background-image: url(/assets/img/common/icon_place.svg);
}
@media print, screen and (min-width: 769px) {
  .modListArticle__seminarData .place::before {
    width: 14px;
    height: 19px;
  }
}
@media screen and (max-width: 768px) {
  .modListArticle__seminarData .place::before {
    width: 10px;
    height: 15px;
  }
}
.modListArticle .modBtnMain {
  margin: auto auto 0;
}
@media print, screen and (min-width: 769px) {
  .modListArticle .modBtnMain {
    width: 220px;
    min-width: 220px;
    padding: 8px 20px 9px;
  }
}
@media screen and (max-width: 768px) {
  .modListArticle .modBtnMain {
    width: 210px;
    min-width: 210px;
    padding: 8px 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .modListArticle--wide {
    display: block;
    margin: 0 auto;
  }
}
.modListArticle--wide > li {
  width: 100%;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .modListArticle--wide > li + li {
    margin-top: 28px !important;
  }
}
@media screen and (max-width: 768px) {
  .modListArticle--wide > li + li {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .modListArticle--wide > li > a {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
  .modListArticle--wide > li .modListArticle__img, .modListArticle--wide > li .modListArticle__logo {
    width: 36% !important;
    margin: 0;
  }
  .modListArticle--wide > li .modListArticle__logo {
    height: 226px;
    margin: 0;
    border-bottom: none;
    border-right: 1px solid #cbd1d5;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .modListArticle--wide > li .modListArticle__logo--small {
    width: 31% !important;
    height: 190px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .modListArticle--wide > li .modListArticle__logo--small img {
    max-width: 72%;
    max-height: 72%;
  }
}
@media print, screen and (min-width: 769px) {
  .modListArticle--wide > li .modListArticle__text {
    width: 64%;
    margin: 0 !important;
    padding: 0 35px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .modListArticle--wide > li .modListArticle__seminarData {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .modListArticle--wide > li .modListArticle__seminarData > p + p {
    margin: 0 0 0 15px;
  }
}

.modListSolution {
  margin: 100px auto 0;
}
.modListSolution__title {
  margin: 0 0 15px;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .modListSolution__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modListSolution__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  .modListSolution__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -30px;
  }
}
@media print, screen and (min-width: 769px) {
  .modListSolution__list li {
    width: calc(100% / 3 - 30px);
    margin: 30px 0 0 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .modListSolution__list li:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .modListSolution__list li + li {
    margin: 20px 0 0;
  }
}
.modListSolution__list li a {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.modListSolution__list li a .img {
  margin: 0 20px 0 0;
  text-align: center;
  border-right: 1px solid #e2e9ef;
}
@media print, screen and (min-width: 769px) {
  .modListSolution__list li a .img {
    width: 140px;
    padding: 22px 0;
  }
}
@media screen and (max-width: 768px) {
  .modListSolution__list li a .img {
    width: 40%;
    max-width: 154px;
    padding: 16px 10px;
  }
}
.modListSolution__list li a .img img {
  width: 100%;
  max-width: 94px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .modListSubMenu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
  }
}
@media screen and (max-width: 768px) {
  .modListSubMenu {
    margin-top: 20px;
  }
}
.modListSubMenu > li {
  display: flex;
  align-items: center;
  border-top: 1px solid #e2e9ef;
  border-bottom: 1px solid #e2e9ef;
}
@media print, screen and (min-width: 769px) {
  .modListSubMenu > li {
    width: calc(50% - 34px);
    margin: 0 17px -1px;
  }
}
@media screen and (max-width: 768px) {
  .modListSubMenu > li {
    margin: 0 0 -1px;
  }
}
.modListSubMenu > li > a, .modListSubMenu > li > span, .modListSubMenu > li dt {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .modListSubMenu > li > a, .modListSubMenu > li > span, .modListSubMenu > li dt {
    padding: 18px 25px 14px 10px;
  }
}
@media screen and (max-width: 768px) {
  .modListSubMenu > li > a, .modListSubMenu > li > span, .modListSubMenu > li dt {
    padding: 11px 8px;
  }
}
.modListSubMenu > li > a::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
}
@media print, screen and (min-width: 769px) {
  .modListSubMenu--wide > li {
    width: calc(100% / 3 - 34px);
  }
}
.modListTag {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .modListTag {
    margin: 0 0 0 -6px;
  }
}
@media screen and (max-width: 768px) {
  .modListTag {
    margin: 0 0 0 -6px;
  }
}
.modListTag > li {
  line-height: 0;
}
@media print, screen and (min-width: 769px) {
  .modListTag > li {
    margin: 5px 0 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .modListTag > li {
    margin: 8px 0 0 6px;
  }
}
@media print, screen and (min-width: 769px) {
  .modListTag--horizontal > li {
    margin: 1px 0 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .modListTag--horizontal > li {
    margin: 1px 0 0 6px;
  }
}
.modListTopics {
  border-top: 1px solid #dedede;
}
.modListTopics > li {
  border-bottom: 1px solid #dedede;
}
.modListTopics > li a {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .modListTopics > li a {
    padding: 20px 85px 25px 20px;
  }
  .modListTopics > li a:hover {
    opacity: 1;
    background: #f0f4f7;
  }
}
@media screen and (max-width: 768px) {
  .modListTopics > li a {
    padding: 13px 30px 12px 5px;
  }
}
.modListTopics > li a .data {
  display: flex;
  align-items: center;
}
.modListTopics > li a .data .modTag {
  color: #8f9197;
  border-color: #8f9197;
}
@media print, screen and (min-width: 769px) {
  .modListTopics > li a .data .modTag {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .modListTopics > li a .data .modTag {
    margin: 0 0 0 10px;
  }
}
.modListTopics > li a .title {
  margin: 0 0 10px;
  font-weight: 500;
  color: #0068b7;
  line-height: 1.7;
}
@media print, screen and (min-width: 769px) {
  .modListTopics > li a .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modListTopics > li a .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modListTopics > li a .url {
  color: #969a9c;
  margin: 4px 0 0;
}
.modListTopics > li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
@media print, screen and (min-width: 769px) {
  .modListTopics > li a::after {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modListTopics > li a::after {
    right: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .modListBanner {
    max-width: 1080px;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .modListBanner {
    margin: 70px 0 0;
  }
}
.modListBanner > li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .modListBanner > li {
    width: calc(50% - 15px);
    margin: 30px 0 0 30px;
  }
  .modListBanner > li:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .modListBanner > li {
    margin: 20px 0 0;
  }
}
.modListBanner > li > a {
  overflow: hidden;
  display: block;
  color: #fff;
}
.modListBanner > li img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.modListBanner__cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (min-width: 769px) {
  .modListBanner__cont {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modListBanner__cont {
    padding: 15px 20px;
  }
}
.modListBanner__cont .modHeadingTop {
  margin: 0;
  text-align: left;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .modListBanner__cont .modHeadingTop .en {
    font-size: 56px;
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modListBanner__cont .modHeadingTop .en {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.modListBanner__cont .modHeadingTop .ja {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .modListBanner__cont .modHeadingTop .ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modListBanner__cont .modHeadingTop .ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modListBanner__cont > dl > * {
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .modListBanner__cont > dl dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modListBanner__cont > dl dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .modListBanner__cont > dl dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modListBanner__cont > dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .modListBanner__cont + img {
    transition: 0.5s ease-out;
  }
}
@media print, screen and (min-width: 769px) {
  .modListBanner--column {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .modListBanner--column {
    margin: 20px 15px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .modListBanner--column > li {
    width: calc(100% / 3 - 30px);
  }
  .modListBanner--column > li:nth-child(2n + 1) {
    margin-left: 30px;
  }
  .modListBanner--column > li:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .modListBanner--column > li > a {
    height: 146px;
  }
}
@media screen and (max-width: 768px) {
  .modListBanner--column > li > a {
    height: 135px;
  }
}
@media print, screen and (min-width: 769px) {
  .modListBanner--page .modListBanner__cont {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .modListBanner--page .modListBanner__cont {
    padding: 30px 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .modListBanner--wide {
    max-width: 940px;
  }
}
.modListBanner--wide > li {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .modListBanner--category .modListBanner__cont {
    padding: 25px 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .modListBanner--category .modListBanner__cont > dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modListBanner--category .modListBanner__cont > dl dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .modListBanner--category .modListBanner__cont > dl dd {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modListBanner--category .modListBanner__cont > dl dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .modListService {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .modListService > li {
    width: 50%;
    margin: 20px 0 0;
  }
  .modListService > li:nth-child(odd) {
    padding-right: 60px;
    border-right: 1px solid #e2e9ef;
  }
  .modListService > li:nth-child(even) {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .modListService > li + li {
    margin: 26px 0 0;
  }
}
.modListService > li > a {
  display: block;
}
.modListService > li .title {
  font-weight: 500;
  color: #0068b7;
}
@media print, screen and (min-width: 769px) {
  .modListService > li .title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .modListService > li .title {
    margin: 0 0 4px;
  }
}
.modListService > li .title::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  width: 14px;
  height: 12px;
  background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
  background-size: 100%;
}
.modListAbout {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .modListAbout > li {
    width: calc((100% - 60px) / 3);
  }
  .modListAbout > li:not(:nth-child(3n-2)) {
    margin: 0 0 0 30px;
  }
  .modListAbout > li:nth-of-type(n+4) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .modListAbout > li {
    width: 100%;
    margin: 0;
  }
  .modListAbout > li:nth-of-type(n+2) {
    margin: 40px 0 0 0;
  }
}
.modListAbout > li > a {
  display: block;
}
.modListAbout > li .img {
  overflow: hidden;
  position: relative;
  font-size: 0;
  line-height: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.modListAbout > li .img img {
  width: 100%;
  height: auto;
}
.modListAbout > li .title {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .modListAbout > li .title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 26px 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .modListAbout > li .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 18px 0 7px;
  }
}
@media screen and (max-width: 768px) {
  .modListAbout > li .text {
    line-height: 1.8;
  }
}
.modListSummary {
  display: flex;
  margin: 60px auto 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .modListSummary {
    flex-direction: column;
  }
}
.modListSummary > li {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .modListSummary > li {
    align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .modListSummary > li + li {
    margin: 0 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .modListSummary > li + li {
    margin: 20px 0 0;
  }
}
.modListSummary__title {
  position: relative;
  padding: 20px;
  color: #fff;
  background: #00b4b7;
}
@media print, screen and (min-width: 769px) {
  .modListSummary__title {
    width: 120px;
    min-height: 120px;
    margin: 0 24px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modListSummary__title {
    width: 110px;
    margin: 0 15px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.modListSummary__title span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .modListSummary__list {
    width: calc(100% - 120px - 24px);
  }
}
@media screen and (max-width: 768px) {
  .modListSummary__list {
    width: calc(100% - 110px - 15px);
  }
}
.modListSummary__list li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .modListSummary__list li {
    line-height: 1.7;
  }
}
.modListSummary__list li + li {
  margin: 8px 0 0;
}
@media print, screen and (min-width: 769px) {
  .modListNumberBox li + li {
    margin: 55px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListNumberBox li + li {
    margin: 40px 0 0;
  }
}
.modListNumberBox__box {
  background: #f2fbfb;
}
.modListNumberBox__box .sectionList {
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .modListNumberBox__box {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .modListNumberBox__box {
    padding: 20px;
  }
}
.modListNumberBox__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .modListNumberBox__title {
    margin: 0 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .modListNumberBox__title {
    margin: 0 0 12px;
  }
}
.modListNumberBox__title .number {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  background: #00aeb1;
}
@media print, screen and (min-width: 769px) {
  .modListNumberBox__title .number {
    width: 64px;
    height: 64px;
    margin: 0 20px 0 0;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .modListNumberBox__title .number {
    width: 48px;
    height: 48px;
    margin: 0 15px 0 0;
    padding: 7px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modListNumberBox__title .number span {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .modListNumberBox__title .number span {
    margin: 2px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modListNumberBox__title .number span {
    margin: 2px 0 0;
    font-size: 20px;
    font-size: 2rem;
  }
}
.modListNumberBox__title .text {
  color: #333;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .modListNumberBox__title .text {
    width: calc(100% - 64px - 20px);
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modListNumberBox__title .text {
    width: calc(100% - 50px - 15px);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.modListNumberBox__text {
  position: relative;
  color: #000;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .modListNumberBox__text {
    margin: 33px 0 0;
    padding: 45px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modListNumberBox__text {
    margin: 23px 0 0;
    padding: 35px 0 0;
  }
}
.modListNumberBox__text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #00aeb1 transparent transparent transparent;
}
@media print, screen and (min-width: 769px) {
  .modListNumberBox__text::after {
    border-width: 30px 59px 0 59px;
  }
}
@media screen and (max-width: 768px) {
  .modListNumberBox__text::after {
    border-width: 22px 44px 0 44px;
  }
}
.modTableDefault {
  width: 100%;
  border: 1px solid #d5dfe8;
}
.modTableDefault tr {
  border-top: 1px solid #d5dfe8;
}
.modTableDefault th, .modTableDefault td {
  border: 1px solid #d5dfe8;
}
@media print, screen and (min-width: 769px) {
  .modTableDefault th, .modTableDefault td {
    padding: 15px 20px 17px;
  }
}
@media screen and (max-width: 768px) {
  .modTableDefault th, .modTableDefault td {
    padding: 13px 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.modTableDefault th strong, .modTableDefault td strong {
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .modTableDefault th strong, .modTableDefault td strong {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modTableDefault th strong, .modTableDefault td strong {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.modTableDefault th {
  line-height: 1.5;
  background: #f0f4f7;
}
@media print, screen and (min-width: 769px) {
  .modTableDefault th {
    width: 192px;
  }
}
@media screen and (max-width: 768px) {
  .modTableDefault th {
    width: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .modTableDefault td {
    width: calc(100% - 192px);
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .modTableDefault td {
    width: calc(100% - 85px);
    line-height: 1.9;
  }
}
.modTableDefault td a:not([class]) {
  color: #0068b7;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .modTableDefault td a:not([class]):hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 769px) {
  .modTableDefault td p + a {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modTableDefault td p + a {
    margin: 12px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .modTableDefault__address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 0;
  }
  .modTableDefault__address .modLinkBlank {
    margin-top: 0;
  }
}
.modTableDefault .center {
  text-align: center;
}
.modTableDefault .price {
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .modTableDefault .price {
    width: 145px;
  }
}
@media screen and (max-width: 768px) {
  .modTableDefault .price {
    width: 100px;
  }
}
.modTableDefault .number {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (min-width: 769px) {
  .modTableDefault .number {
    width: 55px;
  }
}
@media screen and (max-width: 768px) {
  .modTableDefault .number {
    width: 40px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.modTableDefault .time {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .modTableDefault .time {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .modTableDefault .time {
    width: 65px;
  }
}
@media print, screen and (min-width: 769px) {
  .modTableDefault .place {
    width: 220px;
  }
  .modTableDefault .place + * {
    width: calc(100% - 220px);
  }
}
@media print, screen and (min-width: 769px) {
  .modTableDefault .tel {
    width: 220px;
  }
  .modTableDefault .tel + * {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 768px) {
  .modTableDefault--spWide {
    border: none;
  }
  .modTableDefault--spWide tr, .modTableDefault--spWide th, .modTableDefault--spWide td {
    display: block;
    width: 100%;
  }
  .modTableDefault--spWide tr:not(:last-child) {
    margin-bottom: 35px;
  }
  .modTableDefault--spWide .pc {
    display: none;
  }
  .modTableDefault--spWide .modTableDefault__title {
    margin: -14px -15px 13px;
    padding: 10px 15px;
    background: #f0f4f7;
    border-bottom: 1px solid #d5dfe8;
  }
}
.modTableSeminarData {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #d5dfe8;
}
.modTableSeminarData tr {
  border-top: 1px solid #d5dfe8;
}
@media print, screen and (min-width: 769px) {
  .modTableSeminarData th, .modTableSeminarData td {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .modTableSeminarData th, .modTableSeminarData td {
    padding: 10px;
  }
}
.modTableSeminarData th {
  background: #f0f4f7;
}
@media print, screen and (min-width: 769px) {
  .modTableSeminarData th {
    width: 215px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .modTableSeminarData th {
    width: 85px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.modTableSeminarData td .title {
  margin: 0 0 15px;
  font-weight: 500;
  color: #0068b7;
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .modTableSeminarData td .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modTableSeminarData td .title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.modTableSeminarData td p:not(:first-of-type) {
  margin: 15px 0 0;
}
.modTableSeminarData td p + .modLinkBlank {
  margin: 15px 0 0;
}
.modTableSeminarData__profile {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
.modTableSeminarData__profile__img {
  position: relative;
  overflow: hidden;
  margin: 0 15px 0 0;
  border-radius: 50%;
}
@media print, screen and (min-width: 769px) {
  .modTableSeminarData__profile__img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .modTableSeminarData__profile__img {
    width: 50px;
    height: 50px;
  }
}
.modTableSeminarData__profile__img img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@supports (object-fit: cover) {
  .modTableSeminarData__profile__img img {
    position: static;
    object-fit: cover;
    transform: none;
  }
  @media print, screen and (min-width: 769px) {
    .modTableSeminarData__profile__img img {
      width: 60px;
      height: 60px;
    }
  }
  @media screen and (max-width: 768px) {
    .modTableSeminarData__profile__img img {
      width: 50px;
      height: 50px;
    }
  }
}
@media print, screen and (min-width: 769px) {
  .modCasestudy {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy {
    margin: 60px auto 0;
  }
}
.modCasestudy__lead {
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .modCasestudy__lead {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__lead {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .modCasestudy__img {
    margin: 50px 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__img {
    margin: 23px 0 40px;
    padding: 0 10px;
  }
}
.modCasestudy__img img {
  width: 100%;
  height: auto;
}
.modSearch {
  position: relative;
}
.modSearch input {
  width: 100%;
  border: 1px solid #c8d5e0;
  border-radius: 50px;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .modSearch input {
    padding: 22px 60px 18px 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modSearch input {
    padding: 15px 30px 15px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modSearch .modIcon {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
@media print, screen and (min-width: 769px) {
  .modSearch .modIcon {
    width: 30px;
    height: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modSearch .modIcon {
    width: 22px;
    height: 22px;
    right: 20px;
  }
}
.modSearch .modIcon > svg {
  fill: #0068b7;
}
.modSearchBox {
  background: #f0f4f7;
}
@media print, screen and (min-width: 769px) {
  .modSearchBox {
    padding: 30px 60px 34px;
  }
}
@media screen and (max-width: 768px) {
  .modSearchBox {
    padding: 15px 20px 17px;
  }
}
@media print, screen and (min-width: 769px) {
  .modSearchBox:first-child {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .modSearchBox:first-child {
    margin: 0 0 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .modSearchBox:last-child {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modSearchBox:last-child {
    margin: 40px 0 0;
  }
}
.modSelect {
  font-weight: 500;
  background: #f0f4f7;
}
@media print, screen and (min-width: 769px) {
  .modSelect {
    display: flex;
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 768px) {
  .modSelect {
    margin: 0 0 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .modSelect label {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modSelect label {
    width: 60px;
  }
}
.modSelect select {
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c8d5e0;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  .modSelect select {
    min-width: 272px;
  }
}
.modSelect__title {
  color: #fff;
  background: #0068b7;
}
@media print, screen and (min-width: 769px) {
  .modSelect__title {
    max-width: 256px;
    padding: 28px 65px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modSelect__title {
    padding: 10px 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .modSelect__main {
    display: flex;
    align-items: center;
    width: 824px;
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .modSelect__main {
    padding: 20px;
  }
}
.modSelect__main__wrap {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .modSelect__main__wrap:last-child {
    margin: 0 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .modSelect__main__wrap:last-child {
    margin: 10px 0 0 0;
  }
}
.modSelect__main__box {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .modSelect__main__box {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .modSelect__main__box {
    margin: 0 0 0 10px;
    width: calc(100% - 60px - 10px);
  }
}
.modSelect__main__box::after {
  content: "";
  display: block;
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  transform: rotate(135deg);
  position: absolute;
  width: 7px;
  height: 7px;
  transition: all 0.2s ease-in-out;
  top: 14px;
  right: 15px;
}
.modTag {
  display: inline-block;
  line-height: 1;
  color: #0068b7;
  border: 1px solid #0068b7;
  background: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .modTag {
    padding: 4px 11px 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .modTag {
    padding: 3px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modSlide.swiper-container {
  overflow: visible;
}
.modSlide.swiper-container .modListArticle {
  width: auto;
}
.modSlide.swiper-container .modListBanner {
  flex-wrap: nowrap;
  padding: 0;
}
.modSlide.swiper-container .modListBanner > li {
  margin-left: 0;
}
@media print, screen and (min-width: 769px) {
  .modSlide--sp .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modSlide--sp .modListArticle {
    margin: 0;
    flex-wrap: nowrap;
  }
  .modSlide--sp .modListArticle > li {
    margin-left: 0;
  }
}
.modSlide--column .modListArticle {
  flex-wrap: nowrap;
  margin: 0;
}
.modSlide--column .modListArticle > li {
  margin-left: 0;
}
.modSlide .swiper-pagination {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .modSlide .swiper-pagination {
    margin: 27px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modSlide .swiper-pagination {
    margin: 20px 0 0;
  }
}
.modSlide .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #333;
  border-radius: 100%;
}
@media print, screen and (min-width: 769px) {
  .modSlide .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 9px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .modSlide .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 7px;
  }
}
.modSlide .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #333;
  border-radius: 100%;
}
@media print, screen and (min-width: 769px) {
  .modSlide .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 22px;
    height: 22px;
    top: -8px;
    left: -8px;
  }
}
@media screen and (max-width: 768px) {
  .modSlide .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 16px;
    height: 16px;
    top: -6px;
    left: -6px;
  }
}
.modSlide .swiper-button-prev,
.modSlide .swiper-button-next {
  display: block;
  width: 25px;
  height: 48px;
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translate(0%, -50%);
  cursor: pointer;
  background: url(/assets/img/common/arrow_slide.svg) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .modSlide .swiper-button-prev,
  .modSlide .swiper-button-next {
    display: none;
  }
}
.modSlide .swiper-button-prev {
  left: 0;
  transform: scale(-1, 1) translate(0%, -50%);
}
.modSlide .swiper-button-next {
  right: 0;
}
.modContactFloat {
  position: fixed;
  z-index: 100;
  bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .modContactFloat {
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .modContactFloat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 5px 20px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  }
}
@media print, screen and (min-width: 769px) {
  .modContactFloat > li {
    width: 96px;
    height: 96px;
    margin: 0 0 15px;
    background: #f0f4f7;
    border-radius: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .modContactFloat > li {
    width: 48%;
  }
}
@media print, screen and (min-width: 769px) {
  .modContactFloat > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .modContactFloat > li > a .modIcon {
    display: block;
    margin: 0 auto 0;
  }
  .modContactFloat > li > a .modIcon--search {
    width: 40px;
    height: 30px;
  }
  .modContactFloat > li > a .modIcon--document {
    width: 30px;
    height: 38px;
  }
  .modContactFloat > li > a > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    margin: 0;
    padding: 0;
    border-radius: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modContactFloat > li > a {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modContactFloat.modBpPc {
    display: none !important;
  }
}
.modBreadcrumbs {
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (min-width: 769px) {
  .modBreadcrumbs {
    max-width: 1140px;
    height: 220px;
    margin: -130px auto 98px;
    padding: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .modBreadcrumbs {
    white-space: nowrap;
    min-height: 120px;
    margin: -70px 20px 50px 0;
    padding: 10px 20px;
  }
}
.modBreadcrumbs::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: #f0f4f7;
}
@media print, screen and (min-width: 769px) {
  .modBreadcrumbs::after {
    width: calc(100% + 50vw);
  }
}
@media screen and (max-width: 768px) {
  .modBreadcrumbs::after {
    width: 100%;
  }
}
.modBreadcrumbs > ul {
  overflow-x: auto;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .modBreadcrumbs > ul {
    max-width: 900px;
  }
}
.modBreadcrumbs > ul > li {
  font-size: 13px;
  font-size: 1.3rem;
}
.modBreadcrumbs > ul > li > a {
  color: #969a9c;
}
@media print, screen and (min-width: 769px) {
  .modBreadcrumbs > ul > li > a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.modBreadcrumbs > ul > li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  color: #969a9c;
}
@media print, screen and (min-width: 769px) {
  .modBreadcrumbs > ul > li:not(:last-child)::after {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .modBreadcrumbs > ul > li:not(:last-child)::after {
    margin: 0 5px;
  }
}
.modPaging {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .modPaging {
    margin: 55px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modPaging {
    margin: 30px 0 0;
  }
}
.modPaging > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modPaging > ul > li {
  text-align: center;
  border: 2px solid #dedede;
}
@media print, screen and (min-width: 769px) {
  .modPaging > ul > li {
    width: 48px;
    height: 48px;
    line-height: 44px;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .modPaging > ul > li {
    width: 40px;
    height: 40px;
    line-height: 36px;
    margin: 0 3px;
  }
}
.modPaging > ul > li > a {
  display: block;
}
.modPaging > ul .ellipses {
  margin: 0 -5px;
  border: none;
}
.modPaging > ul .active {
  background: linear-gradient(to right, #00b5b7 0%, #0068b7 100%);
  border: none;
}
@media print, screen and (min-width: 769px) {
  .modPaging > ul .active {
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .modPaging > ul .active {
    line-height: 40px;
  }
}
.modPaging > ul .active > a {
  color: #fff;
}
.modPaging > ul .left-arrow,
.modPaging > ul .right-arrow {
  border: none;
}
@media print, screen and (min-width: 769px) {
  .modPaging > ul .left-arrow,
  .modPaging > ul .right-arrow {
    width: 18px;
    margin: 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .modPaging > ul .left-arrow,
  .modPaging > ul .right-arrow {
    width: 15px;
    margin: 0 11px;
  }
}
.modPaging > ul .left-arrow > a,
.modPaging > ul .right-arrow > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0;
}
.modPaging > ul .left-arrow > a::before,
.modPaging > ul .right-arrow > a::before {
  content: "";
  background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
  background-size: 100%;
  width: 13px;
  height: 10px;
}
.modPaging > ul .left-arrow {
  transform: scale(-1, 1);
}
.modPaging > ul .disabled {
  pointer-events: none;
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
  opacity: 0.2;
}
@media print, screen and (min-width: 769px) {
  .modPaging {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modPaging {
    margin: 30px 0 0;
  }
}
.modPaging > a, .modPaging > i, .modPaging > span {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .modPaging > a, .modPaging > i, .modPaging > span {
    width: 48px;
    height: 48px;
    line-height: 44px;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .modPaging > a, .modPaging > i, .modPaging > span {
    width: 40px;
    height: 40px;
    line-height: 36px;
    margin: 0 3px;
  }
}
.modPaging > a {
  border: 2px solid #dedede;
}
.modPaging > i {
  margin: 0 -5px;
}
.modPaging > span {
  color: #fff;
  background: linear-gradient(to right, #00b5b7 0%, #0068b7 100%);
  border: none;
}
@media print, screen and (min-width: 769px) {
  .modPaging > span {
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .modPaging > span {
    line-height: 40px;
  }
}
.modPaging .prev,
.modPaging .next {
  border: none;
  color: #0068b7;
}
.modPaging .prev .modIcon {
  transform: scale(-1, 1);
}
.modPaging .disabled {
  color: #dedede;
  pointer-events: none;
}
.modCvArea {
  overflow: hidden;
  position: relative;
  background: #edf0f2;
}
@media print, screen and (min-width: 769px) {
  .modCvArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1080px;
    margin: 100px auto 0;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .modCvArea {
    margin: 60px 15px 0;
    padding: 20px 20px 27px;
    text-align: center;
  }
}
.modCvArea > * {
  position: relative;
  z-index: 1;
}
.modCvArea::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(/assets/img/common/bg_title_white.png) no-repeat 0 0;
  background-size: 100%;
}
@media print, screen and (min-width: 769px) {
  .modCvArea::after {
    width: 176px;
    height: 187px;
  }
}
@media screen and (max-width: 768px) {
  .modCvArea::after {
    width: 132px;
    height: 141px;
  }
}
@media screen and (max-width: 768px) {
  .modCvArea__textBox {
    text-align: left;
  }
}
.modCvArea__textBox__title {
  font-weight: 500;
  color: #0068b7;
}
@media print, screen and (min-width: 769px) {
  .modCvArea__textBox__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .modCvArea__textBox__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 5px;
  }
}
.modCvArea__textBox__title .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin: 0 10px 0 0;
}
@media print, screen and (min-width: 769px) {
  .modCvArea__textBox__title .icon {
    width: 42px;
  }
}
@media screen and (max-width: 768px) {
  .modCvArea__textBox__title .icon {
    width: 33px;
  }
}
.modCvArea__textBox__title .icon > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .modCvArea__textBox__text {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .modCvArea .modBtnMain {
    margin: 20px 0 0;
  }
}
.modBnrArea {
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .modBnrArea {
    max-width: 1146px;
    margin: 110px auto 0;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .modBnrArea {
    margin: 50px 0 0;
  }
}
.modBnrArea .modListBanner {
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .modBnrArea .modListBanner > li {
    width: calc(100% / 3);
  }
}
.modBnrArea .swiper-container {
  position: static;
}
.modBnrArea::before, .modBnrArea::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .modBnrArea::before, .modBnrArea::after {
    width: 33px;
  }
}
.modBnrArea::before {
  left: 0;
}
.modBnrArea::after {
  right: 0;
}
.modLinkAnchor {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
}
@media print, screen and (min-width: 769px) {
  .modLinkAnchor {
    margin: 0 auto 53px;
  }
}
@media screen and (max-width: 768px) {
  .modLinkAnchor {
    margin: 0 0 30px 1px;
  }
}
.modLinkAnchor > li {
  position: relative;
  border-left: 1px solid #e2e9ef;
  border-right: 1px solid #e2e9ef;
  margin: 0 0 8px -1px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modLinkAnchor > li {
    width: 50%;
  }
  .modLinkAnchor > li:only-child {
    width: 100%;
  }
}
.modLinkAnchor > li > a {
  display: block;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .modLinkAnchor > li > a {
    padding: 2px 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modLinkAnchor > li > a {
    padding: 2px 15px;
  }
}
.modLinkAnchor > li > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 12px;
  margin: 0 0 0 10px;
  background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
  background-size: 100%;
  transform: rotate(90deg);
}
.modLinkService {
  display: block;
  text-align: center;
  border-top: 1px solid #e2e9ef;
  border-bottom: 1px solid #e2e9ef;
  font-weight: 50;
}
@media print, screen and (min-width: 769px) {
  .modLinkService {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 105px 0 0;
    padding: 25px 20px 22px;
  }
}
@media screen and (max-width: 768px) {
  .modLinkService {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 55px 0 0;
    padding: 12px 10px;
  }
}
.modLinkService > span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
  background-size: 100%;
}
@media print, screen and (min-width: 769px) {
  .modLinkService > span::after {
    width: 25px;
    height: 21px;
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .modLinkService > span::after {
    width: 14px;
    height: 12px;
    margin: 0 0 0 10px;
  }
}
.modLinkService .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
@media print, screen and (min-width: 769px) {
  .modLinkService .icon {
    width: 56px;
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modLinkService .icon {
    width: 10%;
    margin: 0 15px 0 0;
  }
}
.modLinkService .icon > img {
  width: 100%;
  height: auto;
}
.modLinkText {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
.modLinkText::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.modLinkBlank {
  position: relative;
  display: inline-block;
  padding: 2px 15px;
  color: #fff;
  text-align: center;
  background: #0068b7;
  border-radius: 16px;
}
.modLinkBlank span {
  position: relative;
  padding: 0 18px 0 0;
}
.modLinkBlank span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/assets/img/common/icon_window.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.modFitImages {
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

@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-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-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-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .top .modHeadingTop--left {
    text-align: center;
  }
}
.top .topSection {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.top .topSection.is-act {
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  .top .modListArticle {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top .modListArticle {
    margin: 20px 0 0;
  }
}
.top .modListArticle > li {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .top .modListBanner {
    padding: 0 15px;
  }
}
.top .modListBanner > li {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.top .modListBanner > li.is-act {
  opacity: 1;
}
.top .modListBanner > li:nth-child(1) {
  transition-delay: 0s;
}
.top .modListBanner > li:nth-child(2) {
  transition-delay: 0.2s;
}
.top .modListBanner > li:nth-child(3) {
  transition-delay: 0.4s;
}
.top .modListBanner > li:nth-child(4) {
  transition-delay: 0.6s;
}
.top .modListBanner > li:nth-child(5) {
  transition-delay: 0.8s;
}
.top .modListBanner > li:nth-child(6) {
  transition-delay: 1s;
}
.top .modListBanner > li:nth-child(7) {
  transition-delay: 1.2s;
}
.top .modListBanner > li:nth-child(8) {
  transition-delay: 1.4s;
}
.top .modListBanner > li:nth-child(9) {
  transition-delay: 1.6s;
}
.top .modListBanner > li:nth-child(10) {
  transition-delay: 1.8s;
}
.top .modListBanner > li:nth-child(11) {
  transition-delay: 2s;
}
.top .modListBanner > li:nth-child(12) {
  transition-delay: 2.2s;
}
.top .modListBanner > li:nth-child(13) {
  transition-delay: 2.4s;
}
.top .modListBanner > li:nth-child(14) {
  transition-delay: 2.6s;
}
.top .modListBanner > li:nth-child(15) {
  transition-delay: 2.8s;
}
.top .modListBanner > li:nth-child(16) {
  transition-delay: 3s;
}
.top .modListBanner > li:nth-child(17) {
  transition-delay: 3.2s;
}
.top .modListBanner > li:nth-child(18) {
  transition-delay: 3.4s;
}
.top .modListBanner > li:nth-child(19) {
  transition-delay: 3.6s;
}
.top .modListBanner > li:nth-child(20) {
  transition-delay: 3.8s;
}
.top .modListBanner > li:nth-child(21) {
  transition-delay: 4s;
}
.top .modListBanner > li:nth-child(22) {
  transition-delay: 4.2s;
}
.top .modListBanner > li:nth-child(23) {
  transition-delay: 4.4s;
}
.top .modListBanner > li:nth-child(24) {
  transition-delay: 4.6s;
}
.top .modListBanner > li:nth-child(25) {
  transition-delay: 4.8s;
}
.top .modListBanner > li:nth-child(26) {
  transition-delay: 5s;
}
.top .modListBanner > li:nth-child(27) {
  transition-delay: 5.2s;
}
.top .modListBanner > li:nth-child(28) {
  transition-delay: 5.4s;
}
.top .modListBanner > li:nth-child(29) {
  transition-delay: 5.6s;
}
.top .modListBanner > li:nth-child(30) {
  transition-delay: 5.8s;
}
.top .modListBanner > li:nth-child(31) {
  transition-delay: 6s;
}
.top .modListBanner--column > li {
  opacity: 1;
}
.top .swiper-button-prev,
.top .swiper-button-next {
  width: 40px;
  height: 76px;
  margin-top: -1.5%;
}
.topKv {
  position: relative;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .topKv {
    margin: 0 0 100px;
    padding: 0 0 0 80px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .topKv {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 0 50px;
    padding: 9% 0 0;
  }
}
.topKv__titleBox {
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .topKv__titleBox {
    display: flex;
    justify-content: flex-end;
    width: 30%;
    padding: 0 4% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topKv__titleBox {
    order: 1;
    width: 100%;
    padding: 0 15px;
  }
}
.topKv__titleBox__main {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .topKv__titleBox__main {
    max-width: 370px;
  }
}
.topKv__titleBox__main .title {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topKv__titleBox__main .title {
    width: 75%;
  }
}
.topKv__titleBox__main .title img {
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.47, 0.04, 0.29, 1.03), opacity 0.7s ease;
  transform: translateY(150%) rotate(5deg);
  transition-delay: 0.3s;
  width: 100%;
  height: auto;
}
.topKv__titleBox__main .text {
  overflow: hidden;
  color: #222;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .topKv__titleBox__main .text {
    margin: 24px 0 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topKv__titleBox__main .text {
    margin: 10px 0 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.topKv__titleBox__main .text > span {
  display: inline-block;
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.47, 0.04, 0.29, 1.03), opacity 0.7s ease;
  transform: translateY(150%) rotate(5deg);
  transition-delay: 0.6s;
}
.topKv__titleBox__main .btn {
  opacity: 0;
  transition: opacity 0.6s ease-out;
  transition-delay: 1.5s;
}
@media print, screen and (min-width: 769px) {
  .topKv__titleBox__main .btn .modBtnMain {
    min-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .topKv__titleBox__main .btn .modBtnMain {
    min-width: auto;
    padding: 8px 15px;
    font-size: 13px;
    font-size: 1.3rem;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  }
}
.topKv__img {
  position: relative;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
@media print, screen and (min-width: 769px) {
  .topKv__img {
    width: 70%;
    padding: 50% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topKv__img {
    order: 0;
    width: calc(100% - 25px);
    margin: 0 0 35px;
    padding: 68% 0 0;
  }
}
.topKv__img::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(/assets/img/common/bg_img_l.png) no-repeat 0 0;
  background-size: 100%;
}
@media print, screen and (min-width: 769px) {
  .topKv__img::before {
    width: 140px;
    height: 140px;
    bottom: -15px;
    left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .topKv__img::before {
    padding: 6%;
    bottom: -3%;
    left: -10px;
  }
}
.topKv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.topKv + .modBnrArea {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.topKv + .modBnrArea.is-act {
  opacity: 1;
}
.topKv.is-act .topKv__titleBox__main .title img,
.topKv.is-act .topKv__titleBox__main .text span {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}
.topKv.is-act .topKv__img,
.topKv.is-act .btn {
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  .topSection {
    margin: 140px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topSection {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topSection + .modListBanner {
    margin: 80px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .topSection__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.topSection__lead {
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .topSection__lead {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .topSection__lead {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.topSection__sub {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.topSection__sub.is-act {
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  .topSection__sub {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topSection__sub {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topSection__sub + .topSection__sub {
    margin: 50px 0 0;
  }
}
.topSection--column {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .topSection--column {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .topSection--column {
    padding: 0 0 30px;
  }
}
.topSection--column::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  z-index: -1;
  background: #f0f4f7;
  transform: translate(-50%, 0%);
}
@media print, screen and (min-width: 769px) {
  .topSection--column::before {
    width: 100%;
    max-width: 940px;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .topSection--column::before {
    width: calc(100% - 30px);
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .topSection--column .modListBanner--column > li {
    margin: 0;
    border-bottom: 1px solid #dedede;
  }
  .topSection--column .modListBanner--column > li:first-child {
    border-top: 1px solid #dedede;
  }
  .topSection--column .modListBanner--column > li > a, .topSection--column .modListBanner--column > li .modHeadingMain {
    color: #333;
  }
  .topSection--column .modListBanner--column > li img {
    display: none;
  }
  .topSection--column .modListBanner--column > li > a {
    display: block;
    position: relative;
    padding: 12px 30px 11px 5px;
    height: auto;
  }
  .topSection--column .modListBanner--column > li > a::after {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .topSection--column .modListBanner--column .modListBanner__cont {
    position: relative;
    padding: 0;
  }
  .topSection--column .modListBanner--column .modListBanner__cont > dl {
    width: 100%;
    display: flex;
  }
  .topSection--column .modListBanner--column .modListBanner__cont > dl > * {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .topSupportList {
    display: flex;
    margin: -40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topSupportList {
    padding: 0 40px;
  }
}
.topSupportList > li {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .topSupportList > li {
    width: calc(100% / 3);
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .topSupportList > li {
    margin: 15px 0 0;
    padding: 0 20px;
  }
  .topSupportList > li:first-child {
    margin-top: 0;
  }
}
.topSupportList__number {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
@media print, screen and (min-width: 769px) {
  .topSupportList__number {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .topSupportList__number {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .topSupportList__img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95px;
  }
}
.topSupportList__title {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .topSupportList__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 30px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .topSupportList__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 15px 0 8px;
  }
}
.topSupportList__text {
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .topCloud + .topCloud {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topCloud + .topCloud {
    margin: 80px 0 0;
  }
}
.topCloud__box {
  display: flex;
  align-items: flex-start;
}
@media print, screen and (min-width: 769px) {
  .topCloud__box {
    max-width: 1300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.topCloud__box__title {
  position: relative;
  z-index: 1;
  color: #fff;
  background: linear-gradient(to right, #00b5b7 0%, #0068b7 100%);
}
@media print, screen and (min-width: 769px) {
  .topCloud__box__title {
    width: 755px;
    margin: 0 -70px 0 0;
    padding: 200px 30px 60px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__box__title {
    order: 1;
    text-align: center;
    margin: -85px 15px 0;
    padding: 95px 25px 36px;
  }
}
@media print, screen and (min-width: 769px) {
  .topCloud__box__title > div {
    width: 340px;
    margin: 0 auto;
  }
}
.topCloud__box__title .subTitle {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .topCloud__box__title .subTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__box__title .subTitle {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.topCloud__box__title .title {
  line-height: 1.2;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .topCloud__box__title .title {
    font-size: 46px;
    font-size: 4.6rem;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__box__title .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.topCloud__box__title .text {
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .topCloud__box__title .text {
    margin: 25px 0 63px;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__box__title .text {
    margin: 15px 0 26px;
  }
}
.topCloud__box__title .modBtnMain {
  background: none;
  border: 1px solid #fff;
}
.topCloud__box__title::before, .topCloud__box__title::after {
  content: "";
  display: block;
  position: absolute;
}
.topCloud__box__title::before {
  left: 50%;
  transform: translate(-50%, 0%);
  background: no-repeat 0 0;
  background-size: 100%;
}
.topCloud__box__title::after {
  top: 10px;
  left: 10px;
  background: url(/assets/img/common/bg_title.png) no-repeat 0 0;
  background-size: 100%;
}
@media print, screen and (min-width: 769px) {
  .topCloud__box__title::after {
    width: 176px;
    height: 187px;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__box__title::after {
    width: 132px;
    height: 141px;
  }
}
.topCloud__box__img {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .topCloud__box__img {
    margin: 30px calc(50% - 50vw) 0 0;
  }
}
@media screen and (max-width: 1300px) and (min-width: 767px) {
  .topCloud__box__img {
    margin: 30px -40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__box__img {
    order: 0;
  }
}
.topCloud__box__img img {
  width: 100%;
  height: auto;
}
.topCloud .modHeadingSubSection {
  transition-delay: 0s;
}
.topCloud--it, .topCloud--business {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.topCloud--it.is-act, .topCloud--business.is-act {
  opacity: 1;
}
.topCloud--it {
  position: relative;
}
.topCloud--it .topCloud__box__title::before {
  background-image: url(/assets/img/top/icon_cloud01.png);
}
@media print, screen and (min-width: 769px) {
  .topCloud--it .topCloud__box__title::before {
    width: 81px;
    height: 93px;
    top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .topCloud--it .topCloud__box__title::before {
    width: 40px;
    height: 46px;
    top: 35px;
  }
}
.topCloud--it::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  z-index: -1;
  background: #f0f4f7;
  transform: translate(-50%, 0%);
}
@media print, screen and (min-width: 769px) {
  .topCloud--it::before {
    max-width: 1080px;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .topCloud--it::before {
    bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .topCloud--business .topCloud__box {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .topCloud--business .topCloud__box__title {
    margin: 0 0 0 -70px;
  }
}
@media print, screen and (min-width: 769px) {
  .topCloud--business .topCloud__box__title .title {
    font-size: 43px;
    font-size: 4.3rem;
  }
}
.topCloud--business .topCloud__box__title::before {
  background-image: url(/assets/img/top/icon_cloud02.png);
}
@media print, screen and (min-width: 769px) {
  .topCloud--business .topCloud__box__title::before {
    width: 62px;
    height: 95px;
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .topCloud--business .topCloud__box__title::before {
    width: 31px;
    height: 47px;
    top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .topCloud--business .topCloud__box__img {
    margin: 30px 0 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 1300px) and (min-width: 767px) {
  .topCloud--business .topCloud__box__img {
    margin: 30px 0 0 -40px;
  }
}
@media print, screen and (min-width: 769px) {
  .topCloud__itFlow {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__itFlow {
    padding: 40px 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .topCloud__itFlow__main {
    margin: 30px 0 0;
  }
}
.topCloud__itFlow__main .flow {
  position: relative;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .topCloud__itFlow__main .flow {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__itFlow__main .flow {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.topCloud__itFlow__main .flow > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  border-radius: 100%;
  background: #fff;
}
.topCloud__itFlow__main .flow > li:last-child {
  margin-right: 0;
}
.topCloud__itFlow__main .flow > li:last-child::before {
  display: none;
}
.topCloud__itFlow__main .flow > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 2px;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translate(0%, -50%);
  background: #0068b7;
  transition: 0.6s ease-out;
}
@media print, screen and (min-width: 769px) {
  .topCloud__itFlow__main .flow > li {
    width: 124px;
    height: 124px;
    margin: 0 25px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__itFlow__main .flow > li {
    width: calc(90% / 3);
    height: calc(90% / 3);
    padding-top: calc(90% / 3);
    margin: 15px 4% 15px 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .topCloud__itFlow__main .flow > li:nth-child(2) {
    margin-right: 33%;
  }
  .topCloud__itFlow__main .flow > li:nth-child(2)::before {
    width: 200%;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transform: rotate(-38deg);
  }
}
.topCloud__itFlow__main .flow > li > a, .topCloud__itFlow__main .flow > li > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .topCloud__itFlow__main .flow > li > a, .topCloud__itFlow__main .flow > li > span {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.topCloud__itFlow__main .flow > li > a > p, .topCloud__itFlow__main .flow > li > span > p {
  width: 100%;
  margin-bottom: auto;
  text-align: center;
}
.topCloud__itFlow__main .flow > li > a > p::after, .topCloud__itFlow__main .flow > li > span > p::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
  background-size: 100%;
  margin: 0 0 0 5px;
}
.topCloud__itFlow__main .flow > li > span > p::after {
  display: none;
}
.topCloud__itFlow__main .flow__icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .topCloud__itFlow__main .flow__icon {
    width: 100%;
    height: 58px;
    margin: auto 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__itFlow__main .flow__icon {
    width: 54%;
    height: 65%;
    margin: auto;
  }
}
.topCloud__itFlow__main .flow__icon img {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .topCloud__itFlow__main .flow__icon img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__itFlow__main .flow__icon img {
    width: 100%;
  }
}
.topCloud__itFlow__main .last > a {
  position: relative;
  display: block;
  font-weight: 500;
  background: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .topCloud__itFlow__main .last > a {
    width: calc(705px - 60px);
    margin: 20px auto 0;
    padding: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__itFlow__main .last > a {
    width: calc(100% - 28px);
    margin: 15px auto 0;
    padding: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.topCloud__itFlow__main .last > a::before, .topCloud__itFlow__main .last > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 25px 0;
  border-color: transparent #fff transparent transparent;
}
@media print, screen and (min-width: 769px) {
  .topCloud__itFlow__main .last > a::before, .topCloud__itFlow__main .last > a::after {
    border-width: 25px 20px 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__itFlow__main .last > a::before, .topCloud__itFlow__main .last > a::after {
    border-width: 17px 14px 17px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .topCloud__itFlow__main .last > a::before {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__itFlow__main .last > a::before {
    left: -14px;
  }
}
.topCloud__itFlow__main .last > a::after {
  transform: scale(-1, 1);
}
@media print, screen and (min-width: 769px) {
  .topCloud__itFlow__main .last > a::after {
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__itFlow__main .last > a::after {
    right: -14px;
  }
}
.topCloud__itFlow__main .last > a > span {
  position: relative;
}
.topCloud__itFlow__main .last > a > span::before, .topCloud__itFlow__main .last > a > span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat 0 0;
  background-size: 100%;
}
.topCloud__itFlow__main .last > a > span::before {
  margin: 0 5px 0 0;
  background-image: url(/assets/img/top/icon_chain.svg);
}
@media print, screen and (min-width: 769px) {
  .topCloud__itFlow__main .last > a > span::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .topCloud__itFlow__main .last > a > span::before {
    width: 20px;
    height: 20px;
  }
}
.topCloud__itFlow__main .last > a > span::after {
  width: 14px;
  height: 12px;
  margin: 0 0 0 5px;
  background-image: url(/assets/img/common/arrow_link.svg);
}
.topCloud__img {
  position: relative;
  z-index: 1;
  width: 30%;
  max-width: 380px;
  margin: -220px auto 0;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.topCloud__img img {
  width: 100%;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .topCloud__img {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .topCasestudyImg {
    margin: 50px 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .topCasestudyImg {
    margin: 23px 0 40px;
    padding: 0 25px;
  }
}
.topCasestudyImg img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .topTopics {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .topTopics {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .topTopics__title .modHeadingMain {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .topTopics__title .modHeadingMain {
    text-align: center;
  }
}
.topTopics__title__btn {
  opacity: 0;
  transition: opacity 0.6s ease-out;
  transition-delay: 1s;
}
.topTopics__title__btn.is-act {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .topTopics__title__btn {
    display: none;
  }
}
.topTopics__title__btn .modBtnMain {
  min-width: 180px;
  padding: 10px 20px 8px;
}
@media print, screen and (min-width: 769px) {
  .topTopics .modListTopics {
    width: 740px;
  }
}

.concept .modLinkText {
  font-weight: 500;
  margin: 20px 0 0;
}
.concept .title {
  color: #0068b7;
  font-weight: 500;
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .concept .title {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .concept .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptService, .conceptTechnology, .conceptInnovation__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptService {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptService__text {
    width: 1010px;
    padding: 0 0 0 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptService__img {
    margin: 0 0 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 1300px) and (min-width: 767px) {
  .conceptService__img {
    margin: 0 0 0 -110px;
  }
}
@media screen and (max-width: 768px) {
  .conceptService__img {
    width: 75%;
    margin: 35px auto 0;
  }
}
.conceptService__img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .conceptTechnology {
    flex-direction: row-reverse;
    margin: 175px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .conceptTechnology {
    margin: 88px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptTechnology__text {
    width: 450px;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptTechnology__img {
    width: 528px;
  }
}
@media screen and (max-width: 768px) {
  .conceptTechnology__img {
    width: 75%;
    margin: 35px auto 0;
  }
}
.conceptTechnology__img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .conceptInnovation {
    margin: 180px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .conceptInnovation {
    margin: 90px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptInnovation__text {
    width: 555px;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptInnovation__img {
    width: 402px;
  }
}
@media screen and (max-width: 768px) {
  .conceptInnovation__img {
    width: 75%;
    margin: 35px auto 0;
  }
}
.conceptInnovation__img img {
  width: 100%;
  height: auto;
}
.conceptService__img, .conceptInnovation__img {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .conceptService__img, .conceptInnovation__img {
    padding: 0 30px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .conceptService__img, .conceptInnovation__img {
    padding: 0 14px 14px 0;
  }
}
.conceptService__img::before, .conceptService__img::after, .conceptInnovation__img::before, .conceptInnovation__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}
.conceptService__img::before, .conceptInnovation__img::before {
  z-index: -2;
  background: linear-gradient(to right, #00b5b7 0%, #0068b7 100%);
}
@media print, screen and (min-width: 769px) {
  .conceptService__img::before, .conceptInnovation__img::before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .conceptService__img::before, .conceptInnovation__img::before {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }
}
.conceptService__img::after, .conceptInnovation__img::after {
  z-index: -1;
  background: url(/assets/img/concept/bg_img.png) no-repeat;
}
@media print, screen and (min-width: 769px) {
  .conceptService__img::after, .conceptInnovation__img::after {
    width: 140px;
    height: 140px;
    background-size: 140px 140px;
    background-position: bottom 4px right 4px;
  }
}
@media screen and (max-width: 768px) {
  .conceptService__img::after, .conceptInnovation__img::after {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    background-position: bottom 2px right 2px;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptSolution {
    margin: 165px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .conceptSolution {
    margin: 82px 0 0;
  }
}
.conceptSolution__title {
  color: #0068b7;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .conceptSolution__title {
    margin: 0 0 15px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptSolution__title {
    margin: 0 0 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.conceptSolution__lead {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .conceptSolution__lead {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .conceptSolution__lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.conceptSolution__img {
  max-width: 805px;
}
@media print, screen and (min-width: 769px) {
  .conceptSolution__img {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .conceptSolution__img {
    margin: 35px auto 0;
  }
}
.conceptSolution__img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .conceptSolution__list {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .conceptSolution__list {
    margin: 45px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptSolution__list li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .conceptSolution__list li + li {
    margin: 45px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptSolution .modLinkText {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .conceptSolution .modLinkText {
    margin: 15px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptFlow {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow {
    margin: 50px 0 0;
  }
}
.conceptFlow__title {
  color: #0068b7;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .conceptFlow__title {
    margin: 0 0 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow__title {
    margin: 0 0 8px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.conceptFlow__list {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .conceptFlow__list {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow__list {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.conceptFlow__list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .conceptFlow__list li {
    padding: 0 60px 0 39px;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow__list li {
    width: 25%;
    padding: 0 25px 0 10px;
  }
}
.conceptFlow__list li span {
  display: block;
  font-family: "Oswald", sans-serif;
  color: #0068b7;
}
@media print, screen and (min-width: 769px) {
  .conceptFlow__list li span {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow__list li span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptFlow__list li figure {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow__list li figure {
    margin: auto;
  }
  .conceptFlow__list li figure img {
    width: 100%;
    height: auto;
  }
}
.conceptFlow__list li p {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .conceptFlow__list li p {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow__list li p {
    margin-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.conceptFlow__list li::before, .conceptFlow__list li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
@media print, screen and (min-width: 769px) {
  .conceptFlow__list li::before, .conceptFlow__list li::after {
    top: 47px;
    border-width: 37.5px 0 37.5px 21px;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow__list li::before, .conceptFlow__list li::after {
    top: 50%;
    transform: translateY(-50%);
    border-width: 26.5px 0 26.5px 15px;
  }
}
.conceptFlow__list li::before {
  right: 0;
  border-color: transparent transparent transparent #e2e9ef;
}
.conceptFlow__list li::after {
  right: 2px;
  z-index: 1;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 768px) {
  .conceptFlow__list li:nth-child(1) figure {
    width: 83.6734693878%;
    max-width: 41px;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow__list li:nth-child(2) figure {
    width: 83.6734693878%;
    max-width: 41px;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow__list li:nth-child(3) {
    margin-right: 25%;
  }
  .conceptFlow__list li:nth-child(3) figure {
    width: 81.6326530612%;
    max-width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow__list li:nth-child(4) {
    margin-left: 25%;
  }
  .conceptFlow__list li:nth-child(4) figure {
    width: 100%;
    max-width: 49px;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow__list li:nth-child(5) figure {
    width: 100%;
    max-width: 49px;
  }
}
@media print, screen and (min-width: 769px) {
  .conceptFlow__list li:nth-child(6) {
    padding-right: 39px;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow__list li:nth-child(6) {
    padding-right: 10px;
  }
  .conceptFlow__list li:nth-child(6) figure {
    width: 89.7959183673%;
    max-width: 44px;
  }
}
.conceptFlow__list li:nth-child(6)::before, .conceptFlow__list li:nth-child(6)::after {
  display: none;
}
.conceptFlow__arrow {
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #0068b7;
}
@media print, screen and (min-width: 769px) {
  .conceptFlow__arrow {
    margin: 20px 80px 0 65px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptFlow__arrow {
    width: calc(100% - 15px);
    margin: 15px auto 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.conceptFlow__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #0068b7;
}

@media print, screen and (min-width: 769px) {
  .logistics-it-cloudText {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudTop > * {
    width: 48%;
  }
}
.logistics-it-cloudTop__title > h2 {
  color: #0068b7;
  font-weight: 500;
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudTop__title > h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudTop__title > h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudTop__title > p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudTop__title > p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.logistics-it-cloudTop__img {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudTop__img {
    margin: 0 -30px 0 0;
    padding: 0 30px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudTop__img {
    width: 75%;
    margin: 35px auto 0;
    padding: 0 14px 14px 0;
  }
}
.logistics-it-cloudTop__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url(/assets/img/common/bg_img_r.png) no-repeat 0 0;
  background-size: 100%;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudTop__img::before {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudTop__img::before {
    width: 70px;
    height: 70px;
  }
}
.logistics-it-cloudTop__img img {
  width: 100%;
  height: auto;
}
.logistics-it-cloudSolution {
  background: #f0f4f7;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution {
    margin: 40px 0 0;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution {
    margin: 30px -15px 0;
    padding: 25px 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox {
    max-width: 865px;
    margin: 0 auto;
  }
}
.logistics-it-cloudSolution__itemBox > table {
  width: 100%;
  height: 1px;
  border-collapse: separate;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table {
    border-spacing: 5px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table {
    border-spacing: 2px;
  }
}
.logistics-it-cloudSolution__itemBox > table th, .logistics-it-cloudSolution__itemBox > table td {
  height: 100%;
}
.logistics-it-cloudSolution__itemBox > table th {
  text-align: center;
  background: #0068b7;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table th {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table th {
    width: 15px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.logistics-it-cloudSolution__itemBox > table th p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  line-height: 1.3;
  margin: 0 -1px;
}
.logistics-it-cloudSolution__itemBox > table th p + p {
  border-top: solid #f0f4f7;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table th p + p {
    border-top-width: 5px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table th p + p {
    border-top-width: 2px;
  }
}
.logistics-it-cloudSolution__itemBox > table th.empty {
  background: none;
}
.logistics-it-cloudSolution__itemBox > table th .titleBox {
  height: 100%;
  margin: 0 -4px;
}
.logistics-it-cloudSolution__itemBox > table th .titleBox > p {
  height: 50%;
}
.logistics-it-cloudSolution__itemBox > table td {
  background: #e2e9ef;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table td {
    padding: 9px 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table td {
    padding: 2px;
  }
}
.logistics-it-cloudSolution__itemBox > table td a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  line-height: 1.3;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table td a {
    min-height: 50px;
    padding: 5px 5px 7px;
  }
  .logistics-it-cloudSolution__itemBox > table td a::after {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table td a {
    padding: 10px 1px;
    min-height: 40px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.logistics-it-cloudSolution__itemBox > table td a > span {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table td a > span::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 14px;
    height: 12px;
    background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
    background-size: 100%;
  }
}
.logistics-it-cloudSolution__itemBox > table td a .logo {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table td a .logo {
    margin: 5px auto 0;
  }
}
.logistics-it-cloudSolution__itemBox > table td a .logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table td a .logo--small {
    width: 75%;
  }
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table td.empty {
    width: 65px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table td.empty {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table td.procurement {
    width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table td.procurement {
    width: 50%;
  }
}
.logistics-it-cloudSolution__itemBox > table .title {
  font-weight: 500;
  color: #0068b7;
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table .title {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
    font-size: 11px;
    font-size: 1.1rem;
    height: calc( 1.3em * 2 );
  }
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table .list + .title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .list + .title {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table .list > li {
    margin: 4px 0 0;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .list > li {
    margin: 2px 0 0;
  }
}
.logistics-it-cloudSolution__itemBox > table .list > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .list--strategy > li a > span::after {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0%, -50%);
    margin: 0;
  }
}
.logistics-it-cloudSolution__itemBox > table .list--procurement {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table .list--procurement {
    margin: 10px -4px 0;
    height: 93%;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .list--procurement {
    margin: 2px -2px 0;
    height: 93.5%;
  }
}
.logistics-it-cloudSolution__itemBox > table .list--procurement > li {
  width: calc(100% / 3);
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table .list--procurement > li {
    margin: 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .list--procurement > li {
    margin: 0 1px;
  }
}
.logistics-it-cloudSolution__itemBox > table .list--procurement > li a::after {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table .list--procurement > li a > span::after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 14px;
    height: 12px;
    background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .list--scm > li a {
    padding: 10px 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table .list--scm > li a > span {
    display: flex;
    justify-content: space-between;
    padding: 0 50px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .list--scm > li a > span {
    padding: 0 20px 0 10px;
  }
  .logistics-it-cloudSolution__itemBox > table .list--scm > li a > span::after {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0%, -50%);
    margin: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table .list--scm > li .logo {
    text-align: left;
    width: 105px;
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .list--scm > li .logo {
    max-width: 40%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .list--scm > li:nth-child(2) .logo {
    max-width: 65%;
  }
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table .list--transport {
    height: 84%;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .list--transport {
    height: 88%;
  }
}
.logistics-it-cloudSolution__itemBox > table .list--transport > li {
  height: 50%;
}
.logistics-it-cloudSolution__itemBox > table .step {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table .step {
    height: 40px;
    padding: 0 8px 0 0;
    margin: 0 -5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .step {
    height: 24px;
    margin: 0 -5px 0 0;
  }
}
.logistics-it-cloudSolution__itemBox > table .step::before, .logistics-it-cloudSolution__itemBox > table .step::after {
  content: "";
  position: absolute;
  right: 0;
}
.logistics-it-cloudSolution__itemBox > table .step::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #0068b7;
  top: 0;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table .step::after {
    border-width: 20px 0 20px 12px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .step::after {
    border-width: 12px 0 12px 5px;
  }
}
.logistics-it-cloudSolution__itemBox > table .step::before {
  background: #f0f4f7;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table .step::before {
    width: 12px;
    top: -2px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .step::before {
    width: 5px;
    height: 28px;
    top: -2px;
  }
}
.logistics-it-cloudSolution__itemBox > table .buy .step {
  margin-right: -1px;
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .buy {
    display: none;
  }
}
.logistics-it-cloudSolution__itemBox > table .communication span {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .logistics-it-cloudSolution__itemBox > table .communication span .logo {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .communication span .logo {
    width: 20%;
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .logistics-it-cloudSolution__itemBox > table .communication span::after {
    margin: 0 0 0 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .solution .modListArticle {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle > li > a {
    flex-direction: row;
    padding: 0;
  }
}
.solution .modListArticle > li > a > *:last-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--01 img {
    width: 70.1694915254%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--02 img {
    width: 83.7288135593%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--03 img {
    width: 64.7457627119%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--04 img {
    width: 64.406779661%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--05 img {
    width: 51.186440678%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--06 img {
    width: 60.6779661017%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--07 img {
    width: 67.7966101695%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--08 img {
    width: 62.3728813559%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--09 img {
    width: 62.7118644068%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--10 img {
    width: 61.0169491525%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--11 img {
    width: 63.3898305085%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--12 img {
    width: 62.0338983051%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--13 img {
    width: 61.6949152542%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__solutionLogo--14 img {
    width: 47.7966101695%;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__text {
    width: 57%;
    padding: 20px 15px;
    line-height: 1.8;
  }
}
.solution .modListArticle__title {
  line-height: 1.6;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .solution .modListArticle__title {
    margin: 0 0 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__title {
    margin: 0 0 8px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .solution .modListArticle__title .description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__title .description {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .solution .modListArticle__title .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListArticle__title .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .solution .modListSubMenu {
    margin: 65px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .solution .modListSubMenu {
    margin: 40px 0 0;
  }
}

@media print, screen and (min-width: 769px) {
  .introduction .modHeadingPage .modBtnMain {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 500px;
  }
}
@media screen and (max-width: 768px) {
  .introduction .modHeadingPage .modBtnMain {
    margin: 20px 0 0;
  }
}
.introduction .modCvArea__textBox__title .icon {
  width: 30px;
}
.introduction .modListSummary > li:first-child .modListSummary__title {
  background: #8c9093;
}
@media print, screen and (min-width: 769px) {
  .introduction .modListSummary__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .introduction .modHeadingSubSection {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .introduction .modHeadingSubSection {
    margin: 0 0 15px;
  }
}
.introductionLead__title {
  margin: 0 auto 10px;
  color: #0068b7;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .introductionLead__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .introductionLead__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.introductionLead__list {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .introductionLead__list {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .introductionLead__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.introductionLead__list li {
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  .introductionLead__list li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .introductionLead__list li {
    width: calc(100% / 3 - 10px);
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .introductionLead__list img {
    width: 94px;
    height: auto;
    margin: 0 0 0 12px;
    vertical-align: text-bottom;
  }
}
@media screen and (max-width: 768px) {
  .introductionLead__list img {
    width: 80%;
    max-width: 94px;
    height: auto;
  }
}
.introductionLead__box {
  display: flex;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #e2e9ef;
  border-bottom: 1px solid #e2e9ef;
}
@media print, screen and (min-width: 769px) {
  .introductionLead__box {
    align-items: center;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .introductionLead__box {
    flex-direction: column;
    margin: 60px auto 0;
  }
}
@media print, screen and (min-width: 769px) {
  .introductionLead__box > dd {
    width: calc(100% - 250px);
    padding: 0 0 0 55px;
  }
}
.introductionLead__box > dd dl {
  display: flex;
  flex-wrap: wrap;
}
.introductionLead__box > dd dl dt, .introductionLead__box > dd dl dd {
  padding: 3px 0;
}
@media print, screen and (min-width: 769px) {
  .introductionLead__box > dd dl dt {
    width: 12%;
  }
}
@media screen and (max-width: 768px) {
  .introductionLead__box > dd dl dt {
    padding: 3px 15px 3px 0;
    width: 24%;
  }
}
@media print, screen and (min-width: 769px) {
  .introductionLead__box > dd dl dd {
    width: 38%;
  }
  .introductionLead__box > dd dl.wide dd {
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .introductionLead__box > dd dl dd {
    width: 76%;
  }
}
@media print, screen and (min-width: 769px) {
  .introductionLead__logo {
    padding: 0 25px;
  }
}
.introductionLead__logo figure {
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .introductionLead__logo figure {
    width: 190px;
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .introductionLead__logo figure {
    width: 100%;
    height: 190px;
    padding: 20px;
  }
}
.introductionLead__logo figure img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.introductionNumberBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.introductionNumberBox li {
  background: #f2fbfb;
}
@media print, screen and (min-width: 769px) {
  .introductionNumberBox li {
    width: calc(50% - 15px);
    margin: 0 0 30px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .introductionNumberBox li {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.introductionNumberBox li .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 16px;
}
@media print, screen and (min-width: 769px) {
  .introductionNumberBox li .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .introductionNumberBox li .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.introductionNumberBox li .title .number {
  display: inline-block;
  margin: 0 20px 0 0;
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #00aeb1;
}
@media print, screen and (min-width: 769px) {
  .introductionNumberBox li .title .number {
    width: 48px;
    height: 48px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .introductionNumberBox li .title .number {
    width: 38px;
    height: 38px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 38px;
  }
}
.introductionNumberBox li .title .text {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .introductionNumberBox li .title .text {
    width: calc(100% - 48px - 20px);
  }
}
@media screen and (max-width: 768px) {
  .introductionNumberBox li .title .text {
    width: calc(100% - 38px - 20px);
  }
}
@media print, screen and (min-width: 769px) {
  .introductionCase {
    margin: 118px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .introductionCase {
    margin: 85px 0 0;
  }
}

.columnProfile {
  border: 2px solid #e2e9ef;
}
@media print, screen and (min-width: 769px) {
  .columnProfile {
    margin: 100px auto 0;
    padding: 30px 35px;
  }
}
@media screen and (max-width: 768px) {
  .columnProfile {
    margin: 50px auto 0;
    padding: 20px 15px;
  }
}
.columnProfile__data {
  display: flex;
  align-items: center;
}
.columnProfile__data__img {
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
@media print, screen and (min-width: 769px) {
  .columnProfile__data__img {
    width: 100px;
    height: 100px;
    margin: 0 25px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .columnProfile__data__img {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
  }
}
.columnProfile__data__img > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 769px) {
  .columnProfile__data__img + .columnProfile__data__name {
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 768px) {
  .columnProfile__data__img + .columnProfile__data__name {
    width: calc(100% - 100px);
  }
}
.columnProfile__data__name > dt {
  color: #0068b7;
}
@media print, screen and (min-width: 769px) {
  .columnProfile__data__name > dt {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .columnProfile__data__name > dt {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
}
.columnProfile__data__name > dd {
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .columnProfile__data__name > dd {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .columnProfile__data__name > dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.columnProfile__data__name > dd > small {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 769px) {
  .columnProfile__data__name > dd > small {
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .columnProfile__data__name > dd > small {
    margin: 5px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .columnProfile__text {
    margin: 24px 0 0;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .columnProfile__text {
    margin: 18px 0 0;
  }
}
.columnLinkPage {
  position: relative;
  height: 55px;
  border-top: 1px solid #e2e9ef;
  border-bottom: 1px solid #e2e9ef;
}
@media print, screen and (min-width: 769px) {
  .columnLinkPage {
    margin: 64px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .columnLinkPage {
    margin: 45px 0 0;
  }
}
.columnLinkPage li {
  position: absolute;
  top: 12px;
}
@media print, screen and (min-width: 769px) {
  .columnLinkPage li {
    width: 235px;
  }
}
@media screen and (max-width: 768px) {
  .columnLinkPage li {
    width: 40%;
  }
}
.columnLinkPage li a {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.columnLinkPage li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.columnLinkPage li.prev {
  left: 0;
}
.columnLinkPage li.prev a {
  padding: 0 0 0 20px;
}
.columnLinkPage li.prev a::after {
  left: 0;
  transform: translate(0%, -50%) scale(-1, 1);
}
.columnLinkPage li.next {
  right: 0;
}
.columnPageBack {
  position: relative;
  display: inline-block;
  margin: 25px 0 0;
  padding: 0 0 0 20px;
}
.columnPageBack::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(/assets/img/common/arrow_link.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%) scale(-1, 1);
}

.seminarEntry {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
@media print, screen and (min-width: 769px) {
  .seminarEntry {
    padding: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .seminarEntry {
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .seminarEntry .modBtnMain {
    min-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .seminarEntry .modBtnMain {
    min-width: 320px;
  }
}
.seminarKv {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .seminarKv {
    width: 773px;
    margin: 0 auto 110px;
  }
}
@media screen and (max-width: 768px) {
  .seminarKv {
    margin: 0 auto 50px;
  }
}
.seminarKv img {
  width: 100%;
  height: auto;
}
.seminarProfile__list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .seminarProfile__list li {
    flex-direction: column;
  }
}
.seminarProfile__list li + li {
  margin: 55px 0 0;
}
.seminarProfile__list__img {
  position: relative;
  overflow: hidden;
  width: 154px;
  height: 154px;
  border-radius: 50%;
}
@media print, screen and (min-width: 769px) {
  .seminarProfile__list__img {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .seminarProfile__list__img {
    margin: 0 auto 20px;
  }
}
.seminarProfile__list__img img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@supports (object-fit: cover) {
  .seminarProfile__list__img img {
    position: static;
    width: 154px;
    height: 154px;
    object-fit: cover;
    transform: none;
  }
}
@media print, screen and (min-width: 769px) {
  .seminarProfile__list__text {
    width: calc(100% - 154px - 40px);
  }
}
.seminarProfile__list__text__name {
  margin: 0 0 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.seminarProfile__list__text__name span {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
.seminarProfile__list__text p {
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .manual .manualLeadText {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .manual .pageContent__main__section > p,
  .manual .section > p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.manual .modHeadingSection img {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .manual .modHeadingSection img {
    width: 30px;
    height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .manual .modHeadingSection img {
    width: 26px;
    height: 23px;
    margin: 0 3px 0 0;
  }
}
.manual .modHeadingItem {
  color: #333;
}
@media print, screen and (min-width: 769px) {
  .manual .modHeadingItem {
    margin: 0 0 8px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .manual .modHeadingItem {
    margin: 0 0 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .manual .pageContent__main__section:first-of-type {
    margin: 118px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .manual .pageContent__main__section:first-of-type {
    margin: 85px 0 0;
  }
}
.manual .pageContent__main__section .sectionList li {
  font-size: 14px;
  font-size: 1.4rem;
}
.manual .pageContent__main > *:first-child {
  margin-top: 0;
}
.manual .modBoxText {
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .manual .modBoxText {
    margin: 75px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .manual .modBoxText {
    margin: 50px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .manual .modBoxText a {
    font-weight: normal;
  }
  .manual .modBoxText a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .manual .modBoxText a {
    text-decoration: underline;
  }
}
.manualBox {
  border: 2px solid #e2e9ef;
}
@media print, screen and (min-width: 769px) {
  .manualBox {
    margin: 75px 0 0;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .manualBox {
    margin: 40px 0 0;
    padding: 14px 15px 19px;
  }
}
.manualBox__title {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .manualBox__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .manualBox__title {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 8px;
  }
}
.manualBox a {
  color: #0068b7;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .manualBox a:hover {
    text-decoration: none;
  }
}
.manualBox ul, .manualBox ol {
  font-size: 14px;
  font-size: 1.4rem;
}
.manualBox ul li {
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .manualBox ul li {
    margin: 0 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .manualBox ul li {
    margin: 0 10px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .manualBox ol li + li {
    margin: 6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .manualBox ol li + li {
    margin: 3px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .manualBox + .manualList__title {
    margin: 45px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .manualBox + .manualList__title {
    margin: 30px 0 0;
  }
}
.manualList {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  .manualList {
    margin-left: -60px;
  }
}
.manualList--minimum {
  justify-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  .manualList--minimum > li {
    width: calc((100% / 3) - 60px);
    margin-left: 60px;
  }
  .manualList--minimum > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .manualList__wrap + .manualList__wrap {
    margin: 45px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .manualList__wrap + .manualList__wrap {
    margin: 40px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .manualList__item {
    width: calc(50% - 60px);
    margin-top: 45px;
    margin-left: 60px;
  }
  .manualList__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .manualList__item {
    margin-top: 40px;
  }
  .manualList__item:first-child {
    margin-top: 0;
  }
}
.manualList__item:first-child.manualList__item--wide {
  margin-top: 0;
}
.manualList__item--wide {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .manualList__item--wide + .manualList__item {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .manualList__item--wide + .manualList__item {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .manualList__item > p {
    margin: 15px 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .manualList__item > p {
    margin: 10px 0 auto;
  }
}
.manualList__item > p a {
  color: #0068b7;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .manualList__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 45px;
  }
}
.manualList__title .title {
  color: #0068b7;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .manualList__title .title {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .manualList__title .title span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.manualList__title p {
  font-size: 15px;
  font-size: 1.5rem;
}
.manualList__img {
  margin: 10px auto 0;
}
.manualList__img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .manual p + .manualBox {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .manual p + .manualBox {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .manual p + .manualList {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .manual p + .manualList {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .search-results .modHeadingMain {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .search-results .modHeadingMain {
    margin-bottom: 20px;
  }
}
.search-results .modHeadingSection {
  margin-bottom: 0;
}
.search-results .modListTopics {
  border-top: none;
}

@media print, screen and (min-width: 769px) {
  .news .modListTopics > li a {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .news .modListTopics > li .data {
    margin: 0 20px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .news .modListTopics > li .data .modTag {
    min-width: 115px;
  }
}
@media screen and (max-width: 768px) {
  .news .modListTopics > li .data .modTag {
    min-width: 96px;
  }
}

@media print, screen and (min-width: 769px) {
  .president .presidentImage {
    margin: 0 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .president .presidentImage {
    margin: 0 -15px 45px;
  }
}
.president .presidentImage img {
  max-width: 100%;
  height: auto;
}
.president .presidentLastText {
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .president .presidentLastText {
    line-height: 2.3;
    margin: 93px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .president .presidentLastText {
    margin: 35px 0 0;
  }
}

@media print, screen and (min-width: 769px) {
  .mapList {
    display: flex;
    flex-wrap: wrap;
    margin: -76px 0 76px -34px;
  }
}
@media screen and (max-width: 768px) {
  .mapList {
    margin: 0 0 45px;
  }
}
.mapList > li {
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .mapList > li {
    margin: 76px 0 0 34px;
    width: calc(50% - 34px);
  }
}
@media screen and (max-width: 768px) {
  .mapList > li:not(:first-child) {
    margin: 34px 0 0;
  }
}
.mapList > li > a {
  display: block;
}
.mapList__img {
  font-size: 0;
  line-height: 0;
}
.mapList__img img {
  width: 100%;
  height: auto;
}
.mapList__place {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .mapList__place {
    margin: 19px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .mapList__place {
    margin: 20px 0 15px;
  }
}
.mapList__place .title {
  width: calc(100% - 85px);
}
@media print, screen and (min-width: 769px) {
  .mapList__place .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .mapList__place .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mapList__address + .mapList__number {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mapList__address + .mapList__number {
    margin: 5px 0 0;
  }
}
.mapList__attention {
  display: inline-block;
  color: #0068b7;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .mapList__attention {
    margin: 0 0 5px;
  }
  .mapList__attention:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .mapList__attention {
    margin: 0 0 7px;
  }
}
.mapList__number {
  display: flex;
  flex-wrap: wrap;
}
.mapList__number > dt {
  width: 30px;
}
.mapList__number > dd {
  width: calc(100% - 30px);
}

/*# sourceMappingURL=style.css.map */


/* 210617追加（youtube動画の表示） */

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media print {
  body {
    min-width: 100% !important;
    overflow-y: visible;
    overflow-x: visible;
  }

  #container {
    overflow-y: visible;
  }

  #header,
  #footer,
  .modContactFloat,
  .contactArea,
  .seminarEntry {
    display: none !important;
  }

  .pageContent__main {
    padding-left: 5%;
  }

  .pageContent--reverse .pageContent__main {
    padding-left: 0;
    padding-right: 5%;
  }

  .seminarKv {
    width: 80% !important;
  }
}


