@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body, .wrapper {
  min-height: 100%;
  width: 100%;
}

/* util */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
.wrapper {
  min-height: 100%;
  width: 100%;
}

html {
  font-size: 14px;
  line-height: 1.5;
}

body {
  font-family: arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  vertical-align: middle;
}

.area_contants {
  width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) {
  .area_contants {
    width: 980px;
    max-width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

.area_main {
  width: 100%;
  margin-top: 52px;
}

@media screen and (min-width: 768px) {
  .area_main {
    margin-top: 145px;
  }
}

a {
  color: #000;
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}

a:visited {
  color: #000;
}

a:focus {
  color: #000;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}

a:active, a:focus {
  outline: none;
}

a,
input,
textarea,
button {
  outline: none;
}

button {
  cursor: pointer;
}

input,
textarea {
  font-size: 16px !important;
  -webkit-transform: scale(0.9) !important;
  transform: scale(0.9) !important;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  -webkit-appearance: none;
}

.imgwrap img {
  width: 100%;
  max-width: 100%;
}

.contants_head_group {
  padding: 56px 0 58px;
}

.section__ttl {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.sub_cont__ttl {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sub_cont__ttl {
    font-size: 26px;
    text-align: left;
    margin-bottom: 64px;
  }
}

.swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0 !important;
  left: inherit !important;
  width: auto !important;
  padding: 0 5px;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  height: 40px;
  width: 21px;
  margin: auto;
  top: 0;
  bottom: 0;
}

.swiper-button-prev {
  background: url(../images/btn_left.png) center 0 no-repeat;
  left: 0;
}

.swiper-button-next {
  background: url(../images/btn_right.png) center 0 no-repeat;
  right: 0;
}

/* header */
.header {
  height: 52px;
  border-bottom: 1px solid #c7c5c5;
  padding: 15px 0;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .header {
    height: 145px;
    padding-top: 40px;
  }
}

.header .area_contants {
  position: relative;
}

.header .logo {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  width: 80px;
  height: 22px;
}

@media screen and (min-width: 768px) {
  .header .logo {
    margin-bottom: 20px;
    width: 169px;
    height: auto;
  }
}

.header .logo img {
  width: 100%;
  height: auto;
}

.header .lang {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  top: -5px;
  right: 7px;
}

@media screen and (min-width: 768px) {
  .header .lang {
    top: -10px;
    right: 20px;
  }
}

.header .lang a {
  padding: 8px 10px;
  line-height: 1;
  display: inline-block;
}

.header .lang a:first-child {
  position: relative;
}

.header .lang a:first-child:after {
  position: absolute;
  top: 8px;
  right: 0;
  content: "";
  display: block;
  height: 14px;
  border-right: 1px solid #000;
}

/* footer */
.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .sns {
    padding-top: 30px;
    margin-bottom: 83px;
  }
}

.sns__btn {
  display: block;
  height: 35px;
  width: 35px;
  margin: 0 5px;
}

.footer {
  padding-top: 26px;
  width: 100%;
  border-top: 1px solid #c7c5c5;
}

.footer .fnav {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .footer .fnav__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 43px;
  }
}

.footer .fnav__list {
  height: 40px;
}

@media screen and (min-width: 768px) {
  .footer .fnav__list {
    height: 30px;
  }
}

.footer .fnav__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  height: 40px;
  padding: 8px 10px;
  line-height: 1;
  border-bottom: 1px solid #c7c5c5;
}

@media screen and (min-width: 768px) {
  .footer .fnav__list a {
    margin-right: 5px;
    height: 30px;
    font-weight: bold;
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .footer .fnav__list a.flogo {
    margin-left: 0;
    margin-right: 40px;
  }
}

.footer .fnav__list a.flogo img {
  width: 48px;
}

.footer .cp {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .footer .cp {
    padding-right: 40px;
    text-align: right;
    font-size: 1rem;
    margin-bottom: 50px;
  }
}

/* gnav */
.header .gnav {
  height: calc(100% - 52px);
  width: 100%;
  position: fixed;
  top: 52px;
  background-color: #fff;
  left: -100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .header .gnav {
    position: relative;
    top: 0;
    width: 400px;
    left: 0;
  }
}

.header .gnav__nav {
  height: 100%;
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .header .gnav__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: inherit;
    padding: 0 5px;
    height: inherit;
  }
}

.header .gnav__list {
  line-height: 2.5;
  font-size: 1.2rem;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .header .gnav__list {
    line-height: 1;
    font-size: 1rem;
    font-weight: bold;
    width: inherit;
    padding: 0 10px;
  }
}

.header .gnav__list a {
  padding: 8px 12px;
  display: block;
  text-align: center;
}

.hb_menu {
  height: 30px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: 12px;
  padding: 6px 3px;
}

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

.hb_menu__container {
  position: relative;
  height: 100%;
  width: 100%;
}

.hb_menu__line {
  height: 1px;
  width: 100%;
  display: block;
  background-color: #a2a2a2;
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hb_menu__line:nth-child(1) {
  top: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hb_menu__line:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.hb_menu__line:nth-child(3) {
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hb_menu.active .hb_menu__line:nth-child(1) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hb_menu.active .hb_menu__line:nth-child(2) {
  width: 0%;
}

.hb_menu.active .hb_menu__line:nth-child(3) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gnav.hb_on {
  left: 0;
}

.top .concept {
  padding-top: 45px;
  padding-bottom: 50px;
  text-align: center;
}

.top .concept p {
  font-size: 9.5vw;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  letter-spacing: 3px;
}

@media screen and (min-width: 445px) {
  .top .concept p {
    font-size: 42px;
    line-height: 45px;
  }
}

.top .lead {
  line-height: 1.3;
  margin-bottom: 52px;
}

@media screen and (min-width: 768px) {
  .top .lead {
    text-align: center;
  }
}

.top .lead .lead__ttl {
  font-weight: bold;
  margin-bottom: 54px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 5vw;
}

@media screen and (min-width: 440px) {
  .top .lead .lead__ttl {
    font-size: 22px;
  }
}

.top .lead .lead__ttl span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .top .lead .text_part {
    padding: 0 115px;
  }
}

.top .lead .text_part p {
  margin: 0;
}

.top .lead .text_part br {
  display: none;
}

@media screen and (min-width: 768px) {
  .top .lead .text_part br {
    display: inherit;
  }
}

.top .lead.en .lead__ttl {
  line-height: 1.4;
  margin-bottom: 60px;
}

.top .lead.en .text_part {
  font-size: 1.1rem;
  line-height: 1.2;
}

.top .kv {
  width: 100%;
}

.top .kv .hover_cont, .top .kv .hover_cont--swiper {
  display: block;
  position: relative;
  background-color: #fff;
}

.top .kv .hover_cont__img {
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.top .kv .hover_cont__text {
  position: absolute;
  top: 0;
  text-align: center;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.top .kv .hover_cont:hover .hover_cont__img, .top .kv .hover_cont--swiper-wrapper:hover .hover_cont--swiper .hover_cont__img {
  opacity: 0.5;
}

.top .kv .hover_cont:hover .hover_cont__text, .top .kv .hover_cont--swiper-wrapper:hover .hover_cont--swiper .hover_cont__text {
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .top .kv {
    margin: 108px 0 75px;
  }
}

.top .kv img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .top .kv a {
    height: 431px;
    position: relative;
    overflow: hidden;
  }
  .top .kv a img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.top .kv .swiper-pagination,
.top .kv .swiper-button-next,
.top .kv .swiper-button-prev {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.top .kv:hover .swiper-pagination,
.top .kv:hover .swiper-button-next,
.top .kv:hover .swiper-button-prev {
  opacity: 1;
}

.top .works {
  padding: 0 22px;
  position: relative;
}

.top .works .hover_cont, .top .works .hover_cont--swiper {
  display: block;
  position: relative;
  background-color: #fff;
}

.top .works .hover_cont__img {
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.top .works .hover_cont__text {
  position: absolute;
  top: 0;
  text-align: center;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.top .works .hover_cont:hover .hover_cont__img, .top .works .hover_cont--swiper-wrapper:hover .hover_cont--swiper .hover_cont__img {
  opacity: 0.5;
}

.top .works .hover_cont:hover .hover_cont__text, .top .works .hover_cont--swiper-wrapper:hover .hover_cont--swiper .hover_cont__text {
  z-index: 20;
}

.top .works .works_anchor {
  position: absolute;
  display: block;
  top: -50px;
}

@media screen and (min-width: 768px) {
  .top .works .works_anchor {
    top: -150px;
  }
}

@media screen and (min-width: 768px) {
  .top .works .contants_head_group {
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 768px) {
  .top .works__container {
    width: 937px;
    max-width: 100%;
  }
}

.top .works__selecter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 20px;
}

@media screen and (min-width: 660px) {
  .top .works__selecter {
    margin: 0 -11px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.top .works .select_btn {
  border: 1px solid #c7c5c5;
  padding: 0 0;
  font-size: 17px;
  height: 48px;
  width: 100%;
  max-width: 299px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 660px) {
  .top .works .select_btn {
    width: calc((100% - (20px * 3)) / 3);
    margin: 0 10px 20px;
  }
}

.top .works .select_btn.active {
  background-color: #eee;
}

.top .works .cate_cc--select .works__item:not(.cate_cc) {
  display: none;
}

.top .works .cate_bd--select .works__item:not(.cate_bd) {
  display: none;
}

.top .works .cate_mas--select .works__item:not(.cate_mas) {
  display: none;
}

.top .works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px 0;
}

@media screen and (min-width: 768px) {
  .top .works__list {
    margin: 0 -11px 50px;
  }
}

.top .works__item {
  margin: 0 10px 20px;
}

@media screen and (min-width: 660px) {
  .top .works__item {
    width: calc((100% - (20px * 3)) / 3);
  }
}

.top .works__item a {
  position: relative;
}

.top .works__item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #c7c5c5;
}

.top .works__item img {
  width: 100%;
  max-width: 299px;
  height: auto;
}

.top .clients {
  position: relative;
}

.top .clients .contants_head_group {
  margin-bottom: 37px;
}

@media screen and (min-width: 768px) {
  .top .clients .contants_head_group {
    margin-bottom: 87px;
  }
}

.top .clients .section__sub_ttl {
  text-align: center;
  font-size: 19px;
}

.top .clients .clients_anchor {
  position: absolute;
  display: block;
  top: -50px;
}

@media screen and (min-width: 768px) {
  .top .clients .clients_anchor {
    top: -150px;
  }
}

.top .clients__group {
  margin-bottom: 59px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top .clients__group {
    text-align: left;
  }
}

.top .clients__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .top .clients__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 115px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .top .clients__list {
    width: calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .top .clients .list_l {
    width: calc((100% / 3) * 2);
  }
}

.works_page .kv {
  padding: 40px 22px 0;
  width: 100%;
  max-width: 982px;
}

@media screen and (min-width: 768px) {
  .works_page .kv {
    margin: 0 auto 44px;
    padding: 52px 22px 0;
  }
}

.works_page .lead {
  margin-bottom: 59px;
}

@media screen and (min-width: 768px) {
  .works_page .lead .contants_head_group {
    padding-bottom: 47px;
  }
}

.works_page .lead .text_part {
  margin-bottom: 53px;
}

@media screen and (min-width: 768px) {
  .works_page .lead .text_part {
    padding: 0 115px;
  }
}

.works_page .lead .text_part p {
  margin-bottom: 18px;
  line-height: 1.2;
}

.works_page .works__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 982px;
  padding: 0 22px;
}

.works_page .works__list {
  margin-bottom: 142px;
}

.works_page .works__item {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .about_page .contants_head_group {
    padding: 56px 0 70px;
  }
}

.about_page .ad__containt {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 38px;
  max-width: 792px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .about_page .ad__containt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 22px;
  }
}

.about_page .ad__containt .about__sub_cont {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .about_page .ad__containt .about__sub_cont {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .about_page .ad__containt .about__sub_cont:nth-child(1) {
    width: 58%;
  }
}

.about_page .ad__containt th,
.about_page .ad__containt td {
  line-height: 1;
  padding: 0 0 18px;
}

.about_page .ad__containt th {
  width: 90px;
}

.about_page .ad__containt .about__ad {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .about_page .ad__containt .about__ad {
    margin-bottom: 51px;
  }
}

.about_page .ad__containt .ad__ttl {
  line-height: 1;
  margin-bottom: 17px;
}

.about_page .ad__containt .ad,
.about_page .ad__containt .ad__tel {
  line-height: 1.2;
}

.about_page .profile {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 124px;
  max-width: 792px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .about_page .profile {
    padding: 0 22px;
  }
}

@media screen and (min-width: 768px) {
  .about_page .profile .sub_cont__ttl {
    margin-bottom: 80px;
  }
}

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

.about_page .profile .profile__img {
  width: 161px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .about_page .profile .profile__img {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .about_page .profile .profile__text {
    padding-left: 26px;
    margin-top: -3px;
  }
}

.about_page .profile .profile__text p {
  margin-bottom: 17px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .contact_page .contants_head_group {
    padding: 56px 0 70px;
  }
}

.contact_page .lead {
  max-width: 792px;
  width: 100%;
  margin-bottom: 98px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 22px;
}

@media screen and (min-width: 768px) {
  .contact_page .lead {
    font-size: 12px;
  }
}

.contact_page .lead__text {
  margin-bottom: 46px;
}

.contact_page .lead p {
  margin-bottom: 10px;
}

.contact_page .form_box {
  padding: 0 22px;
  margin-bottom: 146px;
  max-width: 792px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .contact_page .form_box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contact_page .form_box .form_box__label {
  padding: 0 0 10px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contact_page .form_box .form_box__label {
    padding: 0 0 0 30px;
    width: 250px;
  }
}

.contact_page .form_box .form_box__form {
  width: 100%;
  margin-bottom: 43px;
}

@media screen and (min-width: 768px) {
  .contact_page .form_box .form_box__form {
    width: calc(100% - 250px);
  }
}

.contact_page .form_box .form_box__form .input_text,
.contact_page .form_box .form_box__form .Message {
  width: calc(110%);
  margin-left: -5%;
  border: 1px solid #c7c5c5;
  line-height: 1.3;
  padding: 4px 5px;
}

.contact_page .form_box .form_box__form .input_text.confirm_btn {
  width: 100%;
  margin-left: 0;
  font-size: 16px;
  padding: 10px 5px;
}

@media screen and (min-width: 768px) {
  .contact_page .form_box .form_box__form .input_text.confirm_btn {
    font-size: 14px;
    padding: 4px 5px;
  }
}

.contact_page .form_box .form_box__form textarea {
  height: 140px;
}

.contact_page .form_box .form_flow_ttl {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: bold;
}

.contact_page .form_box .mw_wp_form_confirm .form_box__form {
  border-bottom: 1px dotted #c7c5c5;
}

.contact_page .form_box .mw_wp_form_confirm .form_box__form.submit_wrap {
  border-bottom: none !important;
}

.contact_page .form_box .submit_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_page .form_box .submit_cont .input_text[name=submitBack] {
  margin-right: 2px;
  margin-left: 0;
  width: 50%;
  font-size: 16px;
  padding: 10px 5px;
}

@media screen and (min-width: 768px) {
  .contact_page .form_box .submit_cont .input_text[name=submitBack] {
    font-size: 14px;
    padding: 4px 5px;
  }
}

.contact_page .form_box .submit_cont .input_text[name=submit] {
  margin-left: 2px;
  width: 50%;
  font-size: 16px;
  padding: 10px 5px;
}

@media screen and (min-width: 768px) {
  .contact_page .form_box .submit_cont .input_text[name=submit] {
    font-size: 14px;
    padding: 4px 5px;
  }
}

.privacy_page .contants_head_group {
  padding: 56px 0 58px;
}

.privacy_page .privacy_cont {
  margin-bottom: 145px;
}

@media screen and (min-width: 768px) {
  .privacy_page .privacy_cont {
    font-size: 12px;
    padding-left: 116px;
    padding-right: 116px;
  }
}

.privacy_page .privacy_cont .text_part {
  line-height: 1.3;
  margin-bottom: 18px;
}

.privacy_page .privacy_cont li {
  margin-left: 1em;
}

.privacy_page .privacy_cont li:before {
  content: "・";
  margin-left: -1em;
}

.privacy_page .privacy__sub_ttl {
  font-weight: bold;
  margin-bottom: 17px;
}

/*# sourceMappingURL=style.css.map */

/* 文章ブロック全体 */
.profile__text-wrapper {
    width: 100%;
    text-align: justify;       /* 左右均等に揃える */
    text-justify: inter-word;  /* 単語ごとに調整 */
    line-height: 1.8;          /* 行間で読みやすさを確保 */
}

.works__text {
    max-width: 720px; /* お好きな幅に調整 */
    margin: 0 auto;   /* 中央寄せ */
    text-align: left; /* 左揃えのまま右端を揃えたい場合はそのまま */
}
