@charset "utf-8";

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

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

body {
  font-size: 15px;
  line-height: 1.8;
  color: #221714;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

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

iframe {
  vertical-align: middle;
}


/* common
******************************/
.inner {
  width: 1000px;
  margin: 0 auto;
}

.inner_min {
  width: 840px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex_between {
  justify-content: space-between;
}

.flex_center {
  align-items: center;
}

.inpage_header {
  height: 280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: flex-end;
}

.inpage_ttl {
  margin-bottom: -1px;
}

.inpage_read {
  padding: 30px 0 70px;
}

.text_bold {
  font-weight: bold;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.c_blue {
  color: #4693d0;
}

.c_blue02 {
  color: #0062b0;
}

.c_red {
  color: #e50012;
}

.c_yellow {
  color: #fff000;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font24 {
  font-size: 24px;
}

.font34 {
  font-size: 34px;
}

.lh12 {
  line-height: 1.2;
}




/* home
******************************/

.header {
  padding-bottom: 10px;
  background: #fff;
}

.header_logo {
  padding-top: 10px;
}

.header_nav {
  padding-top: 30px;
}

.header_nav li+li {
  margin-left: 40px;
}

.header_nav a {
  display: block;
  color: #221714;
  font-weight: bold;
  text-align: center;
}

.header_nav span {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #006CB7;
  letter-spacing: 0.1em;
}

.header_mail {
  width: 168px;
  margin-bottom: 10px;
}

.header_mail a {
  display: block;
  background: #221714;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.header_mail img {
  margin-right: 5px;
  margin-bottom: 1px;
}

.header_tel img {
  vertical-align: top;
}

.header_tel img+img {
  margin-left: 5px;
}

.home {
  background: #efefee;
  padding-bottom: 40px;
}

.home_hero {
  height: 680px;
  min-height: calc(100vh - 400px);
  background: url(../image/home/home_bg.jpg) center / cover no-repeat;
  position: relative;
  z-index: 1;
}

.home_hero_text {
  height: 100%;
  padding-bottom: 40px;
}

.home_linkList {
  margin-top: -160px;
  position: relative;
  z-index: 2;
}

.home_linkList li {
  width: 300px;
  background: #fff;
}

.home_linkList a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background: #4694d1;
  position: relative;
  transition: 0.3s;
}

.home_linkList a:hover {
  opacity: 0.8;
}

.home_linkList_ttl {
  margin-bottom: 20px;
}

.home_linkList_text {
  width: 100%;
  height: 160px;
  padding: 25px 25px 0;
}

.home_linkList_new {
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: 4px;
}

/* COMPANY PROFILE
******************************/

.company {
  background: #efefee;
}

.company_main {
  background: #fff;
}

.company_header {
  background-image: url(../image/company/company_header.jpg);
}

.company_sec {
  line-height: 1.9;
}

.company_sec+.company_sec {
  margin-top: 60px;
}

.company_sec_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #4693d0;
  margin-bottom: 15px;
}

.company_sec section+section {
  margin-top: 30px;
}

.company_sec_ttl2 {
  font-weight: bold;
}

.company_overview {
  background: #efefee;
  padding: 60px 0 30px;
}

.company_overview_ttl {
  border: 3px solid #fff;
  width: 90px;
  height: 90px;
  justify-content: center;
}

.company_overview_list {
  flex-wrap: wrap;
  width: 600px;
}

.company_overview_list dt {
  width: 62px;
  display: flex;
  justify-content: space-between;
  font-feature-settings: 'palt';
}

.company_overview_list dd {
  width: 538px;
  padding-left: 50px;
}

.company_overview_logo {
  margin-top: 40px;
}

.company_sdgs {
  width: 680px;
  margin: 30px auto 0;
  position: relative;
  padding: 160px 0;
}

.company_sdgs_main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin: 0 auto;
  border: 5px solid #a3b8df;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.company_sdgs_cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 210px;
  height: 210px;
  position: absolute;
}

.company_sdgs_cont01 {
  top: 0;
  left: 0;
  padding-top: 5px;
  padding-right: 5px;
  border-top: 3px solid #a3b8df;
  border-right: 3px solid #a3b8df;
}

.company_sdgs_cont02 {
  top: 0;
  right: 0;
  padding-top: 5px;
  padding-left: 5px;
  border-top: 3px solid #a3b8df;
  border-left: 3px solid #a3b8df;
}

.company_sdgs_cont02 img:last-child {
  margin-left: auto;
}

.company_sdgs_cont03 {
  bottom: 0;
  left: 0;
  flex-wrap: wrap-reverse;
  padding-bottom: 5px;
  padding-right: 5px;
  border-bottom: 3px solid #a3b8df;
  border-right: 3px solid #a3b8df;
}

.company_sdgs_cont04 {
  bottom: 0;
  right: 0;
  align-content: flex-end;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 3px solid #a3b8df;
  border-left: 3px solid #a3b8df;
}

.company_sdgs_cont p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  background: #0061b1;
  border: 5px solid #a3b8df;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  position: absolute;
}

.company_sdgs_cont01 p {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}

.company_sdgs_cont02 p {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.company_sdgs_cont03 p {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.company_sdgs_cont04 p {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.company_sdgs_cont img {
  width: 48%;
}



/* SERVICE CONTENTS
******************************/

.service {
  background: #efefee;
}

.service_header {
  background-image: url(../image/service/service_header.jpg);
}

.service_cont {
  background: #fff;
  padding-bottom: 300px;
  position: relative;
  z-index: 1;
}

.service_project {
  line-height: 1.9;
}

.service_project_catch {
  font-weight: bold;
  color: #4693d0;
  margin-bottom: 10px;
}

.service_linkBox {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

.service_linkBox li {
  width: 300px;
  background: #fff;
}

.service_linkBox a {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  background: #4694d1;
  position: relative;
  transition: 0.3s;
}

.service_linkBox a:hover {
  opacity: 0.8;
}

.service_linkBox_text {
  margin-top: -120px;
  height: 120px;
  padding: 20px 25px 0;
  background: #4693d0;
  color: #fff;
  position: relative;
}

.service_linkBox_number {
  position: absolute;
  right: 8px;
  bottom: 0;
}

.service_linkBox li:nth-child(1) .service_linkBox_number {
  right: 20px;
}

.service_linkBox_ttl {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 20px;
}

.service_linkBox_new {
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: 4px;
}


/* SERVICE CONTENTS DETAIL
******************************/
.serviceCont_header {
  height: 210px;
  background: #4693d0;
  overflow: hidden;
}

.serviceCont_header_inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 65px;
}

.serviceCont_header_number {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
}

.serviceCont1 .serviceCont_header_number {
  left: -18px;
}

.serviceCont_ttl {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-top: 8px;
  font-feature-settings: 'palt';
}

.serviceCont_header_logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.serviceCont_main {
  padding: 30px 80px 80px;
  background: url(../image/servicecont/bg_wave.jpg) center bottom / 100% auto no-repeat;
}

.serviceCont_sec {
  margin-top: 80px;
}

.serviceCont_sec_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding-top: 1px;
  background: #4693d0;
  border-bottom: 3px solid #006cb8;
  margin-bottom: 15px;
}

/* SERVICE CONTENTS 1
******************************/

.serviceCont1_point dt {
  font-weight: bold;
  color: #4693d0;
  margin-top: 30px;
}

.serviceCont1_system {
  margin-top: 25px;
}

.serviceCont1_system dt {
  width: 100px;
  height: 120px;
  border: 1px solid #4693d0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.serviceCont1_systemFlow {
  position: relative;
}

.serviceCont1_systemFlow dt {
  position: absolute;
  top: 0;
  left: 0;
}

.serviceCont1_project dl {
  font-size: 14px;
}

.serviceCont1_project dt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 20px;
  color: #4694d1;
  font-weight: bold;
}

.serviceCont1_project dd {
  width: 820px;
}

.serviceCont1_project_flow li {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 50px;
  padding: 18px 2px 4px;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.2;
  background: #fff;
  border: 2px solid #4694d1;
  font-weight: bold;
}

.serviceCont1_project_flow li+li::before {
  content: '';
  display: block;
  width: 12px;
  height: 18px;
  background: url(../image/servicecont/tryangle_right.svg) center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -9px;
  margin-right: 6px;
}

.serviceCont1_project_flow li span {
  background: #4694d1;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
}

.combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.serviceCont1_project_period {
  margin-top: 5px;
}

.serviceCont1_project_period p {
  width: 400px;
  text-align: center;
  border: 2px solid #4694d1;
  font-weight: bold;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 40%, #ffee78 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #ffee78 100%);
}

/* SERVICE CONTENTS 2
******************************/

.serviceCont2_mechanismBox1 {
  width: 545px;
}

.serviceCont2_mechanismBox2 {
  width: 276px;
  flex-direction: column;
  justify-content: space-between;
}

.serviceCont2_mieruka_textBox {
  width: 410px;
}

.serviceCont2_meritList {
  flex-wrap: wrap;
  align-items: flex-start;
}

.serviceCont2_meritList li {
  text-align: center;
  width: 220px;
  position: relative;
}

.serviceCont2_meritList li:first-child {
  margin-bottom: 90px;
}

.serviceCont2_meritList_text1 {
  width: 300px;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 100%;
  left: 0;
}

.serviceCont2_meritList_text2 {
  line-height: 1.4;
  margin-top: -1.2em;
  padding-bottom: 0.2em;
  font-weight: bold;
}

.serviceCont2_meritList_text3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.serviceCont2_meritList_conditions_inner {
  font-size: 11px;
  line-height: 1.6;
  position: absolute;
  top: -30px;
  right: 0;
  width: 280px;
}

.serviceCont2_meritList_arrowR::before {
  content: '';
  display: block;
  background: url(../image/servicecont/tryangle_right.svg) center / cover no-repeat;
  width: 21px;
  height: 36px;
  position: absolute;
  top: 60px;
  left: 100%;
  margin-left: 38px;
}

.serviceCont2_meritList_arrowB::before {
  content: '';
  display: block;
  background: url(../image/servicecont/tryangle_right.svg) center / cover no-repeat;
  width: 21px;
  height: 36px;
  transform: rotate(90deg);
  position: absolute;
  bottom: 0;
  left: 100px;
  margin-bottom: -28px;
}

.serviceCont2_flow_sumally {
  width: 390px;
}

.serviceCont2_flow_imgList {
  flex-wrap: wrap;
}

.serviceCont2_flow_imgList li {
  width: 120px;
  font-size: 10px;
  margin-bottom: 5px;
}

.serviceCont2_ponit {
  width: 420px;
}

.serviceCont2_ponit dl {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #4694d1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding: 5px 5px 5px 70px;
}

.serviceCont2_ponit dt {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ed7700;
  text-align: center;
  font-feature-settings: 'palt';
  position: absolute;
  top: -5px;
  left: -5px;
}

.serviceCont2_recommend {
  width: 390px;
  line-height: 1.4;
}

.serviceCont2_recommend_pdding {
  padding-left: 22px;
}


/* SERVICE CONTENTS 3 20230831 不使用
******************************/
.serviceCont3 {
  line-height: 1.4;
}

.serviceCont3_read {
  font-size: 40px;
  line-height: 1.2;
}

.serviceCont3_support dl {
  margin-top: 30px;
  position: relative;
}

.serviceCont3_support dl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #0062b0 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 15px);
  left: calc(50% - 20px);
}

.serviceCont3_support dl:last-child::before {
  display: none;
}

.serviceCont3_support dd {
  border: 3px solid #6e96ce;
  margin-top: 5px;
  padding: 5px 8px 15px;
  position: relative;
}

.serviceCont3_support_solve {
  width: 480px;
  background: #ed7700;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.serviceCont3_support_notes {
  position: relative;
}

.serviceCont3_support_notes p {
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 16px;
}

.serviceCont3_escoTtl {
  background: #fff;
  color: #0062b0;
  border: 3px solid #6e96ce;
}

.serviceCont3_escoContainer {
  justify-content: space-between;
}

.serviceCont3_escoContainer>div {
  width: 49%;
}

.serviceCont3_escoPoint dl {
  border: 3px solid #6e96ce;
  padding: 5px 5px 5px 55px;
  position: relative;
}

.serviceCont3_escoPoint dl+dl {
  margin-top: 10px;
}

.serviceCont3_escoPoint dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ed7700;
  color: #fff;
  font-size: 13px;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 5px;
  left: -10px;
}

.serviceCont3_secTtl {
  background: #0062b0;
  border: 3px solid #93adda;
}

.serviceCont3_flowPeriod {
  padding-left: 41px;
  margin-bottom: 10px;
}

.serviceCont3_flowPeriod p {
  text-align: center;
  border-bottom: 2px solid #888;
  position: relative;
}

.serviceCont3_flowPeriod p:nth-child(1) {
  width: calc(100% / 14 * 4.8);
}

.serviceCont3_flowPeriod p:nth-child(2) {
  width: calc(100% / 14 * 5.2);
}

.serviceCont3_flowPeriod p:nth-child(3) {
  width: calc(100% / 14 * 4);
}

.serviceCont3_flowItem {
  display: flex;
  padding-right: 20px;
  writing-mode: vertical-rl;
  position: relative;
}

.serviceCont3_flowItem p {
  text-align: center;
  position: relative;
}

.serviceCont3_flowPeriod p::before,
.serviceCont3_flowPeriod p:last-child::after,
.serviceCont3_flowItem::before,
.serviceCont3_flowItem p::before,
.serviceCont3_flowItem p::after {
  content: "";
  display: block;
  background: #888;
  position: absolute;
}

.serviceCont3_flowItem p::before {
  width: 2px;
  height: 100%;
  top: 0;
  right: -8px;
}

.serviceCont3_flowPeriod p::before,
.serviceCont3_flowPeriod p:last-child::after,
.serviceCont3_flowItem::before,
.serviceCont3_flowItem p::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.serviceCont3_flowPeriod p::before {
  left: 0;
  bottom: -6px;
}

.serviceCont3_flowPeriod p:last-child::after {
  right: 0;
  bottom: -6px;
}

.serviceCont3_flowItem::before {
  top: 0;
  right: 7px;
}

.serviceCont3_flowItem p::after {
  right: -12px;
  bottom: -8px;
}

.serviceCont3_flowItem p:last-child:after {
  bottom: 0;
}

.serviceCont3_flowItem p:nth-child(1) {
  height: 240px;
}

.serviceCont3_flowItem p:nth-child(2) {
  height: 150px;
  margin-top: 5px;
}

.serviceCont3_flowItem p:nth-child(3) {
  height: 80px;
  margin-top: 5px;
}

.serviceCont3_flowList {
  flex: 1;
  justify-content: space-between;
}

.serviceCont3_flowList p:nth-child(1)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 14px;
  border-color: transparent transparent transparent #ed7700;
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
}

.serviceCont3_flowList li:first-child p:nth-child(1)::before {
  display: none;
}


.serviceCont3_flowList p {
  text-align: center;
  padding: 0 2px;
  writing-mode: vertical-rl;
  position: relative;
}

.serviceCont3_flowList p:nth-child(1) {
  height: 240px;
  color: #fff;
  background: #0062b0;
  border: 3px solid #6e96ce;
  padding-top: 28px;
  text-align: left;
  position: relative;
}

.serviceCont3_flowList p:nth-child(1) span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: rotate(-90deg);
  background: #fff;
  color: #0062b0;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 2px;
}

.serviceCont3_flowList p:nth-child(2) {
  height: 150px;
  margin-top: 5px;
  background: #fffac6;
  border: 3px solid #6e96ce;
}

.serviceCont3_flowList p:nth-child(3) {
  height: 80px;
  margin-top: 5px;
  color: #fff;
  background: #ed7700;
  border: 3px solid #6e96ce;
}

.serviceCont3_systemImage img {
  width: 100%;
}

.serviceCont3_systemInfo {
  justify-content: space-between;
  margin-top: 10px;
}

.serviceCont3_systemInfo>div {
  width: 48%;
}

.serviceCont3_systemInfo img {
  width: 100%;
}

.serviceCont3_systemInfo_cont01 p {
  padding-left: 2.5em;
  text-indent: -2.8em;
}

.serviceCont3_systemInfo_cont02 {
  padding-left: 5px;
  border-left: 3px solid #6e96ce;
  border-bottom: 3px solid #6e96ce;
  font-size: 22px;
}

.serviceCont3_systemInfo_cont03 dd {
  padding-left: 1em;
}

.serviceCont3_meritTtl {
  position: relative;
}

.serviceCont3_meritTtl_small {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 5px;
  right: 5px;
}

.serviceCont3_merit {
  padding-bottom: 100px;
}

.serviceCont3_merit img {
  width: 100%;
}

.serviceCont3_merit_container01 {
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 3px solid #6e96ce;
}

.serviceCont3_merit_cont01 {
  width: 240px;
  text-align: center;
}

.serviceCont3_merit_cont02 {
  width: 390px;
  margin-left: 60px;
}

.serviceCont3_merit_cont02 p {
  line-height: 1;
  padding-left: 15px;
}

.serviceCont3_merit_cont02 img {
  margin-top: -15px;
}

.serviceCont3_merit_cont03 {
  width: 140px;
  background: #eee;
  margin-left: 10px;
  padding: 10px 5px;
  font-size: 10px;
  font-weight: normal;
}

.serviceCont3_merit_cont03 p {
  padding-left: 2em;
  text-indent: -2em;
}

.serviceCont3_merit_cont03 .text_bold {
  font-size: 11px;
}

.serviceCont3_merit_arrow {
  position: relative;
}

.serviceCont3_merit_arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #b4b4b5;
  position: absolute;
  top: 65px;
  left: calc(100% + 25px);
}

.serviceCont3_merit_cont04 {
  justify-content: space-between;
  margin-bottom: 30px;
}

.serviceCont3_merit_cont04::before {
  transform: rotate(90deg);
  top: 100%;
  left: 100px;
}

.serviceCont3_merit_cont05 {
  align-items: flex-start;
  justify-content: space-between;
}

.serviceCont3_merit_cont05>div {
  width: 250px;
}

.serviceCont3_merit_cont05>div::before {
  top: 40px;
  left: calc(100% + 18px);
}

.serviceCont3_merit_cont06 {
  font-size: 18px;
}


/* CONTACT US
******************************/

.contact_header {
  background-image: url(../image/contact/contact_header.jpg)
}

.contact_main {
  background: url(../image/servicecont/bg_wave.jpg) center bottom / 100% auto no-repeat;
  padding-bottom: 40px;
}

.form label {
  display: block;
  padding: 5px 10px;
}

.form label:nth-of-type(odd) {
  background: #efefef;
}

.form input,
.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 5px;
  border: 0;
  background: transparent;
  font-size: 15px;
}

.form textarea {
  min-height: 80px;
}

.form dl {
  display: flex;
}

.form dt {
  width: 140px;
}

.form dd {
  width: 680px;
}

.form .rec {
  font-size: 12px;
  color: #e50011;
}

.form input[type="submit"] {
  display: block;
  width: 200px;
  background: #666;
  color: #fff;
  margin: 30px auto;
}

.contact_footer {
  align-items: flex-end;
}