html, body,
ul, li,
h1, h2, h3, h4, h5, h6,
form, input, div, p, img {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

p {
  font-weight: bold;
}

.brsp {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #666666;
}

body p {
  line-height: 1.8;
  font-weight: normal;
}

html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP';
}

input[type="submit"],input[type="button"] {
  -webkit-appearance: none;
  border-radius: none;
}

.inner_1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.inner_900 {
  max-width: 900px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

@media all and (max-width: 500px) {
  .pc {
    display: none !important;
  }
}

.pc_i {
  display: inline-block !important;
}

@media all and (max-width: 500px) {
  .pc_i {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media all and (max-width: 500px) {
  .sp {
    display: block !important;
  }
}

.sp_big {
  display: none !important;
}

@media all and (max-width: 768px) {
  .sp_big {
    display: block !important;
  }
}

@media all and (max-width: 1160px) {
  section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.dot_sp{
  display: inline-block!important;
}
@media all and (max-width: 500px) {
  .dot_sp{
    display: none!important;
  }
}
/* ----------------------------------------------------- */
.scroll-btn {
  position: fixed;
  top: 80%;
  right: 5%;
  transform: translate(0, -50%);
  z-index: 999;
  cursor: pointer;
}

.scroll-btn img {
  height: 100px;
}

.scroll-btn:hover {
  opacity: 0.7;
}

header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

header .inner_1080 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

header .inner_1080 .header_left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}

header .inner_1080 .header_left a {
  width: 55%;
}

header .inner_1080 .header_left a img {
  width: 100%;
}

header .inner_1080 .header_left .adress {
  font-size: 1.2rem;
}

header .inner_1080 .header_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
}

header .inner_1080 .header_right .tel {
  font-size: 1.8rem;
}

header .inner_1080 .header_right .header_contact {
  width: 50%;
  height: 60px;
  line-height: 60px;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  background-color: #83b29a;
  border: 2px solid #83b29a;
  color: #fff;
  text-align: center;
  transition: .5s;
}
@media all and (max-width: 1024px) {
  header .inner_1080 .header_right .header_contact {
    font-size: 1.1rem;
  }
}
header .inner_1080 .header_right .header_contact:hover {
  background-color: #fff;
  color: #83b29a;
  transition: .5s;
}

header .inner_1080 p {
  color: #83b29a;
}

@media all and (max-width: 1160px) {
  header .inner_1080 {
    padding-left: 40px;
    padding-right: 40px;
  }
  header .inner_1080 .header_right .tel {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 768px) {
  header .inner_1080 .header_left a {
    width: 300px;
  }
  header .inner_1080 .header_left .adress {
    display: none;
  }
  header .inner_1080 .header_right .tel {
    display: none;
  }
  header .inner_1080 .header_right .header_contact {
    margin-left: auto;
    width: 80%;
    height: 60px;
    line-height: 60px;
  }
}

@media all and (max-width: 480px) {
  header{
    height: 70px;
  }
  header .inner_1080 {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .inner_1080 .header_left a {
    width: 180px;
  }
  header .inner_1080 .header_right {
    display: flex;
    align-items: center;
    height: 45px;
    background-color: #83b29a;
  }
  header .inner_1080 .header_right .header_contact {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    width: 100%;
    height: initial;
    line-height: 15px;
  }
}
@media all and (max-width: 320px) {
  header .inner_1080 {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .inner_1080 .header_left a {
    width: 180px;
  }
  header .inner_1080 .header_right .header_contact {
    font-size: 1rem;
  }
}

@media all and (max-width: 480px) {
  header .inner_1080 .header_left a {
    width: 160px;
  }
}

.top_slide_area {
  background-image: url(../img/top_img.jpg);
  background-size: cover;
  background-position: center;
  padding: 200px 0;
  margin-top: 100px;
}

.top_slide_area h2 {
  background-color: rgba(0, 0, 0, 0.35);
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 5.2rem;
  font-weight: 200;
  letter-spacing: 0.3em;
  color: #fff;
}

@media all and (max-width: 768px) {
  .top_slide_area h2 {
    font-size: 4rem;
  }
}

.top_slide_area_sp {
  background-image: url(../img/top_img_sp.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-top: 70px;
}

.top_slide_area_sp h2 {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.3em;
  color: #fff;
}

.sp_area {
  background-color: #83b29a;
}

.sp_area .inner_1080 {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sp_area .inner_1080 p {
  color: #fff;
  font-size: 1.8rem;
}
.sp_area .inner_1080 p a{
  color: #fff;
}

.sp_area .inner_1080 .adress {
  margin-right: 40px;
}

@media all and (max-width: 500px) {
  .sp_area .inner_1080 p {
    font-size: 1.2rem;
  }
  .sp_area .inner_1080 .adress {
    margin-right: 20px;
  }
}

@media all and (max-width: 320px) {
  .sp_area .inner_1080 p {
    font-size: 1rem;
  }
  .sp_area .inner_1080 .adress {
    margin-right: 10px;
  }
}

.btn_area {
  padding-top: 120px;
  padding-bottom: 120px;
}

.btn_area .inner_1080 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn_area .inner_1080 a {
  width: 31.5%;
  height: 80px;
  line-height: 80px;
  font-size: 2.1rem;
  letter-spacing: 0.5rem;
  background-color: #83b29a;
  color: #fff;
  text-align: center;
  transition: .5s;
}

.btn_area .inner_1080 a:hover {
  background-color: rgba(131, 178, 154, 0.7);
  transition: .5s;
}

@media all and (max-width: 500px) {
  .btn_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .btn_area .inner_1080 {
    flex-direction: column;
  }
  .btn_area .inner_1080 a {
    width: 100%;
    margin-top: 30px;
  }
}

.top_text_area {
  background-color: #cae0d4;
  padding-top: 120px;
  padding-bottom: 70px;
}

.top_text_area .inner_1080 h4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  position: relative;
}

.top_text_area .inner_1080 h4:before, .top_text_area .inner_1080 h4:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 125px;
}

.top_text_area .inner_1080 h4:before {
  top: 0;
  left: 0;
  background-image: url(../img/wrap_left.png);
}

.top_text_area .inner_1080 h4:after {
  bottom: 0;
  right: 0;
  background-image: url(../img/wrap_right.png);
}

@media all and (max-width: 768px) {
  .top_text_area .inner_1080 h4 {
    font-size: 1.8rem;
    padding: 20px;
  }
}

@media all and (max-width: 500px) {
  .top_text_area {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .top_text_area .inner_1080 h4 {
    font-size: 1.4rem;
  }
  .top_text_area .inner_1080 h4:before, .top_text_area .inner_1080 h4:after {
    width: 30px;
    height: 80px;
  }
}

@media all and (max-width: 320px) {
  .top_text_area .inner_1080 h4 {
    font-size: 1.2rem;
    padding: 15px;
  }
}

.results_area {
  margin-top: 120px;
}

.results_area .ttl {
  text-align: center;
  position: relative;
}

.results_area .ttl h2 {
  z-index: 5;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 4.8rem;
  color: #83b29a;
  font-weight: 200;
  letter-spacing: 0.3em;
  padding: 10px 60px;
  position: relative;
}

.results_area .ttl h2:before, .results_area .ttl h2:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 100px;
}

.results_area .ttl h2:before {
  top: 0;
  left: 0;
  background-image: url(../img/title_left.png);
}

.results_area .ttl h2:after {
  bottom: 0;
  right: 0;
  background-image: url(../img/title_right.png);
}

.results_area .ttl:after {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 100%;
  height: 2px;
  background-color: #cae0d4;
}

.results_area .inner_1080 {
  position: relative;
}

.results_area .inner_1080 .sub_ttl {
  position: absolute;
  top: 0;
  left: 0;
  color: #cae0d4;
  font-size: 2.4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.results_area .inner_1080 .inner_900 {
  margin-top: 60px;
}

.results_area .inner_1080 .inner_900 .list {
  display: flex;
  justify-content: space-between;
}

.results_area .inner_1080 .inner_900 .list .left, .results_area .inner_1080 .inner_900 .list .right {
  width: 50%;
}

.results_area .inner_1080 .inner_900 .list .left p, .results_area .inner_1080 .inner_900 .list .right p {
  font-size: 1.6rem;
  margin-bottom: 3px;
}

.results_area .inner_1080 .inner_900 .list .left {
  border-right: 2px solid #cae0d4;
}

.results_area .inner_1080 .inner_900 .list .right {
  padding-left: 80px;
}

.results_area .inner_1080 .inner_900 .p_bo_r {
  margin-top: 50px;
  text-align: right;
  font-size: 1.4rem;
}

@media all and (max-width: 1160px) {
  .results_area .inner_1080 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media all and (max-width: 768px) {
  .results_area .ttl h2 {
    font-size: 3.6rem;
  }
  .results_area .inner_1080 .inner_900 .list .left p, .results_area .inner_1080 .inner_900 .list .right p {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .results_area .inner_1080 .inner_900 .list .right {
    padding-left: 20px;
  }
}

@media all and (max-width: 500px) {
  .results_area {
    margin-top: 60px;
  }
  .results_area .ttl h2 {
    width: 100%;
    font-size: 3rem;
    padding: 20px 0;
  }
  .results_area .ttl h2:before, .results_area .ttl h2:after {
    width: 15px;
    height: 80px;
  }
  .results_area .ttl:after {
    display: none;
  }
  .results_area .inner_1080 {
    padding-left: 40px;
    padding-right: 0;
  }
  .results_area .inner_1080 .sub_ttl {
    font-size: 1.8rem;
  }
  .results_area .inner_1080 .inner_900 {
    margin-top: 40px;
  }
  .results_area .inner_1080 .inner_900 .list {
    flex-direction: column;
  }
  .results_area .inner_1080 .inner_900 .list .left, .results_area .inner_1080 .inner_900 .list .right {
    width: 100%;
  }
  .results_area .inner_1080 .inner_900 .list .left {
    border: none !important;
  }
  .results_area .inner_1080 .inner_900 .list .right {
    padding-left: 0;
  }
}

.customer_area {
  margin-top: 80px;
}

.customer_area .ttl {
  text-align: center;
  position: relative;
}

.customer_area .ttl h2 {
  z-index: 5;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 4.8rem;
  color: #83b29a;
  font-weight: 200;
  letter-spacing: 0.3em;
  padding: 10px 60px;
  position: relative;
}

.customer_area .ttl h2:before, .customer_area .ttl h2:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 100px;
}

.customer_area .ttl h2:before {
  top: 0;
  left: 0;
  background-image: url(../img/title_left.png);
}

.customer_area .ttl h2:after {
  bottom: 0;
  right: 0;
  background-image: url(../img/title_right.png);
}

.customer_area .ttl:after {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 100%;
  height: 2px;
  background-color: #cae0d4;
}

.ttl_2 p {
  text-align: center;
  font-size: 2.4rem;
  color: #83b29a;
  font-weight: 200;
  letter-spacing: 0.3em;
}

.customer_area .inner_1080 {
  position: relative;
}

.customer_area .inner_1080 .sub_ttl {
  position: absolute;
  top: 0;
  left: 0;
  color: #cae0d4;
  font-size: 2.4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.customer_area .inner_1080 .inner_900 {
  margin-top: 60px;
}

.customer_area .inner_1080 .inner_900 .list {
  padding-left: 60px;
  border-left: 2px solid #cae0d4;
}

.customer_area .inner_1080 .inner_900 .list ul li {
  display: flex;
  justify-content: space-between;
}

.customer_area .inner_1080 .inner_900 .list ul li p {
  font-size: 1.6rem;
}

.customer_area .inner_1080 .inner_900 .list ul li .sub {
  width: 140px;
  display: flex;
  justify-content: space-between;
}

.customer_area .inner_1080 .inner_900 .p_bo_r {
  margin-top: 50px;
  text-align: right;
  font-size: 1.4rem;
}

@media all and (max-width: 1160px) {
  .customer_area .inner_1080 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media all and (max-width: 768px) {
  .customer_area .ttl h2 {
    font-size: 3rem;
  }
  .customer_area .ttl h2:before, .customer_area .ttl h2:after {
    width: 20px;
    height: 80px;
  }
  .ttl_2 p {
    font-size: 2rem;
  }
}

@media all and (max-width: 500px) {
  .customer_area {
    margin-top: 60px;
  }
  .customer_area .ttl h2 {
    width: 100%;
    font-size: 2rem;
    padding: 20px 0;
  }
  .customer_area .ttl h2:before, .customer_area .ttl h2:after {
    width: 15px;
    height: 80px;
  }
  .customer_area .ttl:after {
    display: none;
  }
  .ttl_2 p {
    font-size: 1.6rem;
  }
  .customer_area .inner_1080 {
    padding: 0 !important;
  }
  .customer_area .inner_1080 .sub_ttl {
    font-size: 1.8rem;
  }
  .customer_area .inner_1080 .inner_900 {
    margin-top: 40px;
  }
  .customer_area .inner_1080 .inner_900 .list {
    padding-left: 40px;
    border: none;
  }
  .customer_area .inner_1080 .inner_900 .list ul li {
    display: flex;
    justify-content: space-between;
  }
  .customer_area .inner_1080 .inner_900 .list ul li p {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .customer_area .inner_1080 .inner_900 .list ul li .sub {
    width: 70px;
  }
}

@media all and (max-width: 320px) {
  .customer_area .ttl h2 {
    font-size: 1.8rem;
  }
  .customer_area .inner_1080 .sub_ttl {
    font-size: 1.4rem;
  }
  .customer_area .inner_1080 .inner_900 .list {
    padding-left: 30px;
  }
  .customer_area .inner_1080 .inner_900 .list ul li p {
    font-size: 1rem;
  }
  .customer_area .inner_1080 .inner_900 .list ul li .sub {
    width: 60px;
  }
}

.company_area {
  margin-top: 80px;
  padding-bottom: 80px;
}

.company_area .ttl {
  text-align: center;
  position: relative;
}

.company_area .ttl h2 {
  z-index: 5;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 4.8rem;
  color: #83b29a;
  font-weight: 200;
  letter-spacing: 0.3em;
  padding: 10px 60px;
  position: relative;
}

.company_area .ttl h2:before, .company_area .ttl h2:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 100px;
}

.company_area .ttl h2:before {
  top: 0;
  left: 0;
  background-image: url(../img/title_left.png);
}

.company_area .ttl h2:after {
  bottom: 0;
  right: 0;
  background-image: url(../img/title_right.png);
}

.company_area .ttl:after {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 100%;
  height: 2px;
  background-color: #cae0d4;
}

.company_area .inner_1080 {
  position: relative;
}

.company_area .inner_1080 .sub_ttl {
  position: absolute;
  top: 0;
  left: 0;
  color: #cae0d4;
  font-size: 2.4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.company_area .inner_1080 .inner_900 {
  margin-top: 60px;
}

.company_area .inner_1080 .inner_900 table {
  width: 100%;
  border-collapse: collapse;
}

.company_area .inner_1080 .inner_900 table tr th, .company_area .inner_1080 .inner_900 table tr td {
  border-bottom: 1px solid #cae0d4;
  text-align-last: left;
  font-weight: 300;
  padding: 30px 0;
}

.company_area .inner_1080 .inner_900 table tr th {
  width: 160px;
  font-size: 1.8rem;
  color: #83b29a;
  vertical-align: top;
  text-align: left;
}

.company_area .inner_1080 .inner_900 table tr td {
  width: calc(100%-160px);
  font-size: 1.6rem;
  text-align: left;
}

.company_area .inner_1080 .inner_900 table tr td a{
  color: #666666;
}

.company_area .inner_1080 .inner_900 table .tr_f th, .company_area .inner_1080 .inner_900 table .tr_f td {
  padding-top: 0 !important;
}

@media all and (max-width: 1160px) {
  .company_area .inner_1080 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media all and (max-width: 500px) {
  .company_area {
    margin-top: 60px;
  }
  .company_area .ttl h2 {
    width: 100%;
    font-size: 3rem;
    padding: 20px 0;
  }
  .company_area .ttl h2:before, .company_area .ttl h2:after {
    width: 15px;
    height: 80px;
  }
  .company_area .ttl:after {
    display: none;
  }
  .company_area .inner_1080 {
    padding-left: 40px;
    padding-right: 0;
  }
  .company_area .inner_1080 .sub_ttl {
    font-size: 1.8rem;
  }
  .company_area .inner_1080 .inner_900 {
    margin-top: 40px;
  }
  .company_area .inner_1080 .inner_900 table tr th, .company_area .inner_1080 .inner_900 table tr td {
    display: block;
    width: 100%;
  }
  .company_area .inner_1080 .inner_900 table tr th {
    border-bottom: none !important;
    padding-top: 15px;
    padding-bottom: 7px;
  }
  .company_area .inner_1080 .inner_900 table tr td {
    padding-top: 7px;
    padding-bottom: 15px;
  }
}

footer {
  background-color: #f2f2f2;
  padding: 100px 0;
}

footer a {
  display: block;
  width: 420px;
  height: 100px;
  margin: 0 auto;
  background-color: #83b29a;
  border: 2px solid #83b29a;
  transition: .5s;
}

footer a p {
  text-align: center;
  color: #fff;
  line-height: 100px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 300;
  position: relative;
  padding-left: 50px;
}

footer a p:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 17px;
  top: 50%;
  left: 50px;
  transform: translate(0, -50%);
  background-image: url(../img/contact_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

footer a:hover {
  background-color: #fff;
  transition: .5s;
}

footer a:hover p {
  color: #83b29a;
}

footer a:hover p:before {
  background-image: url(../img/contact_green.png);
}

@media all and (max-width: 500px) {
  footer {
    padding: 60px 0;
  }
  footer a {
    width: 320px;
    height: 60px;
  }
  footer a p {
    line-height: 60px;
    font-size: 1.4rem;
    padding-left: 70px;
  }
  footer a p:before {
    content: "";
    position: absolute;
    left: 40px;
    width: 23px;
    height: 14px;
  }
}

@media all and (max-width: 320px) {
  footer{
    padding-left: 20px;
    padding-right: 20px;
  }
  footer a {
    width: 100%;
  }
  footer a p {
    font-size: 1.2rem;
  }
}

.footer_bottom {
  width: 100%;
  height: 50px;
  background-color: #83b29a;
}

.footer_bottom p {
  padding-top: 13px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}

.footer_bottom p a {
  color: #fff;
}

@media all and (max-width: 500px) {
  .footer_bottom p {
    font-size: 1rem;
  }
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
.contact_top_slide_area {
  background-image: url(../img/top_img.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-top: 100px;
}

.contact_top_slide_area h2 {
  background-color: rgba(0, 0, 0, 0.35);
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 5.2rem;
  font-weight: 200;
  letter-spacing: 0.3em;
  color: #fff;
}

@media all and (max-width: 768px) {
  .contact_top_slide_area h2 {
    font-size: 4rem;
  }
}

@media all and (max-width: 320px) {
  .top_slide_area_sp h2 {
    font-size: 1.8rem;
  }
}


.contact_text_area {
  padding-top: 100px;
}

.contact_text_area .inner_1080 p {
  text-align: center;
}

.contact_text_area .inner_1080 .top {
  color: #cae0d4;
  font-size: 1.6rem;
}

.contact_text_area .inner_1080 .middle {
  color: #83b29a;
  font-size: 2.8rem;
  margin-top: 10px;
}
.contact_text_area .inner_1080 .middle a{
  color: #83b29a;
}

.contact_text_area .inner_1080 .bottom {
  font-size: 1.6rem;
  margin-top: 10px;
}

.contact_area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact_area h4{
  text-align: center;
  font-size: 1.8rem;
  color: #cae0d4;
}

.contact_area .inner_1080 {
  position: relative;
}

.contact_area .inner_1080 .sub_ttl {
  position: absolute;
  top: 0;
  left: 0;
  color: #cae0d4;
  font-size: 2.4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.contact_area .inner_1080 .inner_900 {
  margin-top: 60px;
}

.contact_area .inner_1080 .inner_900 table {
  width: 100%;
  border-collapse: collapse;
}

.contact_area .inner_1080 .inner_900 table tr th, .contact_area .inner_1080 .inner_900 table tr td {
  border-bottom: 1px solid #cae0d4;
  font-weight: 300;
  padding: 15px 0;
  text-align: left;
}

.contact_area .inner_1080 .inner_900 table tr th {
  width: 160px;
  font-size: 1.8rem;
  color: #83b29a;
  vertical-align: top;
}

.contact_area .inner_1080 .inner_900 table tr td {
  width: calc(100%-160px);
  font-size: 1.6rem;
}

.contact_area .inner_1080 .inner_900 table tr td input, .contact_area .inner_1080 .inner_900 table tr td textarea {
  width: 100%;
  padding: 5px 10px;
  border: none;
}

.contact_area .inner_1080 .inner_900 table tr td ::placeholder {
  color: #cdd;
}

.contact_area .inner_1080 .inner_900 table .tr_f th, .contact_area .inner_1080 .inner_900 table .tr_f td {
  padding-top: 0 !important;
}

@media all and (max-width: 1160px) {
  .contact_area .inner_1080 .inner_900 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.contact_area .inner_1080 .submit_button {
  display: block;
  margin: 0 auto;
  width: 340px;
  height: 80px;
  line-height: 80px;
  font-size: 2.1rem;
  letter-spacing: 0.3em;
  background-color: #83b29a;
  border: 2px solid #83b29a;
  color: #fff;
  text-align: center;
  transition: .5s;
  margin-top: 80px;
}

.contact_area .inner_1080 .submit_button:hover {
  background-color: #fff;
  color: #83b29a;
  transition: .5s;
}

@media all and (max-width: 500px) {
  .contact_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact_area .inner_1080 {
    padding-left: 40px;
    padding-right: 0;
  }
  .contact_area .inner_1080 .sub_ttl {
    font-size: 1.8rem;
  }
  .contact_area .inner_1080 .inner_900 {
    margin-top: 40px;
    padding: 0 !important;
  }
  .contact_area .inner_1080 .inner_900 table tr th, .contact_area .inner_1080 .inner_900 table tr td {
    display: block;
    width: 100%;
  }
  .contact_area .inner_1080 .inner_900 table tr th {
    border-bottom: none !important;
    padding-top: 15px;
    padding-bottom: 7px;
  }
  .contact_area .inner_1080 .inner_900 table tr td {
    padding-top: 7px;
    padding-bottom: 15px;
  }
  .contact_area .inner_1080 .submit_button_area {
    padding-right: 40px;
  }
  .contact_area .inner_1080 .submit_button_area .submit_button {
    margin-top: 40px;
    width: 100%;
  }
}

@media all and (max-width: 320px) {
  .contact_area .submit_button_area {
    padding-right: 40px;
  }
  .contact_area .submit_button_area .submit_button {
    margin-top: 40px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
  }
}

.kakunin{
  text-align: center;
}
#formarea {
  width: 100%;
  padding: 100px 0;
}
#formWrap {
  width: 70%;
  margin: 135px auto 0;
  line-height: 120%;
  font-size: 90%;
}
table.formTable{
  width: 100%;
  margin: 50px auto;
  border-collapse: collapse;
  font-size: 16px;
  border: 1px solid #ccc;
}
table.formTable td,table.formTable th{
  border: 1px solid #ccc;
  padding: 20px;
  line-height: 1.5;
    box-sizing: border-box;
}
table.formTable th{
  width: 40%;
  font-weight: normal;
  background: #dadbdb;
  text-align: left;
}
p.error_messe{
  margin: 5px 0;
  color: #f8444e;
}
.kakunin h3{
  font-size: 24px;
  font-weight: bold;
}
.kakunin h4{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.kakunin p{
  font-size: 14px;
  padding: 30px 0 0;

}
input#reset_button {
    width: 200px;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 17px;
    background-color: #83b29a;
    color: #fff;
    text-align: center;
    border: 2px solid #83b29a;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin: 0 10px;
}
input#reset_button:hover {
    background-color: #fff;
    color: #83b29a;
    transition: 0.3s;
}
input#submit_button {
    width: 200px;
    padding: 10px 0;
    font-size: 17px;
    background-color: #83b29a;
    color: #fff;
    text-align: center;
    border: 1px solid #83b29a;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin: 0 10px;
}
input#submit_button:hover {
    background-color: #fff;
    color: #83b29a;
    transition: 0.3s;
}
.footer_area{
  text-align: center;
  margin: 0 0 20px 0;
}
@media (max-width: 768px){
#formWrap {
  width: 95%;
  margin: 0 auto;
  line-height: 1;
  font-size: 90%;
}
table.formTable td,table.formTable th{
  width: 100%;
  border-top: none;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  line-height: 1.5;
display: block;
    box-sizing: border-box;
}
input#submit_button {
    margin-bottom: 20px;
}
}

.thanks{
  padding: 100px 0;
  text-align: center;
}

.thanks .inner{

}

.thanks .inner h2{
  font-size: 3rem;
  color: #83b29a;
}

.thanks .inner p{
  margin-top: 20px;
  font-size: 2.4rem;
}

.thanks .inner .btn a{
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: 400px;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  background-color: #83b29a;
  border: 2px solid #83b29a;
  color: #fff;
  text-align: center;
  transition: .5s;
}

.thanks .inner .btn a:hover{
  background-color: #fff;
  color: #83b29a;
  transition: 0.5s;
}

@media all and (max-width: 500px) {
  .thanks .inner h2{
    font-size: 2rem;
  }
  
  .thanks .inner p{
    font-size: 1.3rem;
  }
  .thanks .inner .btn a{
    width: 280px;
    height: 60px;
  }
}