@charset "utf-8";

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

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

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	font-size: 1rem;
  font-family: "Hiragino Sans", -apple-system, BlinkMacSystemFont,
                 "Segoe UI", Roboto, "Helvetica Neue", Arial,
                 sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.w6 {
  font-family: "Hiragino Sans";
  font-weight: 600;
}

.w8 {
  font-family: "Hiragino Sans";
  font-weight: 800;
}

.ph {
  font-family: "PingFang HK";
}

h1 {
  margin: 0;
}

h2 {
  font-size: 72px;
  line-height: 80px;
  color: #000;
  margin: 0;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 48px;
  }
}


.en {
  font-family: "Avenir Next";
}

p {
  margin: 0;
}

em {
	font-weight: 600;
}

input[type="text"]:focus,
textarea:focus {
	outline: 0;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

dl, ol, ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  padding: inherit;
  margin: auto;
}

a {
  text-decoration: none;
  color: #fff;

}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}


a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  display: block;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
	background: none;
	border: none;
	outline: none;
	border-radius: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* common */

.flex {
  display: flex;
}

.box {
  max-width: 1100px;
  margin: 0 auto;
}

/* loading */

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align:center;
  color:#fff;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

#splash_text svg{
  height: 2px;
}

.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #333;
  transition: all .2s cubic-bezier(.04, .435, .315, .9);
  transform: scaleY(1);
}

.loader_cover-up {
  transform-origin: center top;
}

.loader_cover-down {
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
}

.coveranime {
  transform: scaleY(0);
}

/* animation */

.fadeup {
  animation: fadeup 1.75s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* // Usage
*/

.header {
  position: fixed;
  width: 100%;
  background: #000;
  z-index: 99;
}

.header-layout {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title {
  padding: 30px 0 0 54px;
  box-sizing: border-box;
  height: 80px;
}

.logo a {
  display: block;
  width: 118px;
  height: 24px;
}

.menu-list {
  display: flex;
  justify-content: space-between;
  width: 517px;
}

.menu-list li a {
  position: relative;
  display: block;
}

.menu-list li a::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 0%;
  background: #fff;
  bottom: 0;
  position: absolute;
  transition: .2s ease;
}

.menu-list li a:hover::before {
  content: "";
  display: block;
  width: 100%;
}

.menu-list .en {
  font-style: italic;
}

.mainvisual-box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding-top: 80px;
}

.mainvisual-movie {
  position: absolute;
  width: 100%;
  height: 100%;
}

.openbtn2{
  display: none;
  position: relative;
  width: 50px;
  height:50px;
  cursor: pointer;
  z-index: 9999;
}

.openbtn2 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 2px;
    background-color: #fff;
  }


.openbtn2 span:nth-of-type(1) {
  top:22px;
  width: 50%;
}

.openbtn2 span:nth-of-type(2) {
  top:29px;
  width:30%;
}

.openbtn2.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.openbtn2.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}

#g-nav {
  position:fixed;
  z-index: 999;
  top:0;
  left: -120%;
  width:100%;
  height: 100vh;
  background:#000;
  transition: all 0.6s;
}

#g-nav.panelactive{
  left: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width:100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  position: absolute;
  z-index: 999;
  top:25%;
  left:50%;
  transform: translate(-50%,-50%);
}

#g-nav li {
list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .header-layout {
    max-width: 100%;
    width: 100%;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-layout {
    width: 100%;
  }
}

.video-pc,.video-mobile {
  display: none;
}

@media screen and (min-width: 768px) {
  .video-pc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .title {
    padding: 15px 0 0 27px;
    height: 60px;
  }
  .menu-area {
    display: none;
  }
  .openbtn2 {
    display: block;
  }
}


video {
  position: absolute;
  max-width: none;
  left: 50%;
  top: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .mainvisual-box {
    padding-top: 60px;
    height: 100%;
  }
  .mainvisual-movie {
    position: relative;
  }
  .video-mobile {
    display: block;
  }
  video {
    left: auto;
    right: auto;
    transform: initial;
    top: initial;
    position: relative;
  }
}

.bg-layout-img {
  position: relative;
  width: 100%;
  background: #EFEFEF;
  z-index: 1;
}

.bg-layout-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url('/img/bg-img.png');
}

.box1 {
  width: 697px;
  margin: 0 auto;
}

.box1 .logo {
  display: flex;
  justify-content: center;
  padding-top: 150px;
}

.value {
  padding-top: 115px;
}

.value p {
  font-size: 24px;
  color: #000;
  text-align: center;
}

.value p span {
  font-size: 34px;
}

.text {
  padding-top: 120px;
}

.text .text-area {
  padding: 50px 75px;
  background: #fff;
  color: #000;
  border-radius: 60px;
}

.text .text-area p {
  line-height: 48px;
  text-align: center;
}

.meaning {
  width: 414px;
  margin: 0 auto;
  padding-top: 75px;
}

.meaning p {
  font-size: 18px;
  color: #ff0000;
}

.meaning em {
  font-size: 36px;
  font-style: normal;
}

.bg-gray {
  background: #EFEFEF;
}

.ani-height {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  height: 615px;
}

.animation-area {
  opacity: 0;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.is-animating {
  opacity: 1;
}

.on-text {
  opacity: 0;
  transition: .4s;
}

.txt-fade {
  opacity: 1;
}

.animation-target {
  position: absolute;
  left: 0px;
  bottom: 260px;
}

@keyframes slideRightWithinBounds {
  0% {

    transform: translateX(-100%);
    opacity: 0;

  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.animation-target img {
  width: 100%;
  display: block;
  animation-fill-mode: forwards;
  animation-play-state: paused;
  animation-delay: 2s;
  animation-duration: 2.5s;
}

.animation-area span {
  display: block;
  color: #fff;
  line-height: 30px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


@media screen and (max-width: 768px) {
  .bg-layout-img + .bg-gray {
    position: relative;
    z-index: 1;
  }
  .box1 {
    width: 100%;
  }
  .animation-target {
    bottom: auto;
  }
  .animation-target img {
    width: 100%;
  }
  .box1 .logo {
    padding-top: 50px;
  }
  .box1 .logo img {
    width: calc(100% / 2);
  }
  .value {
    padding-top: 38px;
  }
  .value p {
    font-size: 16px;
  }
  .value p span {
    font-size: 26px;
  }
  .text {
    padding-top: 40px;
  }
  .text .text-area {
    padding: 25px 20px;
    margin: 0 1.25rem;
    border-radius: 30px;
  }
  .text .text-area p {
    line-height: 30px;
    text-align: left;
  }
  .text .text-area p br {
    display: none;
  }
  .meaning {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 38px;
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .meaning p {
    font-size: 16px;
  }
  .meaning em {
    font-size: 28px;
  }
  .ani-height {
    height: 300px;
  }
  .animation-area span {
    font-size: 12px;
    line-height: 1.75;
    width: 100%;
    text-align: center;
  }
  .bg-layout-img {
    padding-bottom: 45px;
  }
}


@media screen and (min-width: 628px) and (max-width: 768px) {
  .ani-height {
    height: 440px;
  }
}

@media screen and (min-width: 440px) and (max-width: 627px)  {
  .ani-height {
    height: 350px;
  }
}


.box2 {
  position: relative;
}

.box2 .summary {
  margin-top: 100px;
}

.box2 .flex > div {
  width: 50%;
}

.box2 .summary p {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.box2 p {
  color: #000;
}

.box2 .summary-txt {
  margin-top: 58px;
}

.box2 .summary-txt span {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
}

.box2 .summary-txt p {
  font-size: 12px;
  line-height: 27px;
}

.summary-img {
  padding: 65px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .box2 {
    margin: 0 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .box2 .summary {
    margin-top: 50px;
  }
  .box2 .flex > div {
    width: 100%;
    margin-top: 25px;
  }
  .flex {
    flex-direction: column;
  }
  .box2 .summary-txt .sp {
    display: none;
  }
  .box2 .summary-txt span {
    margin-bottom: 28px;
    line-height: 32px;
  }
  .summary-img {
    padding:  28px 0 0 0;
  }
}


.box3 {
  margin-top: 150px;
  position: relative;
}

.box3-frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box3-layout {
  flex-direction: row-reverse;
  align-items: center;
}

.box3-layout > div {
  text-align: center;
}

.box3-layout span {
  font-size: 13px;
}

.box3-layout p {
  margin-top: 10px;
  font-size: 18px;
}

.box3-layout > div {
  color: #000;
}

.box3 img {
  max-width: 100%;
}

.box3 .box3-layout:nth-of-type(1) img {
  height: 122px;
}

.box3 .box3-layout:nth-of-type(3) img {
   height: 165px;
}

.box3.box .flex {
  width: 100%;
}

.box3 .b3-layout-l {
  flex-direction: row;
  position: relative;
  left: 65px;
}

.box3 .b3-layout-l > div {
  padding-right: 56px;
}

.box3 .b3-layout-r {
  position: relative;
  right: 40px;
}

.mark {
  display: block;
  position: relative;
  width: 141px;
}

.line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.line span {
  display: block;
  width: 200px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}

.line span::before {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background: #000;
  transform: rotate(90deg);
}

.box3 i {
  display: block;
  width: 100%;
  margin: 40px 0 72px 0;
  text-align: center;
}

.box3 i img {
  width: 10px;
  margin: auto;
}

.box3 .b3-layout-c {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 142px;
}

.box3 .b3-layout-c img + .w6 {
  margin-top: 40px;
}

@media screen and (max-width: 1099px) {
  .box3-frame {
    flex-direction: column;
  }
  .box3.box .flex {
    justify-content: center;
    flex-direction: column;
  }
  .box3 .b3-layout-l {
    left: auto;
  }
  .box3 .b3-layout-l > div {
    padding-right: initial;
    padding-bottom: 30px;
  }
  .box3 .box3-layout:nth-of-type(1) img {
    height: 100px;
  }
  .mark {
    width: 100%;
    margin: 4rem 0;
  }
  .line span,
  .line span::before {
    width: 100px;
    height: 1px;
  }
  .box3 .b3-layout-r {
    right: auto;
  }
  .box3 .box3-layout:nth-of-type(3) img {
    height: 122px;
  }
  .box3 i {
    margin: 20px 0 36px 0;
  }
  .box3 i img {
    width: 5px;
  }
  .box3 .b3-layout-c {
    margin-bottom: 70px;
  }
  .box3 .b3-layout-c img {
    width: 270px;
  }
}

@media screen and (max-width: 768px) {
  .box3 .b3-layout-c img {
    width: 220px;
  }
}


@media screen and (max-width: 1024px) {
  .box3 {
    margin-top: 75px;
  }
}


.box4 {
  position: relative;
}

.bg-pic2 .sp {
  display: none;
}

.bg-pic2::before {
  background: url(/img/bg_pic2.png);
  right: 0;
  left: inherit;
  clip-path: polygon(0 100%, 30% 0, 100% calc(100% - 700px), 100% 100%);
  content: "";
  width: 50%;
  height: 700px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
  transition: .4s;
}

.box4 .tba {
  padding-top: 102px;
}

.box4 .tba p {
  font-size: 18px;
  color: #000;
}

.box4 .tba-txt {
  padding-top: 52px;
  font-size: 13px;
  color: #000;
  line-height: 30px;
}

.box4 .tba:nth-of-type(2) {
  padding-top: 50px;
}

.box4 .tba:nth-of-type(2) p {
  font-size: 24px;
}

.box4 ul {
  position: relative;
  padding-top: 52px;
  padding-bottom: 31px;
}

.box4 ul li {
  margin-top: 10px;
  padding-left: 45px;
  font-size: 13px;
  line-height: 38px;
  color: #000;
}

.box4 ul li:nth-of-type(1) {
  margin-top: 0;
}

.box4 ul li::before {
  content: "01";
  display: block;
  position: absolute;
  left: 0;
  font-size: 24px;
  letter-spacing: .025rem;
  color: #E33C25;
  font-family: "Avenir Next";
  font-weight: 700;
}

.box4 ul li:nth-of-type(2):before {
  content: "02";
}

.box4 ul li:nth-of-type(3):before {
  content: "03";
}

.box4 ul li:nth-of-type(4):before {
  content: "04";
}

.box4 ul li:nth-of-type(5):before {
  content: "05";
}

@media screen and (max-width: 1280px) {
  .bg-pic2::before {
    background-position: right bottom;
  }
}

@media screen and (max-width: 1200px) {
  .box4 .box {
    margin: 0 1.25rem;
    position: relative;
    z-index: 1;
  }
  .bg-pic2::before {
    display: none;
  }
  .bg-pic2 .sp {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .box4 .tba {
    padding-top: calc(102px / 2)
  }
  .box4 .tba-txt {
   padding-top: calc(52px / 2);
  }
  .box4 .tba-txt .sp {
    display: none;
  }
  .box4 .tba:nth-of-type(2) {
    padding-top: calc(50px / 2);
  }
  .box4 ul {
    padding-top: calc(52px / 2);
    padding-bottom: calc(31px / 2);
  }
  .box4 .tba:nth-of-type(2) p {
    font-size: 20px;
  }
}


#service .bg-layout-img::before {
  height: 100%;
}

#service h2 {
  padding-top: 152px;
}

.box5 {
  margin-top: 50px;
  padding-bottom: 170px;
}

.service-about-txt {
  margin-bottom: 100px;
  font-size: 24px;
  color: #000;
}

.service-about-txt span {
  display: block;
  padding-top: 18px;
  font-size: 13px;
  font-feature-settings: normal;
}

.box5-layout {
  width: 100%;
  padding: 0 70px;
  background: #000;
  border-radius: 70px;
}

.box5-layout:nth-of-type(2) {
  margin-top: 100px;
}

.box5-layout .flex {
  justify-content: center;
  align-items: center;
  padding: 50px 0 0 0;
}

.box5-layout .flex li {
  width: calc(100% /3);
  margin-right: 60px;
}

.box5-layout .flex li:last-child {
  margin-right: auto;
}

.service-name {
  display: flex;
  align-items: center;
  padding-top: 90px;
}

.service-name p {
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #fff;
}

.box5-layout:nth-of-type(2) .flex li:nth-of-type(2) .service-head p {
  letter-spacing: -.1rem;
}

.service-name span {
  margin-left: 30px;
  font-size: 18px;
  background: #E33C25;
  padding: 2px 10px;
  color: #fff;
}

.service-head {
  width: 205px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
}

.service-head p {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
}

.box5-layout:nth-of-type(2) .flex li:nth-of-type(1) .service-txt p {
  letter-spacing: -0.02rem;
}

.service-img {
  margin-top: 25px;
  margin-bottom: 15px;
}

.service-img img {
  max-width: 100%;
}

.service-txt {
  padding-bottom: 100px;
  height: 190px;
  box-sizing: border-box;
}

.service-txt p {
  font-size: 13px;
  line-height: 30px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  #service .box {
   margin: 0 1.25rem;
  }
 }

@media screen and (max-width: 768px) {
  #service .bg-layout-img::before {
    height: 100%;
    background-repeat: repeat;
    background-size: inherit;
  }
  #service h2 {
    padding-top: calc(152px / 2);
  }
  .box5 {
    margin-top: calc(50px / 2);
    padding-bottom: calc(170px / 2);
  }
  .service-about-txt {
    margin-bottom: calc(50px / 2);
    font-size: 18px;
    font-feature-settings: "palt";
  }
  .service-about-txt .sp {
    display: none;
  }
  .box5-layout {
    padding: 0 20px;
    border-radius: 30px;
  }
  .service-name {
    padding-top: 45px;
    flex-direction: column;
  }
  .service-name span {
    margin-left: 0;
    margin-top: 18px;
    font-size: 15px;
  }
  .box5-layout .flex {
    padding: 45px 0 0 0;
    flex-direction: column;
  }
  .box5-layout .flex li {
    width: 100%;
    margin-right: 0;
  }
  .service-txt {
    padding-bottom: 50px;
    height: 100%;
  }
  .box5-layout:nth-of-type(2) {
    margin-top: 50px;
  }

}

#news .box > h2 {
  margin-top: 150px;
}

#news .box > h2 + p {
  color: #000;
  margin: 102px 0 0 0;
  padding-left: 50px;
}

@media screen and (max-width: 1200px) {
  #news .box {
   margin: 0 1.25rem;
  }
 }


@media screen and (max-width: 768px){
  #news .box > h2 {
    margin-top:75px;
  }
  #news .box > h2 + p {
    margin: 70px 0 0 0;
  }
}

#vision {
  padding-top: 240px;
}

#vision .bg-layout-img {
  background-color: revert;
}

#vision .bg-layout-img::before {
  background-image: url(/img/bg_pic5.png);
  border-radius: 70px;
  height: 100%;
}

#vision .bg-layout-img h2 {
  color: #E33C25;
  position: absolute;
  top: -44px;
}

.box6 {
  display: flex;
  justify-content: center;
  padding: 154px 0 120px 0;
}

.box6 p {
  font-size: 36px;
  line-height: 1;
  display: table;
  background: #000;
  color: #fff;
  padding: 22px 34px;
  box-sizing: border-box;
}

.box6 p span {
  color: #E33C25;
  font-family: "Avenir Next";
  font-weight: 700;
  font-size: 50px;
  position: relative;
  top: 5px;

}

#vision .box7:nth-of-type(2){
  padding-left: 106px;
  padding-bottom: 155px;
}

#vision .box7:nth-of-type(3) {
  padding-left: 106px;
  padding-bottom: 152px;
}

#vision .box7:nth-of-type(4) {
  padding-left: 106px;
  padding-bottom: 278px;
}

.box7 {
  width: 830px;
  margin: 0 auto;
}

.vision-title {
  position: relative;
  font-size: 72px;
  line-height: 80px;
}

.vision-title.n1::before {
  content: "01";
  display: block;
  position: absolute;
  left: -50px;
  bottom: -10px;
  font-size: 24px;
  line-height: 80px;
  font-family: Avenir Next;
  font-weight: 700;
}

#vision .box7:nth-of-type(3) .vision-title.n1::before {
  content: "02";
}

#vision .box7:nth-of-type(4) .vision-title.n1::before {
  content: "03";
}

.vision-title .en {
  font-weight: bold;
  letter-spacing: .25rem;
  color: #fff;
}

.vision-title .underline::first-letter {
  color: #E33C25;
  font-style: normal;
}

.underline {
  position: relative;
  display: inline-block;
}

.underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 11;
  position: relative;
  bottom: 6px;
}

.vision-title-text {
  margin-top: 24px;
}

.vision-title-text P {
  display: table;
  background: #fff;
  padding: 14px 12px;
  color: #000;
}

@media screen and (max-width: 1200px){
  #vision .box {
   margin: 0 1.25rem;
  }
}

@media screen and (max-width: 884px) {
  .box6 {
    padding: 77px 0 60px 0;
  }
  .box6 p {
    font-size: 28px;
  }
  #vision .box7:nth-of-type(2),
  #vision .box7:nth-of-type(3),
  #vision .box7:nth-of-type(4) {
    width: 100%;
    padding-left: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .vision-title {
    font-size: 60px;
  }
}


@media screen and (max-width: 768px) {
  #vision {
    padding-top: 120px;
  }
  #vision .box {
    margin: 0 1.25rem;
  }
  #vision .bg-layout-img {
    margin-bottom: auto;
  }
  #vision .bg-layout-img::before {
    border-radius: 35px;
  }
  .box6 {
    padding: 77px 0 60px 0;
  }
  .box6 p {
    font-size: 14px;
    padding: 10px 0px;
    width: calc(100% - 20px);
    text-align: center;
  }
  .box6 p span {
    font-size: 22px;
    top: 2px;
  }
  .box7 {
    width: 100%;
  }
  #vision .box7:nth-of-type(2) {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 75px;
  }
  .vision-title {
    line-height: 40px;
    font-size: 24px;
    padding-left: 20px;
  }
  .vision-title.n1::before {
    left: 0;
    bottom: -22px;
    font-size: 12px;
  }
  #vision .box7:nth-of-type(3) {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 75px;
  }
  #vision .box7:nth-of-type(4) {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 75px;
  }
}


.service-other-area {
  padding-top: 115px;
  padding-bottom: 150px;
}

.btn-area {
  margin-top: 23px;
  height: 75px;
  line-height: 1;
  text-align: center;
}

.btn,
.privacy-btn {
  display: inline-block;
  position: relative;
  width: 550px;
  margin: 0 auto;
  line-height: 1;
  font-size: 16px;
  padding: 30px 0;
  height: 75px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 99em;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 1;
  -webkit-transition: background 0.3s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background 0.3s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.privacy-btn {
  border-radius: 0;
}

.btn::before {
  content: "";
  background-color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 99em;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.57, 0.1, 0.13, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.57, 0.1, 0.13, 1);
  transition: transform 0.4s cubic-bezier(0.57, 0.1, 0.13, 1);
  transition: transform 0.4s cubic-bezier(0.57, 0.1, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.57, 0.1, 0.13, 1);
}

.btn:hover:before {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s 0.1s cubic-bezier(0.57, 0.1, 0.13, 1);
  transition: -webkit-transform 0.5s 0.1s cubic-bezier(0.57, 0.1, 0.13, 1);
  transition: transform 0.5s 0.1s cubic-bezier(0.57, 0.1, 0.13, 1);
  transition: transform 0.5s 0.1s cubic-bezier(0.57, 0.1, 0.13, 1), -webkit-transform 0.5s 0.1s cubic-bezier(0.57, 0.1, 0.13, 1);
}

.privacy-btn span::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 0%;
  background: #fff;
  bottom: -4px;
  position: absolute;
  transition: .2s ease;
}

.privacy-btn span:hover:before {
  content: "";
  display: block;
  width: 100%;
}

.btn::after {
  content: "";
  background-color: #ddd;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 99em;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.57, 0.1, 0.13, 1);
  transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.57, 0.1, 0.13, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.57, 0.1, 0.13, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.57, 0.1, 0.13, 1), -webkit-transform 0.4s 0.1s cubic-bezier(0.57, 0.1, 0.13, 1);
  z-index: 1;
}

.btn:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s 0s cubic-bezier(0.57, 0.1, 0.13, 1);
    transition: -webkit-transform 0.5s 0s cubic-bezier(0.57, 0.1, 0.13, 1);
    transition: transform 0.5s 0s cubic-bezier(0.57, 0.1, 0.13, 1);
    transition: transform 0.5s 0s cubic-bezier(0.57, 0.1, 0.13, 1), -webkit-transform 0.5s 0s cubic-bezier(0.57, 0.1, 0.13, 1)
}

.btn span,
.privacy-btn span {
  position: relative;
  display: inline-block;
  z-index: 10;
  -webkit-transition: color 0.3s cubic-bezier(0.57, 0.1, 0.13, 1);
  transition: color 0.3s cubic-bezier(0.57, 0.1, 0.13, 1);
}

.btn:hover span {
  color: #000000;
}

.btn span i,
.privacy-btn span i {
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.b%7Bfill%3Anone%3B%7D.b%7Bstroke%3A%23000%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E132_arr_24%3C%2Ftitle%3E%3Crect%20class%3D%22a%22%20width%3D%2248%22%20height%3D%2248%22%2F%3E%3Cpolyline%20class%3D%22b%22%20points%3D%2228%2030%2028%2034%2040%2024%2028%2014%2028%2024%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%228%22%20y1%3D%2224%22%20x2%3D%2228%22%20y2%3D%2224%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  position: absolute;
  filter: invert();
  position: absolute;
  top: -5px;
  right: -45px;
  opacity: 1; /* 初期透明度 */
  transition: background 0.3s 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19), 
              opacity 0.3s 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.btn:hover span i {
  filter:none;
  opacity: 0.8; /* ホバー時の透明度 */
}


@media screen and (max-width: 768px) {
  .btn,
  .privacy-btn {
    width: 100%;
  }
  .service-other-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .btn-area {
    margin-top: 0;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    height: 55px;
  }
  .btn {
    padding: 20px 0;
    height: 55px;
  }
}


.bg-black {
  background: #000;
}

#company h2 {
  padding-top: 150px;
  color: #fff;
}

.company {
  margin-top: 95px;
  margin-left: 35px;
  position: relative;
  z-index: 1;
}

.company .detail {
  width: 540px;
  margin: inherit;
  display: flex;
  flex-wrap: wrap;
}

.company .detail dt,
.company .detail dd {
  margin-bottom: 20px;
  font-size: 13px;
  color: #fff;
}

.company .detail dt {
  width: 20%;
}

.company .detail dd:nth-of-type(7) {
  width: 82%;
}

.company .detail dd:nth-of-type(8) {
  line-height: 30px;
}

.company .detail dd {
  width: 75%;
  line-height: 21px;
}

.member-box {
  display: flex;
  padding: 11px;
  background: #fff;
}

.member-box .img {
  width: 94px;
}

.member-box .img img {
  max-width: 100%;
}

.member-detail {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 28px;
}

.member-detail p {
  font-size: 13px;
  color: #000;
}

.member-detail p em {
    font-size: 18px;
    font-style: normal;
    padding-left: 18px;
}

.member-detail span {
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: .07rem;
  color: #000;
}

.member-box.member-box2 {
  margin-top: 14px;
  padding: 0;
  background: transparent;
}

.member-box.member-box2 .member-detail {
  width: calc(100% / 2 - 6px);
  padding: 28px 22px;
  background: #fff;
}

.member-box.member-box2 .member-detail:nth-of-type(1) {
  margin-right: 14px;
}

.member-box.member-box2 .member-detail p,
.member-box.member-box2 .member-detail span {
  color: #000;
}

.picture {
  position: relative;
  width: 798px;
}

.picture::before {
  content: "";
  background-image: url(/img/bg_top.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -140px;
  right: -362px;
  width: 800px;
  height: calc(1080px / 2);
}

#company .box {
  overflow: hidden;
}

#company .logo {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

#company .logo a {
  margin-left: auto;
  margin-right: 60px;
}

#company .menu-area {
  display: flex;
  align-items: center;
  padding: 72px 0;
}

#company .menu-area .menu-list {
  padding: 0;
}

#company .menu-area .btn-area {
  margin:  auto;
}

@media screen and (max-width: 1200px) {
  #company .box {
   margin: 0 1.25rem;
  }
  .privacy-btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #company .box {
    margin: 0 1.25rem;
  }
  #company h2 {
    padding-top: 75px;
  }
  .company {
    margin-top: 50px;
    margin-left: auto;
  }
  .company .detail {
    width: 100%;
    flex-direction: column;
  }
  .company .detail dt {
    width: 100%;
  }
  .company .detail dd {
    width: 100%;
  }
  .company .detail dd:nth-of-type(7) {
    width: 100%;
  }
  .member-detail {
    padding-left: 10px;
  }
  .member-detail p em {
    font-size: 16px;
    padding-left: 6px;
  }
  .member-detail span {
    font-size: 13px;
  }
  .picture {
    width: 100%;
  }
  .picture::before {
    opacity: .6;
  }
  #company .logo {
    margin-top: 40px;
  }
  #company .logo a {
    margin-right: auto;
  }
  #company .menu-area {
    padding: 36px 0;
    flex-direction: column;
  }
  #company .menu-area .menu-list {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  #company .menu-area .menu-list li {
    margin-bottom: 10px;
  }
  #company .menu-area .btn-area {
    height: 50px;
  }
}


.footer {
  padding: 38px 0;
}

.copy {
  color: #000;
  text-align: center;
}

.privacy-layout {
  padding-top: 256px;
}

.privacy-layout .sec,
.table {
  margin-top: 30px;
}

.table {
  position: relative;
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

table td {
  vertical-align: top;
}

.privacy-layout table td ul {
  margin: 0;
}

.layout-area {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

h2 + .layout-area {
  margin-top: 102px;
}

.privacy-layout h3,
.privacy-layout p,
.privacy-layout li,
.table th,
.table td,
.layout-area a {
  font-size: 13px;
  line-height: 21px;
  color: #000;
}

.table tr {
  position: relative;
}

.table th,
.table td {
  text-align: left;

}

.table td {
  padding-top: 20px;
  width: 50%;
}

.table th:nth-of-type(1),
.table td:nth-of-type(1) {
  padding-right: 40px;
}

.table th:nth-of-type(2),
.table td:nth-of-type(2) {
  padding-left: 40px;
}

.table tr::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #000;
  position: absolute;
  left: 50%;
}

.privacy-layout ul {
  margin-top: 30px;
  padding: 0;
}

.layout-area a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 18px 0;
  }
  .privacy-layout {
    padding-top: 60px;
  }
  .privacy-layout .box {
    padding: 0 20px;
  }
  .privacy-layout h2.en {
    line-height: 52px;
  }
  h2 + .layout-area {
    margin-top: 50px;
  }
  .privacy-layout .layout-area {
    padding: 0 20px;
  }
  .privacy-layout .box .layout-area {
    padding: 0;
  }
  .table th {
    vertical-align: unset;
  }
  .table th:nth-of-type(1),
  .table td:nth-of-type(1) {
    padding-right: 20px;
  }
  .table th:nth-of-type(2),
  .table td:nth-of-type(2) {
    padding-left: 20px;
  }
}
