@charset "UTF-8";
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/web/NotoSansCJKjp.eot");
  src: local("Noto Sans CJK JP Light"), url("../font/web/NotoSansCJKjp.eot?#iefix") format("embedded-opentype"), url("../font/web/NotoSansCJKjp.woff") format("woff"), url("../font/web/NotoSansCJKjp.otf") format("opentype");
}

@font-face {
  font-family: "Times";
  font-style: normal;
  font-weight: 400;
  src: url("../font/OPTITimes-Roman.otf");
  src: local("TimesITL"), url("../font/web/OPTITimesRoman-Italic.otf") format("otf");
}

.top section + section {
  margin-top: 140px;
}

.top .inner {
  max-width: 1260px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.top .mainvisual {
  background: url(../../assets/img/page/top/bg01.jpg) no-repeat center center;
  background-size: cover;
  display: table;
  width: 100%;
  height: calc(100vh - 76px);
  margin-bottom: 100px;
}

.top .mainvisual .inner {
  display: table-cell;
  vertical-align: middle;
}

.top .mainvisual .inner p {
  letter-spacing: 4.6px;
  font-size: 46px;
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.4em;
  line-height: 2;
  text-shadow: 2px 3px 6px #061614;
  text-align: center;
}

.top .mainvisual .inner p span {
  color: transparent;
  animation: blur 10s ease-out;
  -webkit-animation: blur 10s ease-out;
  animation-fill-mode: forwards;
  letter-spacing: 4.6px;
}

.top .mainvisual .inner p span:nth-child(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.top .mainvisual .inner p span:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.top .mainvisual .inner p span:nth-child(3) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.top .mainvisual .inner p span:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.top .mainvisual .inner p span:nth-child(5) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.top .mainvisual .inner p span:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.top .mainvisual .inner p span:nth-child(7) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.top .technology .col {
  align-self: center;
}

.top .technology .col:nth-of-type(2) {
  margin-left: 120px;
}

.top .technology .col:nth-of-type(2) h2 {
  font-size: 34px;
}

.top .technology .col:nth-of-type(2) h2 span {
  font-size: 20px;
  font-weight: bold;
}

.top .technology .col:nth-of-type(2) p {
  font-size: 18px;
  font-weight: 500;
}

.top .technology .col:nth-of-type(2) .btn-link {
  margin-top: 70px;
  max-width: 306px;
  width: 100%;
}

.top .technology .col:nth-of-type(2) .btn-link a {
  background: #16b6bf;
  border-radius: 2px;
  font-size: 18px;
  color: #ffffff;
  display: block;
  padding: 16px 20px;
  position: relative;
  text-align: center;
}

.top .technology .col:nth-of-type(2) .btn-link a::after {
  background: none;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  content: "";
  height: 6.5px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  width: 6.5px;
  display: inline-block;
  top: 50%;
  right: 25px;
  transition: 0.2s;
}

.top .technology .col:nth-of-type(2) .btn-link a:hover::after {
  right: 15px;
}

.top .products {
  background: url(../../assets/img/page/top/bg02.jpg) no-repeat center center;
  background-size: cover;
  padding: 128px 0;
}

.top .products .inner > * {
  max-width: 521px;
}

.top .products .inner h2 {
  font-size: 34px;
}

.top .products .inner h2 span {
  font-size: 20px;
  font-weight: bold;
}

.top .products .inner p {
  font-size: 18px;
  font-weight: 500;
}

.top .products .inner .btn-link {
  margin-top: 70px;
  max-width: 306px;
  width: 100%;
}

.top .products .inner .btn-link a {
  background: #16b6bf;
  border-radius: 2px;
  font-size: 18px;
  color: #ffffff;
  display: block;
  padding: 16px 20px;
  position: relative;
  text-align: center;
}

.top .products .inner .btn-link a::after {
  background: none;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  content: "";
  height: 6.5px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  width: 6.5px;
  display: inline-block;
  top: 50%;
  right: 25px;
  transition: 0.2s;
}

.top .products .inner .btn-link a:hover::after {
  right: 15px;
}

.top .recruit {
  background: url(../../assets/img/page/top/bg03.jpg) no-repeat center center;
  background-size: cover;
  padding: 123px 0;
}

.top .recruit .inner .r-col {
  margin-left: auto;
}

.top .recruit .inner > * {
  max-width: 521px;
}

.top .recruit .inner h2 {
  font-size: 34px;
}

.top .recruit .inner h2 span {
  font-size: 20px;
  font-weight: bold;
}

.top .recruit .inner p {
  font-size: 18px;
  font-weight: 500;
}

.top .recruit .inner .btn-link {
  margin-top: 70px;
  max-width: 306px;
  width: 100%;
}

.top .recruit .inner .btn-link a {
  background: #16b6bf;
  border-radius: 2px;
  font-size: 18px;
  color: #ffffff;
  display: block;
  padding: 16px 20px;
  position: relative;
  text-align: center;
}

.top .recruit .inner .btn-link a::after {
  background: none;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  content: "";
  height: 6.5px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  width: 6.5px;
  display: inline-block;
  top: 50%;
  right: 25px;
  transition: 0.2s;
}

.top .recruit .inner .btn-link a:hover::after {
  right: 15px;
}

.top .company-access .col {
  position: relative;
  overflow: hidden;
}

.top .company-access .col:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}

.top .company-access .col::before {
  background: none;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  content: "";
  height: 6.5px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  width: 6.5px;
  display: inline-block;
  bottom: 16px;
  right: 20px;
  z-index: 1;
}

.top .company-access .col::after {
  background: #16b6bf;
  content: "";
  display: block;
  height: 42px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
}

.top .company-access .col img {
  transition: 1s all;
}

.top .company-access .col h2 {
  color: #fff;
  font-size: 34px;
  margin-top: 0;
  position: absolute;
  text-align: center;
  text-shadow: 3px 3px 6px #00000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.top .company-access .col h2 span {
  color: #fff;
  font-size: 20px;
}

.top .contact {
  background: url(../../assets/img/page/top/bg06.jpg) no-repeat center center;
  background-size: cover;
  padding: 87px 0;
  text-align: center;
}

.top .contact h2 {
  color: #fff;
  font-size: 34px;
  margin-top: 0;
  text-align: center;
  text-shadow: 3px 3px 6px #00000000;
}

.top .contact h2 span {
  color: #fff;
  font-size: 20px;
}

.top .contact .btn-link {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 306px;
  width: 100%;
}

.top .contact .btn-link a {
  background: #f67e62;
  border-radius: 2px;
  font-size: 18px;
  color: #ffffff;
  display: block;
  padding: 16px 20px 16px 40px;
  position: relative;
  text-align: center;
}

.top .contact .btn-link a::before {
  background: url(../../assets/img/common/icon_mail.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  transform: translateY(-50%);
  position: absolute;
  left: 70px;
  top: 50%;
}

.top .contact .btn-link a::after {
  background: none;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  content: "";
  height: 6.5px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  width: 6.5px;
  display: inline-block;
  top: 50%;
  right: 25px;
  transition: 0.2s;
}

.top .contact .btn-link a:hover::after {
  right: 15px;
}

@keyframes blur {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
  5% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
  10% {
    text-shadow: 0 0 90px #fff;
  }
  20% {
    opacity: 1;
  }
  25% {
    text-shadow: 0 0 0px #fff;
  }
  80% {
    text-shadow: 0 0 0px #fff;
  }
  85% {
    opacity: 1;
  }
  95% {
    text-shadow: 0 0 0px #fff;
  }
  100% {
    text-shadow: 0 0 0px #fff;
  }
}

.company .pagetitle_area {
  background: url(../../assets/img/page/company/mv.png) no-repeat center center;
  background-size: cover;
}

.company .company_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 80px;
  justify-content: space-around;
}

.company .company_nav li {
  position: relative;
  width: calc(100% / 3 - 54px);
}

.company .company_nav li::before {
  border-bottom: 2px solid #d1cece;
  bottom: -4px;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

.company .company_nav li::after {
  border-bottom: 2px solid #16b6bf;
  content: "";
  display: block;
  bottom: -4px;
  left: 0;
  padding: 0 0 2px;
  margin: 20px auto 0;
  position: absolute;
  transition: all 0.4s 0s ease;
  width: 45px;
}

.company .company_nav li:hover::after {
  border-bottom: 2px solid #16b6bf;
  content: "";
  display: block;
  bottom: -4px;
  left: 0;
  padding: 0 0 2px;
  margin: 20px auto 0;
  position: absolute;
  width: 100%;
}

.company .company_nav li a {
  color: #061614;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 10px 0;
  position: relative;
}

.company .company_nav li a::before {
  background: none;
  border: 1px solid #16b6bf;
  border-bottom: none;
  border-left: none;
  content: "";
  display: inline-block;
  height: 5.5px;
  margin: 0 10px;
  position: absolute;
  right: 0;
  top: 30px;
  transform: rotate(135deg);
  transition: 0.2s;
  vertical-align: middle;
  width: 5.5px;
}

.company .company_nav li a span {
  color: #16b6bf;
  display: block;
  font-size: 12px;
}

.company .company_nav li a:hover::before {
  background: none;
  border: 1px solid #16b6bf;
  border-bottom: none;
  border-left: none;
  content: "";
  display: inline-block;
  height: 5.5px;
  margin: 0 10px;
  position: absolute;
  right: 0;
  top: 40px;
  transform: rotate(135deg);
  transition: 0.2s;
  vertical-align: middle;
  width: 5.5px;
}

.company #management .bg_gray {
  padding: 36px;
}

.company #management .bg_gray ol {
  margin: 0 auto;
  max-width: 610px;
  width: 100%;
}

.company #management .bg_gray li {
  font-size: 18px;
  font-weight: 500;
}

.company #management .bg_gray li + li {
  margin-top: 10px;
}

.company #message .flex_block {
  align-items: flex-end;
}

.company #message .text_block {
  margin-right: 77px;
  margin-left: 110px;
  width: 100%;
}

.company #message .text_block .name_block {
  align-items: flex-end;
  display: flex;
  font-weight: 500;
  line-height: 2;
  margin-top: 35px;
}

.company #message .text_block .name_block img {
  margin-left: 12px;
  width: 189px;
}

.company #message .img_block {
  flex-shrink: 0;
  width: 200px;
}

.company #quality ul {
  margin-top: 15px;
}

.company #quality .name_block {
  margin-top: 45px;
  text-align: right;
}

.company #quality .name_block figure {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

.company #quality .name_block img {
  margin-left: 18px;
  width: 189px;
}

.company #quality .img_block {
  display: flex;
  gap: 50px;
}

.company #quality .img_block figure {
  margin-top: 0;
  width: 200px;
}

.company #environmental .section_child + .section_child {
  margin-top: 25px;
}

.company #environmental .section_child .ol_list > li::before {
  content: "(" counter(ol_list) ")";
  counter-increment: ol_list;
  margin: 0 0.5em 0 0;
  width: 1em;
}

.company #environmental .section_child ol > li {
  margin-bottom: 18px;
  margin-top: 18px;
}

.company #environmental .section_child .bg_gray {
  padding: 20px 44px;
}

.company #environmental .section_child .h3_type01 {
  font-size: 18px;
  margin-bottom: 20px;
}

.company #environmental .name_block {
  margin-top: 45px;
  text-align: right;
}

.company #environmental .name_block figure {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

.company #environmental .name_block img {
  margin-left: 18px;
  width: 189px;
}

.company #environmental .img_block {
  display: flex;
  gap: 50px;
}

.company #environmental .img_block figure {
  margin-top: 0;
  width: 200px;
}

.products .pagetitle_area {
  background: url(../../assets/img/page/products/mv.png) no-repeat center center;
  background-size: cover;
}

.technology .pagetitle_area {
  background: url(../../assets/img/page/technology/mv.png) no-repeat center center;
  background-size: cover;
}

.technology section:nth-of-type(1) .table_type01 th {
  background: #e2f1f0;
  text-align: center;
  padding: 15px 18px;
  vertical-align: middle;
}

.technology section:nth-of-type(1) .table_type01 .th-sub {
  background: #ecefef;
  text-align: center;
  padding: 15px 18px;
  width: 160px;
}

.technology section:nth-of-type(1) .table_type01 td {
  min-width: 81px;
  text-align: center;
  padding: 15px 18px;
}

.technology section:nth-of-type(1) .table_type01 + .flex_block {
  font-size: 14px;
  margin-top: 15px;
}

.technology section:nth-of-type(1) .table_type01 + .flex_block > div {
  width: 25%;
}

.technology section:nth-of-type(1) .table_type01 + .flex_block > div p {
  margin-top: 0;
}

.technology section:nth-of-type(1) .note {
  margin-top: 15px;
}

.technology section:nth-of-type(1) .flex_block span {
  display: inline-block;
  min-width: 50px;
}

.technology section:nth-of-type(2) .h3_type01 {
  font-size: 24px;
  color: #061614;
  margin-bottom: 20px;
}

.technology section:nth-of-type(2) .h3_type01 span {
  border-radius: 50%;
  background: #16b6bf;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  margin-right: 7px;
  text-align: center;
  line-height: 25px;
  width: 29px;
  height: 29px;
}

.technology section:nth-of-type(2) .step_area {
  background: #f6f6f6 0% 0% no-repeat padding-box;
  padding: 40px 50px;
}

.technology section:nth-of-type(2) .step_area + .arrow {
  margin: 20px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 29px 0 29px;
  border-color: #aedfdc transparent transparent transparent;
}

.technology section:last-of-type ul {
  margin-bottom: 35px;
}

.technology section:last-of-type .flex_block + .flex_block {
  margin-top: 60px;
}

.technology section:last-of-type .flex_block .image + .image {
  margin-left: 60px;
}

.technology section .step_box {
  align-items: center;
  background: #fbfbfb;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  padding: 20px 30px;
}

.technology section .step_box .text {
  margin-left: 60px;
}

.technology section .step_box + .arrow {
  margin: 20px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 29px 0 29px;
  border-color: #aedfdc transparent transparent transparent;
}

.technology section .step_box h3 {
  background: #16b6bf 0% 0% no-repeat padding-box;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  max-width: 270px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

.technology section .step_box .image {
  margin-left: auto;
  width: 196px;
}

.technology section .step_box_center .image {
  margin-left: 60px;
}

.technology section .section_child {
  padding: 0 20px;
}

.technology section .section_child .arrow_text {
  text-align: center;
}

.technology section .section_child .arrow_text p {
  color: #16b6bf;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

.technology section .section_child .arrow_text + .arrow {
  margin: 6px auto 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 29px 0 29px;
  border-color: #aedfdc transparent transparent transparent;
}

.technology section .section_child .step_box.first {
  display: block;
  text-align: center;
}

.technology section .section_child .step_box.first h3 {
  background: #ffc001;
  margin: 0 auto;
  max-width: 716px;
  width: 100%;
}

.technology section .section_child .step_box.first .arrow {
  margin: 26px auto 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 13px 0 13px;
  border-color: #ffc001 transparent transparent transparent;
  position: relative;
}

.technology section .section_child .step_box.first .arrow::before {
  background: #ffc001;
  content: "";
  display: inline-block;
  height: 14px;
  position: absolute;
  top: -26px;
  left: -7px;
  width: 14px;
}

.technology section .section_child .step_box.first .glay_box {
  background: #dfdfdf 0% 0% no-repeat padding-box;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 716px;
  width: 100%;
  padding: 12px;
}

.technology section .section_child .step_box.first .glay_box ul {
  display: flex;
  justify-content: center;
}

.technology section .section_child .step_box.first .glay_box ul li:not(.other) {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 3px;
  padding: 5px 7px;
}

.technology section .section_child .step_box.first .glay_box ul li:not(.other):nth-of-type(n + 2) {
  margin-left: 35px;
}

.technology section .section_child .step_box.first .glay_box ul .other {
  padding: 5px 26px;
}

.technology section .section_child .step_box + .arrow {
  margin: 20px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 29px 0 29px;
  border-color: #aedfdc transparent transparent transparent;
}

.technology section .section_child .step_box h3 {
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  max-width: 270px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

.technology section .section_child .step_box h3 + .image {
  margin-left: 40px;
}

.technology section .section_child .step_box .image {
  align-self: flex-start;
  margin-left: 20px;
  flex-shrink: 0;
  width: 183px;
}

.recruit .pagetitle_area {
  background: url(../../assets/img/page/recruit/mv.png) no-repeat center center;
  background-size: cover;
}

.access .pagetitle_area {
  background: url(../../assets/img/page/access/mv.png) no-repeat center center;
  background-size: cover;
}

.contact .pagetitle_area {
  background: url(../../assets/img/page/contact/mv.png) no-repeat center center;
  background-size: cover;
}

.contact .main_content {
  margin-bottom: 0;
}

.contact .form_input {
  background: #f6f6f6;
  margin-top: 80px;
  padding: 100px 20px 180px;
}

.contact .form_input table {
  margin-bottom: 85px;
}

.contact .form_input table th,
.contact .form_input table td {
  text-align: left;
}

.contact .form_input ul li {
  margin-top: 0 !important;
  margin-right: 70px;
}

.contact .form_input ul li::before {
  content: none !important;
}

.contact .form_input .policy_box {
  height: 176px;
  overflow-y: scroll;
}

.contact .form_input .policy_box p {
  margin-bottom: 0;
}

.contact .form_input input[type="text"], .contact .form_input input[type="email"], .contact .form_input input[type="number"] {
  background: #fff;
  box-shadow: 0 0 2px 1px #ccc inset;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
}

.contact .form_input textarea,
.contact .form_input select {
  background: #fff;
  box-shadow: 0 0 2px 1px #ccc inset;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
}

.contact .form_input .select_box {
  position: relative;
  display: inline-block;
}

.contact .form_input .select_box::after {
  content: "";
  position: absolute;
  pointer-events: none;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 6px;
  height: 6px;
  right: 24px;
  top: 50%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.contact .form_input .select_box select {
  background: linear-gradient(270deg, #2c2c2c 0%, #2c2c2c 40px, #f5f5f5 40px, #f5f5f5 100%);
  cursor: pointer;
  -webkit-appearance: none;
}

.contact .form_input input[type="checkbox"], .contact .form_input input[type="radio"] {
  display: none;
}

.contact .form_input input[type="checkbox"] + label,
.contact .form_input input[type="radio"] + label {
  cursor: pointer;
  padding-left: 25px;
  display: block;
}

.contact .form_input input[type="checkbox"] + label::before,
.contact .form_input input[type="radio"] + label::before {
  box-shadow: 1px 1px 3px 1px #b3b3b3 inset;
  position: absolute;
  content: "";
  top: 15px;
  left: 0px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #fff;
}

.contact .form_input input[type="checkbox"]:checked + label,
.contact .form_input input[type="radio"]:checked + label {
  color: #061614;
}

.contact .form_input input[type="checkbox"]:checked + label:after {
  position: absolute;
  display: inline-block;
  content: "";
  transform: rotate(45deg);
  margin-top: 2px;
  top: 5px;
  left: 5px;
  width: 4px;
  height: 12px;
  border-bottom: 3px solid #061614;
  border-right: 3px solid #061614;
}

.contact .form_input input[type="radio"] + label::before {
  border-radius: 50%;
}

.contact .form_input input[type="radio"]:checked + label:after {
  position: absolute;
  display: inline-block;
  content: "";
  transform: rotate(45deg);
  margin-top: 2px;
  top: 10px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #061614;
  border-radius: 50%;
}

.contact .form_input h2 {
  font-size: 26px;
  margin-bottom: 50px;
  text-align: center;
}

.contact .form_input h2 .required {
  font-size: 16px;
  vertical-align: text-bottom;
}

.contact .form_input h2 .required b {
  color: #fe3a3a;
}

.contact .form_input table {
  width: 100%;
}

.contact .form_input table tr:nth-of-type(n + 2) {
  border-top: 1px solid #d9d9d9;
}

.contact .form_input table tr th,
.contact .form_input table tr td {
  padding: 30px 0;
}

.contact .form_input table tr th {
  font-size: 18px;
  vertical-align: top;
  width: 200px;
}

.contact .form_input table tr th.required label::after {
  color: #fe3a3a;
  content: "※";
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.contact .form_input table tr td {
  font-size: 18px;
}

.contact .form_input table tr td .r-label {
  margin-right: 30px;
}

.contact .form_input table tr td .r-label:nth-of-type(n + 2) {
  margin-left: 48px;
}

.contact .form_input table tr td .note {
  margin-top: 20px;
}

.contact .form_input table tr td .txt-error {
  color: #fe3a3a;
  margin-top: 10px;
}

.contact .form_input table tr td input[type="text"],
.contact .form_input table tr td textarea {
  border: 2px solid #dfdfdf;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px;
}

.contact .form_input table tr td input[type="number"] {
  display: inline-block;
  width: 100%;
}

.contact .form_input table tr td input[type="text"], .contact .form_input table tr td input[type="email"] {
  display: inline-block;
  width: 100%;
}

.contact .form_input table tr td textarea {
  width: 100%;
}

.contact .form_input table tr td select {
  width: 100%;
}

.contact .form_input .submit-box {
  text-align: center;
}

.contact .form_input .submit-box input[type="submit"] {
  background: #f67e62;
  font-size: 24px;
  line-height: 1.5;
  max-width: 40%;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
}

.contact.confirm .submit-box {
  display: flex;
}

.contact.confirm .submit-box > input {
  max-width: 100% !important;
  width: 50% !important;
}

.contact.confirm .submit-box > input[type="button"] {
  background: #666;
  font-size: 24px;
  line-height: 1.5;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  margin-right: 20px;
}

.thanks .pagetitle_area {
  background: url(../../assets/img/page/contact/mv.png) no-repeat center center;
  background-size: cover;
}

.thanks .btn-link a {
  background: #666;
  display: block;
  line-height: 1.5;
  margin-top: 30px;
  max-width: 200px;
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
}

.sitemap .pagetitle_area {
  background: url(../../assets/img/page/sitemap/mv.jpg) no-repeat center center;
  background-size: cover;
}

.sitemap .sitemap_list li {
  border-bottom: 1px solid #cfcfcf;
  font-size: 24px;
  padding: 5px 0 5px 40px;
  position: relative;
}

.sitemap .sitemap_list li::before {
  border-top: 8px solid transparent;
  border-left: 12px solid #16b6bf;
  border-bottom: 8px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
}

.sitemap .sitemap_list li a {
  color: #061614;
}

.sitemap .sitemap_list li + li {
  margin-top: 80px;
}

.privacy .pagetitle_area {
  background: url(../../assets/img/page/privacy/mv.jpg) no-repeat center center;
  background-size: cover;
}
