@charset "UTF-8";
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3445378151vw;
  }
}
@media (min-width: 1190px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Shippori Mincho", serif;
  color: #000000;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1190px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-u-contact {
  margin-top: 5.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-u-contact input, .p-u-contact button, .p-u-contact textarea {
  width: 100%;
}
.p-u-contact input, .p-u-contact textarea {
  padding: 0.75rem 0.875rem;
  border: 1px solid #414141;
  border-radius: 0.625rem;
}

.p-u-contact__inner {
  max-width: 18.4375rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .p-u-contact__inner {
    max-width: 418px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-u-contact p {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.p-u-contact .required {
  background: #FF0000;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.125rem 0.4375rem;
  border-radius: 0.625rem;
  font-weight: 400;
  margin-left: 0.875rem;
}

.p-u-contact .ninni-requ {
  background: #D8D8D8;
  color: #000E1A;
  font-weight: 400;
}

.privacy-conta .wpcf7-list-item-label {
  display: none;
}

.p-u-contact input::-webkit-input-placeholder,
.p-u-contact textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #E4E4E4;
}

.p-u-contact input::-moz-placeholder,
.p-u-contact textarea::-moz-placeholder {
  font-size: 14px;
  color: #E4E4E4;
}

.p-u-contact input::-ms-input-placeholder,
.p-u-contact textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #E4E4E4;
}

.p-u-contact input::placeholder,
.p-u-contact textarea::placeholder {
  font-size: 14px;
  color: #E4E4E4;
}

.p-ucon-item {
  margin-top: 2.5rem;
}
.p-ucon-itemPut {
  margin-top: 0.3125rem;
}
.wpcf7-list-item {
  display: block;
}

.p-ucon-item__syudan input {
  width: unset;
}

.p-ucon-item__syudan .wpcf7-list-item {
  margin-left: 0;
}

.p-ucon-item__naiyo input {
  width: unset;
}

.p-ucon-item__naiyo .wpcf7-list-item {
  margin-left: 0;
}

.p-ucon-itemLabel {
  font-weight: 400;
}

.privacy-conta .wpcf7-list-item {
  margin-left: 0;
}
.privacy-conta .wpcf7-list-item input {
  width: unset;
}

.privacy-conta span {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .privacy-conta span {
    font-size: 1rem;
  }
}
.privacy-conta span br {
  display: none;
}
.privacy-conta span a {
  color: #848484;
  text-decoration: underline;
}

/* 横並びにするためのflex */
.privacy-conta label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* 文が長くて改行する場合はこちらが自然 */
  gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* レスポンシブ対応 */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* チェックボックス全体を内包してる部分を縮小 */
.privacy-conta .wpcf7-form-control-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* 「同意する」テキストを非表示にする場合 */
.privacy-conta .wpcf7-list-item-label {
  display: none;
}

.wpcf7-submit {
  margin-top: 1.6875rem;
}

.p-ucon-item__date input {
  background: #fff;
  color: #666666;
}

.p-ucon-item__file input {
  background: #fff;
  color: #666666;
}

.privacy-conta input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #000000;
  border-radius: 1px;
  color: #414141;
}

.p-ucon-item__naiyo input,
.p-ucon-item__syudan input {
  padding: 0;
}

.wpcf7-submit {
  display: block;
  color: #000000;
  cursor: not-allowed;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 1.125rem;
  background: #fff !important;
  width: 249px !important;
  border-radius: 50px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  border: 1px solid #414141;
}

.wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.7;
}

.wpcf7-submit:active {
  background: #A6A6A6 !important;
  opacity: 1;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-top: 0.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.wpcf7-checkbox .wpcf7-list-item:nth-child(n+2) {
  margin-top: 1.875rem;
}

.privacy-conta .wpcf7-checkbox .wpcf7-list-item {
  margin-top: 0;
}

.p-u-contact-uketukeTex {
  background: #fff;
  padding: 3.5rem 0 3.5rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-u-contact-uketukeTex {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 7.3125rem 3.125rem 3.5rem 3.125rem;
  }
}

.p-u-contact-uketukeTex__box {
  background: rgb(247, 247, 247);
  padding: 1.3125rem 1.5625rem 1.3125rem 1.5625rem;
  text-align: center;
}

.p-u-contact-uketukeTex__boxTit {
  font-size: 1rem;
  color: #000E1A;
  line-height: 2;
}

.p-u-contact-uketukeTex__boxTex {
  font-size: 12px;
  margin-top: 0.375rem;
  line-height: 2;
}

.p-u-contact__tel {
  margin-top: 3.5rem;
  padding-bottom: 4.5625rem;
}

.p-u-contact__telBox {
  border-top: 1px solid #CCCCCC;
}

.p-u-contact__telItem {
  margin-top: 3.5rem;
  text-align: center;
}

.p-u-contact__telItem a {
  display: inline-block;
  background: #F7F7F7;
  padding: 1.25rem 3.125rem 0.875rem 3.125rem;
  text-align: center;
  font-size: 14px;
}
.p-u-contact__telItem a span {
  font-size: 12px;
  font-weight: normal;
}

.p-u-contact__telSubtex {
  text-align: center;
  font-size: 12px;
  margin-top: 0.5625rem;
}

.p-ucon-item__syudan .p-ucon-itemPut .wpcf7-list-item {
  display: block;
  margin-right: 0.65em;
}

.p-ucon-item__naiyo .p-ucon-itemPut .wpcf7-list-item {
  display: inline-block;
  margin-right: 0.25em;
}
.privacy-contaText {
  margin-top: 2.8125rem;
}
.privacy-contaText a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: gray;
          text-decoration-color: gray;
  text-underline-offset: 2px;
}
.privacy-contaText p {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .privacy-contaText p {
    white-space: nowrap;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .privacy-contaText {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    text-align: center;
  }
}

.privacy-conta {
  text-align: center;
}
.privacy-conta p {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .privacy-conta {
    margin-top: 2.5rem;
  }
}

.privacy-conta label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.submit-text p {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .submit-text p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .submit-text {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    text-align: center;
  }
}

.hukusuusentaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
}
.p-ucon-item__syudan .p-ucon-itemLabel {
  line-height: 1.1;
}

.c-more-btn__a {
  display: block;
  min-width: 9.375rem;
  max-width: 9.375rem;
  padding: 0.5625rem;
  font-size: 0.9375rem;
  background: #00A0B4;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-radius: 0.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c-more-btn__a {
    font-size: 1.25rem;
    padding: 0.9375rem;
    min-width: 13.375rem;
    max-width: 13.375rem;
  }
}

.c-sectionTit {
  text-align: center;
}

.c-sectionTit__main h2 {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-sectionTit__main h2 {
    font-size: 2.25rem;
  }
}

.c-sectionTit__en {
  color: rgb(0, 160, 180);
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-sectionTit__en {
    font-size: 1.5rem;
  }
}

.c-un-fv {
  position: relative;
}
.c-un-fv__img {
  width: 100%;
  height: 52.8vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .c-un-fv__img {
    height: 42.3611111111vw;
  }
}

.c-un-fv__titleBox {
  padding: 0.9375rem 1.75rem;
  min-width: 11.25rem;
  display: inline-block;
  border-top: 3px solid #00A0B4;
  position: absolute;
  bottom: -2.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-un-fv__titleBox {
    min-width: 21.57375rem;
    padding: 3.4375rem 4rem 3.625rem 4rem;
    border-top: 6px solid #00A0B4;
    bottom: -5.875rem;
  }
}
.c-un-fv__titleBox .c-sectionTit__main h2 {
  font-size: 1.375rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-un-fv__titleBox .c-sectionTit__main h2 {
    font-size: 3rem;
  }
}
.c-un-fv__titleBox .c-sectionTit__en {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-un-fv__titleBox .c-sectionTit__en {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 339px) {
  .c-un-fv__titleBox {
    padding: 0.75rem 1.75rem;
  }
  .c-un-fv__titleBox .c-sectionTit__main h2 {
    font-size: 1.25rem;
  }
  .c-un-fv__titleBox .c-sectionTit__en {
    font-size: 0.75rem;
  }
}
.p-un-company-gaiyo {
  margin-top: 6.9375rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-un-company-gaiyo {
    margin-top: 11.625rem;
    padding-bottom: 10.4375rem;
  }
}

.p-uncompany-gaiyo__items {
  max-width: 23.4375rem;
  margin-top: 4.0625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-uncompany-gaiyo__items {
    margin-top: 6.25rem;
    max-width: 43.25rem;
  }
}

.p-uncompany-gaiyo__item:nth-child(n+2) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-uncompany-gaiyo__item:nth-child(n+2) {
    margin-top: 6.125rem;
  }
}

.p-uncompany-gaiyo__itemTit {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #00A0B4;
  font-size: 1rem;
  color: #00A0B4;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-uncompany-gaiyo__itemTit {
    font-size: 1.25rem;
  }
}

.p-uncompany-gaiyo__itemText {
  padding-top: 0.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-uncompany-gaiyo__itemText {
    font-size: 1.25rem;
  }
}

.p-uncompany-message__Access {
  margin-top: 7.875rem;
}
@media screen and (min-width: 768px) {
  .p-uncompany-message__Access {
    margin-top: 12.8125rem;
  }
}

.p-uncompany-map {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-uncompany-map {
    margin-top: 6.25rem;
    max-width: 43.25rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-uncompany-map iframe {
    height: 27.111875rem;
  }
}

.p-un-company-message {
  padding-top: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .p-un-company-message {
    padding-top: 11.5625rem;
  }
}

.p-uncompany-message__tit h2 {
  line-height: 2;
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-uncompany-message__tit h2 {
    font-size: 2.25rem;
  }
  .p-uncompany-message__tit h2 br {
    display: none;
  }
}

.p-uncompany-message__text {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-uncompany-message__text {
    margin-top: 7.625rem;
  }
}
.p-uncompany-message__text p {
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-uncompany-message__text p {
    font-size: 1.125rem;
    line-height: 1.9444444444;
  }
}

.p-uncompany-message__daihyo {
  margin-top: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .p-uncompany-message__daihyo {
    margin-top: 11.8125rem;
  }
}

.p-uncompany-message__daihyoTit .c-sectionTit h2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-uncompany-message__daihyoTit .c-sectionTit h2 {
    font-size: 2rem;
  }
}
.p-uncompany-message__daihyoTit .c-sectionTit .c-sectionTit__en {
  font-size: 0.625rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p-uncompany-message__daihyoTit .c-sectionTit .c-sectionTit__en {
    margin-top: 0.8125rem;
    font-size: 0.75rem;
  }
}

.p-uncompany-message__daihyoSpImg {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-uncompany-message__daihyoSpImg {
    display: none;
    margin-top: 0;
  }
}

.p-uncompany-message__daihyoTextImgPcOnly {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-uncompany-message__daihyoTextImgPcOnly {
    display: block;
    width: 46.31%;
  }
}

.p-uncompany-message__daihyoTitt {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-uncompany-message__daihyoTitt {
    margin-top: 4.3125rem;
  }
}
.p-uncompany-message__daihyoTitt h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-uncompany-message__daihyoTitt h3 {
    font-size: 2rem;
    text-align: center;
  }
  .p-uncompany-message__daihyoTitt h3 br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-uncompany-message__daihyoTextBox {
    margin-top: 4.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.875rem;
  }
}

.p-uncompany-message__daihyoTextP {
  margin-top: 1.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-uncompany-message__daihyoTextP {
    margin-top: 0;
    font-size: 1.125rem;
    width: 46.84%;
  }
}

.p-uncompany-message__daihyoName {
  margin-top: 1.875rem;
  text-align: right;
}

.p-un-contact {
  padding-top: 6.125rem;
  padding-bottom: 6.8125rem;
}
@media screen and (min-width: 768px) {
  .p-un-contact {
    padding-top: 10.5rem;
    padding-bottom: 7.3125rem;
  }
}

.p-un-contact__text p {
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-un-contact__text p {
    font-size: 1.125rem;
    line-height: 1.9444444444;
    text-align: center;
  }
}

.br-pcOnly {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pcOnly {
    display: block;
  }
}

.p-un-contact__text2 {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-un-contact__text2 {
    margin-top: 4.75rem;
  }
}

.p-un-contact__text3 {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-un-contact__text3 {
    margin-top: 4.75rem;
  }
  .p-un-contact__text3 br {
    display: none;
  }
}

.p-un-contact__telBtn {
  margin-top: 4.375rem;
}
.p-un-contact__telBtn .p-contact-cta__btn a {
  background: #fff;
  color: #00A0B4;
  border-radius: 0.625rem;
  border: 3px solid #00A0B4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 15.1875rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1.125rem;
  width: 93.2203389831%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-un-contact__telBtn .p-contact-cta__btn a {
    max-width: 23.125rem;
    width: unset;
    padding: 1.5625rem;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-un-contact .p-un-contact__telBtn .p-contact-cta__btnImg {
    width: 2rem;
  }
  .p-un-contact .p-un-contact__telBtn .p-contact-cta__btnImg img {
    width: 100%;
  }
}
.p-un-contact__mailText {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-un-contact__mailText {
    margin-top: 4.875rem;
  }
  .p-un-contact__mailText p {
    font-size: 0.9375rem;
  }
}

.p-un-privacy {
  padding-top: 6.3125rem;
  padding-bottom: 10.4375rem;
}
@media screen and (min-width: 768px) {
  .p-un-privacy {
    padding-top: 11.3125rem;
  }
}

.p-un-privacy__subTit {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-privacy__subTit {
    font-size: 1rem;
  }
}

.p-un-privacy__items {
  margin-top: 5.25rem;
}

.p-un-privacy__item:nth-child(n+2) {
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-un-privacy__item:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.p-un-privacy__itemTit {
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #414141;
}
@media screen and (min-width: 768px) {
  .p-un-privacy__itemTit {
    font-size: 1.5rem;
  }
}

.p-un-privacy__itemText {
  margin-top: 0.8125rem;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-privacy__itemText {
    font-size: 1rem;
  }
}

.p-un-privacy__itemLists li {
  padding-left: 1.25rem;
  position: relative;
}
.p-un-privacy__itemLists li:after {
  position: absolute;
  content: "・";
  top: 0rem;
  left: 0;
}

.p-un-service-donyu {
  padding-top: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-donyu {
    padding-top: 10.875rem;
  }
}

.p-un-service-donyu__tit {
  text-align: center;
}
.p-un-service-donyu__tit h3 {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-un-service-donyu__tit h3 {
    font-size: 2.25rem;
  }
  .p-un-service-donyu__tit h3 br {
    display: none;
  }
}

.p-un-service-donyu__textBox {
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-donyu__textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 7.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 11.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-un-service-donyu__textBox .p-un-service-donyu__text {
    width: 43.07%;
  }
}
.p-un-service-donyu__textBox .p-un-service-donyu__text p {
  font-size: 0.9375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.3333333333;
}
@media screen and (min-width: 768px) {
  .p-un-service-donyu__textBox .p-un-service-donyu__text p {
    font-size: 1.125rem;
    line-height: 1.9444444444;
  }
}

.p-un-service-donyu__img {
  margin-top: 5.4375rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  max-width: 26.5625rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-donyu__img {
    margin-top: 0;
    position: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    width: unset;
    max-width: unset;
    width: 46.31%;
  }
}
.p-un-service-donyu__img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-un-service-question {
  margin-top: 6.0625rem;
  padding-bottom: 4.9375rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-question {
    margin-top: 11.875rem;
    padding-bottom: 12.5rem;
  }
}

.p-un-service-question__tit {
  text-align: center;
}
.p-un-service-question__tit h3 {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-un-service-question__tit h3 {
    font-size: 2rem;
  }
}

.p-un-service-question__inner {
  max-width: 26.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-un-service-question__inner {
    max-width: 86.875rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-un-service-question__items {
  background: #D9D9D9;
  border-radius: 1.25rem;
  padding: 3.125rem 1.25rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-question__items {
    margin-top: 10rem;
    padding: 6.5625rem 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.4375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-un-service-question__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-un-service-question__item:nth-child(n+2) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-question__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-un-service-question__itemTit {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
  padding-left: 1.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-un-service-question__itemTit {
    font-size: 1.25rem;
  }
}

.p-un-service-question__itemWhiteBox {
  margin-top: 0.5625rem;
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem 1.125rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-un-service-question__itemWhiteBox {
    margin-top: 0.76875rem;
    padding: 1.25rem 0.6875rem 1.25rem 1.125rem;
  }
}

.p-un-service-question__rightabImg {
  position: absolute;
  right: -0.4375rem;
  top: -4.625rem;
  width: 5.625rem;
  height: 5.625rem;
}
.p-un-service-question__rightabImg img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-un-service-question__rightabImg {
    width: 6.375rem;
    height: 6.375rem;
    right: -0.555rem;
    top: -5.25rem;
  }
}

.p-un-service-question__lists li {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-un-service-question__lists li {
    font-size: 1rem;
  }
}

.p-un-service-question__lists li:nth-child(n+2) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-question__lists li:nth-child(n+2) {
    margin-top: 1.125rem;
  }
}

.p-un-service-question__listImg {
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
}
.p-un-service-question__listImg img {
  width: 100%;
}

.p-un-service-question__nayamiBtoTex {
  margin-top: 3.375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-un-service-question__nayamiBtoTex {
    margin-top: 7.6875rem;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-un-service-mainSerW__inner {
    max-width: 74.375rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
.p-un-service-mainSerW__inner .p-un-service-question__items {
  background: #00A0B4;
  border-radius: 1.25rem;
  padding: 3.125rem 1.25rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-mainSerW__inner .p-un-service-question__items {
    margin-top: 12.5rem;
    padding: 4.1875rem 8.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.4375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-un-service-mainSerW__inner .p-un-service-question__itemTit {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-un-service-mainSerW__inner .p-un-service-question__itemTit {
    font-size: 2.25rem;
    padding-left: 3.75rem;
  }
}
.p-un-service-mainSerW__inner .p-un-service-question__rightabImg {
  width: 4.375rem;
  height: 4.375rem;
  right: 0;
  top: -4rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-mainSerW__inner .p-un-service-question__rightabImg {
    width: 7.1875rem;
    height: 7.1875rem;
    right: 2.875rem;
    top: -6.625rem;
  }
}
.p-un-service-mainSerW__inner .p-un-service-question__lists li {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-un-service-mainSerW__inner .p-un-service-question__lists li {
    font-size: 1.5rem;
    padding-left: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-un-service-mainSerW__inner .p-un-service-question__itemWhiteBox {
    margin-top: 2.1875rem;
    padding: 1.875rem 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-un-service-mainSerW__inner .p-un-service-question__listImg {
    width: 2.0625rem;
    height: 2.0625rem;
    top: 0.625rem;
  }
}

@media (max-width: 335px) {
  .p-un-service-mainSerW__inner .p-un-service-question__itemTit {
    color: #000000;
  }
}
.p-un-service-gaina {
  margin-top: 5.3125rem;
  padding-bottom: 6.3125rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-gaina {
    padding-bottom: 12.5rem;
  }
}
.p-un-service-gaina .p-service__itemTit {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-un-service-gaina .p-service__itemTit {
    font-size: 2.25rem;
    line-height: 1.3888888889;
  }
}
.p-un-service-gaina .p-service__itemImg {
  margin-top: 3.625rem;
  max-width: 20.9375rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-un-service-gaina .p-service__itemImg {
    margin-top: 0;
    max-width: unset;
    width: 52.63%;
  }
}
.p-un-service-gaina .p-service__itemImg img {
  width: 100%;
}
.p-un-service-gaina .p-service__itemText {
  margin-top: 3.0625rem;
}
.p-un-service-gaina .p-service__itemText p {
  font-size: 0.9375rem;
  line-height: 2.3333333333;
}
@media screen and (min-width: 768px) {
  .p-un-service-gaina .p-service__itemText {
    margin-top: 4.3125rem;
  }
  .p-un-service-gaina .p-service__itemText p {
    font-size: 1.125rem;
    line-height: 1.9444444444;
  }
}
@media screen and (min-width: 768px) {
  .p-un-service-gaina .p-service__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.3125rem;
    margin-top: 11.25rem;
  }
  .p-un-service-gaina .p-service__item .p-service__itemLeft {
    width: 41.4%;
  }
}

.p-un-service-baio {
  margin-top: 3.9375rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio {
    margin-top: 9.375rem;
    padding-bottom: 12.5rem;
  }
}

.p-un-service-baio__imgLeft {
  margin-right: auto;
  max-width: 12.5625rem;
}
.p-un-service-baio__imgLeft img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio__imgLeft {
    max-width: 15.6875rem;
  }
}

.p-un-service-baio__imgRight {
  margin-top: 3.1875rem;
  max-width: 17.3125rem;
  margin-left: auto;
}
.p-un-service-baio__imgRight img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio__imgRight {
    margin-top: 9.875rem;
    max-width: 19.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-un-service-baio__inner {
    max-width: 1190px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-un-service-baio__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-un-service-baio__processBox {
  margin-top: 5.1875rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 20.8125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio__processBox {
    padding-right: unset;
    padding-left: unset;
    margin-top: 0;
    max-width: unset;
    width: 56.84%;
  }
}
.p-un-service-baio__processBox .p-un-service-baio__processTit {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  max-width: 12.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio__processBox .p-un-service-baio__processTit {
    font-size: 2.25rem;
    max-width: 27rem;
  }
}
.p-un-service-baio__processBox .p-un-service-baio__processTitEn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-top: 0.625rem;
  max-width: 12.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio__processBox .p-un-service-baio__processTitEn {
    max-width: 27rem;
  }
}
.p-un-service-baio__processBox .p-un-service-baio__processTitEnText {
  font-size: 0.625rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio__processBox .p-un-service-baio__processTitEnText {
    font-size: 0.8125rem;
  }
}
.p-un-service-baio__processBox .p-un-service-baio__processTitEnLine {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #000000;
}
.p-un-service-baio__processBox .p-un-service-baio__proMainItems {
  margin-top: 1.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio__processBox .p-un-service-baio__proMainItems {
    margin-top: 6.25rem;
  }
}
.p-un-service-baio__processBox .p-un-service-baio__proItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio__processBox .p-un-service-baio__proItem {
    gap: 2.5rem;
  }
}
.p-un-service-baio__processBox .p-un-service-baio__proItemLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-un-service-baio__processBox .p-un-service-baio__proItemNum {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #00A0B4;
  color: #00A0B4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio__processBox .p-un-service-baio__proItemNum {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.5rem;
  }
}
.p-un-service-baio__processBox .p-un-service-baio__proItemLine {
  width: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #00A0B4;
  min-height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio__processBox .p-un-service-baio__proItemLine {
    min-height: 8.75rem;
  }
}
.p-un-service-baio__processBox .p-un-service-baio__proItemRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.3125rem;
  padding-bottom: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio__processBox .p-un-service-baio__proItemRight {
    padding-top: 0.625rem;
    padding-bottom: 4.1875rem;
  }
}
.p-un-service-baio__processBox .p-un-service-baio__proItemTit {
  font-size: 0.9375rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #00A0B4;
  margin-bottom: 0.625rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio__processBox .p-un-service-baio__proItemTit {
    font-size: 1.875rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0.9375rem;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 1.25rem;
  }
}
.p-un-service-baio__processBox .p-un-service-baio__proItemText {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-un-service-baio__processBox .p-un-service-baio__proItemText {
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-un-service-baio__imgs {
    width: 38.59%;
  }
}
.p-un-service-naiyoLastText {
  margin-top: 4.125rem;
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: 6.1875rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-naiyoLastText {
    margin-top: 9.375rem;
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.p-un-service-sonosaki {
  padding-bottom: 4.875rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-sonosaki {
    padding-bottom: 15.625rem;
  }
}

.p-service-sonosaki__imgSpOnly {
  max-width: 26.5625rem;
  margin-right: auto;
  margin-left: auto;
}
.p-service-sonosaki__imgSpOnly img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service-sonosaki__imgSpOnly {
    display: none;
  }
}

.p-un-service-sonosaki__itemImgPcOnly {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-un-service-sonosaki__itemImgPcOnly {
    display: block;
  }
}

.p-un-service-sonosaki__tit {
  margin-top: 5.75rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-un-service-sonosaki__tit {
    margin-top: 3.75rem;
    font-size: 2.25rem;
  }
  .p-un-service-sonosaki__tit br {
    display: none;
  }
}

.p-un-service-sonosaki__items {
  margin-top: 4.0625rem;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-un-service-sonosaki__items {
    margin-top: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-un-service-sonosaki__items .p-un-service-sonosaki__itemImgPcOnly {
    width: 46.3157894737%;
  }
  .p-un-service-sonosaki__items .p-un-service-sonosaki__itemText {
    width: 43.0701754386%;
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.p-un-service-promiseTitBox {
  margin-top: 0 !important;
}
.p-un-service-promiseTitBox .p-service__promiseTitle {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-promiseTitBox .p-service__promiseTitle {
    font-size: 2rem;
  }
}

.p-service__promiseItemsBoxx {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__promiseItemsBoxx {
    margin-top: 7.3125rem;
  }
}

.p-service__promiseItemBoxx:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__promiseItemBoxx:nth-child(n+2) {
    margin-top: 7.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__promiseItemBoxx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-service__promiseItemBoxx:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-service__promiseItemBoxxImg {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  max-width: 26.5625rem;
}
@media screen and (min-width: 768px) {
  .p-service__promiseItemBoxxImg {
    position: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    width: unset;
    max-width: unset;
    width: calc(44.39% + 50vw - 37.1875rem + 1.5625rem);
    margin-left: calc(-50vw + 35.625rem);
    margin-right: 0;
  }
}
.p-service__promiseItemBoxxImg img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-service__promiseItemBoxx:nth-child(even) .p-service__promiseItemBoxxImg {
    margin-left: 0;
    margin-right: calc(-50vw + 35.625rem);
  }
}
.p-service__promiseItemBoxxTexts {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__promiseItemBoxxTexts {
    margin-top: 0;
    width: 55.61%;
  }
}

.p-service__promiseItemBoxxNum {
  color: #00A0B4;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-service__promiseItemBoxxNum {
    line-height: 1;
  }
}

.p-service__promiseItemBoxxTit {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-service__promiseItemBoxxTit {
    font-size: 1.875rem;
    margin-top: 3.5rem;
  }
}

.p-service__promiseItemBoxxText {
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__promiseItemBoxxText {
    font-size: 1.125rem;
    margin-top: 3.5rem;
  }
}

.p-un-service-jio {
  background: #F5F5F5;
  border-radius: 1.875rem 1.875rem 0 0;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-jio {
    margin-top: 12.5rem;
    padding-top: 5.5rem;
    padding-bottom: 5rem;
  }
}

.p-un-service-jio__itemTit {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-un-service-jio__itemTit {
    font-size: 1.5rem;
  }
}

.p-un-service-jio__itemText {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-un-service-jio__itemText {
    font-size: 1.125rem;
    margin-top: 2.1875rem;
  }
}

.p-un-service-jio__item:nth-child(n+2) {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-jio__item:nth-child(n+2) {
    margin-top: 5.625rem;
  }
}

.p-un-service-jio__pointTit {
  position: relative;
  font-size: 0.9375rem;
  line-height: 2;
  padding: 0.125rem 2.25rem 0.125rem 2.25rem;
  text-align: center;
  background: #fff;
  border-radius: 1.625rem 1.875rem 1.875rem 1.625rem;
  border: 1px solid #6A6A6A;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-un-service-jio__pointTit {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    padding: 0.6875rem 2.3125rem;
    border-radius: 0.375rem 1.875rem 1.875rem 0.375rem;
    margin-left: 1.625rem;
  }
}
.p-un-service-jio__pointTit .p-un-service-jio__pointImg {
  position: absolute;
  width: 2.1875rem;
  height: 2.1875rem;
  left: -0.40625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-un-service-jio__pointTit .p-un-service-jio__pointImg img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-un-service-jio__pointTit .p-un-service-jio__pointImg {
    width: 3.375rem;
    height: 3.375rem;
    left: -1.625rem;
  }
}

.p-un-service-jio__pointText {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-un-service-jio__pointText {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-un-service-jio__points {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-jio__points {
    margin-top: 3.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-un-service-jio__point:nth-child(n+2) {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-jio__point:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-un-service-jio__point {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-un-service-jio__pointLastTex {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 2.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-un-service-jio__pointLastTex {
    margin-top: 2.1875rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-un-service-jio__btn {
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-jio__btn {
    margin-top: 3.5rem;
  }
}

.p-company {
  overflow: hidden;
  padding-top: 8.5625rem;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-top: 18.0625rem;
  }
}

.p-company__subTit h3 {
  font-size: 0.9375rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-company__subTit h3 {
    font-size: 2.25rem;
  }
}
.p-company__subTit h3 span {
  display: inline-block;
  opacity: 0;
}
.p-company__subTit h3.is-animated span {
  -webkit-animation: fadeIn 0.6s ease-out forwards;
          animation: fadeIn 0.6s ease-out forwards;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.p-company__enText {
  margin-top: 5.5625rem;
  color: rgba(0, 160, 180, .1);
  text-align: center;
  font-size: 3rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-company__enText {
    margin-top: 13.625rem;
    font-size: 11.5625rem;
  }
}

.p-company__contents {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-company__contents {
    margin-top: 8.8125rem;
    position: relative;
  }
}

.p-company__tit h3 {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-company__tit h3 {
    font-size: 2rem;
  }
  .p-company__tit h3 br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-company__tit {
    max-width: 45.3125rem;
    margin-left: auto;
    padding-top: 3.75rem;
  }
}

.p-company__text {
  margin-top: 3.125rem;
}
.p-company__text p {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-company__text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__text {
    max-width: 45.3125rem;
    margin-left: auto;
  }
}

.p-company__btn {
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-company__btn {
    max-width: 45.3125rem;
    margin-left: auto;
  }
  .p-company__btn .c-more-btn__a {
    margin-right: unset;
    margin-left: unset;
  }
}

.p-company__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.93vw;
  margin-top: 6.3125rem;
}
@media screen and (min-width: 768px) {
  .p-company__imgs {
    max-width: 83.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-company__imgsLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 53.07vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-company__imgsRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-company__imgItem {
  line-height: 0;
}
.p-company__imgItem img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__imgItem1 {
  width: 50.67vw;
  height: 50.67vw;
}
@media screen and (min-width: 768px) {
  .p-company__imgItem1 {
    display: none;
  }
}

.p-company__imgItem2 {
  width: 36vw;
  height: 53.6vw;
}
@media screen and (min-width: 768px) {
  .p-company__imgItem2 {
    max-width: 18.59125rem;
    max-height: 27.6875rem;
  }
}

.p-company__imgItem3 {
  width: 53.07vw;
  height: 39.73vw;
}
@media screen and (min-width: 768px) {
  .p-company__imgItem3 {
    max-width: 30.75rem;
    max-height: 23.0625rem;
  }
}

.p-company__pcOnlyimgItem1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-company__pcOnlyimgItem1 {
    display: block;
    width: 29.86vw;
    height: 29.86vw;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 43.75rem;
    max-height: 43.75rem;
  }
}

.p-contact-cta {
  background: #F5F5F5;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-cta {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.p-contact-cta__contents {
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.4375rem 1.25rem 3.0625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-cta__contents {
    padding: 3.25rem 1.875rem 4.25rem 1.875rem;
  }
}

.p-contact-cta__text {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  font-weight: normal;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-cta__text {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 3rem;
  }
}

.p-contact-cta__btns {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact-cta__btns {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-cta__btnItem {
    width: 35%;
  }
}
.p-contact-cta__btn a {
  background: #00A0B4;
  color: #fff;
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 17.1875rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.75rem;
  width: 93.2203389831%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-contact-cta__btn a {
    max-width: 23.6875rem;
    width: unset;
    padding: 1.4375rem;
    border-radius: 3.125rem;
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-cta__btnImg {
    width: 1.75rem;
  }
  .p-contact-cta__btnImg img {
    width: 100%;
  }
}
.p-contact-cta__btnTelTex {
  font-size: 0.75rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-cta__btnTelTex {
    font-size: 0.875rem;
  }
}

.p-contact-cta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact-cta__btn2 {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-contact-cta__btn2 {
    margin-top: 0;
  }
}
.p-contact-cta__btn2 a {
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-contact-cta__btn2 .p-contact-cta__btnTit {
    font-size: 1.375rem;
  }
}
.p-footer {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 5.0625rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-fotoer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.875rem;
  }
}
.p-footer__logo {
  max-width: 8.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: 11.4375rem;
  }
}
.p-footer__logo a {
  display: inline-block;
}

.p-footer__access {
  margin-top: 2.5625rem;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__access {
    font-size: 1rem;
  }
}

.p-footer__accessTex {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__accessTex {
    font-size: 1rem;
  }
}

.p-footer__rightLists {
  margin-top: 1.875rem;
}

.p-footer__rightList {
  line-height: 1;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-footer__rightList {
    font-size: 1rem;
  }
}
.p-footer__rightList a {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
}

.p-footer__rightList:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__rightList:nth-child(n+2) {
    margin-top: 3.125rem;
  }
}

.p-footer__ListsPcRight {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__ListsPcRight {
    margin-top: 0;
  }
}

.p-footer__polygon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-footer__copylights {
  margin-top: 4.25rem;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-footer__copylights {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__rightLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.3125rem;
  }
}
.p-fv {
  position: relative;
  color: #fff;
  height: 100svh;
  padding: 0;
}

.p-fv .l-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7.5rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .p-fv .l-inner {
    max-width: 1380px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-fv__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.p-fv__slide {
  width: 100%;
  height: 100%;
}

.p-fv__slideImg {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-fv__slideImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv__slideImg .p-fv__slideImg--sp {
  display: block;
}
.p-fv__slideImg .p-fv__slideImg--pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-fv__slideImg .p-fv__slideImg--sp {
    display: none;
  }
  .p-fv__slideImg .p-fv__slideImg--pc {
    display: block;
  }
}
.p-fv__tit h1 {
  font-size: 2rem;
  line-height: 1.5625;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-fv__tit h1 {
    font-size: 3rem;
    letter-spacing: 0;
  }
  .p-fv__tit h1 br {
    display: none;
  }
}

.p-fv__subTit {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-fv__subTit {
    margin-top: 1.3125rem;
  }
}
.p-fv__subTit h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  line-height: 2.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-fv__subTit h2 {
    font-size: 1.25rem;
  }
  .p-fv__subTit h2 br {
    display: none;
  }
}

.p-fv__titBox {
  position: absolute;
  left: 1.25rem;
  right: 0;
  bottom: 6.5rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__titBox {
    bottom: 7.5rem;
  }
}

@-webkit-keyframes scrollDown4 {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes scrollDown4 {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.p-fv__scrollIndicator {
  position: absolute;
  bottom: -4.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.0625rem;
  height: 6rem;
}

.p-fv__scrollIndicator::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6rem;
  background: #00A0B4;
  -webkit-animation: scrollDown4 2s ease-in-out infinite;
  animation: scrollDown4 2s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .p-fv__scrollIndicator::before {
    height: 8.75rem;
  }
}

.p-fv__scrollIndicator::after {
  content: "scroll";
  position: absolute;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  bottom: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-fv__scrollIndicator::after {
    font-size: 1rem;
  }
}

.p-header {
  position: fixed;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header {
    top: 3.75rem;
    left: 3.125rem;
  }
}

.p-header__siteTitle {
  margin: 0;
}

.p-header__logoLink {
  display: inline-block;
  position: relative;
}

.p-header__logoImg {
  display: block;
  width: 8.1875rem;
  height: auto;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-header__logoImg {
    width: 11.4375rem;
  }
}

.p-header__logoImg--black {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.p-header.is-scrolled .p-header__logoImg--white {
  opacity: 0;
}

.p-header.is-scrolled .p-header__logoImg--black {
  opacity: 1;
}

.p-header__rightHumberger {
  position: fixed;
  top: 1.375rem;
  right: 1.25rem;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__rightHumberger {
    display: none;
  }
}

.p-header__humbergerBtn {
  display: inline-block;
  position: relative;
  width: 2.125rem;
  height: 2.125rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.p-header__humbergerImg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.p-header__humbergerImg--black {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.p-header.is-scrolled .p-header__humbergerImg--white {
  opacity: 0;
}

.p-header.is-scrolled .p-header__humbergerImg--black {
  opacity: 1;
}

.p-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

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

.p-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
}

.p-menu__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7.6875rem 1.5625rem 3.75rem;
}

.p-menu.is-active .p-menu__content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-menu__closeBtn {
  position: absolute;
  top: 1.75rem;
  right: 1.5625rem;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}

.p-menu__closeImg {
  display: block;
  width: 100%;
  height: 100%;
}

body.is-menu-open {
  overflow: hidden;
}

.p-menu__list {
  text-align: center;
}
.p-menu__list li a {
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
}

.p-menu__item:nth-child(n+2) {
  margin-top: 1.875rem;
}

.p-menu__logo {
  text-align: center;
  width: 8.1875rem;
  margin-right: auto;
  margin-left: auto;
}
.p-menu__logo img {
  width: 100%;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
    position: fixed;
    top: 3.125rem;
    right: 3.125rem;
    z-index: 50;
  }
}

.p-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.p-header__navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__navItem:not(:last-child) {
  margin-right: 1.875rem;
}

.p-header__navLink {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-header.is-scrolled .p-header__navLink {
    color: #000000;
  }
}

.p-header__navSeparator {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-header.is-scrolled .p-header__navSeparator {
    color: #000000;
  }
}

.p-header__navBtn {
  display: inline-block;
  padding: 0.625rem 2.5rem;
  background-color: #00A0B4;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3.125rem;
  white-space: nowrap;
}

.p-service {
  padding-top: 5.875rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-bottom: 10.375rem;
  }
}

.p-service__tit {
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service__tit {
    margin-top: 6.5rem;
  }
}
.p-service__tit h3 {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-service__tit h3 {
    font-size: 2rem;
  }
}

.p-service__text {
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-service__text {
    margin-top: 3.875rem;
  }
}
.p-service__text p {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-service__text p {
    font-size: 1.125rem;
  }
}

.p-service__btn {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-service__btn {
    margin-top: 5.8125rem;
  }
  .p-service__btn .c-more-btn__a {
    margin-left: unset;
    margin-right: unset;
  }
}

.p-service__items {
  margin-top: 4.875rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 23.4375rem;
}
@media screen and (min-width: 768px) {
  .p-service__items {
    margin-top: 11.5625rem;
    margin-right: unset;
    margin-left: unset;
    max-width: unset;
  }
}

.p-service__itemTitEn {
  font-size: 10px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-service__itemTitEn {
    font-size: 0.75rem;
  }
}

.p-service__itemTit {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-service__itemTit {
    font-size: 2rem;
    margin-top: 1.875rem;
  }
}

.p-service__itemImg {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__itemImg {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 53%;
  }
}

.p-service__itemText {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-service__itemText {
    margin-top: 3.5625rem;
  }
}
.p-service__itemText p {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-service__itemText p {
    font-size: 1.125rem;
  }
}

.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-service__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4.125rem;
  }
}

.p-service__item:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-service__item:nth-child(n+2) {
    margin-top: 10rem;
  }
}

.p-service__itemLeft {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-service__itemLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(47% - 4.125rem);
  }
}

.p-service__itemTitBox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-service__itemImg {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-service__itemText {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-service__promiseTitBox {
  margin-top: 3.75rem;
  position: relative;
  max-width: 23.4375rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__promiseTitBox {
    max-width: 50.5625rem;
    padding-top: 6.0625rem;
    padding-bottom: 6.0625rem;
  }
}
.p-service__promiseTitBox::before, .p-service__promiseTitBox::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #00A0B4;
}
.p-service__promiseTitBox::before {
  top: 0;
  left: 0;
  width: 37.33vw;
  max-width: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__promiseTitBox::before {
    width: 20.97vw;
    max-width: 18.875rem;
  }
}
.p-service__promiseTitBox::after {
  right: 0;
  bottom: 0;
  width: 21.33vw;
  max-width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-service__promiseTitBox::after {
    width: 12.01vw;
    max-width: 10.8125rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-service__promiseMain {
    margin-top: 6.0625rem;
  }
}
.p-service__promiseItems {
  max-width: 18.4375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-service__promiseItems {
    margin-top: 0;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.25rem;
  }
}

.p-service__promiseItem {
  padding: 4.0625rem 0.625rem 1.25rem 0.625rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.1875rem;
  margin-top: 2.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service__promiseItem {
    margin-top: 0;
    width: 31.22%;
    padding: 4.375rem 1.96875rem 3.75rem 1.96875rem;
  }
}

.p-service__promiseItemImgNum {
  max-width: 2.75rem;
  position: absolute;
  top: -1px;
  left: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-service__promiseItemImgNum {
    max-width: 3.0625rem;
  }
}

.p-service__promiseItemImg {
  text-align: center;
}
.p-service__promiseItemImg img {
  max-width: 6.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-service__promiseItemImg img {
    max-width: 8.625rem;
    height: 8.625rem;
  }
}

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

.p-service__promiseItemText {
  margin-top: 1.375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-service__promiseItemText {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}

.p-works__itemContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-works__itemContents {
    margin-top: 5.625rem;
  }
}

.p-works__container {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-works__container {
    max-width: 83.75rem;
  }
}

.p-works__slider {
  margin-top: 1.25rem;
  overflow: hidden;
  width: 100%;
}
.p-works__slider.swiper {
  overflow: hidden;
  width: 100%;
}

.p-works__items {
  margin-top: 0;
}

.p-works__item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 3.10875rem;
}
.p-works__item.swiper-slide {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-works__item > a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-works__itemBox {
  background: #00A0B4;
  padding: 0.5775rem 3.125rem 2.09375rem 3.125rem;
  display: block;
  position: relative;
  width: 100%;
  min-height: 100%;
}
.p-works__itemBox::before {
  content: "";
  position: absolute;
  top: -3.10625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3.10875rem;
  background: #00A0B4;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 1;
}

@media (max-width: 374px) {
  .p-works__itemBox::before {
    top: -3.075rem;
  }
}
.p-works__btn {
  margin-top: 2.34375rem;
}
@media screen and (min-width: 768px) {
  .p-works__btn {
    margin-top: 6.375rem;
  }
}

.p-works__itemBoxtexts {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-works__itemBoxtexts {
    font-size: 1rem;
  }
}

.p-works__itemDate {
  line-height: 1;
  font-weight: normal;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-works__itemDate {
    margin-top: 1.25rem;
  }
}

.p-works__itemTit {
  line-height: 1;
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-works__itemTit {
    font-size: 1.25rem;
    margin-top: 1.375rem;
  }
}

.p-works__itemCate {
  line-height: 1.2;
  margin-top: 1.5rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-works__itemCate {
    margin-top: 1.25rem;
  }
}

.p-works__navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
}

.p-works__navBtn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-works__navBtn {
    width: 4.0625rem;
    height: 4.0625rem;
  }
}
.p-works__navBtn img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-works__navBtn--prev {
  left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-works__navBtn--prev {
    left: 0.9375rem;
  }
}

.p-works__navBtn--next {
  right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-works__navBtn--next {
    right: 0.9375rem;
  }
}

.p-works__enText {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-works__enText {
    margin-top: 4.8125rem;
  }
}

.p-works__enTextHidden {
  overflow: hidden;
  margin-bottom: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-works__enTextHidden {
    margin-bottom: 6.25rem;
  }
}

.p-un-works__items {
  font-family: "Zen Kaku Gothic New", sans-serif;
  max-width: 20.9375rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6.875rem;
  padding-bottom: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-un-works__items {
    max-width: unset;
    padding-top: 11.6875rem;
    padding-bottom: 11.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.4375rem 4.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-un-works__item:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-un-works__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-un-works__item {
    width: 46.84%;
  }
}

.p-un-works__itemTit {
  margin-top: 1.1875rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-un-works__itemTit {
    font-size: 1.25rem;
    margin-top: 2.4375rem;
  }
}

.p-un-works__itemMenu {
  margin-top: 1.1875rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-un-works__itemMenu {
    font-size: 1rem;
    margin-top: 1.75rem;
  }
}

.p-un-singleWork {
  padding-top: 3.25rem;
  padding-bottom: 5.4375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-right: auto;
  margin-left: auto;
  max-width: 23.4375rem;
}
@media screen and (min-width: 768px) {
  .p-un-singleWork {
    padding-top: 4.75rem;
    padding-bottom: 7.1875rem;
    max-width: unset;
  }
}

.p-un-singleWork__Date {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-un-singleWork__Date {
    font-size: 1.25rem;
    font-weight: 500;
  }
}

.p-un-singleWork__tit {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-un-singleWork__tit {
    font-size: 2.25rem;
    margin-top: 2rem;
  }
}

.p-un-singleWork__Imgs {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-un-singleWork__Imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-un-singleWork__img {
    width: 46.7543859649%;
  }
}
.p-un-singleWork__imgTex {
  margin-top: 0.92875rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-un-singleWork__imgTex {
    margin-top: 1.875rem;
    font-weight: 500;
    font-size: 2rem;
  }
}

.p-un-singleWork__imgafter {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-un-singleWork__imgafter {
    margin-top: 0;
  }
}

.p-un-singleWork__syousaiItems {
  margin-top: 3.84375rem;
}
@media screen and (min-width: 768px) {
  .p-un-singleWork__syousaiItems {
    margin-top: 12.1875rem;
  }
}

.p-un-singleWork__syousaiItemTit {
  color: #00A0B4;
  padding-bottom: 0.6875rem;
  border-bottom: 1px solid #00A0B4;
  font-weight: 500;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-un-singleWork__syousaiItemTit {
    padding-bottom: 2rem;
    font-size: 1.375rem;
  }
}

.p-un-singleWork__syousaiItemAnser {
  padding-top: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-un-singleWork__syousaiItemAnser {
    font-size: 1.125rem;
    padding-top: 2rem;
  }
}

.p-un-singleWork__syousaiItem:nth-child(n+2) {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-un-singleWork__syousaiItem:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.p-un-singleWork__btn {
  margin-top: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-un-singleWork__btn {
    margin-top: 8.625rem;
  }
}

.p-un-singleWork__syousaiItemAnser {
  line-height: 2;
}

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

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