@charset "UTF-8";

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

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

@media screen and (min-width: 751px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
@media (max-width: 750px) {
  html {
    font-size: 2.133333vw;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 0.933333vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* 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 {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

/*
input[type=checkbox],
input[type=radio] {
  display: none;
}
*/

input[type=checkbox],
input[type=radio] {
  display: inherit;
}


input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.footer {
  background-color: #022742;
}

.inner.footer__inner {
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.footer__wrapper {
  text-align: center;
  padding-bottom: 141px;
  padding-bottom: 8.8125rem;
}
@media screen and (min-width: 751px) {
  .footer__wrapper {
    padding-bottom: 9.875rem;
  }
}

.footer p {
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
  line-height: 48px;
  line-height: 3rem;
}
@media screen and (min-width: 751px) {
  .footer p {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
    line-height: 2.5rem;
  }
}

.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.4375rem;
     -moz-column-gap: 2.4375rem;
          column-gap: 2.4375rem;
}
@media screen and (min-width: 751px) {
  .footer__tel {
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
  }
}

.footer__copy {
  background-color: #a5a5a2;
  text-align: center;
  padding: 19px 0;
  padding: 1.1875rem 0;
}
@media screen and (min-width: 751px) {
  .footer__copy {
    padding: 1.0625rem 0;
  }
}

.footer__copy p {
  color: #231815;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .footer__copy p {
    font-size: 0.75rem;
  }
}

.header {
  height: 101px;
  height: 6.3125rem;
  background: linear-gradient(115deg, #f6f6f6 0%, #f6f6f6 22%, #022742 22%, #022742 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px) {
  .header {
    height: 4.375rem;
    background: linear-gradient(115deg, #fff 0%, #fff 33.4%, #a5a5a2 33.4%, #a5a5a2 34.4%, #022742 34.4%, #022742 95%, #a5a5a2 95%, #a5a5a2 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.inner.header__inner {
  height: inherit;
  padding-right: 42px;
  padding-right: 2.625rem;
}
@media screen and (min-width: 751px) {
  .inner.header__inner {
    max-width: 71.875%;
    padding-right: 0;
    padding-left: 0;
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (min-width: 751px) {
  .header__wrapper {
    height: 4.375rem;
  }
}

.header__logo.u-desktop {
  width: 380px;
  width: 23.75rem;
}

.header__logo.u-desktop img {
  width: 330px;
  width: 20.625rem;
}

.header__nav {
  width: 100%;
}

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

.header__nav li {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (min-width: 751px) {
  .header__nav li {
    padding-left: 2.0625rem;
    padding-right: 2.0625rem;
  }
}

.header__nav li:last-child {
  padding-right: 0;
}

.header__nav a {
  display: block;
}

.header__nav span {
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 751px) {
  .header__nav span {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}

.header__nav-arrow {
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .header__nav-arrow {
    line-height: 1;
  }
}

.header__nav svg {
  display: inline-block;
  width: 16.992px;
  width: 1.062rem;
}
@media screen and (min-width: 751px) {
  .header__nav svg {
    width: 0.6875rem;
  }
}

.inner {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 751px) {
  .inner {
    max-width: 960px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

.pagetop {
  width: 72px;
  width: 4.5rem;
  height: 72px;
  height: 4.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1019607843);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, .1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  position: fixed;
  bottom: 16px;
  bottom: 1rem;
  right: 27px;
  right: 1.6875rem;
  z-index: 10000;
}
@media screen and (min-width: 751px) {
  .pagetop {
    width: 3.9375rem;
    height: 3.9375rem;
    bottom: 1.6875rem;
    right: 2rem;
  }
}

.pagetop svg {
  width: 26px;
  width: 1.625rem;
}
@media screen and (min-width: 751px) {
  .pagetop svg {
    width: 1.4375rem;
  }
}

.sectionTitle__eng {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.15em;
  color: #022742;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  line-height: 1;
}

.sectionTitle h2 {
  color: #231815;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
@media screen and (min-width: 751px) {
  .sectionTitle h2 {
    font-size: 1.125rem;
    margin-bottom: 3.75rem;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #121212;
  color: #fff;
}

.wrapper-narrow {
  width: 100%;
  padding-right: 50px;
  padding-right: 3.125rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 751px) {
  .wrapper-narrow {
    max-width: 960px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

.wrapper {
  width: 100%;
  padding-right: 75px;
  padding-right: 4.6875rem;
  padding-left: 75px;
  padding-left: 4.6875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 751px) {
  .wrapper {
    max-width: 960px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

.company {
  margin-bottom: 89px;
  margin-bottom: 5.5625rem;
}
@media screen and (min-width: 751px) {
  .company {
    margin-bottom: 10rem;
  }
}

.company__inner {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 751px) {
  .company__inner {
    max-width: 1600px;
  }
}

.company__container {
  background-color: #f6f6f6;
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 92px;
  padding-bottom: 5.75rem;
}
@media screen and (min-width: 751px) {
  .company__container {
    width: 80rem;
    padding-top: 6.9375rem;
  }
}

.company__wrapper {
  padding-right: 70px;
  padding-right: 4.375rem;
}
@media screen and (min-width: 751px) {
  .company__wrapper {
    width: 60rem;
    padding-right: 0;
    margin-left: auto;
    margin-right: 0;
  }
}

.company__title {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 751px) {
  .company__title {
    margin-bottom: 4.25rem;
  }
}

.company__title-eng {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 751px) {
  .company__title-eng {
    margin-bottom: 1.0625rem;
  }
}

.company__description-title {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 751px) {
  .company__description-title {
    margin-bottom: 1.125rem;
  }
}

.company__description-title span {
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  background-color: #7f661b;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  margin-right: 9px;
  margin-right: 0.5625rem;
  padding: 7px;
  padding: 0.4375rem;
}
@media screen and (min-width: 751px) {
  .company__description-title span {
    width: 1.9375rem;
    height: 1.9375rem;
    font-size: 1.5rem;
    margin-right: 0.375rem;
    padding: 0.25rem;
  }
}

.company__description-list.u-mobile {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 751px) {
  .company__description-list.u-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
    margin-bottom: 0.625rem;
  }
}

.company__description-list table {
  border-spacing: 0 34px;
  border-spacing: 0 2.125rem;
}

.company__description-list th {
  width: 151px;
  width: 9.4375rem;
  height: 31px;
  height: 1.9375rem;
  background-color: #3e3a39;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .company__description-list th {
    width: 7.8125rem;
    height: 1.375rem;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .company__description-list th {
    width: 6.5625rem;
    height: 1.375rem;
    font-size: 1rem;
  }
}

.company__description-list td {
  color: #121212;
  font-size: 27px;
  font-size: 1.6875rem;
  letter-spacing: 0.05em;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 751px) {
  .company__description-list td {
    font-size: 1.25rem;
    padding-left: 0.5625rem;
  }
}

@media screen and (min-width: 751px) {
  .company__description-text {
    width: 39.75rem;
  }
}

.company__description-text p {
  color: #121212;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  .company__description-text p {
    font-size: 1.25rem;
  }
}

.contact {
  background-color: #022742;
  padding-top: 87px;
  padding-top: 5.4375rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 751px) {
  .contact {
    padding-top: 7rem;
    padding-bottom: 6.25rem;
  }
}

.contact__inner {
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media screen and (min-width: 376px) {
  .contact__inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.contact__title {
  text-align: center;
}

.contact__title-eng {
  color: #fff;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.contact__title h2 {
  color: #fff;
  margin-bottom: 63px;
  margin-bottom: 3.9375rem;
}

.contact__subTitle {
  text-align: center;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}

.contact__subTitle p {
  color: #fff;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__subTitle p::before,
.contact__subTitle p::after {
  content: "";
  border-top: 1px solid #fff;
  width: 65px;
  width: 4.0625rem;
}
@media screen and (min-width: 751px) {
  .contact__subTitle p::before,
.contact__subTitle p::after {
    width: 4.6875rem;
  }
}

.contact__subTitle p::before {
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 751px) {
  .contact__subTitle p::before {
    margin-right: 1.25rem;
  }
}

.contact__subTitle p::after {
  margin-left: 9px;
  margin-left: 0.5625rem;
}
@media screen and (min-width: 751px) {
  .contact__subTitle p::after {
    margin-left: 1.25rem;
  }
}

.contact__tel {
  margin-bottom: 118px;
  margin-bottom: 7.375rem;
}
@media screen and (min-width: 751px) {
  .contact__tel {
    margin-bottom: 7rem;
  }
}

.contact__tel-container {
  position: relative;
  background-color: #fff;
  width: 650px;
  width: 40.625rem;
  height: 252px;
  height: 15.75rem;
  border: 2px solid #a5a5a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 15px;
  row-gap: 0.9375rem;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .contact__tel-container {
    width: 58.25rem;
    height: 14.0625rem;
  }
}

.contact__tel-container::before,
.contact__tel-container::after {
  content: "";
  border-top: 2px solid #7f661b;
  width: 85px;
  width: 5.3125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact__tel-container::before {
  position: absolute;
  top: 6%;
  left: -4.5%;
}
@media screen and (min-width: 751px) {
  .contact__tel-container::before {
    top: 7%;
    left: -3.5%;
  }
}

.contact__tel-container::after {
  position: absolute;
  right: -5%;
  bottom: 5%;
}
@media screen and (min-width: 751px) {
  .contact__tel-container::after {
    right: -3%;
    bottom: 6%;
  }
}

.contact__tel-text {
  width: 600px;
  width: 37.5rem;
  height: 50px;
  height: 3.125rem;
  background-color: #7f661b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.5625rem;
}
@media screen and (min-width: 751px) {
  .contact__tel-text {
    width: 51.5625rem;
    height: 2.9375rem;
  }
}

.contact__tel-text p {
  color: #fff;
  font-size: 27px;
  font-size: 1.6875rem;
  letter-spacing: 0.27em;
}
@media screen and (min-width: 751px) {
  .contact__tel-text p {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
}

.contact__tel-flexWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
  row-gap: 0.625rem;
}
@media screen and (min-width: 751px) {
  .contact__tel-flexWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }
}

.contact__tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
}

.contact__tel-number-icon svg {
  width: 47px;
  width: 2.9375rem;
  height: 47px;
  height: 2.9375rem;
}
@media screen and (min-width: 751px) {
  .contact__tel-number-icon svg {
    width: 3.1875rem;
    height: 3.1875rem;
  }
}

.contact__tel-number a {
  color: #7f661b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 68px;
  font-size: 4.25rem;
  letter-spacing: 0.065em;
}
@media screen and (min-width: 751px) {
  .contact__tel-number a {
    font-size: 4.6875rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 751px) {
  .contact__tel-name {
    padding-bottom: 0.3125rem;
  }
}

.contact__tel-name p {
  color: #121212;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .contact__tel-name p {
    font-size: 1.375rem;
  }
}

.contact__mail-subtitle {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 751px) {
  .contact__mail-subtitle {
    margin-bottom: 2.1875rem;
  }
}

.contact__mail-text {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 751px) {
  .contact__mail-text {
    margin-bottom: 2.5rem;
  }
}

.contact__mail-text p {
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .contact__mail-text p {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
}

.contact__form {
  width: 650px;
  width: 40.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .contact__form {
    width: 60rem;
  }
}

.contact__form-wrapper {
  width: 650px;
  width: 40.625rem;
  border: 1.5px solid #a5a5a2;
  margin-bottom: 94px;
  margin-bottom: 5.875rem;
}
@media screen and (min-width: 751px) {
  .contact__form-wrapper {
    width: 60rem;
    margin-bottom: 7rem;
  }
}

@media screen and (min-width: 751px) {
  .contact__form-box,
.contact__form-textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact__form-box label,
.contact__form-textbox label {
  width: 650px;
  width: 40.625rem;
  height: 80px;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2f0e8;
  color: #231815;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  border-bottom: 3px dotted #a5a5a2;
}
@media screen and (min-width: 751px) {
  .contact__form-box label,
.contact__form-textbox label {
    width: 14.0625rem;
    height: 6.6875rem;
    font-size: 1.125rem;
  }
}

.contact__form-box-input {
  width: 650px;
  width: 40.625rem;
  height: 134px;
  height: 8.375rem;
  background-color: #fff;
  border-bottom: 3px dotted #a5a5a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 751px) {
  .contact__form-box-input {
    width: 45.875rem;
    height: 6.6875rem;
  }
}

.contact__form-box-input.inputName {
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.contact__form-box-input span {
  color: #231815;
  font-size: 26px;
  font-size: 1.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 751px) {
  .contact__form-box-input span {
    font-size: 1.25rem;
  }
}

.contact__form-box-input input {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 100;
  letter-spacing: 0.05em;
  padding-left: 0.5em;
  color: #a5a5a2;
}
@media screen and (min-width: 751px) {
  .contact__form-box-input input {
    font-size: 1.25rem;
    padding-left: 0.8em;
  }
}

.name-box {
  width: 248px;
  width: 15.5rem;
  height: 65px;
  height: 4.0625rem;
  border: 1px solid #a5a5a2;
}
@media screen and (min-width: 751px) {
  .name-box {
    width: 18.125rem;
    height: 2.875rem;
  }
}

.text-box {
  width: 600px;
  width: 37.5rem;
  height: 65px;
  height: 4.0625rem;
  border: 1px solid #a5a5a2;
}
@media screen and (min-width: 751px) {
  .text-box {
    width: 42.1875rem;
    height: 2.875rem;
  }
}

.contact__form-textbox label {
  border-bottom: none;
}
@media screen and (min-width: 751px) {
  .contact__form-textbox label {
    width: 14.0625rem;
    height: 18.375rem;
  }
}

.contact__form-box-textarea {
  width: 650px;
  width: 40.625rem;
  height: 319px;
  height: 19.9375rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 751px) {
  .contact__form-box-textarea {
    width: 45.875rem;
    height: 18.375rem;
  }
}

.contact__form-box-textarea textarea {
  width: 600px;
  width: 37.5rem;
  height: 262px;
  height: 16.375rem;
  border: 1px solid #a5a5a2;
}
@media screen and (min-width: 751px) {
  .contact__form-box-textarea textarea {
    width: 42.1875rem;
    height: 14.8125rem;
  }
}

.contact__form-submit {
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.contact__form-submit::before {
  /* ボタンと同じサイズの白い半透明の疑似要素beforeを作成し、非表示にしておく */
  visibility: hidden;
  content: "";
  width: 466px;
  width: 29.125rem;
  height: 97px;
  height: 6.0625rem;
  border-radius: 2.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-color: #FFF;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;

  z-index: 90;
}
@media screen and (min-width: 751px) {
  .contact__form-submit::before {
    width: 23.4375rem;
    height: 4.875rem;
    border-radius: 2.375rem;
  }
}

.contact__form-submit:hover::before,
.contact__form-submit:hover::after {
  visibility: visible;
  opacity: 0.5;
}

.contact__form-submit::after {
  position: absolute;
  content: url(../images/SP/SVG/contact_sp-submit.svg);
  width: 13px;
  width: 0.8125rem;
  top: 40%;
  right: 20%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 751px) {
  .contact__form-submit::after {
    width: 0.625rem;
    top: 40%;
    right: 33.5%;
  }
}

.contact__form-submit input {
  width: 466px;
  width: 29.125rem;
  height: 97px;
  height: 6.0625rem;
  background-color: #fff;
  border: 4px solid #7f661b;
  border-radius: 2.9375rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #7f661b;

  position: relative;
  z-index: 100;
}

.contact__form-submit input:hover {
  cursor: pointer!important;
}

@media screen and (min-width: 751px) {
  .contact__form-submit input {
    width: 23.4375rem;
    height: 4.875rem;
    border-radius: 2.375rem;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 751px) {
  #container {
    position: relative;
  }
}

.container__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.information {
  padding-top: 90px;
  padding-top: 5.625rem;
  margin-bottom: 89px;
  margin-bottom: 5.5625rem;
}
@media screen and (min-width: 751px) {
  .information {
    padding-top: 8.125rem;
    margin-bottom: 6.875rem;
    z-index: 0;
  }
}

@media screen and (min-width: 751px) {
  .information__inner {
    max-width: 1600px;
    padding-left: 0;
    padding-right: 0;
  }
}

.information__image {
  margin-bottom: -200px;
  margin-bottom: -12.5rem;
}
@media screen and (min-width: 751px) {
  .information__image {
    width: 43.75rem;
    margin-bottom: -20.9375rem;
    z-index: 2;
  }
}

.information__body {
  padding-top: 285px;
  padding-top: 17.8125rem;
  padding-bottom: 89px;
  padding-bottom: 5.5625rem;
  background-color: #f6f6f6;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 751px) {
  .information__body {
    padding-top: 6.9375rem;
    padding-bottom: 6.25rem;
    width: 71.875rem;
    margin-left: auto;
    margin-right: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1600px) {
  .information__body {
    width: 1150px;
  }
}

@media screen and (min-width: 751px) {
  .information__wrapper {
    width: 30rem;
  }
}
@media screen and (min-width: 1600px) {
  .information__wrapper {
    width: 480px;
  }
}

.information__body h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #7f661b;
  margin-bottom: 58px;
  margin-bottom: 3.625rem;
}
@media screen and (min-width: 751px) {
  .information__body h3 {
    font-size: 1.4375rem;
    margin-bottom: 2.25rem;
  }
}

.information__body h3::after {
  content: "";
  border-top: 1px solid #7f661b;
  /*width: 355px;*/
  width: 22.1875rem;
  /*margin-left: 10px;*/
  margin-left: 0.625rem;
}
@media screen and (min-width: 751px) {
  .information__body h3::after {
    width: 17.5rem;
  }
}

.information__body h4 {
  color: #121212;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 751px) {
  .information__body h4 {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
  }
}

.information__body-text {
  color: #121212;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 2.1153;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 751px) {
  .information__body-text {
    font-size: 1.125rem;
  }
}

.information__body-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}
@media screen and (min-width: 751px) {
  .information__body-image {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}

.main-visual {
  position: relative;
}

.swiper {
  max-width: 100%;
  height: 93vw;
}
@media screen and (min-width: 751px) {
  .swiper {
    height: 50rem;
  }
}

.main-visual__logo {
  width: 600px;
  width: 37.5rem;
  margin: 0 auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide__first {
  background-image: url(../images/SP/2x/mv-sp-01@2x-100.jpg);
}
@media screen and (min-width: 751px) {
  .swiper-slide__first {
    background-image: url(../images/PC/2x/mv_pc-mask@2x.png), url(../images/PC/2x/mv_pc-01@2x-100.jpg);
  }
}

.swiper-slide__second {
  background-image: url(../images/SP/2x/mv-sp-02@2x-100.jpg);
}
@media screen and (min-width: 751px) {
  .swiper-slide__second {
    background-image: url(../images/PC/2x/mv_pc-mask@2x.png), url(../images/PC/2x/mv_pc-02@2x-100.jpg);
  }
}

.swiper-slide__third {
  background-image: url(../images/SP/2x/mv-sp-03@2x-100.jpg);
}
@media screen and (min-width: 751px) {
  .swiper-slide__third {
    background-image: url(../images/PC/2x/mv_pc-mask@2x.png), url(../images/PC/2x/mv_pc-03@2x-100.jpg);
  }
}

.main-visual__title-firstSlide {
  width: 401px;
  width: 25.0625rem;
  position: absolute;
  right: 80px;
  right: 5rem;
  bottom: 150px;
  bottom: 9.375rem;
}
@media screen and (min-width: 751px) {
  .main-visual__title-firstSlide {
    width: 42.5rem;
    right: 14.875rem;
    bottom: 12.5rem;
  }
}

.main-visual__title-secondSlide {
  width: 401px;
  width: 25.0625rem;
  position: absolute;
  top: 180px;
  top: 11.25rem;
  right: 72px;
  right: 4.5rem;
}
@media screen and (min-width: 751px) {
  .main-visual__title-secondSlide {
    width: 42.5rem;
    top: 6.75rem;
    right: 14.375rem;
  }
}

.main-visual__title-thirdSlide {
  width: 401px;
  width: 25.0625rem;
  position: absolute;
  top: 165px;
  top: 10.3125rem;
  left: 72px;
  left: 4.5rem;
}
@media screen and (min-width: 751px) {
  .main-visual__title-thirdSlide {
    width: 42.5rem;
    top: 8.4375rem;
    left: 15.625rem;
  }
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -38px;
  bottom: -2.375rem;
}

.swiper-pagination-bullet {
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  background-color: #3e3a39;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  margin: 0 0.5625rem;
}

.product {
  background: url(../images/SP/2x/product_sp-bg@2x-100.jpg) center no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
@media screen and (min-width: 751px) {
  .product {
    max-width: 1600px;
    padding-top: 6.9375rem;
    padding-bottom: 7.1875rem;
    margin-bottom: 6.875rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.product__container {
  background-color: #fff;
  width: 680px;
  width: 42.5rem;
  margin: 0 auto;
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 751px) {
  .product__container {
    width: 60rem;
  }
}

.product__inner {
  width: 650px;
  width: 40.625rem;
  border: 1px solid #7f661b;
}
@media screen and (min-width: 751px) {
  .product__inner {
    width: 57.875rem;
    padding-left: 6.875rem;
    padding-right: 6.875rem;
  }
}

.product__body {
  padding-top: 95px;
  padding-top: 5.9375rem;
}
@media screen and (min-width: 751px) {
  .product__body {
    padding-top: 6.875rem;
    padding-bottom: 5.9375rem;
  }
}

.product__title {
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.product__title p {
  font-family: "Helvetica", "Arial", sans-serif;
  color: #7f661b;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: lighter;
  font-style: Oblique;
  letter-spacing: 0.1em;
  border-bottom: 3px dotted #7f661b;
  display: inline-block;
  line-height: 0.8;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 751px) {
  .product__title p {
    font-size: 3.1875rem;
    margin-bottom: 1.75rem;
  }
}

.product__title h2 {
  color: #231815;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 751px) {
  .product__title h2 {
    font-size: 1.125rem;
  }
}

.product__text {
  margin-bottom: 55px;
  margin-bottom: 3.4375rem;
}
@media screen and (min-width: 751px) {
  .product__text {
    margin-bottom: 2.8125rem;
  }
}

.product__text p {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 2.1;
}
@media screen and (min-width: 751px) {
  .product__text p {
    font-size: 1.1875rem;
    line-height: 1.95;
  }
}

.product__lists {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (min-width: 751px) {
  .product__list {
    margin-bottom: 1rem;
  }
}

.product__list-wrapper {
  width: 650px;
  width: 40.625rem;
  height: 304px;
  height: 19rem;
  border-top: 1px solid #7f661b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  padding-top: 43px;
  padding-top: 2.6875rem;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
}
@media screen and (min-width: 751px) {
  .product__list-wrapper {
    width: 43.75rem;
    height: 10.625rem;
    border: 1px solid #7f661b;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.4375rem;
    padding-right: 2.25rem;
  }
}

.product__list-wrapper.list-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__list-image {
  width: 220px;
  width: 13.75rem;
  padding-top: 6px;
  padding-top: 0.375rem;
}
@media screen and (min-width: 751px) {
  .product__list-image {
    width: 13.125rem;
    padding-top: 0;
  }
}

.product__list-wrapper.list-center .product__list-image {
  padding-top: 0;
}

.product__list-body {
  width: 300px;
  width: 18.75rem;
}
@media screen and (min-width: 751px) {
  .product__list-body {
    width: 23.75rem;
  }
}

.product__list-wrapper.list-center .product__list-body {
  margin-top: -25px;
  margin-top: -1.5625rem;
}

.product__list-wrapper.list-center .product__list-body.mt0 {
  margin-top: 0;
}

.product__list-body h3 {
  position: relative;
  color: #022742;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-left: 1em;
}
@media screen and (min-width: 751px) {
  .product__list-body h3 {
    font-size: 1.4375rem;
    margin-left: 0.7em;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1024px) {
  .product__list-body h3 {
    margin-left: 0.5em;
    letter-spacing: 0.1em;
  }
}

.product__list-body h3::before {
  position: absolute;
  content: "◇";
  color: #022742;
  font-size: 20px;
  font-size: 1.25rem;
  top: 10%;
  left: -9%;
}
@media screen and (min-width: 751px) {
  .product__list-body h3::before {
    font-size: 0.9375rem;
    top: 5%;
    left: -8%;
  }
}
@media screen and (min-width: 1024px) {
  .product__list-body h3::before {
    font-size: 0.9375rem;
    top: 20%;
    left: -5%;
  }
}

.product__list-body p {
  color: #121212;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .product__list-body p {
    font-size: 1.1875rem;
    margin-left: -0.5em;
  }
}
/*# sourceMappingURL=styles.css.map */
