@charset "UTF-8";
body {
  background: #FAFAFA;
  color: #282828;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 200;
  margin: 0 auto;
  width: 100%;
  line-height: 1.6;
}

img {
  max-width: 100%;
  transition: 0.4s;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a:link {
  color: #2369AF;
  text-decoration: none;
}

a:visited,
a:hover,
a:active,
a:focus {
  color: #5998D6;
}

header {
  width: 100%;
}

.l-header {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  background-image: url("../images/layout/header-golfhead.png");
  background-repeat: no-repeat;
  background-position: bottom 52px right 52px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-header {
    background-image: none;
  }
}
.l-header-sns {
  position: absolute;
  top: 24px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-header-sns {
    display: none;
  }
}
.l-header-sns a {
  color: #3C3C3C;
}
.l-header-sns a:hover {
  color: #3C3C3C;
}
.l-header-english {
  position: absolute;
  top: 24px;
  left: 100px;
}
.l-header-english img {
  height: 20px;
  margin-top: 2px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-header-english img {
    display: none;
  }
}
.l-header-logo h1 a, .l-header-logo p a {
  display: block;
  margin: 24px auto 0;
  width: 352px;
  height: 62px;
  background: url("../images/layout/logo.svg") no-repeat;
  background-size: 352px;
}
.l-header-logo h1 span, .l-header-logo p span {
  display: none;
}

.dropmenu {
  display: block;
  list-style-type: none;
  width: 100%;
  height: 40px;
  margin: 32px auto 10px;
  padding: 0;
  z-index: 100;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .dropmenu {
    display: none;
  }
}
.dropmenu li {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a {
  display: block;
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
.dropmenu li:last-child ul {
  left: -100%;
  width: 100%;
}
.dropmenu li ul li {
  overflow: hidden;
  width: 280px;
  background-color: white;
  height: 0;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.dropmenu li ul li a {
  padding: 13px 15px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
.dropmenu li:hover ul li {
  overflow: visible;
  height: 38px;
}
.dropmenu li:hover ul li:first-child {
  border-top: 0;
}
.dropmenu li:hover ul li:last-child {
  border-bottom: 0;
}
.dropmenu li:hover ul li:last-child a {
  border-radius: 0 0 3px 3px;
}
.dropmenu > li:hover > a {
  border-radius: 3px 3px 0 0;
}

.dropmenu-contact {
  color: white !important;
  background-color: #2369AF;
  border-radius: 32px !important;
  padding: 8px !important;
  margin-top: -8px !important;
}

.dropmenu-white li a {
  color: #282828;
}
.dropmenu-white li ul li a {
  color: #282828;
}

footer {
  width: 100%;
  background-color: #E6E6E6;
}
footer ol, footer ul {
  list-style: none;
}

.l-footer {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-footer {
    margin: 0 16px;
  }
}
.l-footer-hr {
  margin-top: 32px;
  background-color: #E6E6E6;
  border-top: 1px solid #B4B4B4;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-footer-hr {
    display: none;
  }
}
.l-footer-sitemap {
  display: block;
  list-style-type: none;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-footer-sitemap {
    display: none;
  }
}
.l-footer-sitemap li {
  width: 25%;
  float: left;
}
.l-footer-sitemap li a {
  display: block;
  padding: 24px 0 8px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.l-footer-sitemap li ul {
  padding: 0;
}
.l-footer-sitemap li ul li {
  width: 100%;
}
.l-footer-sitemap li ul li a {
  display: block;
  padding: 0;
  color: #3C3C3C;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 0px;
}
.l-footer-address {
  display: flex;
  margin-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-footer-address {
    padding-top: 32px;
  }
}
@media screen and (max-width: 520px) {
  .l-footer-address {
    display: block;
  }
}
.l-footer-address-logo {
  width: 200px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-footer-address-logo {
    display: none;
  }
}
.l-footer-address-address {
  font-size: 12px;
  line-height: 1.6;
  padding-left: 32px;
  width: 600px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-footer-address-address {
    padding-left: 0px;
    width: 100%;
  }
}
.l-footer-address-sns {
  width: 200px;
  text-align: right;
  margin-right: 12px;
}
@media screen and (max-width: 520px) {
  .l-footer-address-sns {
    text-align: left;
    margin-top: 12px;
  }
}
.l-footer-address-sns a {
  color: #3C3C3C;
}
.l-footer-address-sns a:hover {
  color: #3C3C3C;
}
.l-footer-address-english img {
  height: 20px;
  margin-top: 2px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-footer-address-english {
    display: none;
  }
}

main {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  main {
    margin: 12px 16px 0;
  }
}

nav {
  width: 100%;
}

.l-nav {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav {
    margin: 32px 16px 0;
  }
}
.l-nav-contact {
  margin: 32px auto;
}
.l-nav-up {
  display: flex;
  justify-content: space-between;
}
.l-nav-up-head {
  background-color: #E6E6E6;
  background-image: url("../images/layout/nav/nav-up-head.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  padding: 40px 120px 40px 40px;
  border-radius: 20px;
  width: 48%;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-up-head {
    padding: 16px;
    background-position: center 90%;
    background-size: 108px auto;
  }
}
.l-nav-up-head-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #189BAD;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-up-head-title {
    font-size: 26px;
  }
}
.l-nav-up-head-text {
  font-size: 14px;
  margin-top: 32px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-up-head-text {
    margin-top: 16px;
  }
}
.l-nav-up-head-link {
  font-size: 14px;
  font-weight: bold;
  margin-top: 32px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-up-head-link {
    margin-top: 8px;
    margin-bottom: 160px;
  }
}
.l-nav-up-repair {
  background-color: #E6E6E6;
  background-image: url("../images/layout/nav/nav-up-repair.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  padding: 40px 120px 40px 40px;
  border-radius: 20px;
  width: 48%;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-up-repair {
    padding: 16px;
    background-position: center 90%;
    background-size: 132px auto;
  }
}
.l-nav-up-repair-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #1EA264;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-up-repair-title {
    font-size: 26px;
  }
}
.l-nav-up-repair-text {
  font-size: 14px;
  margin-top: 32px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-up-repair-text {
    margin-top: 16px;
  }
}
.l-nav-up-repair-link {
  font-size: 14px;
  font-weight: bold;
  margin-top: 32px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-up-repair-link {
    margin-top: 8px;
    margin-bottom: 160px;
  }
}
.l-nav-down {
  margin-top: 32px;
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
}
.l-nav-down-safety {
  background-color: #E6E6E6;
  background-image: url("../images/layout/nav/nav-down-safety.svg");
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: 112px auto;
  padding: 28px;
  border-radius: 20px;
  width: 31%;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-down-safety {
    background-size: 96px auto;
    padding: 16px;
  }
}
.l-nav-down-safety-title {
  font-size: 26px;
  font-weight: bold;
  color: #828282;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-down-safety-title {
    font-size: 20px;
  }
}
.l-nav-down-safety-text {
  font-size: 14px;
  margin-top: 16px;
}
.l-nav-down-safety-link {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 120px;
}
.l-nav-down-price {
  background-color: #E6E6E6;
  background-image: url("../images/layout/nav/nav-down-price.svg");
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: 112px auto;
  padding: 28px;
  border-radius: 20px;
  width: 31%;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-down-price {
    background-size: 96px auto;
    padding: 16px;
  }
}
.l-nav-down-price-title {
  font-size: 26px;
  font-weight: bold;
  color: #828282;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-down-price-title {
    font-size: 20px;
  }
}
.l-nav-down-price-text {
  font-size: 14px;
  margin-top: 16px;
}
.l-nav-down-price-link {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 120px;
}
.l-nav-down-company {
  background-color: #E6E6E6;
  background-image: url("../images/layout/nav/nav-down-company.svg");
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: 112px auto;
  padding: 28px;
  border-radius: 20px;
  width: 31%;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-down-company {
    background-size: 96px auto;
    padding: 16px;
  }
}
.l-nav-down-company-title {
  font-size: 26px;
  font-weight: bold;
  color: #828282;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .l-nav-down-company-title {
    font-size: 20px;
  }
}
.l-nav-down-company-text {
  font-size: 14px;
  margin-top: 16px;
}
.l-nav-down-company-link {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 120px;
}

/*　スマホハンバーガーメニューボタン　 */
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #BBBBBB;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* スマホメニューを開いてる時のボタン */
/* メニュー背景　 */
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(71, 70, 73, 0.6);
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
  background: #ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  transform: translateY(0%);
}

/* クリックでjQueryで追加・削除 */
.c-breadcrumb {
  padding: 32px 0 0 0;
  font-size: 12px;
}
.c-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-breadcrumb ul a {
  color: #3C3C3C;
}
.c-breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .c-breadcrumb {
    display: none;
  }
}

.bc-sep {
  margin: 0 1rem;
}

.c-button-large {
  margin: 24px auto 0;
}
.c-button-large-text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .c-button-large-text {
    font-size: 15px;
  }
}
.c-button-large-text a {
  color: white;
  background-color: #2369AF;
  padding: 10px 32px;
  display: inline-block;
  border-radius: 24px;
}
.c-button-large-text a:hover {
  background-color: #8DB0D4;
}
.c-button-small {
  margin: 24px auto 0;
}
.c-button-small-text {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 520px) {
  .c-button-small-text {
    font-size: 12px;
  }
}
.c-button-small-text a {
  color: white;
  background-color: #2369AF;
  padding: 8px 24px;
  display: inline-block;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .c-button-small-text a {
    padding: 8px 12px;
  }
}
.c-button-small-text a:hover {
  background-color: #8DB0D4;
}
.c-button-form-submit {
  margin: 24px auto 0;
  text-align: center;
}
.c-button-form-submit-item {
  display: inline-block;
  font-size: 24px;
  color: white;
  background-color: #2369AF;
  border-radius: 12px;
  border: none;
  padding: 12px 48px;
}

.c-catchphrase-title {
  font-size: 40px;
  color: #828282;
  margin-top: 48px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .c-catchphrase-title {
    font-size: 32px;
    margin-top: 24px;
  }
}
.c-catchphrase-text {
  font-size: 16px;
  margin-top: 16px;
}

/*!
 * * jquery-drawer v3.1.0
 * * Flexible drawer menu using jQuery, iScroll and CSS.
 * * http://git.blivesta.com/drawer
 * * License : MIT
 * * Author : blivesta <design@blivesta.com> (http://blivesta.com/) */
/*!------------------------------------*\
 * *    Base
 * *\*!------------------------------------ */
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #fff;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #fff;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer-menu li {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #fff;
}
.drawer-menu li:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
 * *    Top
 * *\*!------------------------------------ */
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--top.drawer-open .drawer-nav {
  top: 0;
}
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
 * *    Left
 * *\*!------------------------------------ */
.drawer--left .drawer-nav {
  z-index: 10000;
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--left.drawer-open .drawer-nav, .drawer--left .drawer-hamburger {
  left: 0;
}
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
 * *    Right
 * *\*!------------------------------------ */
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger {
  right: 0;
}
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*\
 * *    Hamburger
 * *\*!------------------------------------ */
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 0.75rem;
  padding-bottom: 30px;
  padding-left: 0.75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}
.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
 * *    accessibility
 * *\*!------------------------------------ */
/*!
 * * Only display content to screen readers
 * * See: http://a11yproject.com/posts/how-to-hide-content */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * * Use in conjunction with .sr-only to only display content when it's focused.
 * * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * * Credit: HTML5 Boilerplate */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
 * *    Sidebar
 * *\*!------------------------------------ */
.drawer--sidebar {
  background-color: #fff;
}
.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
/*! Left */
/*! Right */
/*! container */
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*! container */
/*!------------------------------------*\
 * *    Navbar
 * *\*!------------------------------------ */
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}
.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}
.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}
.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*! dropdown */
/*!------------------------------------*\
 * *    Dropdown
 * *\*!------------------------------------ */
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #fff;
}
.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*! drawer-caret */
/*! open */
/*!------------------------------------*\
 * *    Container
 * *\*!------------------------------------ */
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/*!------------------------------------*\
 * *    Option(background)
 * *\*!------------------------------------ */
.drawer-background {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  position: fixed;
  z-index: -10;
}

.c-field {
  background-color: white;
  margin-top: 64px;
  padding: 32px;
  border-radius: 24px;
}
.c-field-title {
  color: #828282;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.c-field-subtitle {
  color: #828282;
  font-size: 20px;
  font-weight: bold;
}
.c-field-text {
  margin-top: 8px;
  overflow: hidden;
}

.c-gmap {
  margin-top: 32px;
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.c-grid01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-grid01-item {
  margin-top: 64px;
}

.c-grid02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-grid02-item {
  margin-top: 64px;
  flex-basis: 48%;
}

.c-grid03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-grid03-item {
  margin-top: 48px;
  flex-basis: 31%;
}

.c-grid04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-grid04-item {
  margin-top: 32px;
  flex-basis: 22%;
}

.c-mainlink {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .c-mainlink {
    text-align: left;
    margin-top: 32px;
    margin-left: 16px;
  }
}
.c-mainlink-maincategory a {
  font-size: 16px;
  font-weight: bold;
  background-color: white;
  color: #282828;
  padding: 8px 24px;
  border: 1px solid #B4B4B4;
  border-radius: 32px;
}
.c-mainlink-subcategory {
  font-size: 14px;
  font-weight: bold;
  margin-top: 24px;
  list-style: none;
  float: right;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .c-mainlink-subcategory {
    display: none;
  }
}
.c-mainlink-subcategory li {
  float: left;
  margin-left: 24px;
}

.c-movie {
  margin-top: 64px;
  padding: 32px;
  background-color: white;
  border-radius: 24px;
  position: relative;
  z-index: 10;
}
.c-movie-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #828282;
}
.c-movie-youtube {
  margin-top: 24px;
  width: 100%;
  aspect-ratio: 16/9;
}
.c-movie-youtube iframe {
  width: 100%;
  height: 100%;
}

.c-notes {
  margin-top: 64px;
}
.c-notes-list {
  font-size: 14px;
  list-style-type: none;
  padding: 0;
}
.c-notes-list li {
  padding-left: 16px;
  padding-top: 4px;
  position: relative;
}
.c-notes-list li::before {
  content: "※ ";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
}

.c-decimal {
  margin-top: 64px;
}
.c-decimal-list {
  font-size: 14px;
  list-style-type: decimal;
  padding: 0;
  padding-left: 16px;
}

.p-blog-link {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/blog/blog-header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 240px;
}
.p-blog-index-box {
  margin-top: 32px;
}
.p-blog-index-box h2 {
  margin-top: 32px;
}
.p-blog-index-box h3 {
  margin-top: 32px;
}
.p-blog-index-box h4 {
  margin-top: 32px;
}
.p-blog-index-box p {
  margin-top: 16px;
}
.p-blog-archive img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.p-blog-footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/blog/blog-footer.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 600px;
  margin-top: -100px;
  height: 600px;
  padding-top: 240px;
}

.archive_container_p_time {
  margin-top: 0 !important;
}

.archive_container_p_title {
  margin-top: 0 !important;
}

.p-company-link {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/company/company-header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 240px;
}
.p-company-index-box {
  padding-top: 64px;
}
.p-company-index-box-item01 {
  padding: 32px 0 48px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: white;
}
.p-company-index-box-item02 {
  padding: 32px 0 48px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.p-company-index-title {
  text-align: center;
  font-size: 32px;
  color: #828282;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-company-index-title {
    font-size: 24px;
  }
}
.p-company-index-sentence {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-company-index-sentence {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-company-index-img {
  margin: 32px auto;
}
@media screen and (max-width: 520px) {
  .p-company-index-img {
    margin: 32px auto 0;
    max-height: 160px;
    max-width: auto;
  }
}
.p-company-history {
  background-image: url("../images/project/company/company-catchphrase.png");
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-company-history {
    background-image: none;
  }
}
.p-company-history-box {
  margin-top: 64px;
}
.p-company-history-box-item1 {
  width: 20%;
  float: left;
}
.p-company-history-box-item2 {
  width: 80%;
  float: right;
}
.p-company-history-title {
  font-size: 32px;
  color: #828282;
}
.p-company-history-subtitle {
  margin-top: 32px;
  font-size: 28px;
  color: #828282;
}
.p-company-history-text {
  margin-top: 16px;
  overflow: hidden;
}
.p-company-history-img1 {
  width: 80%;
  float: left;
  margin: 32px auto;
}
.p-company-history-img2 {
  margin: 64px auto;
}
.p-company-flow {
  background-image: url("../images/project/company/company-catchphrase.png");
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-company-flow {
    background-image: none;
  }
}
.p-company-flow-box {
  position: relative;
  margin-top: 64px;
  background-color: white;
  padding: 32px;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-company-flow-box {
    padding: 12px;
  }
}
.p-company-flow-box-item1 {
  width: 15%;
  float: left;
}
.p-company-flow-box-item2 {
  width: 85%;
  float: right;
}
.p-company-flow-title {
  color: #828282;
}
.p-company-flow-img1 {
  width: 80%;
  float: left;
  margin: 0px auto;
}
.p-company-flow-img2 {
  margin: 64px auto 32px;
}
.p-company-flow-img3 {
  margin: 24px auto;
}
.p-company-outline {
  background-image: url("../images/project/company/company-catchphrase.png");
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-company-outline {
    background-image: none;
  }
}
.p-company-outline-box {
  position: relative;
  margin-top: 64px;
  background-color: white;
  padding: 32px;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-company-outline-box {
    padding: 12px;
  }
}
.p-company-outline-box-item {
  margin-top: 0;
}
.p-company-outline-title1 {
  font-weight: bold;
  color: #828282;
  margin-top: 16px;
}
.p-company-outline-title2 {
  font-weight: bold;
  color: #828282;
  margin-top: 16px;
}
.p-company-outline-title3 {
  font-weight: bold;
  color: #828282;
  text-align: center;
}
.p-company-footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/company/company-footer.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 600px;
  margin-top: -100px;
  height: 600px;
  padding-top: 240px;
}

.p-contact-link {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/contact/contact-header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 240px;
}
.p-contact-index-box {
  padding-top: 64px;
}
.p-contact-index-box-item01 {
  padding: 32px 0 48px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: white;
}
.p-contact-index-box-item02 {
  padding: 32px 0 48px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.p-contact-index-title {
  text-align: center;
  font-size: 32px;
  color: #828282;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-contact-index-title {
    font-size: 24px;
  }
}
.p-contact-index-sentence {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-contact-index-sentence {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-contact-index-img {
  margin: 32px auto;
}
@media screen and (max-width: 520px) {
  .p-contact-index-img {
    margin: 32px auto 0;
    max-height: 160px;
    max-width: auto;
  }
}
.p-contact-order-box-item {
  background-color: white;
  padding: 24px;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-contact-order-box-item {
    padding: 12px;
  }
}
.p-contact-order-title {
  font-size: 28px;
  margin-top: 84px;
  text-align: center;
  color: #828282;
}
.p-contact-order-text {
  padding-top: 8px;
}
.p-contact-order-img {
  margin: 32px auto;
}
.p-contact-partnership-box {
  margin-top: 32px;
}
.p-contact-partnership-box-item {
  background-color: white;
  padding: 24px;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-contact-partnership-box-item {
    padding: 12px;
  }
}
.p-contact-partnership-title {
  font-size: 28px;
  color: #828282;
  text-align: center;
}
.p-contact-partnership-text {
  padding-top: 8px;
}
.p-contact-partnership-img {
  margin: 32px auto;
}
.p-contact-faq-box {
  margin-top: 32px;
}
.p-contact-faq-box-item {
  background-color: white;
  padding: 24px;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-contact-faq-box-item {
    padding: 12px;
  }
}
.p-contact-faq-title {
  font-size: 20px;
  color: #828282;
}
.p-contact-faq-text {
  padding-top: 8px;
}
.p-contact-faq-img {
  margin: 32px auto;
}
.p-contact-form-box {
  margin-top: 64px;
}
.p-contact-form-box-title {
  margin: 32px 0 16px;
  font-weight: bold;
}
.p-contact-form-box-hr {
  margin: 32px 0;
  display: block;
  border-top: 1px solid #828282;
  border-bottom: none;
}
.p-contact-form-box-hrdot {
  margin: 32px 0;
  display: block;
  border-top: 1px dashed #828282;
  border-bottom: none;
}
.p-contact-form-box-p-note {
  font-size: 13px;
  margin-top: 24px;
}
.p-contact-form-box-item {
  margin-top: 24px;
}
.p-contact-form-tel {
  margin-top: 64px;
  background-color: white;
  padding: 24px;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-contact-form-tel {
    padding: 12px;
  }
}
.p-contact-form-tel-text1 {
  text-align: center;
  font-size: 20px;
}
.p-contact-form-tel-text2 {
  text-align: center;
  font-size: 32px;
}
.p-contact-form-tel-text3 {
  text-align: center;
  font-size: 20px;
}
.p-contact .wpcf7-form p {
  margin-top: 24px;
}
.p-contact .wpcf7-text {
  width: 100%;
}
.p-contact .wpcf7-textarea {
  width: 100%;
}
.p-contact .wpcf7-submit {
  margin: 24px auto 0;
  text-align: center;
  display: block;
  font-size: 24px;
  color: white;
  background-color: #2369AF;
  border-radius: 12px;
  border: none;
  padding: 12px 48px;
}
.p-contact-thanks-img {
  margin: 32px auto;
}
.p-contact-privacypolicy-title {
  font-size: 20px;
  color: #828282;
  margin-top: 32px;
}
@media screen and (max-width: 520px) {
  .p-contact-privacypolicy-title {
    font-size: 16px;
  }
}
.p-contact-privacypolicy-text {
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-contact-privacypolicy-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-contact-privacypolicy ol {
  margin-left: -20px;
  margin-top: 8px;
}
.p-contact-privacypolicy ol li ol {
  margin-top: 16px;
}
.p-contact-privacypolicy ol li ol li {
  line-height: 1.6;
}
.p-contact-footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/contact/contact-footer.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 600px;
  margin-top: -100px;
  height: 600px;
  padding-top: 240px;
}

.p-cover-index-box {
  padding-top: 32px;
}
.p-cover-index-box-item01 {
  padding: 32px 0 48px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: white;
}
.p-cover-index-box-item02 {
  padding: 32px 0 48px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.p-cover-index-title {
  text-align: center;
  font-size: 32px;
  color: #828282;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-cover-index-title {
    font-size: 24px;
  }
}
.p-cover-index-sentence {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-cover-index-sentence {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-cover-index-img {
  margin: 32px auto;
}
@media screen and (max-width: 520px) {
  .p-cover-index-img {
    margin: 32px auto 0;
    max-height: 160px;
    max-width: auto;
  }
}
.p-cover-index-icon-img {
  margin: 32px auto;
}
.p-cover-index-item {
  background-color: white;
  padding: 32px;
  border-radius: 24px;
}
.p-cover-index-item-title {
  text-align: center;
  color: #828282;
}
dl.l-index-list {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 32px 2%;
}
dl.l-index-list dt {
  padding: 4px 16px 4px 0;
  width: 160px;
  float: left;
  clear: both;
}
dl.l-index-list dd {
  padding: 4px 0 4px 0;
  max-width: 800px;
  margin-left: 20%;
}
@media (max-width: 544px) {
  dl.l-index-list dl.l-index-list dd {
    width: 100%;
    margin-left: 0;
    clear: both;
  }
}

.p-head-link {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/head/head-header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 240px;
}
.p-head-index-box {
  padding-top: 64px;
}
.p-head-index-box-item01 {
  padding: 32px 0 48px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: white;
}
.p-head-index-box-item02 {
  padding: 32px 0 48px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.p-head-index-title {
  text-align: center;
  font-size: 32px;
  color: #828282;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-index-title {
    font-size: 24px;
  }
}
.p-head-index-sentence {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-index-sentence {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-head-index-img {
  margin: 32px auto;
}
@media screen and (max-width: 520px) {
  .p-head-index-img {
    margin: 32px auto 0;
    max-height: 160px;
    max-width: auto;
  }
}
.p-head-standard-chrome-satin {
  background-image: url("../images/project/head/head-standard-chrome-satin-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-standard-chrome-satin {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-standard-chrome-mirror {
  background-image: url("../images/project/head/head-standard-chrome-mirror-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-standard-chrome-mirror {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-standard-white-chrome {
  background-image: url("../images/project/head/head-standard-white-chrome-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-standard-white-chrome {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-standard-img {
  margin: 64px auto 0;
}
@media screen and (max-width: 520px) {
  .p-head-standard-img {
    margin: 32px auto 0;
    max-height: 160px;
    max-width: auto;
  }
}
.p-head-standard-title {
  font-size: 32px;
  color: #828282;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-standard-title {
    font-size: 24px;
  }
}
.p-head-standard-catch {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #282828;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-standard-catch {
    font-size: 16px;
    margin-top: 4px;
    line-height: 1.6;
  }
}
.p-head-standard-sentence {
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-standard-sentence {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-head-standard-recommend {
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-standard-recommend {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-head-original-soft-black {
  background-image: url("../images/project/head/head-original-soft-black-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-original-soft-black {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-original-mirror-black {
  background-image: url("../images/project/head/head-original-mirror-black-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-original-mirror-black {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-original-beads-boron {
  background-image: url("../images/project/head/head-original-beads-boron-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-original-beads-boron {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-original-mirror-boron {
  background-image: url("../images/project/head/head-original-mirror-boron-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-original-mirror-boron {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-original-satin-boron {
  background-image: url("../images/project/head/head-original-satin-boron-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-original-satin-boron {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-original-white-beads-boron {
  background-image: url("../images/project/head/head-original-white-beads-boron-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-original-white-beads-boron {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-original-black-boron {
  background-image: url("../images/project/head/head-original-black-boron-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-original-black-boron {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-original-black-boron-frosted {
  background-image: url("../images/project/head/head-original-black-boron-frosted-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-original-black-boron-frosted {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-original-copper-satin {
  background-image: url("../images/project/head/head-original-copper-satin-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-original-copper-satin {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-original-copper-mirror {
  background-image: url("../images/project/head/head-original-copper-mirror-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-original-copper-mirror {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-original-copper-smoke {
  background-image: url("../images/project/head/head-original-copper-smoke-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-head-original-copper-smoke {
    background-size: 100% 180px;
    border-radius: 12px;
  }
}
.p-head-original-img {
  margin: 64px auto 0;
}
@media screen and (max-width: 520px) {
  .p-head-original-img {
    margin: 32px auto 0;
    max-height: 160px;
    max-width: auto;
  }
}
.p-head-original-title {
  font-size: 32px;
  color: #828282;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-original-title {
    font-size: 24px;
  }
}
.p-head-original-catch {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #282828;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-original-catch {
    font-size: 16px;
    margin-top: 4px;
    line-height: 1.6;
  }
}
.p-head-original-sentence {
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-original-sentence {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-head-original-recommend {
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-original-recommend {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-head-standard-chrome-satin {
  background-image: url("../images/project/head/head-standard-chrome-satin-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-standard-chrome-mirror {
  background-image: url("../images/project/head/head-standard-chrome-mirror-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-standard-white-chrome {
  background-image: url("../images/project/head/head-standard-white-chrome-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-standard-img {
  margin: 64px auto 0;
}
.p-head-standard-title {
  font-size: 32px;
  color: #828282;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-standard-title {
    font-size: 24px;
  }
}
.p-head-standard-catch {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #282828;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-standard-catch {
    font-size: 16px;
    margin-top: 4px;
    line-height: 1.6;
  }
}
.p-head-standard-sentence {
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-standard-sentence {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-head-standard-recommend {
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-standard-recommend {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-head-standard-item-img {
  border-radius: 12px;
}
.p-head-original-soft-black {
  background-image: url("../images/project/head/head-original-soft-black-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-original-mirror-black {
  background-image: url("../images/project/head/head-original-mirror-black-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-original-beads-boron {
  background-image: url("../images/project/head/head-original-beads-boron-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-original-mirror-boron {
  background-image: url("../images/project/head/head-original-mirror-boron-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-original-satin-boron {
  background-image: url("../images/project/head/head-original-satin-boron-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-original-white-beads-boron {
  background-image: url("../images/project/head/head-original-white-beads-boron-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-original-black-boron {
  background-image: url("../images/project/head/head-original-black-boron-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-original-black-boron-frosted {
  background-image: url("../images/project/head/head-original-black-boron-frosted-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-original-copper-satin {
  background-image: url("../images/project/head/head-original-copper-satin-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-original-copper-mirror {
  background-image: url("../images/project/head/head-original-copper-mirror-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-original-copper-smoke {
  background-image: url("../images/project/head/head-original-copper-smoke-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 24px;
}
.p-head-original-img {
  margin: 64px auto 0;
}
.p-head-original-title {
  font-size: 32px;
  color: #828282;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-original-title {
    font-size: 24px;
  }
}
.p-head-original-catch {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #282828;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-original-catch {
    font-size: 16px;
    margin-top: 4px;
    line-height: 1.6;
  }
}
.p-head-original-sentence {
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-original-sentence {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-head-original-recommend {
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-original-recommend {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-head-original-item-img {
  border-radius: 12px;
}
.p-head-list {
  margin-top: 84px;
  padding-bottom: 32px;
}
.p-head-list-standard-chrome-satin {
  background-image: url("../images/project/head/head-standard-chrome-satin-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-standard-chrome-satin {
    background-size: 100% 80px;
  }
}
.p-head-list-standard-chrome-mirror {
  background-image: url("../images/project/head/head-standard-chrome-mirror-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-standard-chrome-mirror {
    background-size: 100% 80px;
  }
}
.p-head-list-standard-white-chrome {
  background-image: url("../images/project/head/head-standard-white-chrome-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-standard-white-chrome {
    background-size: 100% 80px;
  }
}
.p-head-list-original-soft-black {
  background-image: url("../images/project/head/head-original-soft-black-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-original-soft-black {
    background-size: 100% 80px;
  }
}
.p-head-list-original-mirror-black {
  background-image: url("../images/project/head/head-original-mirror-black-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-original-mirror-black {
    background-size: 100% 80px;
  }
}
.p-head-list-original-beads-boron {
  background-image: url("../images/project/head/head-original-beads-boron-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-original-beads-boron {
    background-size: 100% 80px;
  }
}
.p-head-list-original-mirror-boron {
  background-image: url("../images/project/head/head-original-mirror-boron-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-original-mirror-boron {
    background-size: 100% 80px;
  }
}
.p-head-list-original-satin-boron {
  background-image: url("../images/project/head/head-original-satin-boron-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-original-satin-boron {
    background-size: 100% 80px;
  }
}
.p-head-list-original-white-beads-boron {
  background-image: url("../images/project/head/head-original-white-beads-boron-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-original-white-beads-boron {
    background-size: 100% 80px;
  }
}
.p-head-list-original-black-boron {
  background-image: url("../images/project/head/head-original-black-boron-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-original-black-boron {
    background-size: 100% 80px;
  }
}
.p-head-list-original-black-boron-frosted {
  background-image: url("../images/project/head/head-original-black-boron-frosted-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-original-black-boron-frosted {
    background-size: 100% 80px;
  }
}
.p-head-list-original-copper-satin {
  background-image: url("../images/project/head/head-original-copper-satin-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-original-copper-satin {
    background-size: 100% 80px;
  }
}
.p-head-list-original-copper-mirror {
  background-image: url("../images/project/head/head-original-copper-mirror-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-original-copper-mirror {
    background-size: 100% 80px;
  }
}
.p-head-list-original-copper-smoke {
  background-image: url("../images/project/head/head-original-copper-smoke-bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-original-copper-smoke {
    background-size: 100% 80px;
  }
}
.p-head-list-img {
  margin: 32px auto 0;
  max-height: 140px;
  max-width: auto;
}
@media screen and (max-width: 520px) {
  .p-head-list-img {
    margin: 16px auto 0;
    max-height: 72px;
    max-width: auto;
  }
}
.p-head-list-catchphrase {
  font-size: 32px;
  color: #828282;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-list-catchphrase {
    font-size: 24px;
  }
}
.p-head-list-title {
  font-size: 20px;
  color: #828282;
  margin-top: 12px;
}
@media screen and (max-width: 520px) {
  .p-head-list-title {
    font-size: 16px;
  }
}
.p-head-list-catch {
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
  margin-top: 8px;
}
@media screen and (max-width: 520px) {
  .p-head-list-catch {
    display: none;
  }
}
.p-head-raw-headline {
  font-size: 32px;
  color: #189BAD;
  text-align: center;
  margin-top: 96px;
}
.p-head-raw-subheadline {
  font-size: 28px;
  color: #189BAD;
  text-align: center;
  margin-top: 64px;
}
.p-head-raw-text {
  margin-top: 32px;
}
.p-head-raw-img {
  margin: 32px auto 0;
  padding: 24px;
  border-radius: 24px;
  background-color: white;
  text-align: center;
}
.p-head-raw-arrow {
  margin: auto;
}
@media screen and (max-width: 520px) {
  .p-head-raw-arrow {
    transform: rotate(90deg);
  }
}
.p-head-raw-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 520px) {
  .p-head-raw-flex {
    display: block;
  }
}
.p-head-raw-flex-item1 {
  flex-basis: 44%;
}
.p-head-raw-flex-item2 {
  flex-basis: 4%;
}
.p-head-raw-flex-item3 {
  flex-basis: 44%;
}
.p-head-weight {
  background-image: url("../images/project/head/head-catchphrase-weight.png");
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-head-weight {
    background-image: none;
  }
}
.p-head-weight-headline {
  font-size: 32px;
  color: #189BAD;
  text-align: center;
  margin-top: 96px;
}
.p-head-weight-text {
  margin-top: 32px;
}
.p-head-weight-img {
  margin: 32px auto;
}
.p-head-weight-icon {
  float: left;
  padding: 16px 16px 0 0;
}
@media screen and (max-width: 520px) {
  .p-head-weight-icon {
    float: none;
    padding: 0 0 16px 0;
    text-align: center;
    margin: auto;
  }
}
.p-head-footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/head/head-footer.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 600px;
  margin-top: -100px;
  height: 600px;
  padding-top: 240px;
}

.p-instagram-link {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/instagram/instagram-header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 240px;
}
.p-instagram-index-box {
  margin-top: 64px;
}
.p-instagram-footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/instagram/instagram-footer.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 600px;
  margin-top: -100px;
  height: 600px;
  padding-top: 240px;
}

.p-price-link {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/price/price-header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 240px;
}
.p-price-index-box {
  margin-top: 64px;
  border-radius: 24px;
  background-color: white;
  padding: 24px;
}
.p-price-index-box-item {
  width: 100%;
}
.p-price-index-box-item-border {
  border: none;
  border-bottom: 1px dashed #828282;
}
.p-price-index-box-img {
  float: left;
  margin: 12px;
}
@media screen and (max-width: 520px) {
  .p-price-index-box-img {
    margin: 12px 12px 0 0;
  }
}
.p-price-index-box-title {
  padding-top: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #828282;
  float: left;
  width: 320px;
  line-height: 1.2;
}
@media screen and (max-width: 520px) {
  .p-price-index-box-title {
    padding-top: 8px;
    width: 60%;
  }
}
.p-price-index-box-text {
  float: left;
  padding-top: 32px;
}
@media screen and (max-width: 520px) {
  .p-price-index-box-text {
    padding-top: 8px;
    width: 60%;
  }
}
.p-price-index-box-detail {
  float: right;
}
.p-price-footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/price/price-footer.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 600px;
  margin-top: -100px;
  height: 600px;
  padding-top: 240px;
}

.p-repair-link {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/repair/repair-header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 240px;
}
.p-repair-index {
  background-image: url("../images/project/repair/repair-catchphrase.png");
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 520px) {
  .p-repair-index {
    background-image: none;
  }
}
.p-repair-index-subheadline {
  font-size: 28px;
  color: #1EA264;
  text-align: center;
  margin-top: 64px;
}
.p-repair-index-img {
  margin: 32px auto 0;
  padding: 24px;
  border-radius: 24px;
  background-color: white;
  text-align: center;
}
.p-repair-index-arrow {
  margin: auto;
}
@media screen and (max-width: 520px) {
  .p-repair-index-arrow {
    transform: rotate(90deg);
  }
}
.p-repair-index-icon {
  float: left;
  padding: 16px 16px 0 0;
}
@media screen and (max-width: 520px) {
  .p-repair-index-icon {
    float: none;
    padding: 0 0 16px 0;
    text-align: center;
    margin: auto;
  }
}
.p-repair-index-title {
  font-size: 28px;
  margin-top: 84px;
  text-align: left;
  color: #828282;
}
.p-repair-index-text {
  padding-top: 8px;
}
.p-repair-index-symptom {
  margin-top: 32px;
}
.p-repair-index-symptom-item {
  background-color: white;
  padding: 24px;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .p-repair-index-symptom-item {
    padding: 12px;
  }
}
.p-repair-index-symptom-item-title {
  text-align: center;
  font-size: 20px;
  color: #828282;
}
.p-repair-index-symptom-item-text {
  padding-top: 8px;
}
@media screen and (max-width: 520px) {
  .p-repair-index-symptom-item-text {
    display: none;
  }
}
.p-repair-index-symptom-item-img {
  margin: 32px auto;
}
@media screen and (max-width: 520px) {
  .p-repair-index-sample {
    flex-basis: 100%;
    margin-top: 16px;
  }
}
.p-repair-index-sample-title {
  text-align: left;
  font-size: 20px;
  color: #828282;
}
.p-repair-index-sample-text {
  padding-top: 8px;
}
.p-repair-index-sample-img {
  padding: 24px;
}
@media screen and (max-width: 520px) {
  .p-repair-index-sample-img {
    margin-top: 16px;
  }
}
.p-repair-footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/repair/repair-footer.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 600px;
  margin-top: -100px;
  height: 600px;
  padding-top: 240px;
}

.p-safety-link {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/safety/safety-header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 240px;
}
.p-safety-index-box {
  padding-top: 64px;
}
.p-safety-index-box-item01 {
  padding: 32px 0 48px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: white;
}
.p-safety-index-box-item02 {
  padding: 32px 0 48px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.p-safety-index-title {
  text-align: center;
  font-size: 32px;
  color: #828282;
  margin-top: 12px;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-safety-index-title {
    font-size: 24px;
  }
}
.p-safety-index-sentence {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-safety-index-sentence {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-safety-index-img {
  margin: 32px auto;
}
@media screen and (max-width: 520px) {
  .p-safety-index-img {
    margin: 32px auto 0;
    max-height: 160px;
    max-width: auto;
  }
}
.p-safety-quality {
  background-image: url("../images/project/safety/safety-catchphrase.png");
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-safety-quality {
    background-image: none;
  }
}
.p-safety-quality-img {
  margin: 32px auto;
}
.p-safety-sample {
  background-image: url("../images/project/safety/safety-catchphrase.png");
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-safety-sample {
    background-image: none;
  }
}
.p-safety-sample-img {
  margin: 32px auto;
}
.p-safety-deposit {
  background-image: url("../images/project/safety/safety-catchphrase.png");
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .p-safety-deposit {
    background-image: none;
  }
}
.p-safety-deposit-img {
  margin: 32px auto;
}
.p-safety-deposit-item {
  background-color: white;
  padding: 32px;
  border-radius: 24px;
}
.p-safety-deposit-item-title {
  text-align: center;
  color: #828282;
}
.p-safety-footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/project/safety/safety-footer.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 600px;
  margin-top: -100px;
  height: 600px;
  padding-top: 240px;
}

.l-teaser h1 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 42px;
  text-align: center;
  margin-top: 80px;
}
.l-teaser h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
}
.l-teaser h3 {
  font-size: 22px;
  text-align: center;
  margin-top: -20px;
}
.l-teaser p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
.l-teaser p.copy {
  font-size: 18px;
}
.l-teaser p.caption1 {
  font-size: 13px;
  text-align: left;
  margin-top: -50px;
}
.l-teaser p.caption2 {
  font-size: 13px;
  text-align: left;
}
.l-teaser__point {
  margin-top: 30px;
}
.l-teaser__point-box1, .l-teaser__point-box2 {
  float: left;
  width: 30%;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .l-teaser__point-box1, .l-teaser__point-box2 {
    width: 100%;
    margin-right: 0%;
  }
}
.l-teaser__point-box1 p, .l-teaser__point-box2 p {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}
.l-teaser__point-box3 {
  float: left;
  width: 30%;
}
.l-teaser__point-box3 p {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .l-teaser__point-box3 {
    width: 100%;
    margin-right: 0%;
  }
}
.l-teaser__beforeafter {
  margin-top: 50px;
}
.l-teaser__beforeafter-box1 {
  float: left;
  width: 44%;
  margin-right: 12%;
}
.l-teaser__beforeafter-box1 p {
  font-size: 22px;
  text-align: center;
}
.l-teaser__beforeafter-box2 {
  float: left;
  width: 44%;
}
.l-teaser__beforeafter-box2 p {
  font-size: 22px;
  text-align: center;
}
.l-teaser__type {
  margin-top: 50px;
}
.l-teaser__type-box1, .l-teaser__type-box2, .l-teaser__type-box3, .l-teaser__type-box4 {
  float: left;
  width: 18%;
  margin-right: 2%;
}
.l-teaser__type-box1 p, .l-teaser__type-box2 p, .l-teaser__type-box3 p, .l-teaser__type-box4 p {
  font-size: 15px;
  line-height: 1.8;
  margin-top: -10px;
}
.l-teaser__type-box5 {
  float: left;
  width: 18%;
}
.l-teaser__type-box5 p {
  font-size: 15px;
  line-height: 1.8;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .l-teaser__type-box1, .l-teaser__type-box3, .l-teaser__type-box5 {
    float: left;
    width: 47%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .l-teaser__type-box2, .l-teaser__type-box4 {
    float: left;
    width: 47%;
    margin-right: 0%;
  }
}

.u-align-left {
  text-align: left;
}
.u-align-center {
  text-align: center;
}
.u-align-right {
  text-align: right;
}

.u-clearfix {
  display: block;
}
.u-clearfix:after, .u-clearfix:before {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 520px) {
  .u-media-phone-none {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .u-media-phone-only {
    display: block;
  }
}
@media screen and (min-width: 521px) and (max-width: 960px), screen and (min-width: 961px) {
  .u-media-phone-only {
    display: none;
  }
}

@media screen and (min-width: 521px) and (max-width: 960px) {
  .u-media-tablet-none {
    display: none;
  }
}

@media screen and (max-width: 520px), screen and (min-width: 961px) {
  .u-media-tablet-only {
    display: none;
  }
}

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

@media screen and (max-width: 520px), screen and (min-width: 521px) and (max-width: 960px) {
  .u-media-desktop-only {
    display: none;
  }
}

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