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

main {
  display: block;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input,
textarea {
  appearance: none;
  border: 0;
  outline: none;
}

button {
  appearance: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

input,
textarea {
  appearance: none;
}

a {
  outline: none;
}

figure {
  line-height: 0;
}

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

/*
  ヘッダーSP：max-width: 1023px
  SPデザイン：max-width: 768px
*/
@font-face {
  font-family: "Raleway";
  src: url("./../font/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("./../font/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("./../font/Raleway-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("./../font/ZenKakuGothicNew-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("./../font/ZenKakuGothicNew-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("./../font/ZenKakuGothicNew-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #222;
}
@media screen and (max-width: 768px) {
  * {
    word-break: break-all;
  }
}

html {
  height: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-display: swap;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  background: #fff;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

input[type=submit],
a {
  text-decoration: none;
  transition: opacity 0.2s;
}
input[type=submit]:hover,
a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}

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

* {
  max-width: 100%;
}

.l-inner {
  width: 1100px;
  max-width: calc(100% - 24px);
  margin-right: auto;
  margin-left: auto;
}

.l-header {
  font-size: 0.9375rem;
  position: fixed;
  width: 100%;
  left: 0;
  padding-top: 20px;
  z-index: 900;
}
@media screen and (max-width: 1023px) {
  .l-header {
    top: 0;
    padding: 0;
    pointer-events: none;
  }
  .l-header.is-open {
    pointer-events: all;
  }
}
.l-header__spFixed {
  display: contents;
}
@media screen and (max-width: 1023px) {
  .l-header__spFixed {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    pointer-events: all;
    z-index: 10;
  }
}
.l-header__inner {
  max-width: calc(100% - 62px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    flex-direction: column;
    max-width: 100%;
    padding: 0;
  }
}
.l-header__logo {
  width: 49px;
  margin-left: 20px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    width: 30px;
    margin-left: 10px;
  }
  .l-header__logo img {
    -webkit-backface-visibility: hidden;
  }
}
.l-header__navList {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .l-header__navList {
    padding-top: 60px;
    flex-direction: column;
    padding-bottom: 20px;
    height: 100%;
    background: linear-gradient(56.79deg, #E2F5FF 5.62%, #F3F9FC 20.41%, #FFFFFF 64.82%);
  }
}
@media screen and (max-width: 1023px) {
  .l-header__nav {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    opacity: 0;
    transition: opacity 0.2s;
    margin-top: -53px;
  }
  .l-header__nav.is-open {
    opacity: 1;
  }
}
.l-header__navItem {
  margin-left: 44px;
}
@media screen and (max-width: 1023px) {
  .l-header__navItem {
    margin-left: 0;
    margin-top: 50px;
  }
}
.l-header__navItem:first-child {
  margin-left: 0;
}
.l-header__navItem:last-child {
  margin-left: 50px;
}
@media screen and (max-width: 1023px) {
  .l-header__navItem:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__navItem {
    width: 100%;
  }
}
.l-header__navLink {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
}
.l-header__navLink::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 100%;
  content: "";
  border-bottom: 2px solid #222;
  transition: 200ms;
}
@media screen and (max-width: 1023px) {
  .l-header__navLink::before {
    content: none;
  }
}
.l-header__navLink:not(.l-header__navLink--button):hover {
  opacity: 1;
}
.l-header__navLink:not(.l-header__navLink--button):hover::before {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-header__navLink {
    font-size: 24px;
    display: block;
    text-align: center;
  }
}
.l-header__navLink--button {
  color: #fff;
  font-weight: bold;
  border-radius: 9999px;
  width: 130px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(86.09deg, #4AC0EC 42.61%, #86E7E7 100%);
  position: relative;
}
.l-header__navLink--button::before {
  content: none;
}
@media screen and (max-width: 1023px) {
  .l-header__navLink--button {
    margin: 0 auto;
    width: 160px;
    height: 40px;
    font-size: 20px;
  }
}

.l-footer {
  padding: 50px 70px 50px 100px;
  background: #222222;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 25px;
  }
}
.l-footer__inner {
  margin: 0 auto;
}
.l-footer__clm {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__clm {
    flex-direction: column;
  }
}
.l-footer__infoBlock {
  width: 320px;
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__infoBlock {
    width: 100%;
  }
}
.l-footer__logo {
  width: 64px;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 40px;
  }
}
.l-footer__text01 {
  margin-top: 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-footer__text01 {
    font-size: 10px;
  }
}
.l-footer__navBlock {
  flex: 1;
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  .l-footer__navBlock {
    display: none;
  }
}
.l-footer__navList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.l-footer__navItem {
  margin-left: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__navItem {
    margin-left: 0;
  }
}
.l-footer__navItem:first-child {
  margin-left: 0;
}
.l-footer__navItem:last-child {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer__navItem:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__navItem {
    width: 100%;
  }
}
.l-footer__navLink {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-footer__navLink {
    font-size: 0.875rem;
    padding: 11px 12px;
    display: block;
  }
}
.l-footer__navLink--button {
  color: #222;
  font-weight: bold;
  border-radius: 9999px;
  width: 130px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(86.09deg, #4AC0EC 42.61%, #86E7E7 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__navLink--button {
    margin: 20px auto 0;
  }
}
.l-footer__privacy {
  display: block;
  font-weight: 400;
  font-size: 10px;
  text-align: right;
  letter-spacing: 0;
  color: #FFFFFF;
}
.l-footer__copy {
  margin-top: 50px;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 10px;
  line-height: 1.8;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    text-align: center;
    margin-top: 50px;
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: center;
  }
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 257px;
  height: 60px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  background: #222222;
  color: #FFFFFF;
  position: relative;
  z-index: 0;
  text-transform: lowercase;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 20px;
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  right: 20px;
  width: 5px;
  height: 10px;
  background: url(./../images/common/arrow_white_001.svg) center center/cover;
}
.c-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, #4AC0EC 27.83%, #86E7E7 100%);
  opacity: 0;
  transition: 0.3s;
}
.c-btn:hover {
  opacity: 1;
}
.c-btn:hover::after {
  opacity: 1;
}
.c-btn--white01 {
  background: #fff;
  color: #222;
}
.c-btn--white01::before {
  background: url(./../images/common/arrow_black_001.svg) center center/cover;
}
.c-btn--white01:hover {
  color: #fff;
}
.c-btn--white01:hover::before {
  background: url(./../images/common/arrow_white_001.svg) center center/cover;
}

.c-sectitle01 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .c-sectitle01 {
    font-size: 24px;
  }
}
.c-sectitle01--white {
  color: #fff;
}

.c-sectitle02 {
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #989C9E;
}
@media screen and (max-width: 768px) {
  .c-sectitle02 {
    font-size: 12px;
  }
}
.c-sectitle02--gray {
  color: #C7C7C7;
}

.c-contact {
  padding: 100px 0;
  background: url(./../images/common/contact_bg_001.jpg) center center/cover;
}
@media screen and (max-width: 768px) {
  .c-contact {
    padding: 50px 0;
  }
}
.c-contact__title--en, .c-contact__title--ja {
  text-align: center;
}
.c-contact__title--ja {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-contact__title--ja {
    margin-top: 3px;
  }
}
.c-contact__btnWrap {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-contact__btnWrap {
    margin-top: 33px;
  }
}
.c-contact__btn {
  width: 229px;
}
@media screen and (max-width: 768px) {
  .c-contact__btn {
    width: 275px;
  }
}

.c-lower-fv {
  background: linear-gradient(56.79deg, #E2F5FF 5.62%, #F3F9FC 20.41%, #FFFFFF 64.82%);
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .c-lower-fv {
    padding: 60px 0 25px;
  }
}
.c-lower-fv__title--en {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-lower-fv__title--en {
    font-size: 24px;
  }
}
.c-lower-fv__title--ja {
  margin-top: 3px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #989C9E;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-lower-fv__title--ja {
    font-size: 12px;
    margin-top: 10px;
  }
}

body.is-drawerActive {
  width: 100%;
  height: 100%;
  position: fixed;
}

.p-hamburger {
  display: none;
  position: relative;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  outline: none;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin: 0;
  top: 12px;
  right: 3px;
}
@media screen and (max-width: 1023px) {
  .p-hamburger {
    display: inline-block;
  }
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background-color: #222;
}

.p-hamburger__line::before,
.p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: all 0.2s ease-in-out;
}

.p-hamburger__line::before {
  top: -5px;
}

.p-hamburger__line::after {
  top: 5px;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background-color: #222;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  transform: rotate(45deg);
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  transform: rotate(-45deg);
}

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 0.6s;
  transition-delay: 3s;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.loading.active {
  visibility: hidden;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.loading.active .loading__logo {
  filter: blur(0);
}
.loading__logo {
  filter: blur(80px);
  width: 100px;
  transition: all 0.6s;
  transition-delay: 0.4s;
}

.p-top-fv {
  height: 100vh;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.4s;
}
.p-top-fv.is-show {
  opacity: 1;
}
.p-top-fv__imageBlock {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 86.4%;
  height: calc(100vh - 80px);
}
@media screen and (max-width: 768px) {
  .p-top-fv__imageBlock {
    top: 0;
    right: 0;
    width: calc(100% - 50px);
    height: calc(100vh - 30px);
  }
}
.p-top-fv__imageBlock video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-top-fv__inner {
  width: 89.6%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-fv__inner {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-fv__titleWrap {
    margin-top: -17.2vh;
  }
}
.p-top-fv__title {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 5.2083333333vw;
  line-height: 1.3;
  opacity: 0;
  transition: opacity 2s;
  filter: drop-shadow(0px 0px 30px #fff);
  background: linear-gradient(87.46deg, #222222 0.49%, #3D3D3D 46.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.p-top-fv__title.is-active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-top-fv__title {
    font-size: 40px;
  }
}
.p-top-fv__title .space {
  width: 14px;
}
@media screen and (max-width: 768px) {
  .p-top-fv__title .space {
    display: none;
  }
}
.p-top-fv__copyWrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-fv__copyWrap {
    margin-top: 10px;
  }
}
.p-top-fv__copy {
  display: inline-block;
  background: linear-gradient(90deg, #222222 0%, #3D3D3D 100%);
  padding: 5px 20px;
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.p-top-fv__copy span {
  display: none;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-top-fv__copy {
    font-size: 12px;
    padding: 10px 10px;
    line-height: 1.5;
  }
}
.p-top-fv__copy::after {
  content: "|";
  color: #fff;
  animation: typinganime 0.8s ease infinite;
}
.p-top-fv__copy__scroll {
  position: absolute;
  left: 95px;
  bottom: 60px;
  height: 50px;
  width: 14px;
}
@media screen and (max-width: 768px) {
  .p-top-fv__copy__scroll {
    left: 18px;
    bottom: 26px;
  }
}
.p-top-fv__copy__scroll span {
  position: absolute;
  left: 0px;
  top: -50px;
  font-family: "Raleway";
  font-size: 8px;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: scale(0.8);
}
@media screen and (max-width: 768px) {
  .p-top-fv__copy__scroll span {
    left: 2px;
  }
}
.p-top-fv__copy__scroll::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 125px;
  background: #222;
  background: rgba(34, 34, 34, 0.5);
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
  left: 6px;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 75px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 150px;
    opacity: 0;
  }
}
@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-fixed_wrapper {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  position: absolute;
}

.c-fixed_target {
  left: 0;
  position: absolute;
  right: 0;
  top: -100vh;
  bottom: -100vh;
}

.c-fixed {
  left: 0;
  position: absolute;
  right: 0;
  top: -100vh;
  height: 100%;
}

.p-top-about {
  padding: 200px 0 250px;
  z-index: 1;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 95px 0 50px;
  }
}
.p-top-about__inner {
  width: 1820px;
  max-width: calc(100% - 10.4166666667vw);
  margin: 0 auto;
  padding-left: 8.4vw;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-about__inner {
    padding-left: 0;
    max-width: calc(100% - 50px);
    padding-bottom: 200px;
  }
}
.p-top-about__imageBlockWrap {
  overflow: hidden;
  height: 950px;
  flex: 1;
  position: relative;
  width: 55.8%;
  position: absolute;
  top: -100px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top-about__imageBlockWrap {
    width: calc(100% + 20px);
    right: -10px;
    height: 240px;
    top: auto;
    bottom: 0;
    max-width: 100vw;
  }
}
.p-top-about__imageBlock {
  position: absolute;
  right: 0;
  top: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url(./../images/top/about_img_01.jpg) center center/cover;
}
.p-top-about__textBlock {
  width: 51.3%;
  padding: 150px 0;
  position: relative;
  z-index: 2;
  background: linear-gradient(56.79deg, #E2F5FF 5.62%, #F3F9FC 20.41%, #FFFFFF 64.82%);
  box-shadow: 50px 50px 80px rgba(49, 49, 49, 0.15);
  height: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .p-top-about__textBlock {
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(236.79deg, #E2F5FF 5.62%, #F3F9FC 20.41%, #FFFFFF 64.82%);
  }
}
.p-top-about__textBlockInner {
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-about__textBlockInner {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
.p-top-about__title--ja {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-about__title--ja {
    margin-top: 0;
  }
}
.p-top-about__text01 {
  margin-top: 50px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top-about__text01 {
    margin-top: 36px;
    font-size: 20px;
    text-align: center;
  }
}
.p-top-about__text02 {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-top-about__text02 {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
  }
}
.p-top-about__btnWrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-about__btnWrap {
    margin-top: 30px;
  }
}
.p-top-about__btn {
  width: 229px;
}
@media screen and (max-width: 768px) {
  .p-top-about__btn {
    width: 275px;
    margin: 0 auto;
  }
}

.p-top-about__imageBlockConteiner {
  height: 240px;
}

.p-top-service {
  padding: 150px 0;
  background: url(./../images/top/service_bg_001.jpg) center center/cover;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding: 50px 0;
  }
}
.p-top-service__inner {
  width: calc(100% - 50px);
  margin: 0 auto;
}
.p-top-service__title--en {
  text-align: center;
}
.p-top-service__title--ja {
  text-align: center;
  color: #CFDFE2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-service__title--ja {
    margin-top: 0;
  }
}
.p-top-service__text01 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-service__text01 {
    margin-top: 34px;
    font-size: 20px;
  }
}
.p-top-service__text02 {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-service__text02 {
    font-size: 12px;
    margin-top: 10px;
  }
}
.p-top-service__link {
  display: block;
  margin: 30px auto 0;
  width: 270px;
}
.p-top-service__text03 {
  font-weight: 500;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  margin-top: 5px;
}
.p-top-service__btnWrap {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-service__btnWrap {
    margin-top: 30px;
  }
}
.p-top-service__btn {
  width: 229px;
}
@media screen and (max-width: 768px) {
  .p-top-service__btn {
    width: 275px;
  }
}

.p-top-news {
  background: #FFFFFF;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding-top: 50px;
  }
}
.p-top-news__inner {
  width: 700px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}
.p-top-news__title--en {
  text-align: center;
}
.p-top-news__title--ja {
  text-align: center;
  margin-top: 10px;
}
.p-top-news__list {
  margin-top: 30px;
  border-top: 1px solid #EDEDED;
}
@media screen and (max-width: 768px) {
  .p-top-news__list {
    margin-top: 34px;
  }
}
.p-top-news__item {
  border-bottom: 1px solid #EDEDED;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-top-news__item:not(:last-child) {
    padding-bottom: 30px;
  }
}
.p-top-news__article {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-top-news__article {
    flex-direction: column;
  }
}
.p-top-news__date {
  width: 112px;
  flex-shrink: 0;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top-news__date {
    width: 100%;
  }
}
.p-top-news__textWrap {
  width: calc(100% - 112px);
}
@media screen and (max-width: 768px) {
  .p-top-news__textWrap {
    width: 100%;
  }
}
.p-top-news__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top-news__title {
    font-size: 12px;
  }
}
.p-top-news__btnWrap {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
.p-top-news__btn {
  width: 229px;
}
@media screen and (max-width: 768px) {
  .p-top-news__btn {
    width: 275px;
  }
}

.p-top-recruit {
  position: relative;
  padding-top: 150px;
  margin: 0 auto 150px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-top-recruit {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
.p-top-recruit__inner {
  width: 1600px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 5.2vw;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__inner {
    padding: 196px 25px 0;
  }
}
.p-top-recruit__inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./../images/top/recruit_bg_001.jpg) center center/cover;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__inner::before {
    max-width: 100%;
    height: 255px;
  }
}
.p-top-recruit__textBlock {
  margin: auto 0;
  width: 57.2%;
  background: #FFFFFF;
  box-shadow: 30px 30px 50px rgba(14, 61, 87, 0.2);
  padding: 5.2vw 0;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__textBlock {
    width: 100%;
    padding: 50px 25px;
  }
}
.p-top-recruit__textBlockInner {
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__textBlockInner {
    width: 100%;
    max-width: 100%;
  }
}
.p-top-recruit__title--ja {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__title--ja {
    margin-top: 14px;
  }
}
.p-top-recruit__text01 {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #222222;
  margin-top: 50px;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__text01 {
    margin-top: 33px;
    font-size: min(20px, 3.8vw);
    text-align: center;
  }
}
.p-top-recruit__btnWrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__btnWrap {
    margin-top: 30px;
  }
}
.p-top-recruit__btn {
  width: 229px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__btn {
    width: 275px;
    margin: 0 auto;
  }
}
.p-top-recruit__join {
  position: absolute;
  top: -140px;
  left: -5.8vw;
  width: 11.1vw;
  min-width: 190px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__join {
    left: auto;
    right: -17px;
    top: -64px;
    width: 132px;
    min-width: auto;
  }
}

.p-privacy-info {
  padding: 30px;
  background: #F9F9F9;
  width: 700px;
  max-width: calc(100% - 50px);
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .p-privacy-info {
    padding: 20px;
    margin: 50px auto 0;
  }
}
.p-privacy-info__text01 {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-privacy-info__text01 {
    font-size: 12px;
  }
}
.p-privacy-info__text02 {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-privacy-info__text02 {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.p-privacy-textBlock {
  width: 700px;
  max-width: calc(100% - 50px);
  margin: 150px auto 0;
}
@media screen and (max-width: 768px) {
  .p-privacy-textBlock {
    margin-top: 50px;
  }
}
.p-privacy-textBlock__text01 {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-privacy-textBlock__text01 {
    font-size: 12px;
  }
}
.p-privacy-textBlock__term {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-privacy-textBlock__term {
    font-size: 12px;
    margin-top: 24px;
  }
}
.p-privacy-textBlock__term:not(:first-of-type) {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-privacy-textBlock__term:not(:first-of-type) {
    margin-top: 24px;
  }
}
.p-privacy-textBlock__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-privacy-textBlock__description {
    font-size: 12px;
  }
}
.p-privacy-textBlock__text02 {
  width: 700px;
  max-width: calc(100% - 50px);
  margin: 40px auto 150px;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-privacy-textBlock__text02 {
    margin-bottom: 70px;
    font-size: 12px;
  }
}

.p-contact-body {
  background: #fff;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .p-contact-body {
    padding: 0;
  }
}

.p-contact-form {
  display: block;
  width: 550px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact-form {
    margin: 50px auto 70px;
  }
}
.p-contact-form__itemWrap {
  min-height: 30px;
}
.p-contact-form__itemWrap:nth-child(n+2) {
  margin-top: 36px;
}
.p-contact-form__item {
  display: flex;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 5px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-contact-form__item {
    flex-direction: column;
  }
}
.p-contact-form__labelWrap {
  width: 210px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.p-contact-form__label {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__label {
    font-size: 12px;
  }
}
.p-contact-form__requied {
  width: 30px;
  height: 20px;
  background: #3995EB;
  border-radius: 1px;
  padding: 2px 3px 2px 4px;
  font-weight: 500;
  font-size: 10px;
  margin: 0 0 0 20px;
  color: #FFFFFF;
}
.p-contact-form__text {
  flex: 1;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__text {
    font-size: 16px;
    margin-top: 30px;
  }
}
.p-contact-form__text::placeholder {
  color: #CDCDCD;
}
.p-contact-form__textarea {
  flex: 1;
  width: 100%;
  font-size: 14px;
  height: 230px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-contact-form__textarea {
    font-size: 16px;
    flex: auto;
    margin-top: 30px;
  }
}
.p-contact-form__textarea::placeholder {
  color: #CDCDCD;
}
.p-contact-form__checkWrap {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-form__checkWrap {
    margin-top: 47px;
  }
}
.p-contact-form__checkWrap input[type=checkbox]:checked + .p-contact-form__check::after {
  opacity: 1;
}
.p-contact-form__checkbox {
  display: none;
}
.p-contact-form__check {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  position: relative;
  padding-left: 32px;
}
.p-contact-form__check a {
  text-decoration-line: underline;
  padding: 0 4px;
}
.p-contact-form__check::before {
  background: #fff;
  border: 1px solid #555555;
  content: "";
  border-radius: 3px;
  display: block;
  height: 24px;
  width: 24px;
  left: -1px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
}
.p-contact-form__check::after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  height: 12px;
  left: 9px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.p-contact-form__errText {
  font-size: 10px;
  color: #FF0000;
  margin-left: 210px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-contact-form__errText {
    margin-left: 0;
    font-size: 12px;
    margin-top: 12px;
  }
}
.p-contact-form__errText02 {
  font-size: 10px;
  color: #FF0000;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-contact-form__errText02 {
    font-size: 12px;
  }
}
.p-contact-form__btn {
  margin: 52px auto 0;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__btn {
    margin: 34px auto 0;
    width: 276px;
  }
}
.p-contact-form__btn.disabled {
  background: rgba(0, 0, 0, 0.3);
}

.p-contact-thanks {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks {
    padding: 50px 0;
  }
}
.p-contact-thanks__text01 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__text01 {
    font-size: 20px;
  }
}
.p-contact-thanks__text02 {
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__text02 {
    font-size: 12px;
  }
}
.p-contact-thanks__btnWrap {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.p-contact-thanks__btn {
  text-transform: uppercase;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__btn {
    width: 270px;
  }
}

.p-recruit {
  width: 700px;
  max-width: calc(100% - 50px);
  margin: 150px auto 150px;
}
@media screen and (max-width: 768px) {
  .p-recruit {
    margin: 50px auto 70px;
  }
}
.p-recruit__headText {
  font-weight: 700;
  font-size: 32px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-recruit__headText {
    font-size: 24px;
  }
}
.p-recruit__body {
  margin-top: 100px;
}
.p-recruit__title {
  text-align: center;
}
.p-recruit__subtitle {
  margin-top: 10px;
  text-align: center;
}
.p-recruit__table {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #EDEDED;
  margin-top: 30px;
}
.p-recruit__term, .p-recruit__description {
  padding: 29px 0 30px;
  border-bottom: 1px solid #EDEDED;
}
.p-recruit__term {
  width: 200px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-recruit__term {
    width: 90px;
  }
}
.p-recruit__description {
  width: calc(100% - 200px);
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-recruit__description {
    width: calc(100% - 90px);
  }
}
.p-recruit__btnWrap {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.p-recruit__btn {
  width: 229px;
}
.p-recruit__text01 {
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .p-recruit__text01 {
    font-size: 12px;
  }
}

.p-news {
  width: 700px;
  max-width: calc(100% - 50px);
  margin: 150px auto;
}
@media screen and (max-width: 768px) {
  .p-news {
    margin: 50px auto 70px;
  }
}
.p-news__item:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (max-width: 768px) {
  .p-news__item:not(:last-child) {
    padding-bottom: 30px;
  }
}
.p-news__item:nth-child(n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-news__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.p-news__article {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-news__article {
    flex-direction: column;
  }
}
.p-news__date {
  width: 110px;
  flex-shrink: 0;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 12px;
  line-height: 250%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-news__date {
    width: 100%;
  }
}
.p-news__textWrap {
  width: calc(100% - 110px);
}
@media screen and (max-width: 768px) {
  .p-news__textWrap {
    width: 100%;
  }
}
.p-news__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-news__title {
    font-size: 12px;
  }
}
.p-news__title a {
  text-decoration: underline;
}
.p-news__text01 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-news__text01 {
    margin-top: 15px;
    font-size: 12px;
  }
}
.p-news__prtimesBlock {
  margin-top: 10px;
  margin-left: 110px;
  background: #F9F9F9;
}
@media screen and (max-width: 768px) {
  .p-news__prtimesBlock {
    margin-top: 16px;
    margin-left: 0;
  }
}
.p-news__prtimesClm {
  padding: 20px;
  display: flex;
  align-items: flex-start;
}
.p-news__prtimesLogo {
  width: 160px;
  flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-news__prtimesLogo {
    width: 80px;
  }
}
.p-news__prtimesTitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-news__prtimesTitle {
    font-size: 12px;
    line-height: 1.35;
  }
}

.p-about-introduction {
  background: #fff;
  padding: 100px 0 460px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-about-introduction {
    padding: 50px 0 237px;
  }
}
.p-about-introduction::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 700px;
  background: url(./../images/about/about_bg_001.jpg) center center/cover;
}
@media screen and (max-width: 768px) {
  .p-about-introduction::before {
    height: 287px;
  }
}
.p-about-introduction__textBlock {
  width: 900px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  padding: 100px 25px;
  background: #FFFFFF;
  box-shadow: 50px 50px 90px rgba(55, 100, 115, 0.15);
}
@media screen and (max-width: 768px) {
  .p-about-introduction__textBlock {
    padding: 30px 16px;
    box-shadow: 20px 20px 34px rgba(55, 100, 115, 0.15);
    text-align: center;
  }
}
.p-about-introduction__text01 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-about-introduction__text01 {
    font-size: 20px;
  }
}
.p-about-introduction__text02 {
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
.p-about-introduction__text02 + .p-about-introduction__text02 {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-about-introduction__text02 + .p-about-introduction__text02 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-introduction__text02 {
    font-size: 12px;
  }
}

.p-about-member {
  width: 1100px;
  max-width: calc(100% - 50px);
  margin: 150px auto 0;
}
@media screen and (max-width: 768px) {
  .p-about-member {
    margin: 70px auto 0;
  }
}
.p-about-member__title--en {
  text-align: center;
}
.p-about-member__title--ja {
  text-align: center;
  margin-top: 10px;
}
.p-about-member__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 46px;
}
@media screen and (max-width: 768px) {
  .p-about-member__list {
    margin-top: 36px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 28px;
  }
}
.p-about-member__position {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-about-member__position {
    margin-top: 11px;
    font-size: 10px;
  }
}
.p-about-member__name {
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-about-member__name {
    margin-top: 0px;
    font-size: 14px;
  }
}

.p-about-outline {
  margin: 150px auto 144px;
}
@media screen and (max-width: 768px) {
  .p-about-outline {
    margin: 72px auto 70px;
  }
}
.p-about-outline__title--en {
  text-align: center;
}
.p-about-outline__title--ja {
  text-align: center;
  margin-top: 10px;
}
.p-about-outline__list {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  max-width: calc(100% - 50px);
  margin: 24px auto 0;
  border-top: 1px solid #EDEDED;
}
@media screen and (max-width: 768px) {
  .p-about-outline__list {
    margin: 17px auto 0;
  }
}
.p-about-outline__term, .p-about-outline__description {
  padding: 29px 0 30px;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (max-width: 768px) {
  .p-about-outline__term, .p-about-outline__description {
    padding: 15px 0 14px;
  }
}
.p-about-outline__term {
  width: 150px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-about-outline__term {
    width: 100px;
    font-size: 12px;
  }
}
.p-about-outline__description {
  width: calc(100% - 150px);
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-about-outline__description {
    width: calc(100% - 100px);
    font-size: 12px;
  }
}
.p-about-outline__map {
  width: 1100px;
  max-width: calc(100% - 50px);
  margin: 150px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-outline__map {
    margin: 50px auto 0;
  }
}
.p-about-outline__mapWrap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .p-about-outline__mapWrap iframe {
    height: 200px;
  }
}
.p-about-outline__btnWrap {
  position: absolute;
  bottom: 26px;
  right: 70px;
}
@media screen and (max-width: 768px) {
  .p-about-outline__btnWrap {
    position: static;
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }
}
.p-about-outline__btn {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .p-about-outline__btn {
    width: 276px;
  }
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

/*# sourceMappingURL=style.css.map */
