@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;700&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  color: #1A2647;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  background: url(../images/common/bg_paper.png);
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

img {
  max-width: 100%;
}

dt {
  font-weight: normal;
}

.l-main {
  position: relative;
  min-height: calc(100vh - 683px);
  margin-top: 109px;
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 8;
  width: 100%;
  background: url(../images/common/bg_paper.png);
  background-color: #fff;
  padding: 15px 50px;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
}
.l-header__logo {
  width: 77px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 58px;
  }
}
.l-header__logo:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.l-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  color: #1A2647;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}
.l-header__tell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  height: 50px;
  background: #D6B66B;
  border-radius: 25px;
  padding-left: 33px;
  padding-right: 33px;
}
@media screen and (max-width: 1200px) {
  .l-header__tell {
    display: none;
  }
}
.l-header__tell::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: no-repeat center/contain url(../images/common/phone_icon.png);
  margin-right: 9px;
}
.l-header__tell:hover {
  color: #fff;
  background: #1A2647;
  transition: color 0.3s, background-color 0.3s;
}
.l-header__tell:hover::before {
  background: no-repeat center/contain url(../images/common/phone_icon_white.png);
  transition: background-image 0.3s;
}

.l-header__navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  .l-header__navi {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(26, 38, 71, 0.8);
    padding-top: 200px;
    transition: visibility 0.3s, opacity 0.3s;
  }
}
.l-header__navi-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
}
@media screen and (max-width: 1200px) {
  .l-header__navi-list {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__navi-item {
    color: #fff;
  }
}
.l-header__navi-item:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.l-header__navi-item:not(:last-of-type) {
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  .l-header__navi-item:not(:last-of-type) {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .l-header__navi.open {
    visibility: visible;
    opacity: 1;
  }
}

.l-header__hamburger {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 7;
  width: 46px;
  height: 46px;
  background: #D6B66B;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .l-header__hamburger {
    display: block;
  }
}
.l-header__hamburger-bar {
  position: absolute;
  left: 8px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #1A2647;
}
.l-header__hamburger-bar:nth-child(1) {
  top: 14px;
  transition: transform 0.5s;
}
.l-header__hamburger-bar:nth-child(2) {
  top: 22px;
  transition: opacity 0.5s;
}
.l-header__hamburger-bar:nth-child(3) {
  top: 30px;
  transition: transform 0.5s;
}

.l-header__hamburger.open .l-header__hamburger-bar:nth-child(1) {
  transform: translateY(8px) rotate(30deg);
}
.l-header__hamburger.open .l-header__hamburger-bar:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.open .l-header__hamburger-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-210deg);
}

.l-footer {
  background: no-repeat center/cover url(../images/common/footer_bg.png);
  padding: 100px 50px 20px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.l-footer__wrapper {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 80px 70px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__wrapper {
    padding: 60px 27px;
  }
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
}
@media screen and (max-width: 1200px) {
  .l-footer__content {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer__company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    width: 100%;
  }
}
.l-footer__logo {
  width: 77px;
  height: 79px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin-bottom: 0;
  }
}
.l-footer__logo img {
  object-fit: contain;
  width: 100%;
}
.l-footer__address {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    font-size: 1.5rem;
  }
}
.l-footer__number {
  font-weight: bold;
}
.l-footer__contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  width: 631px;
}
@media screen and (max-width: 1200px) {
  .l-footer__contact {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 850px) {
  .l-footer__contact {
    flex-direction: column;
    width: 100%;
  }
}
.l-footer__contact-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: no-wrap;
  width: 305px;
  height: 196px;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 4px solid #D6B66B;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-block {
    width: 100%;
    height: 134px;
  }
}
.l-footer__contact-block:hover {
  color: #fff;
  background: #1A2647;
  border-color: #1A2647;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 850px) {
  .l-footer__contact-block:first-child {
    margin-bottom: 30px;
  }
}
.l-footer__contact-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: no-wrap;
  width: 100%;
  height: 100%;
}
.l-footer__contact-block a span {
  display: block;
}
.l-footer__contact-block:nth-child(1) a span:first-child {
  margin-bottom: 20px;
}
.l-footer__contact-block-phone::before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 30px;
  height: 30px;
  background: no-repeat center/contain url(../images/common/phone_icon.png);
  margin-right: 7px;
}
.l-footer__contact-block:hover .l-footer__contact-block-phone::before {
  background: no-repeat center/contain url(../images/common/phone_icon_white.png);
  transition: background-image 0.3s;
}
@media screen and (max-width: 1200px) {
  .l-footer__sitemap {
    display: none;
  }
}
.l-footer__sitemap-item {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  line-height: 1.5;
}
.l-footer__sitemap-item:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.l-footer__sitemap-item:not(:last-child) {
  margin-bottom: 15px;
}
.l-footer__bottom {
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
.l-footer__bottom a {
  border-bottom: 1px solid #fff;
}

.p-container {
  box-sizing: content-box;
  max-width: 1200px;
  padding: 0 70px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }
}

.p-outline {
  padding-top: 105px;
}
@media screen and (max-width: 768px) {
  .p-outline {
    padding-top: 60px;
  }
}
.p-outline__wrapper {
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
  max-width: 1200px;
  padding: 0 70px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-outline__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-outline__wrapper {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }
}
.p-outline__image {
  max-width: 50.6%;
}
@media screen and (max-width: 1200px) {
  .p-outline__image {
    max-width: 100%;
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-outline__image {
    height: 340px;
  }
}
.p-outline__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-outline__text {
  width: 49.4%;
  padding-left: 103px;
}
@media screen and (max-width: 1200px) {
  .p-outline__text {
    width: 100%;
    padding-left: 0;
  }
}
.p-outline__title {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-outline__title {
    margin-bottom: 60px;
  }
}
.p-outline__content {
  width: 100%;
}

.p-outline.js-loading-fadein .p-outline__image {
  opacity: 0;
  transition: opacity 2s 0s ease;
}
.p-outline.js-loading-fadein .p-outline__text {
  opacity: 0;
  transition: opacity 2s 0.5s ease;
}
.p-outline.js-loading-fadein.open .p-outline__image, .p-outline.js-loading-fadein.open .p-outline__text {
  opacity: 1;
}

.p-section-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
}
.p-section-flex__title {
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .p-section-flex__title {
    padding-right: 50px;
  }
}
.p-section-flex__content {
  width: calc(100% - 100px - 32px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-section-flex__content {
    width: calc(100% - 50px - 24px);
  }
}
.p-section-flex__block {
  min-width: 360px;
  width: 48%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-section-flex__block {
    min-width: 100%;
  }
}
.p-section-flex__image {
  width: 100%;
}
.p-section-flex__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-content-right {
  padding-top: 60px;
  padding-left: 202px;
}
@media screen and (max-width: 768px) {
  .p-content-right {
    padding-top: 150px;
    padding-left: 0;
  }
}

.p-page-head {
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .p-page-head {
    padding-bottom: 80px;
  }
}
.p-page-head__copy {
  margin-bottom: 60px;
}
.p-page-head__description {
  max-width: 590px;
}
@media screen and (max-width: 768px) {
  .p-page-head__description {
    max-width: 100%;
  }
}

.p-page-head.js-loading-fadein {
  opacity: 0;
  transition: opacity 2s ease;
}
.p-page-head.js-loading-fadein.open {
  opacity: 1;
}

.p-description-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
  border-top: 1px solid #D6B66B;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-description-list__item {
    flex-direction: column;
  }
}
.p-description-list__item:last-child {
  border-bottom: 1px solid #D6B66B;
}
.p-description-list__item dd {
  width: 183px;
}
@media screen and (max-width: 768px) {
  .p-description-list__item dd {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-description-list__item dt {
  width: calc(100% - 183px);
}
@media screen and (max-width: 768px) {
  .p-description-list__item dt {
    width: 100%;
  }
}

.c-button {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 30px;
  background: #D6B66B;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-button {
    padding: 14px 30px;
  }
}
.c-button:hover {
  color: #fff;
  background: #1A2647;
  transition: background-color 0.3s;
}
.c-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
}
.c-button a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: no-repeat center/contain url(../images/common/link_arrow.svg);
  transform: translateY(1px);
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .c-button a::after {
    margin-left: 20px;
  }
}
.c-button:hover a::after {
  background: no-repeat center/contain url(../images/common/link_arrow_white.png);
}

.c-page-title {
  position: absolute;
  top: 0;
  z-index: 5;
  margin-top: 42px;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3em;
  background: #1A2647;
  padding: 65px 75px;
}
@media screen and (max-width: 768px) {
  .c-page-title {
    font-size: 2.4rem;
    padding: 33px 30px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-page-title__sp-horizontal {
    writing-mode: horizontal-tb;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 30px 33px;
  }
}

.c-section-title {
  color: #1A2647;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 2.4rem;
  }
}
.c-section-title__vertical {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  letter-spacing: 0.3em;
}

.u-color-white {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .u-br-md {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .u-br-lg {
    display: none;
  }
}

.pg-top__mv {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  width: 100%;
  height: 919px;
}
@media screen and (max-width: 768px) {
  .pg-top__mv {
    height: 660px;
  }
}
.pg-top__mv-swiper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  overflow: hidden;
  width: calc(100% - 424px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .pg-top__mv-swiper {
    width: 100%;
  }
}
.pg-top__mv-swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pg-top__mv-block {
  z-index: 3;
  width: 424px;
  height: 100%;
  background: #1A2647;
  padding-top: 163px;
}
@media screen and (max-width: 768px) {
  .pg-top__mv-block {
    position: absolute;
    top: 86px;
    right: 0;
    width: 156px;
    height: 412px;
    padding-top: 40px;
  }
}
.pg-top__mv-copy {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
  flex-direction: row-reverse;
  width: 222px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pg-top__mv-copy {
    width: 117px;
  }
}
.pg-top__mv-copy-main {
  writing-mode: vertical-rl;
  font-size: 4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .pg-top__mv-copy-main {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.pg-top__mv-copy-sub {
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  padding-top: 255px;
}
@media screen and (max-width: 768px) {
  .pg-top__mv-copy-sub {
    font-size: 1.6rem;
    padding-top: 143px;
  }
}

.pg-top__mv.js-loading-fadein .pg-top__mv-swiper,
.pg-top__mv.js-loading-fadein .pg-top__mv-block {
  opacity: 0;
  transition: opacity 2s ease;
}
.pg-top__mv.js-loading-fadein .pg-top__mv-block .pg-top__mv-copy {
  opacity: 0;
  transition: opacity 2s 1s ease;
}
.pg-top__mv.js-loading-fadein.open .pg-top__mv-swiper, .pg-top__mv.js-loading-fadein.open .pg-top__mv-block {
  opacity: 1;
}
.pg-top__mv.js-loading-fadein.open .pg-top__mv-block .pg-top__mv-copy {
  opacity: 1;
}

.pg-top__about {
  position: relative;
  padding-bottom: 436px;
}
@media screen and (max-width: 768px) {
  .pg-top__about {
    padding-bottom: 135px;
  }
}
.pg-top__about-text {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  width: 690px;
  padding-top: 353px;
}
@media screen and (max-width: 768px) {
  .pg-top__about-text {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 160px;
    width: 100%;
  }
}
.pg-top__about-description {
  max-width: 387px;
}
@media screen and (max-width: 768px) {
  .pg-top__about-description {
    width: 100%;
    padding-top: 160px;
  }
}
.pg-top__about-title {
  writing-mode: vertical-rl;
  min-height: 537px;
  color: #fff;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3em;
  background: #1A2647;
  padding: 60px 70px;
}
@media screen and (max-width: 768px) {
  .pg-top__about-title {
    min-height: auto;
    font-size: 2.4rem;
    padding: 30px 33px;
  }
}
.pg-top__about-images-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.pg-top__about-bicycle {
  max-width: 860px;
}
@media screen and (max-width: 768px) {
  .pg-top__about-bicycle {
    max-width: 100%;
  }
}
.pg-top__about-bicycle img {
  object-fit: contain;
  width: 100%;
}
.pg-top__about-entrance {
  max-width: 494px;
  max-height: 350px;
  margin-top: 335px;
  margin-left: calc((100vw - 1200px) / 2 + 100px);
}
@media screen and (max-width: 768px) {
  .pg-top__about-entrance {
    position: absolute;
    top: 100px;
    left: 0;
    width: 281px;
    height: 199px;
    margin-top: 0;
    margin-left: 0;
  }
}
.pg-top__about-entrance img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pg-top__about-images-2 {
  position: absolute;
  top: 335px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .pg-top__about-images-2 {
    top: 358px;
  }
}
.pg-top__about-river {
  max-width: 405px;
  max-height: 344px;
}
@media screen and (max-width: 768px) {
  .pg-top__about-river {
    position: absolute;
    top: 0;
    right: 0;
    width: 152px;
    height: 129px;
  }
}
.pg-top__about-river img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pg-top__about-town {
  position: relative;
  right: 98px;
  margin-top: 120px;
  max-width: 280px;
  max-height: 242px;
}
@media screen and (max-width: 768px) {
  .pg-top__about-town {
    top: 30px;
    right: 109px;
    width: 107px;
    height: 92px;
  }
}
.pg-top__about-town img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pg-top__service {
  position: relative;
  padding-bottom: 265px;
}
@media screen and (max-width: 768px) {
  .pg-top__service {
    padding-bottom: 230px;
  }
}
.pg-top__service-title {
  display: inline-block;
  color: #fff;
  font-size: 3.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  line-height: 1.5;
  background: #1A2647;
  padding: 37px calc((100vw - 1200px) / 2);
}
@media screen and (max-width: 1200px) {
  .pg-top__service-title {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__service-title {
    font-size: 2.4rem;
    padding: 30px 35px 30px 15px;
  }
}
.pg-top__service-content {
  position: relative;
  z-index: 5;
}
.pg-top__service-description {
  max-width: 508px;
  margin-top: 150px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pg-top__service-description {
    max-width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.pg-top__service-item {
  width: 508px;
  background: #D6B66B;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .pg-top__service-item {
    max-width: 100%;
  }
}
.pg-top__service-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.pg-top__service-item:hover {
  color: #fff;
  background: #1A2647;
  transition: color 0.3s, background-color 0.3s;
}
.pg-top__service-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  padding: 42px 25px 42px 86px;
}
@media screen and (max-width: 768px) {
  .pg-top__service-item a {
    padding: 34px 30px;
  }
}
.pg-top__service-item a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: no-repeat center/contain url(../images/common/link_arrow.svg);
}
@media screen and (max-width: 768px) {
  .pg-top__service-item a::after {
    width: 20px;
    height: 20px;
  }
}
.pg-top__service-item:hover a::after {
  background: no-repeat center/contain url(../images/common/link_arrow_white.png);
}
.pg-top__service-item a span {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pg-top__service-item a span {
    font-size: 1.6rem;
  }
}
.pg-top__service-images {
  position: absolute;
  top: 182px;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .pg-top__service-images {
    position: relative;
    top: 60px;
  }
}
.pg-top__service-images div:nth-child(1) {
  max-width: 403px;
  max-height: 333px;
}
@media screen and (max-width: 1200px) {
  .pg-top__service-images div:nth-child(1) {
    margin-left: auto;
    width: 240px;
    height: 154px;
  }
}
.pg-top__service-images div:nth-child(1) img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pg-top__service-images div:nth-child(2) {
  position: relative;
  top: 117px;
  right: 202px;
  max-width: 384px;
  max-height: 301px;
}
@media screen and (max-width: 1200px) {
  .pg-top__service-images div:nth-child(2) {
    top: 250px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__service-images div:nth-child(2) {
    top: 32px;
    right: -86px;
    width: 223px;
    height: 147px;
  }
}
.pg-top__service-images div:nth-child(2) img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pg-top__service-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  max-width: 598px;
  max-height: 795px;
}
@media screen and (max-width: 768px) {
  .pg-top__service-bg {
    width: 179px;
    height: 238px;
  }
}
.pg-top__service-bg img {
  object-fit: contain;
  width: 100%;
}

.pg-top__news {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #1A2647;
}
@media screen and (max-width: 768px) {
  .pg-top__news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.pg-top__news-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
}
@media screen and (max-width: 768px) {
  .pg-top__news-layout {
    flex-direction: column;
  }
}
.pg-top__news-title {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 3.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3em;
  padding-right: 165px;
}
@media screen and (max-width: 768px) {
  .pg-top__news-title {
    writing-mode: horizontal-tb;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    padding-right: 0;
    margin-bottom: 60px;
  }
}
.pg-top__news-content {
  width: calc(100% - 165px);
}
@media screen and (max-width: 768px) {
  .pg-top__news-content {
    width: 100%;
  }
}
.pg-top__news-list {
  width: 100%;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pg-top__news-list {
    font-size: 1.5rem;
  }
}
.pg-top__news-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #fff;
}
.pg-top__news-item:hover {
  color: #D6B66B;
  transition: color 0.3s;
}
.pg-top__news-item:last-of-type {
  border-bottom: 1px solid #fff;
}
.pg-top__news-item a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
}
@media screen and (max-width: 768px) {
  .pg-top__news-item a {
    flex-direction: column;
  }
}
.pg-top__news-item a time {
  width: 183px;
}
@media screen and (max-width: 768px) {
  .pg-top__news-item a time {
    width: 100%;
  }
}
.pg-top__news-item a h3 {
  width: calc(100% - 183px);
}
@media screen and (max-width: 768px) {
  .pg-top__news-item a h3 {
    width: 100%;
  }
}
.pg-top__news-button:hover {
  background: #fff;
  transition: background-color 0.3s;
}
.pg-top__news-button:hover a {
  color: #1A2647;
}
.pg-top__news-button:hover a::after {
  background: no-repeat center/contain url(../images/common/link_arrow.svg);
}

.pg-business__outline {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .pg-business__outline {
    padding-bottom: 80px;
  }
}

.pg-business__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
  border-top: 1px solid #1A2647;
  padding: 100px 0 150px;
}
@media screen and (max-width: 900px) {
  .pg-business__block {
    flex-direction: column;
    padding: 60px 0;
  }
}
.pg-business__block-text {
  width: calc(100% - 600px);
}
@media screen and (max-width: 1200px) {
  .pg-business__block-text {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 900px) {
  .pg-business__block-text {
    width: 100%;
    margin-bottom: 60px;
  }
}
.pg-business__block-text h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .pg-business__block-text h2 {
    width: 100%;
    margin-bottom: 60px;
  }
}
.pg-business__block-text p {
  max-width: 487px;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .pg-business__block-text p {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.pg-business__block-image {
  width: 600px;
  padding-left: 112px;
}
@media screen and (max-width: 1200px) {
  .pg-business__block-image {
    width: 450px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 900px) {
  .pg-business__block-image {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .pg-business__block-image {
    max-width: 100%;
    padding-left: 0;
  }
}
.pg-business__block-image-icon {
  width: 278px;
  margin-top: 100px;
  margin-right: 100px;
}
@media screen and (max-width: 1200px) {
  .pg-business__block-image-icon {
    width: 154px;
    margin: 0 auto;
  }
}

.pg-business__block:last-child {
  padding-bottom: 200px;
}
@media screen and (max-width: 900px) {
  .pg-business__block:last-child {
    padding-bottom: 80px;
  }
}

.pg-business__order {
  background: #1A2647;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pg-business__order {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pg-business__order-title {
  text-align: center;
  margin-bottom: 60px;
}
.pg-business__order-inner {
  width: 588px;
  background: #fff;
  border-radius: 10px;
  padding: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pg-business__order-inner {
    width: 100%;
    padding: 40px 30px;
  }
}
.pg-business__order-info {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pg-business__order-info {
    margin-bottom: 40px;
  }
}
.pg-business__order-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: no-wrap;
  border-bottom: 1px solid #1A2647;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pg-business__order-item {
    flex-direction: column;
  }
}
.pg-business__order-item:not(:first-child) {
  padding-top: 20px;
}
.pg-business__order-item dt {
  width: 168px;
}
@media screen and (max-width: 768px) {
  .pg-business__order-item dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pg-business__order-item dd {
  width: calc(100% - 168px);
}
@media screen and (max-width: 768px) {
  .pg-business__order-item dd {
    width: 100%;
  }
}

.pg-business__beer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  height: 419px;
}
@media screen and (max-width: 768px) {
  .pg-business__beer {
    flex-direction: column;
    height: auto;
  }
}
.pg-business__beer-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  width: 500px;
  height: 100%;
  background: #D6B66B;
  padding-left: 120px;
}
@media screen and (max-width: 768px) {
  .pg-business__beer-text {
    width: 100%;
    height: 210px;
    padding-left: 15px;
  }
}
.pg-business__beer-text p {
  color: #fff;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pg-business__beer-text p {
    font-size: 2rem;
  }
}
.pg-business__beer-image {
  width: calc(100% - 500px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .pg-business__beer-image {
    width: 100%;
    height: 210px;
  }
}
.pg-business__beer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-product__outline,
.pg-product__recommend {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .pg-product__outline,
  .pg-product__recommend {
    padding-bottom: 80px;
  }
}

.pg-product__category {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .pg-product__category {
    padding-bottom: 80px;
  }
}
.pg-product__category-title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pg-product__category-title {
    margin-bottom: 60px;
  }
}
.pg-product__category-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.pg-product__category-item {
  position: relative;
  width: 31%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pg-product__category-item {
    width: 48%;
  }
}
.pg-product__category-image {
  width: 100%;
}
.pg-product__category-image img {
  width: 100%;
}
.pg-product__category-label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #1A2647;
  border-radius: 27px;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .pg-product__category-label {
    bottom: 10px;
    width: 140px;
    font-size: 1.2rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.pg-news__content {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .pg-news__content {
    padding-bottom: 80px;
  }
}

.pg-news__list {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pg-news__list {
    margin-bottom: 60px;
  }
}

.pg-news__item {
  border-top: 1px solid #D6B66B;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pg-news__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.pg-news__item:last-child {
  border-bottom: 1px solid #D6B66B;
}
.pg-news__item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: no-wrap;
}
@media screen and (max-width: 768px) {
  .pg-news__item a {
    flex-direction: column;
  }
}
.pg-news__item time {
  width: 204px;
}
@media screen and (max-width: 768px) {
  .pg-news__item time {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pg-news__item h2 {
  width: calc(100% - 204px);
}
@media screen and (max-width: 768px) {
  .pg-news__item h2 {
    width: 100%;
  }
}

.pg-news__pagination {
  display: inline-block;
}
.pg-news__pagination-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
}
.pg-news__pagination li {
  font-size: 2rem;
}
.pg-news__pagination li:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .pg-news__pagination li:not(:last-child) {
    margin-right: 20px;
  }
}
.pg-news__pagination li .prev,
.pg-news__pagination li .next {
  font-size: 1.6rem;
}
.pg-news__pagination-current {
  color: #D6B66B;
  font-weight: 500;
}

.pg-news-single__wrapper {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .pg-news-single__wrapper {
    padding-bottom: 80px;
  }
}
.pg-news-single__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pg-news-single__title {
    margin-bottom: 60px;
  }
}
.pg-news-single__content {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pg-news-single__content {
    margin-bottom: 60px;
  }
}

.pg-recruit__wrapper {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .pg-recruit__wrapper {
    padding-bottom: 80px;
  }
}

.pg-recruit__content-title {
  margin-bottom: 60px;
}

.pg-recruit__item {
  border-top: 1px solid #D6B66B;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pg-recruit__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.pg-recruit__item:last-child {
  border-bottom: 1px solid #D6B66B;
}
.pg-recruit__item-title {
  cursor: pointer;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pg-recruit__item-title {
    font-size: 1.6rem;
  }
}
.pg-recruit__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 18px;
  height: 2px;
  background: #1A2647;
}
@media screen and (max-width: 768px) {
  .pg-recruit__item-title::before {
    width: 14px;
    right: 20px;
  }
}
.pg-recruit__item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 18px;
  height: 2px;
  background: #1A2647;
  transform: rotate(90deg);
  transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
  .pg-recruit__item-title::after {
    width: 14px;
    right: 20px;
  }
}
.pg-recruit__item-content {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  transition: max-height 0.5s, padding-top 0.5s, opacity 0.5s;
}

.pg-recruit__item.open .pg-recruit__item-title::after {
  transform: rotate(0);
}

.pg-recruit__item.open .pg-recruit__item-content {
  opacity: 1;
  max-height: 2000px;
  padding-top: 40px;
}

.pg-company__outline {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .pg-company__outline {
    padding-bottom: 80px;
  }
}

.pg-company__history {
  position: relative;
}
.pg-company__history-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pg-company__history-title {
    margin-bottom: 60px;
  }
}
.pg-company__history-illustration {
  width: 468px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .pg-company__history-illustration {
    width: 250px;
  }
}

.pg-company__profile {
  color: #fff;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .pg-company__profile {
    margin-top: 0;
  }
}
.pg-company__profile::before {
  content: "";
  display: block;
  width: 913px;
  height: 150px;
  background: #1A2647;
}
@media screen and (max-width: 1380px) {
  .pg-company__profile::before {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .pg-company__profile::before {
    display: none;
  }
}
.pg-company__profile-wrapper {
  background: #1A2647;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pg-company__profile-wrapper {
    padding-top: 80px;
  }
}
.pg-company__profile-title {
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pg-company__profile-title {
    margin-bottom: 60px;
  }
}

.pg-company__map {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .pg-company__map {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.pg-company__map-title {
  text-align: center;
  margin-bottom: 60px;
}
.pg-company__map-image {
  width: 794px;
  height: 437px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pg-company__map-image {
    width: 100%;
    height: 260px;
  }
}
.pg-company__map-image iframe {
  width: 100%;
  height: 100%;
}

.pg-company__event {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .pg-company__event {
    padding-bottom: 80px;
  }
}

.pg-contact__phone {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone {
    padding-bottom: 80px;
  }
}
.pg-contact__phone-title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone-title {
    margin-bottom: 60px;
  }
}
.pg-contact__phone-wrapper {
  text-align: center;
}
.pg-contact__phone-button {
  display: inline-block;
  height: 203px;
  background: #D6B66B;
  border-radius: 10px;
  padding-left: 92px;
  padding-right: 113px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone-button {
    height: 140px;
    padding-left: 35px;
    padding-right: 40px;
  }
}
.pg-contact__phone-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  height: 100%;
}
.pg-contact__phone-inner::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: no-repeat center/contain url(../images/common/phone_icon.png);
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone-inner::before {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
.pg-contact__phone-text {
  text-align: center;
}
.pg-contact__phone-text span {
  display: block;
}
.pg-contact__phone-text span:nth-child(1) {
  font-size: 4.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone-text span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.pg-contact__phone-text span:nth-child(2) {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone-text span:nth-child(2) {
    font-size: 1.6rem;
  }
}

.pg-contact__form {
  padding-bottom: 150px;
}
.pg-contact__form-title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pg-contact__form-title {
    margin-bottom: 60px;
  }
}
.pg-contact__form-content {
  width: 796px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .pg-contact__form-content {
    width: 100%;
  }
}

.smf-form .smf-item {
  margin-bottom: 30px;
}
.smf-form .smf-select-control,
.smf-form .smf-text-control {
  width: 100%;
}
.smf-form .pg-contact__form-item {
  width: 100%;
  height: 60px;
  border: 1px solid #D6B66B;
  border-radius: 10px;
}
.smf-form .pg-contact__form-textarea {
  width: 100%;
  height: 360px;
  border: 1px solid #D6B66B;
  border-radius: 10px;
}
.smf-form .pg-contact__form-privacy {
  margin-bottom: 30px;
}
.smf-form .pg-contact__form-privacy a {
  border-bottom: 1px solid #1A2647;
}

.snow-monkey-form[data-screen=confirm] .smf-form .smf-item__label {
  font-weight: bold;
}
.snow-monkey-form[data-screen=confirm] .smf-form .pg-contact__form-privacy {
  visibility: hidden;
}

.smf-action .smf-button-control__control {
  padding: 14px 40px;
  border-radius: 30px;
  background: #D6B66B;
  font-weight: 500;
}
.smf-action .smf-button-control__control[data-action=confirm]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: no-repeat center/contain url(../images/common/link_arrow.svg);
  transform: translateY(1px);
  margin-left: 25px;
}
.smf-action .smf-button-control__control[data-action=complete]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background: no-repeat center/contain url(../images/contact/mail_icon.png);
  transform: translateY(1px);
  margin-left: 25px;
}

.pg-privacy__content {
  min-height: 600px;
  padding-bottom: 80px;
}

.pg-404__content {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .pg-404__content {
    padding-bottom: 80px;
  }
}

.pg-404__text {
  margin-bottom: 60px;
}