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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  background-color: white;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 1.5rem;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  font-weight: 500;
  color: #333333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
}

::selection {
  background: #48A14B;
  color: white;
}

::-moz-selection {
  background: #48A14B;
  color: white;
}

[data-template^=index] [data-template-target=top] span {
  color: #48A14B;
}

[data-template^=archive] [data-template-target=service] span {
  color: #48A14B;
}

[data-template^=page-contact] [data-template-target=contact] span {
  color: #48A14B;
}

/* TOP PAGE */
#top-bg {
  position: relative;
  min-height: 300vh;
  background-image: url("../img/top/bg_top.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 3.61rem;
}
@media screen and (min-width: 768px) {
  #top-bg {
    background-image: url("../img/top/bg_top_pc.svg");
    padding-top: 54.722vw;
  }
}
#top-bg::before {
  content: "";
  position: absolute;
  top: 4.36rem;
  left: 0;
  width: 100%;
  height: calc(100% - 4.36rem);
  background-image: url("../img/top/bg_top_pale.svg");
  background-size: 3.75rem 11.12rem;
  background-repeat: repeat-y;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  #top-bg::before {
    background-image: url("../img/top/bg_top_pale_pc.svg");
    top: 16.76rem;
    height: calc(100% - 16.76rem);
    background-size: 100vw 147.01vw;
  }
}

#top-fv {
  position: absolute;
  top: 1.14rem;
  left: 0.14rem;
  width: 3.55rem;
  height: 2.86rem;
}
@media screen and (min-width: 768px) {
  #top-fv {
    top: 17.708vw;
    left: calc(50% + 1.18vw);
    transform: translateX(-50%);
    width: 72.778vw;
    height: 35.14vw;
  }
}
#top-fv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#top-intro {
  padding-bottom: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-intro {
    padding-bottom: 1.92rem;
    gap: 0.45rem;
  }
}
#top-intro .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
  width: 2.89rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #top-intro .l-desc {
    font-size: 0.16rem;
    line-height: 0.33rem;
    width: 4.52rem;
  }
}

#top-vision {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #top-vision {
    padding-bottom: 1.5rem;
  }
}
#top-vision .c-heading {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-vision .c-heading {
    margin-bottom: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  #top-vision .p-2column {
    max-width: unset;
    width: 9.83rem;
    flex: none;
    gap: 0.8rem;
  }
}
#top-vision .p-2column__wrapper .p-2column__text--title {
  color: #EB5902;
}
#top-vision .p-2column__wrapper:nth-of-type(2n) .p-2column__text--title {
  color: #48A14B;
}
#top-vision .p-2column__image {
  width: 2.85rem;
  height: 2.73rem;
}
@media screen and (min-width: 768px) {
  #top-vision .p-2column__image {
    width: 3.84rem;
    height: 3.69rem;
  }
}
#top-vision .p-2column__image img {
  width: 100%;
  height: 100%;
  border-radius: 0.18rem;
  display: block;
}

#top-strengths {
  padding-bottom: 0.84rem;
}
@media screen and (min-width: 768px) {
  #top-strengths {
    padding-bottom: 1.45rem;
  }
}
#top-strengths .c-heading {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-strengths .c-heading {
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #top-strengths .p-2column {
    max-width: unset;
    width: 9.83rem;
    flex: none;
    gap: 0.3rem;
  }
}
#top-strengths .p-2column__wrapper .p-2column__text--title {
  color: #48A14B;
}
#top-strengths .p-2column__image {
  position: relative;
}
#top-strengths .p-2column__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  #top-strengths .p-2column__text {
    width: 4.06rem;
  }
}
#top-strengths .p-2column #strength1 {
  width: 100%;
  padding-right: 0.25rem;
  height: 2.19rem;
}
@media screen and (min-width: 768px) {
  #top-strengths .p-2column #strength1 {
    padding-right: unset;
    width: 5.2rem;
    height: 3.66rem;
    top: 0.42rem;
    right: 0.29rem;
  }
}
#top-strengths .p-2column #strength2 {
  width: 100%;
  padding-right: 0.25rem;
  height: 2.16rem;
}
@media screen and (min-width: 768px) {
  #top-strengths .p-2column #strength2 {
    padding-right: unset;
    width: 5.22rem;
    height: 3.66rem;
    top: 0.21rem;
    right: 0.32rem;
  }
}

#top-partners {
  padding-bottom: 0.77rem;
}
@media screen and (min-width: 768px) {
  #top-partners {
    padding-bottom: 1.39rem;
  }
}
#top-partners .c-heading {
  margin-bottom: 0.45rem;
}
@media screen and (min-width: 768px) {
  #top-partners .c-heading {
    margin-bottom: 0.55rem;
  }
}
#top-partners .l-container {
  display: flex;
  width: 2.7rem;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  gap: 0.31rem 0.1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #top-partners .l-container {
    justify-content: space-between;
    width: 100%;
  }
}
#top-partners .l-container .l-wrapper {
  display: block;
}
#top-partners .l-container .l-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#top-partners .l-container #partner-kansai-paint {
  width: 0.97rem;
  height: 0.29rem;
}
@media screen and (min-width: 768px) {
  #top-partners .l-container #partner-kansai-paint {
    width: 1.67rem;
    height: 0.51rem;
  }
}
#top-partners .l-container #partner-kikusui {
  width: 1.3rem;
  height: 0.38rem;
}
@media screen and (min-width: 768px) {
  #top-partners .l-container #partner-kikusui {
    width: 1.81rem;
    height: 0.6rem;
  }
}
#top-partners .l-container #partner-sk-kaken {
  width: 1.46rem;
  height: 0.22rem;
}
@media screen and (min-width: 768px) {
  #top-partners .l-container #partner-sk-kaken {
    width: 2.36rem;
    height: 0.35rem;
  }
}
#top-partners .l-container #partner-higashi-nippon-toryo {
  width: 1.01rem;
  height: 0.25rem;
}
@media screen and (min-width: 768px) {
  #top-partners .l-container #partner-higashi-nippon-toryo {
    width: 1.91rem;
    height: 0.47rem;
  }
}

#top-company {
  padding-bottom: 1.01rem;
}
@media screen and (min-width: 768px) {
  #top-company {
    padding-bottom: 1.69rem;
  }
}
#top-company .c-heading {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-company .c-heading {
    margin-bottom: 0.6rem;
  }
}
#top-company .l-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  #top-company .l-container {
    flex-direction: row;
    gap: 0.69rem;
    width: 9.78rem;
    max-width: unset;
  }
}
#top-company .l-container .l-map {
  width: 100%;
  height: 2.2rem;
}
@media screen and (min-width: 768px) {
  #top-company .l-container .l-map {
    width: auto;
    height: auto;
    flex-grow: 1;
    height: 3.55rem;
  }
}
#top-company .l-container .l-map iframe {
  width: 100%;
  height: 100%;
}
#top-company .l-container .l-info {
  display: flex;
  flex-direction: column;
  border-top: 0.015rem solid #48A14B;
  border-bottom: 0.015rem solid #48A14B;
}
@media screen and (min-width: 768px) {
  #top-company .l-container .l-info {
    width: 4.8rem;
    flex: none;
  }
}
#top-company .l-container .l-info dl {
  display: flex;
  align-items: center;
  padding-top: 0.23rem;
  padding-bottom: 0.21rem;
  gap: 0.38rem;
  border-bottom: 0.01rem solid #BEBEBE;
}
@media screen and (min-width: 768px) {
  #top-company .l-container .l-info dl {
    padding-top: 0.21rem;
    padding-bottom: 0.19rem;
    gap: 0.65rem;
  }
}
#top-company .l-container .l-info dl:nth-last-of-type(1) {
  border-bottom: unset;
}
#top-company .l-container .l-info dl dt {
  width: 0.84rem;
  color: #48A14B;
  flex: none;
  text-align: center;
  color: #48A14B;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-company .l-container .l-info dl dt {
    width: 1.31rem;
    text-align: right;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#top-company .l-container .l-info dl dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-company .l-container .l-info dl dd {
    font-size: 0.16rem;
    line-height: 0.33rem;
  }
}

/* SERVICE & WORKS */
#service {
  padding-bottom: 0.91rem;
}
@media screen and (min-width: 768px) {
  #service {
    padding-bottom: 1.44rem;
  }
}
#service .c-heading--green {
  margin-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #service .c-heading--green {
    margin-bottom: 0.56rem;
  }
}
#service .l-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.8rem;
  width: 2.89rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #service .l-container {
    width: 100%;
  }
}
#service .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.18rem;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-wrapper {
    flex-direction: row-reverse;
    gap: 0.69rem;
  }
}
#service .l-container .l-image {
  width: 100%;
  height: 1.77rem;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-image {
    width: 4.21rem;
    height: 2.59rem;
    flex: none;
  }
}
#service .l-container .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#service .l-container .l-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-text {
    position: relative;
    top: -0.08rem;
  }
}
#service .l-container .l-title {
  display: flex;
  gap: 0.13rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-title {
    gap: 0.55rem;
    justify-content: flex-start;
  }
}
#service .l-container .l-title span {
  display: block;
  width: 0.6rem;
  position: relative;
  color: white;
  font-family: "Geologica", sans-serif;
  font-size: 0.33rem;
  line-height: 0.45rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-title span {
    font-size: 0.57rem;
    line-height: 0.76rem;
    width: unset;
  }
}
#service .l-container .l-title span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/bg_number.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.6rem;
  height: 0.65rem;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-title span::before {
    width: 0.97rem;
    height: 1.05rem;
  }
}
#service .l-container .l-title strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-title strong {
    font-size: 0.33rem;
    line-height: 0.47rem;
    position: relative;
    top: -0.05rem;
  }
}
#service .l-container .l-desc {
  margin-top: 0.3rem;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  font-feature-settings: initial;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-desc {
    text-align: left;
    font-size: 0.16rem;
    line-height: 0.33rem;
    margin-top: 0.18rem;
  }
}

#works {
  padding-bottom: 0.33rem;
}
@media screen and (min-width: 768px) {
  #works {
    padding-bottom: 2.07rem;
  }
}
#works .c-heading--green {
  margin-bottom: 0.42rem;
}
@media screen and (min-width: 768px) {
  #works .c-heading--green {
    margin-bottom: 0.56rem;
  }
}
#works .p-works {
  width: 2.89rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #works .p-works {
    width: 100%;
  }
}

/* CONTACT PAGE */
#contact-intro {
  padding-bottom: 0.47rem;
}
@media screen and (min-width: 768px) {
  #contact-intro {
    padding-bottom: 1rem;
  }
}
#contact-intro .l-caution {
  padding-left: 0.23rem;
  padding-right: 0.23rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contact-intro .l-caution {
    padding-left: unset;
    padding-right: unset;
  }
}
#contact-intro .l-caution li {
  gap: 0.06rem;
  display: flex;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.3rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #contact-intro .l-caution li {
    gap: 0.04rem;
    font-size: 0.16rem;
    line-height: 0.33rem;
  }
}
#contact-intro .l-caution li::before {
  content: "※";
  flex: none;
}

#contact-form {
  padding-bottom: 0.56rem;
}
@media screen and (min-width: 768px) {
  #contact-form {
    padding-bottom: 1.64rem;
  }
}
#contact-form .p-form__main__container {
  padding-left: 0.23rem;
  padding-right: 0.23rem;
}
@media screen and (min-width: 768px) {
  #contact-form .p-form__main__container {
    width: 7.2rem;
    margin: auto;
    padding: unset;
  }
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 0.6rem;
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 0em;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 1.57rem;
  }
}
.p-header__logo {
  display: flex;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    align-items: flex-start;
    gap: 0.03rem;
  }
}
.p-header__logo h1 {
  display: block;
  width: fit-content;
  height: fit-content;
}
.p-header__logo h2 {
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.18rem;
}
.p-header__logo img {
  display: block;
  width: 1.24rem;
  height: 0.45rem;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    width: 2.65rem;
    height: 1rem;
  }
}
.p-header__container {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    display: flex;
    width: 9.64rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: unset;
    padding-right: unset;
    justify-content: space-between;
  }
}
.p-header__sns {
  width: 0.38rem;
  height: 0.38rem;
}
.p-header__sns img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-header__nav {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 100%;
  background-image: url("../img/common/bg_header.png");
  background-position: 100% -0.3rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-100%);
  transition: 0.3s;
  padding-top: 1.22rem;
  padding-bottom: 1rem;
  overflow: scroll;
  display: flex;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav--icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav--icon {
    position: fixed;
    z-index: 1001;
    display: block;
    left: calc(50% + 5.16rem);
    top: 0.64rem;
    width: 0.38rem;
    height: 0.38rem;
  }
}
.p-header__nav--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav--pc {
    position: relative;
    display: flex;
    gap: 0.23rem;
    align-items: center;
  }
  .p-header__nav--pc ul {
    display: flex;
    float: left;
    text-align: center;
    gap: 0.8rem;
    height: fit-content;
    padding-right: 0.21rem;
  }
  .p-header__nav--pc ul li {
    position: relative;
    width: fit-content;
    text-align: center;
    transition: 0.3s;
  }
  .p-header__nav--pc ul li:hover a {
    opacity: 1;
  }
  .p-header__nav--pc ul li:hover span {
    color: black;
  }
  .p-header__nav--pc ul li:hover::before {
    opacity: 1;
  }
  .p-header__nav--pc ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 1.32rem;
    height: 0.92rem;
    background-image: url("../img/common/bg_header_nav.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s;
  }
  .p-header__nav--pc ul li a {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.04rem;
    justify-content: center;
    align-items: center;
  }
  .p-header__nav--pc ul li strong {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.17rem;
    line-height: 0.2rem;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
  .p-header__nav--pc ul li span {
    font-family: "Geologica", sans-serif;
    font-size: 0.12rem;
    line-height: 0.16rem;
    letter-spacing: 0;
    font-weight: 500;
  }
}
.p-header__nav__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: auto;
  max-height: unset;
}
.p-header__nav ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  float: left;
  gap: 0.31rem;
}
.p-header__nav ul li {
  position: relative;
  width: 100%;
  height: 0.92rem;
  padding-top: 0.25rem;
  padding-bottom: 0.28rem;
  text-align: center;
  color: white;
  transition: 0.3s;
}
.p-header__nav ul li:hover {
  color: black;
}
.p-header__nav ul li:hover a {
  opacity: 1;
}
.p-header__nav ul li:hover::before {
  opacity: 1;
}
.p-header__nav ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.32rem;
  height: 0.92rem;
  background-image: url("../img/common/bg_header_nav.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.p-header__nav ul li a, .p-header__nav ul li div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-header__nav ul li strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.2rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.p-header__nav ul li span {
  font-family: "Geologica", sans-serif;
  font-size: 0.12rem;
  line-height: 0.16rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-header__nav--box {
  position: absolute;
  z-index: 99;
  top: 0.24rem;
  right: 0.2rem;
  width: 0.26rem;
  height: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    display: none;
  }
}
.p-header__nav--box--check {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
  opacity: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check {
    display: none;
  }
}
.p-header__nav--box--check:checked ~ .p-header__nav {
  transform: translateY(0);
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
  transform: translateX(0%) rotate(30deg);
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
  transform: translateX(0%) rotate(-30deg);
}
.p-header__nav--box--line {
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: 0.3s;
  width: 100%;
  height: 0.01rem;
  border-radius: 0.1rem;
  background-color: white;
}
.p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(calc(-0.08rem - 50%));
}
.p-header__nav--box--line:nth-of-type(2) {
  transform: translateY(-50%);
}
.p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(calc(0.08rem - 50%));
}

.p-footer {
  padding-top: 0.46rem;
  padding-bottom: 0.2rem;
  background-color: #48A14B;
  width: 100%;
  color: white;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 0.42rem;
    padding-bottom: 0.25rem;
  }
}
.p-footer__page-top {
  width: 0.42rem;
  height: 0.42rem;
  background-image: url("../img/common/page_top.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.21rem;
  right: 0.44rem;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__page-top {
    right: unset;
    left: calc(50% + 4.33rem);
    width: 0.6rem;
    height: 0.6rem;
    top: -0.23rem;
    padding-bottom: 0.34rem;
  }
}
.p-footer__container {
  display: flex;
  justify-content: center;
  padding-bottom: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    width: 9.64rem;
    justify-content: space-between;
    margin: auto;
    padding-bottom: 0.34rem;
  }
}
.p-footer__copyright {
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 0.09rem;
  line-height: 0.13rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 0.12rem;
    line-height: 0.17rem;
  }
}
.p-footer__right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__right {
    align-items: flex-start;
    padding-top: 0.23rem;
    padding-right: 0.63rem;
  }
}
.p-footer__logo {
  display: block;
  width: 0.93rem;
  height: 1.16rem;
  margin-top: 0.23rem;
  margin-bottom: 0.23rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 1.82rem;
    height: 2.28rem;
    margin-top: unset;
    margin-bottom: unset;
  }
}
.p-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-bottom: 0.5rem;
  }
}
.p-footer__nav ul {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav ul {
    gap: 0.8rem;
  }
}
.p-footer__nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-footer__nav ul li a strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-footer__nav ul li a strong {
    font-size: 0.17rem;
    line-height: 0.25rem;
  }
}
.p-footer__nav ul li a span {
  font-family: "Geologica", sans-serif;
  font-size: 0.09rem;
  line-height: 0.12rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__nav ul li a span {
    font-size: 0.12rem;
    line-height: 0.16rem;
  }
}
.p-footer__address {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-style: normal;
  gap: 0.01rem 0.075rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    flex-direction: column;
    font-size: 0.16rem;
    line-height: 0.26rem;
    gap: 0.1rem;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__address span:nth-of-type(1) {
    order: 1;
    font-size: 0.18rem;
  }
  .p-footer__address span:nth-of-type(2) {
    order: 3;
  }
  .p-footer__address span:nth-of-type(3) {
    order: 2;
  }
}

.p-form {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.36rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.p-form__main__container {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-form__main__container {
    gap: 0.5rem;
  }
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    flex-direction: row;
    gap: 0.6rem;
  }
}
.p-form__item dt {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item dt {
    width: 1.51rem;
    font-size: 0.15rem;
    line-height: 0.21rem;
    letter-spacing: 0.1em;
    text-align: right;
    flex-wrap: 1;
  }
}
.p-form__item dd {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item dd {
    width: 5rem;
    flex: none;
  }
}
.p-form__item dd small {
  display: block;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item dd small {
    font-size: 0.15rem;
    line-height: 0.21rem;
    margin-top: 0.16rem;
  }
}
.p-form__item--required dt {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-form__item--required dt {
    display: inline;
  }
}
.p-form__item--required dt::after {
  content: "";
  display: inline;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.16rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  height: 0.2rem;
  color: #48A14B;
}
.p-form__policy {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-top: 0.51rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__policy {
    margin-top: 1rem;
  }
}
.p-form__policy--title {
  padding-left: 0.13rem;
  margin-bottom: 0.1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__policy--title {
    font-size: 0.18rem;
    line-height: 0.26rem;
    padding-left: unset;
    margin-bottom: 0.1rem;
  }
}
.p-form__policy--container {
  width: 100%;
  height: 2.89rem;
  overflow: hidden;
  border: 0.01rem solid #3E5389;
  border-radius: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form__policy--container {
    height: 2.9rem;
    font-size: 0.14rem;
    line-height: 0.28rem;
  }
}
.p-form__policy--wrapper {
  overflow-y: scroll;
  height: fit-content;
  max-height: unset;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.25rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__policy--wrapper {
    font-size: 0.14rem;
    line-height: 0.28rem;
  }
}
.p-form__policy--wrapper::-webkit-scrollbar {
  background: #F4F0F0;
  width: 0.21rem;
  border: 0.08rem solid white;
}
.p-form__policy--wrapper::-webkit-scrollbar-thumb {
  background-color: #D5CFCF;
  border-radius: 0.1rem;
  border: 0.08rem solid transparent;
  background-clip: content-box;
}
.p-form__policy--wrapper p {
  padding-top: 0.17rem;
  padding-left: 0.36rem;
  padding-right: 0.14rem;
}
@media screen and (min-width: 768px) {
  .p-form__policy--wrapper p {
    padding-top: 0.27rem;
    padding-left: 0.36rem;
    padding-right: 0.31rem;
    padding-bottom: 0.27rem;
  }
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form select {
  width: 100%;
  height: 0.48rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  border-radius: 0.05rem;
  outline: unset;
  border: 0.01rem solid rgba(190, 201, 222, 0.5);
  background-color: #ECFDE5;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form select::placeholder {
  color: #E5E3E1;
  font-weight: 400;
}
.p-form input[type=text]:focus,
.p-form input[type=email]:focus,
.p-form input[type=tel]:focus,
.p-form select:focus {
  border-color: #48A14B;
  border-width: 0.015rem;
}
.p-form input[type=radio] {
  width: 0.17rem;
  height: 0.17rem;
  margin-right: 0.1rem;
  margin-left: unset;
  filter: hue-rotate(-97deg) brightness(1);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-form input[type=radio] {
    width: 0.18rem;
    height: 0.18rem;
  }
}
.p-form input[type=submit] {
  display: none;
}
.p-form textarea {
  width: 100%;
  min-height: 2.34rem;
  border-radius: 0.05rem;
  border: 0.01rem solid rgba(190, 201, 222, 0.5);
  background-color: #ECFDE5;
  font-size: 0.14rem;
  line-height: 0.2rem;
  outline: unset;
  padding: 0.1rem 0.19rem;
  transition: 0.3s;
}
.p-form textarea:focus {
  border-color: #48A14B;
  border-width: 0.015rem;
}
.p-form a {
  color: #48A14B;
  position: relative;
}
.p-form a span {
  text-decoration: underline;
}
.p-form a::before {
  content: "*";
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-form-control-wrap {
    justify-content: flex-start;
    align-items: unset;
    flex-direction: column;
  }
}
.p-form .wpcf7-list-item {
  margin: 0;
  margin-right: 0.5em;
}
.p-form .wpcf7-list-item input {
  margin: 0;
}
.p-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.29rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  align-items: flex-start;
  margin-top: 0.12rem;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-radio {
    font-size: 0.15rem;
    line-height: 0.21rem;
    gap: 0.3rem;
    margin-top: unset;
  }
}
.p-form .wpcf7-not-valid-tip {
  margin-left: auto;
  font-size: 0.12rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    right: 0.1rem;
  }
}

.p-2column {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
}
.p-2column__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-2column__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-2column__wrapper:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.p-2column__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-2column__text {
    align-items: flex-start;
    text-align: left;
    gap: 0.4rem;
  }
}
.p-2column__text--title {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.3rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-2column__text--title {
    font-size: 0.33rem;
    line-height: 0.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-2column__text--title span {
    position: relative;
    left: -0.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-2column__text--title i {
    padding-left: 1em;
  }
}
.p-2column__text--content {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-2column__text--content {
    font-size: 0.16rem;
    line-height: 0.33rem;
  }
}
.p-2column__image {
  flex: none;
}

.p-works {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-works {
    gap: 1.11rem;
  }
}
.p-works__title {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  padding-bottom: 0.12rem;
  margin-bottom: 0.11rem;
  border-bottom: 0.01rem solid #48A14B;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-works__title {
    font-size: 0.2rem;
    line-height: 0.29rem;
    padding-bottom: 0.12rem;
    margin-bottom: 0.26rem;
  }
}
.p-works__image {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-works__image {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.p-works__image figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-works__image figure {
    flex-direction: row;
    align-items: center;
    gap: 0.39rem;
    position: relative;
  }
}
.p-works__image figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-works__image figure img {
    width: 4.21rem;
    flex: none;
  }
}
.p-works__image figure figcaption {
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-works__image figure figcaption {
    font-size: 0.2rem;
    line-height: 0.27rem;
    position: absolute;
    bottom: -0.13rem;
    left: 2.105rem;
    transform: translate(-50%, 100%);
  }
}
.p-works__image--before {
  position: relative;
}
.p-works__image--before figcaption {
  color: #EB5902;
}
.p-works__image--before::after {
  content: "";
  width: 0.49rem;
  height: 0.48rem;
  background-image: url("../img/common/arrow_right_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.1rem;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-works__image--before::after {
    width: 0.61rem;
    height: 0.61rem;
    transform: unset;
  }
}
.p-works__image--after figcaption {
  color: #48A14B;
}

.c-bg {
  position: relative;
  background-image: url("../img/common/bg.svg");
  background-size: 100% 3.03rem;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .c-bg {
    background-size: 100vw 50.903vw;
    background-image: url("../img/common/bg_pc.svg");
  }
}

.c-heading, .c-heading--green, .c-heading--page {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.04rem;
}
@media screen and (min-width: 768px) {
  .c-heading, .c-heading--green, .c-heading--page {
    gap: 0.05rem;
  }
}
.c-heading strong, .c-heading--green strong, .c-heading--page strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-heading strong, .c-heading--green strong, .c-heading--page strong {
    font-size: 0.33rem;
    line-height: 0.47rem;
  }
}
.c-heading span, .c-heading--green span, .c-heading--page span {
  font-family: "Geologica", sans-serif;
  font-size: 0.1rem;
  line-height: 0.14rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #EB5902;
}
@media screen and (min-width: 768px) {
  .c-heading span, .c-heading--green span, .c-heading--page span {
    font-size: 0.14rem;
    line-height: 0.19rem;
  }
}
.c-heading--page {
  gap: 0.07rem;
  padding-top: 1.35rem;
  padding-bottom: 0.91rem;
}
@media screen and (min-width: 768px) {
  .c-heading--page {
    padding-top: 2.93rem;
    padding-bottom: 1.84rem;
    gap: 0.1rem;
  }
}
.c-heading--page strong {
  font-size: 0.26rem;
  line-height: 0.37rem;
}
@media screen and (min-width: 768px) {
  .c-heading--page strong {
    font-size: 0.47rem;
    line-height: 0.69rem;
  }
}
.c-heading--page span {
  color: #48A14B;
  font-size: 0.11rem;
  line-height: 0.15rem;
}
@media screen and (min-width: 768px) {
  .c-heading--page span {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
}
.c-heading--green span {
  color: #48A14B;
}

.c-btn, .c-btn--submit, .c-btn--more {
  position: relative;
  display: flex;
  align-items: center;
}
.c-btn--more {
  width: 0.98rem;
  height: 0.31rem;
  background-image: url("../img/common/bg_button.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  justify-content: center;
  gap: 0.02rem;
  font-family: "Geologica", sans-serif;
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-btn--more {
    width: 1.63rem;
    height: 0.49rem;
    gap: 0.39rem;
    font-size: 0.16rem;
    line-height: 0.19rem;
  }
}
.c-btn--more::after {
  content: "";
  width: 0.07rem;
  height: 0.11rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--submit {
  justify-content: center;
  flex-direction: column;
  width: 3.72rem;
  height: 0.7rem;
  text-align: center;
  color: white;
  background-color: black;
  border-radius: 0.1rem;
  margin: auto;
  cursor: pointer;
}
.c-btn--submit span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.c-btn--submit strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.u-width, .u-width--335-983, .u-width--335-964 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--335-983, .u-width--335-964 {
    padding: 0;
    width: 9.64rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .u-width--335-983 {
    width: 9.83rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

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