/*
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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* 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, textarea {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

.l-contact-container {
  width: 850px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .l-contact-container {
    width: 100%;
  }
}

.l-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.l-footer {
  width: 100%;
  height: 100%;
  background-color: #D1BCA9;
}

.l-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 170px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
}

.l-header.js-scroll {
  height: 88px;
}

@media (max-width: 960px) {
  .l-header.js-scroll {
    height: 70px;
  }
}

@media (max-width: 960px) {
  .l-header {
    height: 70px;
  }
}

.l-main {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 170px 0 100px;
  overflow: hidden;
}

@media (max-width: 960px) {
  .l-main {
    padding-top: 70px;
  }
}

.l-main__wave {
  position: absolute;
  width: 1920px;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-main__contact-wave {
  position: absolute;
  width: 1920px;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #F5F5F5;
}

.l-service-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.l-sub-container {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.l-works-main {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 170px 0 0;
  overflow: hidden;
}

@media (max-width: 960px) {
  .l-works-main {
    padding-top: 70px;
  }
}

.l-works-main__wave {
  position: absolute;
  width: 1920px;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-arrow {
  width: 20px;
  margin-left: 20px;
}

.c-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-flex-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 960px) {
  .c-flex-footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .c-flex-service {
    display: block;
  }
}

.c-flex-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .c-flex-sns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .c-flex-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-green-title {
  display: block;
  margin-bottom: 80px;
  padding: 30px;
  background-color: #DAE679;
  font-size: 3rem;
}

@media (max-width: 960px) {
  .c-green-title {
    margin-bottom: 50px;
    padding: 20px;
    font-size: 2rem;
  }
}

.c-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 960px) {
  .c-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.c-pointer-none {
  pointer-events: none;
}

.c-section-title {
  text-align: center;
  font-size: 4rem;
}

@media (max-width: 960px) {
  .c-section-title {
    font-size: 2rem;
  }
}

.c-section-title span {
  display: inline-block;
  margin-top: 26px;
  font-size: 2.3rem;
  font-weight: normal;
}

@media (max-width: 960px) {
  .c-section-title span {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.p-check {
  width: 100%;
  padding: 65px 0;
  background-color: #F5F5F5;
}

@media (max-width: 960px) {
  .p-check {
    padding: 40px 0 56px;
  }
}

.p-check__title {
  margin-bottom: 42px;
  font-size: 4rem;
  text-align: center;
}

@media (max-width: 960px) {
  .p-check__title {
    margin-bottom: 37px;
    font-size: 2rem;
  }
}

.p-check__text {
  margin-bottom: 65px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-check__text {
    margin-bottom: 40px;
    padding: 0 15%;
    font-size: 1.5rem;
  }
}

.p-check__form {
  width: 100%;
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .p-check__form {
    width: 80%;
    margin: 0 auto 40px;
  }
}

.p-check__form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37px;
}

@media (max-width: 960px) {
  .p-check__form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 27px;
  }
}

.p-check__form__inner label {
  font-size: 2.2rem;
}

@media (max-width: 960px) {
  .p-check__form__inner label {
    margin-bottom: 14px;
    font-size: 1.5rem;
  }
}

.p-check__form__inner input {
  width: 60%;
  height: 40px;
  padding: 10px;
  font-size: 1.6rem;
  border: none;
  border-radius: 3px;
}

@media (max-width: 960px) {
  .p-check__form__inner input {
    width: 100%;
  }
}

.p-check__form__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .p-check__form__textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-check__form__textarea label {
  font-size: 2.2rem;
}

@media (max-width: 960px) {
  .p-check__form__textarea label {
    margin-bottom: 14px;
    font-size: 1.5rem;
  }
}

.p-check__form__textarea textarea {
  width: 60%;
  height: 380px;
  padding: 10px;
  font-size: 1.6rem;
  border: none;
  border-radius: 3px;
}

@media (max-width: 960px) {
  .p-check__form__textarea textarea {
    width: 100%;
    height: 550px;
  }
}

.p-check__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 960px) {
  .p-check__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-check__btn button {
  width: 200px;
  height: 60px;
  font-size: 2.5rem;
  border: none;
  border-radius: 3px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

@media (max-width: 960px) {
  .p-check__btn button {
    width: 164px;
    height: 46px;
    font-size: 1.6rem;
  }
}

.p-check__btn__back {
  background-color: #fff;
  margin-left: 35px;
}

@media (max-width: 960px) {
  .p-check__btn__back {
    margin: 0 auto 25px;
  }
}

.p-check__btn__submit {
  background-color: #DAE679;
  margin-right: 35px;
}

@media (max-width: 960px) {
  .p-check__btn__submit {
    margin: 0 auto;
  }
}

.p-company {
  width: 100%;
}

.p-company__flex {
  width: 100%;
  margin-bottom: 50px;
}

.p-company__flex__box {
  width: 50%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 960px) {
  .p-company__flex__box {
    width: 100%;
  }
}

.p-company__flex__box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 1.9rem;
  border-bottom: 1px solid #000;
}

@media (max-width: 960px) {
  .p-company__flex__box__item:last-child {
    margin-bottom: 40px;
  }
}

@media (max-width: 960px) {
  .p-company__flex__box__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 1.6rem;
  }
}

.p-company__flex__box__item__title {
  font-weight: bold;
}

.p-company__flex__box__item__text {
  margin-left: 90px;
  color: #000;
}

@media (max-width: 960px) {
  .p-company__flex__box__item__text {
    margin: 15px 0 0 0;
  }
}

.p-company__career {
  width: 100%;
  margin-bottom: 80px;
  padding: 80px 70px;
  border-radius: 3px;
  background-color: #F5F5F5;
}

@media (max-width: 960px) {
  .p-company__career {
    margin-bottom: 50px;
    padding: 50px 60px;
  }
}

.p-company__career__title {
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .p-company__career__title {
    margin-bottom: 40px;
  }
}

.p-company__career__main {
  padding: 0 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 960px) {
  .p-company__career__main {
    padding: 0;
  }
}

.p-company__career__main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-size: 2rem;
}

@media (max-width: 960px) {
  .p-company__career__main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
  }
}

.p-company__career__main__inner__year {
  margin-right: 50px;
  font-weight: bold;
}

@media (max-width: 960px) {
  .p-company__career__main__inner__year {
    margin: 0 0 15px 0;
  }
}

@media (max-width: 960px) {
  .p-company__career__main__inner__text {
    line-height: 1.5;
  }
}

.p-company__career__main__inner:last-child {
  margin: 0;
}

.p-company__employee {
  width: 100%;
}

.p-company__employee__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-company__employee__box:last-child {
  margin-bottom: 120px;
}

@media (max-width: 960px) {
  .p-company__employee__box {
    padding: 0 30px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-company__employee__box:last-child {
    margin-bottom: 30px;
  }
}

.p-company__employee__box__img {
  width: 40%;
  border-radius: 3px;
}

@media (max-width: 960px) {
  .p-company__employee__box__img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .p-company__employee__box__img {
    width: 100%;
  }
}

.p-company__employee__box__inner {
  width: 55%;
  padding-top: 30px;
}

@media (max-width: 960px) {
  .p-company__employee__box__inner {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .p-company__employee__box__inner {
    width: 100%;
  }
}

.p-company__employee__box__inner__name {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #DAE679;
  font-size: 4rem;
}

@media (max-width: 960px) {
  .p-company__employee__box__inner__name {
    font-size: 2.2rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.p-company__employee__box__inner__name__span {
  margin-left: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}

@media (max-width: 960px) {
  .p-company__employee__box__inner__name__span {
    font-size: 1.6rem;
    margin-left: 15px;
  }
}

.p-company__employee__box__inner__about {
  margin-bottom: 35px;
  font-size: 2.2rem;
}

@media (max-width: 960px) {
  .p-company__employee__box__inner__about {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}

.p-company__employee__box__inner__text {
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-company__employee__box__inner__text {
    font-size: 1.6rem;
  }
}

.p-company__employee__box__inner__image {
  width: 15vw;
  margin: 0 0 0 auto;
}

@media (max-width: 960px) {
  .p-company__employee__box__inner__image {
    width: 200px;
  }
}

.p-contact {
  width: 100%;
}

.p-contact__phone {
  width: 100%;
  margin: 90px 0;
}

@media (max-width: 960px) {
  .p-contact__phone {
    margin: 0 0 40px;
  }
}

.p-contact__phone__title {
  margin-bottom: 60px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 960px) {
  .p-contact__phone__title {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}

.p-contact__phone__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 960px) {
  .p-contact__phone__number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-contact__phone__number__left {
  padding-bottom: 13.5px;
  border-bottom: 3px solid #DAE679;
}

@media (max-width: 960px) {
  .p-contact__phone__number__left {
    margin-bottom: 20px;
    padding-bottom: 6px;
  }
}

.p-contact__phone__number__left__img {
  width: 45px;
}

@media (max-width: 960px) {
  .p-contact__phone__number__left__img {
    width: 20px;
  }
}

.p-contact__phone__number__left__link {
  margin-left: 10px;
  font-size: 5.1rem;
  color: #000;
}

@media (max-width: 960px) {
  .p-contact__phone__number__left__link {
    font-size: 2.2rem;
  }
}

.p-contact__phone__number__right {
  margin-left: 40px;
  font-size: 2.2rem;
}

@media (max-width: 960px) {
  .p-contact__phone__number__right {
    margin: 0;
    font-size: 1.4rem;
    text-align: center;
  }
}

.p-contact__phone__number__right__span {
  margin-left: 16px;
}

@media (max-width: 960px) {
  .p-contact__phone__number__right__span {
    margin-left: 9px;
  }
}

.p-contact__mail {
  padding: 65px 0;
  background-color: #F5F5F5;
}

@media (max-width: 960px) {
  .p-contact__mail {
    padding: 40px 0 56px;
  }
}

.p-contact__mail__img {
  display: block;
  width: 45px;
  margin: 0 auto  27px;
}

@media (max-width: 960px) {
  .p-contact__mail__img {
    width: 20px;
    margin: 0 auto 14px;
  }
}

.p-contact__mail__title {
  margin-bottom: 60px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 960px) {
  .p-contact__mail__title {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}

.p-contact__mail__text {
  margin-bottom: 80px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-contact__mail__text {
    padding: 0 10%;
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}

.p-contact__mail__form {
  width: 100%;
}

.p-contact__mail__form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .p-contact__mail__form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 27px;
  }
}

.p-contact__mail__form__inner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  font-size: 2.2rem;
}

@media (max-width: 960px) {
  .p-contact__mail__form__inner__left {
    width: 80%;
    margin-bottom: 14px;
    font-size: 1.5rem;
  }
}

.p-contact__mail__form__inner__left__check {
  margin-left: 20px;
  padding: 5px 10px;
  background-color: #DAE679;
  font-size: 1.6rem;
}

@media (max-width: 960px) {
  .p-contact__mail__form__inner__left__check {
    font-size: 1.5rem;
  }
}

.p-contact__mail__form__inner__require {
  width: 60%;
  height: 40px;
  border: none;
  border-radius: 3px;
}

@media (max-width: 960px) {
  .p-contact__mail__form__inner__require {
    width: 80%;
  }
}

.p-contact__mail__form__inner__input {
  position: relative;
  width: 60%;
  height: 40px;
  padding: 10px;
  font-size: 1.6rem;
  border: none;
  border-radius: 3px;
  line-height: 40px;
}

@media (max-width: 960px) {
  .p-contact__mail__form__inner__input {
    width: 80%;
  }
}

.p-contact__mail__form__inner__input::-webkit-input-placeholder {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
}

.p-contact__mail__form__inner__input:-ms-input-placeholder {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
}

.p-contact__mail__form__inner__input::-ms-input-placeholder {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
}

.p-contact__mail__form__inner__input::placeholder {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
}

@media (max-width: 960px) {
  .p-contact__mail__form__inner__input::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  .p-contact__mail__form__inner__input:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .p-contact__mail__form__inner__input::-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .p-contact__mail__form__inner__input::placeholder {
    font-size: 1.5rem;
  }
}

@media (max-width: 960px) {
  .p-contact__mail__form__inner .mwform-tel-field {
    width: 80%;
  }
}

.p-contact__mail__form__textarea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .p-contact__mail__form__textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}

.p-contact__mail__form__textarea__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  font-size: 2.2rem;
}

@media (max-width: 960px) {
  .p-contact__mail__form__textarea__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    margin-bottom: 14px;
    font-size: 1.5rem;
  }
}

.p-contact__mail__form__textarea__left__check {
  display: block;
  margin-left: 20px;
  padding: 5px 10px;
  background-color: #DAE679;
  font-size: 1.6rem;
}

.p-contact__mail__form__textarea__inner {
  width: 60%;
  height: 350px;
  padding: 10px;
  font-size: 1.6rem;
  border: none;
  border-radius: 3px;
  line-height: normal;
}

@media (max-width: 960px) {
  .p-contact__mail__form__textarea__inner {
    width: 80%;
  }
}

.p-contact__mail__form__textarea__inner::-webkit-input-placeholder {
  position: absolute;
  top: 5px;
  left: 15px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.2rem;
  line-height: normal;
}

.p-contact__mail__form__textarea__inner:-ms-input-placeholder {
  position: absolute;
  top: 5px;
  left: 15px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.2rem;
  line-height: normal;
}

.p-contact__mail__form__textarea__inner::-ms-input-placeholder {
  position: absolute;
  top: 5px;
  left: 15px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.2rem;
  line-height: normal;
}

.p-contact__mail__form__textarea__inner::placeholder {
  position: absolute;
  top: 5px;
  left: 15px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.2rem;
  line-height: normal;
}

@media (max-width: 960px) {
  .p-contact__mail__form__textarea__inner::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  .p-contact__mail__form__textarea__inner:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .p-contact__mail__form__textarea__inner::-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .p-contact__mail__form__textarea__inner::placeholder {
    font-size: 1.5rem;
  }
}

.p-contact__mail__form__button {
  display: block;
  width: 200px;
  height: 60px;
  margin: 0 auto;
  border: none;
  border-radius: 3px;
  background-color: #DAE679;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.2rem;
  -webkit-appearance: none;
}

@media (max-width: 960px) {
  .p-contact__mail__form__button {
    width: 164px;
    height: 46px;
    font-size: 1.6rem;
  }
}

.p-contact__mail__form__white {
  display: block;
  width: 200px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 30px;
  border: none;
  border-radius: 3px;
  background-color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.2rem;
  -webkit-appearance: none;
}

@media (max-width: 960px) {
  .p-contact__mail__form__white {
    width: 164px;
    height: 46px;
    font-size: 1.6rem;
  }
}

.p-contents__item {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .p-contents__item {
    display: none;
  }
}

.p-contents__item__img {
  display: block;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
  outline: 2px solid #fff;
  outline-offset: -20px;
}

.p-contents__item__img--fix {
  display: block;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
  outline: 2px solid #fff;
  outline-offset: -20px;
}

.p-contents__item__inner-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.p-contents__item__inner-right__logo {
  display: block;
  width: 20vw;
  margin: 0 auto 25px;
}

.p-contents__item__inner-right__title {
  font-size: 1.8vw;
  font-size: clamp(3rem, 1.8vw, 3rem);
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 1100px) {
  .p-contents__item__inner-right__title {
    font-size: 2.2vw;
  }
}

.p-contents__item__inner-right__text {
  margin-bottom: 35px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 1100px) {
  .p-contents__item__inner-right__text {
    font-size: 1.4rem;
  }
}

.p-contents__item__inner-right__btn {
  display: inline-block;
  width: 60%;
  padding-bottom: 10px;
  font-size: 1.8vw;
  font-size: clamp(2.5rem, 1.8vw, 2.5rem);
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #000;
}

@media (max-width: 1100px) {
  .p-contents__item__inner-right__btn {
    font-size: 2.2vw;
  }
}

.p-contents__item__inner-right__btn img {
  width: 20px;
}

.p-contents__item__inner-right2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.p-contents__item__inner-right2__title {
  font-size: 1.8vw;
  font-size: clamp(3rem, 1.8vw, 3rem);
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 1100px) {
  .p-contents__item__inner-right2__title {
    font-size: 2.2vw;
  }
}

.p-contents__item__inner-right2__text {
  margin-bottom: 35px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 1100px) {
  .p-contents__item__inner-right2__text {
    font-size: 1.4rem;
  }
}

.p-contents__item__inner-right2__btn {
  display: inline-block;
  width: 65%;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 1.8vw;
  font-size: clamp(3rem, 1.8vw, 3rem);
  font-weight: bold;
  color: #C4C4C4;
  border-bottom: 1px solid #000;
}

@media (max-width: 1100px) {
  .p-contents__item__inner-right2__btn {
    font-size: 2.2vw;
  }
}

.p-contents__item__inner-right2__btn img {
  width: 20px;
}

.p-contents__item__inner-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding: 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
}

.p-contents__item__inner-left__title {
  font-size: 1.8vw;
  font-size: clamp(3rem, 1.8vw, 3rem);
  margin-bottom: 30px;
}

@media (max-width: 1100px) {
  .p-contents__item__inner-left__title {
    font-size: 2.2vw;
  }
}

.p-contents__item__inner-left__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .p-contents__item__inner-left__text {
    font-size: 1.4rem;
  }
}

.p-contents__item2 {
  display: none;
}

@media (max-width: 960px) {
  .p-contents__item2 {
    display: block;
    margin-top: 50px;
    padding: 50px 0;
    background-color: #D1BCA9;
  }
}

@media (max-width: 960px) {
  .p-contents__item2__inner {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    outline: 2px solid #fff;
    outline-offset: -10px;
  }
}

@media (max-width: 960px) {
  .p-contents__item2__inner__img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }
}

@media (max-width: 960px) {
  .p-contents__item2__inner__bottom {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .p-contents__item2__inner__bottom__img {
    display: block;
    width: 200px;
    margin: 0 auto 25px;
  }
  .p-contents__item2__inner__bottom__title {
    margin-bottom: 30px;
    font-size: 1.8rem;
    text-align: center;
    color: #000;
  }
  .p-contents__item2__inner__bottom__text {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
  }
}

@media (max-width: 960px) {
  .p-contents__item2__inner2 {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    outline: 2px solid #fff;
    outline-offset: -10px;
  }
  .p-contents__item2__inner2:last-child {
    margin-bottom: 0;
  }
  .p-contents__item2__inner2__img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 100%;
       object-position: 0 100%;
  }
  .p-contents__item2__inner2__bottom {
    position: relative;
    width: 100%;
    padding: 30px 30px 50px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .p-contents__item2__inner2__bottom__title {
    margin-bottom: 30px;
    font-size: 1.8rem;
    text-align: center;
  }
  .p-contents__item2__inner2__bottom__text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 27px;
  }
  .p-contents__item2__inner2__bottom__btn {
    text-align: center;
  }
  .p-contents__item2__inner2__bottom__btn__link {
    width: 190px;
    padding-bottom: 5px;
    font-size: 1.7rem;
    color: #C4C4C4;
    font-weight: bold;
    border-bottom: 1px solid #000;
  }
  .p-contents__item2__inner2__bottom__btn__link__arrow {
    width: 20px;
    margin-left: 5px;
  }
}

.p-footer-top {
  margin: 120px 0;
}

@media (max-width: 960px) {
  .p-footer-top {
    width: 100%;
    margin: 50px auto;
  }
}

@media (max-width: 768px) {
  .p-footer-top {
    width: 100%;
  }
}

.p-footer-top__left {
  position: relative;
  margin-right: 30px;
}

@media (max-width: 960px) {
  .p-footer-top__left {
    margin: 0;
  }
}

.p-footer-top__left__img {
  display: block;
  width: 450px;
  height: 450px;
  margin: 0 auto;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .p-footer-top__left__img {
    width: 300px;
    height: 300px;
  }
}

.p-footer-top__left__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
}

.p-footer-top__left__inner__normal {
  margin-bottom: 30px;
  font-size: 2.8rem;
}

@media (max-width: 960px) {
  .p-footer-top__left__inner__normal {
    font-size: 1.5rem;
  }
}

.p-footer-top__left__inner__bold {
  margin-bottom: 30px;
  font-size: 4.5rem;
  font-weight: bold;
}

@media (max-width: 960px) {
  .p-footer-top__left__inner__bold {
    font-size: 2.5rem;
  }
}

.p-footer-top__left__inner__btn {
  display: inline-block;
  width: 340px;
  height: 70px;
  background-color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  color: #C4C4C4;
  line-height: 70px;
}

@media (max-width: 960px) {
  .p-footer-top__left__inner__btn {
    width: 180px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
  }
}

.p-footer-top__left__inner__btn > img {
  margin-bottom: 22px;
}

@media (max-width: 960px) {
  .p-footer-top__left__inner__btn > img {
    margin-bottom: 15px;
  }
}

.p-footer-top__right {
  position: relative;
  margin-left: 30px;
}

@media (max-width: 960px) {
  .p-footer-top__right {
    margin: 0 0 60px;
  }
}

.p-footer-top__right__img {
  display: block;
  width: 450px;
  height: 450px;
  margin: 0 auto;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  border-radius: 3px;
}

@media (max-width: 768px) {
  .p-footer-top__right__img {
    width: 300px;
    height: 300px;
  }
}

.p-footer-top__right__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
}

.p-footer-top__right__inner__normal {
  margin-bottom: 24px;
  font-size: 2.8rem;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-footer-top__right__inner__normal {
    font-size: 1.6rem;
  }
}

.p-footer-top__right__inner__bold {
  display: block;
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 960px) {
  .p-footer-top__right__inner__bold {
    font-size: 2.1rem;
  }
}

.p-footer-top__right__inner__bold__phone {
  width: 40px;
}

@media (max-width: 960px) {
  .p-footer-top__right__inner__bold__phone {
    width: 20px;
  }
}

.p-footer-top__right__inner__btn {
  display: inline-block;
  width: 340px;
  height: 70px;
  margin-top: 30px;
  background-color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  line-height: 70px;
}

@media (max-width: 960px) {
  .p-footer-top__right__inner__btn {
    width: 170px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
  }
}

.p-footer-top__right__inner__btn > img {
  margin-bottom: 22px;
}

@media (max-width: 960px) {
  .p-footer-top__right__inner__btn > img {
    margin-bottom: 15px;
  }
}

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

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 960px) {
  .p-footer__inner {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-footer__inner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: calc(100% / 3);
  height: 250px;
}

@media (max-width: 768px) {
  .p-footer__inner__box {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }
}

.p-footer__inner__box img {
  width: 15vw;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-footer__inner__box img {
    width: 200px;
  }
}

.p-footer__inner__box__item {
  font-size: 1.5vw;
  text-align: left;
  color: #fff;
}

@media (max-width: 1300px) {
  .p-footer__inner__box__item {
    font-size: 2vw;
  }
}

@media (max-width: 960px) {
  .p-footer__inner__box__item {
    font-size: 2vw;
  }
}

@media (max-width: 768px) {
  .p-footer__inner__box__item {
    margin-bottom: 15px;
    font-size: 1.6rem;
    text-align: center;
  }
}

.p-footer__inner__box__item a {
  color: #fff;
}

.p-footer__inner__box__item img {
  width: 32px;
}

@media (max-width: 960px) {
  .p-footer__inner__box__item img {
    width: 20px;
  }
}

.p-footer__inner__box__item__sns {
  display: block;
  margin-left: 20px;
}

@media (max-width: 960px) {
  .p-footer__inner__box__item__sns {
    margin-left: 10px;
  }
}

.p-footer__inner__box:nth-child(2) {
  margin-right: 80px;
  border-right: 1px solid #fff;
}

@media (max-width: 768px) {
  .p-footer__inner__box:nth-child(2) {
    margin: 0 0 15px 0;
    border: none;
  }
}

@media (max-width: 768px) {
  .p-footer__inner__box:last-child {
    margin: 0;
  }
}

.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-bottom: 30px;
  font-size: 2rem;
  color: #fff;
}

@media (max-width: 960px) {
  .p-footer__bottom {
    font-size: 2vw;
  }
}

@media (max-width: 768px) {
  .p-footer__bottom {
    font-size: 1.2rem;
  }
}

.p-footer__bottom__copy {
  margin-bottom: 20px;
}

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

.p-fv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../images/new-image/frontpage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 768px) {
  .p-fv {
    height: 80vh;
  }
}

.p-fv__img {
  position: absolute;
  width: 1920px;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-fv__inner {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.p-fv__inner__logo {
  width: 600px;
}

@media (max-width: 960px) {
  .p-fv__inner__logo {
    width: 250px;
  }
}

.p-fv__inner__text {
  padding-bottom: 14px;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 3px solid #fff;
  border-bottom-style: dashed;
}

@media (max-width: 960px) {
  .p-fv__inner__text {
    font-size: 1.6rem;
  }
}

.p-fv__inner__text span {
  font-size: 5.7rem;
  color: #FDD546;
}

@media (max-width: 960px) {
  .p-fv__inner__text span {
    font-size: 2.4rem;
  }
}

.p-header {
  width: 100%;
  height: 170px;
}

.p-header.js-scroll {
  height: 88px;
}

@media (max-width: 960px) {
  .p-header.js-scroll {
    height: 70px;
  }
}

@media (max-width: 960px) {
  .p-header {
    height: 70px;
  }
}

.p-header__logo {
  width: 150px;
  margin-left: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-header__logo.js-scroll {
  width: 100px;
}

@media (max-width: 960px) {
  .p-header__logo.js-scroll {
    width: 80px;
  }
}

.p-header__logo:hover {
  opacity: 0.6;
}

@media (max-width: 960px) {
  .p-header__logo {
    width: 80px;
  }
}

.p-header__nav {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 960px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav__item {
  width: 150px;
  height: 88px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-header__nav__item__true {
  color: #000;
}

.p-header__nav__item__none {
  color: #C4C4C4;
  pointer-events: none;
}

@media (max-width: 1300px) {
  .p-header__nav__item {
    width: 13vw;
  }
}

.p-header__nav__item a {
  display: block;
}

@media (max-width: 1300px) {
  .p-header__nav__item a {
    font-size: 2.2vw;
  }
}

.p-header__nav__item:hover {
  background-color: rgba(218, 230, 121, 0.5);
}

.p-header__nav__item span {
  font-size: 1.8rem;
}

@media (max-width: 1300px) {
  .p-header__nav__item span {
    font-size: 1.5rem;
  }
}

.p-header__contact {
  height: 88px;
  margin-right: 20px;
  padding: 0 20px;
  background-color: #DAE679;
  color: #000;
  font-weight: bold;
  font-size: 3rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 960px) {
  .p-header__contact {
    display: none;
  }
}

@media (max-width: 1300px) {
  .p-header__contact {
    font-size: 2.2vw;
  }
}

.p-header__contact img {
  width: 20px;
  margin-left: 10px;
}

@media (max-width: 1300px) {
  .p-header__contact img {
    width: 18px;
  }
}

.p-header__contact:hover {
  background-color: rgba(218, 230, 121, 0.5);
}

.p-header__burger-btn {
  display: none;
  background-color: transparent;
  border: none;
  outline: none !important;
  margin-right: 20px;
}

@media (max-width: 960px) {
  .p-header__burger-btn {
    display: block;
  }
}

.p-header__burger-btn__bar {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  margin-bottom: 7px;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.p-header__burger-btn__bar:last-child {
  margin: 0;
}

.p-header__burger-btn.menu-open > span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

.p-header__burger-btn.menu-open > span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.p-header__burger-btn.menu-open > span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.p-modal {
  width: 100%;
}

.p-modal__content__link {
  color: #fff;
  border-bottom: 2px dotted #fff;
}

.p-modal__content__link2 {
  color: #fff;
}

.p-modal__inner {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.p-modal__inner__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.p-modal__inner__content {
  background: #F5F5F5;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  max-height: 90vh;
  color: #000;
  text-align: center;
  overflow-y: scroll;
}

@media (max-width: 960px) {
  .p-modal__inner__content {
    width: 90%;
  }
}

.p-modal__inner__content__title {
  margin-bottom: 45px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 960px) {
  .p-modal__inner__content__title {
    font-size: 2rem;
  }
}

.p-modal__inner__content__policy {
  margin-bottom: 45px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 960px) {
  .p-modal__inner__content__policy {
    font-size: 1.6rem;
  }
}

.p-modal__inner__content__close {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
}

@media (max-width: 960px) {
  .p-modal__inner__content__close {
    font-size: 2rem;
  }
}

.p-review {
  padding: 60px 0 20px;
  background-color: #F5F5F5;
  text-align: center;
}

@media (max-width: 960px) {
  .p-review {
    padding: 50px 0 10px;
  }
}

.p-review__title {
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .p-review__title {
    margin-bottom: 27px;
  }
}

.p-review__text {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 2.2rem;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-review__text {
    font-size: 1.5rem;
    margin: 0 50px 10px;
  }
}

.p-review__slide__item {
  width: 342px;
  height: 333px;
  background-color: #fff;
}

@media (max-width: 960px) {
  .p-review__slide__item {
    width: 288px;
    height: 290px;
  }
}

.p-review__slide__item hr {
  width: 90%;
  margin: 0 auto 10px;
}

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

@media (max-width: 960px) {
  .p-review__slide__item__img {
    height: 40%;
  }
}

.p-review__slide__item__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  margin: auto;
}

.p-review__slide__item__bottom {
  width: 90%;
  height: 50%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-review__slide__item__bottom {
    height: 60%;
  }
}

.p-review__slide__item__bottom__name {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  .p-review__slide__item__bottom__name {
    font-size: 1.3rem;
  }
}

.p-review__slide__item__bottom__text {
  font-size: 1.5rem;
}

@media (max-width: 960px) {
  .p-review__slide__item__bottom__text {
    font-size: 1.4rem;
  }
}

.p-sdgs-inner {
  width: 100%;
}

.p-sdgs-inner__img {
  width: 100%;
  margin-bottom: 54px;
}

@media (max-width: 960px) {
  .p-sdgs-inner__img {
    margin-bottom: 2.5rem;
  }
}

.p-sdgs-inner__title {
  margin-bottom: 54px;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 960px) {
  .p-sdgs-inner__title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

.p-sdgs-inner__text {
  margin-bottom: 80px;
  padding: 0 50px;
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-sdgs-inner__text {
    margin-bottom: 50px;
    font-size: 1.6rem;
    text-align: center;
  }
}

.p-sdgs-inner__item {
  width: 100%;
}

.p-sdgs-inner__item__title {
  margin-bottom: 44px;
  padding-left: 30px;
  font-size: 2.5rem;
}

@media (max-width: 960px) {
  .p-sdgs-inner__item__title {
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 1.6rem;
  }
}

.p-sdgs-inner__item__box {
  width: 100%;
  margin-bottom: 60px;
  padding: 50px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F5F5;
}

@media (max-width: 960px) {
  .p-sdgs-inner__item__box {
    margin-bottom: 40px;
    padding: 25px;
  }
}

.p-sdgs-inner__item__box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
}

.p-sdgs-inner__item__box__flex:last-child {
  margin: 0;
}

@media (max-width: 960px) {
  .p-sdgs-inner__item__box__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.p-sdgs-inner__item__box__flex__img {
  width: 173px;
  height: 173px;
}

@media (max-width: 960px) {
  .p-sdgs-inner__item__box__flex__img {
    margin-bottom: 25px;
  }
}

.p-sdgs-inner__item__box__flex__text {
  margin-left: 40px;
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-sdgs-inner__item__box__flex__text {
    margin: 0 0 25px 0;
    font-size: 1.6rem;
  }
}

.p-sdgs-inner__item__box__flex__thumb {
  max-width: 500px;
  margin-right: 40px;
}

@media (max-width: 960px) {
  .p-sdgs-inner__item__box__flex__thumb:last-child {
    margin: 0;
  }
}

@media (max-width: 960px) {
  .p-sdgs-inner__item__box__flex__thumb {
    margin: 0 0 25px 0;
  }
}

.p-sdgs {
  background-image: url(../images/new-image/sdgs.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-sdgs__inner {
  margin: 0 60px;
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 960px) {
  .p-sdgs__inner {
    margin: 0 20px;
  }
}

.p-sdgs__inner__title {
  padding: 60px 0;
}

@media (max-width: 960px) {
  .p-sdgs__inner__title {
    padding: 50px 0 30px;
  }
}

.p-sdgs__inner__img {
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .p-sdgs__inner__img {
    margin-bottom: 30px;
  }
}

.p-sdgs__inner__text {
  width: 80%;
  margin: 0 auto 60px;
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-sdgs__inner__text {
    margin: 0 auto 30px;
    font-size: 1.5rem;
  }
}

.p-sdgs__inner__btn {
  padding-bottom: 60px;
  text-align: center;
}

@media (max-width: 960px) {
  .p-sdgs__inner__btn {
    padding-bottom: 50px;
  }
}

.p-sdgs__inner__btn__link {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #C4C4C4;
  border-bottom: 1px solid #000;
}

@media (max-width: 960px) {
  .p-sdgs__inner__btn__link {
    font-size: 1.7rem;
  }
}

.p-section {
  margin-top: 60px;
}

@media (max-width: 960px) {
  .p-section {
    margin-top: 30px;
  }
}

.p-service {
  position: relative;
  padding: 60px 0 120px;
}

@media (max-width: 960px) {
  .p-service {
    padding: 0;
  }
}

.p-service hr {
  display: none;
}

@media (max-width: 960px) {
  .p-service hr {
    display: block;
    width: 80%;
    margin: 0 auto 30px;
  }
}

.p-service__title {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  font-size: 4rem;
  text-align: center;
}

@media (max-width: 960px) {
  .p-service__title {
    font-size: 2rem;
  }
}

.p-service__title span {
  display: inline-block;
  margin-top: 26px;
  font-size: 2.3rem;
  font-weight: normal;
}

@media (max-width: 960px) {
  .p-service__title span {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

.p-service__text {
  width: 80%;
  margin: 0 auto 45px;
  font-size: 3rem;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-service__text {
    margin-bottom: 45px;
    font-size: 1.6rem;
  }
}

.p-service__box {
  width: 100%;
}

.p-service__box__item {
  width: calc(100% / 3);
  padding: 0 40px;
}

@media (max-width: 960px) {
  .p-service__box__item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}

@media (max-width: 960px) {
  .p-service__box__item img {
    display: block;
    max-width: 40%;
    min-width: 246px;
    margin: 0 auto;
  }
}

.p-service__box__item--2 {
  width: calc(100% / 3);
  padding: 0 40px;
  border-left: 2px solid #C4C4C4;
  border-right: 2px solid #C4C4C4;
}

@media (max-width: 960px) {
  .p-service__box__item--2 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}

@media (max-width: 960px) {
  .p-service__box__item--2 img {
    display: block;
    max-width: 40%;
    min-width: 246px;
    margin: 0 auto;
  }
}

@media (max-width: 960px) {
  .p-service__box__item--2 {
    border: none;
  }
}

@media (max-width: 960px) {
  .p-service__box__item:last-child {
    margin: 0;
  }
}

.p-service__box__item__title {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}

@media (max-width: 960px) {
  .p-service__box__item__title {
    font-size: 1.8rem;
  }
}

.p-service__box__item__list {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}

@media (max-width: 960px) {
  .p-service__box__item__list {
    font-size: 1.6rem;
  }
}

.p-service__box__item__list li {
  list-style: disc;
}

.p-sitemap {
  display: inline-block;
  margin: 43px 0 43px 25px;
  padding-bottom: 6px;
  font-size: 1.6rem;
  border-bottom: 2px solid #DAE679;
}

@media (max-width: 960px) {
  .p-sitemap {
    font-size: 1.2rem;
    margin: 30px 5% 30px;
  }
}

.p-sitemap__home {
  color: #000;
}

.p-sitemap__other {
  color: #000;
  margin-left: 5px;
}

.p-sitemap__other::before {
  content: " \025b7 ";
  margin-right: 5px;
}

.p-submit {
  padding: 65px 0;
  background-color: #F5F5F5;
}

@media (max-width: 960px) {
  .p-submit {
    padding: 40px 0 56px;
  }
}

.p-submit__title {
  margin-bottom: 65px;
  font-size: 4rem;
  text-align: center;
}

@media (max-width: 960px) {
  .p-submit__title {
    margin-bottom: 37px;
    font-size: 2rem;
  }
}

.p-submit__text {
  margin-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-submit__text {
    margin-bottom: 25px;
    padding: 0 15%;
    font-size: 1.5rem;
  }
}

.p-submit__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 65px;
}

@media (max-width: 960px) {
  .p-submit__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}

.p-submit__tel__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 13.5px;
  border-bottom: 3px solid #DAE679;
}

@media (max-width: 960px) {
  .p-submit__tel__left {
    padding-bottom: 6px;
    border-bottom: 2px solid #DAE679;
    margin-bottom: 16px;
  }
}

.p-submit__tel__left__img {
  width: 45px;
}

@media (max-width: 960px) {
  .p-submit__tel__left__img {
    width: 20px;
  }
}

.p-submit__tel__left__number {
  margin-left: 10px;
  font-size: 5.1rem;
  color: #000;
}

@media (max-width: 960px) {
  .p-submit__tel__left__number {
    font-size: 2.2rem;
  }
}

.p-submit__tel__right {
  margin-left: 40px;
  font-size: 2.2rem;
}

@media (max-width: 960px) {
  .p-submit__tel__right {
    margin: 0;
    font-size: 1.4rem;
  }
}

.p-submit__tel__right__time {
  margin-left: 16px;
}

@media (max-width: 960px) {
  .p-submit__tel__right__time {
    margin-left: 9px;
  }
}

.p-submit__button {
  display: block;
  width: 200px;
  height: 60px;
  margin: 0 auto;
  font-size: 2.5rem;
  border: none;
  border-radius: 3px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  background-color: #DAE679;
}

@media (max-width: 960px) {
  .p-submit__button {
    width: 164px;
    height: 46px;
    font-size: 1.6rem;
  }
}

.p-sv {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url(../images/new-image/frontpage.jpg);
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 1.8px;
  color: #fff;
  text-align: center;
}

@media (max-width: 960px) {
  .p-sv__title {
    font-size: 3rem;
  }
}

.p-sv__title__small {
  display: block;
  margin-top: 10px;
  font-size: 3.1rem;
  font-weight: normal;
  letter-spacing: 1.24px;
}

@media (max-width: 960px) {
  .p-sv__title__small {
    margin-top: 5px;
    font-size: 2.5rem;
  }
}

.p-tab-menu {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media (max-width: 960px) {
  .p-tab-menu {
    position: fixed;
    top: 70px;
    z-index: 9998;
    background-color: #D1BCA9;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
    -ms-overflow-style: none;
  }
  .p-tab-menu.nav-wrapper {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-tab-menu::-webkit-scrollbar {
    display: none;
  }
  .p-tab-menu a {
    display: block;
    text-align: center;
  }
  .p-tab-menu__inner {
    padding: 50px 0 100px;
  }
  .p-tab-menu__inner__logo {
    display: block;
    width: 225px;
    margin: 0 auto;
  }
  .p-tab-menu__inner__item {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
  }
  .p-tab-menu__inner__sns {
    margin-bottom: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  .p-tab-menu__inner__hr {
    width: 70%;
    margin: 0 auto 20px;
    background-color: #fff;
  }
  .p-tab-menu__inner__btn {
    display: block;
    width: 165px;
    height: 46px;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #000;
    background-color: #fff;
    line-height: 46px;
  }
  .p-tab-menu__inner__btn__arrow {
    width: 20px;
    margin: 0 0 10px 10px;
  }
}

.p-tab-modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.p-tab-modal__bg {
  background: rgba(255, 255, 255, 0.2);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.p-tab-modal__content {
  background: #F5F5F5;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-height: 90vh;
  color: #000;
  text-align: center;
  overflow-y: scroll;
}

.p-tab-modal__content__title {
  margin-bottom: 45px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.p-tab-modal__content__text {
  margin-bottom: 45px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

.p-tab-modal__content__close {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}

.p-topic-contents {
  width: 100%;
  margin-bottom: 120px;
  padding: 70px;
  background-color: #F4EFEA;
}

@media (max-width: 960px) {
  .p-topic-contents {
    width: 100vw;
    margin: calc(50% - 50vw);
    padding: 70px 10px;
  }
}

.p-topic-contents__item {
  display: block;
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .p-topic-contents__item {
    margin-bottom: 50px;
  }
}

.p-topic-contents__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin-left: 10%;
}

@media (max-width: 960px) {
  .p-topic-contents__item__flex {
    width: 100%;
    margin-left: 0;
  }
}

.p-topic-contents__item__flex__img {
  width: 170px;
}

@media (max-width: 960px) {
  .p-topic-contents__item__flex__img {
    width: 110px;
  }
}

.p-topic-contents__item__flex__right {
  margin-left: 30px;
}

@media (max-width: 960px) {
  .p-topic-contents__item__flex__right {
    margin-left: 12px;
  }
}

.p-topic-contents__item__flex__right__flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .p-topic-contents__item__flex__right__flex2 {
    margin-bottom: 10px;
  }
}

.p-topic-contents__item__flex__right__flex2 time {
  margin-right: 23px;
  font-size: 1.6rem;
  color: #7C7C7C;
}

@media (max-width: 960px) {
  .p-topic-contents__item__flex__right__flex2 time {
    margin-right: 13px;
    font-size: 1.2rem;
  }
}

.p-topic-contents__item__flex__right__flex2__tag {
  padding: 5px 23px;
  font-size: 1.6rem;
  color: #000;
  background-color: #DAE679;
}

@media (max-width: 960px) {
  .p-topic-contents__item__flex__right__flex2__tag {
    font-size: 1.2rem;
  }
}

.p-topic-contents__item__flex__right__text {
  font-size: 2rem;
  color: #000;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-topic-contents__item__flex__right__text {
    font-size: 1.4rem;
  }
}

.p-topic-contents__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .p-topic-contents__page {
    margin-bottom: 0;
  }
}

.p-topic-contents__page__item {
  display: block;
  margin: 0 15px;
}

@media (max-width: 960px) {
  .p-topic-contents__page__item {
    margin: 0 13px;
  }
}

.p-topic-contents__page__item__inner {
  display: block;
  width: 47px;
  height: 47px;
  font-size: 2.2rem;
  background-color: #DAE679;
  text-align: center;
  line-height: 47px;
  color: #000;
}

@media (max-width: 960px) {
  .p-topic-contents__page__item__inner {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    line-height: 36px;
  }
}

.p-topic-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 960px) {
  .p-topic-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}

.p-topic-inner__main {
  width: 90%;
  padding: 0 100px 120px 25px;
}

@media (max-width: 960px) {
  .p-topic-inner__main {
    margin-bottom: 70px;
    padding: 0;
  }
}

.p-topic-inner__main__top {
  display: block;
  width: 50%;
  margin: 0 auto 100px;
  padding-bottom: 50px;
  border-bottom: 2px solid #DAE679;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 960px) {
  .p-topic-inner__main__top {
    max-width: 300px;
    padding-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .p-topic-inner__main__top {
    width: 100%;
  }
}

.p-topic-inner__main__top__img {
  margin-bottom: 15px;
}

.p-topic-inner__main__top__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 2.5rem;
  color: #7C7C7C;
}

@media (max-width: 960px) {
  .p-topic-inner__main__top__text {
    margin-bottom: 13px;
    padding-left: 12px;
    font-size: 1.2rem;
  }
}

.p-topic-inner__main__top__text__tag {
  padding: 8px 44px;
  background-color: #DAE679;
  color: #000;
}

@media (max-width: 960px) {
  .p-topic-inner__main__top__text__tag {
    font-size: 1.2rem;
    padding: 5px 23px;
  }
}

.p-topic-inner__main__top__sentence {
  padding-left: 25px;
  font-size: 2.2rem;
  color: #000;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-topic-inner__main__top__sentence {
    padding-left: 12px;
    font-size: 1.7rem;
  }
}

.p-topic-inner__main__post {
  width: 100%;
}

.p-topic-inner__main__post__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
  padding-bottom: 8px;
  border-bottom: 2px solid #DAE679;
}

@media (max-width: 960px) {
  .p-topic-inner__main__post__time {
    margin-bottom: 20px;
  }
}

.p-topic-inner__main__post__time time {
  font-size: 1.6rem;
}

@media (max-width: 960px) {
  .p-topic-inner__main__post__time time {
    font-size: 1.4rem;
  }
}

.p-topic-inner__main__post__time__tag {
  margin-left: 12px;
  padding: 4px 8px;
  font-size: 1.6rem;
  background-color: #DAE679;
}

@media (max-width: 960px) {
  .p-topic-inner__main__post__time__tag {
    font-size: 1.4rem;
  }
}

.p-topic-inner__main__post__title {
  margin-bottom: 22px;
  font-size: 2.7rem;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-topic-inner__main__post__title {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
}

.p-topic-inner__main__post__img {
  margin-bottom: 25px;
}

.p-topic-inner__main__post__text {
  margin-bottom: 100px;
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-topic-inner__main__post__text {
    margin-bottom: 70px;
    font-size: 1.6rem;
  }
}

.p-topic-inner__main__page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-topic-inner__main__page-inner__item {
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 960px) {
  .p-topic-inner__main__page-inner__item {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}

.p-topic-inner__main__page-inner__item__link1 {
  color: #000;
}

.p-topic-inner__main__page-inner__item__link1::before {
  content: " \025c1 ";
}

@media (max-width: 960px) {
  .p-topic-inner__main__page-inner__item__link1 {
    margin-right: 22px;
  }
}

.p-topic-inner__main__page-inner__item__link2 {
  margin: 0 65px;
  color: #000;
}

@media (max-width: 960px) {
  .p-topic-inner__main__page-inner__item__link2 {
    display: none;
  }
}

.p-topic-inner__main__page-inner__item__link3 {
  color: #000;
}

.p-topic-inner__main__page-inner__item__link3::after {
  content: " \025b7 ";
}

@media (max-width: 960px) {
  .p-topic-inner__main__page-inner__item__link3 {
    margin-left: 22px;
  }
}

.p-topic-inner__main__page-tab {
  display: none;
}

@media (max-width: 960px) {
  .p-topic-inner__main__page-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-topic-inner__main__page-tab__link {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
  }
}

.p-topic-inner__sidebar {
  width: 20%;
}

@media (max-width: 960px) {
  .p-topic-inner__sidebar {
    width: 90%;
    margin-top: 40px;
  }
}

.p-topic-inner__sidebar__category {
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  .p-topic-inner__sidebar__category {
    margin-bottom: 30px;
  }
}

.p-topic-inner__sidebar__category:last-child {
  margin: 0;
}

.p-topic-inner__sidebar__category__title {
  width: 80%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  border-bottom: double 5px #DAE679;
}

@media (max-width: 960px) {
  .p-topic-inner__sidebar__category__title {
    width: 100%;
    font-size: 2rem;
  }
}

.p-topic-inner__sidebar__category__item {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

@media (max-width: 960px) {
  .p-topic-inner__sidebar__category__item {
    margin-bottom: 23px;
    font-size: 1.5rem;
  }
}

.p-topic-inner__sidebar__category__item__link {
  color: #000;
}

.p-topic-inner__sidebar__category__item__link:hover {
  font-weight: bold;
}

.p-topic-inner__sidebar__category__item::before {
  content: " \025b7 ";
}

.p-topic-inner__sidebar__category__item:last-child {
  margin: 0;
}

.p-topics-tab {
  display: none;
}

@media (max-width: 960px) {
  .p-topics-tab {
    display: block;
    padding: 50px 0;
  }
  .p-topics-tab__title {
    margin-bottom: 27px;
    font-size: 2rem;
    text-align: center;
  }
  .p-topics-tab__title span {
    display: inline-block;
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .p-topics-tab__top {
    display: block;
    width: 50%;
    min-width: 290px;
    margin: 0 auto 40px;
    padding-bottom: 35px;
    border-bottom: 2px solid #DAE679;
  }
  .p-topics-tab__top__img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
  }
  .p-topics-tab__top__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 12px 12px;
  }
  .p-topics-tab__top__flex time {
    font-size: 1.2rem;
    color: #7C7C7C;
  }
  .p-topics-tab__top__flex__tag {
    padding: 5px 25px;
    border-radius: 3px;
    color: #000;
    background-color: #DAE679;
  }
  .p-topics-tab__top__text {
    margin-left: 12px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
  }
  .p-topics-tab__item {
    display: block;
    width: 60%;
    min-width: 290px;
    margin: 0 auto 40px;
  }
  .p-topics-tab__item:last-child {
    margin: 0 auto 0;
  }
  .p-topics-tab__item__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-topics-tab__item__flex__img {
    width: 111px;
    height: 74px;
    border-radius: 3px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-topics-tab__item__flex__right__flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 5px 12px;
  }
  .p-topics-tab__item__flex__right__flex2 time {
    font-size: 1.2rem;
    color: #7C7C7C;
  }
  .p-topics-tab__item__flex__right__flex2__tag {
    margin-left: 14px;
    padding: 5px 25px;
    border-radius: 3px;
    color: #000;
    background-color: #DAE679;
  }
  .p-topics-tab__item__flex__right__text {
    margin-left: 12px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
  }
}

.p-topics {
  padding: 120px 0 95px;
}

@media (max-width: 960px) {
  .p-topics {
    display: none;
  }
}

.p-topics__title {
  margin-bottom: 35px;
  font-size: 4rem;
  text-align: center;
}

.p-topics__title span {
  display: inline-block;
  margin-top: 26px;
  font-size: 2.3rem;
  font-weight: normal;
}

.p-topics__box__item {
  margin: 25px;
  padding-bottom: 30px;
  border-bottom: 2px solid #DAE679;
}

.p-topics__box__item__img {
  overflow: hidden;
  margin-bottom: 15px;
}

.p-topics__box__item__img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-topics__box__item__img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-topics__box__item time {
  display: inline-block;
  margin: 0 0 15px 12px;
  font-size: 1.4rem;
  color: #7C7C7C;
}

.p-topics__box__item__text {
  margin-left: 12px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}

.p-w-inner {
  width: 100%;
}

.p-w-inner__title {
  margin-bottom: 65px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 960px) {
  .p-w-inner__title {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}

.p-w-inner__mv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 760fr 276fr;
      grid-template-columns: 760fr 276fr;
  gap: 12px;
  width: 80%;
  margin: 0 auto 65px;
}

@media (max-width: 960px) {
  .p-w-inner__mv {
    gap: 4px;
    width: 100%;
    margin-bottom: 45px;
  }
}

.p-w-inner__about {
  width: 80%;
  margin: 0 auto 65px;
}

@media (max-width: 960px) {
  .p-w-inner__about {
    width: 100%;
    margin-bottom: 45px;
  }
}

.p-w-inner__about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  font-size: 2rem;
}

@media (max-width: 960px) {
  .p-w-inner__about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
  }
}

.p-w-inner__about__item__title {
  display: inline-block;
  width: 120px;
  font-weight: bold;
}

@media (max-width: 960px) {
  .p-w-inner__about__item__title {
    margin-bottom: 10px;
  }
}

.p-w-inner__about__item__text {
  margin-left: 40px;
}

@media (max-width: 960px) {
  .p-w-inner__about__item__text {
    margin: 0;
  }
}

.p-w-inner__voice {
  width: 100%;
  padding: 140px 100px;
  border: 3px solid #F5F5F5;
  border-radius: 10px;
}

@media (max-width: 960px) {
  .p-w-inner__voice {
    padding: 45px 20px;
  }
}

.p-w-inner__voice__title {
  margin-bottom: 53px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 960px) {
  .p-w-inner__voice__title {
    margin-bottom: 34px;
    font-size: 2rem;
  }
}

.p-w-inner__voice__title span {
  margin-top: 26px;
  font-size: 2.3rem;
  font-weight: normal;
}

@media (max-width: 960px) {
  .p-w-inner__voice__title span {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

.p-w-inner__voice__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

@media (max-width: 960px) {
  .p-w-inner__voice__top {
    margin-bottom: 34px;
  }
}

.p-w-inner__voice__top__img {
  width: 160px;
  margin-right: 50px;
}

@media (max-width: 960px) {
  .p-w-inner__voice__top__img {
    width: 100px;
    margin-right: 14px;
  }
}

.p-w-inner__voice__top__right {
  text-align: right;
}

.p-w-inner__voice__top__right__text {
  margin-bottom: 43px;
  font-size: 2.5rem;
  font-weight: bold;
  -webkit-text-decoration: underline wavy #DAE679;
          text-decoration: underline wavy #DAE679;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-w-inner__voice__top__right__text {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.p-w-inner__voice__top__right__name {
  font-size: 2rem;
}

@media (max-width: 960px) {
  .p-w-inner__voice__top__right__name {
    font-size: 1.4rem;
  }
}

.p-w-inner__voice__main {
  margin-bottom: 70px;
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .p-w-inner__voice__main {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}

.p-w-inner__voice__main__text {
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .p-w-inner__voice__main__text {
    margin-bottom: 20px;
  }
}

.p-w-inner__voice__main__text:last-child {
  margin: 0;
}

.p-w-inner__voice__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .p-w-inner__voice__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-w-inner__voice__footer__right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #F5F5F5;
  border-radius: 10px;
}

@media (max-width: 960px) {
  .p-w-inner__voice__footer__right {
    display: none;
  }
}

.p-w-inner__voice__footer__right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.p-w-inner__voice__footer__right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #F5F5F5;
  z-index: 1;
}

.p-w-inner__voice__footer__right__inner {
  padding: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.p-w-inner__voice__footer__right2 {
  display: none;
}

@media (max-width: 960px) {
  .p-w-inner__voice__footer__right2 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #F5F5F5;
    border-radius: 10px;
  }
  .p-w-inner__voice__footer__right2::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .p-w-inner__voice__footer__right2::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #F5F5F5;
    z-index: 1;
  }
  .p-w-inner__voice__footer__right2__inner {
    padding: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-w-inner__voice__footer__img {
  width: 200px;
  padding-left: 20px;
}

@media (max-width: 960px) {
  .p-w-inner__voice__footer__img {
    width: 150px;
    padding: 0;
  }
}

.p-w-inner__step {
  width: 100%;
  padding: 65px 0 250px;
  background-color: #F5F5F5;
}

@media (max-width: 960px) {
  .p-w-inner__step {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 50px 0 170px;
  }
}

.p-w-inner__step__title {
  margin-bottom: 130px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 960px) {
  .p-w-inner__step__title {
    margin-bottom: 50px;
    font-size: 2rem;
  }
}

.p-w-inner__step__box {
  width: 100%;
}

.p-w-inner__step__box__item {
  display: block;
  width: 100%;
  margin: 0 auto 230px;
  font-size: 2rem;
  text-align: center;
}

.p-w-inner__step__box__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .p-w-inner__step__box__item {
    width: 90%;
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
}

.p-w-inner__step__box__item__img {
  position: relative;
  display: block;
  width: 520px;
  height: 350px;
  margin: 0 auto 20px;
}

@media (max-width: 960px) {
  .p-w-inner__step__box__item__img {
    width: 227px;
    height: 151px;
  }
}

.p-w-inner__step__box__item__img__circle {
  position: absolute;
  width: 100px;
  top: -50px;
  left: -50px;
}

@media (max-width: 960px) {
  .p-w-inner__step__box__item__img__circle {
    width: 60px;
    top: 5px;
    left: 5px;
  }
}

.p-w-inner__step__box__item__title {
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 960px) {
  .p-w-inner__step__box__item__title {
    margin-bottom: 15px;
  }
}

.p-works-web {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  .p-works-web {
    margin-bottom: 35px;
  }
}

.p-works-web__img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 957fr 342fr;
      grid-template-columns: 957fr 342fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 14px;
}

@media (max-width: 960px) {
  .p-works-web__img {
    gap: 5px;
    margin-bottom: 5px;
  }
}

.p-works-web__desc {
  width: 100%;
  padding: 27px;
  border-bottom: 2px solid #DAE679;
  background-color: #F5F5F5;
}

@media (max-width: 960px) {
  .p-works-web__desc {
    padding: 12px;
  }
}

.p-works-web__desc__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

@media (max-width: 960px) {
  .p-works-web__desc__top {
    margin-bottom: 10px;
  }
}

.p-works-web__desc__top__name {
  font-size: 2.8rem;
  color: #000;
}

@media (max-width: 960px) {
  .p-works-web__desc__top__name {
    font-size: 1.6rem;
  }
}

.p-works-web__desc__top__tag {
  width: 150px;
  height: 40px;
  font-size: 2rem;
  text-align: center;
  line-height: 40px;
  color: #000;
  background-color: #DAE679;
}

@media (max-width: 960px) {
  .p-works-web__desc__top__tag {
    width: 78px;
    height: 25px;
    line-height: 25px;
    font-size: 1.2rem;
  }
}

.p-works-web__desc__location {
  font-size: 2rem;
  color: #000;
}

@media (max-width: 960px) {
  .p-works-web__desc__location {
    font-size: 1.3rem;
  }
}

.p-works {
  width: 100%;
}

.p-works__tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  .p-works__tab-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-works__tab-area__tab {
  width: 290px;
  height: 120px;
  margin-bottom: 100px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 120px;
  outline: 5px solid #fff;
  outline-offset: -15px;
  background-color: rgba(218, 230, 121, 0.6);
}

.p-works__tab-area__tab:first-child {
  margin-right: 40px;
}

@media (max-width: 960px) {
  .p-works__tab-area__tab:first-child {
    margin: 0 0 30px 0;
  }
}

.p-works__tab-area__tab:last-child {
  margin-left: 40px;
}

@media (max-width: 960px) {
  .p-works__tab-area__tab:last-child {
    margin-left: 0;
  }
}

.p-works__tab-area__tab.js-active {
  background-color: #DAE679;
}

@media (max-width: 960px) {
  .p-works__tab-area__tab {
    width: 200px;
    height: 78px;
    margin-bottom: 50px;
    font-size: 2rem;
    line-height: 78px;
    outline: 3px solid #fff;
    outline-offset: -10px;
  }
}

.p-works__content-area {
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 960px) {
  .p-works__content-area {
    margin-bottom: 70px;
  }
}

.p-works__content-area__content {
  display: none;
}

.p-works__content-area__content.js-show {
  display: block;
}

.p-works__contact {
  width: 840px;
  margin: 100px auto;
  padding: 90px  0;
  background-color: #DAE679;
  outline: 5px solid #fff;
  outline-offset: -15px;
}

@media (max-width: 960px) {
  .p-works__contact {
    width: 285px;
    margin: 70px auto;
    padding: 40px 0;
    outline: 3px solid #fff;
    outline-offset: -10px;
  }
}

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

.p-works__contact__inner__about {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media (max-width: 960px) {
  .p-works__contact__inner__about {
    width: 162px;
    margin: 0 auto 25px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.p-works__contact__inner__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.p-works__contact__inner__tel__phone {
  width: 44px;
  height: 44px;
}

@media (max-width: 960px) {
  .p-works__contact__inner__tel__phone {
    width: 21px;
    height: 21px;
  }
}

.p-works__contact__inner__tel__number {
  margin: 0 0 30px 10px;
  font-size: 4.5rem;
  color: #000;
}

@media (max-width: 960px) {
  .p-works__contact__inner__tel__number {
    font-size: 2rem;
    margin: 0 0 24px 5px;
  }
}

.p-works__contact__inner__btn {
  display: block;
  width: 340px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}

@media (max-width: 960px) {
  .p-works__contact__inner__btn {
    width: 164px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto 25px;
    font-size: 1.6rem;
  }
}

.p-works__contact__inner__btn__arrow {
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .p-works__contact__inner__btn__arrow {
    margin: 0 0 10px 10px;
  }
}
/*# sourceMappingURL=style.css.map */