@charset "UTF-8";
#company h2, #contact h2, #point h2, #warning h2, #works h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 30px;
  color: #222222;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
#company h2 small, #contact h2 small, #point h2 small, #warning h2 small, #works h2 small {
  margin-bottom: 8px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #22b1ef;
}
@media (max-width: 999px) {
  #company h2, #contact h2, #point h2, #warning h2, #works h2 {
    font-size: 24px;
  }
  #company h2 small, #contact h2 small, #point h2 small, #warning h2 small, #works h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company h2, #contact h2, #point h2, #warning h2, #works h2 {
    font-size: 20px;
  }
  #company h2 small, #contact h2 small, #point h2 small, #warning h2 small, #works h2 small {
    font-size: 14px;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  margin-bottom: 65px;
  position: relative;
}
#mainimg #mainslider img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
#mainimg .catch .catchinner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#mainimg .catch h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 54px;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
#mainimg .catch .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
}
#mainimg .contactbtn {
  position: absolute;
  bottom: -30px;
  right: 0px;
  width: 370px;
  height: 120px;
}
#mainimg .contactbtn p {
  width: 100%;
  height: 100%;
}
#mainimg .contactbtn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #22b1ef;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#mainimg .contactbtn a:hover {
  opacity: 0.6;
}
#mainimg .contactbtn a img {
  margin-right: 10px;
  width: 26px;
}
#mainimg .contactbtn a:before {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: block;
  content: "More";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  background-image: url(../images/contactbtn-arrow.png);
  background-repeat: no-repeat;
  background-position: bottom 0px right 0px;
  background-size: 30px;
}
@media (max-width: 999px) {
  #mainimg #mainslider img {
    height: auto;
    min-height: 580px;
  }
  #mainimg .catch h2 {
    font-size: 32px;
  }
  #mainimg .catch .text {
    font-size: 16px;
  }
  #mainimg .contactbtn {
    width: 320px;
    height: 100px;
  }
  #mainimg .contactbtn a {
    font-size: 16px;
  }
  #mainimg .contactbtn a::before {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img {
    min-height: 440px;
  }
  #mainimg .catch {
    padding-top: 30px;
  }
  #mainimg .catch h2 {
    font-size: 26px;
    line-height: 1.4;
  }
  #mainimg .catch .text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  #mainimg .contactbtn {
    width: 280px;
    height: 80px;
  }
  #mainimg .contactbtn a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  #mainimg #mainslider img {
    min-height: 380px;
  }
  #mainimg .catch h2 {
    font-size: 22px;
  }
  #mainimg .catch .text {
    font-size: 12px;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works {
  margin-bottom: 110px;
}
#works a {
  transition: all 0.5s ease-out;
}
#works a:hover {
  opacity: 0.6;
}
#works .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#works h2 {
  margin-bottom: 50px;
}
#works .contents {
  display: flex;
}
#works .contents .block {
  width: 22.8813559322%;
}
#works .contents .block .image {
  position: relative;
  padding-top: 74.0740740741%;
}
#works .contents .block .image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .contents .block:not(:first-child) {
  margin-left: 2.8248587571%;
}
@media (max-width: 999px) {
  #works {
    margin-bottom: 90px;
  }
  #works h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #works {
    margin-bottom: 80px;
  }
  #works h2 {
    margin-bottom: 30px;
  }
  #works .contents {
    flex-wrap: wrap;
  }
  #works .contents .block {
    width: 47%;
  }
  #works .contents .block:not(:first-child) {
    margin-left: 0;
  }
  #works .contents .block:nth-child(even) {
    margin-left: auto;
  }
  #works .contents .block:nth-child(n+3) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
warning
------------------------------------------------- */
#warning {
  background-color: #f7f7f7;
  padding: 86px 0 100px;
  margin-bottom: 111px;
}
#warning a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#warning a:hover {
  opacity: 0.6;
}
#warning .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#warning h2 {
  text-align: center;
  margin-bottom: 53px;
}
#warning h2 small {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: unset;
}
#warning h2 small span {
  color: #22b1ef;
}
#warning h2 small::before, #warning h2 small::after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #222222;
}
#warning h2 small::before {
  margin-right: 10px;
}
#warning h2 small::after {
  margin-left: 10px;
}
#warning .contents {
  display: flex;
}
#warning .contents .block {
  width: 22.8813559322%;
}
#warning .contents .block .image {
  position: relative;
  padding-top: 66.6666666667%;
}
#warning .contents .block .image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#warning .contents .block .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  color: #222222;
  background-color: #fff;
  padding: 13px;
  min-height: 170px;
}
#warning .contents .block:not(:first-child) {
  margin-left: 2.8248587571%;
}
#warning .contents .block:nth-child(even) {
  margin-top: 40px;
}
@media (max-width: 999px) {
  #warning {
    padding: 70px 0 80px;
    margin-bottom: 90px;
  }
  #warning h2 {
    margin-bottom: 40px;
  }
  #warning h2 small {
    font-size: 18px;
  }
  #warning h2 small::before, #warning h2 small::after {
    width: 20px;
  }
  #warning .contents .block .title {
    font-size: 16px;
    min-height: 160px;
  }
  #warning .contents .block:nth-child(even) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #warning {
    padding: 60px 0 70px;
    margin-bottom: 80px;
  }
  #warning h2 {
    margin-bottom: 30px;
  }
  #warning h2 small {
    font-size: 16px;
  }
  #warning h2 small::before, #warning h2 small::after {
    width: 15px;
  }
  #warning h2 small::before {
    margin-right: 5px;
  }
  #warning h2 small::after {
    margin-left: 5px;
  }
  #warning .contents {
    flex-wrap: wrap;
  }
  #warning .contents .block {
    width: 47%;
  }
  #warning .contents .block .title {
    font-size: 14px;
    min-height: 150px;
  }
  #warning .contents .block:not(:first-child) {
    margin-left: 0;
  }
  #warning .contents .block:nth-child(even) {
    margin-top: 0px;
    margin-left: auto;
  }
  #warning .contents .block:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  #warning .contents .block {
    width: 100%;
    max-width: 270px;
    margin-left: auto !important;
    margin-right: auto;
  }
  #warning .contents .block:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
point
------------------------------------------------- */
#point {
  margin-bottom: 106px;
}
#point h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 580px;
  min-height: 120px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  margin-bottom: 50px;
  position: relative;
}
#point h2 span {
  font-size: 50px;
  color: #22b1ef;
}
#point h2 .border {
  position: absolute;
}
#point h2 .border::before, #point h2 .border::after {
  content: "";
  position: absolute;
  background-color: #222222;
}
#point h2 .border::before {
  width: 247px;
  height: 1px;
}
#point h2 .border::after {
  width: 1px;
  height: 36px;
}
#point h2 .border.border-top {
  top: 0;
  right: 0;
}
#point h2 .border.border-top::before, #point h2 .border.border-top::after {
  top: 0;
  right: 0;
}
#point h2 .border.border-bottom {
  bottom: 0;
  left: 0;
}
#point h2 .border.border-bottom::before, #point h2 .border.border-bottom::after {
  bottom: 0;
  left: 0;
}
#point .inner {
  position: relative;
  padding-bottom: 147px;
}
#point .inner::before {
  content: "";
  width: 100%;
  height: calc(100% - 230px);
  position: absolute;
  bottom: 0;
  background-color: #b6b6b6;
  z-index: -1;
}
#point .head {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 56px;
}
#point .head .block {
  width: 31.3559322034%;
  position: relative;
  padding-top: 58px;
}
#point .head .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#point .head .block a:hover {
  opacity: 0.6;
}
#point .head .block a .text {
  padding-bottom: 44px;
}
#point .head .block a .text::after {
  content: "More";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 40px;
  background: url(../images/pointmenu-arow.png) no-repeat center right 0;
}
#point .head .block .number {
  position: absolute;
  top: 0;
  left: -30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 0 1px #222222, 0 0 1px #222222, 0 0 1px #222222;
}
#point .head .block .image {
  position: relative;
  padding-top: 70.2702702703%;
  margin-bottom: 11px;
}
#point .head .block .image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#point .head .block .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #222222;
  margin-bottom: 9px;
}
#point .head .block .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #222222;
}
#point .head .block:not(:first-child):not(:nth-child(3n+1)) {
  margin-left: 2.9661016949%;
}
#point .head .block:nth-child(n+4) {
  margin-top: 50px;
}
#point .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#point .contents > div:last-child {
  margin-bottom: unset;
}
#point .contents > div + .point-headblock {
  margin-top: 80px;
}
#point .contents .point-headblock {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 34px;
}
#point .contents .point-headblock .number {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 200px;
  letter-spacing: 0;
  color: #b6b6b6;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
  margin-left: -6px;
}
#point .contents .point-headblock p {
  margin-left: -78px;
}
#point .contents .point-headblock small {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
#point .contents .point-imgtext {
  display: flex;
  overflow-x: clip;
  margin-bottom: 62px;
}
#point .contents .point-imgtext.img-small .image {
  width: 30.5084745763%;
}
#point .contents .point-imgtext.img-small .right {
  margin-left: 4.2372881356%;
}
#point .contents .point-imgtext.img-small .right > .text {
  letter-spacing: 0.1em;
}
#point .contents .point-imgtext.img-big .image {
  width: 44.9152542373%;
}
#point .contents .point-imgtext.img-big .right {
  margin-left: 5.0847457627%;
}
#point .contents .point-imgtext.img-big .right > .text {
  letter-spacing: 0.05em;
}
#point .contents .point-imgtext .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#point .contents .point-imgtext .right {
  flex: 1;
}
#point .contents .point-imgtext .right .point-box {
  padding-right: 51px;
  margin-bottom: 27px;
}
#point .contents .point-imgtext .right > .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  color: #222222;
}
#point .contents .point-imgtext .right > .text:first-child {
  margin-top: -11px;
}
#point .contents .point-imgtext .right .price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #222222;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: -20px;
  padding: 20px 0;
}
#point .contents .point-imgtext .right .price .border-center {
  position: relative;
  padding: 40px 10px 40px 40px;
  display: inline-block;
  margin-right: 47px;
}
#point .contents .point-imgtext .right .price .border-center::before, #point .contents .point-imgtext .right .price .border-center::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #222222;
  position: absolute;
  left: 0;
}
#point .contents .point-imgtext .right .price .border-center::before {
  top: 0;
  transform: rotate(-15deg);
}
#point .contents .point-imgtext .right .price .border-center::after {
  bottom: 0;
  transform: rotate(15deg);
}
#point .contents .point-imgtext .right .price .border-bottom {
  font-weight: 700;
  font-size: 80px;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 0 1px #222222, 0 0 1px #222222, 0 0 1px #222222;
  position: relative;
}
#point .contents .point-imgtext .right .price .border-bottom::before, #point .contents .point-imgtext .right .price .border-bottom::after {
  content: "";
  position: absolute;
  width: 91%;
  height: 1px;
  background-color: #222222;
  transform: rotate(-6deg);
}
#point .contents .point-imgtext .right .price .border-bottom::before {
  bottom: -2px;
  left: 22px;
}
#point .contents .point-imgtext .right .price .border-bottom::after {
  bottom: -12px;
  left: 45px;
}
#point .contents .point-box {
  border: 1px solid #222222;
  padding: 20px 0px 20px 30px;
  min-height: 152px;
  margin-bottom: 60px;
}
#point .contents .point-box .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #222222;
  margin-bottom: 15px;
}
#point .contents .point-box .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #222222;
}
#point .contents .point-images {
  display: flex;
  overflow-x: clip;
  margin-bottom: 60px;
}
#point .contents .point-images .block {
  width: 44.9152542373%;
}
#point .contents .point-images .block .image {
  position: relative;
  padding-top: 56.6037735849%;
  margin-bottom: 22px;
}
#point .contents .point-images .block .image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#point .contents .point-images .block .image.dummy::after {
  content: "ダミー画像";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
#point .contents .point-images .block .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #222222;
}
#point .contents .point-images span {
  flex: 1;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
#point .contents .point-images span::before {
  content: "";
  width: 100%;
  border-top: 2px dashed #222222;
}
#point .contents .point-subheading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #222222;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
#point .contents .point-subheading::before, #point .contents .point-subheading::after {
  content: "";
  width: 30px;
  height: 60px;
  border: 1px solid #222222;
}
#point .contents .point-subheading::before {
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  border-right: unset;
  margin-right: 5px;
}
#point .contents .point-subheading::after {
  border-radius: 0 100% 100% 0/0 50% 50% 0;
  border-left: unset;
  margin-left: 5px;
}
@media (max-width: 1300px) {
  #point .head .block .number {
    left: 0;
  }
}
@media (max-width: 999px) {
  #point {
    margin-bottom: 90px;
  }
  #point h2 {
    min-width: 500px;
    min-height: 100px;
    margin-bottom: 40px;
  }
  #point h2 .border::before {
    width: 200px;
  }
  #point h2 .border::after {
    height: 30px;
  }
  #point h2 span {
    font-size: 40px;
  }
  #point .inner {
    padding-bottom: 120px;
  }
  #point .inner::before {
    height: calc(100% - 160px);
  }
  #point .head {
    margin-bottom: 40px;
  }
  #point .head .block {
    padding-top: 40px;
  }
  #point .head .block a .text {
    padding-bottom: 30px;
  }
  #point .head .block .number {
    font-size: 65px;
  }
  #point .head .block .title {
    font-size: 20px;
  }
  #point .head .block .text {
    font-size: 14px;
  }
  #point .head .block:nth-child(n+4) {
    margin-top: 40px;
  }
  #point .contents > div + .point-headblock {
    margin-top: 70px;
  }
  #point .contents .point-headblock {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #point .contents .point-headblock .number {
    font-size: 150px;
    margin-left: 0;
  }
  #point .contents .point-headblock p {
    margin-left: -55px;
  }
  #point .contents .point-headblock small {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #point .contents .point-imgtext {
    margin-bottom: 50px;
  }
  #point .contents .point-imgtext .right .point-box {
    margin-bottom: 15px;
    padding-right: 40px;
  }
  #point .contents .point-imgtext .right > .text {
    font-size: 16px;
  }
  #point .contents .point-imgtext .right > .text br {
    display: none;
  }
  #point .contents .point-imgtext .right > .text:first-child {
    margin-top: unset;
  }
  #point .contents .point-imgtext .right .price {
    margin-left: unset;
    font-size: 28px;
  }
  #point .contents .point-imgtext .right .price .border-center {
    padding: 30px 10px 30px 30px;
    margin-right: 20px;
  }
  #point .contents .point-imgtext .right .price .border-bottom {
    font-size: 60px;
  }
  #point .contents .point-box {
    padding: 15px 0px 15px 20px;
    min-height: 130px;
    margin-bottom: 50px;
  }
  #point .contents .point-box .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #point .contents .point-box .text {
    font-size: 18px;
  }
  #point .contents .point-images {
    margin-bottom: 50px;
  }
  #point .contents .point-images .block .image {
    margin-bottom: 15px;
  }
  #point .contents .point-images .block .image.dummy::after {
    font-size: 24px;
  }
  #point .contents .point-images .block .title {
    font-size: 16px;
  }
  #point .contents .point-subheading {
    font-size: 18px;
  }
  #point .contents .point-subheading::before, #point .contents .point-subheading::after {
    width: 20px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #point {
    margin-bottom: 80px;
  }
  #point h2 {
    min-width: unset;
    min-height: unset;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 10px;
  }
  #point h2 .border::before {
    width: 150px;
  }
  #point h2 .border::after {
    height: 25px;
  }
  #point h2 span {
    font-size: 22px;
  }
  #point .inner {
    padding-bottom: 100px;
  }
  #point .inner::before {
    height: calc(100% - 120px);
  }
  #point .head {
    margin-bottom: 30px;
  }
  #point .head .block {
    width: 47%;
    padding-top: 30px;
  }
  #point .head .block a .text {
    padding-bottom: 25px;
  }
  #point .head .block .number {
    font-size: 45px;
  }
  #point .head .block .title {
    font-size: 18px;
  }
  #point .head .block:not(:first-child):not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  #point .head .block:not(:first-child):not(:nth-child(2n+1)) {
    margin-left: auto;
  }
  #point .head .block:nth-child(n+3) {
    margin-top: 30px;
  }
  #point .contents > div + .point-headblock {
    margin-top: 60px;
  }
  #point .contents .point-headblock {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #point .contents .point-headblock .number {
    font-size: 115px;
  }
  #point .contents .point-headblock p {
    margin-left: -30px;
  }
  #point .contents .point-headblock small {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #point .contents .point-imgtext {
    margin-bottom: 40px;
    display: block;
  }
  #point .contents .point-imgtext.img-small .image {
    width: 100%;
    max-width: 300px;
  }
  #point .contents .point-imgtext.img-big .image {
    width: 100%;
    max-width: 350px;
  }
  #point .contents .point-imgtext .image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #point .contents .point-imgtext .right {
    margin-left: unset !important;
  }
  #point .contents .point-imgtext .right .point-box {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  #point .contents .point-imgtext .right > .text {
    font-size: 14px;
  }
  #point .contents .point-imgtext .right .price {
    margin-left: unset;
    font-size: 22px;
  }
  #point .contents .point-imgtext .right .price .border-center {
    padding: 20px 10px 20px 20px;
    margin-right: 10px;
  }
  #point .contents .point-imgtext .right .price .border-bottom {
    font-size: 40px;
  }
  #point .contents .point-box {
    padding: 10px;
    min-height: unset;
    margin-bottom: 40px;
  }
  #point .contents .point-box .title {
    font-size: 20px;
  }
  #point .contents .point-box .text {
    font-size: 16px;
  }
  #point .contents .point-images {
    margin-bottom: 40px;
    display: block;
  }
  #point .contents .point-images .block {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  #point .contents .point-images .block .image {
    margin-bottom: 10px;
  }
  #point .contents .point-images .block .image.dummy::after {
    font-size: 20px;
  }
  #point .contents .point-images .block .title {
    font-size: 14px;
  }
  #point .contents .point-images span {
    justify-content: center;
    padding: 10px 0;
  }
  #point .contents .point-images span::before {
    width: unset;
    height: 30px;
    border-bottom: unset;
    border-left: 1px dashed #222222;
  }
  #point .contents .point-subheading {
    font-size: 16px;
    /* margin-bottom: 10px; */
  }
  #point .contents .point-subheading::before, #point .contents .point-subheading::after {
    width: 10px;
    height: 20px;
  }
}
@media (max-width: 500px) {
  #point .head .block {
    width: 100%;
    max-width: 370px;
    margin-left: auto !important;
    margin-right: auto;
  }
  #point .head .block:nth-child(n+2) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  margin-bottom: 109px;
}
#contact .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#contact h2 {
  margin-bottom: 45px;
}
#contact form table {
  width: 100%;
}
#contact form table tr:not(:last-child) td select,
#contact form table tr:not(:last-child) td input[type=text],
#contact form table tr:not(:last-child) td input[type=tel],
#contact form table tr:not(:last-child) td input[type=email],
#contact form table tr:not(:last-child) td textarea {
  background-color: #f7f7f7;
  border: unset;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #b6b6b6;
  padding: 19px 130px 19px 40px;
  outline: none;
}
#contact form table tr:not(:last-child) td textarea {
  min-height: 300px;
}
#contact form table tr:not(:last-child) td select {
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
#contact form table tr:not(:last-child) td.question {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #222222;
  white-space: nowrap;
}
#contact form table tr:not(:last-child) td.question .required {
  color: #22b1ef;
}
#contact form table tr:not(:last-child) td:not(.question) {
  padding-bottom: 42px;
  padding-left: 10px;
}
#contact form table tr:last-child td {
  padding-top: 10px;
}
#contact form table tr:last-child input[type=submit] {
  width: 100%;
  padding: 33px;
  border: 1px solid #222222;
  background: url(../images/form-arow.png) no-repeat center right 58px #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #222222;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
#contact form table tr:last-child input[type=submit]:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #contact {
    margin-bottom: 90px;
  }
  #contact h2 {
    margin-bottom: 35px;
  }
  #contact form table tr:not(:last-child) td select,
  #contact form table tr:not(:last-child) td input[type=text],
  #contact form table tr:not(:last-child) td input[type=tel],
  #contact form table tr:not(:last-child) td input[type=email],
  #contact form table tr:not(:last-child) td textarea {
    font-size: 18px;
    padding: 15px 90px 15px 30px;
  }
  #contact form table tr:not(:last-child) td textarea {
    min-height: 250px;
  }
  #contact form table tr:not(:last-child) td.question {
    font-size: 18px;
  }
  #contact form table tr:not(:last-child) td:not(.question) {
    padding-bottom: 30px;
  }
  #contact form table tr:last-child input[type=submit] {
    padding: 25px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #contact {
    margin-bottom: 80px;
  }
  #contact h2 {
    margin-bottom: 25px;
  }
  #contact form table tr td {
    display: block;
  }
  #contact form table tr:not(:last-child) td {
    padding-bottom: 10px;
  }
  #contact form table tr:not(:last-child) td select,
  #contact form table tr:not(:last-child) td input[type=text],
  #contact form table tr:not(:last-child) td input[type=tel],
  #contact form table tr:not(:last-child) td input[type=email],
  #contact form table tr:not(:last-child) td textarea {
    font-size: 16px;
    padding: 10px 30px 10px 10px;
  }
  #contact form table tr:not(:last-child) td textarea {
    min-height: 200px;
  }
  #contact form table tr:not(:last-child) td.question {
    font-size: 16px;
  }
  #contact form table tr:not(:last-child) td:not(.question) {
    padding-left: 0;
  }
  #contact form table tr:last-child input[type=submit] {
    padding: 15px;
    font-size: 16px;
    background-position: center right 30px;
    background-size: 30px auto;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  margin-bottom: 111px;
}
#company .mainimage {
  margin-bottom: 56px;
}
#company .mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 150px;
}
#company .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#company h2 {
  margin-bottom: 45px;
}
#company table {
  width: 100%;
}
#company table tr th,
#company table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #222222;
  border-bottom: 1px solid #616365;
  padding-bottom: 14px;
}
#company table tr th {
  padding-left: 10px;
  padding-right: 10px;
}
#company table tr td {
  padding-right: 110px;
}
#company table tr:not(:first-child) th,
#company table tr:not(:first-child) td {
  padding-top: 34px;
}
@media (max-width: 999px) {
  #company {
    margin-bottom: 90px;
  }
  #company .mainimage {
    margin-bottom: 40px;
  }
  #company h2 {
    margin-bottom: 35px;
  }
  #company table tr th,
  #company table tr td {
    font-size: 18px;
  }
  #company table tr td {
    padding-right: 10px;
  }
  #company table tr:not(:first-child) th,
  #company table tr:not(:first-child) td {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  #company {
    margin-bottom: 80px;
  }
  #company .mainimage {
    margin-bottom: 30px;
  }
  #company h2 {
    margin-bottom: 25px;
  }
  #company table tr th,
  #company table tr td {
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
  }
  #company table tr td {
    padding-left: 10px;
    padding-top: 10px;
  }
  #company table tr:not(:first-child) th {
    padding-top: 30px;
  }
  #company table tr:not(:first-child) td {
    padding-top: 10px;
  }
}

/* ----------------------------------------------
確認画面
------------------------------------------------- */
.confilms #header .top {
  position: relative;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #b6b6b6;
}

.txtset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}

.contactform {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.contactform table {
  width: 100%;
}
.contactform tr th,
.contactform tr td {
  padding: 10px 10px;
  font-size: 16px;
  line-height: 1.875;
}
.contactform tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #222222;
  white-space: nowrap;
}
.contactform tr th .required {
  color: #22b1ef;
}
.contactform tr td {
  padding-bottom: 42px;
  padding-left: 10px;
  /* 
       input[type="text"],
       input[type="tel"],
       input[type="email"],
       textarea {
         background-color: #f7f7f7;
         border: unset;
         width: 100%;
         @include fontnoto(400);
         font-size: 20px;
         line-height: 1.6;
         letter-spacing: 0.1em;
         color: #b6b6b6;
         padding: 19px 130px 19px 40px;
         outline: none;
       }
  */
}
.contactform tr td label {
  margin-right: 20px;
}
.contactform tr td ::-moz-placeholder {
  color: #ccc;
}
.contactform tr td ::placeholder {
  color: #ccc;
}
.contactform .btns {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.contactform .btn {
  width: 240px;
}
.contactform .btn input,
.contactform .btn a {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #222222;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #222222;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.contactform .btn input:hover,
.contactform .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .contactform th,
  .contactform td {
    display: block;
  }
  .contactform tr th,
  .contactform tr td {
    padding: 10px 10px;
  }
  .contactform tr th {
    white-space: inherit;
  }
  .contactform .btns {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
}/*# sourceMappingURL=index.css.map */