@charset "UTF-8";
/* ------------------------------------
               COMMON
--------------------------------------*/
html, body {
  background: #fff;
  width: 100%;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  overflow-x: hidden;
}

body.overflow {
  overflow: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: #3e3e3e;
  color: #fff;
}

::selection {
  background: #3e3e3e;
  color: #fff;
}

img {
  max-width: 100%;
  display: block;
}

.wrap section {
  padding: 80px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.8em;
}

h1 {
  font-family: urw-din, sans-serif;
  font-size: 284px;
  line-height: 0.7;
  letter-spacing: 0;
}

h2 {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: #0089cd;
}

h3 {
  font-family: urw-din, sans-serif;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  color: #0089cd;
  margin: 0;
}

h4 {
  font-family: urw-din, sans-serif;
  font-size: 72px;
  font-weight: 700;
  color: #0089cd;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.4em;
  letter-spacing: 0;
}

h5 {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #0089cd;
  line-height: 1.2;
  margin: 0;
}

h6 {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 20px;
  color: #3e3e3e;
  margin-bottom: 0.6em;
}

p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2em;
  letter-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list-disc {
  list-style: disc;
  padding-left: 1.5em;
}

li {
  font-size: 16px;
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
}

input, select, textarea, label, button {
  font-family: source-han-sans-japanese, sans-serif;
}

.animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

/* テキスト関係各種 */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* container各種 */
.container {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  padding: 0;
}

/* display各種 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex.jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex.jc-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex .f-box {
  padding: 0 15px;
  margin-bottom: 30px;
}

.margin-auto {
  margin: auto;
}

/* 幅設定 */
/* ボタン基本設定 */
.btn {
  width: 290px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.8;
  border-radius: 25px;
  color: #fff;
}

.btn.btn_block {
  display: block;
}

.btn.btn_inline {
  display: inline-block;
}

.btn.btn_border {
  color: #0089cd;
  border: 1px solid #0089cd;
}

.btn.btn_primary {
  background-color: #0089cd;
}

.btn.btn_link {
  margin: auto;
  padding: 0.4em 0;
}

@media only screen and (max-width: 1365px) {
  .container {
    width: 940px;
  }
  h1 {
    font-size: 268px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 92px;
  }
  h4 {
    font-size: 70px;
  }
  h5 {
    font-size: 28px;
  }
  h6 {
    font-size: 17px;
  }
  p {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 1260px) {
  h1 {
    font-size: 25vmin;
  }
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 21.5vmin;
  }
}

@media only screen and (max-width: 820px) {
  .container {
    width: 650px;
  }
  h1 {
    font-size: 22.3vmin;
  }
}

@media only screen and (max-width: 768px) {
  body, html {
    font-size: 3.7333vw;
    letter-spacing: 0;
  }
  .wrap section {
    padding: 10vw 0;
  }
  .container {
    width: 100%;
    padding: 0 11vw;
  }
  h1 {
    font-size: 38.9334vw;
  }
  h2 {
    font-size: 4.53334vw;
  }
  h3 {
    font-size: 13.86667vw;
  }
  h4 {
    font-size: 12vw;
  }
  h5 {
    font-size: 5.11112vw;
  }
  h6 {
    font-size: 4.26667vw;
  }
  p, li {
    font-size: 3.73334vw;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn {
    width: 48vw;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}

/* ------------------------------------
               HEADER
--------------------------------------*/
header {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 999;
}

header .container {
  width: 600px;
}

header .navbar-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar-pc ul {
  padding: 0 10px;
  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;
}

header .navbar-pc ul li a {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0px 12px;
  text-decoration: none;
  color: #3e3e3e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  header .navbar-pc {
    min-height: 50px;
  }
  header .navbar-pc #one-page-nav {
    display: none;
  }
}

/* ------------------------------------
     HEADER - SLIDE - mobile only
--------------------------------------*/
.burger {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 10px;
  right: 15px;
  border-radius: 4px;
  z-index: 10;
}

.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -1.5px;
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background-color: #3e3e3e;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger span:before {
  top: -9px;
}

.burger span:after {
  top: 9px;
}

.burger span:before, .burger span:after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background-color: #3e3e3e;
  outline: 3px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger.clicked span {
  background-color: transparent;
}

.burger.clicked span:before {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.burger.clicked span:after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before, .burger.clicked span:after {
  background-color: #3e3e3e;
}

.burger:hover {
  cursor: pointer;
}

nav {
  background-color: #fff;
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  height: 100vh;
  max-width: 100vw;
  width: 100vw;
  padding: 100px 40px 60px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

nav.show {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

nav.show .about, nav.show .social, nav.show ul.sub {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: .85s;
          transition-delay: .85s;
}

@media (min-width: 667px) {
  nav {
    padding: 120px 90px 70px 90px;
  }
}

nav ul.main {
  padding-left: 0;
  margin: 7vw 0;
}

nav ul.main li {
  margin-bottom: 4vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav ul.main li a {
  color: #3e3e3e;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 2vw 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav ul.main li a span {
  color: #3e3e3e;
}

nav ul.main li a:hover {
  color: #0089cd;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #0089cd;
  opacity: 0;
  visibility: hidden;
}

.overlay.show {
  opacity: 0.8;
  visibility: visible;
}

/* ------------------------------------
                  FV
--------------------------------------*/
#Fv {
  background: #0089cd;
  color: #fff;
  padding: 80px 0 350px;
  position: relative;
}

#Fv h1 {
  letter-spacing: -12px;
  max-width: calc(100vw + 31px);
  width: calc(100% + 31px);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  left: -25px;
  position: absolute;
  top: 320px;
}

#Fv .h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}

#Fv h2 {
  background: #fff;
  padding: 0 0 3px 5px;
  margin-bottom: 0.4em;
}

#Fv p {
  font-family: bebas-kai, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  width: 55%;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1365px) {
  #Fv {
    padding: 60px 0 335px;
  }
  #Fv h1 {
    top: 280px;
  }
  #Fv p {
    letter-spacing: 0.5px;
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  #Fv {
    padding: 6.66667vw 0 78vw;
  }
  #Fv .container {
    padding: 0 15.2vw;
  }
  #Fv h1 {
    letter-spacing: -1vw;
    max-width: calc(100vw + 1.8vw);
    width: calc(100vw + 1.8vw);
    text-align: right;
    left: -3.5vw;
    top: 55vw;
  }
  #Fv p {
    width: 100%;
    font-size: 4vw;
    letter-spacing: 0.25vw;
  }
}

/* ------------------------------------
              SCROLL DOWN
--------------------------------------*/
#Top {
  position: relative;
}

.scroll {
  position: relative;
  font-size: 12px;
  padding: 8px 0;
  letter-spacing: 0;
  font-weight: 700;
  z-index: 2;
  margin-top: -60px;
  color: #fff;
}

.scroll a {
  display: block;
}

.scroll i {
  color: #fff;
  font-size: 2em;
  -webkit-animation: mainMoreAnime 1.2s ease-out 0s infinite;
          animation: mainMoreAnime 1.2s ease-out 0s infinite;
}

@media only screen and (max-width: 768px) {
  .scroll {
    position: absolute;
    left: 1.8vw;
    bottom: 3vw;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    z-index: 10;
    font-size: 10px;
    font-weight: 100;
    padding: 3vw 0 7vw;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
  }
  .scroll .sp {
    display: inline-block;
    padding-top: 0.5em;
  }
  .scroll i {
    display: none;
  }
  .scroll:before, .scroll:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #0089cd;
    pointer-events: none;
    bottom: 0;
    background: #fff;
  }
  .scroll:before {
    height: 4.5em;
    left: 46.9%;
  }
  .scroll:after {
    height: 0.75em;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    left: 53.3%;
  }
}

@media screen and (max-width: 414px) {
  .scroll {
    padding: 3vw 0 15vw;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    left: 1.8vw;
    bottom: -7vw;
  }
}

@-webkit-keyframes mainMoreAnime {
  0% {
    opacity: 1;
  }
  100%,
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}

@keyframes mainMoreAnime {
  0% {
    opacity: 1;
  }
  100%,
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}

/* ------------------------------------
CONTENT - TOPPAGE
--------------------------------------*/
.wrap .title {
  position: relative;
}

.wrap .title p {
  font-weight: 700;
  background: #fff;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.2;
  padding: 0 2px;
  position: absolute;
  left: 0;
  top: -1em;
}

@media only screen and (max-width: 768px) {
  .wrap .title p {
    font-size: 4vw;
    left: 1vw;
    top: -1.2em;
  }
}

.wrap .border_line {
  max-width: 1000px;
  margin: auto;
  border-top: 8px solid #0089cd;
  height: 8px;
}

@media screen and (max-width: 1400px) {
  .wrap .border_line {
    max-width: 620px;
    border-top-width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 1024px) {
  .wrap .border_line {
    max-width: 560px;
  }
}

@media only screen and (max-width: 768px) {
  .wrap .border_line {
    max-width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .wrap .border_line {
    border-top-width: 2vw;
    height: 2vw;
  }
}

#Comcept {
  padding: 125px 0 20px;
}

#Comcept article {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #fff), color-stop(14%, #f5f5f5));
  background: linear-gradient(0deg, #fff 14%, #f5f5f5 14%);
  margin-bottom: 7rem;
  padding: 0 0 50px;
  position: relative;
}

#Comcept article::before {
  content: '';
  position: absolute;
  width: calc((100vw - 1020px) / 2);
  left: 0;
  background-color: #fff;
  height: 100%;
}

#Comcept article::after {
  content: '';
  position: absolute;
  height: 1px;
  width: calc((100vw - 1020px) / 2 + 15px);
  left: 0;
  top: calc(50% - 4px);
  background: #0089cd;
  z-index: 2;
}

#Comcept article .container {
  position: relative;
  padding-left: 30px;
}

#Comcept article .container::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 22%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(86%, #f5f5f5), color-stop(86%, #fff));
  background: linear-gradient(0deg, #f5f5f5 86%, #fff 86%);
  height: 125px;
}

#Comcept article h3 {
  display: inline-block;
  margin-top: -0.7em;
  margin-bottom: 0.1em;
}

#Comcept article p {
  padding-left: 0.6em;
  margin-bottom: 0;
  letter-spacing: 1px;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 1365px) {
  #Comcept article {
    padding-bottom: 25px;
  }
  #Comcept article::before {
    width: calc((100vw - 940px) / 2);
  }
  #Comcept article::after {
    width: calc((100vw - 940px) / 2 + 15px);
    top: calc(50% + 10px);
  }
  #Comcept article .container::after {
    height: 85px;
  }
}

@media only screen and (max-width: 820px) {
  #Comcept article::before {
    width: calc((100vw - 650px) / 2);
  }
  #Comcept article::after {
    width: calc((100vw - 650px) / 2 + 15px);
  }
  #Comcept article .container {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  #Comcept {
    padding: 22vw 0 4vw;
  }
  #Comcept article {
    padding-bottom: 8vw;
    margin-bottom: 18vw;
  }
  #Comcept article::before {
    width: 11vw;
  }
  #Comcept article::after {
    width: 14vw;
    top: 10vw;
  }
  #Comcept article .container {
    padding: 0 11vw 0 14vw;
  }
  #Comcept article .container::after {
    width: 30vw;
    height: 26vw;
  }
}

#Service {
  position: relative;
  z-index: 1;
}

#Service::before {
  content: '';
  position: absolute;
  width: calc((100vw - 600px) / 2);
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  height: 100%;
  z-index: -1;
}

#Service::after {
  content: '';
  position: absolute;
  width: calc((100vw - 1020px) / 2);
  left: 0;
  top: 0;
  background-color: #fff;
  height: 30px;
  z-index: 2;
}

#Service .title p {
  color: #0089cd;
}

#Service ul {
  padding: 15px;
}

#Service ul h5 {
  position: relative;
  margin-bottom: 10px;
}

#Service ul h5::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: #0089cd;
  left: -0.5em;
  top: calc(50% + 1px);
}

@media only screen and (max-width: 1365px) {
  #Service::before {
    width: calc((100vw - 520px) / 2);
  }
  #Service::after {
    width: calc((100vw - 940px) / 2);
  }
}

@media only screen and (max-width: 820px) {
  #Service::before {
    width: calc((100vw - 250px) / 2);
  }
  #Service::after {
    width: calc((100vw - 650px) / 2);
  }
}

@media only screen and (max-width: 768px) {
  #Service::before {
    width: 46vw;
  }
  #Service::after {
    width: 11vw;
    height: 4vw;
  }
  #Service .container {
    padding-top: 6vw;
  }
  #Service ul {
    padding: 0;
  }
  #Service ul h5 {
    margin-bottom: 1vw;
  }
  #Service ul h5::before {
    width: 4px;
    height: 2px;
    left: -2vw;
    top: 3vw;
  }
  #Service ul p {
    margin-bottom: 6vw;
  }
}

#Message {
  background: #2e2f31;
  color: #fff;
  position: relative;
  /* &::before {
		content: '';
		position: absolute;
		width: calc((100vw - 1020px) / 2);
		left: 0;
		top: 0;
		background: linear-gradient(0deg, $bgColor 14%, #fff 14%, #fff 86%, $bgColor 86%);
		height: 100%;
		z-index: 2;
	} */
}

#Message::after {
  content: '';
  position: absolute;
  z-index: 2;
  background: #f5f5f5;
  height: 30px;
  width: 217px;
  left: calc((100vw - 1020px) / 2 + 210px);
  top: -30px;
}

#Message .container {
  position: relative;
  z-index: 3;
}

#Message .title p {
  color: #3e3e3e;
}

#Message p.wow {
  max-width: 780px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 300;
}

#Message .ceo_box {
  margin: 60px auto 0 0;
  gap: 30px;
  background: #fff;
  padding: 20px;
  width: 512px;
  color: #3e3e3e;
}

#Message .ceo_box .img {
  width: 32%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#Message .ceo_box .img img {
  width: 100%;
}

#Message .ceo_box h6.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}

#Message .ceo_box h6 big {
  line-height: 1;
  font-size: 1.5em;
  font-weight: 700;
}

#Message .ceo_box .txt {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 13px;
  line-height: 1.6;
}

@media only screen and (max-width: 1365px) {
  #Message::after {
    left: calc((100vw - 940px) / 2 + 210px);
  }
  #Message p.wow {
    max-width: 760px;
  }
  #Message .ceo_box {
    gap: 15px;
    width: 480px;
  }
  #Message .ceo_box .txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 820px) {
  #Message::after {
    left: calc((100vw - 650px) / 2 + 200px);
  }
}

@media only screen and (max-width: 768px) {
  #Message {
    /* &::before {
			display: none;
		} */
  }
  #Message::after {
    left: 46vw;
    height: 5vw;
    top: -5vw;
    width: 38vw;
  }
  #Message .container {
    padding-top: 12vw;
  }
  #Message p.wow {
    max-width: 100%;
    margin-bottom: 0.5em;
  }
  #Message .ceo_box {
    width: 100%;
    margin-top: 10vw;
    padding: 6vw 7vw 10vw;
  }
  #Message .ceo_box .img {
    width: 100%;
  }
  #Message .ceo_box .img img {
    width: 27vw;
    margin: auto;
  }
  #Message .ceo_box h6.pc {
    display: none;
  }
  #Message .ceo_box h6.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4vw;
    gap: 1vw;
  }
  #Message .ceo_box .txt {
    font-size: 3.46667vw;
  }
}

#Company {
  padding-top: 200px;
  position: relative;
  z-index: 3;
}

#Company::before {
  content: '';
  position: absolute;
  width: calc((100vw - 600px) / 2);
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  height: 100%;
  z-index: -1;
}

#Company::after {
  content: '';
  position: absolute;
  z-index: 2;
  background: #f5f5f5;
  height: 30px;
  width: 217px;
  left: calc((100vw - 1020px) / 2 + 210px);
  top: 0px;
}

#Company .flex {
  gap: 50px;
}

#Company .title p {
  color: #0089cd;
}

#Company dl {
  max-width: 600px;
  margin: 0;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 16px;
  gap: 0.45em 0;
}

#Company dl dt, #Company dl dd {
  border-bottom: 1px solid #2e2f31;
  padding-bottom: 0.8em;
  line-height: 1.4;
}

#Company dl dt:last-of-type, #Company dl dd:last-of-type {
  border-bottom: none;
}

#Company dl dt {
  text-align: right;
  width: 20%;
  padding-right: 5%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#Company dl dd {
  width: 75%;
  margin: 0;
  font-weight: 500;
}

@media only screen and (max-width: 1365px) {
  #Company::before {
    width: calc((100vw - 520px) / 2);
  }
  #Company::after {
    left: calc((100vw - 940px) / 2 + 210px);
  }
  #Company dl {
    max-width: 450px;
  }
  #Company dl dt, #Company dl dd {
    font-size: 12px;
  }
}

@media only screen and (max-width: 820px) {
  #Company::before {
    width: calc((100vw - 250px) / 2);
  }
  #Company::after {
    left: calc((100vw - 650px) / 2 + 200px);
  }
}

@media only screen and (max-width: 768px) {
  #Company {
    padding-top: 15vw;
  }
  #Company::before {
    width: 46vw;
  }
  #Company::after {
    left: 46vw;
    height: 5vw;
    width: 38vw;
  }
  #Company .flex {
    gap: 4vw;
  }
  #Company dl {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    gap: 0;
  }
  #Company dl dt, #Company dl dd {
    width: 100%;
  }
  #Company dl dt {
    font-size: 3.73334vw;
    text-align: left;
    padding: 3vw 0 0;
    border-bottom: 0;
  }
  #Company dl dd {
    font-size: 4vw;
    font-weight: 700;
    padding-bottom: 3vw;
  }
}

/* ====================================
PAGE
======================================*/
/* ------------------------------------
RECRUIT PAGE
--------------------------------------*/
#Recruit {
  padding-top: 0;
  position: relative;
}

#Recruit .title p {
  color: #0089cd;
}

#Recruit .intro {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

#Recruit .intro .txt {
  margin-top: 80px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 2;
}

#Recruit article {
  max-width: 800px;
  margin: auto;
  padding: 40px;
  border-bottom: 1px solid #3e3e3e;
}

#Recruit article:last-of-type {
  border-bottom: none;
}

#Recruit article > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1em;
}

#Recruit article .ttl {
  font-size: 18px;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

#Recruit article li {
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  #Recruit .intro {
    padding: 12vw 0;
  }
  #Recruit .intro .txt {
    font-size: 5vw;
  }
  #Recruit article {
    padding: 4vw 0 8vw;
  }
}

/* ------------------------------------
PRIVACY POLICY
--------------------------------------*/
#Privacy .title p {
  color: #0089cd;
}

#Privacy article {
  max-width: 800px;
  margin: auto;
  padding: 40px 0;
}

#Privacy article p, #Privacy article li {
  line-height: 2;
}

#Privacy article ol {
  padding-top: 15px;
  padding-left: 1.5em;
}

#Privacy article ol > li {
  font-size: 18px;
  margin-bottom: 40px;
}

#Privacy article ol > li > p {
  margin-bottom: 1em;
}

#Privacy article ol > li ul {
  margin: 0 0 1em;
}

@media only screen and (max-width: 768px) {
  #Privacy .container {
    padding: 0 8.5vw;
  }
  #Privacy article {
    padding: 4vw 0;
  }
  #Privacy article ol {
    padding-top: 0;
  }
  #Privacy article ol > li {
    font-size: 4.26667vw;
    margin-bottom: 4vw;
  }
  #Privacy article ol > li > p {
    line-break: anywhere;
  }
}

/* ------------------------------------
				FOOTER
--------------------------------------*/
#Footer {
  background: #2e2f31;
  color: #fff;
  padding: 30px 0;
}

#Footer .container {
  width: 1300px;
}

#Footer .footer-menu {
  width: 800px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 150px;
}

#Footer .footer-menu ul {
  -webkit-column-gap: 60px;
          column-gap: 60px;
  font-weight: 700;
}

#Footer .footer-menu .copyright {
  margin: 0;
}

#Footer .footer-logo {
  padding: 0;
  text-align: center;
  margin-left: auto;
}

#Footer .footer-logo h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0.2em;
}

#Footer .footer-logo h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
  #Footer .container {
    width: 1200px;
  }
  #Footer .footer-menu {
    row-gap: 120px;
  }
  #Footer .footer-menu ul {
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
  #Footer .footer-menu ul a {
    font-size: 12px;
  }
  #Footer .footer-menu .copyright {
    font-size: 11px;
  }
}

@media only screen and (max-width: 820px) {
  #Footer .container {
    width: 700px;
  }
  #Footer .footer-menu {
    width: 400px;
  }
  #Footer .footer-menu ul {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #Footer {
    padding: 8vw 0 7vw;
    position: relative;
  }
  #Footer .container {
    padding: 0 10vw;
  }
  #Footer > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Footer .footer-menu {
    width: 100%;
    gap: 14vw 0;
  }
  #Footer .footer-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3vw 0;
    letter-spacing: 0.2vw;
  }
  #Footer .footer-menu ul li {
    width: 100%;
    text-align: center;
  }
  #Footer .footer-menu ul a {
    font-size: 3.46667vw;
    display: block;
  }
  #Footer .footer-menu .copyright {
    text-align: center;
    font-weight: 300;
    font-size: 3.2vw;
    letter-spacing: 0.2vw;
  }
  #Footer .footer-logo {
    display: none;
  }
}

/* PC-SP display */
.pc {
  display: none;
}

.sp {
  display: unset;
}

@media screen and (min-width: 769px) {
  .pc {
    display: unset;
  }
  .sp {
    display: none;
  }
}
