@charset "utf-8";
/*-------------------------------------------
パンくず
-------------------------------------------*/
.breadcrumbs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  white-space: nowrap;
  font-size: 1.3rem;
  color: var(--color-n);
  overflow: hidden;
  text-decoration: none;
}
.breadcrumbs ul {
  margin-right: auto;
  margin-left: auto;
}
.breadcrumbs a {
  color: var(--color-n);
}
.breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.75rem;
  position: relative;
}
.breadcrumbs ul li:before {
  content: "/";
  position: absolute;
  top: 0;
  left: -0.75rem;
}
.breadcrumbs ul li:first-child:before {
  content: none;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
/*-------------------------------------------
共通
-------------------------------------------*/
.anchor {
  display: block;
  padding-top: 2rem;
  margin-top: -2rem;
}
/*-------------------------------------------
メインタイトル
-------------------------------------------*/
.section-contents-title .wrapper {
  background-color: var(--color-bg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
.section-contents-title.title-img01 .wrapper {
  background-image: url("../img/contents/title_img1.jpg");
  background-position: bottom center;
}
.section-contents-title.title-img02 .wrapper {
  background-image: url("../img/contents/title_img2.jpg");
}
.section-contents-title.title-img03 .wrapper {
  background-image: url("../img/contents/title_img3.jpg");
}
.section-contents-title.title-img04 .wrapper {
  background-image: url("../img/contents/title_img4.jpg");
}
.section-contents-title h2 {
  color: var(--color-n);
  font-weight: 600;
  text-shadow: 0.3rem 0.3rem 0.9rem rgba(0, 0, 0, 0.3);
}
.section-contents-title h2 .eur7 {
  line-height: 1.2;
}
.section-contents-title h2 .jp {
  display: block;
  margin-top: 0.7rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 800px) {
  .section-contents-title {
    margin-top: 12rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section-contents-title .wrapper {
    padding-top: 9rem;
    padding-bottom: 9rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section-contents-title.title-img01 .wrapper, .section-contents-title.title-img02 .wrapper, .section-contents-title.title-img03 .wrapper, .section-contents-title.title-img04 .wrapper {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .section-contents-title h2 .en {
    font-size: 6.8rem;
  }
  .section-contents-title h2 .jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 799.99px) {
  .section-contents-title {
    margin-top: 6.8rem;
  }
  .section-contents-title .wrapper {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section-contents-title.title-img01 .wrapper, .section-contents-title.title-img02 .wrapper, .section-contents-title.title-img03 .wrapper, .section-contents-title.title-img04 .wrapper {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .section-contents-title h2 .en {
    font-size: 4.4rem;
    letter-spacing: -0.1rem;
  }
  .section-contents-title h2 .jp {
    font-size: 1.8rem;
  }
}
h3 {
  line-height: 1.2
}
h3 .glade {
  background: linear-gradient(90deg, #5882ab 0%, #101010 6rem);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
h3 span {
  font-weight: 600;
}
h3 .en {
  font-weight: 500;
  padding-right: 1.5rem;
}
h3 .jp {
  font-weight: 400;
  display: inline-block;
}
@media print, screen and (min-width: 800px) {
  h3 span {
    font-size: 4rem;
  }
  h3 .en {
    font-size: 6rem;
  }
  h3 .jp {
    font-size: 1.7rem;
  }
  .regular_bg {
    padding-top: 7rem;
    padding-bottom: 5rem
  }
}
@media screen and (max-width: 799.99px) {
  h3 span {
    font-size: 3.2rem;
  }
  h3 .en {
    font-size: 4.2rem;
    letter-spacing: -0.1rem;
  }
  h3 .jp {
    font-size: 1.7rem;
  }
  .regular_bg {
    padding-top: 6rem;
    padding-bottom: 4rem
  }
}
main p {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}
.menu_sub ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.menu_sub ul li {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
}
.menu_sub ul li a {
  color: var(--color-n);
  font-weight: 500;
  font-size: 1.8rem;
}
/*-------------------------------------------
ご挨拶
-------------------------------------------*/
.greeting .text h4 {
  line-height: 1.3;
  font-weight: 500;
}
@media print, screen and (min-width: 800px) {
  #content {
    padding-top: 18rem;
    padding-bottom: 9rem;
  }
  .greeting .text h4 {
    font-size: 2rem
  }
  .greeting {
    position: relative;
  }
  .greeting .text {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
  }
  .greeting .text {
    padding: 3rem 3rem;
    top: calc(50% - 21rem);
    width: 60%;
  }
  .greeting .img {
    margin-left: auto;
    width: 48rem
  }
}
@media print, screen and (min-width: 1000px) {
  #content {
    padding-bottom: 7rem;
  }
  .greeting .text h4 {
    font-size: 2.4rem
  }
  .greeting .text {
    padding: 3.5rem 4rem;
    top: calc(50% - 21rem);
    width: 75rem;
  }
  .greeting .img {
    width: 48rem
  }
}
@media screen and (max-width: 799.99px) {
  #content {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
  .greeting .text h4 {
    font-size: 2rem
  }
  .greeting .text {
    background-color: var(--color-w);
    padding: 2rem 2rem;
    margin-bottom: 1.5rem;
  }
}
/*-------------------------------------------
table
-------------------------------------------*/
.ordinary_table table {
  width: 100%
}
.ordinary_table table th {
  border-bottom: var(--color-gb) solid 1px;
  font-weight: 400;
}
.ordinary_table table td {
  border-bottom: var(--color-gd) solid 1px;
}
@media print, screen and (min-width: 800px) {
  .ordinary_table table th {
    padding: 1.6rem 1rem;
    width: 25%
  }
  .ordinary_table table td {
    padding: 1.6rem 1.5rem 1.6rem 3rem;
  }
}
@media screen and (max-width: 799.99px) {
  .ordinary_table table th {
    padding: 1.6rem 0.5rem;
    white-space: nowrap;
  }
  .ordinary_table table td {
    padding: 1.6rem 0 1.6rem 2rem;
  }
}
/*-------------------------------------------
会社概要
-------------------------------------------*/
.gmap {
  margin-top: 0.7rem;
  height: 0;
  overflow: hidden;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media print, screen and (min-width: 800px) {
  .gmap {
    padding-bottom: 59%;
  }
}
@media screen and (max-width: 799.99px) {
  .gmap {
    padding-bottom: 90%;
  }
}
/*-------------------------------------------
FAQ
-------------------------------------------*/
#acMenu {
  margin-bottom: 1.5rem;
}
#acMenu dt {
  position: relative;
  cursor: pointer;
  color: var(--color-n);
  background-image: url("../img/contents/q.png");
  background-repeat: no-repeat;
  background-color: var(--color-bg);
  border: var(--color-g) solid 1px;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: var(--color-b);
}
.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-w);
}
#acMenu dt.selected .toggle_btn:before {
  content: normal;
}
#acMenu dd {
  display: none;
}
#acMenu dt p {
  font-weight: 500;
  line-height: 1.3;
}
#acMenu dd p {
  line-height: 1.5;
}
#acMenu dd {
  background-image: url("../img/contents/a.png");
  background-repeat: no-repeat;
  background-color: var(--color-w);
  border-bottom: var(--color-g) solid 1px;
  border-left: var(--color-g) solid 1px;
  border-right: var(--color-g) solid 1px;
}
@media print, screen and (min-width: 800px) {
  #acMenu dt {
    padding: 2.2rem 6rem 2.4rem 7.4rem;
    background-position: left 2.5rem top 1.4rem;
  }
  .toggle_btn {
    right: 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
  }
  .toggle_btn:before, .toggle_btn:after {
    width: 1.5rem;
    height: 0.2rem;
  }
  .toggle_btn:before {
    width: 0.2rem;
    height: 1.5rem;
  }
  #acMenu dt p {
    font-size: 2rem;
  }
  #acMenu dd p {
    font-size: 1.7rem;
  }
  #acMenu dd {
    padding: 2.2rem 3rem 2.4rem 7.4rem;
    background-position: left 2.5rem top 1.4rem;
  }
}
@media screen and (max-width: 799.99px) {
  #acMenu dt {
    padding: 1.8rem 4rem 2rem 4rem;
    background-position: left 1.2rem top 1.4rem;
    background-size: 2rem auto;
  }
  .toggle_btn {
    right: 1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 1.2rem;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
  }
  .toggle_btn:before, .toggle_btn:after {
    width: 1.2rem;
    height: 0.2rem;
  }
  .toggle_btn:before {
    width: 0.2rem;
    height: 1.2rem;
  }
  #acMenu dt p {
    font-size: 1.8rem;
  }
  #acMenu dd p {
    font-size: 1.6rem;
  }
  #acMenu dd {
    padding: 1.8rem 2rem 2rem 4rem;
    background-position: left 1.2rem top 1.4rem;
    background-size: 2rem auto;
  }
}
/*-------------------------------------------
サービス
-------------------------------------------*/
.service h4 span {
  display: block;
  padding-bottom: 1rem;
}
.service h4 {
  text-align: center;
  font-weight: 600;
  line-height: 1.5
}
.point h5 {
  text-align: center;
  font-weight: 600;
}
.point h5 span {
  color: var(--color-b)
}
.point__box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.point__box ul li .img {
  border: var(--color-gb) solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-w)
}
.point__box ul li p.text {
  font-size: 1.4rem;
  line-height: 1.4
}
.point__box ul li span {
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--color-b);
  line-height: 1.6
}
.point__box ul li p.title {
  font-size: 1.7rem;
  font-weight: 600;
  padding-bottom: 1rem;
  line-height: 1.2
}
.problem {
  background-color: var(--color-b);
}
.problem > p {
  color: var(--color-w);
  font-weight: 600;
  text-align: center;
  line-height: 1.2
}
.problem .problem_box {
  background-color: var(--color-w);
  border-radius: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
}
.problem .problem_box p {
  text-align: center;
}
.problem .problem_box p.title {
  color: var(--color-b);
  font-weight: 600;
  line-height: 1.2
}
@media print, screen and (min-width: 800px) {
  .service h4 {
    font-size: 2rem;
  }
  .point h5 {
    font-size: 2.6rem;
  }
  .point h5 > span {
    font-size: 3.6rem;
  }
  .point h5 > span > span {
    font-size: 2.6rem;
  }
  .point__box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .point__box ul li {
    width: 47%;
    padding-bottom: 2.5rem;
  }
  .point__box ul li .img {
    height: 13rem;
    width: 13rem;
    border-radius: 6.5rem;
  }
  .point__box ul li .img img {
    width: 8rem;
  }
  .point__box div:last-child {
    padding-left: 2rem;
  }
  .problem {
    padding: 2.5rem;
  }
  .problem > p {
    font-size: 2.8rem;
    padding-top: 2.5rem;
  }
  .problem .problem_box p.title {
    font-size: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 799.99px) {
  .service h4 {
    font-size: 1.8rem;
  }
  .service h4 span img {
    width: 8rem;
  }
  .point h5 {
    font-size: 2rem;
  }
  .point h5 > span {
    font-size: 3rem;
  }
  .point h5 > span > span {
    font-size: 2rem;
  }
  .point__box ul li {
    padding-bottom: 2rem;
  }
  .point__box ul li .img {
    height: 10rem;
    width: 10rem;
    border-radius: 5rem;
  }
  .point__box ul li .img img {
    width: 6rem;
  }
  .point__box div:last-child {
    padding-left: 1.2rem;
  }
  .problem {
    padding: 2rem;
  }
  .problem > p {
    font-size: 2.8rem;
    padding-top: 2rem;
  }
  .problem .problem_box p.title {
    font-size: 3.6rem;
    padding-bottom: 3.5rem;
  }
}
/*-------------------------------------------
WORKS
-------------------------------------------*/
.work-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.work-list a {
  text-decoration: none;
}
.work-list a .slide-content {
  line-height: 1.3;
  color: var(--color-n);
  font-size: 1.5rem;
  padding-top: 1.2rem;
}
@media print, screen and (min-width: 800px) {
  .work-list a {
    width: 31.5%;
    padding-bottom: 4.1rem;
  }
}
@media print, screen and (min-width: 1100px) {
  .work-list a {
    width: 30%;
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 799.99px) {
  .work-list a {
    width: 48%;
    padding-bottom: 3.9rem;
  }
}
/*-------------------------------------------
pagination
-------------------------------------------*/
.pagination ul {
  display: flex;
  justify-content: flex-end;
}
.pagination ul li {
  margin-right: 0.5rem;
}
.pagination ul li a, .pagination ul li span {
  text-decoration: none;
  border: 1px var(--color-gb) solid;
  font-size: 1.4rem;
  color: var(--color-n);
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 2.8rem;
  text-align: center;
  border-radius: 1.6rem;
  text-align: center;
}
.pagination ul li.prev a, .pagination ul li.next a {
  width: 3.2rem;
  font-size: 1.4rem;
  text-align: center;
}
.pagination ul li a {
  transition: background 0.2s ease 0s;
}
.pagination ul li a:hover {
  background: var(--color-gb);
  color: var(--color-w);
}
.pagination ul li.active span {
  color: var(--color-w);
  border: 1px var(--color-gb) solid;
  background: var(--color-n);
}
/*-------------------------------------------
work-cat
-------------------------------------------*/
.work-cat ul {
  display: flex;
  flex-wrap: wrap;
}
.work-cat ul li {
  margin-right: 1rem;
  margin-bottom: 0.8rem;
}
.work-cat ul li a, .work-cat ul li span {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border: var(--color-n) solid 1px;
  color: var(--color-n)
}
.work-cat ul li a:hover {
  background-color: var(--color-n);
  color: var(--color-w)
}
@media print, screen and (min-width: 800px) {
  .work-cat ul li a, .work-cat ul li span {
    font-size: 1.6rem;
  }
  .work-cat ul li {
    margin-right: 1rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 799.99px) {
  .work-cat ul li a, .work-cat ul li span {
    font-size: 1.5rem;
  }
  .work-cat ul li {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
/*-------------------------------------------
renova
-------------------------------------------*/
.renova.blue {
  background-color: var(--color-bl);
}
.renova.white {
  background-color: var(--color-w);
}
.renova__box .text h5 {
  padding-bottom: 1.5rem;
  line-height: 1.6;
}
.renova__box .text h5 .jp {
  font-size: 2.5rem;
  font-weight: 600;
  padding-right: 1rem;
}
.renova__box .text h5 .en {
  display: inline-block;
  color: var(--color-b);
  font-weight: 600;
  font-size: 1.6rem;
}
.renova__box .text .title {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  line-height: 1.2
}
.renova__box .text .explanation {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 800px) {
  .renova {
    padding: 3.5rem 3rem;
  }
  .renova__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .grid_reverse {
    flex-direction: row-reverse;
  }
  .renova__box .img {
    width: 43%;
  }
  .renova__box .text {
    width: 54%;
  }
}
@media print, screen and (min-width:1100px) {
  .renova__box .img {
    width: 42%;
  }
  .renova__box .text {
    width: 53%;
  }
}
@media screen and (max-width: 799.99px) {
  .renova {
    padding: 3rem 2.5rem;
  }
  .renova__box .img {
    margin-bottom: 1.5rem;
  }
}
/*-------------------------------------------
works
-------------------------------------------*/
.works__box .bg_st {
  background-image: linear-gradient(var(--color-bg) 1px, transparent 0), linear-gradient(90deg, var(--color-bg) 1px, transparent 0);
  background-size: 1.2rem 1.2rem;
}
.works__box .bg_st ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.works__box .bg_st ul li figcaption {
  font-size: 1.4rem;
  line-height: 1.4;
  padding-top: 1rem;
}
.works__box .bg_st ul li {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.works__box .bg_st ul li a {
  position: relative;
  overflow: hidden;
  padding-top: 74%;
  display: block;
  cursor: zoom-in;
}
.works__box .bg_st ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works__other h4 {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 800px) {
  .works__box h3 {
    font-size: 4rem;
    line-height: 1.2;
  }
  .works__box .bg_st {
    padding: 0.9rem;
  }
  .works__box .bg_st ul li {
    width: 31.3333%;
    margin-right: 1%;
    margin-left: 1%;
  }
}
@media print, screen and (min-width: 1100px) {
  .works__box .bg_st ul li {
    width: 30.3333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }
}
@media screen and (max-width: 799.99px) {
  .works__box h3 {
    font-size: 3.8rem;
    line-height: 1.2;
  }
  .works__box .bg_st {
    padding: 0.5rem 0;
  }
  .works__box .bg_st ul li {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 460px) {
  .works__box .bg_st ul {
    display: block;
  }
  .works__box .bg_st ul li {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
/*-----------------------------------
SNS
-----------------------------------*/
.sns-box ul {
  display: flex;
  align-items: center;
  width: 100%;
}
.sns-box ul li.sns_circle {
  width: 19.2%;
  margin-right: 1%;
}
.sns-box ul li.sns_circle:last-child {
  margin-right: 0;
}
.sns_circle a {
  text-align: center;
  display: block;
  text-decoration: none !important;
}
.sns_circle a:hover {
  opacity: 0.5;
}
.sns_circle.facebook {
  background-color: #265a96;
}
.sns_circle.twitter {
  background-color: #000;
}
.sns_circle.line {
  background-color: #2cbf13;
}
.sns_circle.pocket {
  background-color: #EE4256;
}
.sns_circle.print {
  background-color: #A09026;
}
@media print, screen and (min-width: 800px) {
  .sns_circle a {
    font-size: 1.4rem;
    padding: 0.7rem 0.3rem;
  }
  .sns_circle a span {
    position: relative;
    padding-left: 2.5rem;
    color: var(--color-w);
  }
  .sns_circle a span::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sns_circle.facebook a span::before {
    width: 1.8rem;
    height: 2rem;
    background-image: url('../img/contents/facebook-f.svg');
  }
  .sns_circle.twitter a span::before {
    top: 0.1rem;
    width: 2rem;
    height: 2rem;
    background-image: url('../img/contents/x-twitter.svg');
  }
  .sns_circle.line a span::before {
    top: 0.1rem;
    width: 2rem;
    height: 2rem;
    background-image: url('../img/contents/line.svg');
  }
  .sns_circle.pocket a span::before {
    top: 0.2rem;
    width: 2rem;
    height: 2rem;
    background-image: url('../img/contents/get-pocket.svg');
  }
  .sns_circle.print a span::before {
    width: 2rem;
    height: 2rem;
    background-image: url('../img/contents/print.svg');
  }
}
@media screen and (max-width: 799.99px) {
  .sns_circle a {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
  .sns_circle a span {
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sns_circle.facebook a span {
    width: 2rem;
    height: 2rem;
    background-image: url('../img/contents/facebook-f.svg');
  }
  .sns_circle.twitter a span {
    width: 2rem;
    height: 2rem;
    background-image: url('../img/contents/x-twitter.svg');
  }
  .sns_circle.line a span {
    width: 2rem;
    height: 2rem;
    background-image: url('../img/contents/line.svg');
  }
  .sns_circle.pocket a span {
    width: 2rem;
    height: 2rem;
    background-image: url('../img/contents/get-pocket.svg');
  }
  .sns_circle.print a span {
    width: 2rem;
    height: 2rem;
    background-image: url('../img/contents/print.svg');
  }
}
/*-------------------------------------------
問合わせ
-------------------------------------------*/
.contact_tel {
  background-color: var(--color-bg);
  border: var(--color-g) solid 1px;
  padding: 2rem 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}
.contact_tel.line {
  background-color: #00B900;
}
.contact_tel.line a {
  text-decoration: none;
  color: var(--color-w);
  display: block;
}
.contact_tel p {
  text-align: center;
}
.contact_tel h4 {
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
  font-weight: 600
}
.contact_tel .tel {
  font-weight: 600
}
.contact_tel .tel span {
  font-size: 2.6rem;
}
.contact_tel .time {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 800px) {
  .contact_box {
    display: flex;
    justify-content: space-between;
  }
  .contact_tel {
    width: 31%;
  }
}
@media screen and (max-width: 799.99px) {
  .contact_tel {
    margin-bottom: 1.5rem;
  }
}
/*-------------------------------------------
メールフォーム
-------------------------------------------*/
#formBox table {
  width: 100%;
}
#formBox table th {
  text-align: right;
  font-size: 1.5rem;
  border-bottom: var(--color-gb) solid 1px;
  font-weight: 400;
  padding: 1.5rem 1.7rem;
}
#formBox table td {
  text-align: left;
  font-size: 1.5rem;
  border-bottom: var(--color-gd) solid 1px;
  padding: 1.5rem 1.7rem;
}
#formBox table td label{display: inline-block;margin-right: 2rem;}
#formBox table td p.error {
  padding-top: 0.5rem;
  font-weight: 500;
}
#formBox table td select, #formBox table td input, #formBox table td textarea {
  padding: 1.3rem 1.5rem;
  font-size: 1.5rem;
  background: var(--color-bg);
  border: solid 1px var(--color-g);
}
#formBox table td select {
  -webkit-appearance: button;
  appearance: button;
}
.require {
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem 0.3rem;
  background-color: var(--color-b);
  white-space: nowrap;
  color: var(--color-w);
  font-weight: 500;
  margin-left: 1rem;
}
.require.nor {
  background-color: var(--color-gd);
  color: var(--color-n);
}
.error {
  color: var(--color-r);
  line-height: 1.3;
}
#contactBtnBox {
  margin-top: 3em;
  text-align: center;
}
#contactBtn input[type="submit"] {
  cursor: pointer;
  outline: 0;
  color: var(--color-n);
  font-weight: 500;
  line-height: 1;
  background: var(--color-w);
  border: var(--color-n) solid 1px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
}
#contactBtn input[type="submit"]:hover {
  background: var(--color-n);
  color: var(--color-w);
}
#contactBtn {
  position: relative;
  display: inline-block;
}
#contactBtn:before {
  content: "";
  display: block;
  position: absolute;
  right: -2rem;
  width: 4rem;
  z-index: 2;
  top: 50%;
  height: 1px;
  background: var(--color-b);
  -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
  transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s
}
.form_btn {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.form_btn input[type="submit"] {
  cursor: pointer;
  outline: 0;
  color: var(--color-n);
  font-weight: 500;
  line-height: 1;
  border: none;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
  padding: 1.3rem 2rem;
  position: relative;
  font-size: 1.8rem;
}

.form_btn form:first-child input[type="submit"] {
  border: 1px solid  var(--color-n);
  background: var(--color-g);
}
.form_btn form:last-child input[type="submit"] {
  border: 1px solid var(--color-n);
  background: var(--color-w);
}
.form_btn form:first-child input[type="submit"]:hover, .form_btn form:last-child input[type="submit"]:hover {
  background: var(--color-n);
  color: var(--color-w);
}
@media print, screen and (min-width: 800px) {
  #formBox table th {
    width: 25rem;
    padding-right: 2rem;
  }
  #formBox table td {
    width: calc(100% - 27rem);
  }
  #formBox table td .w360 {
    width: 100%;
    max-width: 30rem;
  }
  #formBox table td .w550 {
    width: 100%;
  }
  #formBox dd textarea {
    width: 100%;
    height: 10rem;
  }
  #contactBtn input[type="submit"] {
    padding: 1.5rem 1rem;
    min-width: 30rem;
    font-size: 2rem;
  }
.form_btn form:first-child {
  margin-right: 4rem;
}	
}
@media screen and (max-width: 799.99px) {
  #formBox table th {
    width: 98.5%;
    display: block;
    padding-left: 1.5%;
    text-align: left;
    padding-bottom: 1rem;
  }
  #formBox table td {
    display: block;
    width: 98.5%;
    padding-left: 1.5%;
    border-bottom: none;
	  margin-top: 0.7rem;
/*    padding-bottom: 2rem;
*/	  padding: 0.7rem;
	  background-color: var(--color-bg);
  }
  #formBox table td {
    width: 100%;
    max-width: inherit;
  }
  #formBox table td .w360 {
    width: 100%;
    max-width: inherit;
  }
  #formBox table td .w550 {
    width: 100%;
    max-width: inherit;
  }
  #formBox table td textarea {
    width: 100%;
    height: 10rem;
  }
  #contactBtn input[type="submit"] {
    padding: 1.5rem 2rem;
    min-width: 35rem;
    font-size: 2rem;
  }
  #contactBtn input[type="submit"] {
    padding: 1.4rem 1rem;
    min-width: 20rem;
    font-size: 1.8rem;
  }
	.form_btn form:first-child {
  margin-right: 2.8rem;
}
}
/*-------------------------------------------
box
-------------------------------------------*/
.box{background-color: var(--color-bl);
 }
@media print, screen and (min-width: 800px) {
.box{padding:3rem;
	}
	.box p{text-align: center;}
}

@media screen and (max-width: 799.99px) {
.box{padding:2rem;}
	
}
/*-------------------------------------------
privacy
-------------------------------------------*/
.privacy > ol > li {
  margin-left: 2rem;
  padding-bottom: 2.5rem;
  line-height: 1.5;
  counter-increment: cnt;
  list-style-type: none;
  font-weight: 600
}
.privacy > ol > li::before {
  content: counter(cnt) ".";
  display: inline-block;
  margin-left: -2rem;
  width: 2rem;
}
.privacy > ol > li > p {
  font-size: 1.5rem;
  padding-top: 0.5rem;
  font-weight: 400 !important;
}
.privacy > ol > li > ol {
  padding-top: 0.6rem;
  counter-reset: cnt;
}
.privacy > ol > li > ol > li {
  font-size: 1.5rem;
  margin-left: 2.2rem;
  padding-bottom: 0.9rem;
  list-style-type: none;
  counter-increment: cnt;
  font-weight: 400 !important;
}
.privacy > ol > li > ol > li::before {
  content: "("counter(cnt) ")";
  display: inline-block;
  margin-left: -2.5rem;
  width: 2.5rem;
}
.privacy > ol > li > ol > li > p {
  font-size: 1.45rem;
  font-weight: 400 !important;
}
.privacy > ol > li > ol > li > ol {
  padding-top: 0.4rem;
  counter-reset: cnt;
}
.privacy > ol > li > ol > li > ol > li {
  font-size: 1.45rem;
  margin-left: 1.9rem;
  padding-bottom: 0.5rem;
  list-style-type: none;
  counter-increment: cnt;
}
.privacy > ol > li > ol > li > ol > li::before {
  content: counter(cnt) ")";
  display: inline-block;
  margin-left: -1.9rem;
  width: 1.9rem;
}