article, aside, figure, footer, header, nav, section, main, picture {
  display: block;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, pre, form, input, img, iframe, article, aside, figure, figcaption, footer, header, nav, section, main, picture {
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 100%;
}

img, object, video {
  max-width: 100%;
  max-height: 100%;
  border: 0;
  vertical-align: top;
}

ul {
  list-style: none;
}

ol {
  margin: 0 0 1em;
  padding: 0 0 0 1.4em;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, select {
  font-size: 100%;
}

em, address, i {
  font-style: normal;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

.mb120 {
  margin-bottom: 120px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.r {
  text-align: right;
}

.l {
  text-align: left;
}

.c {
  text-align: center;
}

.flo_l {
  float: left;
  margin-right: 15px;
}

.flo_r {
  float: right;
  margin-left: 15px;
}

.emph,
.alert,
.bold {
  font-weight: bold;
}

.attention,
.alert {
  color: #ee5e8b;
}

.disc {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 1.4em;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.dialog_director:before, .sdgs_outline:before, .dialog_director:after, .sdgs_outline:after {
  content: "";
  display: table;
}
.dialog_director:after, .sdgs_outline:after {
  clear: both;
}

body {
  margin-top: 30px;
  line-height: 1.8;
  color: #555;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 769px) {
  body {
    margin-top: 50px;
  }
}

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

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 579px) {
  .pad {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.wrapper,
.wrapper_narrow,
.heading_wrapper,
.heading_wrapper_nopb {
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .wrapper,
.wrapper_narrow,
.heading_wrapper,
.heading_wrapper_nopb {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 769px) {
  .wrapper {
    padding: 0 50px;
  }
}

@media screen and (min-width: 769px) {
  .wrapper_narrow {
    padding: 20px 50px;
  }
}

@media screen and (min-width: 769px) {
  .heading_wrapper {
    padding: 10px 50px 5px;
  }
}

@media screen and (min-width: 769px) {
  .heading_wrapper_nopb {
    padding: 10px 50px 0;
  }
}

.header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 3px;
  background-color: #231815;
  color: #d88b3e;
}
@media screen and (min-width: 769px) {
  .header {
    min-width: 1100px;
  }
}
@media screen and (max-width: 340px) {
  .header .logo_text span {
    display: none;
  }
}

.header_inner {
  position: relative;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
}
.header_inner .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 10px;
}
.header_inner .menu_btn {
  width: 26px;
}
.header_inner .menu_btn span {
  display: block;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header_inner .menu_btn span:not(:first-of-type) {
  margin-top: 6px;
}
.header_inner .menu_btn.on span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.header_inner .menu_btn.on span:nth-of-type(2) {
  opacity: 0;
}
.header_inner .menu_btn.on span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .header_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1100px;
    height: 50px;
    margin: auto;
    padding: 0;
  }
  .header_inner .logo {
    font-size: 14px;
  }
  .header_inner .menu_btn {
    display: none;
  }
}

.header_nav {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header_nav.on {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 2px solid #fff;
  background-color: #231815;
}
.header_nav img {
  width: auto;
  max-height: 18px;
}
@media screen and (min-width: 769px) {
  .header_nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    max-width: 422px;
    margin-left: auto;
    padding-top: 0;
  }
  .header_nav.on {
    position: relative;
    top: 0;
    border-top: none;
  }
}

.gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gnavi li:not(:first-child) {
  margin-left: 5px;
}
.gnavi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  padding: 16px 0 10px;
  background-color: #231815;
}
@media screen and (min-width: 769px) {
  .footer {
    min-width: 1100px;
  }
}

.ftnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 422px;
  margin-right: auto;
  margin-left: auto;
}
.ftnavi li:not(:first-child) {
  margin-left: 5px;
}
.ftnavi img {
  width: 100%;
  height: auto;
}

.content_bg {
  background-color: #d88b3e;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .content_bg {
    min-width: 1100px;
  }
}

.cell {
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .cell {
    padding-top: 40px;
  }
}

.pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}
.pagetop.on {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}

.hd_normal {
  margin-bottom: 16px;
  letter-spacing: 0.5em;
}
@media screen and (min-width: 769px) {
  .hd_normal {
    font-size: 20px;
  }
}

.flood {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 20px;
  border-radius: 20px;
  background-color: #231815;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .flood {
    margin-bottom: 40px;
    margin-left: -40px;
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 22px;
    line-height: 1;
  }
  .flood.mb20 {
    margin-bottom: 20px;
  }
}

.heading_band {
  margin-bottom: 20px;
  background-color: #231815;
  color: #fff;
}
.heading_band img {
  vertical-align: text-bottom;
}
@media screen and (min-width: 769px) {
  .heading_band {
    min-width: 1100px;
    margin-bottom: 40px;
  }
  .heading_band img {
    margin-right: 30px;
  }
}

@media screen and (min-width: 769px) {
  .hd_band {
    font-size: 20px;
  }
}

.hd_band_text {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .hd_band_text {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    line-height: 1.3;
  }
}

.hd_sub_band {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .hd_sub_band {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .hd_sub_band.shrink {
    letter-spacing: -1px;
  }
}

@media screen and (min-width: 470px) {
  .sp_mod470 {
    display: none;
  }
}

.pc_mod470 {
  display: none;
}
@media screen and (min-width: 470px) {
  .pc_mod470 {
    display: block;
  }
}

.hd_mod {
  color: #d88b3e;
}
@media screen and (min-width: 769px) {
  .hd_mod {
    font-size: 20px;
  }
}

.flexbtns {
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .flexbtns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flexbtns > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}

.neatbtn {
  display: block;
  margin-bottom: 20px;
  padding: 4px;
  border: 1px solid;
  border-radius: 10px;
  color: #717071;
  text-align: center;
  text-decoration: none;
}
.neatbtn.colored {
  color: #d88b3e;
}
@media screen and (min-width: 769px) {
  .neatbtn {
    font-size: 18px;
    font-weight: 600;
  }
}

.leadbtn {
  display: block;
  padding: 10px 0;
  background-color: #d88b3e;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
}

.contactbtn {
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .contactbtn {
    padding: 40px 0;
  }
}

.extbtn {
  padding-top: 20px;
}

.top_msg_img {
  padding: 40px 0;
  text-align: center;
}
.top_msg div {
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .top_msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px 0;
  }
  .top_msg_img {
    padding: 0;
  }
  .top_msg div {
    margin-left: 100px;
    font-size: 18px;
    line-height: 2;
  }
}

.top_work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .top_work {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.top_work li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.top_work li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
}
@media screen and (min-width: 470px) {
  .top_work li {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media screen and (min-width: 769px) {
  .top_work li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 106px;
    -ms-flex: 0 0 106px;
    flex: 0 0 106px;
    overflow: hidden;
  }
}
.top_work_icon {
  border-radius: 50%;
  overflow: hidden;
}
.top_work_icon img {
  width: 106px;
  height: 106px;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_about {
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .top_about {
    padding-top: 50px;
  }
}

.top_about_flex {
  margin-bottom: 40px;
}
.top_about_flex img {
  display: block;
  margin: auto;
}
.top_about_flex h3 {
  margin-bottom: 10px;
}
.top_about_flex h3 img {
  display: inline-block;
}
.top_about_flex p br {
  display: none;
}
@media screen and (min-width: 470px) {
  .top_about_flex p br {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .top_about_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
    font-size: 18px;
  }
  .top_about_flex.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .top_about_flex.rev .top_about_img {
    margin-right: 0;
    margin-left: 50px;
  }
  .top_about_flex h3 {
    margin-bottom: 20px;
  }
}

.top_about_img {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .top_about_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 60px;
    margin-bottom: 0;
  }
}

.top_mind_set dt {
  margin-bottom: 10px;
}
.top_mind_set dd {
  margin-bottom: 30px;
}
.top_mind_set p {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .top_mind_set {
    margin-left: 70px;
  }
  .top_mind_set dt {
    clear: left;
    float: left;
  }
  .top_mind_set dd {
    margin-bottom: 60px;
    padding-top: 10px;
    padding-left: 1.5em;
    overflow: hidden;
  }
}

.top_mind_emph {
  font-size: 18px;
}
.top_mind_emph + p {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .top_mind_emph {
    font-weight: bold;
  }
}

.top_mind_value .hd {
  display: block;
  font-size: 18px;
}
.top_mind_value .bd {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .top_mind_value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top_mind_value .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10em;
    font-weight: bold;
  }
  .top_mind_value .hd::after {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 1px;
    margin-left: 3px;
    background-color: #555;
    content: "";
  }
  .top_mind_value .bd {
    margin-left: 3px;
  }
}

.top_field_list {
  margin-bottom: 40px;
}
.top_field_list li {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 470px) {
  .top_field_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 100px;
    line-height: 1.4;
  }
  .top_field_list li img {
    margin-bottom: 10px;
  }
}

.servicelist_creative dt {
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
}
.servicelist_creative dd {
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .servicelist_creative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .servicelist_creative div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .servicelist_creative dd {
    margin-bottom: 10px;
    padding: 0 10px;
  }
}

.top_creative_flex {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top_creative_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
}

.top_list_icon,
.top_list_img {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top_list_icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .top_list_text {
    padding: 0 20px 0 40px;
  }

  .top_list_img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .top_list_img img {
    display: block;
    margin-left: auto;
  }
}
.talksession .inner {
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .talksession {
    margin-bottom: 20px;
  }
  .talksession .inner {
    width: 1000px;
    margin: auto;
    padding: 0;
  }
}

.top_sdgs_imgs {
  padding: 30px;
}
.top_sdgs_imgs img {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .top_sdgs_imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px;
  }
  .top_sdgs_imgs > div {
    margin: 0 10px;
  }
  .top_sdgs_imgs img {
    margin-bottom: 0;
  }
}

.top_space_band {
  background-color: #231815;
}

.wrapper_pt0 {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .wrapper_pt0 {
    width: 1100px;
    margin: auto;
    padding: 0 0 40px;
  }
}

.top_space_text {
  padding: 10px;
}

@media screen and (min-width: 769px) {
  .top_space {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .top_space_img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .top_space_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    padding: 30px 0 0 30px;
  }
  .top_space_text .neatbtn {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.servicelist_sdgs dt {
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
}
.servicelist_sdgs dd {
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .servicelist_sdgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .servicelist_sdgs dt {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 290px;
    margin-bottom: 0;
    text-align: center;
  }
  .servicelist_sdgs dd {
    margin-left: 20px;
    margin-bottom: 0;
    line-height: 1.6;
  }
  .servicelist_sdgs .shrink {
    letter-spacing: -1px;
  }
}

.sdgs_outline {
  padding-top: 40px;
}

.sdgs_mark {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sdgs_mark {
    float: right;
    margin-top: -60px;
    margin-bottom: 0;
  }
}

.sdgs_phase {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .sdgs_phase {
    float: left;
  }
  .sdgs_phase.phase01 {
    margin-right: -140px;
  }
  .sdgs_phase.phase01 .img {
    position: relative;
  }
  .sdgs_phase.phase01 .img::after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 1100px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    background-color: #d88b3e;
    content: "";
  }
  .sdgs_phase.phase02 {
    margin-top: 220px;
    margin-right: -140px;
  }
  .sdgs_phase.phase03 {
    margin-top: 320px;
    margin-right: -120px;
  }
  .sdgs_phase.phase04 {
    margin-top: 580px;
  }
}

@media screen and (min-width: 769px) {
  .sdgs_phase_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
  }
}

.sdgs_phase_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.sdgs_phase_title .img {
  width: 100px;
}
@media screen and (min-width: 769px) {
  .sdgs_phase_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .sdgs_phase_title .img {
    width: auto;
  }
}

.sdgs_phase_hd {
  padding-left: 20px;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .sdgs_phase_hd {
    padding-left: 0;
    padding-bottom: 10px;
  }
}

.sdgs_phase_unit p {
  color: #d88b3e;
  font-size: 13px;
  line-height: 1.5;
}
.sdgs_phase_unit .phase_accent {
  display: inline-block;
  margin-top: 6px;
  padding: 0 6px 2px 6px;
  background-color: #e40069;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

.sdgs_price_list {
  margin-bottom: 30px;
  padding: 10px;
  border: 2px solid #d88b3e;
}
.sdgs_price_list dl:not(:last-of-type) {
  margin-bottom: 16px;
}
.sdgs_price_list dt span:first-of-type {
  color: #d88b3e;
}
@media screen and (min-width: 769px) {
  .sdgs_price_list {
    display: inline-block;
    margin-bottom: 60px;
  }
  .sdgs_price_list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sdgs_price_list dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
  }
  .sdgs_price_list dt::after {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 1px;
    margin: 0 5px;
    background-color: #d88b3e;
    content: "";
  }
}

@media screen and (min-width: 769px) {
  .sdgs_adjust {
    margin-bottom: -120px;
    -webkit-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
  }
}

.creative_flow {
  margin-bottom: 40px;
}
.creative_flow.meeting .creative_flow_title .marker {
  color: #e40069;
}
.creative_flow.meeting .creative_unit {
  border-color: #e40069;
  background-color: #fdf5f8;
}
.creative_flow.meeting .creative_unit_title {
  color: #e40069;
}
.creative_flow.product {
  margin-bottom: 30px;
}
.creative_flow.product .creative_flow_title .marker {
  color: #d88b3e;
}
.creative_flow.product .creative_unit {
  border-color: #d88b3e;
  background-color: #fff8ee;
}
.creative_flow.product .creative_unit_title {
  color: #d88b3e;
}
@media screen and (min-width: 769px) {
  .creative_flow.product {
    padding-bottom: 40px;
  }
}

.creative_flow_title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .creative_flow_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px) {
  .creative_flow_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .creative_flow_flex .creative_unit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }
  .creative_flow_flex .creative_unit:first-of-type {
    margin-right: 2%;
  }
}

.creative_unit {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border: 4px solid;
}
.creative_unit_label {
  position: absolute;
  top: -14px;
  left: 10px;
  width: 40px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .creative_unit {
    padding: 10px 20px;
  }
  .creative_unit_label {
    left: 20px;
    width: auto;
  }
}

.creative_unit_title {
  margin-top: -5px;
  margin-bottom: 10px;
  padding-left: 50px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .creative_unit_title {
    margin-top: 0;
    padding-left: 60px;
    font-size: 20px;
    line-height: inherit;
  }
}

.creative_unit_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.creative_unit_body p {
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .creative_unit_body p {
    font-size: 15px;
  }
}

.creative_unit_icon {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  width: 30%;
  max-width: 120px;
}
@media screen and (min-width: 769px) {
  .flow3 .creative_unit_icon {
    margin-top: -20px;
  }
}

@media screen and (min-width: 769px) {
  .creative_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .creative_items .creative_item {
    width: 31.5%;
  }
}

.creative_item {
  margin-bottom: 20px;
}
.creative_item dt {
  margin-bottom: 10px;
  padding: 2px;
  border-radius: 10px;
  background-color: #d88b3e;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.creative_item .marker {
  color: #d88b3e;
}

.creative_motto {
  margin-bottom: 30px;
  padding: 10px;
  border: 4px solid #717071;
  background-color: #eeeeef;
}
.creative_motto p {
  max-width: 745px;
  margin-bottom: 0;
}
.creative_motto_title {
  color: #231815;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .creative_motto {
    padding: 10px 20px 15px;
  }
  .creative_motto_title {
    font-size: 24px;
  }
  .creative_motto:last-of-type {
    margin-bottom: 60px;
  }
}

.yajirushi_visual {
  margin-bottom: 30px;
  text-align: center;
}
.yajirushi_logo {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .yajirushi_visual {
    display: table;
    position: relative;
    margin: 0 auto 60px;
  }
  .yajirushi_logo {
    margin-bottom: 0;
  }
  .yajirushi_boss {
    position: absolute;
    right: -100%;
    bottom: 0;
  }
}
.recruit_flex {
  margin-top: 30px;
}
.recruit_flex_img {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .recruit_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .recruit_flex p {
    margin-left: auto;
  }
}

.servicelist_recruit li {
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .servicelist_recruit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .servicelist_recruit li {
    width: 32%;
  }
  .servicelist_recruit li:not(:first-of-type) {
    margin-left: 2%;
  }
}

.recruit_flow {
  list-style-type: none;
  padding-left: 0;
}
.recruit_flow_hd {
  margin-bottom: 10px;
  border: 1px solid;
  border-radius: 6px;
  color: #d88b3e;
  text-align: center;
}
.recruit_flow p {
  margin-bottom: 0;
}
.recruit_flow li:not(:last-of-type)::after {
  display: block;
  height: 64px;
  margin-bottom: 8px;
  content: url(../images/top/recruit_arrow.png);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .recruit_flow {
    margin-bottom: 40px;
  }
  .recruit_flow_hd {
    float: left;
    width: 200px;
    margin-top: 10px;
  }
  .recruit_flow p {
    margin-left: 230px;
  }
  .recruit_flow li:not(:last-of-type)::after {
    margin-bottom: 0;
    padding-left: 90px;
    text-align: left;
  }
}

.dialog .heading_band {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .dialog .heading_band {
    min-width: 1200px;
  }
}

.dialog_wrap {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .dialog_wrap {
    width: 1200px;
  }
}

.dialog_main.create {
  background-color: #f39800;
  background-image: url(../images/dialog/fig_art.jpg), url(../images/dialog/fig_creative.jpg);
  background-position: 0 0, right 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.dialog_main.sdgs {
  margin-bottom: 10px;
  background-color: #7bc8ec;
}

.dialog_main_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-right: 20vw;
  margin-left: 20vw;
  padding-bottom: 20px;
  background-color: #f39800;
  text-align: center;
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.dialog_main_body p {
  color: #000;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 360px) {
  .dialog_main_body p {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 580px) {
  .dialog_main.create {
    height: 40vw;
    padding-top: 20px;
  }
}
@media screen and (min-width: 700px) {
  .dialog_main.create {
    height: 50vw;
    padding-top: 40px;
  }

  .dialog_main_body p {
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  .dialog_main.create {
    height: 586px;
    padding-top: 100px;
  }

  .dialog_main_body {
    margin-right: 200px;
    margin-left: 200px;
    padding-bottom: 60px;
  }
  .dialog_main_body p {
    font-size: 16px;
  }
}
.dialog_title {
  padding: 10px;
  color: #fff;
  line-height: 1.4;
}
@media screen and (min-width: 360px) {
  .dialog_title {
    font-size: 12px;
  }
}
@media screen and (min-width: 580px) {
  .dialog_title {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 700px) {
  .dialog_title {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .dialog_title {
    margin-bottom: 40px;
    font-size: 34px;
    letter-spacing: -3px;
  }
}

.dialog_director {
  margin-top: auto;
}
.dialog_director img {
  width: 70%;
}
.dialog_director img:first-of-type {
  float: left;
  margin-left: -20vw;
}
.dialog_director img:last-of-type {
  float: right;
  margin-right: -20vw;
}
@media screen and (min-width: 580px) {
  .dialog_director img {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  .dialog_director img {
    width: auto;
  }
  .dialog_director img:first-of-type {
    margin-left: -200px;
  }
  .dialog_director img:last-of-type {
    margin-right: -200px;
  }
}

.dialog_unit {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
}

@media screen and (min-width: 540px) {
  .dialog_unit {
    width: 72%;
  }

  .dialog_bnr1 {
    margin-top: -6vw;
  }

  .dialog_bnr2 {
    margin-top: -2vw;
  }

  .dialog_bnr3 {
    margin-top: -4vw;
  }

  .dialog_bnr_sdgs1 {
    margin-top: -3vw;
  }

  .dialog_bnr_sdgs2 {
    margin-top: -2vw;
  }

  .dialog_bnr_rec1 {
    margin-top: -4vw;
  }

  .dialog_bnr_rec2 {
    margin-top: -3.5vw;
  }

  .dialog_bnr_rec3 {
    margin-top: -3vw;
  }
}
@media screen and (min-width: 769px) {
  .dialog_unit {
    width: 800px;
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
  }
  .dialog_unit:last-of-type {
    margin-bottom: 100px;
  }

  .dialog_bnr1 {
    margin-top: -70px;
  }

  .dialog_bnr2 {
    margin-top: -30px;
  }

  .dialog_bnr_sdgs1 {
    margin-top: -40px;
  }

  .dialog_bnr_sdgs2 {
    margin-top: -40px;
  }

  .dialog_bnr_rec1 {
    margin-top: -50px;
  }

  .dialog_bnr_rec2 {
    margin-top: -45px;
  }

  .dialog_bnr_rec3 {
    margin-top: -40px;
  }
}
.log {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.log b {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3em;
  -ms-flex: 0 0 3em;
  flex: 0 0 3em;
  width: 3em;
  font-weight: normal;
}
.log b.di_takayuki {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 1em;
}
.log b.di_urara {
  margin-right: 1em;
}

.di_kibata,
.di_tajima {
  color: #036eb8;
}

.di_onishi {
  color: #ef8200;
}

.di_sdgs {
  color: #920783;
}

.di_takayuki {
  color: #727171;
}

.di_urara {
  color: #c9a063;
}

.dialog_grid_base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .dialog_grid_base {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 0 60px;
  }
}

.dialog_grid_title {
  color: #fff;
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  .dialog_grid_title {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 42px;
    white-space: nowrap;
  }
}

.dialog_grid_figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .dialog_grid_figure {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-bottom: 0;
  }
}

.dialog_grid_text {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 769px) {
  .dialog_grid_text {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    align-self: end;
    font-size: 18px;
  }
  .dialog_grid_text p {
    margin-bottom: 40px;
  }
  .dialog_grid_text img {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .service_lead {
    margin-bottom: 60px;
    font-size: 20px;
  }
}

.service_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.service_item_title {
  padding: 0 30px 20px;
  text-align: center;
  font-weight: normal;
  line-height: 1.3;
}
.service_item_title img {
  margin-bottom: 10px;
}
@media screen and (min-width: 580px) {
  .service_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .service_item_title {
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    width: 300px;
  }
  .service_item p {
    font-size: 20px;
  }
}

.company .heading_band {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .company .heading_wrapper {
    padding-bottom: 10px;
  }
  .company .hd_band img {
    margin-bottom: -10px;
  }
  .company .servicelist_sdgs dd {
    margin-left: 40px;
  }
}
.company_img {
  margin: -10px -10px 30px;
}
@media screen and (min-width: 769px) {
  .company_img {
    margin: 0 -100px 100px;
  }
}

.company_wrap {
  padding-right: 10px;
  padding-left: 10px;
}
.content_bg .company_wrap {
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .company_wrap {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.company_motto {
  color: #d88b3e;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .company_motto {
    font-size: 26px;
  }
}

.company_msg {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .company_msg {
    margin-bottom: 100px;
    font-size: 18px;
  }
}

.company_profile {
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .company_profile {
    padding-bottom: 50px;
  }
}

.works_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.works_list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  position: relative;
  margin-bottom: 2%;
}
.works_list li:nth-of-type(odd) {
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .works_list li {
    -webkit-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
  .works_list li:nth-of-type(odd) {
    margin-right: 0;
  }
  .works_list li:not(:nth-of-type(4n)) {
    margin-right: 1.3%;
  }
}

.works_list_overlay {
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover .works_list_overlay {
  visibility: visible;
  opacity: 1;
}

.works_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .works_detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.works_detail_img img {
  display: block;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .works_detail_img {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 769px) {
  .works_detail_body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 260px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    margin-left: 40px;
  }
}

.topics_title {
  margin-bottom: 20px;
  font-size: 18px;
}

.topics_date {
  display: block;
  color: #767676;
  font-size: 14px;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .topics_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.topics_body {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .topics_body {
    width: 700px;
  }
}

@media screen and (min-width: 769px) {
  .topics_archive {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 260px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    margin-left: 40px;
  }
}

.topics_pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.topics_archive_title {
  margin-bottom: 20px;
  background-color: #d88b3e;
  color: #fff;
}

.topics_list li {
  margin-bottom: 16px;
}

.label_req {
  display: inline-block;
  margin-right: 4px;
  padding: 0 4px;
  background-color: #e40069;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.form_unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #717071;
}
@media screen and (min-width: 769px) {
  .form_unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.form_unit input, .form_unit textarea {
  padding: 4px;
}
.form_unit input[type=text], .form_unit input[type=email] {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .form_unit input[type=text], .form_unit input[type=email] {
    width: 300px;
    margin-right: 16px;
  }
}
.form_unit textarea {
  width: 100%;
}

.form_name {
  margin-bottom: 10px;
  padding: 4px;
  background-color: #eee;
}
@media screen and (min-width: 769px) {
  .form_name {
    width: 240px;
    margin-bottom: 0;
    margin-right: 16px;
  }
}

.form_type {
  display: block;
}

@media screen and (min-width: 769px) {
  .form_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.form_submit {
  margin-bottom: 40px;
  text-align: center;
}

.sendbtn {
  display: inline-block;
  line-height: 1;
  margin: 10px;
  padding: 10px 24px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #f0f0f0;
  color: #000;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
}
.sendbtn:hover {
  background-color: #c3e9f7;
}
/*# sourceMappingURL=maps/style.css.map */