@charset "UTF-8";
.icon-all:before, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

li, nav ul {
  list-style: none
}

.clearfix, .clearfix:after, article, aside, blockquote, dialog, figure, footer, header, hgroup, hr, nav, section {
  display: block
}

.m-btn .labels .icn.close .i, .m-btn .labels .open .icn.all .i {
  -webkit-transition: -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1)
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, ul, var, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  margin: 0;
  padding: 0
}

img, table, td, th {
  vertical-align: top
}

body {
  line-height: 1
}

ol {
  list-style: decimal
}

ul {
  list-style: disc
}

ul ul {
  list-style: circle
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: none
}

ins {
  text-decoration: underline
}

del {
  text-decoration: line-through
}

mark {
  background: 0 0
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

button, input[type=button], input[type=submit] {
  margin: 0!important;
  padding: 0!important
}

a img, input, select {
  vertical-align: middle
}

a, button, fieldset, form, input, label, legend, select, textarea {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  outline: 0
}

address, caption, h1, h2, h3, h4, h5, h6, th {
  font-style: normal;
  font-weight: 400
}

dd, dl, dt, li, ol, ul {
  list-style-type: none;
  list-style-position: outside
}

a {
  border: 0;
  background: 0 0
}

img {
  border: 0
}

br {
  letter-spacing: 0
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit
}

textarea {
  resize: vertical
}

select {
  padding: 2px;
  background: #FFF
}

input, select {
  outline: 0;
  vertical-align: middle
}

input:focus, select:focus, textarea:focus {
  background: #d5dfff
}

.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden
}

img.footer-sns-icon-img {
    max-width: 100%
}

img.logo_good-design-award-2022 {
  height: 30px
}

a.logo_good-design-award-2022::after{
  display: none;
}

* html .clearfix {
  height: 1px
}

@font-face {
  font-family: iconfont;
  src: url(../../fonts/iconfont.eot);
  src: url(../../fonts/iconfont.eot?#iefix) format("eot"), url(../../fonts/iconfont.woff2) format("woff2"), url(../../fonts/iconfont.woff) format("woff"), url(../../fonts/iconfont.ttf) format("truetype"), url(../../fonts/iconfont.svg#iconfont) format("svg")
}

@media only screen and (min-width:769px) {
  .m-inner {
    width: calc(100% - 280px - 120px);
    margin-left: 280px
  }
  .m-title .en {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 700;
    color: #03006a;
    font-size: 40px;
    margin-bottom: calc(24px - .2em)
  }
  .m-title .ja {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    color: #03006a;
    font-size: 12px;
    font-feature-settings: 'palt';
    letter-spacing: .1em
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .m-title .ja {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .m-inner {
    padding: 0 32px
  }
  .m-title .en {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 700;
    color: #03006a;
    font-size: 32px;
    text-align: right;
    margin-bottom: calc(20px - .2em)
  }
  .m-title .ja {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    color: #03006a;
    font-size: 12px;
    font-feature-settings: 'palt';
    letter-spacing: .1em;
    text-align: right
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .m-title .ja {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

.m-btn {
  border: 1px solid #c95e30;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer
}

.m-btn .labels .icn {
  position: relative
}

.m-btn .labels .icn.close {
  width: 13px;
  height: 13px;
  margin-right: 16px;
  display: inline-block;
  position: relative;
  top: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.m-btn .labels .icn.close .i {
  background: #c95e30;
  position: absolute;
  transition: -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 375ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 375ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1)
}

.m-btn .labels .icn.close .i:nth-child(1) {
  width: 100%;
  height: 1px;
  top: 6px
}

.m-btn .labels .icn.close .i:nth-child(2) {
  width: 1px;
  height: 100%;
  left: 6px
}

.m-btn .labels .open .icn.all {
  width: 8px;
  height: 8px;
  top: -1.25px;
  margin-right: 16px;
  display: inline-block;
  position: relative
}

.m-btn .labels .open .icn.all .i {
  width: 2px;
  height: 2px;
  background: #c95e30;
  position: absolute;
  transition: -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 375ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 375ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1)
}

.m-btn .labels .open .icn.all .i:nth-child(1) {
  top: 0;
  left: 0
}

.m-btn .labels .open .icn.all .i:nth-child(2) {
  top: 0;
  right: 0
}

.m-btn .labels .open .icn.all .i:nth-child(3) {
  bottom: 0;
  left: 0
}

.m-btn .labels .open .icn.all .i:nth-child(4) {
  bottom: 0;
  right: 0
}

.m-btn .labels .close .icn.all {
  width: 12px;
  height: 1.5px;
  background: #c95e30;
  margin-right: 16px;
  display: inline-block;
  position: relative;
  top: -4.25px
}

.m-btn .labels .close .icn.all .i {
  width: 100%;
  height: 100%;
  background: #c95e30;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 375ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 375ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1)
}

.m-btn .labels .label {
  font-family: Karla, sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  color: #c95e30;
  font-size: 16px;
  display: inline-block
}

.m-btn.is-close .labels .close, .m-btn.is-open .labels .open, .m-load.is-anim-loaded .border {
  display: none
}

.m-btn:hover .open .icn.all .i {
  -webkit-transition: -webkit-transform 375ms cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform 375ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 375ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 375ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 375ms cubic-bezier(.19, 1, .22, 1)
}

.m-btn:hover .open .icn.all .i:nth-child(1) {
  -webkit-transform: translate(-1.5px, -1.5px);
  transform: translate(-1.5px, -1.5px)
}

.m-btn:hover .open .icn.all .i:nth-child(2) {
  -webkit-transform: translate(1.5px, -1.5px);
  transform: translate(1.5px, -1.5px)
}

.m-btn:hover .open .icn.all .i:nth-child(3) {
  -webkit-transform: translate(-1.5px, 1.5px);
  transform: translate(-1.5px, 1.5px)
}

.m-btn:hover .open .icn.all .i:nth-child(4) {
  -webkit-transform: translate(1.5px, 1.5px);
  transform: translate(1.5px, 1.5px)
}

.m-btn:hover .close .icn.all .i {
  -webkit-transform: scaleX(1.375);
  transform: scaleX(1.375);
  -webkit-transition: -webkit-transform 375ms cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform 375ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 375ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 375ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 375ms cubic-bezier(.19, 1, .22, 1)
}

.m-btn:hover .icn.close .i {
  -webkit-transition: -webkit-transform 250ms cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform 250ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 250ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 250ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 250ms cubic-bezier(.19, 1, .22, 1)
}

.m-btn:hover .icn.close .i:nth-child(1) {
  -webkit-transform: scaleX(1.5);
  transform: scaleX(1.5)
}

.m-btn:hover .icn.close .i:nth-child(2) {
  -webkit-transform: scaleY(1.5);
  transform: scaleY(1.5)
}

.m-blank .icn {
  width: 24px;
  height: 18px;
  position: relative
}

.m-blank .icn .i {
  width: 20px;
  height: 14px;
  box-sizing: border-box;
  position: absolute;
  -webkit-transition: -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 375ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 375ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1)
}

.m-blank .icn .i:nth-child(1) {
  border: 1px solid #c95e30;
  bottom: 0;
  left: 0;
  z-index: 1
}

.m-blank .icn .i:nth-child(2) {
  border: 1px solid #e4ae97;
  top: 0;
  right: 0;
  z-index: 0
}

.m-blank:hover .icn .i {
  -webkit-transition: -webkit-transform 250ms cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform 250ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 250ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 250ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 250ms cubic-bezier(.19, 1, .22, 1)
}

.m-blank:hover .icn .i:nth-child(1) {
  -webkit-transform: translate(-1.5px, 1.5px);
  transform: translate(-1.5px, 1.5px)
}

.m-blank:hover .icn .i:nth-child(2) {
  -webkit-transform: translate(1.5px, -1.5px);
  transform: translate(1.5px, -1.5px)
}

.js-accordion {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s cubic-bezier(.215, .61, .355, 1);
  transition: max-height 1s cubic-bezier(.215, .61, .355, 1)
}

.js-accordion.is-open .js-accordion {
  -webkit-transition: max-height 1s cubic-bezier(.215, .61, .355, 1);
  transition: max-height 1s cubic-bezier(.215, .61, .355, 1)
}

.m-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: #020045
}

.m-load .border {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: skewX(-40.89deg);
  transform: skewX(-40.89deg)
}

.m-load .border .inner {
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height .5s linear;
  transition: height .5s linear
}

.m-load .i {
  width: 200%;
  height: 200%;
  background: #020045;
  position: absolute;
  top: -50%;
  -webkit-transform: translate(0, 0) skewX(-40.89deg);
  transform: translate(0, 0) skewX(-40.89deg)
}

.m-load .i:nth-child(1) {
  right: 50%
}

.m-load .i:nth-child(2) {
  left: 50%
}

.m-load.is-anim-loaded {
  background: 0 0
}

.m-load.is-anim-loaded .i {
  -webkit-transition: -webkit-transform cubic-bezier(.05, 1, .125, 1) 1.5s;
  transition: -webkit-transform cubic-bezier(.05, 1, .125, 1) 1.5s;
  transition: transform cubic-bezier(.05, 1, .125, 1) 1.5s;
  transition: transform cubic-bezier(.05, 1, .125, 1) 1.5s, -webkit-transform cubic-bezier(.05, 1, .125, 1) 1.5s
}

.m-load.is-anim-loaded .i:nth-child(1) {
  -webkit-transform: translate(-50vw, -50vh) skewX(-40.89deg);
  transform: translate(-50vw, -50vh) skewX(-40.89deg)
}

.m-load.is-anim-loaded .i:nth-child(2) {
  -webkit-transform: translate(50vw, 50vh) skewX(-40.89deg);
  transform: translate(50vw, 50vh) skewX(-40.89deg)
}

.js-anim-visual img {
  -webkit-transform: translate(-50%, -50%) scale(1.25) rotate(3deg);
  transform: translate(-50%, -50%) scale(1.25) rotate(3deg)
}

.js-anim-visual.is-anim img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 50s cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform 50s cubic-bezier(.19, 1, .22, 1);
  transition: transform 50s cubic-bezier(.19, 1, .22, 1);
  transition: transform 50s cubic-bezier(.19, 1, .22, 1), -webkit-transform 50s cubic-bezier(.19, 1, .22, 1)
}

.js-anim-copy {
  color: rgba(255, 255, 255, 0);
  position: relative
}

.js-anim-copy:after {
  content: '';
  background: #03006a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.js-anim-copy.is-anim-start:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
  transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1)
}

.js-anim-copy.is-anim-end {
  color: #03006a
}

.js-anim-copy.is-anim-end:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
  transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1)
}

@font-face {
  font-family: iconfont;
  src: url(../../fonts/iconfont.eot);
  src: url(../../fonts/iconfont.eot?#iefix) format("eot"), url(../../fonts/iconfont.woff2) format("woff2"), url(../../fonts/iconfont.woff) format("woff"), url(../../fonts/iconfont.ttf) format("truetype"), url(../../fonts/iconfont.svg#iconfont) format("svg")
}

@media only screen and (min-width:769px) {
  .is-sp {
    display: none
  }
  .l-header {
    position: fixed;
    top: 56px;
    left: 48px;
    z-index: 100
  }
  .l-header .logo {
    width: 158px;
    margin-bottom: 44px;
    -webkit-transition: width .5s cubic-bezier(.05, 1, .125, 1);
    transition: width .5s cubic-bezier(.05, 1, .125, 1)
  }
  .l-header .logo img {
    width: 100%
  }
  .l-header .logo.is-small {
    width: 98px
  }
  .l-header .nav li a {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #03006a;
    font-size: 13px;
    text-decoration: none;
    padding: calc(14px - .2em) 0;
    display: block;
    position: relative;
    -webkit-transition: color 250ms cubic-bezier(.55, .055, .675, .19);
    transition: color 250ms cubic-bezier(.55, .055, .675, .19)
  }
  .l-header .nav li a:before {
    content: '';
    background: #c95e30;
    width: 8px;
    height: 1px;
    position: absolute;
    top: calc(50% - .5px);
    left: -20px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: -webkit-transform 750ms cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 750ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 750ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 750ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 750ms cubic-bezier(.19, 1, .22, 1)
  }
  .l-header .nav li a.is-active {
    color: #c95e30;
    -webkit-transition: color 250ms cubic-bezier(.215, .61, .355, 1);
    transition: color 250ms cubic-bezier(.215, .61, .355, 1)
  }
  .l-header .nav li a.is-active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1)
  }
  .l-header .nav li a:hover {
    color: #c95e30;
    -webkit-transition: color 250ms cubic-bezier(.215, .61, .355, 1);
    transition: color 250ms cubic-bezier(.215, .61, .355, 1)
  }
  .l-visual {
    height: 100vh;
    position: relative
  }
  .l-visual .copys {
    position: absolute;
    right: 60px;
    bottom: 64px;
    z-index: 1
  }
  .l-visual .copys .copy {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    color: #03006a;
    font-size: 56px;
    font-feature-settings: 'palt';
    text-align: right;
    letter-spacing: .08em;
    margin: 0 -.15em 48px
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-visual .copys .copy {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-visual .copys .copy .wo {
    margin-right: -.02em
  }
  .l-visual .copys .copy .e {
    margin-left: -.03em
  }
  .l-visual .copys .copy .ru {
    margin-left: -.1em;
    margin-right: -.05em
  }
  .l-visual .copys .copy .l {
    display: inline-block
  }
  .l-visual .copys .copy .l.bottom {
    margin-top: 16px
  }
  .l-visual .copys .subcopy {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    color: #03006a;
    font-size: 16px;
    font-feature-settings: 'palt';
    text-align: right;
    letter-spacing: .05em
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-visual .copys .subcopy {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-visual .img {
    width: 100%;
    height: calc(100vh + 1280px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden
  }
  .l-visual .img img {
    width: 1682px;
    position: absolute;
    top: calc(50% - 1280*.5px - 80px);
    left: 50%
  }
  .l-about {
    padding: 144px 0;
    position: relative;
    z-index: 1
  }
  .l-about .inner .title {
    margin-bottom: 96px
  }
  .l-about .inner .contents {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
  }
  .l-about .inner .contents .copy {
    width: 50%;
    height: auto
  }
  .l-about .inner .contents .copy img {
    width: 100%
  }
  .l-about .inner .contents .txts {
    width: calc(50%);
    margin-top: 2px;
    padding-right: 48px;
    box-sizing: border-box
  }
  .l-about .inner .contents .txts .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: -12px;
    margin-top: -12px;
    color: #03006a
  }
  .l-about .inner .contents .txts .txt+.txt {
    margin-bottom: -12px;
    margin-top: 36px
  }
  .l-solution {
    background: #f5f5f8;
    padding: 144px 0
  }
  .l-solution .inner .title {
    margin-bottom: 80px
  }
  .l-solution .inner .solution {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2px
  }
  .l-solution .inner .solution>li {
    background: #fff;
    width: calc((100% / 3) - 2.1px);
    margin: 0 2px 2px 0;
    padding: 28px 28px 32px 52px;
    box-sizing: border-box;
    position: relative
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-about .inner .contents .txts .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
  .l-solution .inner .solution>li {
    width: calc((100% / 2) - 2.1px)
  }
}

@media only screen and (min-width:769px) {
  .l-solution .inner .solution>li .name {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.25;
    margin-bottom: 21px;
    margin-top: -3px;
    color: #03006a;
    font-feature-settings: 'palt';
    letter-spacing: .05em
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-solution .inner .solution>li .name {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-solution .inner .solution>li .name .no {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #a7a5be;
    font-size: 12px;
    position: absolute;
    top: 30px;
    left: 24px
  }
  .l-solution .inner .solution>li .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 22px;
    margin-top: -6px;
    color: #03006a
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-solution .inner .solution>li .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-solution .inner .solution>li .list li {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: -3px;
    margin-top: -3px;
    color: #03006a;
    padding-left: 20px;
    position: relative
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-solution .inner .solution>li .list li {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-solution .inner .solution>li .list li:before {
    content: '';
    width: 8px;
    height: 1px;
    background: #03006a;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0
  }
  .l-solution .inner .solution>li .list li+li {
    margin-bottom: -3px;
    margin-top: 9px
  }
  .l-works {
    padding: 144px 0
  }
  .l-works .inner .title {
    margin-bottom: 80px
  }
  .l-works .inner .list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .l-works .inner .list li {
    width: calc((100% - 64px)/ 2);
    margin-bottom: 64px
  }
  .l-works .inner .list li .img {
    width: 100%;
    height: auto;
    margin-bottom: 32px
  }
  .l-works .inner .list li .img img {
    width: 100%
  }
  .l-works .inner .list li .category {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #a7a5be;
    font-size: 14px;
    margin: -.02em 0 calc(28px - .2em)
  }
  .l-works .inner .list li .name {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: -6px;
    color: #03006a;
    font-feature-settings: 'palt';
    letter-spacing: .05em
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-works .inner .list li .name {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-works .inner .list li .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: -7px;
    color: #03006a
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-works .inner .list li .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-works .inner .list li .txt a {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: -4px;
    margin-top: 12px;
    color: #c95e30;
    text-decoration: none;
    display: inline-block
  }
  .l-works .inner .list li .txt .not-first {
    margin-top: 0px;
  }
  .l-works .inner .list li .txt a:after {
    content: url(/content/dam/nttcom/hq/jp/lp/koel/icn_blank.svg);
    margin-left: 8px
  }
  .l-works .inner .list li .txt a:hover {
    text-decoration: underline
  }
  .l-works .inner .btn {
    height: 80px
  }
  .l-media {
    background: #f5f5f8;
    padding: 144px 0
  }
  .l-media .inner .title {
    margin-bottom: 80px
  }
  .l-media .inner .media .swiper-container {
    width: calc(100% + 280px + 120px);
    margin-left: -280px;
    box-sizing: border-box
  }
  .l-media .inner .media .swiper-container .swiper-wrapper {
    margin-bottom: 48px
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide {
    width: 282px;
    height: auto
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a {
    width: 100%;
    text-decoration: none;
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a .img {
    width: 100%;
    height: auto;
    margin-bottom: 24px
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a .img img {
    width: 100%
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a .date {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #9d9bb4;
    font-size: 14px;
    margin: -.02em 0 calc(20px - .02em)
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a .name {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: -4px;
    margin-top: -4px;
    color: #03006a;
    font-feature-settings: 'palt';
    letter-spacing: .05em
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a .name {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a .date, .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a .name {
    -webkit-transition: color 250ms cubic-bezier(.55, .055, .675, .19);
    transition: color 250ms cubic-bezier(.55, .055, .675, .19)
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a:hover .date, .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a:hover .name {
    -webkit-transition: color 250ms cubic-bezier(.215, .61, .355, 1);
    transition: color 250ms cubic-bezier(.215, .61, .355, 1)
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a:hover .date {
    color: #e4ae97
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a:hover .name {
    color: #c95e30
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide.more a {
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide.more a .icn {
    margin: 0 auto 16px
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide.more a .all {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #c95e30;
    font-size: 16px
  }
  .l-media .inner .media .swiper-container .swiper-scrollbar {
    background: #fff;
    width: calc(100% - 280px - 120px);
    height: 3px;
    margin-left: 280px;
    border-radius: 0;
    left: 0;
    bottom: 0
  }
  .l-media .inner .media .swiper-container .swiper-scrollbar-drag {
    background: #03006a;
    border-radius: 0
  }
  .l-media .inner .note {
    margin-top: 96px
  }
  .l-media .inner .note .description {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    color: #03006a;
    font-size: 18px;
    font-feature-settings: 'palt';
    letter-spacing: .05em;
    margin-bottom: 48px
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-media .inner .note .description {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-media .inner .note .description span {
    margin-right: 6px
  }
  .l-team {
    padding: 144px 0
  }
  .l-team .inner .title {
    margin-bottom: 80px
  }
  .l-team .inner .list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
  }
  .l-team .inner .list li {
    width: calc((100% - 6px)/ 4);
    margin: 0 2px 64px 0;
    cursor: pointer
  }
  .l-team .inner .list li:nth-child(4n) {
    margin-right: 0
  }
  .l-team .inner .list li .img {
    width: 100%;
    height: auto;
    margin-bottom: 24px
  }
  .l-team .inner .list li .img img {
    width: 100%
  }
  .l-team .inner .list li .position {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 17px;
    margin-top: -3px;
    color: #03006a;
    font-feature-settings: 'palt';
    letter-spacing: .05em;
    padding-right: 40px
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-team .inner .list li .position {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-team .inner .list li .name {
    padding-right: 40px
  }
  .l-team .inner .list li .name .ja {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    color: #03006a;
    font-size: 18px;
    font-feature-settings: 'palt';
    letter-spacing: .05em;
    margin-bottom: 12px;
    display: block
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-team .inner .list li .name .ja {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-team .inner .list li .name .en {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #a7a5be;
    font-size: 12px;
    margin: -.2em 0
  }
  .l-team .inner .list li .name .en, .l-team .inner .list li .name .ja, .l-team .inner .list li .position {
    -webkit-transition: color 250ms cubic-bezier(.55, .055, .675, .19);
    transition: color 250ms cubic-bezier(.55, .055, .675, .19)
  }
  .l-team .inner .list li .sns, .l-team .inner .list li .txt {
    display: none
  }
  .l-team .inner .list li:hover .name .en, .l-team .inner .list li:hover .name .ja, .l-team .inner .list li:hover .position {
    -webkit-transition: color 250ms cubic-bezier(.215, .61, .355, 1);
    transition: color 250ms cubic-bezier(.215, .61, .355, 1)
  }
  .l-team .inner .list li:hover .name .ja, .l-team .inner .list li:hover .position {
    color: #c95e30
  }
  .l-team .inner .list li:hover .name .en {
    color: #e4ae97
  }
  .l-team .inner .btn {
    height: 80px
  }
  .l-career {
    background: #f5f5f8;
    padding: 144px 0
  }
  .l-career .inner .head {
    display: -webkit-box;
    display: flex;
    margin-bottom: 96px
  }
  .l-career .inner .head .contents {
    width: 50%;
    padding-right: 48px;
    box-sizing: border-box
  }
  .l-career .inner .head .contents .title {
    margin-bottom: 56px
  }
  .l-career .inner .head .contents .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: -7px;
    color: #03006a
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-career .inner .head .contents .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-career .inner .head .value {
    width: 50%
  }
  .l-career .inner .head .value .list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  .l-career .inner .head .value .list li+li {
    margin-top: 36px
  }
  .l-career .inner .head .value .list li .name {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    color: #03006a;
    font-size: 40px;
    font-feature-settings: 'palt';
    letter-spacing: .05em;
    margin-right: 36px;
    border-left: 2px solid #03006a;
    padding-left: 32px;
    box-sizing: border-box;
    min-width: 3em
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-career .inner .head .value .list li .name {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-career .inner .head .value .list li .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: -5px;
    margin-top: -5px;
    color: #03006a
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-career .inner .head .value .list li .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-career .inner .head .value .list li .icn {
    position: absolute;
    top: calc(50% - 9px);
    right: 64px
  }
  .l-career .inner .head .value .list li:nth-child(3) .name {
    min-width: 4em
  }
  .l-career .inner>.list li a {
    text-decoration: none;
    background: #fff;
    padding: 48px 120px 48px 48px;
    display: block;
    position: relative
  }
  .l-career .inner>.list li a .name {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 700;
    color: #03006a;
    font-size: 48px;
    margin: -.2em 0 calc(24px - .2em)
  }
  .l-career .inner>.list li a .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: -4px;
    margin-top: -4px;
    color: #03006a
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-career .inner>.list li a .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-career .inner>.list li a .name, .l-career .inner>.list li a .txt {
    -webkit-transition: color 250ms cubic-bezier(.55, .055, .675, .19);
    transition: color 250ms cubic-bezier(.55, .055, .675, .19)
  }
  .l-career .inner>.list li a .icn {
    position: absolute;
    top: calc(50% - 9px);
    right: 64px
  }
  .l-career .inner>.list li a:hover .name, .l-career .inner>.list li a:hover .txt {
    color: #c95e30;
    -webkit-transition: color 250ms cubic-bezier(.215, .61, .355, 1);
    transition: color 250ms cubic-bezier(.215, .61, .355, 1)
  }
  .l-footer {
    background: #020045;
    padding: 96px 120px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .l-footer .logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 48px
  }
  .l-footer .logo .ntt {
    width: auto;
    height: auto;
    margin-right: 40px
  }
  .l-footer .logo .ntt img {
    width: auto;
    min-width: 210px;
    max-height: 50px;
    max-width: 100%
  }
  .l-footer .logo .koel {
    width: 140px;
    height: auto
  }
  .l-footer .logo .koel img {
    width: 100%
  }
  .l-footer .social {
    width: 414px;
    display: -webkit-box;
    display: flex
  }
  .l-footer .social li {
    width: calc(50% - 1px)
  }
  .l-footer .social li+li {
    margin-left: 2px
  }
  .l-footer .social li a {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #fff;
    line-height: 56px;
    text-decoration: none;
    width: 100%;
    height: 56px;
    background: rgba(255, 255, 255, .1);
    padding-left: 24px;
    box-sizing: border-box;
    position: relative;
    display: block;
    -webkit-transition: background-color 375ms cubic-bezier(.215, .61, .355, 1);
    transition: background-color 375ms cubic-bezier(.215, .61, .355, 1)
  }
  .l-footer .social li a:after {
    content: '';
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0
  }
  .l-footer .social li a.note:after {
    background: url(/content/dam/nttcom/hq/jp/lp/koel/icn_note.svg) 50% 50% no-repeat
  }
  .l-footer .social li a.twitter:after {
    background: url(/content/dam/nttcom/hq/jp/lp/koel/icn_twitter.svg) 50% 50% no-repeat
  }
  .l-footer .social li a:hover {
    background: rgba(255, 255, 255, .15);
    -webkit-transition: background-color 250ms cubic-bezier(.215, .61, .355, 1);
    transition: background-color 250ms cubic-bezier(.215, .61, .355, 1)
  }
  .l-team-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0s .5s;
    transition: opacity 0s .5s;
    overflow: hidden
  }
  .l-team-modal .modal {
    width: 400px;
    min-height: 100%;
    background: #fff;
    padding: 40px 40px 144px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 375ms cubic-bezier(.47, 0, .745, .715);
    transition: -webkit-transform 375ms cubic-bezier(.47, 0, .745, .715);
    transition: transform 375ms cubic-bezier(.47, 0, .745, .715);
    transition: transform 375ms cubic-bezier(.47, 0, .745, .715), -webkit-transform 375ms cubic-bezier(.47, 0, .745, .715)
  }
  .l-team-modal .modal .contents .img {
    width: 100%;
    height: auto;
    margin-bottom: 36px
  }
  .l-team-modal .modal .contents .img img {
    width: 100%
  }
  .l-team-modal .modal .contents .position {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-top: -4px;
    color: #03006a;
    font-feature-settings: 'palt';
    letter-spacing: .05em
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-team-modal .modal .contents .position {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-team-modal .modal .contents .name {
    margin-bottom: 36px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  .l-team-modal .modal .contents .name .ja {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    color: #03006a;
    font-size: 28px;
    font-feature-settings: 'palt';
    letter-spacing: .05em;
    margin-right: 16px
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-team-modal .modal .contents .name .ja {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-team-modal .modal .contents .name .en {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #a7a5be;
    font-size: 12px
  }
  .l-team-modal .modal .contents .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: -7px;
    color: #03006a
  }
}

@media only screen and (min-width:769px) and (-ms-high-contrast:none), only screen and (min-width:769px) and (-ms-high-contrast:active) {
  .l-team-modal .modal .contents .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (min-width:769px) {
  .l-team-modal .modal .contents .txt a:hover, footer a {
    text-decoration: none
  }
  .l-team-modal .modal .contents .txt a {
    color: #c95e30
  }
  .l-team-modal .modal .contents .sns {
    margin: 34px 0 0 -6px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  .l-team-modal .modal .contents .sns li+li {
    margin-left: 6px
  }
  .l-team-modal .modal .contents .sns li a {
    padding: 6px;
    display: block;
    -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1)
  }
  .l-team-modal .modal .contents .sns li a:hover {
    opacity: .5;
    -webkit-transition: opacity 375ms cubic-bezier(.215, .61, .355, 1);
    transition: opacity 375ms cubic-bezier(.215, .61, .355, 1)
  }
  .l-team-modal .modal .btn {
    width: calc(100% - 80px);
    position: absolute;
    bottom: 40px;
    left: 40px;
    height: 64px
  }
  .l-team-modal .bg {
    width: 100%;
    height: 100%;
    background: #f5f5f8;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(.39, .575, .565, 1);
    transition: opacity .5s cubic-bezier(.39, .575, .565, 1)
  }
  .l-team-modal.is-enable {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0s 0s;
    transition: opacity 0s 0s
  }
  .l-team-modal.is-enable .modal {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 750ms cubic-bezier(.05, 1, .125, 1);
    transition: -webkit-transform 750ms cubic-bezier(.05, 1, .125, 1);
    transition: transform 750ms cubic-bezier(.05, 1, .125, 1);
    transition: transform 750ms cubic-bezier(.05, 1, .125, 1), -webkit-transform 750ms cubic-bezier(.05, 1, .125, 1)
  }
  .l-team-modal.is-enable .bg {
    opacity: .9;
    -webkit-transition: opacity 375ms cubic-bezier(.215, .61, .355, 1);
    transition: opacity 375ms cubic-bezier(.215, .61, .355, 1)
  }
  footer {
    min-width: auto!important;
    padding: 24px!important;
    font-family: sans-serif;
    box-sizing: border-box
  }
  footer .footerInner {
    width: auto
  }
}

@media only screen and (min-width:769px) and (max-width:940px){
    .l-footer .social li {
        width:56px
    }
    .l-footer .social li a span {
        display: none
    }
    .l-footer .social {
        width: fit-content
    }
}

@font-face {
  font-family: iconfont;
  src: url(../../fonts/iconfont.eot);
  src: url(../../fonts/iconfont.eot?#iefix) format("eot"), url(../../fonts/iconfont.woff2) format("woff2"), url(../../fonts/iconfont.woff) format("woff"), url(../../fonts/iconfont.ttf) format("truetype"), url(../../fonts/iconfont.svg#iconfont) format("svg")
}

.icon-all:before {
  font-family: iconfont;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  content: ""
}

@media only screen and (max-width:768px) {
  .is-pc {
    display: none
  }
  .l-header .logo {
    position: fixed;
    top: 32px;
    left: 32px;
    z-index: 300;
    width: 90px
  }
  .l-header .logo img {
    width: 100%
  }
  .l-header .hamburger {
    position: fixed;
    top: 90px;
    left: 32px;
    z-index: 100;
    margin: -13px 0 0 -13px;
    padding: 19px 13px
  }
  .l-header .hamburger .i {
    background: #03006a;
    height: 1px
  }
  .l-header .hamburger .i+.i {
    margin-top: 4px
  }
  .l-header .hamburger .i:nth-child(1) {
    width: 22px
  }
  .l-header .hamburger .i:nth-child(2) {
    width: 16px
  }
  .l-header .hamburger .i:nth-child(3) {
    width: 10px
  }
  .l-header .l-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100vw;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0s .5s;
    transition: opacity 0s .5s
  }
  .l-header .l-nav .modal {
    width: calc(100vw - 64px);
    height: 100%;
    background: #fff;
    padding: 32px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 375ms cubic-bezier(.47, 0, .745, .715);
    transition: -webkit-transform 375ms cubic-bezier(.47, 0, .745, .715);
    transition: transform 375ms cubic-bezier(.47, 0, .745, .715);
    transition: transform 375ms cubic-bezier(.47, 0, .745, .715), -webkit-transform 375ms cubic-bezier(.47, 0, .745, .715)
  }
  .l-header .l-nav .modal .nav {
    padding-top: 72px
  }
  .l-header .l-nav .modal .nav li a {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 700;
    color: #03006a;
    font-size: 20px;
    text-decoration: none;
    padding: calc(16px - .2em) 0;
    display: block;
    position: relative
  }
  .l-header .l-nav .modal .btn {
    width: calc(100% - 80px);
    position: absolute;
    bottom: 40px;
    left: 40px;
    height: 64px
  }
  .l-header .l-nav .bg {
    width: 100%;
    height: 100%;
    background: #f5f5f8;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(.39, .575, .565, 1);
    transition: opacity .5s cubic-bezier(.39, .575, .565, 1)
  }
  .l-header .l-nav.is-enable {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0s 0s;
    transition: opacity 0s 0s
  }
  .l-header .l-nav.is-enable .modal {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 750ms cubic-bezier(.05, 1, .125, 1);
    transition: -webkit-transform 750ms cubic-bezier(.05, 1, .125, 1);
    transition: transform 750ms cubic-bezier(.05, 1, .125, 1);
    transition: transform 750ms cubic-bezier(.05, 1, .125, 1), -webkit-transform 750ms cubic-bezier(.05, 1, .125, 1)
  }
  .l-header .l-nav.is-enable .bg {
    opacity: .9;
    -webkit-transition: opacity 375ms cubic-bezier(.215, .61, .355, 1);
    transition: opacity 375ms cubic-bezier(.215, .61, .355, 1)
  }
  .l-visual {
    height: 100vh;
    position: relative
  }
  .l-visual .copys {
    position: absolute;
    right: 32px;
    bottom: 40px;
    z-index: 1
  }
  .l-visual .copys .copy {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    color: #03006a;
    font-size: 32px;
    font-feature-settings: 'palt';
    text-align: right;
    letter-spacing: .08em;
    margin: 0 -.15em 32px 0
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-visual .copys .copy {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-visual .copys .copy .wo {
    margin-right: -.02em
  }
  .l-visual .copys .copy .e {
    margin-left: -.03em
  }
  .l-visual .copys .copy .ru {
    margin-left: -.1em;
    margin-right: -.05em
  }
  .l-visual .copys .copy .l {
    display: inline-block
  }
  .l-visual .copys .copy .l.bottom {
    margin-top: 10px
  }
  .l-visual .copys .subcopy {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    color: #03006a;
    font-size: 11px;
    font-feature-settings: 'palt';
    text-align: right;
    letter-spacing: .05em;
    padding-left: 32px
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-visual .copys .subcopy {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-visual .img {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden
  }
  .l-visual .img img {
    width: 854px;
    position: absolute;
    top: calc(50% - 120px);
    left: 50%
  }
  .l-about {
    padding: 64px 0;
    position: relative;
    z-index: 1
  }
  .l-about .inner .title {
    margin-bottom: 56px
  }
  .l-about .inner .contents .copy {
    width: 80%;
    height: auto;
    margin-bottom: 64px
  }
  .l-about .inner .contents .copy img {
    width: 100%
  }
  .l-about .inner .contents .txts .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: -7px;
    color: #03006a
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-about .inner .contents .txts .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-about .inner .contents .txts .txt+.txt {
    margin-bottom: -7px;
    margin-top: 33px
  }
  .l-solution {
    background: #f5f5f8;
    padding: 64px 0
  }
  .l-solution .inner .title {
    margin-bottom: 56px
  }
  .l-solution .inner .solution>li {
    background: #fff;
    padding: 24px 24px 28px 48px;
    position: relative
  }
  .l-solution .inner .solution>li+li {
    margin-top: 2px
  }
  .l-solution .inner .solution>li .name {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 17px;
    margin-top: -3px;
    color: #03006a;
    font-feature-settings: 'palt';
    letter-spacing: .05em
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-solution .inner .solution>li .name {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-solution .inner .solution>li .name .no {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #a7a5be;
    font-size: 12px;
    position: absolute;
    top: 25px;
    left: 22px
  }
  .l-solution .inner .solution>li .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 14px;
    margin-top: -6px;
    color: #03006a
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-solution .inner .solution>li .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-solution .inner .solution>li .list li {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: -3px;
    margin-top: -3px;
    color: #03006a;
    padding-left: 20px;
    position: relative
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-solution .inner .solution>li .list li {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-solution .inner .solution>li .list li:before {
    content: '';
    width: 8px;
    height: 1px;
    background: #03006a;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0
  }
  .l-solution .inner .solution>li .list li+li {
    margin-bottom: -3px;
    margin-top: 9px
  }
  .l-works {
    padding: 64px 0
  }
  .l-works .inner .list li, .l-works .inner .title {
    margin-bottom: 56px
  }
  .l-works .inner .list li .img {
    width: 100%;
    height: auto;
    margin-bottom: 28px
  }
  .l-works .inner .list li .img img {
    width: 100%
  }
  .l-works .inner .list li .category {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #a7a5be;
    font-size: 14px;
    margin: -.02em 0 calc(28px - .2em)
  }
  .l-works .inner .list li .name {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 27px;
    margin-top: -5px;
    color: #03006a;
    font-feature-settings: 'palt';
    letter-spacing: .05em
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-works .inner .list li .name {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-works .inner .list li .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: -7px;
    color: #03006a
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-works .inner .list li .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {

  .l-works .inner .list li .txt a {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: -4px;
    margin-top: 12px;
    color: #c95e30;
    text-decoration: none;
    display: inline-block
  }

  .l-works .inner .list li .txt .not-first {
    margin-top: 0px;
  }

  .l-works .inner .list li .txt a:after {
    content: url(/content/dam/nttcom/hq/jp/lp/koel/icn_blank.svg);
    margin-left: 8px
  }
  .l-works .inner .btn {
    height: 64px
  }
  .l-media {
    background: #f5f5f8;
    padding: 64px 0
  }
  .l-media .inner .title {
    margin-bottom: 56px
  }
  .l-media .inner .media .swiper-container {
    width: 100vw;
    margin-left: -32px;
    box-sizing: border-box
  }
  .l-media .inner .media .swiper-container .swiper-wrapper {
    margin-bottom: 48px
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide {
    width: 282px;
    height: auto
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a {
    width: 100%;
    text-decoration: none
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a .img {
    width: 100%;
    height: auto;
    margin-bottom: 24px
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a .img img {
    width: 100%
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a .date {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #9d9bb4;
    font-size: 14px;
    margin: -.02em 0 calc(20px - .02em)
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a .name {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: -4px;
    margin-top: -4px;
    color: #03006a;
    font-feature-settings: 'palt';
    letter-spacing: .05em
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide a .name {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide.more a {
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide.more a .icn {
    margin: 0 auto 16px
  }
  .l-media .inner .media .swiper-container .swiper-wrapper .swiper-slide.more a .all {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #c95e30;
    font-size: 16px
  }
  .l-media .inner .media .swiper-container .swiper-scrollbar {
    background: #fff;
    width: calc(100% - 64px);
    height: 3px;
    border-radius: 0;
    left: 32px;
    bottom: 0
  }
  .l-media .inner .media .swiper-container .swiper-scrollbar-drag {
    background: #03006a;
    border-radius: 0
  }
  .l-media .inner .note {
    margin-top: 64px
  }
  .l-media .inner .note .description {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    margin-top: -5px;
    color: #03006a;
    font-feature-settings: 'palt';
    letter-spacing: .05em;
    margin-bottom: 48px
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-media .inner .note .description {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-media .inner .note .description span {
    margin-right: 6px;
    position: relative;
    top: 4px
  }
  .l-team {
    padding: 64px 0
  }
  .l-team .inner .title {
    margin-bottom: 56px
  }
  .l-team .inner .list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
  }
  .l-team .inner .list li {
    width: calc((100% - 2px)/ 2);
    margin: 0 2px 40px 0
  }
  .l-team .inner .list li:nth-child(2n) {
    margin-right: 0
  }
  .l-team .inner .list li .img {
    width: 100%;
    height: auto;
    margin-bottom: 20px
  }
  .l-team .inner .list li .img img {
    width: 100%
  }
  .l-team .inner .list li .position {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 13px;
    margin-top: -3px;
    color: #03006a;
    font-feature-settings: 'palt';
    letter-spacing: .05em;
    padding-right: 16px
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-team .inner .list li .position {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-team .inner .list li .name {
    padding-right: 16px
  }
  .l-team .inner .list li .name .ja {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    color: #03006a;
    font-size: 18px;
    font-feature-settings: 'palt';
    letter-spacing: .05em;
    margin-bottom: 8px;
    display: block
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-team .inner .list li .name .ja {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-team .inner .list li .name .en {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #a7a5be;
    font-size: 12px;
    margin: -.2em 0
  }
  .l-team .inner .list li .sns, .l-team .inner .list li .txt {
    display: none
  }
  .l-team .inner .btn {
    height: 64px
  }
  .l-career {
    background: #f5f5f8;
    padding: 64px 0
  }
  .l-career .inner .head {
    margin-bottom: 56px
  }
  .l-career .inner .head .contents {
    margin-bottom: 48px
  }
  .l-career .inner .head .contents .title {
    margin-bottom: 56px
  }
  .l-career .inner .head .contents .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: -7px;
    color: #03006a
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-career .inner .head .contents .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-career .inner .head .value .list li+li {
    margin-top: 40px
  }
  .l-career .inner .head .value .list li .name {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    color: #03006a;
    font-size: 24px;
    font-feature-settings: 'palt';
    letter-spacing: .05em;
    margin-bottom: 20px;
    border-left: 2px solid #03006a;
    padding-left: 16px
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-career .inner .head .value .list li .name {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-career .inner .head .value .list li .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: -5px;
    margin-top: -5px;
    color: #03006a
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-career .inner .head .value .list li .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-career .inner>.list li+li {
    margin-top: 2px
  }
  .l-career .inner>.list li a {
    text-decoration: none;
    background: #fff;
    padding: 28px 24px;
    display: block;
    position: relative
  }
  .l-career .inner>.list li a .name {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 700;
    color: #03006a;
    font-size: 20px;
    margin: -.2em 0 calc(22px - .2em)
  }
  .l-career .inner>.list li a .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: -6px;
    margin-top: -6px;
    color: #03006a
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-career .inner>.list li a .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-career .inner>.list li a .icn {
    width: 12px;
    height: 9px;
    position: absolute;
    top: 30px;
    right: 24px
  }
  .l-career .inner>.list li a .icn .i {
    width: 10px;
    height: 7px;
    box-sizing: border-box;
    position: absolute;
    -webkit-transition: -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1);
    transition: transform 375ms cubic-bezier(.215, .61, .355, 1);
    transition: transform 375ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 375ms cubic-bezier(.215, .61, .355, 1)
  }
  .l-career .inner>.list li a .icn .i:nth-child(1) {
    border: 1px solid #c95e30;
    bottom: 0;
    left: 0;
    z-index: 1
  }
  .l-career .inner>.list li a .icn .i:nth-child(2) {
    border: 1px solid #e4ae97;
    top: 0;
    right: 0;
    z-index: 0
  }
  .l-footer {
    background: #020045;
    padding: 44px 32px 48px
  }
  .l-footer .logo {
    margin-bottom: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  .l-footer .logo .ntt {
    /* width: 120px; */
    height: auto;
    margin-right: 24px
  }
  .l-footer .logo .ntt img {
    width: 210px
  }
  .l-footer .logo .koel {
    width: 92px;
    height: auto;
  }
  .l-footer .logo .koel img {
    width: 100%
  }
  .l-footer .social {
    display: -webkit-box;
    display: flex
  }
  .l-footer .social li {
    width: calc((100% - 2px)/ 2)
  }
  .l-footer .social li+li {
    margin-left: 2px
  }
  .l-footer .social li a {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #fff;
    line-height: 56px;
    text-decoration: none;
    width: 100%;
    height: 56px;
    background: rgba(255, 255, 255, .1);
    padding-left: 24px;
    box-sizing: border-box;
    position: relative;
    display: block
  }
  .l-footer .social li a:after {
    content: '';
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0
  }
  .l-footer .social li a.note:after {
    background: url(/content/dam/nttcom/hq/jp/lp/koel/icn_note.svg) 50% 50% no-repeat
  }
  .l-footer .social li a.twitter:after {
    background: url(/content/dam/nttcom/hq/jp/lp/koel/icn_twitter.svg) 50% 50% no-repeat
  }
  .l-team-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    width: 100vw;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0s .5s;
    transition: opacity 0s .5s
  }
  .l-team-modal .modal {
    width: calc(100% - 64px);
    min-height: 100%;
    background: #fff;
    padding: 32px 32px 136px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 375ms cubic-bezier(.47, 0, .745, .715);
    transition: -webkit-transform 375ms cubic-bezier(.47, 0, .745, .715);
    transition: transform 375ms cubic-bezier(.47, 0, .745, .715);
    transition: transform 375ms cubic-bezier(.47, 0, .745, .715), -webkit-transform 375ms cubic-bezier(.47, 0, .745, .715)
  }
  .l-team-modal .modal .contents .img {
    width: 100%;
    height: auto;
    margin-bottom: 24px
  }
  .l-team-modal .modal .contents .img img {
    width: 100%
  }
  .l-team-modal .modal .contents .position {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 13px;
    margin-top: -3px;
    color: #03006a;
    font-feature-settings: 'palt';
    letter-spacing: .05em
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-team-modal .modal .contents .position {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-team-modal .modal .contents .name {
    margin-bottom: 28px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  .l-team-modal .modal .contents .name .ja {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    color: #03006a;
    font-size: 20px;
    font-feature-settings: 'palt';
    letter-spacing: .05em;
    margin-right: 12px
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-team-modal .modal .contents .name .ja {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-team-modal .modal .contents .name .en {
    font-family: Karla, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    color: #a7a5be;
    font-size: 12px
  }
  .l-team-modal .modal .contents .txt {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: -7px;
    color: #03006a
  }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:none), only screen and (max-width:768px) and (-ms-high-contrast:active) {
  .l-team-modal .modal .contents .txt {
    font-family: "メイリオ", Meiryo, sans-serif
  }
}

@media only screen and (max-width:768px) {
  .l-team-modal .modal .contents .txt a {
    color: #c95e30
  }
  .l-team-modal .modal .contents .sns {
    margin: 30px 0 0 -6px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  .l-team-modal .modal .contents .sns li+li {
    margin-left: 6px
  }
  .l-team-modal .modal .contents .sns li a {
    padding: 6px;
    display: block
  }
  .l-team-modal .modal .btn {
    width: calc(100% - 64px);
    position: absolute;
    bottom: 32px;
    left: 32px;
    height: 64px
  }
  .l-team-modal .bg {
    width: 100%;
    height: 100%;
    background: #f5f5f8;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(.39, .575, .565, 1);
    transition: opacity .5s cubic-bezier(.39, .575, .565, 1)
  }
  .l-team-modal.is-enable {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0s 0s;
    transition: opacity 0s 0s
  }
  .l-team-modal.is-enable .modal {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 750ms cubic-bezier(.05, 1, .125, 1);
    transition: -webkit-transform 750ms cubic-bezier(.05, 1, .125, 1);
    transition: transform 750ms cubic-bezier(.05, 1, .125, 1);
    transition: transform 750ms cubic-bezier(.05, 1, .125, 1), -webkit-transform 750ms cubic-bezier(.05, 1, .125, 1)
  }
  .l-team-modal.is-enable .bg {
    opacity: .9;
    -webkit-transition: opacity 375ms cubic-bezier(.215, .61, .355, 1);
    transition: opacity 375ms cubic-bezier(.215, .61, .355, 1)
  }
  footer {
    min-width: auto!important;
    padding: 0 24px!important;
    font-family: sans-serif;
    box-sizing: border-box
  }
  footer .footerInner {
    width: auto
  }
  footer a {
    text-decoration: none
  }
}