@charset "utf-8";

/* ------------------------------
  reset
------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align:baseline;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

ol, ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  vertical-align:baseline;
  background:transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

hr {
  display:block;
  height:1px;
  border:0;  
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img {
  vertical-align: bottom;
  font-size:0;
  line-height: 0;
  border: 0;
}

strong {
	font-weight: bold;
}

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

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/* input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
} */



/* ------------------------------
  common
------------------------------ */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #394131;
}

a {
  text-decoration: none;
  color: #394131;
}

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

.p-maebashi {
  width: 100%;
  overflow: hidden;
}

/* スクロール禁止 */
.is-scroll-prevent {
  overflow: hidden;
  height: 100%;
}

/* 表示・非表示 */
.u-hide--pc {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u-hide--pc {
    display: block;
  }

  .u-hide--sp {
    display: none;
  }
}



/* ------------------------------
  header
------------------------------ */
.l-header {
  width: 100%;
}

.l-header__inner {
  width: 90%;
  max-width: 1600px;
  height: 140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header-logo {
  width: 168px;
}

.l-header-tool {
  display: flex;
  align-items: center;
}

.l-header-phone {
  margin-right: 30px;
}

.l-header-phone__link {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  padding-left: 30px;
  position: relative;
  pointer-events: none;
}

.l-header-phone__link::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../img/icon-phone.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.l-header-btn__link {
  width: 300px;
  height: 50px;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #060606;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity .3s;
}

.l-header-btn__link:hover {
  opacity: 0.7;
}

.l-header-btn__link::after {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 20px;
  right: 22px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .l-header__inner {
    width: 100%;
    height: 62px;
  }

  .l-header-logo {
    width: 88px;
    margin: 0 3.5%;
  }

  .l-header-phone {
    margin-right: 0px;
  }

  .l-header-phone__link {
    width: 92px;
    height: 62px;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    background-color: #E6E6E6;
    padding-left: 0px;
    padding-bottom: 8px;
    pointer-events: visible;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .l-header-phone__link::before {
    top: 13px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .l-header-btn__link {
    width: calc(100vw * (160 / 375));
    max-width: 160px;
    height: 62px;
    font-size: 1.2rem;
  }

  .l-header-btn__link::after {
    content: none;
  }
}



/* ------------------------------
  information
------------------------------ */
.info {
  width: 100%;
}

.info__inner {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.info-head {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.info__title {
  font-size: calc(100vw * (90 / 100) * (40 / 1080));
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: calc(54 / 40);
  color: #ffffff;
  position: absolute;
  top: calc(100vw * (90 / 100) * (394 / 1080));
  left: calc(100vw * (90 / 100) * (60 / 1080));
  z-index: 10;
}

.info__english {
  font-family: 'Roboto', sans-serif;
  font-size: calc(100vw * (90 / 100) * (24 / 1080));
  font-weight: 300;
  letter-spacing: 0.8em;
  line-height: calc(32 / 24);
  color: #ffffff;
  position: absolute;
  top: calc(100vw * (90 / 100) * (60 / 1080));
  left: calc(100vw * (90 / 100) * (60 / 1080));
  z-index: 10;
}

.info__bg {
  width: 100%;
}

.info__copy {
  width: calc(100vw * (90 / 100) * (416 / 1080));
  height: calc(100vw * (90 / 100) * (35 / 1080));
  font-size: calc(100vw * (90 / 100) * (24 / 1080));
  letter-spacing: 0.02em;
  line-height: calc(35 / 24);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: calc(100vw * (90 / 100) * (2 / 1080));
  position: absolute;
  top: calc(100vw * (90 / 100) * (525 / 1080));
  left: calc(100vw * (90 / 100) * (60 / 1080));
  z-index: 10;
}

.info-point {
  position: absolute;
  top: calc(100vw * (90 / 100) * (60 / 1080));
  right: calc(100vw * (90 / 100) * (60 / 1080));
  z-index: 10;
}

.info-point__item {
  width: calc(100vw * (90 / 100) * (100 / 1080));
  height: calc(100vw * (90 / 100) * (100 / 1080));
  text-align: center;
  font-size: calc(100vw * (90 / 100) * (12 / 1080));
  letter-spacing: 0.02em;
  line-height: calc(15 / 12);
  background-color: #ffffff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: calc(100vw * (90 / 100) * (8 / 1080));
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.info-point__item:nth-child(1) {
  background-image: url(../img/info-point-icon1.png);

}

.info-point__item:nth-child(2) {
  margin-top: 10px;
  background-image: url(../img/info-point-icon2.png);
}

.info-intro {
  width: 100%;
  max-width: 1080px;
  margin: 75px auto 0 auto;
}

.info-intro__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: calc(34 / 16);
  margin-top: 35px;
}

.info__img {
  width: 100%;
  max-width: 1080px;
  margin: 75px auto 0 auto;
}

@media screen and (min-width: 1778px) {
  .info__title {
    font-size: calc(1600px * (40 / 1080));
    top: calc(1600px * (394 / 1080));
    left: calc(1600px * (60 / 1080));
  }

  .info__english {
    font-size: calc(1600px * (24 / 1080));
    top: calc(1600px * (60 / 1080));
    left: calc(1600px * (60 / 1080));
  }

  .info__copy {
    width: calc(1600px * (416 / 1080));
    height: calc(1600px * (35 / 1080));
    font-size: calc(1600px * (24 / 1080));
    padding-bottom: calc(1600px * (2 / 1080));
    top: calc(1600px * (525 / 1080));
    left: calc(1600px * (60 / 1080));
  }

  .info-point {
    top: calc(1600px * (60 / 1080));
    right: calc(1600px * (60 / 1080));
  }

  .info-point__item {
    width: calc(1600px * (100 / 1080));
    height: calc(1600px * (100 / 1080));
    font-size: calc(1600px * (12 / 1080));
    padding-bottom: calc(1600px * (8 / 1080));
  }
}

@media only screen and (max-width: 767px) {
  .info__inner {
    width: 100%;
  }

  .info__title {
    font-size: calc(100vw * (26 / 375));
    letter-spacing: 0.04em;
    line-height: calc(34 / 26);
    top: calc(100vw * (283 / 375));
    left: calc(100vw* (20 / 375));
  }

  .info__english {
    font-size: calc(100vw * (18 / 375));
    line-height: calc(30 / 18);
    top: calc(100vw * (48 / 375));
    left: calc(100vw* (20 / 375));
  }

  .info__copy {
    width: 90%;
    height: auto;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: calc(26 / 18);
    background-color: transparent;
    border-top: 1px solid #394131;
    margin: 33px auto 0 auto;
    display: block;
    padding-top: 8px;
    padding-bottom: 0;
    position: static;
  }

  .info-point {
    position: static;
    width: 90%;
    margin: 30px auto 0 auto;
  }

  .info-point__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .info-point__item {
    width: 49%;
    height: 80px;
    font-size: 1.2rem;
    line-height: calc(16 / 12);
    background-color: #E6E6E6;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .info-point__item:nth-child(1) {
    background-image: none;
  }

  .info-point__item:nth-child(2) {
    margin-top: 0px;
    background-image: none;
  }

  .info-point__item::before {
    content: '';
    width: 60px;
    height: 60px;
    display: block;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .info-point__item:nth-child(1)::before {
    background-image: url(../img/info-point-icon1-sp.png);
    margin-right: 15px;
  
  }

  .info-point__item:nth-child(2)::before {
    background-image: url(../img/info-point-icon2-sp.png);
    margin-right: 10px;
  }

  .info-intro {
    width: 90%;
    margin: 50px auto 0 auto;
  }


  .info__img {
    width: 90%;
    margin: 50px auto 0 auto;
  }
}



/* ------------------------------
  concept
------------------------------ */
.concept {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 100px;
  background-color: #E6E6E6;
}

.concept-head {
  width: 100%;
  background-color: #333333;
  padding: 60px 0;
}

.concept-title {
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
}

.concept-title__sub {
  display: block;
  width: 330px;
  height: 40px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin: 0 auto 27px auto;
  padding-top: 5px;
  position: relative;
  z-index: 1;
}

.concept-title__sub::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.concept-title__sub::after {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background-color: #333333;
  border-right: 1px solid #ffffff;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 7px);
  z-index: -1;
  transform: rotate(45deg);
}

.concept-title__main {
  display: block;
}

.concept-title__text {
  display: inline-block;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: calc(54 / 40);
}

.concept-body {
  width: 90%;
  margin: 100px auto 0 auto;
}

.concept-detail {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.concept-detail + .concept-detail {
  margin-top: 80px;
}

.concept-detail__info {
  width: 400px;
  margin-left: calc(100% * (80 / 1080));
}

.concept-detail__head {
  margin-top: 40px;
}

.concept-detail__number {
  width: 100px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  position: relative;
}

.concept-detail__number::after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #394131;
  position: absolute;
  bottom: 4px;
  left: 45px;
  transform: rotate(-45deg);
  transform-origin: 0% 100%;
}

.concept-detail__category {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.4em;
}

.concept-detail__title {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-top: 55px;
}

.concept-detail__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: calc(30 / 14);
  margin-top: 30px;
}

.concept-detail__banner {
  width: 100%;
  margin-top: 40px;
}

.concept-detail__banner a {
  transition: opacity .3s;
}

.concept-detail__banner a:hover {
  opacity: 0.7;
}

.concept-detail__banner-sp {
  display: none;
}

.concept-detail__img {
  flex: 1;
}

@media screen and (min-width: 768px) and ( max-width:1199px) {
  .concept-detail__head {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .concept {
    margin-top: 80px;
  }
  
  .concept-head {
    padding: 20px 0;
  }

  .concept-title {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .concept-title__sub {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 24px auto;
  }

  .concept-title__main {
    display: block;
  }

  .concept-title__text {
    font-size: 2.6rem;
    letter-spacing: 0.04em;
    line-height: calc(34 / 26);
  }

  .concept-body {
    margin: 90px auto 0 auto;
  }

  .concept-detail {
    display: block;
  }

  .concept-detail + .concept-detail {
    margin-top: 80px;
  }

  .concept-detail__info {
    width: 100%;
    margin-left: 0;
  }

  .concept-detail__head {
    margin-top: 0;
  }

  .concept-detail__title {
    margin-top: 40px;
  }
  
  .concept-detail__text {
    margin-top: 25px;
  }

  .concept-detail__banner {
    display: none;
  }

  .concept-detail__banner-sp {
    display: block;
    margin-top: 35px;
  }

  .concept-detail__img {
    margin-top: 35px;
    width: calc(100% + (50vw - 50%));
  }
}



/* ------------------------------
  designer
------------------------------ */
.designer {
  width: 100%;
  color: #ffffff;
  background-color: #333333;
  padding: 100px 0;
}

.designer__inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.designer__title {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.8em;
  line-height: 1;
  padding-left: 86px;
  position: relative;
}

.designer__title::before {
  content: '';
  width: 18px;
  height: 28px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skew(-45deg);
  transform-origin: 0% 100%;
}

.designer__wrap {
  width: 100%;
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}

.designer__unit {
  width: calc(100% * (500 / 1080));
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.designer__info {
  width: calc(100% * (300 / 500));
}

.designer__sp-img {
  display: none;
}

.designer__position {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.designer__name {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.4em;
  margin-top: 15px;
}

.designer__text {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: calc(30 / 14);
  margin-top: 20px;
}

.designer__img {
  width: calc(100% * (160 / 500));
}

@media only screen and (max-width: 767px) {
  .designer__title {
    font-size: 1.8rem;
    letter-spacing: 0.4em;
    padding-left: 50px;
  }

  .designer__title::before {
    width: 12px;
    height: 18px;
    bottom: 1px;
  }

  .designer__wrap {
    display: block;
  }

  .designer__unit {
    width: 100%;
    display: block;
  }

  .designer__unit + .designer__unit {
    margin-top: 80px;
  }

  .designer__info {
    width: 100%;
  }

  .designer__sp-wrap {
    display: flex;
    align-items: center;
  }

  .designer__sp-img {
    display: block;
    width: 120px;
    height: 120px;
    margin-right: 30px;
  }

  .designer__sp-info {
    flex: 1;
  }

  .designer__position {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  
  .designer__name {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.4em;
    margin-top: 15px;
  }

  .designer__text {
    margin-top: 30px;
  }

  .designer__img {
    display: none;
  }
}



/* ------------------------------
  gallery
------------------------------ */
.gallery {
  width: 100%;
  background-color: #E6E6E6;
  padding: 100px 0;
}

.gallery__inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.gallery__title {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.8em;
  line-height: 1;
  padding-left: 86px;
  position: relative;
}

.gallery__title::before {
  content: '';
  width: 18px;
  height: 28px;
  display: block;
  background-color: #394131;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skew(-45deg);
  transform-origin: 0% 100%;
}

.gallery__main {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 50px;
}

.gallery__item {
  width: 780px;
  padding: 0 20px;
}

.gallery__item-inner {
  width: 100%;
  background-color: #ffffff;
}

.gallery__info {
  width: 100%;
  height: 220px;
  padding: 40px 40px 0 40px;
}

.gallery__copy {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.gallery__text {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: calc(24 / 14);
  margin-top: 12px;
}

.gallery .slick-prev,
.gallery .slick-next {
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
}

.gallery .slick-prev {
  top: 50%;
  right: calc(50% + 476px);
}

.gallery .slick-prev::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-50%, 0);
}

.gallery .slick-next {
  top: 50%;
  left: calc(50% + 476px);
}

.gallery .slick-next::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1px solid #394131;
  border-right: 1px solid #394131;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: rotate(45deg) translate(0, -50%);
}

.gallery .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 10;
}

.gallery .slick-dots li {
  margin: 0 18px;
}

.gallery .slick-dots button {
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  width: 10px;
  height: 10px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  background-color: #ffffff;
  cursor: pointer;
  transition: .3s;
}

.gallery .slick-dots .slick-active button {
  background-color: #394131;
}

@media screen and (min-width: 768px) and ( max-width:1119px) {
  .gallery .slick-prev {
    right: auto;
    left: 20px;
  }

  .gallery .slick-next {
    top: 50%;
    left: auto;
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery__title {
    font-size: 1.8rem;
    letter-spacing: 0.4em;
    padding-left: 50px;
  }

  .gallery__title::before {
    width: 12px;
    height: 18px;
    bottom: 1px;
  }

  .gallery__main {
    margin-top: 60px;
  }
  
  .gallery__item {
    width: 315px;
    padding: 0 10px;
  }

  .gallery__info {
    height: 380px;
    padding: 40px 25px 0 25px;
  }
}



/* ------------------------------
  access
------------------------------ */
.access {
  width: 100%;
  padding: 100px 0;
}

.access__inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.access__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.access__map {
  width: 100%;
  height: 480px;
  margin-top: 40px;
}

.access__text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 40px;
}

.access-btn {
  margin-top: 40px;
}

.access-btn__link {
  width: 300px;
  height: 50px;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #060606;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity .3s;
}

.access-btn__link:hover {
  opacity: 0.7;
}

.access-btn__link::after {
  content: '';
  width: 11px;
  height: 11px;
  display: block;
  background-image: url(../img/icon-link.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .access__inner {
    width: 100%;
  }

  .access__title {
    font-size: 2.6rem;
  }

  .access__map {
    height: 400px;
  }
}



/* ------------------------------
  company
------------------------------ */
.company {
  width: 100%;
  background: #f1f1f1;
  padding: 100px 0;
}

.company__inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.company__title {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.company__trigger {
  width: 100%;
  height: 70px;
  cursor: pointer;
  background-color: #ffffff;
  padding: 20px 0;
  font-size: 2rem;
  letter-spacing: 0.05em;
  box-shadow: 2px 2px 0 #ccc;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: .3s;
}

.company__trigger:hover {
  background-color: #000000;
  color: #ffffff;
}

.company__trigger::after {
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  border-bottom: 2px solid #394131;
  border-right: 2px solid #394131;
  position: absolute;
  top: 28px;
  right: 28px;
  transform: rotate(45deg);
  transition: .3s;
}

.company__trigger:hover::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.company__body {
  padding-top: 50px;
  display: none;
}

.company__d-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  font-size: 1.3rem;
}

.company__d-list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.company__d-title {
  width: 25%;
  text-align: center;
  padding: 20px;
  background: #ffffff;
}

.company__d-data {
  width: 74%;
}

.company__item {
  line-height: 2em;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 767px) {
  .company {
    padding: 50px 0;
  }

  .company__trigger {
    font-size: 1.3rem;
    border-radius: 0px;
  }

  .company__body {
    padding-top: 25px;
  }

  .company__d-list {
    font-size: 1.2rem;
  }

  .company__d-title {
    width: 23%;
    padding: 10px;
  }

  .company__d-data {
    width: 74%;
  }
}



/* ------------------------------
  request
------------------------------ */
.request {
  width: 100%;
  background: #e6e6e6;
  padding: 100px 0;
}

.request__inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.request-intro__text {
  text-align: center;
  font-size: 2rem;
  color: #666666;
  font-weight: 700;
  line-height: 1.8em;
}

.request-intro__img {
  max-width: 700px;
  margin: 25px auto 0 auto;
}

.request-intro__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #666666;
  line-height: 1.5em;
  text-align: center;
  margin-top: 35px;
}

.request-form {
  margin-top: 30px;
}

.request-form__text {
  padding: 0 0 6px 0;
  text-align: center;
  font-size: 1.7rem;
  color: #606060;
  line-height: 28px;
  margin-bottom: 15px;
}

.request-form__main {
  margin-top: 15px;
}

.request-form__unit {
  width: 100%;
  padding: 35px 35px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}

.request-form__unit:nth-of-type(odd) {
  background-color: #f1f1f1;
}

.request-form__head {
  width: 26%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.request-form__name {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
}

.request-form__required {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1em;
  background: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  margin-left: 15px;
}

.request-form__body {
  width: 70%;
}

.request-form__body > *:first-child {
  margin-top: 0;
}

.request-form__notes {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 12px;
}

.request-form__tips {
  font-size: 1.2rem;
  margin-left: 10px;
}

.request-form-desired + .request-form-desired {
  padding: 15px 0 0 0;
  margin-top: 15px;
  border-top: 1px dotted #cccccc;
}

.request-form-desired__heading {
  font-size: 1.6rem;
  font-weight: 700;
}

.request-form-desired__wrap {
  margin-top: 10px;
  display: flex;
}

.request-form-desired__unit + .request-form-desired__unit {
  margin-left: 15px;
}

.mfp_element_text,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_select-one {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  padding: 14px 12px;
  background: #ffffff;
  border: 1px solid #606060;
}

.mfp_element_text::placeholder,
.mfp_element_email::placeholder,
.mfp_element_tel::placeholder {
  font-size: 1.2rem;
}

.request-form__text-name,
.request-form__text-hurigana,
.request-form__text-mail,
.request-form__text-mail-confirm {
  width: 80%;
}

.request-form__text-code {
  width: 25%;
}

.request-form__text-address1,
.request-form__text-address2,
.request-form__text-tel {
  width: 50%;
}

.request-form__text-etc {
  width: 30%;
}

.request-form__date {
  width: 180px;
}

.request-form__textarea {
  width: 100% !important;
  height: 200px !important;
}

.request-form__radio-label + .request-form__radio-label {
  margin-left: 30px;
}

.request-form__radio {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.request-form__radio-text {
  position: relative;
  padding-left: 30px;
}

.request-form__radio-text::before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  border: 2px solid #606060;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.request-form__radio-text::after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #b52527;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 4px;
  transform: translateY(-50%) scale(0,0);
  transition: transform .3s;
}

.mfp_checked .request-form__radio-text::after {
  transform: translateY(-50%) scale(1,1);
}

.mfp_not_checked .request-form__radio-text::after {
  transform: translateY(-50%) scale(0,0);
}

.request-form-address__unit + .request-form-address__unit {
  margin-top: 10px;
}

.request-form-address__name {
  margin-right: 10px;
}

.request-form__checkbox-label {
  display: block;
}

.request-form__checkbox-label + .request-form__checkbox-label {
  margin-top: 10px;
}

.request-form-chance__wrap {
  margin-top: 10px;
}

.request-form-chance__wrap .request-form__checkbox-label {
  display: inline-block;
  margin-right: 10px;
}

.request-form__checkbox {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.request-form__checkbox-text {
  position: relative;
  padding-left: 30px;
}

.request-form__checkbox-text::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #606060;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.request-form__checkbox-text::after {
  content: '';
  width: 14px;
  height: 8px;
  border-left: 3px solid #b52527;
  border-bottom: 3px solid #b52527;
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 3px;
  transform: rotate(-45deg) scale(0,0);
  transition: transform .3s;
}

.mfp_checked .request-form__checkbox-text::after {
  transform: rotate(-45deg) scale(1,1);
}

.mfp_not_checked .request-form__checkbox-text::after {
  transform: rotate(-45deg) scale(0,0);
}

.request-form-privacy .request-form__checkbox-label {
  display: inline-block;
}

.request-form-privacy__link a {
  text-decoration: underline;
}

.request-form__btn {
  margin: 40px 0 0 0;
  text-align: center;
}

.request-form__btn-submit {
  display: inline-block;
  width: 50%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #606060;
  padding: 25px 0;
  cursor: pointer;
  transition: .3s;
}

.request-form__btn-submit:hover {
  color: #ffffff;
  background-color: #606060;
}

@media only screen and (max-width: 767px) {
  .request {
    padding: 50px 0;
  }

  .request-intro__text {
    font-size: 1.4rem;
  }

  .request-intro__img {
    max-width: 74%;
    margin: 12px auto 0 auto;
  }

  .request-intro__title {
    font-size: 1.8rem;
    margin-top: 25px;
  }

  .request-form {
    margin-top: 10px;
  }

  .request-form__text {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8em;
  }

  .request-form__unit {
    padding: 18px 15px;
    display: block;
  }

  .request-form__head {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .request-form__name {
    flex: none;
    font-size: 1.4rem;
  }

  .request-form__required {
    padding: 2px 5px;
    font-size: 1.1rem;
    margin-left: 15px;
  }

  .request-form__body {
    width: 100%;
    padding: 15px 0;
  }

  .request-form__notes {
    font-size: 1.2rem;
  }

  .request-form__tips {
    font-size: 1rem;
    margin-left: 5px;
  }

  .request-form-desired + .request-form-desired {
    padding: 20px 0 0 0;
    margin-top: 20px;
  }

  .request-form-desired__heading {
    font-size: 1.2rem;
  }

  .request-form-desired__wrap {
    margin-top: 15px;
    display: block;
  }

  .request-form-desired__unit + .request-form-desired__unit {
    margin-left: 0px;
    margin-top: 10px;
  }

  .request-form-desired__name {
    font-size: 1.2rem;
  }

  .mfp_element_text,
  .mfp_element_email,
  .mfp_element_tel,
  .mfp_element_textarea,
  .mfp_element_select-one {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    padding: 4px 6px;
  }

  .request-form__text-code {
    width: 30%;
  }

  .request-form__text-address1,
  .request-form__text-address2,
  .request-form__text-tel {
    width: 60%;
  }

  .request-form-address__name {
    font-size: 1.2rem;
  }

  .request-form__text-etc {
    width: 50%;
  }

  .request-form__textarea {
    height: 150px !important;
  }

  .request-form__radio-label + .request-form__radio-label {
    margin-left: 20px;
  }

  .request-form__radio-text {
    font-size: 1.3rem;
    padding-left: 28px;
  }

  .request-form__checkbox-text {
    font-size: 1.3rem;
    padding-left: 28px;
  }

  .request-form__checkbox-text::after {
    content: '';
    width: 14px;
    height: 8px;
    border-left: 3px solid #b52527;
    border-bottom: 3px solid #b52527;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    transform: rotate(-45deg) scale(0,0);
    transition: transform .3s;
  }

  .request-form-privacy__link {
    font-size: 1.3rem;
  }

  .request-form__btn-submit {
    width: 100%;
    font-size: 1.4rem;
    padding: 18px 0;
  }
}

#mfp_phase_confirm {
  width: 100%;
}

#mfp_phase_confirm h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 30px;
}

.mfp_confirm_before {
  padding: 0 0 6px 0;
  text-align: center;
  font-size: 1.7rem;
  color: #606060;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#mfp_confirm_table {
  width: 100%;
  margin-top: 20px;
}

#mfp_confirm_table tr {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background-color: #ffffff;
}

#mfp_confirm_table tr:nth-child(odd) {
  background-color: #f1f1f1;
}

#mfp_confirm_table th {
  width: 30%;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px;
}

#mfp_confirm_table td {
  width: 70%;
  font-size: 1.6rem;
  padding: 15px;
}

.mfp_buttons {
  margin: 40px 0 0 0;
  text-align: center;
}

.mfp_element_button {
  display: block;
  width: 50%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #606060;
  padding: 25px 0;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s;
}

.mfp_element_button + .mfp_element_button {

}

.mfp_element_button:hover {
  color: #ffffff;
  background-color: #606060;
}

@media only screen and (max-width: 767px) {
  #mfp_phase_confirm h4 {
    font-size: 1.6rem;
  }

  .mfp_confirm_before {
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 0;
  }

  #mfp_confirm_table th {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    padding: 15px 10px;
  }

  #mfp_confirm_table td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 0px 10px 15px 10px;
  }

  .mfp_element_button {
    width: 100%;
    font-size: 1.4rem;
    padding: 18px 0;
  }
}



/* ------------------------------
  thanks
------------------------------ */
.thanks {
  width: 100%;
  background: #f1f1f1;
  padding: 100px 0;
}

.thanks__inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.thanks__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

.thanks__text {
  text-align: center;
  font-size: 1.6rem;
  margin: 50px auto 0 auto;
}

.thanks-return {
  margin-top: 50px;
  text-align: center;
}

.thanks-return__link {
  display: inline-block;
  width: 50%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #606060;
  padding: 25px 0;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s;
}

.thanks-return__link:hover {
  color: #ffffff;
  background-color: #606060;
}

@media only screen and (max-width: 767px) {
  .thanks {
    padding: 50px 0;
  }

  .thanks__title {
    font-size: 1.6rem;
  }
  
  .thanks__text {
    text-align: left;
    font-size: 1.4rem;
    margin: 30px auto 0 auto;
  }
  
  .thanks-return {
    margin-top: 50px;
    text-align: center;
  }
  
  .thanks-return__link {
    width: 100%;
    font-size: 1.4rem;
    padding: 18px 0;
  }
}



/* ------------------------------
  footer
------------------------------ */
.l-footer {
  width: 100%;
  padding-top: 80px;
}

.l-footer-logo {
  width: 168px;
  margin: 0 auto;
}

.l-footer__inner {
  width: 90%;
  margin: 45px auto 0 auto;
  padding: 45px 0 100px 0;
  border-top: solid 1px #707070;
}

.l-footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .05em;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding-top: 30px;
  }

  .l-footer-logo {
    width: 120px;
  }

  .l-footer__inner {
    width: 100%;
    margin: 25px auto 0 auto;
    padding: 25px 0 50px 0;
  }

  .l-footer__copyright {
    font-size: 1rem;
  }
}



/* ------------------------------
  to form
  2024.6.10追加
------------------------------ */
.to-form {
  width: 100px;
  height: 100px;
  display: block;
  position: fixed;
  bottom: 60px;
  right: calc(5% + 60px);
  z-index: 9999;
}

.to-form::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.to-form__link {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}

.to-form__link:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .to-form {
    bottom: 20px;
    right: 10px;
  }
}