@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

/* 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;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
:root {
  --zIndex: 100;
  --zIndex-main: calc(var(--zIndex) * 1);
  --zIndex-headerCta: calc(var(--zIndex) * 2);
  --zIndex-header: calc(var(--zIndex) * 3);
  --zIndex-menu: calc(var(--zIndex) * 4);
  --zIndex-menuBtn: calc(var(--zIndex) * 5);
  --zIndex-fixedBtn: calc(var(--zIndex) * 6);
  --zIndex-headerLogo: calc(var(--zIndex) * 7);
  --zIndex-overlay: calc(var(--zIndex) * 8);
  --zIndex-background: calc(var(--zIndex) - 101);
  --color-main: #000000;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-base: #000000;
  --background-black: #000000;
  --background-main: #FFFFFF;
  --background-white: #FFFFFF;
  --background-yellow: #FFEC7B;
  --background-yellow-rgb: 255,236,123;
  --fontFamily-base: "Zen Maru Gothic", sans-serif;
  --lineHeight-base: calc(30 / 24);
  --fontWeight-base: 400;
  --fontWeight-bold: 700;
  --fontWeight-semibold: 500;
  --fontSize-xs: 1.8rem;
  --fontSize-sm: 2.0rem;
  --fontSize-base: 2.2rem;
  --fontSize-lm: 2.4rem;
  --fontSize-lg: 2.6rem;
  --fontSize-x1: 2.8rem;
  --fontSize-x2: 3.0rem;
  --fontSize-x3: 4.0rem;
  --fontSize-x4: 5.0rem;
}

/* base */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
.imgcenter{
margin-left:auto;
margin-right:auto;
}
p.about_border {
    border: 1px solid #000;
    text-align: center;
    padding: 5px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.3255813953vw;
  }
}

body {
  font-family: var(--fontFamily-base);
  font-size: var(--fontSize-base);
  font-weight: var(--fontWeight-base);
  line-height: var(--lineHeight-base);
  color: var(--fontColor-base);
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* l-header */
.l-header {
  position: fixed;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  z-index: var(--zIndex-header);
  background: rgba(var(--background-yellow-rgb), 1);
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 23.2558139535vw;
  }
}
.l-header__inner {
  position: relative;
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 23.2558139535vw;
  }
}
.l-header__inner .logoArea {
  position: absolute;
  width: 450px;
  height: 95px;
  top: 0;
  bottom: 0;
  left: 80px;
  margin: auto;
}
@media screen and (max-width: 1920px) {
  .l-header__inner .logoArea {
    width: 23.4375vw;
    height: 4.9479166667vw;
    left: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner .logoArea {
    width: 69.7674418605vw;
    height: 14.6511627907vw;
    left: 5.1162790698vw;
  }
}
.l-header__inner .navArea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 560px;
  margin: auto;
  width: 100%;
  height: 1em;
  display: flex;
}
@media screen and (max-width: 1920px) {
  .l-header__inner .navArea {
    left: 26.0416666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__inner .navArea {
    left: 1.0416666667vw;
    top: 8.8541666667vw;
    bottom: initial;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner .navArea {
    position: initial;
    flex-direction: column;
    padding-top: 11.6279069767vw;
  }
}
.l-header__inner .navArea-item {
  margin-right: 28px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1920px) {
  .l-header__inner .navArea-item {
    margin-right: 1.4583333333vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__inner .navArea-item {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner .navArea-item {
    text-align: center;
    font-size: 5.3488372093vw;
    padding: 5.8139534884vw 0;
    color: var(--background-black);
    border-bottom: 1px solid var(--background-yellow);
  }
}
.l-header__inner .navArea-item:last-child {
  margin-right: 0;
}
.l-header__inner .navArea-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__inner .navArea-btn {
    display: block;
    width: 51.1627906977vw;
    height: 20.2325581395vw;
    margin: 6.976744186vw auto;
    padding-bottom: 11.6279069767vw;
  }
  .l-header__inner .navArea-btn .btn {
    display: block;
    background: #FFFFFF url(../images/common/btn_contact_bg_sp.png) no-repeat;
    background-size: contain;
    width: 100%;
    line-height: 20.2325581395vw;
    font-size: 5.3488372093vw;
    text-align: center;
    transition: 0.4s;
  }
}
.l-header__inner .btnArea {
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 165px;
  height: 65px;
}
@media screen and (max-width: 1920px) {
  .l-header__inner .btnArea {
    right: 1.0416666667vw;
    width: 8.59375vw;
    height: 3.3854166667vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__inner .btnArea {
    width: 10.4166666667vw;
    height: 4.1145833333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner .btnArea {
    display: none;
  }
}
.l-header__inner .btnArea .btn {
  display: block;
  background: #FFFFFF url(../images/common/btn_contact_bg_pc.png) no-repeat;
  background-size: contain;
  width: 100%;
  line-height: 65px;
  text-align: center;
  font-size: 1.8rem;
  transition: 0.4s;
}
@media screen and (max-width: 1920px) {
  .l-header__inner .btnArea .btn {
    line-height: 3.3854166667vw;
    font-size: 0.9895833333vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__inner .btnArea .btn {
    line-height: 4.1145833333vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner .btnArea .btn {
    background: #FFFFFF url(../images/common/btn_contact_bg_sp.png) no-repeat;
    background-size: contain;
    line-height: 20.2325581395vw;
    font-size: 5.3488372093vw;
  }
}
.l-header__inner .btnArea .btn:hover {
  background: var(--background-black);
  color: var(--color-white);
}

@media screen and (max-width: 768px) {
  #g_nav.panelactive {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100vh;
    display: block;
  }
  .circle_bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--background-white);
    transform: scale(0);
    right: -50px;
    top: -50px;
    transition: all 0.4s;
  }
  .circle_bg.circleactive {
    transform: scale(50);
  }
  .nav__wrap {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g_nav.panelactive .nav__wrap {
    display: block;
  }
  #g_nav .navArea {
    width: 85%;
    margin: 0 auto;
  }
  #g_nav.panelactive .navArea {
    opacity: 1;
  }
  #g_nav.panelactive .navArea li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .openbtn1 {
    position: fixed;
    top: 7.6744186047vw;
    right: 3.488372093vw;
    z-index: 9999;
    cursor: pointer;
    width: 11.6279069767vw;
    height: 7.2093023256vw;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 1.1627906977vw;
    background-color: var(--background-black);
    width: 11.6279069767vw;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 0vw;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 2.5581395349vw;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 4.8837209302vw;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 2.3255813953vw;
    right: 4.6511627907vw;
    transform: translateY(6px) rotate(-45deg);
    width: 11.6279069767vw;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 3.488372093vw;
    right: 4.6511627907vw;
    transform: translateY(0) rotate(45deg);
    width: 11.6279069767vw;
  }
}
/* l-section */
.l-section {
  max-width: 1500px;
  width: 78.125vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-section {
    width: 90.6976744186vw;
  }
}

/* l-main */
.l-main {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 23.2558139535vw;
  }
}

/* l-footer */
.l-footer {
  background: rgba(var(--background-yellow-rgb), 1);
  padding: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 11.6279069767vw 0 0 0;
  }
}
.l-footer__inner {
  max-width: 1500px;
  width: 85%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 81.3953488372vw;
    flex-direction: column;
    text-align: center;
    padding-bottom: 18.6046511628vw;
  }
}
.l-footer__txtArea {
  margin-left: 80px;
}
@media screen and (max-width: 1300px) {
  .l-footer__txtArea {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__txtArea {
    margin-bottom: 11.6279069767vw;
  }
}
.l-footer__logoArea {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__logoArea {
    text-align: center;
    margin-bottom: 6.976744186vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__logo {
    width: 23.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 69.7674418605vw;
    margin: 0 auto;
  }
}
.l-footer__accessArea__txt {
  font-size: 2.6rem;
  line-height: 1.8333333333;
}
@media screen and (max-width: 1024px) {
  .l-footer__accessArea__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__accessArea__txt {
    font-size: 5.5813953488vw;
  }
}
.l-footer__bnrArea {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .l-footer__bnrArea {
    width: 26.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__bnrArea {
    width: 69.7674418605vw;
    margin: 0 auto;
  }
}

/* c-btn */
.c-btn {
  width: 100%;
  line-height: 90px;
  background: var(--background-white);
  border: 1px solid #707070;
  text-align: center;
  display: block;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn {
    line-height: 13.9534883721vw;
    font-size: 3.488372093vw;
  }
}
.c-btn::after {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
  width: 64px;
  height: 64px;
  background: url(../images/common/i-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  transition: 0.4s;
}
@media screen and (max-width: 1300px) {
  .c-btn::after {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn::after {
    display: block;
    width: 9.7674418605vw;
    height: 9.7674418605vw;
    right: 3.9534883721vw;
  }
}
.c-btn:hover::after {
  right: -15px;
}

/* c-cardNews */
.c-cardNews__body {
  display: flex;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-cardNews__body {
    font-size: 4.1860465116vw;
  }
}
.c-cardNews__dataArea {
  width: 24%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .c-cardNews__dataArea {
    flex-direction: column;
    align-items: flex-start;
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .c-cardNews__dataArea {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .c-cardNews__dataArea {
    width: 34%;
  }
}
.c-cardNews__tag {
  background: rgba(var(--background-yellow-rgb), 1);
  padding: 0 1em;
  line-height: 30px;
  margin-left: 1em;
}
@media screen and (max-width: 1300px) {
  .c-cardNews__tag {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-cardNews__tag {
    line-height: 6.976744186vw;
    margin-left: 0;
    margin-top: 1em;
  }
}
.c-cardNews__tit {
  line-height: 1.7222222222;
  width: 76%;
  padding-right: 100px;
}
@media screen and (max-width: 1024px) {
  .c-cardNews__tit {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .c-cardNews__tit {
    padding-right: 0;
    width: 62%;
  }
}

.p-newsArchive__list-item .c-cardNews__body {
  flex-direction: column;
}
.p-newsArchive__list-item .c-cardNews__dataArea {
  margin-bottom: 20px;
}
.p-newsArchive__list-item .c-cardNews__tit {
  line-height: 1.7222222222;
  width: 100%;
  padding-right: 0;
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__list-item .c-cardNews__tit {
    width: 100%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsArchive__list-item .c-cardNews__tit {
    width: 100%;
    font-size: 4.1860465116vw;
  }
}

/* c-cardToics */
.c-cardTopics__txtArea {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-cardTopics__txtArea {
    padding-top: 6.976744186vw;
    width: 89.5348837209vw;
  }
}
.c-cardTopics__imgArea {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-cardTopics__imgArea {
    margin-bottom: 0;
  }
}
.c-cardTopics__imgArea img {
  height: auto;
  transition: transform 0.6s ease;
}
.c-cardTopics__tit {
  position: relative;
  font-size: 2.3rem;
  font-weight: var(--fontWeight-base);
}
@media screen and (max-width: 1300px) {
  .c-cardTopics__tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-cardTopics__tit {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cardTopics__tit {
    font-size: 5.8139534884vw;
  }
}
.c-cardTopics__tit::after {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 64px;
  height: 64px;
  background: url(../images/i-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  transition: 0.4s;
}
@media screen and (max-width: 1300px) {
  .c-cardTopics__tit::after {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .c-cardTopics__tit::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-cardTopics__tit::after {
    display: block;
    width: 12.7906976744vw;
    height: 12.7906976744vw;
  }
}
.c-cardTopics__txt {
  font-size: 1.6rem;
  padding-top: 20px;
  line-height: 1.7222222222;
}
@media screen and (max-width: 1024px) {
  .c-cardTopics__txt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cardTopics__txt {
    padding-top: 4.1860465116vw;
    font-size: 4.1860465116vw;
  }
}
.c-cardTopics:hover .c-cardTopics__tit::after {
  right: -15px;
}
.c-cardTopics:hover .c-cardTopics__imgArea img {
  transform: scale(1.1);
}

/* c-cartWorks*/
.c-cardWorks__txt {
  font-size: 1.8rem;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .c-cardWorks__txt {
    font-size: 3.7209302326vw;
  }
}
.c-cardWorks__txtArea {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-cardWorks__txtArea {
    padding-top: 2.7906976744vw;
  }
}

/* c-cardConsultation*/
.c-cardConsultation__body {
  width: 100%;
  background: var(--background-white);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 35px;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .c-cardConsultation__body {
    grid-template-columns: 15.625vw 1fr;
    gap: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cardConsultation__body {
    grid-template-columns: 38.8372093023vw 1fr;
    gap: 4.1860465116vw;
  }
}
.c-cardConsultation__imgArea {
  border-radius: 20px;
  overflow: hidden;
}
.c-cardConsultation__imgArea img {
  transition: transform 0.6s ease;
}
.c-cardConsultation__tit {
  font-size: 3rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .c-cardConsultation__tit {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cardConsultation__tit {
    font-size: 4.6511627907vw;
  }
}
.c-cardConsultation__txt {
  font-size: 1.6rem;
  line-height: 1.7222222222;
  width: 80%;
}
@media screen and (max-width: 1300px) {
  .c-cardConsultation__txt {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cardConsultation__txt {
    font-size: 2.3255813953vw;
  }
}
.c-cardConsultation:hover .c-cardConsultation__imgArea {
  overflow: hidden;
}
.c-cardConsultation:hover .c-cardConsultation__imgArea img {
  transform: scale(1.1);
}

/* c-cardFaq */
.c-cardFaq {
  background: rgba(var(--background-yellow-rgb), 0.23);
}
.c-cardFaq:nth-child(even) {
  background: #EFEDDF;
}
.c-cardFaq__tit {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1em 3em 1em 2em;
  font-size: 2rem;
  align-items: flex-start;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-cardFaq__tit {
    font-size: 3.7209302326vw;
  }
}
.c-cardFaq__tit::-webkit-details-marker {
  display: none;
}
.c-cardFaq__tit::before {
  content: "Q　";
}
.c-cardFaq__tit span {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-cardFaq__tit span {
    width: 6.0465116279vw;
    height: 6.0465116279vw;
    right: 3.2558139535vw;
  }
}
.c-cardFaq__tit span::before {
  width: 3px;
  height: 0.9em;
  background-color: #000000;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  rotate: 90deg;
}
@media screen and (max-width: 768px) {
  .c-cardFaq__tit span::before {
    width: 2px;
  }
}
.c-cardFaq__tit span::after {
  width: 3px;
  height: 0.9em;
  background-color: #000000;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: rotate 0.3s;
}
@media screen and (max-width: 768px) {
  .c-cardFaq__tit span::after {
    width: 2px;
  }
}
.c-cardFaq__txtArea {
  background: var(--background-white);
  padding: 28px 4rem 70px 4rem;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .c-cardFaq__txtArea {
    padding: 4.6511627907vw 6rem 11.6279069767vw 4rem;
  }
}
.c-cardFaq__txt {
  font-size: 2rem;
  line-height: 1.6666666667;
}
.c-cardFaq__txt::before {
  content: "A　";
  display: block;
}
@media screen and (max-width: 768px) {
  .c-cardFaq__txt {
    font-size: 3.7209302326vw;
  }
}
.c-cardFaq[open] .c-cardFaq__txtArea {
  transform: none;
  opacity: 1;
}
.c-cardFaq[open] .c-cardFaq__tit span::after {
  rotate: 90deg;
}

/* c-tit*/
.page__tit {
  background: url(../images/common/bg_header_pc.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page__tit {
    background: url(../images/common/bg_header_pc.jpg) no-repeat;
    background-size: cover;
    height: 23.2558139535vw;
    margin-bottom: 9.3023255814vw;
  }
}
.page__tit .heading {
  z-index: 1;
  font-size: 6rem;
  font-weight: var(--fontWeight-semibold);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .page__tit .heading {
    font-size: 7.4418604651vw;
  }
}

.c-tit {
  font-size: 3.6rem;
  text-align: center;
  font-weight: var(--fontWeight-base);
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-tit {
    font-size: 6.511627907vw;
    padding-bottom: 6.976744186vw;
  }
}
.c-tit .en {
  font-size: 2.2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-tit .en {
    font-size: 4.1860465116vw;
  }
}

/* c-cardAgency */
.c-cardAgency {
  background: rgba(var(--background-yellow-rgb), 0.23);
  padding: 50px;
  margin: 50px 0;
}
@media screen and (max-width: 1920px) {
  .c-cardAgency {
    padding: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cardAgency {
    padding: 9.3023255814vw 4.6511627907vw;
  }
}
.c-cardAgency__body {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 15px 50px;
}
@media screen and (max-width: 1920px) {
  .c-cardAgency__body {
    grid-template-columns: 20.8333333333vw 1fr;
    gap: 1.5625vw 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cardAgency__body {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 6.976744186vw 0;
  }
}
.c-cardAgency__tit {
  font-size: 2rem;
  font-weight: var(--fontWeight-base);
}
@media screen and (max-width: 768px) {
  .c-cardAgency__tit {
    font-size: 6.511627907vw;
    line-height: 1.7;
    text-align: center;
  }
}
.c-cardAgency__def {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 15px 20px;
  align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-cardAgency__def {
    margin-top: 9.3023255814vw;
    grid-template-columns: 23.2558139535vw 1fr;
    gap: 0 4.6511627907vw;
    font-size: 4.1860465116vw;
  }
}
.c-cardAgency__def-tit {
  border: 1px solid #707070;
  background: var(--background-white);
  line-height: 40px;
  width: 100px;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .c-cardAgency__def-tit {
    width: 23.2558139535vw;
    line-height: 11.6279069767vw;
    font-size: 4.1860465116vw;
  }
}
.c-cardAgency__def-data {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-cardAgency__def-data {
    font-size: 4.1860465116vw;
  }
}

/* c-cardReform */
.c-cardReform {
  background-color: var(--background-white);
  border: 1px solid #707070;
  position: relative;
  min-height: 210px;
}
@media screen and (max-width: 1300px) {
  .c-cardReform {
    min-height: 10.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-cardReform {
    min-height: initial;
    position: initial;
    margin-bottom: 4.6511627907vw;
  }
}
.c-cardReform__body {
  display: grid;
  width: 90%;
  margin: 0 auto;
  grid-template-columns: 410px 1fr;
  grid-template-rows: 1fr;
  gap: 0 20px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-cardReform__body {
    font-size: 4.1860465116vw;
    padding: 5.8139534884vw 0;
    display: flex;
    flex-direction: column;
  }
}
.c-cardReform__imgArea {
  width: 180px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width: 1920px) {
  .c-cardReform__imgArea {
    right: 1.5625vw;
    width: 9.375vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-cardReform__imgArea {
    position: initial;
    width: 44.1860465116vw;
    margin: auto;
    transform: initial;
  }
}
.c-cardReform__txtArea {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .c-cardReform__txtArea {
    position: initial;
    transform: initial;
    width: 100%;
  }
}
.c-cardReform__tit {
  font-size: 2rem;
  font-weight: var(--fontWeight-bold);
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-cardReform__tit {
    font-size: 4.6511627907vw;
  }
}
.c-cardReform__txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-cardReform__txt {
    font-size: 3.7209302326vw;
  }
}

/* c-cardContact */
.c-cardContact {
  background: rgba(var(--background-yellow-rgb), 0.23);
  padding: 40px;
  margin: 65px auto;
}
@media screen and (max-width: 768px) {
  .c-cardContact {
    padding: 5.8139534884vw;
    margin: 9.3023255814vw auto;
  }
}
.c-cardContact__tit {
  text-align: center;
  font-size: 3.2rem;
  font-weight: var(--fontWeight-semibold);
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-cardContact__tit {
    font-size: 5.1162790698vw;
  }
}
.c-cardContact__number {
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-cardContact__number {
    font-size: 9.3023255814vw;
  }
}
.c-cardContact__number img {
  width: 80px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-cardContact__number img {
    width: 9.3023255814vw;
    margin-right: 3.488372093vw;
  }
}
.c-cardContact__txt {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cardContact__txt {
    font-size: 4.6511627907vw;
  }
}

/* c-copyright */
.c-copyright {
  padding: 200px 0 20px 0;
  text-align: center;
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-copyright {
    font-size: 4.6511627907vw;
    background: var(--background-white);
    padding: 6.976744186vw 0;
  }
}

/* p-breadcrumb */
.p-breadcrumb {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    font-size: 3.7209302326vw;
    padding-bottom: 20px;
  }
}

/* p-mv */
.p-mv {
  width: 100%;
}

/* p-message */
.p-message {
  padding: 100px 0 65px 0;
}
@media screen and (max-width: 768px) {
  .p-message {
    padding: 11.6279069767vw 0 11.6279069767vw 0;
  }
}
.p-message__txt {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.7083333333;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-message__txt {
    font-size: 5.1162790698vw;
  }
}

/* p-newsTop */
.p-newsTop {
  background: rgba(var(--background-yellow-rgb), 0.23);
  padding: 90px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .p-newsTop {
    padding: 8.3720930233vw 0 6.976744186vw 0;
  }
}
.p-newsTop__body {
  max-width: 1330px;
  width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-newsTop__body {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-newsTop__titArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 14px;
}
@media screen and (max-width: 768px) {
  .p-newsTop__titArea {
    flex-direction: row;
    padding-top: 0;
  }
}
.p-newsTop__tit {
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
  font-weight: var(--fontWeight-base);
}
@media screen and (max-width: 768px) {
  .p-newsTop__tit {
    font-size: 9.3023255814vw;
  }
}
.p-newsTop__tit .en {
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-newsTop__tit .en {
    font-size: 5.5813953488vw;
  }
}
.p-newsTop__btnArea {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-newsTop__btnArea {
    margin-top: 0;
    margin-left: auto;
  }
}
.p-newsTop__btnArea .btn {
  width: 145px;
  line-height: 60px;
  background-color: var(--background-white);
  text-align: center;
  font-size: 1.8rem;
  display: block;
  transition: 0.4s;
  border: 1px solid var(--background-white);
}
@media screen and (max-width: 768px) {
  .p-newsTop__btnArea .btn {
    width: 33.7209302326vw;
    font-size: 4.1860465116vw;
  }
}
.p-newsTop__btnArea .btn:hover {
  border: 1px solid var(--background-black);
}
.p-newsTop__list {
  max-width: 1112px;
  width: 100%;
}
.p-newsTop__list-item {
  border-bottom: 1px solid var(--background-black);
  padding: 13px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-newsTop__list-item {
    padding: 5.8139534884vw 0;
  }
}
.p-newsTop__list-item::after {
  content: "";
  top: 0;
  bottom: 0;
  right: 16px;
  width: 64px;
  height: 64px;
  background: url(../images/i-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-newsTop__list-item::after {
    content: none;
  }
}
.p-newsTop__list-item:hover::after {
  right: 0;
}

/* p-newsArchive */
.p-newsArchive {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}
.p-newsArchive__list-item {
  border-bottom: 1px solid var(--background-black);
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-newsArchive__list-item {
    padding: 5.8139534884vw 0;
  }
}
.p-newsArchive__list-item::after {
  content: "";
  bottom: 20px;
  right: 16px;
  width: 64px;
  height: 64px;
  background: url(../images/common/i-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-newsArchive__list-item::after {
    content: none;
  }
}
.p-newsArchive__list-item:hover::after {
  right: 0;
}

/* p-topics */
.p-topics {
  padding: 90px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .p-topics {
    padding: 8.3720930233vw 0 6.976744186vw 0;
  }
}
.p-topics__body {
  max-width: 1500px;
  width: 78.125vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-topics__body {
    width: 100%;
  }
}
.p-topics__tit {
  font-size: 4rem;
  text-align: center;
  font-weight: var(--fontWeight-base);
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-topics__tit {
    font-size: 9.3023255814vw;
    padding-bottom: 4.6511627907vw;
  }
}
.p-topics__list {
  width: 100%;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 500px);
}
@media screen and (max-width: 1920px) {
  .p-topics__list {
    grid-template-columns: repeat(3, 26.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-topics__list {
    grid-template-columns: repeat(1, 100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-topics__list-item {
    margin-bottom: 43px;
  }
}

/* p-works */
.p-works {
  background: rgba(var(--background-yellow-rgb), 0.23);
  padding: 90px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .p-works {
    padding: 8.3720930233vw 0 6.976744186vw 0;
  }
}
.p-works__body {
  max-width: 1500px;
  width: 78.125vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-works__body {
    width: 90.6976744186vw;
  }
}
.p-works__tit {
  font-size: 4rem;
  text-align: center;
  font-weight: var(--fontWeight-base);
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-works__tit {
    font-size: 9.3023255814vw;
    padding-bottom: 4.6511627907vw;
  }
}
.p-works__tit .en {
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-works__tit .en {
    font-size: 5.5813953488vw;
  }
}
.p-works__txt {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-works__txt {
    font-size: 5.5813953488vw;
    text-align: left;
  }
}
.p-works__list {
  width: 100%;
  display: grid;
  gap: 42px 75px;
  grid-template-columns: repeat(3, 450px);
  margin-top: 43px;
}
@media screen and (max-width: 1920px) {
  .p-works__list {
    gap: 2.1875vw 3.90625vw;
    grid-template-columns: repeat(3, 23.4375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-works__list {
    gap: 2.3255813953vw 6.976744186vw;
    grid-template-columns: repeat(2, 41.8604651163vw);
    margin-top: 12.7906976744vw;
  }
}
.p-works__btnArea {
  width: 450px;
  margin: 75px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-works__btnArea {
    width: 58.1395348837vw;
    margin: 9.3023255814vw auto 0 auto;
  }
}

/* p-consultation */
.p-consultation {
  background: url(../images/index/bg_consultation_pc.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0 200px 0;
}
@media screen and (max-width: 768px) {
  .p-consultation {
    padding: 9.3023255814vw 0 20.9302325581vw 0;
    background: url(../images/index/bg_consultation_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.p-consultation__body {
  max-width: 1500px;
  width: 78.125vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-consultation__body {
    width: 90.6976744186vw;
  }
}
.p-consultation__tit {
  font-size: 4rem;
  text-align: center;
  font-weight: var(--fontWeight-bold);
  line-height: 1.3333333333;
  color: var(--color-white);
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .p-consultation__tit {
    font-size: 9.3023255814vw;
  }
}
.p-consultation__list {
  width: 100%;
  display: grid;
  gap: 30px 100px;
  grid-template-columns: repeat(2, 700px);
}
@media screen and (max-width: 1920px) {
  .p-consultation__list {
    gap: 1.8229166667vw 5.2083333333vw;
    grid-template-columns: repeat(2, 36.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-consultation__list {
    gap: 6.976744186vw 0;
    grid-template-columns: repeat(1, 90.6976744186vw);
  }
}

/* p-faq */
.p-faq {
  padding: 90px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 8.3720930233vw 0 6.976744186vw 0;
  }
}
.p-faq__body {
  max-width: 1500px;
  width: 78.125vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-faq__body {
    width: 90.6976744186vw;
  }
}
.p-faq__tit {
  font-size: 4rem;
  text-align: center;
  font-weight: var(--fontWeight-base);
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-faq__tit {
    font-size: 9.3023255814vw;
    padding-bottom: 4.6511627907vw;
  }
}
.p-faq__tit .en {
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-faq__tit .en {
    font-size: 5.5813953488vw;
  }
}
.p-faq__txtArea {
  padding: 85px 0;
}
@media screen and (max-width: 768px) {
  .p-faq__txtArea {
    padding: 6.976744186vw 0;
  }
}
.p-faq__txt {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.375;
}
@media screen and (max-width: 768px) {
  .p-faq__txt {
    font-size: 5.5813953488vw;
  }
}

/* p-beforeAfter */
.p-beforeAfter {
  max-width: 1090px;
  width: 85%;
  margin: 63px auto;
}
@media screen and (max-width: 1920px) {
  .p-beforeAfter {
    max-width: 56.7708333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-beforeAfter {
    max-width: 88.3720930233vw;
    margin: 11.6279069767vw auto;
  }
}
.p-beforeAfter__grid {
  width: 100%;
  display: grid;
  gap: 0 100px;
  grid-template-columns: repeat(2, 495px);
}
@media screen and (max-width: 1300px) {
  .p-beforeAfter__grid {
    gap: 0;
    grid-template-columns: repeat(2, 25.78125vw);
  }
}
@media screen and (max-width: 768px) {
  .p-beforeAfter__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 11.6279069767vw 0;
  }
}

/* p-reform */
.p-reform__tit {
  background: rgba(var(--background-yellow-rgb), 1);
  font-size: 3.2rem;
  text-indent: 40px;
  line-height: 80px;
  font-weight: var(--fontWeight-base);
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .p-reform__tit {
    font-size: 6.976744186vw;
    text-indent: 9.3023255814vw;
    line-height: 18.6046511628vw;
  }
}
.p-reform__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 700px);
  grid-template-rows: repeat(4, 1fr);
  gap: 35px 100px;
}
@media screen and (max-width: 1920px) {
  .p-reform__grid {
    grid-template-columns: repeat(2, 36.4583333333vw);
    gap: 1.8229166667vw 5.2083333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-reform__grid {
    display: flex;
    flex-direction: column;
  }
}

/* p-flow */
.p-flow {
  max-width: 1110px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-flow {
    width: 81.3953488372vw;
  }
}
.p-flow__list {
  display: grid;
  gap: 0 115px;
  grid-template-columns: repeat(7, auto);
}
@media screen and (max-width: 1300px) {
  .p-flow__list {
    gap: 0 sv(115);
  }
}
@media screen and (max-width: 768px) {
  .p-flow__list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 1fr);
    gap: 20.9302325581vw 0;
  }
}
.p-flow__list-item {
  writing-mode: vertical-rl;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow__list-item {
    writing-mode: horizontal-tb;
  }
}
.p-flow__list-item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #FFEC7B;
  border-right: 0;
  position: absolute;
  top: 37px;
  right: -70px;
}
@media screen and (max-width: 1300px) {
  .p-flow__list-item::after {
    right: -vw(70);
  }
}
@media screen and (max-width: 768px) {
  .p-flow__list-item::after {
    border-right: 4.6511627907vw solid transparent;
    border-left: 4.6511627907vw solid transparent;
    border-top: 5.8139534884vw solid #FFEC7B;
    border-bottom: 0;
    top: auto;
    bottom: -11.6279069767vw;
    right: auto;
    left: 5.8139534884vw;
  }
}
.p-flow__list-item:last-child::after {
  content: initial;
}

/* p- cost */
.p-cost {
  max-width: 1000px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-cost {
    width: 88.3720930233vw;
  }
}
.p-cost__def {
  display: grid;
  grid-template-columns: 250px 1fr;
  border-top: 1px solid var(--background-black);
  border-bottom: 1px solid var(--background-black);
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-cost__def {
    grid-template-columns: 46.511627907vw 1fr;
    padding: 6.976744186vw;
  }
}
.p-cost__def-tit {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-cost__def-tit {
    font-size: 6.0465116279vw;
  }
}
.p-cost__def-data {
  text-align: right;
}
.p-cost__list {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .p-cost__list {
    margin-top: 8.8372093023vw;
  }
}
.p-cost__list-item {
  font-size: 1.8rem;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-cost__list-item {
    font-size: 4.1860465116vw;
  }
}
.p-cost__list-item::before {
  content: "※";
}

/* p-archive */
.p-archive__pagination {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-archive__pagination {
    margin: 11.6279069767vw 0;
  }
}
.p-archive__pagination a, .p-archive__pagination span {
  white-space: nowrap;
  transition: 0.4s;
  background: var(--background-white);
  text-decoration: none;
  display: inline-block;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .p-archive__pagination a, .p-archive__pagination span {
    line-height: 9.3023255814vw;
    width: 9.3023255814vw;
    height: 9.3023255814vw;
    font-size: 4.6511627907vw;
  }
}
.p-archive__pagination span.current {
  border: 1px solid #707070;
  color: var(--color-white);
  background: #707070;
  line-height: 60px;
  width: 60px;
  height: 60px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-archive__pagination span.current {
    line-height: 9.3023255814vw;
    width: 9.3023255814vw;
    height: 9.3023255814vw;
    font-size: 4.6511627907vw;
  }
}
.p-archive__pagination .nextpostslink {
  width: 200px;
  text-align: left;
  text-indent: 1.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive__pagination .nextpostslink {
    width: 23.2558139535vw;
    font-size: 4.6511627907vw;
    text-indent: 1em;
  }
}
.p-archive__pagination .nextpostslink::after {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 44px;
  height: 44px;
  background: url(../images/common/i-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-archive__pagination .nextpostslink::after {
    display: block;
    width: 6.976744186vw;
    height: 6.976744186vw;
  }
}

/* p-news */
.p-news {
  margin: 0 auto 135px auto;
  max-width: 1200px;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .p-news {
    margin: 0 auto 23.2558139535vw auto;
  }
}
.p-news__body {
  border: 1px solid #707070;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .p-news__body {
    padding: 5.8139534884vw 6.976744186vw;
  }
}
.p-news__dataArea {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-news__dataArea {
    font-size: 4.1860465116vw;
    margin-bottom: 4.6511627907vw;
  }
}
.p-news__tag {
  background: rgba(var(--background-yellow-rgb), 1);
  padding: 0 1em;
  line-height: 30px;
  margin-left: 1em;
}
.p-news__tit {
  font-size: 3.2rem;
  padding-left: 100px;
  padding-bottom: 1em;
  border-bottom: 1px solid #707070;
  font-weight: var(--fontWeight-base);
}
@media screen and (max-width: 768px) {
  .p-news__tit {
    font-size: 5.8139534884vw;
    padding-left: 0;
  }
}
.p-news__txtArea {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-news__txtArea {
    padding-top: 6.976744186vw;
  }
}
.p-news__txtArea p {
  padding-bottom: 1.5em;
  line-height: 1.7083333333;
}
.p-news__btn {
  width: 450px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-news__btn {
    width: 58.1395348837vw;
    margin-top: 13.9534883721vw;
  }
}
.p-news__btn .c-btn::after {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: initial;
  left: 20px;
  width: 64px;
  height: 64px;
  background: url(../images/common/i-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  transform: rotate(180deg);
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-news__btn .c-btn::after {
    display: block;
    width: 9.7674418605vw;
    height: 9.7674418605vw;
  }
}
.p-news__btn .c-btn:hover::after {
  right: initial;
  left: 10px;
}

/* p-contact */
.p-contact {
  margin: 0 auto 100px auto;
  max-width: 1200px;
  width: 85%;
}

.page__tit.contact {
  background: url(../images/contact/bg_header_pc.jpg) no-repeat;
}
@media screen and (max-width: 768px) {
  .page__tit.contact {
    background: url(../images/contact/bg_header_pc.jpg) no-repeat;
  }
}

.ef {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .ef {
    width: 100%;
    margin-top: 0.5em;
  }
}

.ef input[type=text], .ef input[type=password], .ef input[type=email], .ef input[type=tel] {
  box-sizing: border-box;
  width: 100%;
  padding: 0.7em 1em;
  transition: 0.4s;
  background-color: #F0EFEF;
  border: none;
}

.ef input[type=text]:focus, .ef input[type=password]:focus, .ef input[type=email]:focus, .ef input[type=tel]:focus {
  outline: none;
  box-shadow: 0 0 5px 1px rgba(1, 1, 1, 0.2);
}

.ef textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 160px;
  padding: 0.7em 1em;
  transition: 0.4s;
  background-color: #F0EFEF;
  border: none;
}

.ef textarea:focus {
  outline: none;
  box-shadow: 0 0 5px 1px rgba(1, 1, 1, 0.2);
}

input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #707070;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #707070;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.form__group {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .form__group {
    flex-wrap: wrap;
    font-size: 4.6511627907vw;
  }
}
.form__required {
  background: rgba(var(--background-yellow-rgb), 1);
  border-radius: 10px;
  padding: 0.5em 1em;
  margin-right: 1.5em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .form__required {
    font-size: 3.7209302326vw;
  }
}
.form__norequired {
  width: 4.5em;
}
@media screen and (max-width: 768px) {
  .form__norequired {
    width: 0;
  }
}
.form__head {
  font-size: 2.2rem;
  min-width: 200px;
  padding-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .form__head {
    font-size: 4.6511627907vw;
    width: 70%;
  }
}

input::placeholder {
  color: #707070;
}

@media screen and (max-width: 768px) {
  .form__norequired + .form__head {
    width: 100%;
  }
}
.form-acceptance {
  text-align: center;
  margin: 20px 0;
}

.wpcf7-list-item-label {
  position: relative;
}

.form-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}

.form-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s;
}

.form-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: transparent url(../images/contact/bg_header_sp.jpg) no-repeat center center/contain;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 0;
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-form input[type=submit] {
  width: 100%;
  line-height: 90px;
  background: var(--background-white);
  border: 1px solid #707070;
  text-align: center;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-form input[type=submit] {
    line-height: 13.9534883721vw;
    font-size: 3.488372093vw;
  }
}

.p-contact__btn {
  width: 450px;
  margin: 50px auto;
  position: relative;
}
.p-contact__btn::after {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
  width: 64px;
  height: 64px;
  background: url(../images/common/i-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  transition: 0.4s;
}
@media screen and (max-width: 1300px) {
  .p-contact__btn::after {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__btn::after {
    display: block;
    width: 9.7674418605vw;
    height: 9.7674418605vw;
    right: 3.9534883721vw;
  }
}
.p-contact__btn:hover::after {
  right: -15px;
}
@media screen and (max-width: 768px) {
  .p-contact__btn {
    width: 80%;
    margin: 5.8139534884vw auto;
  }
}

.ef .display-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 768px) {
  .ef .display-flex {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
}
.ef .display-flex .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}

.thanks_message {
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks_message {
    padding: 20px 0;
    text-align: left;
  }
}
.thanks_message p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .thanks_message p {
    font-size: 3.7209302326vw;
  }
}

/* u-align */
.u-align--center {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .u-align--center.sp_left {
    text-align: left !important;
  }
}
.u-align--left {
  text-align: left !important;
}
.u-align--right {
  text-align: right !important;
}
.u-align--m-auto {
  margin-right: auto;
  margin-left: auto;
}

/* u-txt */
.u-txt {
  font-size: 2rem;
  line-height: 1.7083333333;
}
@media screen and (max-width: 768px) {
  .u-txt {
    font-size: 5.1162790698vw;
  }
}

.text-xs {
  font-size: var(--fontSize-xs);
}
@media screen and (max-width: 768px) {
  .text-xs {
    font-size: 4.1860465116vw;
  }
}

.text-sm {
  font-size: var(--fontSize-sm);
}
@media screen and (max-width: 768px) {
  .text-sm {
    font-size: 4.6511627907vw;
  }
}

.text-base {
  font-size: var(--fontSize-base);
}
@media screen and (max-width: 768px) {
  .text-base {
    font-size: 5.1162790698vw;
  }
}

.text-lm {
  font-size: var(--fontSize-lm);
}
@media screen and (max-width: 768px) {
  .text-lm {
    font-size: 5.5813953488vw;
  }
}

.text-lg {
  font-size: var(--fontSize-lg);
}
@media screen and (max-width: 768px) {
  .text-lg {
    font-size: 6.0465116279vw;
  }
}

.text-x1 {
  font-size: var(--fontSize-x1);
}
@media screen and (max-width: 768px) {
  .text-x1 {
    font-size: 6.976744186vw;
  }
}

.text-x2 {
  font-size: var(--fontSize-x2);
}
@media screen and (max-width: 768px) {
  .text-x2 {
    font-size: 7.4418604651vw;
  }
}

.text-x3 {
  font-size: var(--fontSize-x3);
}
@media screen and (max-width: 768px) {
  .text-x3 {
    font-size: 7.9069767442vw;
  }
}

.text-x4 {
  font-size: var(--fontSize-x4);
}
@media screen and (max-width: 768px) {
  .text-x4 {
    font-size: 9.3023255814vw;
  }
}

.fontWeight--base {
  font-weight: var(--fontWeight-base);
}
.fontWeight--bold {
  font-weight: var(--fontWeight-bold);
}

.lineHeight--base {
  line-height: 1.7;
}

/* u-margin */
.mt-10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .mt-10 {
    margin-top: 1.1627906977vw !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .mt-20 {
    margin-top: 2.3255813953vw !important;
  }
}

.mt-30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt-30 {
    margin-top: 3.488372093vw !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt-40 {
    margin-top: 4.6511627907vw !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt-50 {
    margin-top: 5.8139534884vw !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .mt-70 {
    margin-top: 8.1395348837vw !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt-80 {
    margin-top: 9.3023255814vw !important;
  }
}

.mt-90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 768px) {
  .mt-90 {
    margin-top: 10.4651162791vw !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .mt-100 {
    margin-top: 11.6279069767vw !important;
  }
}

.mt-120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .mt-120 {
    margin-top: 13.9534883721vw !important;
  }
}

.mt-150 {
  margin-top: 150px !important;
}
@media screen and (max-width: 768px) {
  .mt-150 {
    margin-top: 17.4418604651vw !important;
  }
}

.mt-200 {
  margin-top: 200px !important;
}
@media screen and (max-width: 768px) {
  .mt-200 {
    margin-top: 23.2558139535vw !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb-10 {
    margin-bottom: 1.1627906977vw !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb-20 {
    margin-bottom: 2.3255813953vw !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 3.488372093vw !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 4.6511627907vw !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .mb-50 {
    margin-bottom: 5.8139534884vw !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb-70 {
    margin-bottom: 8.1395348837vw !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb-80 {
    margin-bottom: 9.3023255814vw !important;
  }
}

.mb-90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .mb-90 {
    margin-bottom: 10.4651162791vw !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb-100 {
    margin-bottom: 11.6279069767vw !important;
  }
}

.mb-120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .mb-120 {
    margin-bottom: 13.9534883721vw !important;
  }
}

.mb-150 {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .mb-150 {
    margin-bottom: 17.4418604651vw !important;
  }
}

.mb-200 {
  margin-bottom: 200px !important;
}
@media screen and (max-width: 768px) {
  .mb-200 {
    margin-bottom: 23.2558139535vw !important;
  }
}

/* u-padding */
.pt-10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .pt-10 {
    padding-top: 1.1627906977vw !important;
  }
}

.pt-20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .pt-20 {
    padding-top: 2.3255813953vw !important;
  }
}

.pt-30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .pt-30 {
    padding-top: 3.488372093vw !important;
  }
}

.pt-40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .pt-40 {
    padding-top: 4.6511627907vw !important;
  }
}

.pt-50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .pt-50 {
    padding-top: 5.8139534884vw !important;
  }
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .pt-70 {
    padding-top: 8.1395348837vw !important;
  }
}

.pt-80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .pt-80 {
    padding-top: 9.3023255814vw !important;
  }
}

.pt-90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 768px) {
  .pt-90 {
    padding-top: 10.4651162791vw !important;
  }
}

.pt-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .pt-100 {
    padding-top: 11.6279069767vw !important;
  }
}

.pt-120 {
  padding-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .pt-120 {
    padding-top: 13.9534883721vw !important;
  }
}

.pt-150 {
  padding-top: 150px !important;
}
@media screen and (max-width: 768px) {
  .pt-150 {
    padding-top: 17.4418604651vw !important;
  }
}

.pt-200 {
  padding-top: 200px !important;
}
@media screen and (max-width: 768px) {
  .pt-200 {
    padding-top: 23.2558139535vw !important;
  }
}

.pb-10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .pb-10 {
    padding-bottom: 1.1627906977vw !important;
  }
}

.pb-20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .pb-20 {
    padding-bottom: 2.3255813953vw !important;
  }
}

.pb-30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .pb-30 {
    padding-bottom: 3.488372093vw !important;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .pb-40 {
    padding-bottom: 4.6511627907vw !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .pb-50 {
    padding-bottom: 5.8139534884vw !important;
  }
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .pb-70 {
    padding-bottom: 8.1395348837vw !important;
  }
}

.pb-80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .pb-80 {
    padding-bottom: 9.3023255814vw !important;
  }
}

.pb-90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .pb-90 {
    padding-bottom: 10.4651162791vw !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .pb-100 {
    padding-bottom: 11.6279069767vw !important;
  }
}

.pb-120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .pb-120 {
    padding-bottom: 13.9534883721vw !important;
  }
}

.pb-150 {
  padding-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .pb-150 {
    padding-bottom: 17.4418604651vw !important;
  }
}

.pb-200 {
  padding-bottom: 200px !important;
}
@media screen and (max-width: 768px) {
  .pb-200 {
    padding-bottom: 23.2558139535vw !important;
  }
}

/* u-grid */
.u-grid__2 {
  width: 100%;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 40%);
}
@media screen and (max-width: 768px) {
  .u-grid__2 {
    grid-template-columns: repeat(1, 100%);
  }
}
.u-grid__3 {
  width: 100%;
  display: grid;
  gap: 0 75px;
  grid-template-columns: repeat(3, 450px);
}
@media screen and (max-width: 1920px) {
  .u-grid__3 {
    gap: 0 3.90625vw;
    grid-template-columns: repeat(3, 23.4375vw);
  }
}
@media screen and (max-width: 768px) {
  .u-grid__3 {
    gap: 11.6279069767vw 0;
    grid-template-columns: repeat(1, 100%);
  }
}
.u-grid__5 {
  width: 100%;
  display: grid;
  gap: 0 94px;
  grid-template-columns: repeat(5, 208px);
}
@media screen and (max-width: 1920px) {
  .u-grid__5 {
    gap: 0 4.8958333333vw;
    grid-template-columns: repeat(5, 10.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .u-grid__5 {
    gap: 9.3023255814vw 0;
    grid-template-columns: repeat(2, 50%);
  }
}
.u-grid__6 {
  width: 100%;
  display: grid;
  gap: 0 42px;
  grid-template-columns: repeat(6, 200px);
}
@media screen and (max-width: 1920px) {
  .u-grid__6 {
    gap: 0 2.1875vw;
    grid-template-columns: repeat(6, 10.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .u-grid__6 {
    gap: 6.976744186vw 7.9069767442vw;
    grid-template-columns: repeat(2, 37.9069767442vw);
  }
}

/* u-img */
@media screen and (max-width: 768px) {
  .mob100 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
/* u-width */
.u-width--100 {
  width: 100%;
}
.u-width--95 {
  width: 95%;
}
.u-width--90 {
  width: 90%;
}
.u-width--85 {
  width: 85%;
}
.u-width--80 {
  width: 80%;
}
.u-width--75 {
  width: 75%;
}
.u-width--70 {
  width: 70%;
}
.u-width--65 {
  width: 65%;
}
.u-width--60 {
  width: 60%;
}
.u-width--55 {
  width: 55%;
}
.u-width--50 {
  width: 50%;
}
.u-width--45 {
  width: 45%;
}
.u-width--40 {
  width: 40%;
}
.u-width--35 {
  width: 35%;
}
.u-width--30 {
  width: 30%;
}
.u-width--25 {
  width: 25%;
}
.u-width--20 {
  width: 20%;
}
.u-width--15 {
  width: 15%;
}
.u-width--10 {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .u-width--smp100 {
    width: 100%;
  }
}

/* u-flex */
.u-flex--2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .u-flex--2 {
    margin-bottom: 13.9534883721vw;
  }
}
.u-flex--2:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .u-flex--2:nth-child(even) {
    flex-direction: column;
  }
}
.u-flex--2:nth-child(even) .imgArea {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .u-flex--2:nth-child(even) .imgArea {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .u-flex--2 {
    flex-direction: column;
  }
}
.u-flex--2 .imgArea {
  max-width: 640px;
  width: 33.3333333333vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .u-flex--2 .imgArea {
    width: 100%;
    margin: 0 auto;
  }
}
.u-flex--2 .img:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .u-flex--2 .img:nth-child(n+2) {
    margin-top: 4.6511627907vw;
  }
}
.u-flex--2 .txtArea {
  max-width: 740px;
  width: 38.5416666667vw;
}
@media screen and (max-width: 768px) {
  .u-flex--2 .txtArea {
    width: 100%;
    margin: 0 auto;
  }
}
.u-flex--2 .txt {
  line-height: 1.7083333333;
  padding-bottom: 2em;
}