@charset "UTF-8";

html {
  font-size: 3.738317757vw;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.5238095238vw;
  }
}

@media (min-width: 1050px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 500;
}

@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,
ol,
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 */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.l-application {
  margin-top: 3.5rem;
}

@media screen and (min-width: 768px) {
  .l-application {
    margin-top: 7.6875rem;
  }
}

.l-footer {
  margin-top: 3.75rem;
}

.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: 1050px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-product {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .l-product {
    margin-top: 6.875rem;
  }
}

.l-product+.l-product {
  margin-top: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .l-product+.l-product {
    margin-top: 2.5rem;
  }
}

.l-service {
  margin-top: 3.9375rem;
}

@media screen and (min-width: 768px) {
  .l-service {
    margin-top: 9.8125rem;
  }
}

.c-cta {
  width: 100%;
  background-color: #fc593d;
  color: white;
  border-radius: 3.125rem;
  padding: 0.375rem 0.9375rem;
  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.5625rem;
  font-size: 0.8125rem;
  font-weight: bold;
  min-width: 8.75rem;
}

@media screen and (min-width: 768px) {
  .c-cta {
    gap: 2rem;
    font-size: 1.125rem;
    padding: 1.125rem 0.9375rem;
    min-width: 17.5rem;
  }
}

.c-cta::before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon-mail.svg) no-repeat center/contain;
  width: 1.0625rem;
  height: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .c-cta::before {
    width: 2.0625rem;
    height: 1.625rem;
  }
}

.c-cta--block {
  font-size: 1.125rem;
  font-weight: bold;
  max-width: 17.4375rem;
  width: 100%;
  padding: 1.125rem;
  position: relative;
  padding-left: 1.875rem;
  margin: 0 auto;
}

.c-cta--block::before {
  position: absolute;
  top: 50%;
  left: 1.625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.0625rem;
  height: 1.625rem;
}

.c-linebtn {
  background-color: #05b702;
  color: #fff;
  font-size: 1.25rem;
  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;
  padding: 0.75rem;
  border-radius: 0.375rem;
  width: 19.3125rem;
  margin: 1.125rem auto 0;
}

.c-linebtn::before {
  content: "";
  background: url(../images/common/icon-line.svg) no-repeat center/contain;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}

.p-application__ttl {
  text-align: center;
  font-size: 1.5625rem;
  font-weight: bold;
}

.p-application__toptext {
  margin-top: 1.125rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-application__toptext {
    line-height: normal;
    line-height: initial;
    margin-top: 2.6875rem;
  }
}

.p-application__lists {
  background-color: #faf5d5;
  margin-top: 0.9375rem;
}

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

.p-application__list {
  padding: 0.9375rem 0.75rem 0.875rem 1.125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-application__list {
    padding: 0.9375rem 0.75rem 0.875rem 1.125rem;
  }
}

.p-application__list:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/common/dash-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  width: 100%;
  height: 1px;
}

.p-application__list span {
  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;
  width: 2.1875rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  font-size: 1.125rem;
  background-color: #ffd629;
  border-radius: 0.25rem;
  border: 1px solid #fff;
  margin-top: -0.3125rem;
  margin-right: 0.5625rem;
}

.p-application__note {
  margin-top: 0.375rem;
}

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

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

@media screen and (min-width: 768px) {
  .p-balloon {
    max-width: 47.25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-balloon__ttl {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: bold;
  background: url(../images/common/img-balloon.svg) no-repeat center/contain;
  padding: 0.9375rem 5.5rem 2.1875rem;
  position: relative;
  z-index: 1;
}

.p-balloon__inner {
  background-color: #fffbec;
  border: 0.4375rem solid #ffe421;
  border-radius: 1.25rem;
  margin-top: -3.4375rem;
  padding-top: 3.375rem;
  padding-bottom: 8.125rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-balloon__inner {
    padding-bottom: 1.25rem;
  }
}

.p-balloon__inner--present::before,
.p-balloon__inner--present::after {
  content: "";
  position: absolute;
  top: 63%;
}

@media screen and (min-width: 768px) {

  .p-balloon__inner--present::before,
  .p-balloon__inner--present::after {
    top: 35%;
  }
}

.p-balloon__inner--present::before {
  background: url(../images/common/img-present01.svg) no-repeat center/contain;
  width: 5.625rem;
  height: 6rem;
  left: 50%;
}

@media screen and (min-width: 768px) {
  .p-balloon__inner--present::before {
    width: 6.875rem;
    height: 7.5rem;
    top: 30%;
    left: 2%;
  }
}

.p-balloon__inner--present::after {
  background: url(../images/common/img-present02.svg) no-repeat center/contain;
  width: 5.5rem;
  height: 5.5rem;
  right: 52%;
}

@media screen and (min-width: 768px) {
  .p-balloon__inner--present::after {
    width: 6.5625rem;
    height: 6.5625rem;
    right: 2%;
  }
}

.p-balloon__inner--line {
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-balloon__inner--line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.125rem;
    padding: 4.25rem 4.8125rem 3.4375rem;
  }
}

.p-balloon__text {
  font-size: 2.1875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/common/text-ajinomotokk-sp.svg);
  background-repeat: no-repeat;
  background-size: 15.3125rem;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .p-balloon__text {
    background-image: url(../images/common/text-ajinomotokk.svg);
    display: block;
    background-size: 26.875rem;
  }
}

.p-balloon__subtext {
  font-size: 2.125rem;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/common/text-ajimonoto02.svg);
  background-repeat: no-repeat;
  background-size: 18.3125rem;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .p-balloon__subtext {
    font-size: 2.5rem;
    background-size: 21.25rem;
  }
}

.p-balloon__img img {
  margin: 0 auto;
  max-width: 10.8125rem;
  width: 100%;
  height: auto;
}

.p-balloon__account {
  font-size: 2.1875rem;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/common/text-ajinomoto_pro.svg);
  background-repeat: no-repeat;
  background-size: 17.625rem;
  background-position: center;
}

.p-content {
  border-radius: 1.25rem;
  background-color: #f7f7f7;
}

.p-content__ttl {
  font-size: 1.25rem;
  text-align: center;
  padding: 0.9375rem 0 0.8125rem;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-content__ttl {
    font-size: 1.5625rem;
    padding: 1.25rem 0 1.0625rem;
  }
}

.p-content--wa .p-content__ttl {
  background-color: #dce1fa;
}

.p-content--you .p-content__ttl {
  background-color: #d9f6c7;
}

.p-content--tyu .p-content__ttl {
  background-color: #fae4d5;
}

.p-content__items {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  row-gap: 0.8125rem;
  padding: 1rem 0 1.25rem;
}

.p-content__item {
  width: 44%;
}

@media screen and (min-width: 768px) {
  .p-content__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-content__img img {
  margin: 0 auto;
  max-width: 8.5rem;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-content__img img {
    max-width: 10.5625rem;
  }
}

.p-content__img figcaption {
  margin-top: 1.125rem;
  font-size: 0.8125rem;
}

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

.p-content--wa figcaption {
  color: #526fff;
}

.p-content--you figcaption {
  color: #4ab10a;
}

.p-content--tyu figcaption {
  color: #ff791e;
}

.p-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-contents__inner {
    margin-top: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.6875rem 1.875rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .p-contents__content {
    width: calc(50% - 0.9375rem);
  }
}

@media screen and (min-width: 768px) {
  .p-contents__content:last-child {
    width: 81.2%;
  }
}

footer {
  width: 100%;
  position: relative;
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  footer {
    margin-top: 10rem;
  }
}

footer .footer_box {
  background-color: #333;
  padding: 3.125rem 0;
}

@media screen and (min-width: 768px) {
  footer .footer_box {
    padding: 2.5rem 0;
  }
}

footer .inner {
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 0;
  width: 90%;
}

@media screen and (min-width: 768px) {
  footer .inner {
    width: 60rem;
  }
}

footer .flexbox {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  footer .flexbox {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .footer_profile {
    border-right: 0.0625rem solid #fff;
    width: 26.25rem;
    padding-right: 3.75rem;
  }
}

.footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.0625rem solid #f54337;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .footer_logo {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1.25rem;
  }
}

.footer_logo p {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .footer_logo p {
    font-size: 0.875rem;
  }
}

.footer_logo img {
  height: auto;
  width: 7.375rem;
}

@media screen and (min-width: 768px) {
  .footer_logo img {
    width: 6.75rem;
  }
}

.footer_address {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-size: 0.8125rem;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .footer_address {
    margin-bottom: 1.25rem;
  }
}

.footer_menu {
  width: 15.625rem;
}

.footer_menu {
  padding-left: 3.75rem;
}

.footer_menu li {
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  list-style-type: none;
}

.footer_menu li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -0.25rem;
  border-top: 0.25rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.3125rem solid #888;
}

.footer_menu li a {
  color: #fff;
}

.footer_menu li a:hover {
  text-decoration: underline;
}

.footer_sns {
  width: 18.125rem;
}

@media screen and (min-width: 768px) {
  .footer_sns {
    padding-left: 1.875rem;
  }
}

.footer_sns .sns_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .footer_sns .sns_li {
    display: block;
    margin-bottom: 1rem;
  }
}

.footer_sns span {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .footer_sns span {
    margin-right: 1.25rem;
  }
}

.footer_sns .ico_list {
  display: inline-block;
  vertical-align: sub;
}

.footer_sns .ico_list li {
  display: inline-block;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .footer_sns .ico_list li {
    margin-right: 0.625rem;
  }
}

.footer_sns .ico_list img {
  width: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .footer_sns .ico_list img {
    width: 1.875rem;
  }
}

.footer_copy {
  display: block;
  color: #595959 !important;
  font-size: 0.625rem;
}

.p-fv {
  background: url(../images/common/fv-bg-sp.webp) no-repeat center/cover;
  padding-top: 2.1875rem;
  padding-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
  .p-fv {
    background: url(../images/common/fv-bg.webp) no-repeat center/cover;
    padding-top: 5.9375rem;
    padding-bottom: 2.125rem;
  }
}

.p-fv__inner.l-inner {
  padding: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-fv__inner.l-inner {
    padding: 0 1.5625rem;
  }
}

.p-fv__ttl {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
}

.p-fv__t-first,
.p-fv__t-second {
  display: inline-block;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-fv__t-first {
  background-image: url(../images/common/fv-h1-text01-sp.webp);
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .p-fv__t-first {
    line-height: normal;
    line-height: initial;
    display: block;
    font-size: 1.8125rem;
    background-image: url(../images/common/fv-h1-text01.webp);
  }
}

.p-fv__t-second {
  background-image: url(../images/common/fv-h1-text02-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 3.0275rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .p-fv__t-second {
    line-height: normal;
    line-height: initial;
    display: block;
    font-size: 3.375rem;
    background-image: url(../images/common/fv-h1-text02.png);
  }
}

.p-fv__img img {
  max-width: 16.6875rem;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-fv__img img {
    max-width: 41.25rem;
    aspect-ratio: 660/117;
    margin-inline: auto;
    margin-top: 0.25rem;
  }
}

.p-fv__all-costmer {
  position: absolute;
  top: 10.25rem;
  left: -0.6875rem;
}

@media screen and (min-width: 768px) {
  .p-fv__all-costmer {
    top: -3.75rem;
    left: 0.1875rem;
  }
}

.p-fv__all-costmer img {
  max-width: 13.75rem;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-fv__all-costmer img {
    max-width: 10.6875rem;
    aspect-ratio: 172/166;
  }
}

.p-header {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-header {
    height: 5.5rem;
  }
}

.p-header__inner {
  width: 100%;
  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;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 4.1875rem;
    padding-right: 4.1875rem;
  }
}

.p-header__logo img {
  max-width: 5.125rem;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-header__logo img {
    max-width: 10.25rem;
  }
}

.p-present__inner {
  margin-top: 1.4375rem;
}

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

.p-present__texts {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
}

.p-present__texts--second {
  margin-top: 1.0625rem;
}

@media screen and (min-width: 768px) {
  .p-present__texts--second {
    margin-top: 2.25rem;
  }
}

.p-present__text span {
  color: #e41313;
}

.p-present__subtext {
  font-size: 1rem;
}

.p-present__balloon {
  margin-top: 1.25rem;
}

.p-product__wrap {
  background-color: #f7f7f7;
  border-radius: 1.25rem;
}

.p-product__ttl {
  padding: 0.9375rem 0;
  font-size: 1.1875rem;
  text-align: center;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-product__ttl {
    font-size: 1.5625rem;
  }
}

.p-product__inner--wa .p-product__ttl {
  background-color: #dce1fa;
}

.p-product__inner--tyu .p-product__ttl {
  background-color: #fae4d5;
}

.p-product__inner--you .p-product__ttl {
  background-color: #d9f6c7;
}

.p-product__medias {
  padding: 1.875rem 1.25rem 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-product__medias {
    padding: 3.125rem 3.125rem 4.375rem 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4.1875rem;
  }
}

.p-product__media+.p-product__media {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-product__media+.p-product__media {
    margin-top: 5rem;
  }
}

.p-product__img {
  width: auto;
}

@media screen and (min-width: 768px) {
  .p-product__img {
    width: 40.2222222222%;
  }
}

.p-product__img img {
  width: 90%;
  height: auto;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-product__img img {
    width: 100%;
  }
}

.p-product__body {
  width: auto;
  margin-top: 1.25rem;
}

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

.p-product__head {
  background-color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  border-radius: 1.875rem;
  padding: 0.375rem 1.0625rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .p-product__head {
    font-size: 1.25rem;
    padding: 0.4375rem 0.625rem 0.4375rem 1.375rem;
  }
}

.p-product__inner--wa .p-product__head {
  color: #526fff;
}

.p-product__inner--tyu .p-product__head {
  color: #ff791e;
}

.p-product__inner--you .p-product__head {
  color: #4ab10a;
}

.p-product__subhead {
  margin-top: 0.875rem;
  font-size: 0.9375rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-product__subhead {
    margin-top: 1.0625rem;
    font-size: 1.25rem;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
}

.p-product__subhead::before {
  content: "";
  width: 1rem;
  height: 1.0625rem;
  margin-top: 0.1875rem;
}

@media screen and (min-width: 768px) {
  .p-product__subhead::before {
    margin-top: 0.3125rem;
    width: 1.25rem;
    height: 1.375rem;
  }
}

.p-product__inner--wa .p-product__subhead::before {
  background: url(../images/common/iocn-arrow-wa.svg) no-repeat center/contain;
}

.p-product__inner--tyu .p-product__subhead::before {
  background: url(../images/common/iocn-arrow-tyu.svg) no-repeat center/contain;
}

.p-product__inner--you .p-product__subhead::before {
  background: url(../images/common/iocn-arrow-you.svg) no-repeat center/contain;
}

.p-product__text {
  margin-top: 0.875rem;
  background-color: #fff;
  padding: 0.75rem 1.0625rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .p-product__text {
    margin-top: 0.9375rem;
    min-height: 11.0625rem;
  }
}

.p-product__text span {
  color: #e41313;
}

.p-application__must {
  color: #e41313;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 2.5rem;
}

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

.p-application__balloon {
  margin-top: 3rem;
}

.p-service__ttl {
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
}

.p-service__list {
  margin-top: 2rem;
}

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

.p-service__head {
  background-color: #ffec2e;
  font-size: 1.125rem;
  font-weight: bold;
}

.p-service__head span {
  display: inline-block;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.75rem;
  margin-right: 1.1875rem;
  position: relative;
}

.p-service__head span::after {
  content: "";
  width: 1px;
  height: calc(100% - 0.5625rem);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

.p-service__detail {
  margin-top: 1.4375rem;
}

.p-service__head:not(:first-of-type) {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-service__head:not(:first-of-type) {
    margin-top: 2.4375rem;
  }
}

.p-service__contact {
  margin-top: 3.75rem;
}

.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 */