@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

main {
  display: block; }

th {
  text-align: left; }

/* 点滅 */
.blinking {
  -webkit-animation: blink 0.5s ease-out infinite alternate;
  -moz-animation: blink 0.5s ease-out infinite alternate;
  -ms-animation: blink 0.5s ease-out infinite alternate;
  -o-animation: blink 0.5s ease-out infinite alternate;
  animation: blink 0.5s ease-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes current_anime {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes current_anime {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes current_anime {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.waypoint {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 1s ease 1s , opacity 1s ease , visibility 1s ease;
  -moz-transition: transform 1s ease 1s , opacity 1s ease , visibility 1s ease;
  -ms-transition: transform 1s ease 1s , opacity 1s ease , visibility 1s ease;
  -o-transition: transform 1s ease 1s , opacity 1s ease , visibility 1s ease;
  transition: transform 1s ease 1s , opacity 1s ease , visibility 1s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  display: block; }
  .waypoint.go {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

/* base --------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*
@supports(-webkit-touch-callout: none){
	html{
		height: -webkit-fill-available;
	}
	body{
		min-height: 100vh;
		min-height: -webkit-fill-available;
	}
}
*/
body {
  height: 100vh; }

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available; } }
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%; }
  html.wf-active *, html.loading-delay * {
    visibility: visible; }

body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.6rem;
  color: #202F55;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (max-width: 599px) {
    body {
      font-size: 14px; } }

a {
  color: inherit; }

a, button {
  -webkit-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.1s ease;
  -moz-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.1s ease;
  -ms-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.1s ease;
  -o-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.1s ease;
  transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.1s ease; }

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

p {
  line-height: 1.8; }
  @media screen and (max-width: 599px) {
    p {
      line-height: 1.7;
      text-align: justify; } }

.clearfix,
section {
  zoom: 1; }

.clearfix:before,
.clearfix:after,
.section:before,
.section:after {
  content: "";
  display: table; }

.clearfix:after,
.section:after {
  clear: both; }

.aligncenter {
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 599px) {
    .aligncenter {
      width: 100%;
      float: none; } }

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 599px) {
    .alignright {
      width: 100%;
      float: none;
      margin: 0 auto; } }

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 599px) {
    .alignleft {
      width: 100%;
      float: none;
      margin: 0 auto; } }

.noscroll {
  overflow: hidden;
  height: 100%; }

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

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

*:focus {
  outline: none; }

figure.pc {
  display: block; }
  @media screen and (max-width: 599px) {
    figure.pc {
      display: none; } }

figure.sp {
  display: none; }
  @media screen and (max-width: 599px) {
    figure.sp {
      display: block; } }

/*form*/
input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #958445;
  min-height: 40px;
  padding: 0 10px;
  font-size: 16px;
  -webkit-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  -moz-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  -ms-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  -o-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  textarea:focus,
  select:focus {
    background-color: rgba(149, 132, 69, 0.1); }

input[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0; }

textarea {
  min-height: 200px;
  padding: 10px;
  resize: vertical; }

select {
  background: #fff url(../imgs/common/select_arrow.svg) no-repeat right center/auto 100%;
  cursor: pointer; }

button {
  -webkit-transition: opacity 0.5s ease, color 0.5s ease, background 0.5s ease, filter 0.5s ease;
  -moz-transition: opacity 0.5s ease, color 0.5s ease, background 0.5s ease, filter 0.5s ease;
  -ms-transition: opacity 0.5s ease, color 0.5s ease, background 0.5s ease, filter 0.5s ease;
  -o-transition: opacity 0.5s ease, color 0.5s ease, background 0.5s ease, filter 0.5s ease;
  transition: opacity 0.5s ease, color 0.5s ease, background 0.5s ease, filter 0.5s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0; }

/*=============================================
Layout
=============================================*/
/* wrapper --------------------------*/
.l-wrapper {
  overflow: hidden;
  position: relative; }

/* main --------------------------*/
.l-main {
  position: relative;
  z-index: 2; }

/* header --------------------------*/
.l-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 10;
  position: fixed; }
  @media screen and (max-width: 1280px) {
    .l-header {
      height: 13.1578947368vh;
      max-height: 100px;
      -webkit-backdrop-filter: blur(10px) brightness(1);
      -moz-backdrop-filter: blur(10px) brightness(1);
      -ms-backdrop-filter: blur(10px) brightness(1);
      -o-backdrop-filter: blur(10px) brightness(1);
      backdrop-filter: blur(10px) brightness(1);
      background: rgba(255, 255, 255, 0.8);
      display: none; } }
  .l-header.sticky {
    position: absolute;
    top: auto;
    bottom: 870px;
    width: 230px;
    height: 690px; }

.l-header__ttl {
  display: inline-block;
  margin: 64px 0 0 60px;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -ms-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease; }
  .l-header__ttl.mini {
    margin: 110px 0 0 30px; }
  .l-header__ttl.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  @media screen and (max-width: 1280px) {
    .l-header__ttl {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      margin: 3px 0 0 !important; } }

.l-header__ttl-link {
  width: 701px;
  height: 126px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../imgs/logo.svg") no-repeat center;
  background-size: 100% auto;
  -webkit-transition: width 0.5s ease, height 0.5s ease;
  -moz-transition: width 0.5s ease, height 0.5s ease;
  -ms-transition: width 0.5s ease, height 0.5s ease;
  -o-transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease; }
  .l-header__ttl-link.mini {
    width: 167.75px;
    height: 30px; }
  @media screen and (max-width: 1280px) {
    .l-header__ttl-link {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      width: 23.1328947368vh;
      height: 4.1368421053vh;
      max-width: 175.81px;
      max-height: 31.44px; } }

.global-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 230px;
  height: 630px;
  padding-top: 270px;
  padding-left: 80px;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease; }
  @media screen and (max-width: 1280px) {
    .global-nav {
      background: linear-gradient(#ddf0fc 0%, #f1dcf3 35.47%, #c5f0e3 76.35%, #a7c2ff 100%);
      width: 100%;
      height: 69.7368421053vh;
      top: 13.1578947368vh;
      padding: 13.1578947368vh 0 0;
      position: fixed;
      left: 100%;
      -webkit-transition: transform 0.5s ease;
      -moz-transition: transform 0.5s ease;
      -ms-transition: transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      transition: transform 0.5s ease; }
      .global-nav.no-transition {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }
      .global-nav.active {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%); } }
  @media screen and (max-width: 1280px) and (min-height: 760px) {
    .global-nav {
      top: 100px;
      height: calc( 100vh - 100px  - 130px  ); } }

  .global-nav.mini {
    top: 60px; }
    .global-nav.mini::after {
      content: "";
      display: block;
      width: 1px;
      height: 630px;
      background: #202F55;
      position: absolute;
      top: 0;
      right: 0; }
  .global-nav ul {
    position: static;
    width: auto; }
  .global-nav li {
    margin: 0 0 30px; }
    @media screen and (max-width: 1280px) {
      .global-nav li {
        margin-bottom: 4.4736842105vh; }
        .global-nav li a::after {
          font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
          font-size: 2.1052631579vh;
          font-weight: 500;
          display: block;
          margin-top: 0.6578947368vh; }
        .global-nav li:nth-child(1) a:after {
          content: "私たちについて"; }
        .global-nav li:nth-child(2) a:after {
          content: "事業コンセプト"; }
        .global-nav li:nth-child(3) a:after {
          content: "サービスメニュー"; }
        .global-nav li:nth-child(4) a:after {
          content: "代表メッセージ"; } }
    .global-nav li.contact {
      position: static;
      margin: 124px 0 0 10px; }
      @media screen and (max-width: 1280px) {
        .global-nav li.contact {
          margin: 0;
          position: absolute;
          bottom: -17.1052631579vh;
          left: 0;
          width: 100%; } }
  @media screen and (max-width: 1280px) and (min-height: 760px) {
    .global-nav li.contact {
      bottom: -130px; } }

      .global-nav li.contact a {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 52px;
        height: 52px;
        background: url("../imgs/btn_contact.svg") no-repeat center;
        background-size: 50px auto; }
        @media screen and (max-width: 1280px) {
          .global-nav li.contact a {
            text-indent: 0;
            white-space: nowrap;
            overflow: visible;
            width: 100%;
            height: 17.1052631579vh;
            background: #89B2C9 url("../imgs/btn_contact_white.svg") no-repeat 6.3888888889vw center;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-left: 20px; }
            .global-nav li.contact a::after {
              content: "お問い合わせ";
              display: inline-block;
              margin-left: 14px; } }
        .global-nav li.contact a:hover {
          background-image: url("../imgs/btn_contact_ov.svg"); }
          @media screen and (max-width: 1280px) {
            .global-nav li.contact a:hover {
              -webkit-transform: none;
              -moz-transform: none;
              -ms-transform: none;
              -o-transform: none;
              transform: none; } }
    .global-nav li:not(.contact) a.current::before {
      width: 12px;
      height: 12px;
      border: 1px solid #202F55;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      content: "";
      display: block;
      position: absolute;
      top: 2px;
      left: -19px;
      -webkit-animation: current_anime 0.5s ease;
      -moz-animation: current_anime 0.5s ease;
      animation: current_anime 0.5s ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
      @media screen and (max-width: 1280px) {
        .global-nav li:not(.contact) a.current::before {
          left: 25%;
          top: 15px; } }
  .global-nav a {
    display: block;
    font-size: 1.6rem;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.03em;
    font-family: Helvetica, Arial, "sans-serif";
    position: relative; }
    @media screen and (max-width: 1280px) {
      .global-nav a {
        letter-spacing: 0;
        font-size: 4.2105263158vh;
        font-weight: 700;
        text-align: center; } }

#burger-menu {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 20px;
  border: 1px solid #202F55;
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  @media screen and (max-width: 1280px) {
    #burger-menu {
      display: block; } }
  #burger-menu span {
    -webkit-transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    -moz-transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    -ms-transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    -o-transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    display: block;
    background: #202F55;
    width: 17px;
    height: 1px;
    position: absolute;
    left: 11px; }
    #burger-menu span:first-child {
      top: 16px; }
    #burger-menu span:last-child {
      bottom: 16px; }
  #burger-menu.active span {
    -webkit-transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
    -moz-transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
    -ms-transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
    -o-transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease; }
    #burger-menu.active span:first-child {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      margin-top: -0.5px; }
    #burger-menu.active span:last-child {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 50%;
      margin-bottom: -0.5px; }

/* footer --------------------------*/
.l-footer {
  background: #202F55;
  color: #fff;
  padding: 63px 60px 34px;
  position: relative; }
  @media screen and (max-width: 599px) {
    .l-footer {
      padding: 73px 0 22px;
      z-index: 9; } }

.l-footer__ttl {
  width: 325px;
  height: 148px;
  margin: 0 auto 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.42;
  padding-top: 88px;
  background: url("../imgs/logo_white.svg") no-repeat center top;
  text-align: center; }
  @media screen and (max-width: 599px) {
    .l-footer__ttl {
      width: 218px;
      height: 123px;
      background-size: 100% auto;
      font-size: 2.0rem;
      padding-top: 67px; } }
  .l-footer__ttl span {
    display: block;
    white-space: nowrap; }
  .l-footer__ttl a {
    text-decoration: none; }

.l-footer__address {
  margin-bottom: 30px; }
  @media screen and (max-width: 599px) {
    .l-footer__address {
      margin-bottom: 100px; } }
  .l-footer__address p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.75; }
    @media screen and (max-width: 599px) {
      .l-footer__address p {
        text-align: center; } }
    .l-footer__address p span:nth-child(4) {
      display: inline-block; }
      @media screen and (max-width: 599px) {
        .l-footer__address p span:nth-child(4) {
          margin-left: 0; } }

.l-footer__contact {
  text-align: center;
  margin-bottom: 76px; }

.l-footer__copyright {
  text-align: right;
  font-size: 1.4rem;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 599px) {
    .l-footer__copyright {
      text-align: center; } }

.l-footer__privacypolicy {
  position: absolute;
  left: 60px;
  bottom: 34px;
  font-size: 1.4rem;
  white-space: nowrap;
  z-index: 2; }
  @media screen and (max-width: 599px) {
    .l-footer__privacypolicy {
      left: 0;
      width: 100%;
      text-align: center;
      bottom: 86px; } }

.l-footer__privacypolicy-link:hover {
  text-decoration: none; }

.btn-backtotop {
  position: absolute;
  top: 42px;
  right: 60px;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../imgs/btn_backtotop.svg") no-repeat center; }
  @media screen and (max-width: 599px) {
    .btn-backtotop {
      display: none; } }
  .btn-backtotop:hover {
    background-color: rgba(255, 255, 255, 0.1); }

/*=============================================
Object
=============================================*/
/* Component */
/* Component --------------------------*/
.c-btn-contact {
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 20px 40px 20px 12px;
  background: #fff;
  border: 1px solid #202F55;
  text-decoration: none; }
  @media screen and (max-width: 599px) {
    .c-btn-contact {
      padding: 20px 40px 20px 12px; } }
  .c-btn-contact:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    background: #202F55; }
    .c-btn-contact:hover span {
      color: #fff; }
      .c-btn-contact:hover span::after {
        background-color: #fff; }
  .c-btn-contact span {
    color: #202F55;
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    padding-left: 64px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 315px;
    margin: 0 auto;
    white-space: nowrap; }
    @media screen and (max-width: 599px) {
      .c-btn-contact span {
        width: auto;
        font-size: 1.4rem; } }
    .c-btn-contact span::before {
      content: "Contact";
      font-family: Helvetica, Arial, "sans-serif";
      font-weight: 700;
      font-size: 3.4rem;
      margin-right: 14px;
      position: relative; }
      @media screen and (max-width: 599px) {
        .c-btn-contact span::before {
          font-size: 2.8rem; } }
    .c-btn-contact span::after {
      width: 50px;
      height: 50px;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url("../imgs/btn_contact.svg") no-repeat center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }

/* Project */
/* home --------------------------*/
#lottie {
  width: 120%;
  height: 4000px;
  position: absolute;
  left: -10%;
  top: -1500px;
  z-index: 2;
  transform-origin: center top; }
  @media screen and (max-width: 599px) {
    #lottie {
      height: 1000px;
      width: 120%;
      left: -10%;
      top: -200px; } }

.l-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0; }
  .l-bg img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    z-index: 2; }
  .l-bg .bg_gradient {
    background: linear-gradient(rgba(0, 0, 0, 0.28) 0%, #fff 100%);
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .l-bg .bg_type1 {
    top: -354px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: -100px; }
    @media screen and (max-width: 599px) {
      .l-bg .bg_type1 {
        top: auto;
        margin-left: -4.9776315789vh;
        top: -47.8342105263vh;
        width: 100.6578947368vh;
        visibility: hidden; } }
  .l-bg .bg_circle {
    width: 1418px;
    height: auto;
    max-width: none; }
    @media screen and (max-width: 599px) {
      .l-bg .bg_circle {
        width: 746px; } }
  .l-bg .bg_circle1 {
    top: 680px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 599px) {
      .l-bg .bg_circle1 {
        top: 81.7105263158vh; } }
  .l-bg .bg_circle2 {
    top: calc( 100vh + 1669px + 155px);
    left: -709px; }
    @media screen and (max-width: 599px) {
      .l-bg .bg_circle2 {
        top: 193.9473684211vh;
        left: -373px; } }
  .l-bg .bg_circle3 {
    display: none; }
    @media screen and (max-width: 599px) {
      .l-bg .bg_circle3 {
        display: block;
        top: 332.8947368421vh;
        left: -13px; } }
  .l-bg .bg_circle4 {
    display: none; }
    @media screen and (max-width: 599px) {
      .l-bg .bg_circle4 {
        display: block;
        top: 463.0263157895vh;
        left: -373px; } }
  .l-bg .bg_circle5 {
    display: none; }
    @media screen and (max-width: 599px) {
      .l-bg .bg_circle5 {
        display: block;
        top: 601.9736842105vh;
        left: -13px; } }

main {
  min-height: 100vh; }

.section {
  padding-left: 230px; }
  @media screen and (max-width: 1280px) {
    .section {
      padding-left: 0; } }

.section-inner {
  padding: 60px 60px; }
  @media screen and (max-width: 599px) {
    .section-inner {
      padding: 30px 5.5555555556vw; } }

.section-ttl {
  margin-bottom: 30px; }
  @media screen and (max-width: 599px) {
    .section-ttl {
      text-align: center; } }
  .section-ttl span {
    display: block; }
    .section-ttl span:nth-child(1) {
      font-family: Helvetica, Arial, "sans-serif";
      font-size: 6.0rem;
      font-weight: 700; }
    .section-ttl span:nth-child(2) {
      font-size: 1.6rem; }

.section-cover {
  height: 100vh;
  position: relative; }
  @supports (-webkit-touch-callout: none) {
    .section-cover {
      height: -webkit-fill-available; } }

.note-rss {
  position: absolute;
  left: 290px;
  top: 268px;
  width: 460px;
  /*
  @include mq(lg){
  	width: calc(100% - 407px - 150px);
  }
  */ }
  @media screen and (max-width: 1280px) {
    .note-rss {
      left: 60px; } }
  @media screen and (max-width: 1024px) {
    .note-rss {
      position: static;
      width: 100%; } }
  .note-rss h4 {
    background: #202F55;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 5px;
    line-height: 1;
    flex-wrap: wrap; }
    @media screen and (max-width: 1024px) {
      .note-rss h4 {
        display: block;
        text-align: center;
        padding: 10px; } }
    .note-rss h4 span {
      display: block; }
      .note-rss h4 span:nth-child(1) {
        font-family: Helvetica, Arial, "sans-serif";
        font-size: 2.4rem;
        font-weight: 700;
        margin-right: 20px; }
        @media screen and (max-width: 1024px) {
          .note-rss h4 span:nth-child(1) {
            margin-right: 0;
            margin-bottom: 3px; } }
      .note-rss h4 span:nth-child(2) {
        font-size: 1.6rem; }
  @media screen and (max-width: 1024px) {
    .note-rss ul {
      padding: 20px 20px 65px; } }
  .note-rss ul li {
    padding-top: 20px;
    font-size: 1.4rem; }
    .note-rss ul li a {
      text-decoration: none;
      display: block; }
      .note-rss ul li a:hover span {
        background-image: linear-gradient(to right, #707070, #707070 1px);
        /* 幅2の線を作る */
        background-size: 4px 1px;
        /* グラデーションの幅・高さを指定 */
        background-position: left bottom;
        /* 背景の開始位置を指定 */
        background-repeat: repeat-x;
        /* 横向きにのみ繰*/ }
      .note-rss ul li a p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        .note-rss ul li a p span {
          padding-bottom: 5px;
          background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 1px);
          /* 幅2の線を作る */
          background-size: 3px 1px;
          /* グラデーションの幅・高さを指定 */
          background-position: left bottom;
          /* 背景の開始位置を指定 */
          background-repeat: repeat-x;
          /* 横向きにのみ繰り返す */ }
    .note-rss ul li time {
      display: block;
      font-weight: 700;
      margin-bottom: 5px; }
    .note-rss ul li p {
      line-height: 1.8; }

.section-cover__btn-scroll {
  position: fixed;
  right: 60px;
  bottom: 77px;
  width: 95px;
  height: 95px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../imgs/btn_scroll.svg") no-repeat center;
  background-size: 100% auto; }
  .section-cover__btn-scroll:hover {
    background-image: url("../imgs/btn_scroll_ov.svg"); }
  @media screen and (max-width: 1024px) {
    .section-cover__btn-scroll {
      position: static;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      bottom: 34px;
      width: 9.6052631579vh;
      height: 9.6052631579vh; } }

.section-cover-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 60px;
  white-space: nowrap;
  text-align: right;
  padding-top: 240px; }
  @media screen and (max-width: 1280px) {
    .section-cover-inner {
      position: static;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      padding-top: 39.4736842105vh;
      padding-right: 60px;
      padding-left: 60px; } }
  @media screen and (max-width: 1024px) {
    .section-cover-inner {
      position: static;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      padding-top: 32.5vh;
      top: 29.0789473684vh;
      padding-right: 0;
      padding-left: 0;
      text-align: center; } }

.section-cover__logo {
  display: none; }
  @media screen and (max-width: 1280px) {
    .section-cover__logo {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 500px;
      height: 90px;
      background: url("../imgs/logo.svg") no-repeat center;
      background-size: 100% auto;
      margin-bottom: 25.5263157895vh;
      position: absolute;
      top: 0;
      left: 60px; } }
  @media screen and (max-width: 1024px) {
    .section-cover__logo {
      width: 319px;
      height: 57px;
      left: auto;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      top: 0; } }

.section-cover__txt1 {
  width: 407.78px;
  height: 32.04px;
  margin-bottom: 35.6px;
  background: url("../imgs/cover_copy_en.svg") no-repeat center;
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (max-width: 1280px) {
    .section-cover__txt1 {
      margin: 0 0  35.6px auto; } }
  @media screen and (max-width: 1024px) {
    .section-cover__txt1 {
      width: 279.98px;
      height: 22px;
      margin: 0 auto 3.0263157895vh; } }

.section-cover__txt2 {
  font-size: 2.4rem;
  line-height: 1.63;
  font-weight: 700; }
  @media screen and (max-width: 1024px) {
    .section-cover__txt2 {
      font-size: 2.0rem;
      text-align: center; } }

.section-about_us {
  padding-bottom: 73px; }
  .section-about_us .section-ttl {
    margin-bottom: 60px; }
    @media screen and (max-width: 599px) {
      .section-about_us .section-ttl {
        margin-bottom: 54px; } }

.section-about_us__col {
  display: flex;
  justify-content: space-between;
  width: 930px;
  margin: 0 auto; }
  @media screen and (max-width: 599px) {
    .section-about_us__col {
      width: auto;
      display: block; } }
  .section-about_us__col > section {
    width: 420px;
    text-align: center; }
    @media screen and (max-width: 599px) {
      .section-about_us__col > section {
        width: auto; } }
    .section-about_us__col > section h3 {
      font-family: Helvetica,Arial,  "sans-serif";
      font-size: 4.0rem;
      font-weight: 700;
      margin-bottom: 10px; }
      .section-about_us__col > section h3 span:nth-child(1) {
        color: #1B95D9; }
      .section-about_us__col > section h3 span:nth-child(2) {
        color: #202F55; }
    .section-about_us__col > section p:nth-child(2) {
      margin-bottom: 10px;
      text-align: center;
      font-weight: 700;
      line-height: 1.5;
      margin-bottom: 30px; }
    .section-about_us__col > section ul {
      margin-bottom: 30px;
      display: inline-block; }
      .section-about_us__col > section ul li {
        font-family: Helvetica,Arial,  "sans-serif";
        font-size: 2.0rem;
        font-weight: 700;
        white-space: nowrap;
        padding: 13px 0 13px 65px;
        margin-bottom: 15px;
        line-height: 1;
        text-align: left;
        position: relative; }
        .section-about_us__col > section ul li:last-child {
          margin-bottom: 0; }
        .section-about_us__col > section ul li::before {
          content: "";
          display: block;
          background: #202F55;
          color: #fff;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          -o-border-radius: 100px;
          border-radius: 100px;
          font-size: 2.2rem;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 47px;
          height: 47px;
          position: absolute;
          top: 0;
          left: 0; }
        .section-about_us__col > section ul li:nth-child(1)::before {
          content: "M"; }
        .section-about_us__col > section ul li:nth-child(2)::before {
          content: "I"; }
        .section-about_us__col > section ul li:nth-child(3)::before {
          content: "C"; }
        .section-about_us__col > section ul li:nth-child(4)::before {
          content: "E"; }
    .section-about_us__col > section p:nth-child(4) {
      text-align: left;
      font-size: 1.4rem;
      line-height: 2;
      margin-bottom: 30px; }

.section-concept {
  padding-bottom: 150px; }
  @media screen and (max-width: 599px) {
    .section-concept {
      padding-bottom: 100px; } }
  .section-concept .section-ttl {
    margin-bottom: 100px; }
    @media screen and (max-width: 599px) {
      .section-concept .section-ttl {
        margin-bottom: 40px; } }

.section-concept__col {
  display: flex;
  align-items: center;
  width: 930px;
  margin: 0 auto; }
  @media screen and (max-width: 599px) {
    .section-concept__col {
      width: auto;
      display: block; } }
  .section-concept__col > div:nth-child(1) {
    width: 465px;
    padding-right: 45px; }
    @media screen and (max-width: 599px) {
      .section-concept__col > div:nth-child(1) {
        width: auto;
        padding-right: 0; } }
    .section-concept__col > div:nth-child(1) p:nth-child(1) {
      font-size: 4.0rem;
      font-weight: 700;
      line-height: 1.75;
      margin-bottom: 42px;
      letter-spacing: -0.04em;
      white-space: nowrap; }
      @media screen and (max-width: 599px) {
        .section-concept__col > div:nth-child(1) p:nth-child(1) {
          font-size: 3.0rem; } }
      .section-concept__col > div:nth-child(1) p:nth-child(1) span {
        color: #1B95D9; }
    .section-concept__col > div:nth-child(1) p:nth-child(2) {
      font-size: 1.4rem; }

#lottie2 {
  width: 465px;
  height: 386.9px; }
  @media screen and (max-width: 599px) {
    #lottie2 {
      width: auto; } }

.section-services {
  padding-bottom: 80px; }
  @media screen and (max-width: 599px) {
    .section-services {
      padding-bottom: 60px; } }
  .section-services .section-ttl {
    margin-bottom: 100px; }
    @media screen and (max-width: 599px) {
      .section-services .section-ttl {
        margin-bottom: 60px; } }
  .section-services > .section-inner > p {
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 44px; }
    @media screen and (max-width: 599px) {
      .section-services > .section-inner > p {
        font-size: 2.2rem; } }
  .section-services > .section-inner > nav {
    text-align: center; }

.section-services-contents1 {
  display: flex;
  justify-content: space-between;
  width: 843px;
  margin: 0 auto 30px; }
  @media screen and (max-width: 599px) {
    .section-services-contents1 {
      width: auto;
      display: block; } }
  .section-services-contents1 li {
    width: 230px;
    height: 230px;
    background: #202F55 no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 125px; }
    @media screen and (max-width: 599px) {
      .section-services-contents1 li {
        width: 180px;
        height: 180px;
        font-size: 1.6rem;
        margin: 0 auto 20px;
        background-size: auto 55px;
        padding-top: 100px; } }
    .section-services-contents1 li:nth-child(1) {
      background-image: url("../imgs/icon_consulting.svg");
      background-position: center 36px; }
    .section-services-contents1 li:nth-child(2) {
      background-image: url("../imgs/icon_media.svg");
      background-position: center 36px; }
    .section-services-contents1 li:nth-child(3) {
      background-image: url("../imgs/icon_contents.svg");
      background-position: center 36px; }

.section-services-contents2 {
  display: flex;
  justify-content: space-between;
  width: 930px;
  margin: 0 auto 43px; }
  @media screen and (max-width: 599px) {
    .section-services-contents2 {
      width: auto;
      display: block; } }
  .section-services-contents2 li {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #202F55;
    padding: 30px;
    width: 440px; }
    @media screen and (max-width: 599px) {
      .section-services-contents2 li {
        width: auto;
        padding: 30px 15px; }
        .section-services-contents2 li:nth-child(1) {
          margin-bottom: 20px; } }
    .section-services-contents2 li h4 {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 19px; }
    .section-services-contents2 li p {
      line-height: 1.75; }
      @media screen and (max-width: 599px) {
        .section-services-contents2 li p {
          text-align: center; } }

.section-message {
  padding-bottom: 224px; }
  @media screen and (max-width: 599px) {
    .section-message {
      padding-bottom: 80px; } }
  .section-message .section-ttl {
    margin-bottom: 43px; }
    @media screen and (max-width: 599px) {
      .section-message .section-ttl {
        margin-bottom: 60px; } }

.section-message-col {
  display: flex;
  justify-content: space-between;
  width: 930px;
  margin: 0 auto; }
  @media screen and (max-width: 599px) {
    .section-message-col {
      width: auto;
      display: block; } }
  .section-message-col > div {
    width: calc( calc(100% - 90px) /2 ); }
    @media screen and (max-width: 599px) {
      .section-message-col > div {
        width: auto; } }
    .section-message-col > div h3 {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.56; }
    .section-message-col > div p {
      font-size: 1.4rem;
      line-height: 2;
      margin-bottom: 20px; }
      .section-message-col > div p:nth-child(3) {
        margin-bottom: 11px; }
    .section-message-col > div:nth-child(1) h3:first-child {
      font-size: 2.4rem; }
    .section-message-col > div:nth-child(2) > div {
      text-align: right;
      margin-top: 55px; }
      @media screen and (max-width: 599px) {
        .section-message-col > div:nth-child(2) > div p {
          text-align: right; } }
      .section-message-col > div:nth-child(2) > div p {
        line-height: 1; }
      .section-message-col > div:nth-child(2) > div p:nth-child(1) {
        font-size: 1.8rem;
        margin-bottom: 12px; }
      .section-message-col > div:nth-child(2) > div p:nth-child(2) {
        margin-bottom: 25px;
        font-size: 1.4rem; }
        .section-message-col > div:nth-child(2) > div p:nth-child(2) span:nth-child(1) {
          display: inline-block;
          margin-right: 15px; }
        .section-message-col > div:nth-child(2) > div p:nth-child(2) span:nth-child(2) {
          font-size: 2.4rem;
          font-weight: 700; }
      .section-message-col > div:nth-child(2) > div p:nth-child(3) a {
        width: 81.93px;
        height: 20px;
        background: url("../imgs/logo_linkedin.svg") no-repeat center;
        background-size: 100% auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block; }
  .section-message-col .note-link li {
    margin-bottom: 11px; }
    .section-message-col .note-link li a {
      display: inline-block;
      font-size: 12px;
      padding-right: 22px;
      position: relative;
      white-space: nowrap;
      color: #202F55;
      text-decoration: none;
      font-weight: 600; }
      .section-message-col .note-link li a::after {
        content: "";
        display: block;
        position: absolute;
        top: -4px;
        right: 0;
        width: 19px;
        height: 19px;
        background: url("../imgs/icon_note.svg");
        filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5)); }

.section-contact nav a {
  background: #89B2C9;
  padding: 56px 0;
  display: block;
  text-decoration: none; }
  .section-contact nav a:hover {
    background: #333; }
  .section-contact nav a span {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    padding-left: 64px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 315px;
    margin: 0 auto; }
    .section-contact nav a span::before {
      content: "Contact";
      font-family: Helvetica, Arial, "sans-serif";
      font-weight: 700;
      font-size: 3.4rem;
      margin-right: 14px;
      position: relative; }
    .section-contact nav a span::after {
      width: 50px;
      height: 50px;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url("../imgs/btn_contact_white.svg") no-repeat center; }

.privacy_policy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  padding: 40px 60px;
  overflow: scroll;
  display: none; }
  @media screen and (max-width: 599px) {
    .privacy_policy {
      padding: 0; } }

.privacy_policy__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.privacy_policy__modal {
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 64px 70px 82px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 599px) {
    .privacy_policy__modal {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      box-shadow: none;
      padding: 140px 20px 83px; } }
  .privacy_policy__modal h2 {
    margin-bottom: 50px !important;
    line-height: 1.5; }
    @media screen and (max-width: 599px) {
      .privacy_policy__modal h2 {
        display: none; } }
  .privacy_policy__modal h3 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 1.5; }
  .privacy_policy__modal h4 {
    font-weight: 700;
    margin-top: 20px;
    text-indent: -0.5em;
    font-size: 1.4rem;
    line-height: 2; }
  .privacy_policy__modal h5 {
    font-weight: 700;
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2; }
  .privacy_policy__modal li {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.5; }
  .privacy_policy__modal ol li {
    text-indent: -2.8rem;
    padding-left: 2.8rem; }
  .privacy_policy__modal p {
    margin-top: 4px;
    font-size: 1.4rem;
    line-height: 2; }
  .privacy_policy__modal .sign {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: right;
    line-height: 1.5; }
    .privacy_policy__modal .sign > span:nth-child(1) {
      font-size: 1.8rem; }
    .privacy_policy__modal .sign > span:nth-child(3) {
      font-size: 1.4rem; }
      .privacy_policy__modal .sign > span:nth-child(3) span {
        font-size: 2.4rem;
        font-weight: 700; }
  .privacy_policy__modal .btn {
    text-align: center; }
  .privacy_policy__modal .privacy_policy__btn_close1 {
    position: absolute;
    top: 24px;
    right: 30px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../imgs/btn_close.svg") center no-repeat; }
    @media screen and (max-width: 599px) {
      .privacy_policy__modal .privacy_policy__btn_close1 {
        right: 20px; } }
    .privacy_policy__modal .privacy_policy__btn_close1:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
      @media screen and (max-width: 599px) {
        .privacy_policy__modal .privacy_policy__btn_close1:hover {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none; } }
  .privacy_policy__modal .privacy_policy__btn_close2 {
    text-decoration: underline; }
    .privacy_policy__modal .privacy_policy__btn_close2:hover {
      text-decoration: none; }
