@charset "UTF-8";
/* rest */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* -----------------------------------------
body
--------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  color: #000;
  background: #fff;
  line-height: 1.7;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  font-family: YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
}

body::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.6);
  transform: translate(0, -100%);
}

#body_wrapper {
  position: relative;
  overflow: hidden;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  display: inline-block;
  text-decoration: none;
  transition: color 200ms;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* -----------------------------------------
common
--------------------------------------------*/
/* --- clearfix --- */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* css sprite */
.s {
  background: url(../images/common/sprite@3x.png) no-repeat 0 0;
  background-size: 500px 500px;
  text-indent: 200%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  border-style: none;
}

.sb::before, .sa::after {
  content: '';
  background-image: url(../images/common/sprite@3x.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 500px 500px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-style: none;
}

.nobi {
  /*
  margin-right: 5px;
  letter-spacing: -5px;
  */
  transform: scale(2, 1);
  transform-origin: top left;
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 1em;
}

/* ----------------- 
reset
----------------- */
@media (min-width: 560px) {
  .sp_only {
    display: none;
  }
}

@media (min-width: 960px) {
  .sp_only {
    display: none;
  }
}

.tb_only {
  display: none;
}

@media (min-width: 560px) {
  .tb_only {
    display: block;
  }
}

.pc_only {
  display: none;
}

@media (min-width: 960px) {
  .pc_only {
    display: block;
  }
}

.ts_only {
  display: block;
}

@media (min-width: 960px) {
  .ts_only {
    display: none;
  }
}

em {
  font-style: normal;
}

b {
  font-weight: 700;
  color: inherit;
}

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

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  line-height: 1.8;
}

/* table */
.table_dl {
  display: block;
  margin: 10px 20px;
}

.table_dl table {
  width: 100%;
}

.table_dl thead {
  display: none;
}

.table_dl tbody,
.table_dl tr {
  display: block;
}

.table_dl th {
  padding: 5px 0 5px 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  color: #color_main;
  font-weight: normal;
}

.table_dl td {
  padding: 0 0 10px 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}

.table_dl--form th {
  color: #ea8b2b;
}

.table_dl--form td {
  color: #fff;
}

@media (min-width: 560px) {
  .table_dl table {
    display: table;
    width: 100%;
  }
  .table_dl thead,
  .table_dl tbody {
    display: table-row-group;
  }
  .table_dl tr {
    display: table-row;
  }
  .table_dl th {
    padding: 15px 0 10px 10px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 30%;
  }
  .table_dl td {
    padding: 15px 10px 10px 10px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }
}

@media (min-width: 960px) {
  .table_dl {
    margin: 0 auto;
  }
  .table_dl th,
  .table_dl td {
    font-size: 1.4rem;
  }
}

#bg_black {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}

.fx_t2b {
  transform: translate(0, -20px);
}

.fx_b2t {
  transform: translate(0, 20px);
}

.fx_l2r {
  opacity: 0;
  transform: translate(-20px, 0);
}

.fx_r2l {
  opacity: 0;
  transform: translate(20px, 0);
}

.fx_op {
  opacity: 0;
  transition: opacity 500ms 0ms;
}

.fx_sc {
  transform: scale(0.9);
  transition: all 800ms 0ms;
  opacity: 0;
}

.fx_t2b,
.fx_b2t,
.fx_l2r,
.fx_r2l {
  opacity: 0;
  transition: transform 800ms 0ms, opacity 800ms 0ms;
}

.fx_t2b.active,
.fx_b2t.active,
.fx_l2r.active,
.fx_r2l.active,
.fx_op.active,
.fx_sc.active {
  opacity: 1;
  transform: translate(0, 0) scale(1, 1);
}

body {
  position: relative;
  padding-top: 50px;
}

body::before {
  content: "";
  visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  transition: background-color 400ms, visibility 500ms;
  background-color: rgba(0, 0, 0, 0);
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}

@media (min-width: 960px) {
  body {
    padding-top: 100px;
  }
  body.home {
    padding-top: 0;
  }
}

#header {
  padding: 0 0;
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 30;
  background-color: #172C4C;
}

#header .logo {
  margin: 6px auto 0 20px;
  width: 73px;
  height: 38px;
}

#header .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

#header #menu_sw {
  margin: 0;
  position: fixed;
  top: 13px;
  right: 20px;
  width: 24px;
  height: 24px;
  z-index: 20;
  overflow: hidden;
}

#header #menu_sw button {
  padding: 0;
  display: block;
  border-style: none;
  border-radius: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

#header #menu_sw span {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0px;
}

#header #menu_sw span::before, #header #menu_sw span::after,
#header #menu_sw span i {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin: -1.5px 0 0 -12px;
  transition: background-color 500ms;
}

#header #menu_sw span::before {
  transform: translate(0, -8px);
}

#header #menu_sw span::after {
  transform: translate(0, 8px);
}

#header #menu {
  margin: 0;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background-color: #234373;
  transform: translate(-200%, 0);
  opacity: 0;
  transition: all 600ms;
}

#header #menu .list_menu {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#header #menu .item {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 10px 0;
}

#header #menu .item.tel {
  border-left-style: none;
  font-size: 2.4rem;
  font-weight: 700;
}

#header #menu .item.tel a::before {
  width: 32px;
  height: 32px;
  background-position: -380px 0;
}

#header #menu a {
  color: #fff;
}

@media (min-width: 960px) {
  #header {
    padding: 0;
    height: 100px;
    background-color: #172C4C;
  }
  #header .wrapper {
    position: static;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background-color: transparent;
    width: 1200px;
    height: 100%;
  }
  #header .logo {
    margin: 0 auto 0 0;
    height: 70px;
  }
  #header .logo a {
    width: 136px;
    height: 70px;
    background-position: 0 -70px;
  }
  #header #menu_sw {
    display: none;
  }
  #header #menu {
    position: static;
    margin: 0 0 0 auto;
    transform: none;
    opacity: 1;
    background-color: transparent;
  }
  #header #menu .list_menu {
    margin: 0 0 0 auto;
    position: static;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  #header #menu .item {
    margin: 0 0;
    border-style: none;
    font-size: 1.2rem;
    border-left: 1px solid #fff;
    font-weight: 300;
  }
  #header #menu .item:first-child {
    border-left-style: none;
  }
  #header #menu .item.tel {
    border-left-style: none;
    font-size: 2.4rem;
    font-weight: 700;
  }
  #header #menu .item.tel a::before {
    width: 32px;
    height: 32px;
    background-position: -380px 0;
  }
  #header #menu .item a,
  #header #menu .item span {
    margin: 0;
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #fff;
  }
  #header #menu .sns {
    margin-left: 30px;
    padding-top: 0;
  }
  #header #menu .sns li {
    margin: 0 0 0 10px;
  }
}

body.menu_open::before {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 800ms linear;
}

body.menu_open #header #menu {
  transform: none;
  opacity: 1;
}

body.menu_open #header #menu_sw span::before {
  animation: menu_sw_after 800ms forwards;
  background-color: #fff;
}

body.menu_open #header #menu_sw span i {
  animation: menu_sw 800ms forwards;
  background-color: #fff;
}

body.menu_open #header #menu_sw span::after {
  animation: menu_sw_before 800ms forwards;
  background-color: #fff;
}

@keyframes menu_sw_before {
  50% {
    transform: translate(0, -6px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0) rotate(-45deg);
  }
}

@keyframes menu_sw {
  75% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-45deg);
  }
}

@keyframes menu_sw_after {
  0% {
  }
  50% {
    transform: translate(0, 6px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}

@media (min-width: 960px) {
  body.menu_open::before {
    display: none;
  }
}

.footer {
  padding: 0;
}

.foot-banners {
  padding: 8vw 0 4vw 0;
}

.foot-banners__item {
  margin: 2.6vw 0 0 0;
  text-align: center;
}

.foot-banners__item:nth-of-type(4), .foot-banners__item:nth-of-type(5) {
  margin: 0;
}

.foot-banners__item--ikura img {
  width: auto;
  height: auto;
}

.foot-banners img {
  width: auto;
  height: auto;
}

@media (min-width: 560px) {
  .foot-banners {
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .foot-banners__item {
    margin: 5px 10px;
  }
  .foot-banners img {
    height: 82px;
  }
  .foot-banners img {
    width: auto;
    height: auto;
  }
}

@media (min-width: 960px) {
  .foot-banners__item:nth-of-type(4), .foot-banners__item:nth-of-type(5) {
    margin: 5px 10px;
  }
}

.footer-text {
  padding-top: 2.6vw;
  background-color: #172C4C;
}

@media (min-width: 560px) {
  .footer-text {
    padding-top: 5vw;
  }
}

@media (min-width: 960px) {
  .footer-text {
    padding-top: 50px;
  }
}

.footer-contacts__link {
  font-size: 2.4rem;
  margin: 2.6vw 2.6vw 0 2.6vw;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  text-align: center;
}

.footer-contacts__link::before {
  margin: -5px 5px 0 0;
  width: 32px;
  height: 32px;
  background-position: -380px 0;
}

.footer-contacts__link--email {
  font-size: 2rem;
}

.footer-contacts__link--email::before {
  background-position: -420px 0;
}

@media (min-width: 560px) {
  .footer-contacts {
    display: none;
  }
}

.footer-menu {
  display: none;
}

@media (min-width: 560px) {
  .footer-menu {
    display: flex;
    justify-content: center;
  }
  .footer-menu__item {
    font-size: 1.2rem;
    line-height: 1;
    padding: 0 0.8em;
    color: #fff;
    display: block;
    border-left: 1px solid #fff;
  }
  .footer-menu__item--first {
    border-left-style: none;
  }
}

.footer-credit {
  display: none;
}

@media (min-width: 560px) {
  .footer-credit {
    display: block;
  }
  .footer-credit__pp {
    margin: 5vw 0 0 0;
    text-align: center;
  }
  .footer-credit__pp a {
    padding: 0.4em 0.8em;
    display: inline-block;
    border: 1px solid #fff;
    line-height: 1;
    font-size: 1.4rem;
    color: #fff;
  }
  .footer-credit__copyright {
    margin: 0;
    padding: 2vw 0 5vw 0;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
  }
}

@media (min-width: 960px) {
  .footer-credit__pp {
    margin-top: 50px;
  }
  .footer-credit__pp a {
    padding: 0.4em 3em;
  }
  .footer-credit__copyright {
    padding: 25px 0;
  }
}

.footer-logo {
  margin: 0;
  padding: 5vw 0;
  text-align: center;
}

.footer-logo__item {
  width: 92px;
  height: 47px;
  background-position: -80px 0;
}

.go2pagetop {
  margin: 0;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 10px;
  transform: translate(0, 200px);
  opacity: 0;
  transition: all 600ms;
}

.go2pagetop.on {
  transform: none;
  opacity: 1;
}

.go2pagetop__item {
  width: 100%;
  height: 100%;
  background-position: -180px 0;
}

@media (min-width: 960px) {
  .go2pagetop {
    bottom: 45px;
  }
}

@media (min-width: 560px) {
  .footer-logo-pc {
    margin-top: 50px;
    text-align: center;
  }
  .footer-logo-pc a {
    width: 117px;
    height: 60px;
    display: inline-block;
    background-position: -150px -70px;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.selector {
  /* IE11 のみ適用される */
  right: 0;
  left: auto;
  width: 1200px;
}

p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.7;
  text-align: justify;
  font-weight: 400;
  font-size: 1.4rem;
}

p.image {
  margin: 0 0px;
}

@media (min-width: 560px) {
  p {
    font-size: 1.5rem;
  }
}

em {
  font-weight: 700;
  font-style: normal;
}

.nobashi {
  transform: scale(2, 1);
  transform-origin: left center;
  display: inline-block;
  width: 2em;
}

.align_center {
  text-align: center;
}

.note__line {
  margin: 30px 0 20px 0;
  text-align: center;
  font-size: 1.8rem;
}

@media (min-width: 560px) {
  .note__line {
    margin: 50px 0 30px 0;
  }
}

/* main */
article {
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* section */
.b-image {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

.b-image--home {
  background-image: url(../images/home/top_bg@2x.png);
}

@media (min-width: 560px) {
  .b-image--home {
    background-image: url(../images/home/top_bg_pc@2x.png);
  }
  .b-image--property {
    background-image: url(../images/property/bg_pc@2x.jpg);
  }
  .b-image--case {
    background-image: url(../images/case/bg_pc@2x.jpg);
  }
}

@media (min-width: 960px) {
  .wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1300px;
  }
  .wrapper.mid {
    width: 700px;
  }
}

.b-text {
  margin: 0 20px;
  padding: 0 0 10px 0;
}

@media (min-width: 560px) {
  .b-text {
    margin: 0 50px;
  }
}

@media (min-width: 960px) {
  .b-text {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
  }
}

.intm {
  height: 100vw;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .intm {
    height: 750px;
    background-attachment: fixed;
  }
}

/* ----------------- 
titletitle
----------------- */
.t-main {
  height: 32vw;
  background: url(../images/company/title_bg@2x.jpg);
  position: relative;
}

.t-main--services {
  background-image: url(../images/services/title_bg@2x.jpg);
}

.t-main--recuit {
  background-image: url(../images/recuit/title_bg@2x.jpg);
}

.t-main--pp {
  background-image: url(../images/privacy-policy/title_bg@2x.jpg);
}

.t-main--contact {
  background-image: url(../images/contact/title_bg@2x.jpg);
}

.t-main--property {
  background-image: url(../images/property/title_bg@2x.jpg);
}

.t-main--case {
  background-image: url(../images/case/title_bg@2x.jpg);
}

@media (min-width: 560px) {
  .t-main {
    height: 200px;
    background-image: url(../images/company/title_bg_pc@2x.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }
  .t-main img {
    width: 363px;
  }
  .t-main--services {
    background-image: url(../images/services/title_bg_pc@2x.jpg);
  }
  .t-main--recruit {
    background-image: url(../images/recruit/title_bg_pc@2x.jpg);
  }
  .t-main--pp {
    background-image: url(../images/privacy-policy/title_bg_pc@2x.jpg);
  }
  .t-main--pp img {
    width: 396px;
  }
  .t-main--contact {
    background-image: url(../images/contact/title_bg_pc@2x.jpg);
  }
  .t-main--property {
    background-image: url(../images/property/title_bg_pc@2x.jpg);
  }
  .t-main--case {
    background-image: url(../images/case/title_bg_pc@2x.jpg);
  }
}

.t-rect {
  margin: 2em 0;
  text-align: center;
}

.t-rect span {
  padding: 0.6em 1em;
  display: inline-block;
  border: 3px solid #ea8b2b;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

.t-rect--smaller span {
  font-size: 2rem;
}

@media (min-width: 560px) {
  .t-rect {
    margin: 80px 0 80px 0;
  }
  .t-rect span {
    font-size: 3.2rem;
  }
}

.t-bold {
  margin: 2em 0 1em 0;
  font-weight: 700;
  color: #ea8b2b;
  text-align: center;
  font-size: 2rem;
}

@media (min-width: 560px) {
  .t-bold {
    margin: 4em 0 2em 0;
  }
}

.t-underlined {
  margin: 20px;
  padding: 0 0 0.4em 0;
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #000;
}

/* ----------------- 
link & button 
----------------- */
.buttons {
  margin: 15px 0;
  text-align: center;
}

.buttons a {
  padding: 0.4em 2em;
  display: inline-block;
  color: #fff;
  background-color: #172C4C;
  font-size: 1.8rem;
  line-height: 1;
}

.buttons li {
  margin: 0 10px;
  display: inline-block;
}

/* property */
.properties__item {
  margin: 0 0 20px 0;
}

.properties__item:nth-of-type(2n) .properties__text {
  background-color: rgba(23, 44, 76, 0.75);
}

.properties__photo {
  margin: 0;
}

.properties__text {
  padding: 20px;
  background-color: #172C4C;
}

.properties__table {
  margin: 0;
  width: 100%;
}

.properties__table th {
  padding: 0.2em 0;
  font-size: 1.3rem;
  width: 6em;
  color: #fff;
}

.properties__table th:nth-of-type(2) {
  padding-left: 0.5em;
}

.properties__table td {
  padding: 0.2em 0;
  font-size: 1.3rem;
  color: #fff;
}

.properties__comment {
  border-top: 1px solid #fff;
  margin: 15px 0px 0 0px;
  padding: 15px 0 0 0;
  color: #fff;
  font-size: 1.4rem;
  text-align: left;
}

@media (min-width: 560px) {
  .properties {
    margin: 20px;
  }
  .properties__item {
    display: flex;
  }
  .properties__photo {
    margin: 0;
    width: 38%;
  }
  .properties__text {
    flex: 1;
  }
}

@media (min-width: 960px) {
  .properties {
    margin: 20px auto;
    max-width: 1200px;
  }
  .properties__item {
    margin: 0 0 40px 0;
  }
  .properties__photo {
    width: 450px;
  }
  .properties__table {
    margin: 0 40px;
  }
  .properties__table th,
  .properties__table td {
    font-size: 2.1rem;
  }
  .properties__comment {
    margin: 15px 40px 0 40px;
    padding: 15px 0 0 0;
    color: #fff;
    font-size: 2.1rem;
  }
}

.pagination {
  margin: 30px 0 0 0;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  text-align: center;
}

.pagination span,
.pagination a {
  margin: 0 0.3em;
  display: inline-block;
  padding: 0.3em 0.8em;
  font-size: 1.4rem;
  border: 1px solid #000;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  height: 170px;
  color: #000;
  background-color: #ea8b2b;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1.6rem;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  box-sizing: border-box;
  width: 100%;
  color: #000;
  background-color: #ea8b2b;
  border-style: none;
  padding: 0.4em;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1.6rem;
}

::placeholder {
  color: #ccc;
}

.radio {
  display: flex;
  justify-content: space-between;
}

.radio li {
  color: #fff;
  width: 45%;
}

@media (min-width: 560px) {
  .radio {
    margin-bottom: 40px;
  }
}

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

.button {
  display: inline-block;
}

.button--bordered_orange {
  padding: 0.4em 3em;
  color: #ea8b2b;
  border: 1px solid #ea8b2b;
  color: #ea8b2b;
  background-color: transparent;
}

.button--bordered_gray {
  padding: 0.4em 3em;
  color: #ccc;
  border: 1px solid #ccc;
  color: #ccc;
  background-color: transparent;
}

.l-sns__item {
  margin: 20px 0;
  padding: 20px;
  background-color: #e6e6e6;
}

.l-sns__title {
  display: block;
  margin: 0 auto 20px auto;
  width: 60px;
  height: 60px;
}

.l-sns__title--line {
  background-position: -240px 0;
}

.l-sns__title--facebook {
  background-position: -310px 0;
}

.l-sns__facebook iframe {
  width: 100%;
  height: 300px;
}

.l-sns__comment {
  font-size: 1.3rem;
}

.l-sns__qr {
  width: 100px;
}

.l-sns__qrpara {
  text-align: center;
}

.l-sns__table {
  width: 100%;
}

.l-sns__table td {
  padding-left: 20px;
  vertical-align: middle;
  text-align: right;
}

.l-sns__form {
  margin-left: auto;
  display: flex;
  border: 1px solid #ccc;
  background-color: #fff;
}

.l-sns__form__search {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background-color: transparent;
  color: #000;
  box-sizing: border-box;
  width: 100%;
  padding: 0.4em;
  border-radius: 0;
  font-size: 1.6rem;
}

.l-sns__form__button {
  margin: 0.4em 10px 0.4em 0;
  background-color: white;
  border: none;
  width: 21px;
  height: 21px;
  background-position: -380px -40px;
}

@media (min-width: 560px) {
  .l-sns {
    margin: 50px 0;
    display: flex;
    justify-content: center;
  }
  .l-sns__item {
    margin: 0 3%;
    width: 44%;
  }
}

@media (min-width: 960px) {
  .l-sns__item {
    margin: 0 40px;
    width: 375px;
  }
  .l-sns__facebook iframe {
    width: 340px;
  }
}

.cases__item {
  margin: 0 0 20px 0;
  padding: 10px 10px;
  background-color: #656968;
}

.cases__item:nth-of-type(2n) {
  background-color: #767a79;
}

.cases dl {
  display: flex;
  align-items: center;
}

.cases dt {
  width: 21.3vw;
  line-height: 1.5;
}

.cases dt span {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  display: block;
  color: #fff;
}

.cases dt em {
  text-align: center;
  font-size: 4.3rem;
  font-weight: 700;
  display: block;
  color: #fff;
}

.cases dd {
  padding: 5px 0 5px 15px;
  flex: 1;
  border-left: 1px solid #fff;
}

.cases__points__item {
  color: #fff;
  font-size: 1.4rem;
}

@media (min-width: 560px) {
  .cases {
    margin: 20px;
  }
  .cases__item {
    padding: 20px 0;
  }
  .cases dt span {
    font-size: 2.4rem;
  }
  .cases dt em {
    font-size: 6rem;
  }
  .cases dd {
    padding: 0 40px;
  }
  .cases__points__item {
    display: inline-block;
    font-size: 2.1rem;
  }
}

@media (min-width: 960px) {
  .cases {
    margin: 20px auto;
    max-width: 1000px;
  }
  .cases dt {
    width: 140px;
    line-height: 1.2;
  }
}

.table_table {
  margin: 20px;
}

.table_table table {
  width: 100%;
}

.ta-simple {
  margin: 0 20px;
}

.ta-simple th,
.ta-simple td {
  padding: 1em 0;
  color: #4d4d4d;
}

.ta-simple th {
  padding-right: 20px;
  width: 5em;
  text-align: right;
}

.ta-simple tr:first-child th,
.ta-simple tr:first-child td {
  padding-top: 0.5em;
}

/* for inline */
/* youtube */
#overlay {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  min-height: 700px;
  overflow: hidden;
}

.youtube_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 51;
}

.youtube_wrapper .youtube_stage {
  width: 100%;
  padding: 50px 10px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youtube_wrapper .youtube_inner {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background: #000;
}

.youtube_wrapper .youtube_close {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 0;
  white-space: nowrap;
}

.youtube_wrapper .youtube_close span {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
}

.youtube_wrapper .youtube_close span::before, .youtube_wrapper .youtube_close span::after {
  content: "";
  width: 80%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.youtube_wrapper .youtube_close span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.youtube_wrapper .youtube_close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.youtube_wrapper .youtube_player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 560px) {
  .youtube_wrapper .youtube_close {
    width: 50px;
    height: 50px;
    top: -60px;
  }
}

@media (min-width: 960px) {
  .youtube_wrapper .youtube_stage {
    max-width: 130vh;
    width: 100%;
  }
  .youtube_wrapper .youtube_close {
    width: 60px;
    height: 60px;
    top: -70px;
  }
}

.spinner {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(205, 130, 86, 0.8);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes anime_header_circle {
  0% {
    transform: translate(0, -6px);
  }
  100% {
    transform: translate(0, 6px);
  }
}

.p-home__top {
  height: 145.6vw;
  position: relative;
}

.p-home__top::before {
  content: '';
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 2px 2px;
  background-color: rgba(0, 0, 0, 0);
}

.p-home__top__text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.p-home__top__text__title {
  margin-bottom: 20px;
}

.p-home__top__text p {
  color: #fff;
  font-size: 1.3rem;
}

.p-home__top video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 560px) {
  .p-home__top {
    height: 60vw;
  }
}

@media (min-width: 960px) {
  .p-home__top {
    height: 550px;
  }
  .p-home__top__text {
    margin: 0 auto;
    height: 100%;
    width: 1100px;
  }
  .p-home__top__title {
    padding-top: 130px;
    width: 422px;
  }
  .p-home__top p {
    margin-top: 200px;
    width: 380px;
  }
}

@media (min-width: 960px) {
  body.home #header {
    background-color: transparent;
    transition: background-color 800ms;
  }
  body.home #header.on {
    background-color: #172C4C;
  }
}

.t-news {
  margin: 0;
  padding: 0;
}

@media (min-width: 560px) {
  .t-news {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .t-news img {
    width: 330px;
  }
}

@media (min-width: 960px) {
  .t-news {
    margin: 50px 0;
  }
}

.table_dl--news th {
  margin: 20px 0 0 0;
  font-size: 1.7rem;
}

.table_dl--news td {
  position: relative;
  margin-top: 5px;
  padding: 0 0 0 20px;
  font-size: 1.5rem;
}

.table_dl--news td::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: '▶';
  font-size: 1.7rem;
}

@media (min-width: 560px) {
  .table_dl--news th {
    padding: 1em 0;
    width: 15%;
  }
  .table_dl--news td {
    padding-top: 1em;
    padding-left: 4em;
    padding-bottom: 1em;
  }
  .table_dl--news td::before {
    top: 1em;
    left: 1em;
  }
}

@media (min-width: 960px) {
  .table_dl--news {
    margin: 20px auto;
    width: 850px;
  }
}

#page_company #unit_info .b-text {
  padding: 30px 0;
  background-image: url(../images/company/company_info_bg@2x.jpg);
  background-position: right top;
  background-size: cover;
}

#page_company #unit_info .table_table {
  margin: 0 15px;
}

#page_company #unit_info .table_table th,
#page_company #unit_info .table_table td {
  padding: 1em 0;
  color: #fff;
  font-size: 1.2rem;
}

#page_company #unit_info .table_table th {
  padding-right: 1em;
  text-align: right;
  font-weight: normal;
}

#page_company #unit_info .space_map {
  margin: 40px 0 0 0;
  height: 480px;
}

#page_company #unit_info .space_map iframe {
  height: 100%;
}

#page_company .name {
  text-align: right;
}

#page_company .name span {
  display: inline-block;
  font-size: 1.5rem;
}

#page_company .name em {
  font-size: 1.9rem;
  font-weight: 400;
}

@media (min-width: 560px) {
  #page_company #unit_info .b-text {
    padding: 30px 0;
    background-image: url(../images/company/company_info_bg_pc@2x.jpg);
    background-position: right top;
    background-size: cover;
  }
  #page_company #unit_info .table_table {
    margin: 0 20px 0 auto;
    width: 50%;
  }
  #page_company #unit_info .space_map {
    height: 500px;
  }
}

@media (min-width: 960px) {
  #page_company #unit_info .b-text {
    max-width: 1300px;
  }
  #page_company #unit_info .table_table {
    margin: 0 100px 0 auto;
    width: 350px;
  }
  #page_company #unit_info .table_table th, #page_company #unit_info .table_table td {
    font-size: 1.4rem;
  }
  #page_company #unit_info .space_map {
    margin: 40px auto 0 auto;
    height: 500px;
    max-width: 1300px;
  }
  #page_company #unit_philosophy .b-text {
    margin: 0 auto;
    max-width: 750px;
  }
}

.bizs__item {
  position: relative;
}

.bizs__title {
  margin: 0;
  padding: 0.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

@media (min-width: 560px) {
  .bizs {
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .bizs__item {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .bizs {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
  }
  .bizs__title {
    padding: 0.2em;
    font-size: 2.6rem;
    font-weight: 700;
  }
}

.b-colored {
  margin-top: 30px;
  padding: 20px 0;
  background-color: #fceedf;
}

.b-colored:first-child {
  margin-top: 0;
}

.b-colored--blue {
  background-color: #e0e0ef;
}

.b-colored--table {
  padding-bottom: 0;
}

.b-colored--gray {
  background-color: #E6E6E6;
}

@media (min-width: 560px) {
  .b-colored {
    margin: 50px 50px 0 50px;
  }
  .b-colored--table {
    padding-bottom: 50px;
  }
}

@media (min-width: 960px) {
  .b-colored {
    margin: 50px auto 0 auto;
    width: 100%;
    max-width: 900px;
  }
  .b-colored--recruit {
    margin: 0 auto;
    max-width: 750px;
  }
}

.t-numbered {
  position: relative;
  padding: 20px 0;
}

.t-numbered__num {
  margin: 0 auto;
  width: 170px;
  display: block;
}

.t-numbered__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #ea8b2b;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.t-numbered__text--blue {
  color: #2e3192;
}

@media (min-width: 560px) {
  .t-numbered__text {
    font-size: 2rem;
  }
}

.ta-spec {
  margin: 20px 0 0 0;
}

.ta-spec table {
  width: 100%;
  border: 1px solid #ea8b2b;
}

.ta-spec th {
  border-top: 1px dashed #ea8b2b;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  width: 80px;
  background-color: #ea8b2b;
  color: #fff;
}

.ta-spec td {
  border-top: 1px dashed #ea8b2b;
  padding: 15px;
  background-color: #fff;
  width: auto;
}

.ta-spec td:nth-of-type(2) {
  border-left: 1px solid #ea8b2b;
  width: 50px;
  vertical-align: middle;
  color: #ea8b2b;
  font-weight: 700;
}

.ta-spec td:nth-of-type(2) p {
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}

.ta-spec td p {
  margin: 0.5em 0 0 0;
  font-size: 1.4rem;
  width: auto;
}

.ta-spec td p:first-child {
  margin-top: 0;
}

.ta-spec td p b {
  color: #ea8b2b;
}

.ta-spec tr:nth-of-type(2n) th {
  background-color: #efa459;
}

.ta-spec--blue table {
  border: 1px solid #2e3192;
}

.ta-spec--blue th {
  border-top: 1px dotted #2e3192;
  background-color: #2e3192;
}

.ta-spec--blue td {
  border-top: 1px dashed #2e3192;
}

.ta-spec--blue td:nth-of-type(2) {
  border-left: 1px solid #2e3192;
  color: #2e3192;
}

.ta-spec--blue td p b {
  color: #2e3192;
}

.ta-spec--blue tr:nth-of-type(2n) th {
  background-color: #5b5ecb;
}

@media (min-width: 560px) {
  .ta-spec {
    margin-right: 50px;
    margin-left: 50px;
  }
  .ta-spec th {
    width: 100px;
    font-size: 1.6rem;
  }
  .ta-spec td:nth-of-type(2) {
    width: 100px;
  }
  .ta-spec td:nth-of-type(2) p {
    font-size: 1.6rem;
  }
}

@media (min-width: 960px) {
  .ta-spec {
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 700px;
  }
}

.specdetails__item {
  margin: 0.5em 0 0 0;
  position: relative;
  padding-left: 1.2em;
}

.specdetails__item:first-child {
  margin-top: 0;
}

.specdetails__item::before {
  content: "◎";
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 560px) {
  .specdetails__item {
    font-size: 1.5rem;
  }
}

.pp dt {
  margin: 2em 0  0 0;
}

.pp dd {
  padding: 0 1em;
}

.pp dd p {
  margin: 1em 0;
}

.pp dd p:first-child {
  margin-top: 0.5em;
}

.b-form {
  padding: 20px 0;
  background-color: #000;
}

.b-form__error {
  margin: 0 20px 20px 20px;
  padding: 0 15px;
  border: 1px solid #ea8b2b;
}

.b-form__error p {
  color: #fff;
  font-size: 1.2rem;
}

@media (min-width: 560px) {
  .b-form {
    margin: 50px 50px 0 50px;
  }
}

@media (min-width: 960px) {
  .b-form {
    box-sizing: border-box;
    margin: 50px auto 0 auto;
    padding: 50px 80px;
    width: 100%;
    max-width: 750px;
  }
}
