@charset "UTF-8";
.spi,
.spib,
.sp,
.spflex {
  display: none !important;
}

.pci {
  display: inline !important;
}

.pcib {
  display: inline-block !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 1099px), print {
  .pci,
  .pcib,
  .pc {
    display: none !important;
  }
  .spi {
    display: inline !important;
  }
  .spib {
    display: inline-block !important;
  }
  .sp {
    display: block !important;
  }
  .spflex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
main,
details,
aside,
footer,
header,
nav,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
address,
article,
main,
details,
aside,
footer,
header,
nav,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
address,
small {
  display: block;
}

nav ul {
  list-style: none;
}

a,
span {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

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

sup {
  font-size: .5em;
  display: inline-block;
  -webkit-transform: translate3d(0, -0.7em, 0);
          transform: translate3d(0, -0.7em, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

/*	Base
    ========================================== */
body {
  width: 100%;
  color: #101010;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

.fadeInTrigger, .fadeInLeftTrigger {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 1099px), print {
  .fadeIn {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
}

.fadeIn.-deley {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
}

@-webkit-keyframes fadeInAnime {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeftAnime;
          animation-name: fadeInLeftAnime;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 1099px), print {
  .fadeInLeft {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
}

@-webkit-keyframes fadeInLeftAnime {
  from {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInLeftAnime {
  from {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.moveDown {
  -webkit-animation-name: moveDownAnime;
          animation-name: moveDownAnime;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 1099px), print {
  .moveDown {
    opacity: 1;
    -webkit-animation: unset;
            animation: unset;
  }
}

@-webkit-keyframes moveDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px), print {
  .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 0 20px;
  z-index: 100;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1099px), print {
  .header {
    height: 45px;
    padding: 0 20px;
  }
}

.header__logo img {
  width: 286px;
  margin-top: 0.5em;
}

@media screen and (max-width: 1099px), print {
  .header__logo img {
    width: 160px;
  }
}

.header__nav {
  margin-left: 1rem;
}

@media screen and (max-width: 1099px), print {
  .header__nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    -webkit-transition: all .16s;
    transition: all .16s;
    background-color: #F1F0F1;
    margin-left: 0;
  }
}

.header__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1099px), print {
  .header__nav ul {
    display: block;
    padding: 80px 20px 20px;
  }
}

.header__nav ul li {
  padding: 0 25px 2px;
  border-left: 1px solid #000;
  line-height: 1;
}

@media screen and (max-width: 1360px), print {
  .header__nav ul li {
    padding: 0 10px 2px;
    border-left: none;
  }
}

@media screen and (max-width: 1099px), print {
  .header__nav ul li {
    padding: 20px 0;
    border-left: none;
  }
}

.header__nav ul li:first-child {
  border-left: none;
}

.header__nav ul li a {
  font-size: 14.5px;
  letter-spacing: .36px;
}

@media screen and (max-width: 1099px), print {
  .header__nav ul li a {
    font-size: 16px;
  }
}

.header__nav ul li a:link, .header__nav ul li a:visited, .header__nav ul li a:hover, .header__nav ul li a:active {
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .header__nav ul li a:link, .header__nav ul li a:visited, .header__nav ul li a:hover, .header__nav ul li a:active {
    color: #000;
  }
}

.header__nav ul li.-button {
  padding: 0;
  border-left: none;
  margin-left: 10px;
}

@media screen and (max-width: 1099px), print {
  .header__nav ul li.-button {
    margin-left: 0;
    margin-top: 20px;
  }
}

.header__nav ul li.-button a {
  background-color: #297CB4;
  border: none;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.header__nav ul li.-button a:link, .header__nav ul li.-button a:visited, .header__nav ul li.-button a:hover, .header__nav ul li.-button a:active {
  color: #FFF;
}

.header__nav ul li.-button a:hover {
  background-color: #509BCD;
}

.header__nav ul li.-button a:hover:link, .header__nav ul li.-button a:hover:visited, .header__nav ul li.-button a:hover:hover, .header__nav ul li.-button a:hover:active {
  color: #FFF;
}

@media screen and (max-width: 1099px), print {
  .header__nav ul li.-button a {
    background-color: #297CB4;
    border: none;
  }
  .header__nav ul li.-button a:link, .header__nav ul li.-button a:visited, .header__nav ul li.-button a:hover, .header__nav ul li.-button a:active {
    color: #FFF;
  }
  .header__nav ul li.-button a:hover {
    background-color: #509BCD;
  }
  .header__nav ul li.-button a:hover:link, .header__nav ul li.-button a:hover:visited, .header__nav ul li.-button a:hover:hover, .header__nav ul li.-button a:hover:active {
    color: #FFF;
  }
}

.header__nav.-on {
  left: 0;
}

.header__sp-globe {
  display: none;
}

@media screen and (max-width: 1099px), print {
  .header__sp-globe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__sp-globe a.-button {
    background-color: #297CB4;
    width: 80px;
    height: 20px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .1s;
    transition: all .1s;
    font-size: 10px;
    margin-right: 10px;
  }
  .header__sp-globe a.-button:link, .header__sp-globe a.-button:visited, .header__sp-globe a.-button:hover, .header__sp-globe a.-button:active {
    color: #FFF;
  }
  .header__sp-globe a.-button:hover {
    background-color: #509BCD;
  }
  .header__sp-globe a.-button:hover:link, .header__sp-globe a.-button:hover:visited, .header__sp-globe a.-button:hover:hover, .header__sp-globe a.-button:hover:active {
    color: #FFF;
    opacity: 1;
  }
  .header__sp-globe .-burger {
    width: 23px;
  }
}

.header .burger-close {
  display: none;
}

@media screen and (max-width: 1099px), print {
  .header .burger-close {
    display: block;
    width: 20px;
    position: absolute;
    top: 12px;
    right: 22px;
  }
}

.header .header__logo.-sp {
  display: none;
}

@media screen and (max-width: 1099px), print {
  .header .header__logo.-sp {
    display: block;
    position: absolute;
    top: 11px;
    left: 20px;
  }
}

.fv {
  position: fixed;
  width: 100vw;
  height: 200vh;
  top: 0;
  left: 0;
}

.fv__main {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  opacity: 1;
  background-image: url("../img/fv1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 1.5s ease-out;
  transition: background-image 1.5s ease-out;
}

@media screen and (max-width: 1099px), print {
  .fv__main {
    background-image: url("../img/fv1_sp.jpg");
  }
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (max-width: 1099px), print {
  .fv__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.fv__copy {
  margin-top: 90px;
}

@media screen and (max-width: 1099px), print {
  .fv__copy {
    margin-bottom: 90px;
    margin-top: 0;
  }
}

.fv__copy p {
  color: #FFF;
  text-shadow: 0 0 16px rgba(75, 75, 75, 0.9);
}

.fv__copy p.-one {
  font-family: 'Noto Serif JP', serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: #FFF;
}

@media screen and (max-width: 1099px), print {
  .fv__copy p.-one {
    font-size: 25px;
  }
}

.fv__copy p.-two {
  font-family: 'Noto Serif JP', serif;
  font-size: 50px;
}

@media screen and (max-width: 1099px), print {
  .fv__copy p.-two {
    font-size: 33px;
  }
}

.fv__copy p.-two span {
  font-size: 80px;
  font-weight: 300;
}

@media screen and (max-width: 1099px), print {
  .fv__copy p.-two span {
    font-size: 52.8px;
  }
}

.fv__copy p.-three {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.26;
  text-align: left;
  margin-top: 15px;
}

@media screen and (max-width: 1099px), print {
  .fv__copy p.-three {
    font-size: 11.8px;
  }
}

.fv__message {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 90px);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

@media screen and (max-width: 1099px), print {
  .fv__message {
    height: calc(100vh - 45px);
  }
}

.fv__message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.fv__message__ttl {
  font-family: 'Roboto', sans-serif;
  font-size: 48.5px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  text-align: left;
  color: #FFF;
  font-weight: normal;
  margin-bottom: 40px;
}

@media screen and (max-width: 1099px), print {
  .fv__message__ttl {
    font-size: 34.3px;
    margin-bottom: 30px;
  }
}

.fv__message__paragraph {
  font-size: 16.5px;
  line-height: 2.05;
  letter-spacing: .46px;
  text-align: left;
  color: #FFF;
}

@media screen and (max-width: 1099px), print {
  .fv__message__paragraph {
    font-size: 13.3px;
    line-height: 2.28;
    letter-spacing: .33px;
  }
}

.h2 {
  position: relative;
  margin-bottom: 30px;
}

.h2:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #D4D4D4;
  z-index: -1;
}

@media screen and (max-width: 1099px), print {
  .h2:after {
    top: calc(50% - 5px);
  }
}

.h2 p {
  font-family: 'Roboto', sans-serif;
  font-size: 58px;
  font-weight: 300;
  font-style: italic;
  color: #2689CC;
  background: #000;
  background-color: #FFF;
  display: inline-block;
  padding-right: 10px;
  line-height: 1.25;
}

@media screen and (max-width: 1099px), print {
  .h2 p {
    font-size: 44px;
  }
}

.h2 span {
  font-size: 16px;
  text-align: left;
  color: #000;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
}

@media screen and (max-width: 1099px), print {
  .h2 span {
    font-size: 15.8px;
  }
}

.h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 38px;
  line-height: 1.59;
  text-align: left;
  font-weight: normal;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .h3 {
    font-size: 25.5px;
    line-height: 1.57;
    letter-spacing: -.64px;
  }
}

.about-us {
  padding: 80px 0;
  position: relative;
  margin-top: 200vh;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}

@media screen and (max-width: 1099px), print {
  .about-us {
    padding: 40px 0 1px;
  }
}

.about-us__item-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1099px), print {
  .about-us__item-wrap {
    display: block;
    margin-top: 40px;
  }
}

.about-us__item {
  width: 500px;
  display: block;
}

.about-us__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: .8;
}

@media screen and (max-width: 1099px), print {
  .about-us__item {
    width: 100%;
    margin-bottom: 43px;
  }
}

.about-us__item__img-wrap {
  overflow: hidden;
}

.about-us__item__img-wrap img {
  margin-bottom: 10px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.about-us__item__info {
  position: relative;
  display: block;
}

.about-us__item__info:after {
  position: absolute;
  top: calc(50% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  content: '';
  background: url("../img/more-small.png") no-repeat center/cover;
}

@media screen and (max-width: 1099px), print {
  .about-us__item__info:after {
    top: calc(50% + 12px);
    width: 25px;
    height: 25px;
  }
}

.about-us__item__tag {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: .75;
  color: #2689CC;
}

@media screen and (max-width: 1099px), print {
  .about-us__item__tag {
    font-size: 15.8px;
    line-height: .84;
  }
}

.about-us__item p {
  font-size: 23.5px;
  font-weight: 500;
  line-height: 1.51;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .about-us__item p {
    font-size: 19px;
    line-height: 1.32;
    letter-spacing: normal;
  }
}

.our-members {
  padding-bottom: 130px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}

@media screen and (max-width: 1099px), print {
  .our-members {
    padding-bottom: 53.5px;
  }
}

.our-members__head {
  margin: 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1099px), print {
  .our-members__head {
    margin: 39px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.our-members__head span {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  color: #2689CC;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1099px), print {
  .our-members__head span {
    font-size: 16px;
    letter-spacing: -.8px;
    margin-top: 4px;
  }
}

.our-members__head img {
  width: 100px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1099px), print {
  .our-members__head img {
    width: 50px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.our-members__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1099px), print {
  .our-members__wrap {
    display: block;
  }
}

.our-members__item {
  width: 335px;
  margin-bottom: 80px;
  margin-right: 47.5px;
  display: block;
}

.our-members__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: .8;
}

@media screen and (max-width: 1099px), print {
  .our-members__item {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}

.our-members__item:nth-child(3n) {
  margin-right: 0;
}

.our-members__item__img-wrap {
  overflow: hidden;
  line-height: 0;
}

.our-members__item__img-wrap img {
  width: 100%;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.our-members__item span {
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: .75;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1099px), print {
  .our-members__item span {
    margin-top: 12px;
    font-size: 15.8px;
  }
}

.our-members__item p {
  font-size: 18.5px;
  font-weight: 500;
  line-height: 1.92;
  text-align: left;
  color: #0B356A;
}

@media screen and (max-width: 1099px), print {
  .our-members__item p {
    font-size: 15.8px;
    line-height: 1.54;
  }
}

.our-members__cross {
  display: block;
}

@media screen and (max-width: 1099px), print {
  .our-members__cross {
    margin-top: 50px;
  }
}

.our-members__cross:hover img {
  opacity: .8;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.our-members__cross__img-wrap {
  overflow: hidden;
  line-height: 0;
}

.our-members__cross__img-wrap img {
  width: 100%;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.our-members__cross__info {
  margin-top: 10px;
  position: relative;
  display: block;
}

.our-members__cross__info:after {
  position: absolute;
  top: calc(50% + 11px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  content: '';
  background: url("../img/more-small.png") no-repeat center/cover;
}

@media screen and (max-width: 1099px), print {
  .our-members__cross__info:after {
    width: 25px;
    height: 25px;
  }
}

.our-members__cross span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: .75;
  text-align: left;
  color: #2689CC;
  margin-bottom: 7px;
}

@media screen and (max-width: 1099px), print {
  .our-members__cross span {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.our-members__cross p {
  font-size: 23.5px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.51;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .our-members__cross p {
    font-size: 19px;
    line-height: 1.32;
  }
}

.foot-links {
  background: url("../img/gradation.png") no-repeat center/cover;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1099px), print {
  .foot-links {
    padding: 40px 0;
  }
}

.foot-links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1099px), print {
  .foot-links__inner {
    display: block;
  }
}

.foot-links a {
  width: 520px;
  margin-bottom: 60px;
  height: 120px;
  text-align: center;
  font-size: 23.5px;
  font-weight: 500;
  -webkit-box-shadow: 0 0 5.3px 2.7px rgba(150, 150, 150, 0.15);
          box-shadow: 0 0 5.3px 2.7px rgba(150, 150, 150, 0.15);
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 1099px), print {
  .foot-links a {
    width: 100%;
    margin-bottom: 20px;
    height: 75px;
    font-size: 20.5px;
  }
}

.foot-links a:link, .foot-links a:visited, .foot-links a:hover, .foot-links a:active {
  color: #000;
}

.foot-links a:after {
  position: absolute;
  top: 36px;
  right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  content: '';
  background: url("../img/more-small.png") no-repeat center/cover;
}

@media screen and (max-width: 1099px), print {
  .foot-links a:after {
    top: 25px;
    right: 15.5px;
    width: 25px;
    height: 25px;
  }
}

.foot-links a.-lg {
  width: 100%;
  margin-bottom: 0;
}

.foot-links span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #2689CC;
  display: block;
}

@media screen and (max-width: 1099px), print {
  .foot-links span {
    font-size: 13.8px;
  }
}

.footer {
  background-color: #E8F4F7;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1099px), print {
  .footer {
    padding: 30px 0 0;
  }
}

.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1099px), print {
  .footer .inner {
    display: block;
  }
}

@media screen and (max-width: 1099px), print {
  .footer__logo {
    display: none;
  }
}

.footer__logo img {
  width: 231px;
  mix-blend-mode: multiply;
}

.footer__navi {
  width: 620px;
}

@media screen and (max-width: 1099px), print {
  .footer__navi {
    width: 100%;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 1099px), print {
  .footer__top {
    display: block;
    margin-bottom: 30px;
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1099px), print {
  .footer__bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__bottom .-one {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__bottom .-two {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__bottom .-three {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footer__link {
  font-size: 14.5px;
  margin-bottom: 30px;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 1099px), print {
  .footer__link {
    font-size: 12px;
    margin-right: 15px;
  }
}

.footer__link.-top {
  margin-bottom: 0;
}

.footer__link:link, .footer__link:visited, .footer__link:hover, .footer__link:active {
  color: #000;
}

.footer__link span {
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: .1;
  color: #2689CC;
  display: block;
}

@media screen and (max-width: 1099px), print {
  .footer__link span {
    font-size: 10px;
    margin-bottom: 7px;
  }
}

.footer__button {
  background-color: #4097D2;
  color: #FFF;
  text-align: center;
  width: 180px;
  height: 40px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4FACFE), to(#00F2FE));
  background-image: linear-gradient(to top, #4FACFE, #00F2FE);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14.5px;
  font-weight: 500;
}

@media screen and (max-width: 1099px), print {
  .footer__button {
    display: none;
  }
}

.copyright {
  padding: 20px 0;
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.copyright__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1099px), print {
  .copyright__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.copyright a {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1099px), print {
  .copyright a {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}

.copyright a:link, .copyright a:visited, .copyright a:hover, .copyright a:active {
  color: #000;
}

.copyright a:hover {
  text-decoration: underline;
}

.copyright a img {
  width: 12px;
  margin-right: 6px;
}

.copyright p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 14.5px;
  line-height: 1.5;
  color: #000;
  text-align: right;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}

@media screen and (max-width: 1099px), print {
  .copyright p {
    font-size: 9.5px;
  }
}

@media screen and (max-width: 1099px), print {
  .copyright {
    padding: 22px 0;
  }
}

.fv-keyword {
  margin-top: 90px;
  height: 320px;
  background: url("../img/fv-keyword.jpg") no-repeat center/cover;
}

@media screen and (max-width: 1099px), print {
  .fv-keyword {
    margin-top: 45px;
    height: auto;
    padding: 20px 0;
  }
}

.fv-keyword__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.fv-keyword__copy {
  color: #FFF;
}

.fv-keyword__copy span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.16;
  display: block;
  margin-bottom: 8px;
}

@media screen and (max-width: 1099px), print {
  .fv-keyword__copy span {
    font-size: 10px;
  }
}

.fv-keyword__copy h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.24;
}

@media screen and (max-width: 1099px), print {
  .fv-keyword__copy h1 {
    font-size: 25px;
  }
}

.fv-keyword__copy p {
  padding-top: 35px;
  font-size: 18.5px;
  font-weight: 300;
  line-height: 2.14;
  letter-spacing: .46px;
  color: #FFF;
}

@media screen and (max-width: 1099px), print {
  .fv-keyword__copy p {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
}

.fv-numbers {
  margin-top: 90px;
  height: 320px;
  background: url("../img/fv-number.jpg") no-repeat center/cover;
}

@media screen and (max-width: 1099px), print {
  .fv-numbers {
    margin-top: 45px;
    height: auto;
    padding: 20px 0;
  }
}

.fv-numbers__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.fv-numbers__copy {
  color: #FFF;
}

.fv-numbers__copy span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.16;
  display: block;
  margin-bottom: 8px;
}

@media screen and (max-width: 1099px), print {
  .fv-numbers__copy span {
    font-size: 10px;
  }
}

.fv-numbers__copy h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.24;
}

@media screen and (max-width: 1099px), print {
  .fv-numbers__copy h1 {
    font-size: 25px;
  }
}

.fv-numbers__copy p {
  padding-top: 35px;
  font-size: 18.5px;
  font-weight: 300;
  line-height: 2.14;
  letter-spacing: .46px;
  color: #FFF;
}

@media screen and (max-width: 1099px), print {
  .fv-numbers__copy p {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
}

.keyword-main {
  padding: 0 0 30px;
}

@media screen and (max-width: 1099px), print {
  .keyword-main {
    padding: 50px 25px 20px;
  }
}

.keyword-main__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1099px), print {
  .keyword-main__wrap {
    display: block;
    padding: 0;
  }
}

.keyword-main__item {
  width: 500px;
}

@media screen and (max-width: 1099px), print {
  .keyword-main__item {
    width: 100%;
    margin-bottom: 50px;
  }
}

.keyword-main__item img {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.keyword-main__item p {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  color: #000;
  margin-top: 50px;
}

@media screen and (max-width: 1099px), print {
  .keyword-main__item p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8;
  }
}

.keyword-main__item.-wide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 75px 0;
}

@media screen and (max-width: 1099px), print {
  .keyword-main__item.-wide {
    display: block;
    padding: 0;
  }
}

.keyword-main__item.-wide img {
  width: 550px;
  height: auto;
}

@media screen and (max-width: 1099px), print {
  .keyword-main__item.-wide img {
    width: 100%;
  }
}

.keyword-main__item.-wide p {
  width: 500px;
  margin-top: 0;
}

@media screen and (max-width: 1099px), print {
  .keyword-main__item.-wide p {
    width: 100%;
  }
}

.keyword-main .vertical-line {
  width: 2px;
  height: 470px;
  background-color: #DFEAEC;
}

@media screen and (max-width: 1099px), print {
  .keyword-main .vertical-line {
    display: none;
  }
}

.keyword-main .horizontal-line {
  width: 100%;
  height: 2px;
  background-color: #DFEAEC;
}

@media screen and (max-width: 1099px), print {
  .keyword-main .horizontal-line {
    display: none;
  }
}

.numbers-main {
  padding: 0 0 70px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main {
    padding: 0 0 20px;
  }
}

.numbers-main__h2 {
  line-height: 1;
  text-align: center;
  position: relative;
  margin: 85px 0 80px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__h2 {
    margin: 60px 0 40px;
  }
}

.numbers-main__h2 span {
  font-size: 26.5px;
  font-weight: bold;
  color: #2689CC;
  background-color: #FFF;
  padding: 0 20px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__h2 span {
    font-size: 20px;
    padding: 0 15px;
  }
}

.numbers-main__h2:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  z-index: -1;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #CACACA;
}

.numbers-main__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__wrap {
    display: block;
  }
}

.numbers-main__item {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 3.3px 1.7px rgba(221, 221, 221, 0.25);
          box-shadow: 0 0 3.3px 1.7px rgba(221, 221, 221, 0.25);
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item {
    margin-bottom: 20px;
  }
}

.numbers-main__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item__flex {
    display: block;
  }
}

.numbers-main__item img {
  pointer-events: none;
}

.numbers-main__item.-small {
  width: 350px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 0 25px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-small {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
}

.numbers-main__item.-small img {
  display: block;
  margin: 0 auto;
}

.numbers-main__item.-small img.-one {
  width: 90px;
  margin-top: 15px;
}

.numbers-main__item.-small img.-two {
  width: 78px;
  margin-top: 15px;
}

.numbers-main__item.-small img.-three {
  width: 56px;
  margin-top: 12px;
}

.numbers-main__item.-small .numbers-main__item__ttl {
  font-size: 27.5px;
  font-weight: bold;
  text-align: center;
  color: #2689CC;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-small .numbers-main__item__ttl {
    font-size: 22px;
  }
}

.numbers-main__item.-small .numbers-main__item__ttl-sub {
  font-size: 14.5px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-small .numbers-main__item__ttl-sub {
    font-size: 11px;
  }
}

.numbers-main__item.-small .numbers-main__item__number {
  font-size: 88px;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -3.52px;
  color: #2689CC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-small .numbers-main__item__number {
    font-size: 23px;
    letter-spacing: normal;
    margin-top: 12px;
  }
}

.numbers-main__item.-small .numbers-main__item__number span {
  font-size: 27.5px;
  font-weight: bold;
  letter-spacing: normal;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-small .numbers-main__item__number span {
    font-size: 20px;
  }
}

.numbers-main__item.-small .numbers-main__item__kome {
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
  color: #000;
  margin-top: 8px;
  margin-right: 10px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-small .numbers-main__item__kome {
    font-size: 10px;
    line-height: 1.3;
  }
}

.numbers-main__item.-small .numbers-main__item__notes {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.72;
  text-align: center;
  color: #000;
  margin-top: 8px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-small .numbers-main__item__notes {
    font-size: 10px;
    line-height: 1.3;
  }
}

.numbers-main__item.-mid {
  width: 530px;
  height: 240px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-mid {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
}

.numbers-main__item.-mid img.-one {
  width: 136px;
  margin-right: 50px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-mid img.-one {
    margin-right: 20px;
  }
}

.numbers-main__item.-mid img.-two {
  width: 91px;
  margin-right: 50px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-mid img.-two {
    margin-right: 20px;
  }
}

.numbers-main__item.-mid .numbers-main__item__ttl {
  font-size: 27.5px;
  font-weight: bold;
  text-align: center;
  color: #2689CC;
  margin-bottom: 20px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-mid .numbers-main__item__ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.numbers-main__item.-mid .numbers-main__item__number {
  font-size: 88px;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -3.52px;
  color: #2689CC;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-mid .numbers-main__item__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 35px;
    margin-top: 15px;
    letter-spacing: normal;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.numbers-main__item.-mid .numbers-main__item__number span {
  font-size: 27.5px;
  font-weight: bold;
  letter-spacing: normal;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-mid .numbers-main__item__number span {
    font-size: 20px;
  }
}

.numbers-main__item.-mid .numbers-main__item__notes {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.72;
  text-align: center;
  color: #000;
  margin-top: 8px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-mid .numbers-main__item__notes {
    font-size: 10px;
    line-height: 1.3;
  }
}

.numbers-main__item.-large {
  width: 100%;
  height: 550px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 40px 40px 40px;
  position: relative;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-large {
    height: auto;
    display: block;
    height: auto;
    display: block;
    padding: 20px 10px 20px 10px;
    overflow: hidden;
  }
  .numbers-main__item.-large:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    z-index: 0;
    background: url("../img/number3_sp.png") no-repeat center/contain;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.numbers-main__item.-large .numbers-main__item__locations {
  width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-large .numbers-main__item__locations {
    width: 100%;
    position: relative;
    display: block;
  }
}

.numbers-main__item.-large .numbers-main__item__locations p {
  width: 170px;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-large .numbers-main__item__locations p {
    width: 150px;
    font-size: 16px;
    display: block;
  }
}

.numbers-main__item.-large .numbers-main__item__locations p:before {
  content: '・';
  color: #2689CC;
  font-size: 14px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-large .numbers-main__item__locations p:before {
    font-size: 10px;
  }
}

.numbers-main__item.-large .numbers-main__item__locations p span {
  font-family: 'Roboto', sans-serif;
  font-size: 58px;
  font-weight: bold;
  color: #2689CC;
  margin: 0 4.5px;
  letter-spacing: -2px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-large .numbers-main__item__locations p span {
    font-size: 25px;
    letter-spacing: -.5px;
  }
}

.numbers-main__item.-large .numbers-main__item__jigyousosuu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-large .numbers-main__item__jigyousosuu {
    margin-top: 40px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column;
    padding-left: 60%;
  }
}

.numbers-main__item.-large .numbers-main__item__jigyousosuu h4 {
  font-size: 48.5px;
  font-weight: bold;
  line-height: 1;
  color: #2689CC;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-large .numbers-main__item__jigyousosuu h4 {
    font-size: 30px;
  }
}

.numbers-main__item.-large .numbers-main__item__jigyousosuu p {
  font-family: 'Roboto', sans-serif;
  font-size: 114.5px;
  font-weight: bold;
  letter-spacing: -4.58px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #2689CC;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-large .numbers-main__item__jigyousosuu p {
    font-size: 50px;
    letter-spacing: normal;
  }
}

.numbers-main__item.-large .numbers-main__item__jigyousosuu p span {
  font-size: 39.5px;
  letter-spacing: normal;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-large .numbers-main__item__jigyousosuu p span {
    font-size: 25px;
  }
}

.numbers-main__item.-large .numbers-main__item__jigyousosuu p.caption{
  font-size: 14px;
  font-weight: 500;
  color: #252525;
  letter-spacing: 0.04em;
  margin-top: -0.4rem;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-large .numbers-main__item__jigyousosuu p.caption{
    margin-top: 0.4rem;
  }
}

.numbers-main__item.-large img {
  width: 716px;
  position: absolute;
  top: 44px;
  right: 132px;
}

@media screen and (max-width: 1099px), print {
  .numbers-main__item.-large img {
    display: none;
  }
}

.modfeb20 .foot-links a:nth-child(1), .modfeb20 .foot-links a:nth-child(2) {
  pointer-events: none;
  position: relative;
}

.modfeb20 .foot-links a:nth-child(1):before, .modfeb20 .foot-links a:nth-child(2):before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: 'Coming Soon';
  background-color: rgba(0, 111, 123, 0.7);
  z-index: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 27.5px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -1.38px;
  text-align: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modfeb20 .our-members__commingsoon {
  display: block;
  font-family: 'Roboto', sans-serif;
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 88px;
  font-weight: 300;
  font-style: italic;
  line-height: .42;
  letter-spacing: -4.4px;
  text-align: center;
  color: #A1D1F1;
}

@media screen and (max-width: 1099px), print {
  .modfeb20 .our-members__commingsoon {
    white-space: nowrap;
    font-size: 60px;
    margin-top: 70px;
    letter-spacing: -3px;
  }
}

.modfeb20 .header__nav ul li:nth-child(3) a, .modfeb20 .header__nav ul li:nth-child(4) a, .modfeb20 .header__nav ul li:nth-child(5) a, .modfeb20 .header__nav ul li:nth-child(6) a {
  pointer-events: none;
}

.modfeb20 .header__nav ul li:nth-child(3) a:link, .modfeb20 .header__nav ul li:nth-child(3) a:visited, .modfeb20 .header__nav ul li:nth-child(3) a:hover, .modfeb20 .header__nav ul li:nth-child(3) a:active, .modfeb20 .header__nav ul li:nth-child(4) a:link, .modfeb20 .header__nav ul li:nth-child(4) a:visited, .modfeb20 .header__nav ul li:nth-child(4) a:hover, .modfeb20 .header__nav ul li:nth-child(4) a:active, .modfeb20 .header__nav ul li:nth-child(5) a:link, .modfeb20 .header__nav ul li:nth-child(5) a:visited, .modfeb20 .header__nav ul li:nth-child(5) a:hover, .modfeb20 .header__nav ul li:nth-child(5) a:active, .modfeb20 .header__nav ul li:nth-child(6) a:link, .modfeb20 .header__nav ul li:nth-child(6) a:visited, .modfeb20 .header__nav ul li:nth-child(6) a:hover, .modfeb20 .header__nav ul li:nth-child(6) a:active {
  color: #CACACA;
}

.modfeb20 .footer__bottom > div:nth-child(2) a, .modfeb20 .footer__bottom > div:nth-child(3) a {
  pointer-events: none;
  opacity: .3;
}

.fv-zadankai {
  height: 950px;
  position: relative;
  padding-top: 166px;
}

@media screen and (max-width: 1099px), print {
  .fv-zadankai {
    height: 100%;
    padding-top: 80px;
  }
}

.fv-zadankai:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 545px;
  content: '';
  background-color: #0093B6;
  z-index: -1;
}

@media screen and (max-width: 1099px), print {
  .fv-zadankai:before {
    height: 80%;
  }
}

.fv-zadankai__inner {
  width: 1120px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1099px), print {
  .fv-zadankai__inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fv-zadankai__sub {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.16;
  text-align: left;
  color: #FFF;
}

@media screen and (max-width: 1099px), print {
  .fv-zadankai__sub {
    font-size: 10px;
  }
}

.fv-zadankai__h1 {
  color: #FFF;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.24;
}

@media screen and (max-width: 1099px), print {
  .fv-zadankai__h1 {
    font-size: 25px;
  }
}

.fv-zadankai__img-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 73px auto 0;
}

@media screen and (max-width: 1099px), print {
  .fv-zadankai__img-wrap {
    margin-top: 40px;
  }
}

.fv-zadankai__img-wrap img {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 1275px;
  max-width: 90%;
}

@media screen and (max-width: 1099px), print {
  .fv-zadankai__img-wrap img {
    width: 90%;
  }
}

.zadan-first {
  width: 780px;
  margin: 80px auto 0;
  padding-bottom: 80px;
}

@media screen and (max-width: 1099px), print {
  .zadan-first {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
    padding-bottom: 15px;
  }
}

.zadan-first__p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.33;
  letter-spacing: -.45px;
  text-align: justify;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .zadan-first__p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
  }
}

.zadan-first__members {
  margin-top: 80px;
}

@media screen and (max-width: 1099px), print {
  .zadan-first__members {
    margin-top: 40px;
  }
}

.zadan-first__members h2 {
  position: relative;
}

.zadan-first__members h2:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #D4D4D4;
  z-index: -1;
}

.zadan-first__members h2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 23.5px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: #2689CC;
  background-color: #FFF;
  padding-right: 10px;
}

@media screen and (max-width: 1099px), print {
  .zadan-first__members h2 span {
    font-size: 20px;
    padding-right: 8px;
  }
}

.zadan-first__members__wrap {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1099px), print {
  .zadan-first__members__wrap {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.zadan-first__members__item {
  text-align: center;
  width: 150px;
}

@media screen and (max-width: 1099px), print {
  .zadan-first__members__item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1099px), print {
  .zadan-first__members__item img {
    width: 100px;
  }
}

.zadan-first__members__item p {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: -.15px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .zadan-first__members__item p {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: normal;
    margin-bottom: 2px;
  }
}

.zadan-first__members__item p.-name {
  margin-top: 10px;
  font-size: 21px;
  line-height: 1.57;
  letter-spacing: -.21px;
}

@media screen and (max-width: 1099px), print {
  .zadan-first__members__item p.-name {
    margin-top: 5px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: normal;
  }
}

.zadan-first__members__item p.-yomi {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -.16px;
}

@media screen and (max-width: 1099px), print {
  .zadan-first__members__item p.-yomi {
    font-size: 12px;
    letter-spacing: normal;
  }
}

.zadan-first__members__item p.-yomi span {
  color: #2689CC;
}

.zadan-session {
  padding-top: 60px;
}

@media screen and (max-width: 1099px), print {
  .zadan-session {
    padding-top: 35px;
  }
}

.zadan-session:nth-child(2n) {
  background-color: #E8F4F7;
}

.zadan-session__inner {
  width: 941px;
  margin: 0 auto;
  padding-bottom: 83px;
}

@media screen and (max-width: 1099px), print {
  .zadan-session__inner {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.zadan-session__label {
  font-family: 'Roboto', sans-serif;
  font-size: 18.5px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #FFF;
  width: 114px;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4FACFE), to(#00F2FE));
  background-image: linear-gradient(to top, #4FACFE, #00F2FE);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 29px;
}

@media screen and (max-width: 1099px), print {
  .zadan-session__label {
    font-size: 13px;
    margin-bottom: 25px;
  }
}

.zadan-session__h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.62;
  text-align: center;
  color: #000;
  margin-bottom: 80px;
}

@media screen and (max-width: 1099px), print {
  .zadan-session__h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}

.zadan-session__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 44px;
}

@media screen and (max-width: 1099px), print {
  .zadan-session__item {
    margin-top: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.zadan-session__item:first-child {
  margin-top: 0;
}

.zadan-session__item img {
  width: 80px;
}

@media screen and (max-width: 1099px), print {
  .zadan-session__item img {
    width: 40px;
    margin-top: 3px;
  }
}

.zadan-session__item p {
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -.4px;
  text-align: left;
  color: #424242;
  margin-left: 51px;
  text-align: justify;
}

@media screen and (max-width: 1099px), print {
  .zadan-session__item p {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: -.2px;
    margin-left: 15px;
  }
}

.zadan-session__eyecatch {
  line-height: 0;
}

.zadan-session__eyecatch img {
  width: 100%;
}

.fv-welfare, .fv-empdev {
  margin-top: 90px;
  height: 320px;
  background-color: #0093B6;
}

@media screen and (max-width: 1099px), print {
  .fv-welfare, .fv-empdev {
    margin-top: 45px;
    height: auto;
    padding: 40px 0;
  }
}

.fv-welfare__inner, .fv-empdev__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.fv-welfare__copy, .fv-empdev__copy {
  color: #FFF;
}

.fv-welfare__copy span, .fv-empdev__copy span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.16;
  display: block;
  margin-bottom: 8px;
}

@media screen and (max-width: 1099px), print {
  .fv-welfare__copy span, .fv-empdev__copy span {
    font-size: 10px;
  }
}

.fv-welfare__copy h1, .fv-empdev__copy h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.24;
}

@media screen and (max-width: 1099px), print {
  .fv-welfare__copy h1, .fv-empdev__copy h1 {
    font-size: 25px;
  }
}

.welfare-first {
  width: 780px;
  margin: 80px auto 0;
  padding-bottom: 80px;
}

@media screen and (max-width: 1099px), print {
  .welfare-first {
    width: 100%;
    margin-top: 0;
    padding: 20px 15px;
  }
}

.welfare-first__p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.33;
  letter-spacing: -.45px;
  text-align: justify;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .welfare-first__p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
  }
}

.welfare-main {
  background-color: #E8F4F7;
  padding: 79px 0 109px;
}

@media screen and (max-width: 1099px), print {
  .welfare-main {
    padding: 40px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.welfare-item {
  width: 900px;
  background-color: #FFF;
  margin: 40px auto 0;
}

@media screen and (max-width: 1099px), print {
  .welfare-item {
    width: 100%;
    margin-top: 20px;
  }
}

.welfare-item:first-child {
  margin-top: 0;
}

.welfare-item h3 span {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: .53px;
  text-align: center;
  color: #FFF;
  background-color: #FFF;
  background-color: #0093B6;
  padding: 15px 30px;
}

@media screen and (max-width: 1099px), print {
  .welfare-item h3 span {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .3px;
    padding: 8px 20px;
  }
}

.welfare-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  padding: 40px 20px 30px;
}

@media screen and (max-width: 1099px), print {
  .welfare-item__wrap {
    display: block;
    padding: 20px 15px;
  }
}

.welfare-item__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1099px), print {
  .welfare-item__figure {
    width: 100%;
    margin: 20px 0 30px;
  }
}

.welfare-item__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.welfare-item__info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 1099px), print {
  .welfare-item__info__wrap {
    display: block;
  }
}

.welfare-item__info__blk {
  border-left: 4px solid #0093B6;
  padding: 14px 0 14px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

@media screen and (max-width: 1099px), print {
  .welfare-item__info__blk {
    border-left-width: 3px;
    padding: 7px 0 7px 8px;
    margin-bottom: 18px;
  }
}

.welfare-item__info__blk.-a {
  width: 304px;
}

@media screen and (max-width: 1099px), print {
  .welfare-item__info__blk.-a {
    width: 100%;
  }
}

.welfare-item__info__blk h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.welfare-item__info__blk h4.mt{
  margin-top: 20px;
}

@media screen and (max-width: 1099px), print {
  .welfare-item__info__blk h4 {
    font-size: 15px;
  }
}

.welfare-item__info__blk p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.4px;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .welfare-item__info__blk p {
    font-size: 12px;
  }
}

.welfare-item__info__blk img {
  margin-top: 10px;
}

@media screen and (max-width: 1099px), print {
  .welfare-item__info__blk img {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1099px), print {
.welfare-item__info__blk_list li {
  padding-left: 1em;
  text-indent: -0.5em;
  font-size: 12px;
}
}

.welfare-item__info__blk_list li span.trySmall {
  display: inline-block;
  font-size: 8px;
  color: #0093B6;
  vertical-align: middle;
  padding-right: 1em;
  margin-top: -0.5em;
}



.empdev-first {
  padding: 70px 0 80px;
  background-color: #F7FAFC;
}

@media screen and (max-width: 1099px), print {
  .empdev-first {
    width: 100%;
    padding: 40px 15px 20px;
  }
}

.empdev-first__ttl {
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 1099px), print {
  .empdev-first__ttl {
    margin-bottom: 38px;
  }
}

.empdev-first__ttl span {
  font-size: 23.5px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 14px;
  color: #000;
  position: relative;
}

@media screen and (max-width: 1099px), print {
  .empdev-first__ttl span {
    font-size: 19px;
    padding-bottom: 12px;
  }
}

.empdev-first__ttl span:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 80px;
  height: 2px;
  background-color: #2689CC;
  content: '';
}

@media screen and (max-width: 1099px), print {
  .empdev-first__ttl span:before {
    width: 40px;
  }
}

.empdev-first__p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .4px;
  text-align: justify;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .empdev-first__p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.empdev-box {
  padding: 80px 40px 40px;
  background-color: #FFF;
  margin-top: 50px;
}

@media screen and (max-width: 1099px), print {
  .empdev-box {
    padding: 20px;
    margin-top: 30px;
  }
}

.empdev-box h3 {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 1099px), print {
  .empdev-box h3 {
    margin-bottom: 30px;
  }
}

.empdev-box h3:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #ADADAD;
  z-index: 0;
}

.empdev-box h3 span {
  font-size: 18.5px;
  font-weight: 500;
  line-height: 1;
  background-color: #FFF;
  padding: 0 10px;
  color: #297CB4;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1099px), print {
  .empdev-box h3 span {
    font-size: 16px;
    padding: 0 7px;
  }
}

.empdev-box__main {
  position: relative;
}

.empdev-box__main__text {
  position: absolute;
  width: 512px;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .4px;
  text-align: justify;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .empdev-box__main__text {
    position: static;
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: normal;
    margin-bottom: 20px;
  }
}

.empdev-box__main img {
  width: 100%;
}

.empdev-exp {
  padding: 100px 0 0;
  background-color: #FFF;
}

@media screen and (max-width: 1099px), print {
  .empdev-exp {
    padding-top: 40px;
  }
}

.empdev-exp__sec {
  margin-bottom: 70px;
}

@media screen and (max-width: 1099px), print {
  .empdev-exp__sec {
    margin-bottom: 40px;
  }
}

.empdev-exp__ttl {
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 38px;
}

@media screen and (max-width: 1099px), print {
  .empdev-exp__ttl {
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
}

.empdev-exp__ttl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #2A79C4;
}

.empdev-exp__ttl p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18.5px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .empdev-exp__ttl p {
    font-size: 15px;
  }
}

.empdev-exp__ttl img {
  width: 17px;
  margin-right: 7px;
}

.empdev-exp__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #FFF;
  border-radius: 17px;
  padding: 9px 28px;
  margin-bottom: 19px;
  display: inline-block;
}

@media screen and (max-width: 1099px), print {
  .empdev-exp__label {
    font-size: 14px;
    padding: 7px 20px;
    margin-bottom: 10px;
  }
}

.empdev-exp__label.-one {
  background-color: #5FAFB1;
}

.empdev-exp__label.-two {
  background-color: #0093B6;
}

.empdev-exp__label.-three {
  background-color: #2689CC;
}

.empdev-exp__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .4px;
  text-align: justify;
  color: #000;
  margin-bottom: 38px;
}

@media screen and (max-width: 1099px), print {
  .empdev-exp__text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: normal;
    margin-bottom: 20px;
  }
}

.empdev-exp__license-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.empdev-exp__license-wrap p {
  width: 350px;
  height: 36px;
  border-radius: 17px;
  border: solid 1px #2689CC;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1099px), print {
  .empdev-exp__license-wrap p {
    width: 100%;
    max-width: 350px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.fv-interview {
  height: 650px;
  margin-top: 90px;
}

@media screen and (max-width: 1099px), print {
  .fv-interview {
    height: auto;
    margin-top: 45px;
  }
}

.fv-interview__inner {
  max-width: 1600px;
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.fv-interview__img {
  position: absolute;
  top: 0;
  right: 2.3vw;
  height: 100%;
  width: auto;
}

@media screen and (max-width: 1350px), print {
  .fv-interview__img {
    right: 0;
  }
}

@media screen and (max-width: 1099px), print {
  .fv-interview__img {
    position: static;
    width: 100%;
    height: auto;
  }
}

.fv-interview__copy {
  width: 540px;
  background: #FFF;
  height: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 2.3vw;
  bottom: 0;
}

@media screen and (max-width: 1350px), print {
  .fv-interview__copy {
    left: 0;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1099px), print {
  .fv-interview__copy {
    position: relative;
    padding: 15px;
    height: auto;
    background: #FFF;
    margin-top: -40px;
    width: 90%;
  }
}

.fv-interview__tag {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: normal;
  color: #2689CC;
  margin-bottom: 10px;
}

@media screen and (max-width: 1099px), print {
  .fv-interview__tag {
    font-size: 12px;
    margin-bottom: 7px;
  }
}

.fv-interview__h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -.52px;
  text-align: left;
  color: #000;
  margin-bottom: 25px;
  white-space: nowrap;
}

@media screen and (max-width: 1099px), print {
  .fv-interview__h1 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: normal;
    margin-bottom: 10px;
    white-space: unset;
  }
}

.fv-interview__name {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1099px), print {
  .fv-interview__name {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.fv-interview__name .-kanji {
  font-size: 18.5px;
  font-weight: 500;
  line-height: 1.62;
  margin-right: 8px;
}

@media screen and (max-width: 1099px), print {
  .fv-interview__name .-kanji {
    font-size: 12px;
    line-height: 1.4;
    margin-right: 6px;
  }
}

.fv-interview__name .-yomi {
  font-size: 14.5px;
  line-height: 1.72;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1099px), print {
  .fv-interview__name .-yomi {
    font-size: 11px;
    line-height: 1.4;
  }
}

.fv-interview__name .-yomi span {
  font-weight: bold;
  color: #2689CC;
}

.int-content-right, .int-content-left {
  max-width: 1300px;
}

.int-content-right {
  margin-right: 2.3vw;
  margin-left: auto;
}

@media screen and (max-width: 1099px), print {
  .int-content-right {
    margin-right: 0;
  }
}

.int-content-left {
  margin-left: 2.3vw;
  margin-right: auto;
}

@media screen and (max-width: 1099px), print {
  .int-content-left {
    margin-left: 0;
  }
}

.int-heading {
  padding-top: 64px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1099px), print {
  .int-heading {
    padding-top: 40px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.int-heading__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1099px), print {
  .int-heading__labels {
    margin-bottom: 10px;
  }
}

.int-heading__labels p {
  margin-right: 11px;
  min-width: 120px;
  padding: 0 10px;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #2689CC;
  background-color: #2689CC;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 2.34;
  text-align: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1099px), print {
  .int-heading__labels p {
    margin-right: 7px;
    min-width: unset;
    width: auto;
    font-size: 11px;
    height: auto;
    padding: 1px 10px;
  }
}

.int-heading__text {
  font-size: 14px;
  line-height: 2.29;
  letter-spacing: -.35px;
  text-align: justify;
  color: #000;
  width: 1100px;
}

@media screen and (max-width: 1099px), print {
  .int-heading__text {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: normal;
    width: 100%;
  }
}
/*------------------------------------------------*/
.conv-profile {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 130px;
  background-color: #fafafa;
}
.conv-profile__title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  color: #000;
  display: block;
  margin-bottom: 35px;
}
.conv-profile__title span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: .41;
  color: #2689CC;
  display: inline-block;
}
.conv-heading {
  display: flex;
}
.conv-heading__box {
  display: flex;
  padding-right: 20px;
  width: 50%;
}
.conv-heading__box:first-of-type {
  border-right: 1px solid #dcdcdc;
}
.conv-heading__icon {
  display: block;
  text-align: center;
  margin-right: 24px;
  width: 182px;
}
.conv-heading__icon img {
  width: 100%;
  padding:0 16px;
}
.conv-heading__icon p {
  font-size: 18px;
  color: #2689CC;
}
.conv-heading__box:nth-of-type(2) .conv-heading__icon p {
  color: #ffa800;
}
.conv-heading__box:nth-of-type(2) .int-heading__labels p {
  border: solid 1px #ffa800;
  background-color: #ffa800;
}
.conv-heading__text {
  max-width: 340px;
  font-size: 13px;
  text-align: left;
  line-height: 1.9;
}
.int-section__question {
  margin-bottom: 5px;
}
.int-section__question span {
  font-size: 22px;
  color: #2689CC;
}
.int-section__question p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.int-section li {
  display: flex;
  margin-bottom: 35px;
}
.int-section li:last-of-type {
  margin-bottom: 0;
}
.int-section__name01,
.int-section__name02 {
  font-weight: normal;
  width: 55px;
  padding-right: 25px;
}
.int-section__name01 {
  color: #2689CC;
}
.int-section__name02 {
  color: #ffa800;
}
@media screen and (max-width: 1099px), print {
  .conv-profile {
  padding: 0 0 40px;
  margin-bottom: 0;
  }
  .conv-profile__title {
    font-size: 17px;
  }
  .conv-profile__title span {
    font-size: 13px;
  }
  .conv-heading {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
  .conv-heading__box {
    width: auto;
    margin: 0 auto;
    padding-right: 0;
}
.conv-heading__box:first-of-type {
  border-right: none;
  margin-bottom: 18px;
}
  .conv-heading__icon {
    width: 104px;
    min-width: 104px;
    margin-right: 16px;
  }
  .conv-heading__icon img {
  width: 88px;
  padding: 0 8px;
}
  .conv-heading__icon p {
  font-size: 13px;
  line-height: 1;
  }
  .conv-heading__text {
  width: auto;
  max-width: 100%;
}
.int-section__question span {
  font-size: 17.875px;
}
.int-section__question p {
  font-size: 13px;
}
}
/*------------------------------------------------*/
.int-section {
  margin-bottom: 120px;
}

@media screen and (max-width: 1099px), print {
  .int-section {
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.int-section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1099px), print {
  .int-section__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.int-section__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 545px;
          flex: 0 0 545px;
  margin: 0 10px;
}

@media screen and (max-width: 1099px), print {
  .int-section__info {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.int-section__ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.51;
  text-align: left;
  color: #2689CC;
  margin-bottom: 38px;
  white-space: nowrap;
}

@media screen and (max-width: 1099px), print {
  .int-section__ttl {
    font-size: 17px;
    margin-bottom: 20px;
    white-space: unset;
  }
}

.int-section__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: -.4px;
  text-align: left;
  color: #424242;
  font-weight: 300;
}

@media screen and (max-width: 1099px), print {
  .int-section__text {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: normal;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.int-section__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 680px;
          flex: 0 0 680px;
}

@media screen and (max-width: 1099px), print {
  .int-section__figure {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-bottom: 10px;
  }
}

.int-section__figure img {
  width: 100%;
}

.int-schedule__title {
  text-align: center;
  position: relative;
}

.int-schedule__title p {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  color: #000;
  display: inline-block;
  background-color: #FFF;
  padding: 0 15px;
}

@media screen and (max-width: 1099px), print {
  .int-schedule__title p {
    font-size: 17px;
  }
}

.int-schedule__title span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: .41;
  color: #2689CC;
  display: inline-block;
}

@media screen and (max-width: 1099px), print {
  .int-schedule__title span {
    font-size: 13px;
  }
}

.int-schedule__title:after {
  position: absolute;
  top: calc(50% + 15px);
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #2689CC;
  z-index: -1;
}

.int-schedule__tabs {
  margin-top: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1099px), print {
  .int-schedule__tabs {
    margin-top: 50px;
  }
}

.int-schedule__tabs button {
  display: block;
  width: 50%;
  height: 61px;
  color: #333;
  cursor: pointer;
  font-size: 18.5px;
  font-weight: 500;
  line-height: 1.62;
  text-align: center;
  color: #2689CC;
  border: none;
  background-color: #FFF;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  pointer-events: visible;
}

@media screen and (max-width: 1099px), print {
  .int-schedule__tabs button {
    height: 40px;
    font-size: 14px;
  }
}

.int-schedule__tabs button:hover {
  background-color: #F3F3F3;
}

@media screen and (max-width: 1099px), print {
  .int-schedule__tabs button:hover {
    background-color: #FFF;
  }
}

.int-schedule__tabs button.-active {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: none;
  pointer-events: none;
}

.int-schedule__tabs button.-active:before {
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: calc(100% + 2px);
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  height: 10px;
  content: '';
  background-color: #2689CC;
}

/* タブのコンテンツ */
.tabcontent {
  display: none;
}

.tabcontent.-active {
  display: block;
}

.tabcontent__main {
  position: relative;
  padding-top: 80px;
  padding-bottom: 94px;
}

@media screen and (max-width: 1099px), print {
  .tabcontent__main {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}

.tabcontent__item {
  width: 1000px;
  -webkit-box-shadow: 0 0 5.3px 2.7px rgba(150, 150, 150, 0.15);
          box-shadow: 0 0 5.3px 2.7px rgba(150, 150, 150, 0.15);
  background-color: #FFF;
  margin: 0 0 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 1099px), print {
  .tabcontent__item {
    width: calc(100% - 30px);
    height: auto;
    margin: 0 0 18px auto;
  }
}

.tabcontent__item:before {
  position: absolute;
  top: 35px;
  right: 100%;
  display: block;
  content: '';
  background-color: #2689CC;
  width: 88px;
  height: 1px;
  opacity: .32;
}

@media screen and (max-width: 1099px), print {
  .tabcontent__item:before {
    width: 20px;
    top: 24px;
  }
}

.tabcontent__item:after {
  position: absolute;
  top: 25px;
  right: calc(100% + 80px);
  display: block;
  width: 20px;
  height: 20px;
  background-color: #2689CC;
  content: '';
  border-radius: 50%;
}

@media screen and (max-width: 1099px), print {
  .tabcontent__item:after {
    top: 21px;
    right: calc(100% + 16px);
    width: 8px;
    height: 8px;
  }
}
.tabcontent__item > div {
  position: relative;
  padding: 16px 22px;
}
@media screen and (max-width: 1099px), print {
  .tabcontent__item > div {
    padding: 11px 13px;
  }
}
.tabcontent__item > div::before, .tabcontent__item > div::after {
  position: absolute;
  top: 0;
  left: -92px;
  display: block;
  content: "";
  width: 4px;
  border-radius: 2px;
}
@media screen and (max-width: 1099px), print {
  .tabcontent__item > div::before, .tabcontent__item > div::after {
    left: -22px;
    width: 2px;
  }
}
.tabcontent__item > div::before {
  height: 25px;
  background-color: #E7F2ff;
}
@media screen and (max-width: 1099px), print {
  .tabcontent__item > div::before {
    height: 21px;
  }
}
.tabcontent__item > div::after {
  top: 45px;
  height: calc(100% - 45px + 30px);
  background-color: #E7F2ff;
}
@media screen and (max-width: 1099px), print {
  .tabcontent__item > div::after {
    top: 29px;
    height: calc(100% - 29px + 18px);
  }
}
.tabcontent__item:first-child > div::before {
  display: none;
}
.tabcontent__item:last-child > div::after {
  display: none;
}

.tabcontent__sched {
  margin-bottom: 5px;
}

.tabcontent__sched .-time {
  font-size: 23.5px;
  font-weight: 500;
  color: #2689CC;
}

@media screen and (max-width: 1099px), print {
  .tabcontent__sched .-time {
    font-size: 15px;
  }
}

.tabcontent__sched .-title {
  font-size: 18.5px;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .tabcontent__sched .-title {
    font-size: 13px;
  }
}

.tabcontent__desc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -.4px;
  text-align: justify;
  color: #000;
}

@media screen and (max-width: 1099px), print {
  .tabcontent__desc {
    font-size: 12px;
    letter-spacing: normal;
  }
}

.int-kyujitsu {
  background-color: #0093B6;
  padding: 45px 0 75px;
}

@media screen and (max-width: 1099px), print {
  .int-kyujitsu {
    padding: 30px 0 40px;
  }
}

.int-kyujitsu h2 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  color: #FFF;
  margin-bottom: 30px;
}

@media screen and (max-width: 1099px), print {
  .int-kyujitsu h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.int-kyujitsu h2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.7;
  display: block;
}

@media screen and (max-width: 1099px), print {
  .int-kyujitsu h2 span {
    font-size: 13px;
    line-height: 1.4;
  }
}

.int-kyujitsu__box {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}

@media screen and (max-width: 1099px), print {
  .int-kyujitsu__box {
    display: block;
    padding: 20px;
  }
}

.int-kyujitsu__figure {
  width: 510px;
}

@media screen and (max-width: 1099px), print {
  .int-kyujitsu__figure {
    width: 100%;
  }
}

.int-kyujitsu__figure img {
  width: 100%;
}

.int-kyujitsu__text {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -.4px;
  text-align: justify;
  color: #424242;
  font-weight: 300;
}

@media screen and (max-width: 1099px), print {
  .int-kyujitsu__text {
    width: 100%;
    font-size: 13px;
    margin-top: 7px;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.int-others {
  padding: 60px 0 95px;
}

@media screen and (max-width: 1099px), print {
  .int-others {
    padding: 30px 0 50px;
  }
}

.int-others h2 {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

@media screen and (max-width: 1099px), print {
  .int-others h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.int-others h2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.7;
  display: block;
}

@media screen and (max-width: 1099px), print {
  .int-others h2 span {
    font-size: 13px;
    line-height: 1.4;
  }
}

.int-others__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: Roboto;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.6px;
  text-align: center;
}

@media screen and (max-width: 1099px), print {
  .int-others__navi {
    letter-spacing: normal;
    font-size: 15px;
  }
}

.int-others__prev, .int-others__next {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 2;
  border-radius: 30px;
}

.int-others__prev:link, .int-others__prev:visited, .int-others__prev:hover, .int-others__prev:active, .int-others__next:link, .int-others__next:visited, .int-others__next:hover, .int-others__next:active {
  color: #000;
}

.int-others__prev:hover, .int-others__next:hover {
  background-color: #F6F6F6;
}

.int-others__prev:before, .int-others__next:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  content: '';
}

@media screen and (max-width: 1099px), print {
  .int-others__prev:before, .int-others__next:before {
    width: 25px;
    height: 25px;
  }
}

.int-others__prev {
  padding-left: 50px;
  margin-right: 20px;
}

@media screen and (max-width: 1099px), print {
  .int-others__prev {
    padding-left: 25px;
    margin-right: 10px;
  }
}

.int-others__prev:before {
  left: 0;
  background: url(../img/more-small-reverse.png) no-repeat center/cover;
}

.int-others__next {
  padding-right: 50px;
  margin-left: 20px;
}

@media screen and (max-width: 1099px), print {
  .int-others__next {
    padding-right: 25px;
    margin-left: 10px;
  }
}

.int-others__next:before {
  right: 0;
  background: url(../img/more-small.png) no-repeat center/cover;
}

.int-others__index {
  width: 380px;
  line-height: 1;
  color: #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

@media screen and (max-width: 1099px), print {
  .int-others__index {
    width: 100px;
  }
}

.fv-interviews {
  margin-top: 90px;
  height: 320px;
  background-color: #0093b6;
}

@media screen and (max-width: 1099px), print {
  .fv-interviews {
    margin-top: 45px;
    height: auto;
    padding: 20px 0;
  }
}

.fv-interviews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.fv-interviews__copy {
  color: #FFF;
}

.fv-interviews__copy span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.16;
  display: block;
  margin-bottom: 8px;
}

@media screen and (max-width: 1099px), print {
  .fv-interviews__copy span {
    font-size: 10px;
  }
}

.fv-interviews__copy h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.24;
}

@media screen and (max-width: 1099px), print {
  .fv-interviews__copy h1 {
    font-size: 25px;
  }
}

.interviews {
  padding-top: 50px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}

@media screen and (max-width: 1099px), print {
  .interviews {
    padding-top: 25px;
  }
}

.interviews__head{
  margin-bottom: 50px;
}

@media screen and (max-width: 1099px), print {
  .interviews__head{
    margin-bottom: 25px;
  }
}

.interviews__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1099px), print {
  .interviews__wrap {
    display: block;
  }
}

.interviews__item {
  width: 335px;
  margin-bottom: 80px;
  margin-right: 47.5px;
  display: block;
}

.interviews__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: .8;
}

@media screen and (max-width: 1099px), print {
  .interviews__item {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}

.interviews__item:nth-child(3n) {
  margin-right: 0;
}

.interviews__item__img-wrap {
  overflow: hidden;
  line-height: 0;
}

.interviews__item__img-wrap img {
  width: 100%;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.interviews__item span {
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: .75;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1099px), print {
  .interviews__item span {
    margin-top: 12px;
    font-size: 15.8px;
  }
}

.interviews__item p {
  font-size: 18.5px;
  font-weight: 500;
  line-height: 1.92;
  text-align: left;
  color: #0B356A;
}

@media screen and (max-width: 1099px), print {
  .interviews__item p {
    font-size: 15.8px;
    line-height: 1.54;
  }
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  margin: 0 auto;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  color: #0093b6;
  font-size: 0.9em;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
