@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* mixin */
/* wrap */
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.rowB {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 850px) {
    .rowB {
      display: block; } }

::selection {
  color: #fff;
  background-color: #00202F; }

/*	common
---------------------------------*/
body {
  font-family: "Montserrat", "Zen Kaku Gothic New";
  color: #00202F;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(270deg, #E1F1F8, #FFF);
  background-size: 200% 200%;
  animation: Grad 5s ease infinite; }
@keyframes Grad {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  @media screen and (max-width: 850px) {
    body {
      font-size: 14px; } }

/* link */
a {
  color: #00202F;
  text-decoration: none;
  transition: .4s; }
  a:hover {
    transition: .4s;
    text-decoration: none; }

a:active, a:focus {
  outline: none; }

/* figure */
img {
  max-width: 100%;
  height: auto;
  display: block; }

/* heading */
/* fadein */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block !important; }
  @media screen and (max-width: 850px) {
    .block_p {
      display: none !important; } }

.block_s {
  display: none !important; }
  @media screen and (max-width: 850px) {
    .block_s {
      display: block !important; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 850px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none !important; }
  @media screen and (max-width: 850px) {
    .inline_s {
      display: inline !important; } }

.inline-block_p {
  display: inline-block !important; }
  @media screen and (max-width: 850px) {
    .inline-block_p {
      display: none !important; } }

.inline-block_s {
  display: none !important; }
  @media screen and (max-width: 850px) {
    .inline-block_s {
      display: inline-block !important; } }

.anc {
  margin-top: -0px;
  padding-top: 0px; }
  @media screen and (max-width: 850px) {
    .anc {
      margin-top: -0px;
      padding-top: 0px; } }

.wrapper {
  position: relative; }
  @media screen and (max-width: 850px) {
    .wrapper {
      overflow: hidden; } }
  .wrapper:before {
    content: "";
    transition: 0.5s; }

.inner {
  max-width: 1200px;
  padding: 0 50px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 850px) {
    .inner {
      padding: 0 30px; } }

/* メニュー */
.spMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #00202F;
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  z-index: 2; }
  .spMenu__button {
    width: 55px;
    height: 55px;
    background: url("../img/spmenu_button.svg") no-repeat;
    background-size: 55px;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1001;
    transition: background 0.3s ease-in-out;
    display: none; }
    @media screen and (max-width: 930px) {
      .spMenu__button {
        display: block; } }
  .spMenu__button.active {
    background: url("../img/spmenu_button_close.svg") no-repeat;
    background-size: 55px; }
  .spMenu__list {
    padding: 50px 20px 0; }
  .spMenu__li {
    margin-bottom: 20px; }
  .spMenu__link {
    color: #FFF;
    font-size: 26px;
    letter-spacing: 1px; }
  .spMenu__linkInner {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: -10px; }
  .spMenu__privacy {
    color: #FFF;
    display: block;
    margin-left: 20px;
    font-weight: 600;
    font-size: 14px; }

.spMenuHeader {
  position: fixed;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2; }
  @media screen and (max-width: 850px) {
    .spMenuHeader {
      height: 70px; } }
  .spMenuHeader__logo {
    position: absolute;
    left: 40px;
    display: block;
    width: 184.59px; }
    @media screen and (max-width: 850px) {
      .spMenuHeader__logo {
        width: 150.04px;
        left: 25px; } }
    .spMenuHeader__logo img {
      display: block;
      width: 100%; }
  .spMenuHeader__cartIcon {
    width: 21.78px;
    position: absolute;
    right: 160px; }
    @media screen and (max-width: 850px) {
      .spMenuHeader__cartIcon {
        width: 25.62px;
        right: 80px; } }
    .spMenuHeader__cartIcon img {
      display: block;
      width: 100%; }
    .spMenuHeader__cartIcon:after {
      content: "";
      height: 22px;
      width: 1px;
      background: #FFF;
      opacity: 0.2;
      position: absolute;
      right: -50px;
      top: 0; }
      @media screen and (max-width: 850px) {
        .spMenuHeader__cartIcon:after {
          content: none; } }

.spMenu.active {
  opacity: 1;
  visibility: visible; }

.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 150px 30px 50px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1; }
  @media screen and (max-width: 850px) {
    .header {
      padding: 25px 20px 0; } }
  .header__logo {
    display: block;
    width: 190px; }
    @media screen and (max-width: 850px) {
      .header__logo {
        width: 150px; } }
  .header__btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 50px; }
    @media screen and (max-width: 930px) {
      .header__btns {
        display: none; } }
  .header__btnsLi {
    width: 20px; }
    .header__btnsLi:first-of-type {
      margin-right: 20px; }
    .header__btnsLi a {
      display: block; }
  .header__nav {
    background: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    border-radius: 100px;
    padding: 20px 40px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    right: 150px; }
    @media screen and (max-width: 930px) {
      .header__nav {
        display: none; } }
  .header__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .header__li {
    margin-right: 30px; }
    .header__li:last-of-type {
      margin-right: 0; }
  .header__link {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    background: url("../img/icon_menu.svg") left center no-repeat;
    background-size: 6px; }

.text-wrapper {
  position: relative;
  color: #EFEFEF;
  overflow: hidden;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.4;
  margin: 10px 0; }
  @media screen and (max-width: 850px) {
    .text-wrapper {
      font-size: 34px; } }

.text-base {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease-out forwards; }

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  color: #00202F;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  animation: revealDiagonal 0.5s ease-in-out forwards;
  animation-delay: 1s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes revealDiagonal {
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
.mv {
  height: 100vh;
  width: 100%;
  background: #FFF; }
  @media screen and (max-width: 850px) {
    .mv {
      height: auto;
      padding: 0 0 50px; } }
  .mv__inner {
    max-width: 1200px;
    padding: 0 50px;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    justify-content: flex-end; }
    @media screen and (max-width: 850px) {
      .mv__inner {
        padding: 0 30px; } }
    @media screen and (max-width: 850px) {
      .mv__inner {
        justify-content: flex-start;
        padding: 0; } }
  .mv__logo {
    width: 2000px;
    position: absolute;
    left: -800px; }
    @media screen and (max-width: 850px) {
      .mv__logo {
        width: 100%;
        position: relative;
        left: auto;
        margin-top: -90vw;
        margin-bottom: -90vw; } }
    .mv__logo video {
      width: 100%; }
      @media screen and (max-width: 850px) {
        .mv__logo video {
          width: 310vw;
          position: relative;
          left: -110vw; } }
@keyframes fadeRotate {
  to {
    opacity: 1;
    transform: rotate(0deg);
    transform: scale(1); } }
  .mv__ttl {
    font-weight: 600;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    animation-delay: 1s; }
  .mv__catch {
    color: #ACACAC;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    animation-delay: 1s;
    letter-spacing: 1px; }
    @media screen and (max-width: 850px) {
      .mv__catch {
        font-size: 12px; } }
@keyframes fadeIn {
  to {
    opacity: 1; } }
  .mv__copy {
    position: absolute;
    right: 20px;
    bottom: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 10px;
    bottom: 20px;
    font-weight: 600; }
    @media screen and (max-width: 850px) {
      .mv__copy {
        display: none; } }
  @media screen and (max-width: 850px) {
    .mv__box {
      padding: 0 30px;
      position: relative;
      margin-top: -90px; } }

.ttlBox {
  margin-bottom: 40px; }
  .ttlBox__en {
    font-size: 65px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: -10px; }
    @media screen and (max-width: 850px) {
      .ttlBox__en {
        font-size: 40px;
        line-height: 1.2;
        margin: 0 0 10px; } }
  .ttlBox__ttl {
    color: #ACACAC; }

.commonBtn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  border-radius: 100px;
  width: 200px;
  height: 55px;
  align-items: center;
  margin-top: 50px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0 30px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 850px) {
    .commonBtn {
      margin: 50px auto 0; } }
  .commonBtn:hover {
    color: #FFF; }
    .commonBtn:hover .commonBtn__circle {
      transform-origin: center center;
      transform: scale(50); }
  .commonBtn__inner {
    display: block;
    width: 100%;
    position: relative;
    letter-spacing: 1px;
    z-index: 1; }
  .commonBtn__circle {
    position: absolute;
    right: 25px;
    top: calc(50% - 4px);
    background: #00202F;
    width: 8px;
    border-radius: 100px;
    height: 8px;
    transition: .4s; }

.topServices {
  background-color: #F8F8F8;
  background-image: linear-gradient(to right, #F0F0F0 1px, transparent 1px), linear-gradient(to bottom, #F0F0F0 1px, transparent 1px);
  background-size: 15px 15px;
  position: relative;
  padding: 150px 0 49px; }
  @media screen and (max-width: 850px) {
    .topServices {
      background-size: 10px 10px; } }
  @media screen and (max-width: 850px) {
    .topServices {
      padding: 80px 0 49px; } }
  .topServices__wrap {
    display: flex;
    position: relative; }
    @media screen and (max-width: 850px) {
      .topServices__wrap {
        display: block; } }
  .topServices__left {
    position: sticky;
    top: 150px;
    align-self: flex-start;
    max-width: 370px; }
    @media screen and (max-width: 850px) {
      .topServices__left {
        position: static;
        max-width: 100%; } }
  .topServices__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 50px; }
    @media screen and (max-width: 850px) {
      .topServices__right {
        display: block;
        padding: 40px 0 0 0; } }
  .topServices__box {
    border-bottom: 1px solid #ACACAC;
    padding: 30px; }
    @media screen and (max-width: 850px) {
      .topServices__box {
        padding: 20px 0; } }
    @media screen and (max-width: 850px) {
      .topServices__box:first-of-type {
        border-top: 1px solid #ACACAC; } }
    .topServices__box:last-of-type {
      border-bottom: none; }
      @media screen and (max-width: 850px) {
        .topServices__box:last-of-type {
          border-bottom: 1px solid #ACACAC; } }
  .topServices__subTtl {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .topServices__subTtl:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 30px;
      height: 1px;
      background: #00202F; }
  .topServices__enTtl {
    font-size: 11px;
    margin: 0 0 10px; }

.topCoreValue {
  background-color: #F8F8F8;
  background-image: linear-gradient(to right, #F0F0F0 1px, transparent 1px), linear-gradient(to bottom, #F0F0F0 1px, transparent 1px);
  background-size: 15px 15px;
  position: relative;
  padding: 300px 0 200px;
  overflow: hidden; }
  @media screen and (max-width: 850px) {
    .topCoreValue {
      background-size: 10px 10px; } }
  @media screen and (max-width: 850px) {
    .topCoreValue {
      padding: 200px 0 100px; } }
  .topCoreValue__moveTxts {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    min-height: 80px;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 850px) {
      .topCoreValue__moveTxts {
        min-height: 30px; } }
  .topCoreValue__moveTxtsInner {
    display: flex;
    animation: loop-text 50s linear infinite; }
  .topCoreValue__moveTxt {
    display: inline-block;
    white-space: nowrap;
    font-size: 120px;
    color: #FFF;
    letter-spacing: -5px;
    font-weight: 500; }
    @media screen and (max-width: 850px) {
      .topCoreValue__moveTxt {
        font-size: 80px;
        letter-spacing: -2px; } }
@keyframes loop-text {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-50%); } }
  .topCoreValue__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 850px) {
      .topCoreValue__wrap {
        display: block; } }
  .topCoreValue__box {
    width: calc(100%/2); }
    @media screen and (max-width: 850px) {
      .topCoreValue__box {
        width: 100%; } }
    .topCoreValue__box:first-of-type {
      max-width: 420px; }
      @media screen and (max-width: 850px) {
        .topCoreValue__box:first-of-type {
          max-width: 100%;
          margin-bottom: 40px; } }
  .topCoreValue__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    border-bottom: 1px solid #ACACAC;
    padding: 20px;
    align-items: center; }
    @media screen and (max-width: 850px) {
      .topCoreValue__dl {
        padding: 15px; } }
    @media screen and (max-width: 850px) {
      .topCoreValue__dl:first-of-type {
        border-top: 1px solid #ACACAC; } }
  .topCoreValue__dt {
    font-weight: 600;
    font-size: 18px; }
  .topCoreValue__dd {
    font-size: 26px;
    color: #ACACAC;
    letter-spacing: 1px; }
    @media screen and (max-width: 850px) {
      .topCoreValue__dd {
        font-size: 14px; } }

.topRecruit {
  position: relative;
  padding: 0 0 200px; }
  @media screen and (max-width: 850px) {
    .topRecruit {
      padding: 0 0 100px; } }
  .topRecruit:before {
    content: "";
    height: 236px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #F8F8F8;
    background-image: linear-gradient(to right, #F0F0F0 1px, transparent 1px), linear-gradient(to bottom, #F0F0F0 1px, transparent 1px);
    background-size: 15px 15px; }
    @media screen and (max-width: 850px) {
      .topRecruit:before {
        background-size: 10px 10px; } }
  .topRecruit__imgWrap {
    overflow: hidden;
    height: 730px; }
    @media screen and (max-width: 850px) {
      .topRecruit__imgWrap {
        height: 350px; } }
  .topRecruit__img {
    height: 630px;
    background: url("../img/bg_recruit.png") center no-repeat;
    background-size: cover;
    position: relative;
    float: right;
    width: calc(100% - 260px);
    margin-right: 30px; }
    @media screen and (max-width: 850px) {
      .topRecruit__img {
        margin-right: 0;
        width: 100%;
        height: 300px; } }
  .topRecruit__circle {
    width: 203px;
    animation: spin 15s linear infinite;
    transform-origin: center center;
    /* 中央を起点に回転 */
    bottom: -100px;
    position: absolute;
    left: -100px; }
    @media screen and (max-width: 850px) {
      .topRecruit__circle {
        width: 120px;
        bottom: -50px;
        left: -40px; } }
  .topRecruit__box {
    max-width: 640px;
    margin: auto;
    padding: 0 50px; }
    @media screen and (max-width: 850px) {
      .topRecruit__box {
        max-width: 100%;
        padding: 40px 30px 0; } }
  .topRecruit__subTtl {
    font-size: 28px;
    margin: -10px 0 30px; }
    @media screen and (max-width: 850px) {
      .topRecruit__subTtl {
        font-size: 24px;
        line-height: 1.6; } }
  .topRecruit__txt {
    margin: 0 0 30px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.torikumi {
  padding: 150px 0 200px;
  background-color: #FFF;
  background-image: linear-gradient(to right, #F7F7F7 1px, transparent 1px), linear-gradient(to bottom, #F7F7F7 1px, transparent 1px);
  background-size: 15px 15px;
  position: relative; }
  @media screen and (max-width: 850px) {
    .torikumi {
      background-size: 10px 10px; } }
  @media screen and (max-width: 850px) {
    .torikumi {
      padding: 100px 0; } }
  .torikumi__logo {
    width: 389px;
    position: absolute;
    right: 0;
    bottom: -200px; }
    @media screen and (max-width: 850px) {
      .torikumi__logo {
        width: 160px;
        position: absolute;
        right: 0;
        bottom: -140px; } }
  .torikumi__wrap {
    position: relative;
    overflow: hidden;
    height: 450px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    @media screen and (max-width: 850px) {
      .torikumi__wrap {
        height: auto; } }
  .torikumi__wrap1 {
    justify-content: flex-end;
    margin-bottom: 70px; }
    @media screen and (max-width: 850px) {
      .torikumi__wrap1 {
        margin-bottom: 40px; } }
  .torikumi__wrap2 {
    margin-bottom: 70px; }
    @media screen and (max-width: 850px) {
      .torikumi__wrap2 {
        margin-bottom: 40px; } }
  .torikumi__box {
    background: #EAF2F5;
    padding: 35px;
    max-width: 580px;
    position: relative; }
    @media screen and (max-width: 850px) {
      .torikumi__box {
        max-width: 100%;
        padding: 30px 20px; } }
  .torikumi__pic {
    height: 435px;
    background: #CCC;
    width: calc(50% + 70px);
    position: absolute; }
    @media screen and (max-width: 850px) {
      .torikumi__pic {
        position: static;
        width: 100%;
        height: auto; } }
  .torikumi__pic1 {
    left: 0;
    background: url("../img/myown.png") center no-repeat;
    background-size: cover; }
  .torikumi__pic2 {
    right: 0;
    background: url("../img/img_service1.png") center no-repeat;
    background-size: cover; }
  .torikumi__pic3 {
    left: 0;
    background: url("../img/img_service2.png") center no-repeat;
    background-size: cover; }
  .torikumi__ttlWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 20px; }
  .torikumi__ttl {
    font-size: 24px; }
    @media screen and (max-width: 850px) {
      .torikumi__ttl {
        font-size: 22px; } }
  .torikumi__ttlEn {
    font-size: 20px;
    color: #ACACAC;
    font-weight: 500; }
    @media screen and (max-width: 850px) {
      .torikumi__ttlEn {
        font-size: 16px; } }
  .torikumi .commonBtn {
    margin-top: 30px; }

.contact {
  padding-top: 150px;
  padding-bottom: 150px; }
  @media screen and (max-width: 850px) {
    .contact {
      padding: 100px 0; } }
  .contact__top {
    max-width: 845px;
    margin: auto; }
  .contact__subTtl {
    font-size: 24px;
    font-weight: 600;
    margin: 80px 0 20px; }
    @media screen and (max-width: 850px) {
      .contact__subTtl {
        margin: 50px 0 20px;
        font-size: 22px; } }
  .contact__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 850px) {
      .contact__wrap {
        display: block; } }
  .contact__telBox {
    background: #FFF;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 850px) {
      .contact__telBox {
        width: 100%;
        display: block; } }
  .contact__telBoxInner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 850px) {
      .contact__telBoxInner {
        justify-content: center; } }
    .contact__telBoxInner img {
      display: inline-block;
      width: 30px;
      margin: 0 10px 0 0;
      position: relative;
      top: 4px; }
  .contact__telName {
    font-weight: 600;
    padding: 0 20px 0 0;
    border-right: 1px solid #ACACAC;
    margin-right: 20px; }
    @media screen and (max-width: 850px) {
      .contact__telName {
        margin-right: 0;
        padding: 0;
        border-right: 0;
        text-align: center;
        margin: 0 0 -5px; } }
  .contact__tel {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 600; }

.contactBottom {
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 40px 0 70px;
  background: #FFF; }
  @media screen and (max-width: 850px) {
    .contactBottom {
      margin: 50px auto 0;
      padding: 0px 0 40px; } }
  .contactBottom .contact__subTtl {
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 850px) {
      .contactBottom .contact__subTtl {
        line-height: 1.4;
        margin: 0 0 10px; } }
  .contactBottom .hissu {
    display: inline-block;
    border-radius: 5px;
    background: #00202F;
    color: #FFF;
    margin: 0 0 0 10px;
    position: relative;
    font-size: 12px;
    padding: 0 10px; }
  .contactBottom input[type="submit"] {
    background: #00202F;
    color: #fff;
    padding: 12px 24px;
    border: none;
    box-sizing: border-box;
    width: 200px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 30px auto 0;
    display: block; }
  .contactBottom__privacy {
    text-align: center;
    font-weight: 600;
    margin-top: 20px; }
    .contactBottom__privacy a {
      text-decoration: underline; }
  .contactBottom__dl {
    max-width: 845px;
    margin: auto;
    border-bottom: 1px solid #ACACAC;
    border-top: 1px solid #ACACAC;
    margin-bottom: -1px;
    padding: 30px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 850px) {
      .contactBottom__dl {
        padding: 25px 0;
        max-width: calc(100% - 40px); } }
  .contactBottom__dt {
    font-weight: 600;
    width: 200px; }
    @media screen and (max-width: 850px) {
      .contactBottom__dt {
        width: 100%; } }
  .contactBottom__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px; }
    @media screen and (max-width: 850px) {
      .contactBottom__dd {
        padding: 10px 0 0 0; } }
    .contactBottom__dd input,
    .contactBottom__dd select,
    .contactBottom__dd textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0;
      width: 100%;
      background: #F7F7F7;
      padding: 15px;
      box-sizing: border-box;
      border: 1px solid #ACACAC;
      font-size: 16px; }
      .contactBottom__dd input:focus,
      .contactBottom__dd select:focus,
      .contactBottom__dd textarea:focus {
        outline: none; }
      .contactBottom__dd input::placeholder,
      .contactBottom__dd select::placeholder,
      .contactBottom__dd textarea::placeholder {
        color: #CCC; }
  .contactBottom__lead {
    margin-bottom: 50px;
    border: none; }
    @media screen and (max-width: 850px) {
      .contactBottom__lead {
        margin-bottom: 0;
        width: 100%;
        padding: 20px 0; } }

.footer {
  background: #EAF2F5;
  padding: 70px 0; }
  @media screen and (max-width: 850px) {
    .footer {
      padding: 50px 0; } }
  .footer__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 850px) {
      .footer__wrap {
        display: block;
        text-align: center; } }
  .footer__logo {
    width: 190px; }
    @media screen and (max-width: 850px) {
      .footer__logo {
        margin: 0 auto 20px; } }
  .footer__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0; }
    @media screen and (max-width: 850px) {
      .footer__list {
        display: none; } }
  .footer__li {
    margin: 0 40px 0 0; }
    .footer__li a {
      font-weight: 600;
      position: relative;
      background: url(../img/icon_menu.svg) left center no-repeat;
      background-size: 6px;
      padding-left: 15px; }
  .footer__link {
    font-size: 11px; }
    @media screen and (max-width: 850px) {
      .footer__link {
        display: none; } }
  .footer__icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 20px; }
    @media screen and (max-width: 850px) {
      .footer__icons {
        display: none; } }
  .footer__icon {
    width: 20px; }
    .footer__icon:last-of-type {
      margin-left: 20px; }
  .footer__copy {
    font-size: 10px;
    font-weight: 600; }

.kasoTtl {
  min-height: 370px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 850px) {
    .kasoTtl {
      min-height: 220px; } }
  .kasoTtl__inner {
    max-width: 1200px;
    padding: 0 50px;
    margin: auto;
    position: relative;
    min-height: 370px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 850px) {
      .kasoTtl__inner {
        padding: 0 30px; } }
    @media screen and (max-width: 850px) {
      .kasoTtl__inner {
        min-height: 220px;
        align-items: flex-end;
        padding-bottom: 30px; } }
  .kasoTtl__en {
    font-size: 67px;
    font-weight: 500;
    letter-spacing: 2px; }
    @media screen and (max-width: 850px) {
      .kasoTtl__en {
        font-size: 40px;
        margin: 0 0 5px; } }
  .kasoTtl__ttl {
    margin-top: -20px;
    position: relative; }
  .kasoTtl__logo {
    width: 650px;
    position: absolute;
    right: -50px;
    top: -170px;
    opacity: 0;
    transform: rotate(180deg);
    animation: fadeRotate 1s ease forwards;
    animation-delay: 0.5s;
    transform: scale(0.1); }
    @media screen and (max-width: 850px) {
      .kasoTtl__logo {
        width: 220px;
        position: absolute;
        right: -20px;
        top: 10px; } }
    .kasoTtl__logo img {
      display: block;
      width: 100%; }
  .kasoTtl__copy {
    position: absolute;
    right: 0;
    top: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 10px;
    top: calc(50% - 44px);
    right: 10px;
    font-weight: 500; }

.pan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 0 50px;
  margin: auto;
  position: relative;
  position: absolute;
  bottom: 10px;
  left: 0; }
  @media screen and (max-width: 850px) {
    .pan {
      padding: 0 30px; } }
  @media screen and (max-width: 850px) {
    .pan {
      display: none; } }
  .pan__li {
    margin-right: 10px;
    padding-right: 15px;
    font-size: 10px;
    position: relative;
    font-weight: 600; }
    .pan__li:before {
      content: ">";
      position: absolute;
      right: 0;
      top: 0; }
    .pan__li:last-of-type:before {
      content: none; }

.serviceLead {
  padding: 150px 0;
  background-color: #F8F8F8;
  background-image: linear-gradient(to right, #F0F0F0 1px, transparent 1px), linear-gradient(to bottom, #F0F0F0 1px, transparent 1px);
  background-size: 15px 15px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 850px) {
    .serviceLead {
      background-size: 10px 10px; } }
  @media screen and (max-width: 850px) {
    .serviceLead {
      padding: 80px 0 60px; } }
  .serviceLead__inner {
    max-width: 1200px;
    padding: 0 50px;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 850px) {
      .serviceLead__inner {
        padding: 0 30px; } }
  .serviceLead__ttl {
    font-size: 24px;
    margin-bottom: 50px; }
    @media screen and (max-width: 850px) {
      .serviceLead__ttl {
        font-size: 18px; } }
  .serviceLead__ttlEn {
    position: absolute;
    right: -15px;
    top: 150px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 65px;
    letter-spacing: 1px; }
    @media screen and (max-width: 850px) {
      .serviceLead__ttlEn {
        display: none; } }
  .serviceLead__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 850px) {
      .serviceLead__wrap {
        display: block; } }
  .serviceLead__box {
    width: calc(100%/3 - 20px);
    background: #FFF;
    margin-right: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    min-height: 170px;
    align-items: center;
    padding: 25px 30px; }
    .serviceLead__box:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 1130px) {
      .serviceLead__box {
        display: block; } }
    @media screen and (max-width: 850px) {
      .serviceLead__box {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 20px;
        padding: 20px; } }
  .serviceLead__boxInner {
    padding-left: 20px; }
    @media screen and (max-width: 1130px) {
      .serviceLead__boxInner {
        padding-left: 0; } }
    @media screen and (max-width: 850px) {
      .serviceLead__boxInner {
        padding-left: 20px; } }
  .serviceLead__icon {
    width: 70px; }
    @media screen and (max-width: 1130px) {
      .serviceLead__icon {
        margin: 0 auto 20px; } }
    @media screen and (max-width: 850px) {
      .serviceLead__icon {
        margin: 0;
        width: 55px; } }
  .serviceLead__subTtl {
    font-size: 16px;
    line-height: 1.4;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative; }
    .serviceLead__subTtl:before {
      content: "";
      width: 30px;
      height: 1px;
      background: #00202F;
      position: absolute;
      left: 0;
      bottom: 0; }
  .serviceLead__subTtlEn {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.5px; }

.kaso {
  position: relative; }

.service {
  padding: 150px 0 125px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 850px) {
    .service {
      padding: 80px 0; } }
  .service__inner {
    max-width: 1200px;
    padding: 0 50px;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 850px) {
      .service__inner {
        padding: 0 30px; } }
  .service__enTtl {
    position: absolute;
    right: 5px;
    top: 150px;
    letter-spacing: 1px;
    font-size: 26px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media screen and (max-width: 850px) {
      .service__enTtl {
        display: none; } }
  .service__ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    font-size: 50px;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 850px) {
      .service__ttl {
        font-size: 26px;
        display: block;
        line-height: 1.6; } }
  .service__icon {
    display: inline-block;
    box-sizing: border-box;
    width: 70px;
    margin-right: 20px; }
    @media screen and (max-width: 850px) {
      .service__icon {
        width: 55px;
        margin-right: 10px;
        display: block;
        margin-bottom: 10px; } }
  .service__subTtl {
    font-size: 24px;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative; }
    @media screen and (max-width: 850px) {
      .service__subTtl {
        font-size: 18px; } }
    .service__subTtl:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100px;
      background: #00202F;
      height: 1px; }
  .service__txt {
    font-weight: 500;
    max-width: 900px;
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .service__txt {
        font-size: 14px; } }
  .service__txt1 {
    margin-bottom: 30px; }
  .service__jisseki {
    margin: 100px 0 70px; }
    @media screen and (max-width: 850px) {
      .service__jisseki {
        margin: 70px 0 50px; } }
  .service__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .service__li {
    margin: 0 20px 0 0;
    position: relative;
    text-indent: -1em;
    padding-left: 1em; }
  .service__logos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 850px) {
      .service__logos {
        -webkit-justify-content: space-between;
        /* Safari etc. */
        -ms-justify-content: space-between;
        /* IE10        */
        justify-content: space-between; } }
  .service__torihiki2 {
    margin-top: 50px; }
  .service__logo {
    width: calc(100%/3 - 20px);
    margin-right: 25px;
    margin-bottom: 25px;
    background: #F2F2F2;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*&:nth-child(4n) {
      margin-right: 0;
      @media screen and (max-width: $viewport) {
        
      }
    }*/ }
    @media screen and (max-width: 850px) {
      .service__logo {
        width: 100%;
        margin: 0 0 20px;
        padding: 15px; } }
    .service__logo:nth-child(3n) {
      margin-right: 0; }

.service1 {
  background: #FFF; }

.aboutUsLead {
  padding: 150px 0;
  background-color: #F8F8F8;
  background-image: linear-gradient(to right, #F0F0F0 1px, transparent 1px), linear-gradient(to bottom, #F0F0F0 1px, transparent 1px);
  background-size: 15px 15px;
  position: relative; }
  @media screen and (max-width: 850px) {
    .aboutUsLead {
      background-size: 10px 10px; } }
  @media screen and (max-width: 850px) {
    .aboutUsLead {
      padding: 80px 0 60px; } }
  .aboutUsLead__inner {
    max-width: 1200px;
    padding: 0 50px;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 850px) {
      .aboutUsLead__inner {
        padding: 0 30px; } }
  .aboutUsLead__subTtl {
    font-weight: 600;
    font-size: 70px;
    line-height: 90px;
    margin-top: 30px; }
    @media screen and (max-width: 850px) {
      .aboutUsLead__subTtl {
        font-size: 42px;
        line-height: 1.3; } }
  .aboutUsLead__subTtlInner {
    display: inline-block;
    box-sizing: border-box;
    background: #FFF;
    padding: 16px 25px 15px; }
    @media screen and (max-width: 850px) {
      .aboutUsLead__subTtlInner {
        padding: 0;
        background: none; } }
  .aboutUsLead__txt {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px; }
    @media screen and (max-width: 850px) {
      .aboutUsLead__txt {
        font-size: 18px;
        letter-spacing: 1px; } }

.aboutTtl__en {
  font-size: 67px;
  line-height: 1.1;
  letter-spacing: 1px; }
  @media screen and (max-width: 850px) {
    .aboutTtl__en {
      font-size: 40px; } }
.aboutTtl__ttl {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin: 10px 0 0 0; }
  @media screen and (max-width: 850px) {
    .aboutTtl__ttl {
      margin-top: 0; } }

.circleImg {
  max-width: 740px;
  margin: 0 auto 40px;
  padding: 0 20px; }
  .circleImg img {
    width: 100%;
    display: block; }

.visionPoint {
  margin-top: 60px; }
  .visionPoint__ttl {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.4; }
    @media screen and (max-width: 850px) {
      .visionPoint__ttl {
        font-size: 26px; } }
  .visionPoint__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-top: 1px solid #CCC;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    .visionPoint__dl:last-of-type {
      border-bottom: 1px solid #CCC;
      padding-bottom: 20px; }
    @media screen and (max-width: 850px) {
      .visionPoint__dl {
        display: block; } }
  .visionPoint__dt {
    width: 360px;
    font-size: 24px;
    font-weight: 600; }
    @media screen and (max-width: 850px) {
      .visionPoint__dt {
        font-size: 20px; } }
  .visionPoint__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px; }
    @media screen and (max-width: 850px) {
      .visionPoint__dd {
        font-size: 14px;
        padding-top: 0; } }
    .visionPoint__dd ul {
      background: #FFF;
      font-size: 14px;
      padding: 20px;
      font-weight: normal;
      margin-top: 10px; }
      .visionPoint__dd ul li {
        margin-bottom: 5px;
        position: relative;
        padding-left: 10px; }
        .visionPoint__dd ul li:before {
          content: "";
          width: 2px;
          height: 2px;
          border-radius: 100px;
          background: #00202F;
          position: absolute;
          left: 0;
          top: calc(50% - 1px); }
        .visionPoint__dd ul li:last-of-type {
          margin-bottom: 0; }

.aboutUsBox {
  margin: 0 0 100px; }

.aboutUsBox1 {
  margin-top: 100px; }

.missonWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  margin-top: 40px; }
  .missonWrap__box {
    width: calc(100%/3 - 20px);
    background: #FFF;
    position: relative;
    background: #00202F;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px; }
    @media screen and (max-width: 850px) {
      .missonWrap__box {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 850px) {
      .missonWrap__box:last-of-type {
        margin-bottom: 0; } }
    .missonWrap__box:last-of-type:after {
      content: none; }
    .missonWrap__box:after {
      content: "";
      position: absolute;
      right: -60px;
      top: 10%;
      background: url(../img/arrow.svg) no-repeat;
      background-size: 50px;
      width: 90px;
      height: 135px; }
      @media screen and (max-width: 850px) {
        .missonWrap__box:after {
          content: none; } }
  .missonWrap__txt {
    font-size: 16px; }
  .missonWrap__ttl {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px; }
    @media screen and (max-width: 850px) {
      .missonWrap__ttl {
        font-size: 26px; } }

.missionTtl {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  margin-top: 30px; }

.aboutHistory {
  padding: 150px 0;
  background: #FFF; }
  @media screen and (max-width: 850px) {
    .aboutHistory {
      padding: 100px 0 70px; } }
  .aboutHistory__pic {
    margin-top: -80px;
    margin-bottom: 10px; }
  .aboutHistory__inner {
    max-width: 1200px;
    padding: 0 50px;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 850px) {
      .aboutHistory__inner {
        padding: 0 30px; } }
  .aboutHistory .aboutTtl {
    text-align: center;
    margin-bottom: 100px; }
    @media screen and (max-width: 850px) {
      .aboutHistory .aboutTtl {
        margin-bottom: 40px; } }
  .aboutHistory__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .aboutHistory__boxInner {
    background: #F8F8F8;
    padding: 30px;
    width: 35.65%; }
    @media screen and (max-width: 850px) {
      .aboutHistory__boxInner {
        width: calc(100% - 32px);
        padding: 20px; } }
  .aboutHistory__txt {
    font-weight: 600; }
  .aboutHistory__year1 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 30px;
    font-weight: 600; }
    @media screen and (max-width: 850px) {
      .aboutHistory__year1 {
        font-size: 16px; } }
  .aboutHistory__year2 {
    width: 100px;
    height: 100px;
    border-radius: 10000px;
    background: #F8F8F8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    margin-left: 50px;
    position: relative;
    background: #00202F;
    color: #FFF; }
    .aboutHistory__year2:before {
      content: "";
      width: 40px;
      height: 1px;
      background: #333333;
      position: absolute;
      left: -45px; }
    @media screen and (max-width: 850px) {
      .aboutHistory__year2 {
        display: none; } }
  .aboutHistory__year2_2 {
    margin-right: 50px;
    background: #F8F8F8;
    color: #00202F; }
    .aboutHistory__year2_2:before {
      content: "";
      width: 40px;
      height: 1px;
      background: #333333;
      position: absolute;
      left: auto;
      right: -45px; }
  @media screen and (max-width: 850px) {
    .aboutHistory__wrapPic {
      margin-bottom: 120px !important; } }
  .aboutHistory__wrap {
    margin-bottom: 50px;
    width: 100%; }
    @media screen and (max-width: 850px) {
      .aboutHistory__wrap {
        margin-bottom: 30px; } }
  .aboutHistory__box2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    @media screen and (max-width: 850px) {
      .aboutHistory__box2 .aboutHistory__boxInner {
        background: #00202F;
        color: #FFF; } }
    @media screen and (max-width: 850px) {
      .aboutHistory__box2 {
        flex-direction: row-reverse; } }
  .aboutHistory__outer {
    position: relative; }
    @media screen and (max-width: 850px) {
      .aboutHistory__outer {
        margin-top: 100px; } }
    .aboutHistory__outer:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: url("../img/aboutus/line.svg") left top repeat-y;
      background-size: 1px;
      left: 50%; }
      @media screen and (max-width: 1180px) {
        .aboutHistory__outer:before {
          background: none; } }
      @media screen and (max-width: 850px) {
        .aboutHistory__outer:before {
          background: url("../img/aboutus/line.svg") left top repeat-y;
          background-size: 1px; } }

.members {
  overflow: hidden;
  padding: 150px 0;
  background-color: #F8F8F8;
  background-image: linear-gradient(to right, #F0F0F0 1px, transparent 1px), linear-gradient(to bottom, #F0F0F0 1px, transparent 1px);
  background-size: 15px 15px;
  position: relative; }
  @media screen and (max-width: 850px) {
    .members {
      background-size: 10px 10px; } }
  @media screen and (max-width: 850px) {
    .members {
      padding: 80px 0 60px; } }
  .members__inner {
    max-width: 1200px;
    padding: 0 50px;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 850px) {
      .members__inner {
        padding: 0 30px; } }
  .members__txt {
    max-width: 405px;
    margin-top: 40px;
    font-weight: 600; }
  .members__logo {
    width: 489px;
    position: absolute;
    right: -100px;
    top: -160px; }
  .members__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px; }
    @media screen and (max-width: 850px) {
      .members__wrap {
        margin-top: 50px;
        justify-content: space-between; } }
  .members__box {
    width: calc(100%/4 - 30px);
    margin-right: 40px;
    margin-bottom: 40px; }
    @media screen and (max-width: 850px) {
      .members__box {
        width: calc(100%/2 - 10px);
        margin-right: 0;
        margin-bottom: 20px; } }
    .members__box:nth-child(4n) {
      margin-right: 0; }
    .members__box:nth-child(2n) {
      margin-top: 40px; }
      @media screen and (max-width: 850px) {
        .members__box:nth-child(2n) {
          margin-top: 20px; } }
  .members__name {
    font-size: 22px;
    margin: 10px 0 5px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.4; }
    .members__name span {
      display: block;
      font-size: 14px; }
  .members__txtName {
    font-size: 12px;
    line-height: 1.6; }

.profile {
  padding: 150px 0;
  position: relative;
  background: #FFF; }
  @media screen and (max-width: 850px) {
    .profile {
      padding: 80px 0; } }
  .profile__inner {
    max-width: 1200px;
    padding: 0 50px;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 850px) {
      .profile__inner {
        padding: 0 30px; } }
  .profile__wrap {
    display: flex;
    position: relative; }
    @media screen and (max-width: 850px) {
      .profile__wrap {
        display: block; } }
  .profile__left {
    max-width: 340px;
    position: sticky;
    top: 150px;
    align-self: flex-start; }
    @media screen and (max-width: 850px) {
      .profile__left {
        position: static;
        max-width: 100%; } }
  .profile__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 50px; }
    @media screen and (max-width: 850px) {
      .profile__right {
        padding: 0;
        margin-top: 40px; } }
  .profile__dl {
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
    margin-bottom: -1px;
    padding: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 850px) {
      .profile__dl {
        padding: 20px 10px;
        display: block; } }
  .profile__dt {
    width: 100px;
    font-weight: 600; }
    @media screen and (max-width: 850px) {
      .profile__dt {
        width: 100%; } }
  .profile__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px; }
    @media screen and (max-width: 850px) {
      .profile__dd {
        padding: 10px 0 0 0;
        line-height: 1.6; } }
  .profile__li {
    margin-bottom: 10px; }
    .profile__li:last-of-type {
      margin-bottom: 0; }

.privacy {
  padding: 150px 0;
  background-color: #F8F8F8;
  background-image: linear-gradient(to right, #F0F0F0 1px, transparent 1px), linear-gradient(to bottom, #F0F0F0 1px, transparent 1px);
  background-size: 15px 15px; }
  @media screen and (max-width: 850px) {
    .privacy {
      background-size: 10px 10px; } }
  @media screen and (max-width: 850px) {
    .privacy {
      padding: 70px 0 40px; } }
  .privacy__inner {
    max-width: 1200px;
    padding: 0 50px;
    margin: auto;
    position: relative;
    max-width: 800px; }
    @media screen and (max-width: 850px) {
      .privacy__inner {
        padding: 0 30px; } }
  .privacy__box {
    margin-bottom: 50px; }
  .privacy__ttl {
    font-size: 30px; }
    @media screen and (max-width: 850px) {
      .privacy__ttl {
        font-size: 24px; } }
  .privacy__subTtl {
    font-size: 20px; }
    @media screen and (max-width: 850px) {
      .privacy__subTtl {
        font-size: 16px; } }
