@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  min-inline-size: 0;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

.spacer {
  padding-top: 100px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: var(--main);
}

ul,
ol {
  list-style: none;
}

:root {
  --pink: #ec018d;
  --yellow: #fff751;
  --main: #333333;
  --green: #9cfdb4;
  --blue: #57e0f8;
  --lightBlue: #00badb;
  --orange: #e19600;
  --sans: "Noto Sans JP", serif;
  --geo: "Geologica", serif;
  --gradation: linear-gradient(to bottom, #54dbfb 0%, #68ffe1 100%);
  --headerHeight: 55px;
  --inner: 15px;
}
@media screen and (min-width: 768px) {
  :root {
    --headerHeight: 150px;
    --inner: 50px;
  }
}

html {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 375px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}

body {
  font-size: 0.875rem;
  font-family: var(--sans);
  color: var(--main);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.9375rem;
  }
}

.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-main {
  flex: 1;
  margin-top: var(--headerHeight);
}

.l-section {
  position: relative;
}

.l-section__inner {
  position: relative;
  padding-left: var(--inner);
  padding-right: var(--inner);
  width: min(100%, 1200px);
  margin-inline: auto;
}

.u-ft-marker-black {
  background-color: var(--main);
  color: #fff;
  padding: 0.05em 0.45em;
  line-height: 1.7;
}

/*
fv
*/
.p-fv {
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-fv {
    padding-top: 55px;
  }
}

.p-fv__inner {
  position: relative;
  width: min(100%, 1200px);
  margin-inline: auto;
}

.p-fv__main {
  position: relative;
}

.p-fv__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/268;
}
@media screen and (min-width: 600px) {
  .p-fv__image {
    aspect-ratio: 1100/635;
  }
}

.p-fv__text {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    translate: -50% -100%;
  }
}

.p-fv__text-main {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 10px 45px;
  border: 2px solid var(--main);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__text-main {
    font-size: 3.125rem;
  }
}
.p-fv__text-main .u-ft-large {
  font-size: 1.6em;
  font-family: var(--geo);
  color: var(--pink);
}

.p-fv__text-sub {
  margin-top: 15px;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fv__text-sub {
    font-size: 2.5rem;
  }
}
.p-fv__text-sub .u-ft-bg-black {
  background-color: var(--main);
  color: var(--yellow);
  padding: 0 3px;
}

.l-header__logo-icon {
  position: absolute;
  top: 0;
  right: 0;
  translate: 65% -85%;
  width: 11.3333333333%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-header__logo-icon {
    width: 16.1184210526%;
  }
}

/*
アイコン
*/
.p-fv__icons {
  display: flex;
  justify-content: center;
}

.p-fv__icon-figure {
  z-index: -1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(48.3658333333vw, 580.39px);
  height: auto;
  translate: 0% -20%;
}
@media screen and (min-width: 768px) {
  .p-fv__icon-figure {
    translate: -50% 50%;
  }
}

.p-fv__icon-left {
  z-index: 2;
  width: min(40vw, 210px);
  height: auto;
  opacity: 0;
}
@media screen and (min-width: 600px) {
  .p-fv__icon-left {
    position: absolute;
    top: 0;
    left: 0;
    translate: -22% 0;
    width: min(32.25vw, 387px);
  }
}

.p-fv__icon-right {
  width: min(49.6vw, 260px);
  height: auto;
  opacity: 0;
}
@media screen and (min-width: 600px) {
  .p-fv__icon-right {
    width: min(40.8333333333vw, 490px);
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    translate: 0% 0;
  }
}

/*
about
*/
.p-about {
  overflow-x: clip;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-about {
    margin-top: 175px;
  }
}

.p-about__head {
  text-align: center;
}

.p-about__title {
  font-family: var(--geo);
  font-size: 2.625rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 6.25rem;
  }
}

.p-about__paragraph {
  margin-top: 50px;
}

.p-about__items {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-about__items {
    gap: 33px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
  }
}

.p-about__item--green div {
  box-shadow: 10px 10px 0 0 var(--green);
}
@media screen and (min-width: 768px) {
  .p-about__item--green div {
    box-shadow: 15px 20px 0 0 var(--green);
  }
}

.p-about__item--blue div {
  box-shadow: 10px 10px 0 0 var(--blue);
}
@media screen and (min-width: 768px) {
  .p-about__item--blue div {
    box-shadow: 15px 20px 0 0 var(--blue);
  }
}

.p-about__item div {
  border: 4px solid var(--main);
  border-radius: 10px;
  padding: 35px 10px;
}
.p-about__item:last-child {
  margin-top: 50px;
}

.p-about__item-img,
.p-about__item-map {
  display: block;
  height: auto;
  margin-inline: auto;
}

.p-about__item-img {
  width: min(100%, 27.9375rem);
  margin-bottom: 10px;
}

.p-about__item-map {
  width: min(100%, 27.213125rem);
  margin-top: 30px;
}

.p-about__item-title--first {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__item-title--first {
    font-size: 1.875rem;
  }
}

.p-about__item-title {
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.p-about__item-title--second {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-about__item-title--second {
    font-size: 1.5rem;
  }
}
.p-about__item-title--second span {
  font-size: 1.3333333333em;
}
@media screen and (min-width: 768px) {
  .p-about__item-title--second span {
    font-size: 1.6666666667em;
  }
}

.p-about__items-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 10px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-about__items-list {
    font-size: 1.5rem;
  }
}
.p-about__items-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  background-color: var(--yellow);
  text-align: center;
  border: 2px solid var(--main);
  border-radius: 65.53px;
}
@media screen and (min-width: 768px) {
  .p-about__items-list li {
    height: 5rem;
    border: 4px solid var(--main);
  }
}

.p-about__bg {
  margin-top: 100px;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-about__bg {
    margin-top: 60px;
  }
}

.p-about__bg-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 115%;
  height: auto;
  width: 220px;
}
@media screen and (min-width: 768px) {
  .p-about__bg-icon {
    width: min(30.5vw, 366px);
    left: 80px;
    translate: 0 100%;
  }
}

.p-about__icon {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(49.7116666667vw, 596.54px);
  height: auto;
  translate: 10% -10%;
}
@media screen and (min-width: 600px) {
  .p-about__icon {
    translate: 30% 70%;
  }
}
@media screen and (min-width: 768px) {
  .p-about__icon {
    z-index: -1;
    translate: 45% 100%;
  }
}

.p-default {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-default {
    padding: 100px 0;
  }
}
.p-default h1 {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-default h1 {
    font-size: 3.125rem;
  }
}
.p-default p {
  text-align: center;
  line-height: 2;
}
.p-default p:first-of-type {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-default p:first-of-type {
    margin-top: 60px;
  }
}
.p-default p + p {
  margin-top: 30px;
}
.p-default a {
  color: var(--lightBlue);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-default a:hover {
    text-decoration: underline;
  }
}

.l-header {
  z-index: 999;
  width: 100%;
  height: var(--headerHeight);
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.l-header__inner {
  width: 100%;
  height: inherit;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 0 15px 0 30px;
  }
}

.l-header__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__title {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .l-header__title {
    gap: 18px;
  }
}

.l-header__logo {
  width: min(100%, 7.3125rem);
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: min(100%, 12.1875rem);
  }
}
.l-header__logo a,
.l-header__logo img {
  display: block;
}
.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__logo-en {
  color: var(--orange);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--geo);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .l-header__logo-en {
    font-size: 0.9375rem;
    translate: none;
  }
}

.l-header__lists {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .l-header__lists {
    gap: 0px;
  }
}

.l-header__tel {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header__tel {
    flex-direction: column;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
}
.l-header__tel a {
  width: 45px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--yellow);
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: var(--geo);
}
@media screen and (min-width: 768px) {
  .l-header__tel a {
    width: auto;
    aspect-ratio: auto;
    background-color: transparent;
    font-size: 1.5rem;
  }
}
.l-header__tel a img {
  display: inline-block;
  width: 31.1111111111%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-header__tel a img {
    margin-right: 6px;
    width: 16px;
  }
}
.l-header__tel a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__tel a span {
    display: block;
  }
}
.l-header__tel p {
  display: none;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-header__tel p {
    display: block;
  }
}

.u-ft-geo {
  font-family: var(--geo);
}

.l-header__button {
  display: none;
  border-radius: 10px;
  width: 11.25rem;
  height: 4.375rem;
  font-weight: 700;
  line-height: 1.5;
  border: 2px solid var(--main);
  scale: 1;
  transition: transform 0.1s linear;
  will-change: transform;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__button:hover {
    cursor: pointer;
    transform: scale(1.04) translateZ(0);
  }
}

.l-header__button--rec {
  margin-left: 40px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-header__button--rec {
    font-size: 1rem;
  }
}

.l-header__button--entry {
  z-index: 999;
  position: relative;
  margin-left: 10px;
  font-size: 1rem;
  font-family: var(--geo);
  background-color: var(--pink);
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .l-header__button--entry {
    font-size: 1.125rem;
  }
}

/*
nav
*/
.l-header__nav {
  margin-inline: auto;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-image: var(--gradation);
  height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  padding: 40px 40px 100px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    height: auto;
    max-height: none;
    overflow-y: visible;
    position: static;
    background-image: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
}

.l-header__nav.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header__nav-lists {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-header__nav-lists {
    gap: 30px;
    flex-direction: row;
  }
}

.l-header__nav-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 15px 20px 15px 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list a {
    display: block;
    width: auto;
    padding: 0 0 5px 0;
    font-size: 0.9375rem;
    font-weight: 500;
  }
}
.l-header__nav-list a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--yellow);
  background-color: var(--main);
  scale: 0 1;
  transform-origin: center center;
  position: absolute;
  top: 100%;
  left: 0;
  transition: scale 0.3s ease-out;
}
.l-header__nav-list a::after {
  content: "";
  width: 0.46em;
  aspect-ratio: 1;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list a::after {
    content: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__nav-list a:hover::before {
    cursor: pointer;
    scale: 1 1;
  }
}

.l-header__nav-list-button a {
  --_bg: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 281px);
  height: 60px;
  font-size: 0.9375rem;
  font-weight: 700;
  border: 1px solid var(--main);
  border-radius: 5px;
  background-color: var(--_bg);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-button a {
    display: none;
  }
}

.l-header__nav-list-recruit {
  margin-top: 30px;
}

.l-header__nav-list-entry {
  margin-top: 10px;
}

.l-header__nav-list-entry a {
  --_bg: #ec018d;
  color: #fff;
  font-family: var(--geo);
}

.l-header__nav-list-tel {
  margin-top: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: var(--geo);
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-tel {
    display: none;
  }
}
.l-header__nav-list-tel img {
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1;
  height: auto;
  margin-right: 6px;
}

.l-header__nav-close {
  display: block;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 5px;
  right: 15px;
  width: 45px;
  aspect-ratio: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .l-header__nav-close {
    display: none;
  }
}
.l-header__nav-close span {
  width: 15px;
  height: 1px;
  background-color: var(--main);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.l-header__nav-close span:nth-of-type(1) {
  rotate: 45deg;
}
.l-header__nav-close span:nth-of-type(2) {
  rotate: -45deg;
}

.l-header__nav-close.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

/*
humberger
*/
.c-humberger {
  position: relative;
  background-image: var(--gradation);
  width: 45px;
  height: 45px;
  display: block;
  border: none;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-humberger {
    display: none;
  }
}
.c-humberger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33.3333333333%;
  height: 1px;
  background-color: var(--main);
}
.c-humberger span:nth-of-type(1) {
  translate: -50% calc(-50% - 5px);
}
.c-humberger span:nth-of-type(2) {
  translate: -50% -50%;
}
.c-humberger span:nth-of-type(3) {
  translate: -50% calc(-50% + 5px);
}

/*
footer
*/
.l-footer {
  position: relative;
  margin-top: 50px;
  padding-bottom: 60px;
  text-align: center;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 120px;
  }
}

.l-footer__inner {
  padding: 10px;
}

.l-footer__button.c-button {
  position: relative;
  margin-inline: auto;
  --_width: 20rem;
  background-color: var(--main);
  color: #fff;
  transition: transform 0.2s ease-out;
  will-change: transform;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-footer__button.c-button {
    --_width: 31.25rem;
    font-size: 1.125rem;
  }
}
.l-footer__button.c-button::before {
  content: "";
  display: block;
  width: 0.6em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 9.375%;
  translate: 0 -50%;
  rotate: 45deg;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.l-footer__button.c-button:hover {
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .l-footer__button.c-button:hover {
    transform: scale(1.04) translateZ(0);
  }
}

.l-footer__copyright {
  margin-top: 30px;
  font-size: 0.75rem;
  font-family: var(--geo);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    margin-top: 50px;
  }
}

.l-footer__address {
  margin-top: 10px;
  font-style: normal;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-footer__address {
    margin-top: 30px;
  }
}
.l-footer__address p:nth-of-type(1) {
  font-size: 1.25rem;
  font-weight: 500;
}
.l-footer__address p:nth-of-type(2) {
  font-size: 0.9375rem;
}

.l-footer__logo {
  margin-top: 40px;
  margin-inline: auto;
  width: min(100%, 174.12px);
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin-top: 50px;
    width: min(100%, 240px);
  }
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer__icon {
  height: auto;
  position: absolute;
}

.l-footer__icon--left {
  left: 0;
  bottom: 120px;
  width: min(11.0833333333vw, 133px);
  translate: 50% 0;
}
@media screen and (min-width: 768px) {
  .l-footer__icon--left {
    bottom: 0;
  }
}

.l-footer__icon--right {
  bottom: 0;
  right: 0;
  display: none;
  width: min(56.4166666667vw, 677px);
  translate: 60% 60%;
}
@media screen and (min-width: 768px) {
  .l-footer__icon--right {
    display: block;
  }
}

.c-title-frame {
  width: min(100%, 14.875rem);
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title-frame {
    width: min(100%, 22.875rem);
  }
}

.c-title-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.c-title-frame__text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  translate: -50% -116%;
  color: #32b3c9;
}
@media screen and (min-width: 768px) {
  .c-title-frame__text {
    font-size: 1.5rem;
  }
}

.c-paragraph {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-paragraph {
    font-size: 3.125rem;
  }
}

.p-doctor {
  margin-top: 90px;
  padding: 100px 0 50px;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-doctor {
    margin-top: 200px;
    padding: 180px 0 220px;
  }
}

.p-doctor__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  aspect-ratio: 375/1302;
  max-height: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-doctor__bg {
    width: min(140.1666666667vw, 1682px);
    aspect-ratio: 1682/1075.83;
    translate: -55% 0;
    max-height: none;
  }
}

.p-doctor__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-doctor__content {
    grid-template-columns: 1fr 35.3636363636%;
    gap: 76px;
  }
}

.p-doctor__title {
  position: relative;
}
.p-doctor__title img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8.3125rem;
  height: auto;
  translate: 0 -100%;
}
@media screen and (min-width: 768px) {
  .p-doctor__title img {
    width: 16.625rem;
  }
}

.p-doctor__title-h2.c-paragraph {
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-doctor__title-h2.c-paragraph {
    font-size: 2.8125rem;
  }
}

.p-doctor__sub-title {
  margin-top: 24px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-doctor__sub-title {
    margin-top: 50px;
    font-size: 2.1875rem;
  }
}

.p-doctor__text {
  margin-top: 18px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-doctor__text {
    margin-top: 24px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-doctor__figure {
    margin-top: 40px;
  }
}
.p-doctor__figure img {
  margin-inline: auto;
  display: block;
  width: min(100%, 250px);
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-doctor__figure img {
    width: min(100%, 390px);
  }
}
.p-doctor__figure figcaption {
  margin-top: 20px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-doctor__figure figcaption {
    margin-top: 27px;
    font-size: 1.25rem;
  }
}

.p-consult {
  margin-top: 50px;
}

.p-consult__title {
  margin-top: 10px;
  text-align: center;
}

.p-consult__cards {
  margin-top: 40px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-consult__cards {
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-consult__card {
  border-radius: 40px;
  border: 4px solid var(--main);
  background-color: #fff;
  padding: 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (min-width: 768px) {
  .p-consult__card {
    padding: 30px;
  }
}

.p-consult__card-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-consult__card-head {
    gap: 30px;
  }
}

.p-consult__card-icon {
  width: 4.0625rem;
  aspect-ratio: 1;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  gap: 2px;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-consult__card-icon {
    width: 6.25rem;
    font-size: 1rem;
  }
}
.p-consult__card-icon::before {
  content: attr(data-number);
  font-weight: 700;
  font-size: 2.6666666667em;
  font-family: var(--geo);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-consult__card-icon::before {
    font-size: 1.5625em;
  }
}

.p-consult__card-title {
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-consult__card-title {
    font-size: 1.5rem;
  }
}

.p-consult__card-voice {
  display: grid;
  align-items: center;
  grid-template-columns: 20.8333333333% 1fr;
}

.p-consult__card-voice-img {
  display: block;
  width: min(100%, 6.25rem);
  aspect-ratio: 1;
  height: auto;
}

.p-consult__card-voice-group {
  position: relative;
}
.p-consult__card-voice-group img {
  z-index: 1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.p-consult__card-voice-group p {
  z-index: 2;
  position: relative;
  width: 100%;
  padding: 22px 20px 23px 11.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-consult__card-voice-group p {
    padding: 22px 20px 23px min(5.8333333333vw, 70px);
  }
}

.p-consult__card-voice-text {
  line-height: 1.5;
  font-weight: 500;
}

.p-consult__card-body {
  position: relative;
  background-color: var(--_bg);
  border-radius: 20px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-consult__card-body {
    padding: 30px;
  }
}

.p-consult__card-body.p-consult__card-body--blue {
  --_bg: var(--blue);
}

.p-consult__card-body.p-consult__card-body--green {
  --_bg: var(--green);
}

.p-consult__card-body.p-consult__card-body--pink {
  --_bg: #ffd1fa;
}

.p-consult__card-body.p-consult__card-body--yellow {
  --_bg: var(--yellow);
}

@media screen and (min-width: 768px) {
  .p-consult__card-body-text {
    width: 82.3529411765%;
  }
}

.p-consult__card-body-img {
  display: block;
  width: 7.0625rem;
  height: auto;
}

.p-consult__card-body-subtitle {
  margin-top: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  padding-right: 3em;
}
@media screen and (min-width: 768px) {
  .p-consult__card-body-subtitle {
    padding-right: 0em;
    font-size: 1.5rem;
  }
}

.p-consult__card-body-para {
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 0.9375rem;
  width: 79.3357933579%;
}
@media screen and (min-width: 768px) {
  .p-consult__card-body-para {
    width: 95.9409594096%;
    font-size: 1rem;
  }
}

.p-consult__bg {
  z-index: -1;
  position: absolute;
  display: block;
  bottom: -60px;
  left: -80px;
  width: 245px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-consult__bg {
    width: min(42.6666666667vw, 512px);
    bottom: -100px;
    left: -130px;
  }
}

.p-consult__staff-figure {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-consult__staff-figure img {
  display: block;
  height: auto;
  translate: -7px 0;
}
@media screen and (min-width: 768px) {
  .p-consult__staff-figure img {
    translate: 0 -5px;
  }
}

.p-consult__card-body--pink .p-consult__staff-figure img {
  width: min(17.6vw, 100px);
}
@media screen and (min-width: 768px) {
  .p-consult__card-body--pink .p-consult__staff-figure img {
    width: min(9.1666666667vw, 110px);
  }
}

.p-consult__card-body--green .p-consult__staff-figure img {
  width: min(17.6vw, 75px);
}
@media screen and (min-width: 768px) {
  .p-consult__card-body--green .p-consult__staff-figure img {
    width: min(8.3333333333vw, 100px);
  }
}

.p-consult__card-body--blue .p-consult__staff-figure img {
  width: min(16vw, 60px);
  translate: -5px 10px;
}
@media screen and (min-width: 768px) {
  .p-consult__card-body--blue .p-consult__staff-figure img {
    width: min(8.3333333333vw, 100px);
  }
}

.p-consult__card-body--yellow .p-consult__staff-figure img {
  width: min(13.3333333333vw, 50px);
  translate: -5px 10px;
}
@media screen and (min-width: 768px) {
  .p-consult__card-body--yellow .p-consult__staff-figure img {
    width: min(5.8333333333vw, 70px);
  }
}

.p-strong {
  overflow-x: clip;
  overflow-y: hidden;
  padding: 50px 0 70px;
}
@media screen and (min-width: 768px) {
  .p-strong {
    padding: 100px 0 190px;
    overflow-y: visible;
  }
}

.p-strong__bg {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  object-position: bottom center;
  width: min(148.8333333333vw, 1786px);
  aspect-ratio: 523.24/1025.59;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-strong__bg {
    width: min(148.8333333333vw, 1786px);
    aspect-ratio: 1786/1239;
  }
}

.p-strong__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "text" "image";
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-strong__content {
    grid-template-columns: 1fr 50%;
    grid-template-areas: "image text";
    gap: 75px;
  }
}

.p-strong__images {
  grid-area: image;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.p-strong__images-figure img {
  display: block;
  height: auto;
  max-width: 100%;
}
.p-strong__images-figure:first-of-type img {
  width: min(100%, 350px);
}
@media screen and (min-width: 768px) {
  .p-strong__images-figure:first-of-type img {
    width: min(37vw, 444px);
  }
}
.p-strong__images-figure:last-of-type img {
  margin-inline-start: auto;
  width: min(100%, 280px);
}
@media screen and (min-width: 768px) {
  .p-strong__images-figure:last-of-type img {
    width: min(26.9166666667vw, 323px);
  }
}

.p-strong__text {
  grid-area: text;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-strong__text {
    gap: 30px;
  }
}

.p-strong__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-strong__title {
    font-size: 2.1875rem;
  }
}

.p-strong__title--span {
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-strong__title--span {
    font-size: 1.3714285714em;
  }
}

.p-strong__subtitle {
  margin-top: 10px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-strong__subtitle {
    margin-top: 0;
    font-size: 1.875rem;
  }
}

.p-strong__para {
  margin-top: 24px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-strong__para {
    margin-top: 0;
    font-size: 1rem;
  }
}

.p-work {
  margin-top: 100px;
}

.p-work__title {
  text-align: center;
}

/*
タイトル
*/
.p-work__tab-title {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-work__tab-title {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }
}

.p-work__tab-title-item {
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2.5px #707070;
  border-radius: 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-work__tab-title-item {
    height: 4rem;
    border: solid 4px #707070;
    border-radius: 20px;
  }
}

.p-work__tab-title-item.is-active {
  background-color: var(--main);
  color: #fff;
  border: none;
}

/*
body
*/
.p-work__tab-body {
  margin-top: 25px;
  width: 100%;
  height: 100%;
  border-top: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-work__tab-body {
    margin-top: 40px;
    border-top: 4px solid var(--main);
    border-bottom: 4px solid var(--main);
  }
}

.p-work__tab-body-item {
  display: none;
}

.p-work__tab-body-item.is-active {
  display: block;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
  gap: 20px;
  padding-top: 66px;
  padding-bottom: 94px;
}
@media screen and (min-width: 768px) {
  .p-work__tab-body-item.is-active {
    grid-template-columns: 1fr 60%;
    grid-template-areas: "image text";
    gap: 46px;
    padding-top: 66px;
    padding-bottom: 94px;
  }
}

.p-work__tab-body-figure {
  grid-area: image;
}
.p-work__tab-body-figure img {
  margin-inline: auto;
  width: min(100%, 340px);
  height: auto;
  border-radius: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-work__tab-body-figure {
    padding-left: 55px;
  }
}

.p-work__tab-body-text {
  grid-area: text;
}
.p-work__tab-body-text > h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-work__tab-body-text > h3 {
    font-size: 2.1875rem;
  }
}
.p-work__tab-body-text h4 {
  margin-top: 12px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-work__tab-body-text h4 {
    font-size: 1.5rem;
  }
}
.p-work__tab-body-text p {
  margin-top: 23px;
  font-weight: 500;
  line-height: 200%;
}

.p-work__tab-body-skill {
  margin-top: 20px;
  background-color: var(--yellow);
  border-radius: 10px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-work__tab-body-skill {
    padding: 20px 30px;
  }
}
.p-work__tab-body-skill h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-work__tab-body-skill ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-work__tab-body-skill li {
  border-radius: 50px;
  background-color: var(--main);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-stats {
  margin-top: 40px;
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .p-stats {
    margin-top: 100px;
  }
}

.p-stats__title {
  text-align: center;
}

.p-stats__2col {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-stats__2col {
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-stats__2col-item {
  margin-inline: auto;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 20px;
  padding: 40px 20px;
  width: min(100%, 33.75rem);
  border-radius: 30px;
  border: 4px solid var(--main);
}

.p-stats__2col-item-title {
  color: var(--main);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-stats__2col-item-title {
    font-size: 1.875rem;
  }
}

.p-stats__graph img {
  margin-inline: auto;
  display: block;
  width: 14.375rem;
}
@media screen and (min-width: 768px) {
  .p-stats__graph img {
    height: auto;
  }
}

.p-stats__2col-para {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-stats__2col-para {
    font-size: 1.125rem;
  }
}

.p-stats__2col-number {
  color: var(--pink);
  text-align: center;
  font-family: var(--geo);
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-stats__2col-number {
    font-size: 15.625rem;
  }
}

.p-stats__2col-span {
  color: var(--pink);
  text-align: center;
  font-size: 0.3125em;
  font-weight: 700;
  line-height: 1;
  font-family: var(--sans);
}
@media screen and (min-width: 768px) {
  .p-stats__2col-span {
    font-size: 0.3em;
  }
}

.p-stats__gourmet {
  position: relative;
  margin-top: 20px;
  padding: 40px 20px;
  border-radius: 20px;
  border: 4px solid var(--main);
}
@media screen and (min-width: 768px) {
  .p-stats__gourmet {
    padding: 68px;
    border-radius: 30px;
  }
}

.p-stats__gourmet-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-stats__gourmet-title {
    font-size: 1.875rem;
  }
}

.p-stats__gourmet-lists {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 15px;
}
@media screen and (min-width: 768px) {
  .p-stats__gourmet-lists {
    gap: 50px;
  }
}

.p-stats__gourmet-list {
  display: flex;
  flex-direction: column;
}

.p-stats__gourmet-icon {
  padding-top: 16.6666666667%;
  width: 8.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-stats__gourmet-icon {
    width: 11.25rem;
  }
}

.p-stats__gourmet-icon--yellow {
  background-color: #fff751;
}

.p-stats__gourmet-icon--green {
  background-color: #9cfdb4;
}

.p-stats__gourmet-icon--blue {
  background-color: #c2f6ff;
}

.p-stats__gourmet-icon--blueGreen {
  background-color: #67fde2;
}

.p-stats__gourmet-icon--darkBlue {
  background-color: #d7ebff;
}

.p-stats__gourmet-icon--pink {
  background-color: #ffdefb;
}

.p-stats__gourmet-icon--orange {
  background-color: #ffefb4;
}

.p-stats__gourmet-list-img {
  display: block;
  width: 18.3333333333%;
  height: auto;
}

.p-stats__gourmet-list-area {
  margin-top: 6px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-stats__gourmet-list-area {
    margin-top: 10px;
    font-size: 1.125rem;
  }
}

.p-stats__gourmet-list-name {
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-stats__gourmet-list-name {
    margin-top: 18px;
    font-size: 1.5rem;
  }
}

.p-stats__gourmet-list-staff {
  text-align: center;
  margin-top: 8px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-stats__icon {
  position: absolute;
  width: 173px;
  bottom: -160px;
  right: -10px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-stats__icon {
    width: min(22.5833333333vw, 271px);
    left: -100px;
    right: auto;
  }
}

.p-step {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-step {
    padding-top: 237px;
    padding-bottom: 261px;
  }
}

.p-step__bg {
  z-index: -1;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0%;
  aspect-ratio: 1366/1842;
}
@media screen and (min-width: 768px) {
  .p-step__bg {
    top: -150px;
    width: min(162.4166666667vw, 1949px);
    aspect-ratio: 1949/2034;
  }
}

.p-step__title {
  text-align: center;
}

.p-step__title-group {
  position: relative;
}

.p-step__title-icon {
  margin-top: 25px;
  margin-inline: auto;
  display: block;
  width: min(100%, 134px);
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-step__title-icon {
    margin-top: 0;
    margin-inline: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: min(18.75vw, 225px);
    display: block;
    translate: -10% 0;
  }
}

.p-step__lists {
  margin-top: 50px;
  padding-left: 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step__lists {
    margin-top: 70px;
    padding-left: 100px;
  }
}
.p-step__lists::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  background-color: #dcfaff;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .p-step__lists::before {
    left: 25px;
  }
}

.p-step__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-step__list {
    align-items: center;
    grid-template-columns: 1fr 28%;
  }
}

.p-step__list:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-step__list:not(:first-child) {
    margin-top: 100px;
  }
}

.p-step__list-year {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 5px 20px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-step__list-year {
    font-size: 1.5rem;
  }
}

.p-step__list-title {
  --_size: 1.5rem;
  margin-top: 20px;
  color: var(--lightBlue);
  font-size: var(--_size);
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step__list-title {
    --_size: 2rem;
  }
}
.p-step__list-title::before,
.p-step__list-title::after {
  content: "";
  position: absolute;
  top: calc(var(--_size) * 1.3 / 2);
  left: -35px;
  background-color: var(--blue);
}
@media screen and (min-width: 768px) {
  .p-step__list-title::before,
  .p-step__list-title::after {
    left: -75px;
  }
}
.p-step__list-title::before {
  width: 0.8333333333em;
  aspect-ratio: 1;
  border-radius: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .p-step__list-title::before {
    width: 1.2em;
  }
}
.p-step__list-title::after {
  width: 1em;
  height: 2px;
  translate: 0% -50%;
}
@media screen and (min-width: 768px) {
  .p-step__list-title::after {
    width: 1.2em;
  }
}

.p-step__list-items {
  margin-top: 20px;
}

.p-step__list-item {
  --_size: 0.9375rem;
  font-size: var(--_size);
  line-height: 1.5;
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step__list-item {
    --_size: 1rem;
  }
}
.p-step__list-item img {
  display: inline-block;
  width: calc(0.625 * var(--_size));
  height: auto;
  position: absolute;
  top: calc(var(--_size) * 1.5 / 2);
  left: 0;
  translate: 0 -50%;
}
.p-step__list-item:not(:first-of-type) {
  margin-top: 15px;
}

.p-step__list-figure img {
  display: block;
  width: min(100%, 300px);
  height: auto;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-step__list-figure img {
    width: min(100%, 280px);
  }
}

.p-point {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-point {
    margin-top: 30px;
  }
}

.p-point__title {
  text-align: center;
}

.p-point__cards {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 70px 40px;
}
@media screen and (min-width: 768px) {
  .p-point__cards {
    margin-top: 135px;
  }
}

.p-point__card {
  position: relative;
  margin-inline: auto;
  width: min(100%, 428px);
}

.p-point__card-number {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 5.625rem;
  aspect-ratio: 1;
  background-color: var(--yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  text-transform: uppercase;
  font-family: var(--geo);
}
@media screen and (min-width: 768px) {
  .p-point__card-number {
    width: 7.5rem;
  }
}
.p-point__card-number::before {
  content: attr(data-label);
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke: 1px var(--main);
  text-stroke: 1px var(--main);
}
@media screen and (min-width: 768px) {
  .p-point__card-number::before {
    font-size: 3.125rem;
  }
}

.p-point__card-figure img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.p-point__card-text {
  margin-top: -45px;
  position: relative;
  z-index: 2;
  width: 88.2352941176%;
  margin-inline: auto;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  background-color: #fff;
}
.p-point__card-text h3 {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-point__card-text h3 {
    font-size: 1.125rem;
  }
}
.p-point__card-text p {
  line-height: 1.8;
}

.p-welfare {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-welfare {
    margin-top: 100px;
  }
}

.p-welfare__title {
  text-align: center;
}

.p-welfare__lists {
  margin-top: 30px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: min(100%, 500px);
}
@media screen and (min-width: 768px) {
  .p-welfare__lists {
    margin-top: 60px;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
    width: 100%;
  }
}

.p-welfare__list-icon {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #2bdbe8;
  padding-bottom: 22.0833333333%;
}
.p-welfare__list-icon img {
  display: block;
  width: 33.3333333333%;
  height: auto;
  margin-inline: auto;
}
.p-welfare__list-icon h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-welfare__list-icon h3 {
    font-size: 1.5rem;
  }
}

.p-welfare__list-para {
  margin-top: 30px;
  line-height: 2;
}

.p-welfare__note {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-welfare__note {
    margin-top: 80px;
  }
}
.p-welfare__note h3 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-welfare__note h3 {
    font-size: 1.5rem;
  }
}

.p-welfare__note-title::before,
.p-welfare__note-title::after {
  content: "";
  width: 2px;
  height: 1.2em;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
}
.p-welfare__note-title::before {
  content: "";
  rotate: -22deg;
  margin-right: 0.8em;
}
.p-welfare__note-title::after {
  content: "";
  rotate: 22deg;
  margin-left: 0.8em;
}

.p-welfare__note-lists {
  margin-top: 24px;
  background-color: var(--main);
  padding: 20px 45px;
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-welfare__note-lists {
    font-size: 1.25rem;
    padding: 45px 130px;
  }
}
.p-welfare__note-lists li:not(:first-of-type)::before {
  content: "／";
}

.p-esg {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-esg {
    margin-top: 100px;
  }
}

.p-esg__title {
  text-align: center;
}

.p-esg__body {
  margin-top: 40px;
  padding: 50px 20px;
  background-image: linear-gradient(
    to bottom,
    #00b796 0%,
    #00b796 600px,
    #fff 600.1px,
    #fff 100%
  );
  border: 4px solid #00b796;
}
@media screen and (min-width: 768px) {
  .p-esg__body {
    margin-top: 60px;
    padding: 65px 100px 80px;
    background-image: linear-gradient(
      to bottom,
      #00b796 0%,
      #00b796 43.1601272534%,
      #fff 43.1601272534%,
      #fff 100%
    );
  }
}

.p-esg__2col-items {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-esg__2col-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
  }
}

.p-esg__2col-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-esg__2col-title {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-esg__2col-title {
    font-size: 3.125rem;
  }
}

.p-esg__2col-span {
  font-size: 0.5555555556em;
}
@media screen and (min-width: 768px) {
  .p-esg__2col-span {
    font-size: 0.4em;
  }
}

.p-esg__2col-para {
  line-height: 2;
  font-weight: 500;
}

/*
card
*/
.p-esg__cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-esg__cards {
    margin-top: 75px;
    gap: 0 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-esg__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 20px;
}

.p-esg__card-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-esg__card-icons {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-esg__card-icons img {
  display: block;
  width: 100%;
  height: auto;
}

.p-esg__card-icons.p-esg__card-icons--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-esg__card-icons.p-esg__card-icons--2col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-esg__card {
  margin-inline: auto;
  width: min(100%, 400px);
}

.p-esg__card-figure img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.p-esg__card-text-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-esg__card-text-title div {
  font-size: 1.5rem;
  line-height: 1;
  font-family: var(--geo);
  text-transform: capitalize;
}
.p-esg__card-text-title div span {
  font-size: 2.0833333333em;
}
.p-esg__card-text-title h3 {
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-esg__card-text-title h3 {
    font-size: 1rem;
  }
}

.p-esg__card-para {
  line-height: 2;
}

.p-interview {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-interview {
    margin-top: 100px;
  }
}

.p-esg__title {
  text-align: center;
}

.p-interview__members {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-interview__members {
    margin-top: 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.p-interview__member {
  margin-inline: auto;
  width: min(100%, 400px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-interview__member {
    gap: 16px;
  }
}

.p-interview__member-para {
  line-height: 2;
}

.p-interview__member-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-interview__member-figure {
  width: 47.0588235294%;
}
.p-interview__member-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.p-interview__member-text {
  flex: 1;
}

.p-interview__member-position {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-interview__member-position {
    font-size: 1.125rem;
  }
}

.p-interview__member-name {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-interview__member-name {
    font-size: 1.625rem;
  }
}

/*
contents
*/
.p-interview__items {
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .p-interview__items {
    margin-top: 115px;
  }
}

.p-interview__item:not(:first-of-type) {
  margin-top: 65px;
}
@media screen and (min-width: 768px) {
  .p-interview__item:not(:first-of-type) {
    margin-top: 115px;
  }
}

.p-interview__item-title {
  padding: 50px 20px 30px;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  background-color: var(--main);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-interview__item-title {
    font-size: 1.5rem;
    padding: 0 0 0 16px;
    height: 6.25rem;
  }
}
.p-interview__item-title::before {
  content: attr(data-label);
  width: 4.375rem;
  height: 4.375rem;
  font-family: var(--geo);
  background-color: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--main);
  border-radius: 50%;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 700;
  color: var(--main);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 16px;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .p-interview__item-title::before {
    margin-right: 24px;
    position: static;
    font-size: 3.125rem;
    width: 7.5rem;
    height: 7.5rem;
    translate: 0 -20%;
  }
}

.p-interview__item-2col {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-interview__item-2col {
    margin-top: 60px;
    grid-template-columns: 1fr 43.6363636364%;
    grid-template-areas: "text image";
    gap: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-interview__item-2col--reverse {
    grid-template-columns: 43.6363636364% 1fr;
    grid-template-areas: "image text";
  }
}

.p-interview__item-2col-text {
  grid-area: text;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.p-interview__item-2col-speek div {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-interview__item-2col-speek p {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-interview__item-2col-figure {
  grid-area: image;
}
.p-interview__item-2col-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 5px solid #57e0f8;
}

.p-recruit {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-recruit {
    margin-top: 100px;
  }
}

.p-recruit__title {
  text-align: center;
}

.p-recruit__lists {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-recruit__lists {
    margin-top: 60px;
  }
}

.p-recruit__list {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  font-size: 0.9375rem;
  line-height: 2;
  border-top: 1px solid #d0d0d0;
}
@media screen and (min-width: 768px) {
  .p-recruit__list {
    padding: 30px;
    align-items: center;
    grid-template-columns: 180px 1fr;
    gap: 20px;
  }
}
.p-recruit__list dt {
  color: #116db0;
}
.p-recruit__list strong {
  font-weight: 400;
}
.p-recruit__list:last-child {
  border-bottom: 1px solid #d0d0d0;
}

.p-entry {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-entry {
    margin-top: 100px;
  }
}

.p-entry__title-group {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-entry__title-group div {
  font-family: var(--geo);
  font-size: 2.625rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-entry__title-group div {
    font-size: 6.25rem;
  }
}
.p-entry__title-group h2 {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-entry__title-group h2 {
    font-size: 1.25rem;
  }
}

.p-entry__box {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-entry__box {
    margin-top: 60px;
    grid-template-columns: 66.4545454545% 1fr;
    flex-direction: row;
    align-items: flex-end;
  }
}

.p-entry__box-icon img {
  display: block;
  width: min(100%, 314.34px);
  height: auto;
  margin-inline: auto;
}

.p-entry__box-text-title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-entry__box-text-title {
    font-size: 2.5rem;
    text-align: left;
  }
}
.p-entry__box-text-title span {
  background-color: #00b796;
  color: #fff;
  padding: 0.05em 0.25em;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-entry__box-text-title span {
    font-size: 2.5rem;
  }
}

.p-entry__box-figure {
  margin-top: 25px;
  width: min(100%, 345px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-entry__box-figure {
    margin-top: 40px;
    width: 100%;
  }
}
.p-entry__box-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 345/265.53;
}
@media screen and (min-width: 768px) {
  .p-entry__box-figure img {
    aspect-ratio: 731.52/194.67;
  }
}

.p-entry__tel-block {
  margin-top: 50px;
  padding: 25px;
  background-color: var(--main);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-entry__tel-block {
    margin-top: 60px;
    padding: 40px;
    flex-direction: row;
    gap: 45px;
  }
}
.p-entry__tel-block h3 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-entry__tel-block h3 {
    font-size: 2rem;
  }
}

.c-button {
  --_width: 18.75rem;
  width: min(100%, var(--_width));
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fff;
  transition: transform 0.2s linear;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .c-button {
    --_width: 25rem;
    height: 6.25rem;
  }
}

.p-entry__tel-block-button div {
  font-weight: 700;
  font-family: var(--geo);
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry__tel-block-button div {
    font-size: 1.875rem;
  }
}
.p-entry__tel-block-button p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.p-entry__tel-block-button img {
  display: inline-block;
  margin-right: 6px;
  width: 1.125rem;
  height: auto;
}

.c-button:hover {
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .c-button:hover {
    transform: scale(1.04) translateZ(0);
  }
}

.p-contact {
  margin-top: 40px;
  border: 4px solid var(--main);
  border-radius: 10px;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .p-contact {
    margin-top: 80px;
    padding: 100px 120px;
  }
}

.p-contact h2 {
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact h2 {
    font-size: 2rem;
  }
}

/*
form
*/
.form-group {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .form-group {
    margin-top: 40px;
    gap: 40px;
    grid-template-columns: 250px 1fr;
  }
}

.form-label {
  display: flex;
  gap: 20px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .form-label {
    justify-content: space-between;
  }
}

.required {
  background-color: #ec018d;
  color: white;
  font-size: 0.9375rem;
  width: 3.125rem;
  height: 1.875rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding: 1em;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  font-size: 0.9375rem;
}

input::placeholder,
textarea::placeholder {
  color: #d0d0d0;
  font-family: var(--sans);
}

textarea {
  height: 160px;
  resize: vertical;
}

.radio-option {
  line-height: 2;
}

.file-upload {
  display: inline-block;
  padding: 8px 20px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.file-notice {
  font-size: 0.9375rem;
  line-height: 2;
  color: #666;
  margin-top: 16px;
  display: block;
}
@media screen and (min-width: 768px) {
  .file-notice {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0px;
  }
}

.privacy-policy {
  margin: 30px 0;
  text-align: center;
  line-height: 2;
}

label#privacy_label {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

label#privacy_label > p {
  width: 100%;
}

.privacy-link {
  color: #00badb;
  text-decoration: underline;
  cursor: pointer;
}

.submit-btn {
  display: block;
  width: min(100%, 25rem);
  height: 5rem;
  margin: 0 auto;
  padding: 15px;
  background-color: #fff;
  border: 2px solid var(--main);
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease-out;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .submit-btn {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1024px) {
  .submit-btn:hover {
    transform: scale(1.04) translateZ(0);
  }
}

.submit-btn::after {
  content: "";
  position: absolute;
  width: 0.5em;
  aspect-ratio: 1;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  transform: rotate(45deg);
  top: 50%;
  right: 12.5%;
  translate: 0 -50%;
}

.mask {
  z-index: 999;
  background-color: rgba(150, 142, 142, 0.7);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}

.mask.is-active {
  opacity: 1;
  visibility: visible;
}

.p-privacy {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1000;
  margin-inline: auto;
  padding: 40px 25px 50px;
  width: calc(100% - 50px);
  max-width: 1200px;
  background-color: #fff;
  max-height: 90%;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    width: calc(100% - 200px);
    padding: 80px 55px 100px;
  }
}

.p-privacy.is-active {
  opacity: 1;
  visibility: visible;
}

.p-privacy__title {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-privacy__title {
    font-size: 2rem;
  }
}

.p-privacy__contents {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-privacy__contents {
    margin-top: 60px;
  }
}

.p-privacy__items {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-privacy__items {
    margin-top: 40px;
  }
}

.p-privacy__item:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-privacy__item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.p-privacy__item h4 {
  margin-bottom: 24px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-privacy__item h4 {
    font-size: 1.5rem;
  }
}
.p-privacy__item h5 {
  font-weight: 400;
}
.p-privacy__item ol {
  margin-left: 1.2em;
  list-style: decimal;
}
.p-privacy__item ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.2em;
}
.p-privacy__item a {
  color: #48b2b7;
  word-break: break-all;
}
.p-privacy__item address {
  font-style: normal;
}

.p-privacy__item-block {
  margin-top: 2em;
}

.p-privacy__close {
  width: 50px;
  aspect-ratio: 1;
  display: block;
  background-color: transparent;
  border: none;
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-privacy__close {
    top: 50px;
    right: 40px;
  }
}
.p-privacy__close span {
  width: 50%;
  height: 2px;
  background-color: #a1a1a1;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .p-privacy__close span {
    width: 70%;
  }
}
.p-privacy__close span:nth-of-type(1) {
  rotate: 45deg;
}
.p-privacy__close span:nth-of-type(2) {
  rotate: -45deg;
}

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

@media screen and (min-width: 768px) {
  .u-only-sp {
    display: none;
  }
} /*# sourceMappingURL=style.css.map */
