@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Mukta:400,500,800&display=swap);
@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; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

html {
  font-size: 10px; }

body {
  position: relative;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed; }

a {
  text-decoration: none;
  color: inherit; }

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

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

.br--sp {
  display: none; }
  @media screen and (max-width: 560px) {
    .br--sp {
      display: block; } }

input[type="text"] {
  border: 1px solid #757575;
  background-color: #fff;
  font-size: 16px;
  padding: 10px 5px; }

label {
  position: relative;
  display: block;
  word-break: break-all; }
  label span {
    display: inline-block;
    font-size: 14px; }
  label input[type="checkbox"] {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    label input[type="checkbox"] + span {
      position: relative;
      padding: 0 0 0 35px; }
      label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        content: '';
        box-sizing: border-box; }
      label input[type="checkbox"] + span::before {
        z-index: 0;
        background-color: #fff;
        width: 20px;
        height: 20px;
        border: 1px #757575 solid; }
      label input[type="checkbox"] + span::after {
        z-index: 1;
        margin: 2px 7px;
        width: 7px;
        height: 12px; }
    label input[type="checkbox"]:checked + span::before {
      background-color: #757575; }
    label input[type="checkbox"]:checked + span::after {
      border: 1px solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }

textarea {
  display: block;
  font-size: 16px;
  border: 1px solid #757575;
  background-color: #fff;
  padding: 10px 5px; }

.loading {
  position: fixed;
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: #fff; }
  .loading__inner {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
            animation: sk-rotate 2.0s infinite linear; }
  .loading__spin {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
            animation: sk-bounce 2.0s infinite ease-in-out; }
    .loading__spin--01 {
      top: 0; }
    .loading__spin--02 {
      bottom: 0;
      -webkit-animation-delay: -1.0s;
              animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg); } }

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }
  .header__trig {
    position: absolute;
    top: 25%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px; }
  .header__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 990px;
    width: 100%;
    height: 100px;
    padding: 5px 15px;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      .header__inner {
        height: 66px; } }
  .header__main {
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.75s, transform 0.75s;
    pointer-events: none; }
    @media screen and (max-width: 800px) {
      .header__main {
        display: none; } }
    .header__main.view {
      opacity: 1;
      transform: translateY(0); }
  .header__logo {
    max-width: 171px;
    width: 100%; }
    @media screen and (max-width: 800px) {
      .header__logo {
        width: 210px; } }
  .header__logoimg {
    width: 100%; }
  @media screen and (max-width: 800px) {
    .header__menu {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      background-color: #e5e5da;
      z-index: 1; } }
  @media screen and (max-width: 800px) {
    .header__menu ul {
      display: inline-flex;
      height: 100%;
      flex-direction: column;
      align-items: baseline;
      justify-content: center; } }
  .header__item {
    display: inline-block;
    color: #231815;
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    padding-left: 25px;
    font-family: "Mukta", sans-serif; }
    @media screen and (max-width: 850px) {
      .header__item {
        padding-left: 15px; } }
    @media screen and (max-width: 800px) {
      .header__item {
        font-size: 3rem;
        padding: 10px 0; } }
    .header__item:first-child {
      padding-left: 0; }
    .header__item--mission .header__link::before, .header__item--mission .header__link::after {
      width: 27px;
      height: 30px; }
    .header__item--mission .header__link::before {
      background: url(/wp-content/themes/united-corp/img/icon-heading-mission.svg) left top no-repeat;
      background-size: contain; }
    .header__item--mission .header__link::after {
      background: url(/wp-content/themes/united-corp/img/icon-heading-mission-wh.svg) left top no-repeat;
      background-size: contain; }
    .header__item--service .header__link::before, .header__item--service .header__link::after {
      width: 32px;
      height: 30px; }
    .header__item--service .header__link::before {
      background: url(/wp-content/themes/united-corp/img/icon-heading-service.svg) left top no-repeat;
      background-size: contain; }
    .header__item--service .header__link::after {
      background: url(/wp-content/themes/united-corp/img/icon-heading-service-wh.svg) left top no-repeat;
      background-size: contain; }
    .header__item--message .header__link::before, .header__item--message .header__link::after {
      width: 32px;
      height: 30px; }
    .header__item--message .header__link::before {
      background: url(/wp-content/themes/united-corp/img/icon-heading-message.svg) left top no-repeat;
      background-size: contain; }
    .header__item--message .header__link::after {
      background: url(/wp-content/themes/united-corp/img/icon-heading-message-wh.svg) left top no-repeat;
      background-size: contain; }
    .header__item--news .header__link::before, .header__item--news .header__link::after {
      width: 32px;
      height: 30px; }
    .header__item--news .header__link::before {
      background: url(/wp-content/themes/united-corp/img/icon-heading-news.svg) left top no-repeat;
      background-size: contain; }
    .header__item--news .header__link::after {
      background: url(/wp-content/themes/united-corp/img/icon-heading-news-wh.svg) left top no-repeat;
      background-size: contain; }
    .header__item--sns .header__link::before, .header__item--sns .header__link::after {
      width: 37px;
      height: 31px; }
    .header__item--sns .header__link::before {
      background: url(/wp-content/themes/united-corp/img/icon-heading-sns.svg) left top no-repeat;
      background-size: contain; }
    .header__item--sns .header__link::after {
      background: url(/wp-content/themes/united-corp/img/icon-heading-sns-wh.svg) left top no-repeat;
      background-size: contain; }
    .header__item--company .header__link::before, .header__item--company .header__link::after {
      width: 29px;
      height: 32px; }
    .header__item--company .header__link::before {
      background: url(/wp-content/themes/united-corp/img/icon-heading-company.svg) left top no-repeat;
      background-size: contain; }
    .header__item--company .header__link::after {
      background: url(/wp-content/themes/united-corp/img/icon-heading-company-wh.svg) left top no-repeat;
      background-size: contain; }
    .header__item--contact .header__link::before, .header__item--contact .header__link::after {
      width: 31px;
      height: 28px; }
    .header__item--contact .header__link::before {
      background: url(/wp-content/themes/united-corp/img/icon-heading-contact.svg) left top no-repeat;
      background-size: contain; }
    .header__item--contact .header__link::after {
      background: url(/wp-content/themes/united-corp/img/icon-heading-contact-wh.svg) left top no-repeat;
      background-size: contain; }
  .header__link {
    position: relative;
    display: block; }
    @media screen and (max-width: 800px) {
      .header__link {
        display: flex;
        align-items: center; } }
    .header__link::before, .header__link::after {
      content: "";
      display: block;
      margin: 0 auto; }
    @media screen and (max-width: 800px) {
      .header__link::before {
        margin-right: 20px; } }
    .header__link::after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      @media screen and (max-width: 800px) {
        .header__link::after {
          opacity: 0; } }
  .header__hamburger {
    display: none;
    position: relative;
    width: 27px;
    height: 24px;
    z-index: 4;
    cursor: pointer; }
    @media screen and (max-width: 800px) {
      .header__hamburger {
        display: block; } }
    .header__hamburger.active .header__ham-line {
      background-color: #231815; }
      .header__hamburger.active .header__ham-line--01 {
        -webkit-animation: active-menu-bar01 .75s forwards;
                animation: active-menu-bar01 .75s forwards; }
      .header__hamburger.active .header__ham-line--02 {
        opacity: 0; }
      .header__hamburger.active .header__ham-line--03 {
        -webkit-animation: active-menu-bar03 .75s forwards;
                animation: active-menu-bar03 .75s forwards; }
  .header__ham-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff; }
    .header__ham-line--01 {
      top: 0;
      -webkit-animation: menu-bar01 .75s forwards;
              animation: menu-bar01 .75s forwards; }
    .header__ham-line--02 {
      top: calc(50% - 2px);
      opacity: 1; }
    .header__ham-line--03 {
      bottom: 0;
      -webkit-animation: menu-bar02 .75s forwards;
              animation: menu-bar02 .75s forwards; }

@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg); }
  50% {
    transform: translateY(10px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg); }
  50% {
    transform: translateY(10px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(-10px) rotate(-45deg); }
  50% {
    transform: translateY(-10px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@keyframes menu-bar02 {
  0% {
    transform: translateY(-10px) rotate(-45deg); }
  50% {
    transform: translateY(-10px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(10px) rotate(0); }
  100% {
    transform: translateY(10px) rotate(45deg); } }

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(10px) rotate(0); }
  100% {
    transform: translateY(10px) rotate(45deg); } }

@-webkit-keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-10px) rotate(0); }
  100% {
    transform: translateY(-10px) rotate(-45deg); } }

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-10px) rotate(0); }
  100% {
    transform: translateY(-10px) rotate(-45deg); } }
  .header.inviews {
    transition: background-color 0.5s; }
    @media screen and (min-width: 801px) {
      .header.inviews .header__item {
        color: #fff;
        transition: color 0.5s; } }
    @media screen and (min-width: 801px) {
      .header.inviews .header__link::before, .header.inviews .header__link::after {
        transition: opacity 0.5s; }
      .header.inviews .header__link::before {
        opacity: 0; }
      .header.inviews .header__link::after {
        opacity: 1; } }
    .header.inviews.view {
      background-color: rgba(255, 255, 255, 0.9); }
      @media screen and (min-width: 801px) {
        .header.inviews.view .header__item {
          color: #231815; } }
      @media screen and (min-width: 801px) {
        .header.inviews.view .header__link::before {
          opacity: 1; }
        .header.inviews.view .header__link::after {
          opacity: 0; } }
      .header.inviews.view .header__ham-line {
        background-color: #231815; }

.footer {
  position: relative;
  background-color: #231815;
  padding: 60px 10px 60px; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 40px 10px 40px; } }
  .footer__totop {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 0;
    right: 0; }
  .footer__inner {
    max-width: 990px;
    width: 100%;
    color: #fff;
    padding: 0 15px;
    margin: 0 auto; }
  .footer__corp-tit {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .footer__corp-tit {
        font-size: 1.8rem; } }
  .footer__corp-txt {
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .footer__corp-txt {
        font-size: 1.2rem; } }
  .footer__sub {
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .footer__sub {
        font-size: 1.2rem; } }
  .footer__sub-tit {
    font-weight: bold; }
  .footer__credit {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .footer__credit {
        font-size: 1.2rem; } }

.totop {
  max-width: 990px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }
  .totop__inner {
    text-align: right; }
  .totop__link {
    display: inline-block;
    cursor: pointer; }

.teltxt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content auto;
  -ms-grid-columns: max-content auto;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto; }
  .teltxt span:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
  .teltxt span:last-of-type {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }

.main-logo__trig {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  pointer-events: none; }

.main-visual {
  position: relative;
  width: 100%;
  height: 100%; }
  .main-visual__trig {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh + 10vmin);
    z-index: -1; }
  .main-visual__inner {
    position: relative;
    max-width: 1130px;
    width: 100%;
    height: 100vh;
    margin: 0 auto; }
  .main-visual__logo {
    display: none; }
    @media screen and (max-width: 800px) {
      .main-visual__logo {
        position: absolute;
        top: 15%;
        left: 50%;
        display: block;
        max-width: 450px;
        width: calc(60vh - 70px);
        transform: translate(-50%, 0); } }
  .main-visual__txt {
    position: absolute;
    bottom: 200px;
    right: 25px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    line-height: 2; }
    @media screen and (max-width: 800px) {
      .main-visual__txt {
        top: 150px;
        bottom: auto;
        left: 50%;
        right: auto;
        max-width: 550px;
        width: calc(100% - 80px);
        text-align: left;
        transform: translate(-50%, 0); } }
    @media screen and (max-width: 560px) {
      .main-visual__txt {
        font-size: 1.4rem; } }
    .main-visual__txt span {
      display: block;
      font-family: "Mukta", sans-serif;
      font-size: 6.6rem;
      line-height: 1; }
      @media screen and (max-width: 560px) {
        .main-visual__txt span {
          font-size: 4.4rem; } }
    .main-visual__txt br {
      display: none; }
      @media screen and (max-width: 800px) {
        .main-visual__txt br {
          display: block; } }
  .main-visual__scroll {
    position: absolute;
    bottom: 0;
    right: 55px;
    padding-bottom: 5px;
    transform: rotate(90deg);
    transform-origin: right bottom; }
    @media screen and (max-width: 800px) {
      .main-visual__scroll {
        font-size: 1.2rem; } }
    .main-visual__scroll a {
      position: relative;
      display: block;
      color: #fff;
      font-family: "Mukta", sans-serif;
      padding-right: 30px;
      text-shadow: 0 -1px 0.5em rgba(0, 0, 0, 0.3); }
      .main-visual__scroll a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        box-shadow: 0 1px 0.5em 0.05em rgba(0, 0, 0, 0.3); }
  .main-visual__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/wp-content/themes/united-corp/img/top-bg.jpg) no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: -1; }
    @media screen and (max-width: 800px) {
      .main-visual__bg {
        background-position: bottom left -30vh; } }
  .main-visual.view .main-visual__bg {
    position: fixed; }
  .main-visual--layer {
    height: calc(30vh + 10vmin); }
    .main-visual--layer::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(30vh + 10vmin);
      background-color: rgba(255, 255, 255, 0.5);
      z-index: 0; }
  .main-visual--layer .main-visual__trigger {
    height: calc(30vh + 50vmin); }
  .main-visual--layer .main-visual__inner {
    height: calc(30vh + 10vmin); }

.main-cont {
  background-color: #fff;
  padding: 0;
  overflow-x: hidden; }
  .main-cont--layer {
    padding-top: 100px; }
    @media screen and (max-width: 800px) {
      .main-cont--layer {
        padding-top: 66px; } }
  .main-cont__block {
    position: relative;
    padding: 80px 0 100px; }
    .main-cont__block--mi {
      background-color: #f8f3ef; }
    .main-cont__block--gr {
      background-color: #e5e5da; }
    .main-cont__block--wh {
      background-color: #fff; }
  .main-cont__inner {
    max-width: 990px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
    .main-cont__inner--fluid {
      max-width: none;
      padding: 0; }

.intro__txt {
  font-size: 3rem;
  text-align: center;
  line-height: 1.67;
  margin-bottom: 70px; }

.title {
  color: #231815;
  line-height: 1;
  margin-bottom: 40px; }
  .title__img {
    display: block;
    width: 190px;
    text-align: center;
    margin: 0 auto 15px; }
  .title__heading {
    font-family: "Mukta", sans-serif;
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1; }
  .title__kana {
    display: block;
    font-size: 1.2rem;
    text-align: center; }
  .title--wh {
    color: #fff; }
  .title--housing {
    color: #9f0000; }
    .title--housing .title__heading {
      font-size: 5rem; }
  .title--resort {
    color: #00602d; }
    .title--resort .title__heading {
      font-size: 5rem; }
  .title--mujinn {
    color: #3A5B78; }
    .title--mujinn .title__heading {
      font-size: 5rem; }

.button {
  max-width: 290px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto; }
  .button--normal {
    border: 2px solid #3A5B78;
    color: #3A5B78; }
    .button--normal .button__link::after {
      border-right: 2px solid #3A5B78;
      border-bottom: 2px solid #3A5B78; }
  .button--wh {
    max-width: 250px;
    border: 2px solid #fff;
    color: #fff; }
    .button--wh .button__link::after {
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff; }
  .button__link {
    position: relative;
    display: block;
    color: inherit;
    text-align: center;
    line-height: 1;
    padding: 29px 0; }
    .button__link::after {
      content: "";
      position: absolute;
      display: inline-block;
      right: 20px;
      width: 10px;
      height: 10px;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      transform: rotate(45deg); }

.mission__caption:before {
  content: "";
  display: block;
  width: 39px;
  height: 43px;
  background: url(/wp-content/themes/united-corp/img/icon-heading-mission.svg) left top no-repeat;
  background-size: contain;
  margin: 0 auto 10px; }

.mission__txt {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.5; }
  @media screen and (max-width: 960px) {
    .mission__txt {
      font-size: 1.6rem;
      line-height: 2; } }

.service__caption:before {
  content: "";
  display: block;
  width: 46px;
  height: 36px;
  background: url(/wp-content/themes/united-corp/img/icon-heading-service.svg) left top no-repeat;
  background-size: contain;
  margin: 0 auto 10px; }

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

.service__list {
  position: relative;
  max-width: 960px;
  width: 100%;
  height: 360px;
  margin: 0 auto 100px; }
  @media screen and (max-width: 960px) {
    .service__list {
      height: auto; } }

.service__cont {
  text-align: center;
  margin-bottom: 20px; }

.service__toggle {
  position: absolute;
  display: inline-block;
  top: 18px;
  right: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .service__toggle--open {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s; }
    .service__toggle--open:hover::before, .service__toggle--open:hover::after {
      opacity: 0; }
    .service__toggle--open:hover span {
      opacity: 1; }
  .service__toggle--close {
    opacity: 0;
    pointer-events: none; }
    .service__toggle--close::before, .service__toggle--close::after {
      transform: rotate(0deg);
      transition: transform 0.75s; }
  .service__toggle:before, .service__toggle::after {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: opacity 0.5s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .service__toggle::before {
    top: calc(50% - 10px);
    left: calc(50% - 2px);
    width: 4px;
    height: 20px; }
  .service__toggle::after {
    top: calc(50% - 2px);
    left: calc(50% - 10px);
    width: 20px;
    height: 4px; }
  .service__toggle span {
    opacity: 0;
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    color: #fff;
    font-family: "Mukta", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    transition: opacity 0.5s; }

.service__inner {
  position: relative;
  display: flex;
  height: 100%; }
  @media screen and (max-width: 960px) {
    .service__inner {
      flex-direction: column; } }

.service__theme {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: 1fr 33px 22px 65px 80px;
  grid-template-rows: 1fr 33px 22px 65px 80px;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  text-align: center;
  padding: 25px 18px; }
  @media screen and (max-width: 960px) {
    .service__theme {
      max-width: 100%;
      padding: 20px 0;
      margin: auto; } }

.service__img {
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  display: block;
  margin: auto; }
  .service__img::before, .service__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 0.75s; }
  .service__img::before {
    opacity: 1; }
    @media screen and (max-width: 960px) {
      .service__img::before {
        opacity: 0; } }
  .service__img::after {
    opacity: 0; }
    @media screen and (max-width: 960px) {
      .service__img::after {
        opacity: 1; } }

.service__heading {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px; }

.service__ruby {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  display: inline-block;
  font-family: "Mukta", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px; }

.service__tit {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 5px 30px;
  margin-bottom: 15px; }

.service__link {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / 6;
  position: relative;
  display: block;
  width: 264px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  border: 2px solid #231815;
  padding: 25px 10px;
  z-index: 2;
  transition: color 0.5s, background-color 0.5s; }
  .service__link::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 23px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #231815;
    transition: border 0.5s; }
  .service__link::after {
    content: "";
    position: absolute;
    top: 33px;
    right: 20px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #231815;
    transition: border 0.5s; }

.service__detail {
  display: none;
  width: calc(100% - 300px);
  padding: 25px 45px 25px 0; }
  @media screen and (max-width: 960px) {
    .service__detail {
      width: 100%;
      padding: 0 20px 30px; } }

.service__figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.service__lead {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px; }

.service__txt {
  font-size: 1.4rem;
  margin-bottom: 10px; }
  @media screen and (max-width: 960px) {
    .service__txt {
      margin-right: 0;
      margin-bottom: 20px; } }

.service__sub {
  display: flex;
  flex-shrink: 0; }
  @media screen and (max-width: 960px) {
    .service__sub {
      display: block; } }
  .service__sub > * {
    width: 50%; }
    @media screen and (max-width: 960px) {
      .service__sub > * {
        width: 100%; } }

.service__subcont {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  margin-right: 15px; }
  @media screen and (max-width: 960px) {
    .service__subcont {
      margin-bottom: 20px; } }
  .service__subcont span {
    display: block;
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 5px; }
  .service__subcont p {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px; }
    @media screen and (max-width: 350px) {
      .service__subcont p {
        font-size: 1.3rem; } }
  .service__subcont a {
    position: relative;
    display: block;
    width: 130px;
    color: #9f0000;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    margin-left: auto; }
    .service__subcont a::before {
      content: "";
      position: absolute;
      top: calc(50% - 9px);
      right: 8px;
      display: inline-block;
      width: 16px;
      height: 16px;
      border: 1px solid #9f0000; }
    .service__subcont a::after {
      content: "";
      position: absolute;
      top: calc(50% - 6px);
      right: 5px;
      display: inline-block;
      width: 16px;
      height: 16px;
      border: 1px solid #9f0000; }

.service__subimg {
  flex-shrink: 0; }
  .service__subimg--pc {
    display: block; }
    @media screen and (max-width: 960px) {
      .service__subimg--pc {
        display: none; } }
  .service__subimg--sp {
    display: none; }
    @media screen and (max-width: 960px) {
      .service__subimg--sp {
        display: block; } }

.service__capture {
  flex-shrink: 0;
  display: block;
  width: 100%; }

.service__item {
  position: absolute;
  width: calc((100% - 60px) / 3);
  height: 360px;
  background-color: #fff;
  z-index: 0; }
  @media screen and (max-width: 960px) {
    .service__item {
      position: static;
      max-width: 500px;
      width: 100%;
      height: auto;
      margin: 0 auto 50px; } }
  .service__item--01 {
    top: 0;
    left: 0; }
    .service__item--01 .service__img {
      width: 107px;
      height: 77px;
      background: url(/wp-content/themes/united-corp/img/icon-color-housing.svg) left top no-repeat;
      background-size: contain; }
    .service__item--01 .service__heading, .service__item--01 .service__ruby {
      color: #9f0000; }
    .service__item--01 .service__toggle {
      background-color: #9f0000; }
    .service__item--01 .service__lead {
      color: #9f0000; }
    .service__item--01 .service__link {
      color: #9f0000;
      border-color: #9f0000; }
      .service__item--01 .service__link::before, .service__item--01 .service__link::after {
        border-color: #9f0000; }
      .service__item--01 .service__link:hover {
        color: #fff;
        background-color: #9f0000; }
        .service__item--01 .service__link:hover::before, .service__item--01 .service__link:hover::after {
          border-color: #fff; }
  .service__item--02 {
    top: 0;
    left: calc(50% - 150px); }
    .service__item--02 .service__img {
      width: 104px;
      height: 95px;
      background: url(/wp-content/themes/united-corp/img/icon-color-resort.svg) left top no-repeat;
      background-size: contain; }
    .service__item--02 .service__heading, .service__item--02 .service__ruby {
      color: #00602d; }
    .service__item--02 .service__toggle {
      background-color: #00602d; }
    .service__item--02 .service__lead {
      color: #00602d; }
    .service__item--02 .service__link {
      color: #00602d;
      border-color: #00602d; }
      .service__item--02 .service__link::before, .service__item--02 .service__link::after {
        border-color: #00602d; }
      .service__item--02 .service__link:hover {
        color: #fff;
        background-color: #00602d; }
        .service__item--02 .service__link:hover::before, .service__item--02 .service__link:hover::after {
          border-color: #fff; }
  .service__item--03 {
    top: 0;
    left: calc(100% - 300px); }
    .service__item--03 .service__img {
      width: 91px;
      height: 90px;
      background: url(/wp-content/themes/united-corp/img/icon-color-mujinn.svg) left top no-repeat;
      background-size: contain; }
    .service__item--03 .service__heading, .service__item--03 .service__ruby {
      color: #3A5B78; }
    .service__item--03 .service__toggle {
      background-color: #3A5B78; }
    .service__item--03 .service__lead {
      color: #3A5B78; }
    .service__item--03 .service__link {
      color: #3A5B78;
      border-color: #3A5B78; }
      .service__item--03 .service__link::before, .service__item--03 .service__link::after {
        border-color: #3A5B78; }
      .service__item--03 .service__link:hover {
        color: #fff;
        background-color: #3A5B78; }
        .service__item--03 .service__link:hover::before, .service__item--03 .service__link:hover::after {
          border-color: #fff; }
  .service__item:hover .service__toggle--open {
    -webkit-animation: bounce 0.3s;
            animation: bounce 0.3s; }

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

@keyframes bounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
  .service__item.active {
    left: 0;
    width: 100%;
    transition: left 0.5s, width 0.5s;
    transition-delay: 0s, 0.5s; }
    .service__item.active .service__img:before {
      opacity: 0; }
    .service__item.active .service__img::after {
      opacity: 1; }
    .service__item.active .service__toggle--open {
      opacity: 0;
      pointer-events: none; }
    .service__item.active .service__toggle--close {
      opacity: 1;
      pointer-events: auto; }
      .service__item.active .service__toggle--close::before, .service__item.active .service__toggle--close::after {
        transform: rotate(225deg); }
  .service__item.sp-on .service__toggle--open {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .service__item.sp-on .service__toggle--close {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
    .service__item.sp-on .service__toggle--close::before, .service__item.sp-on .service__toggle--close::after {
      transform: rotate(225deg); }

@-webkit-keyframes open {
  50% {
    left: 0;
    width: calc((100% - 60px) / 3); }
  100% {
    left: 0;
    width: 100%; } }

@keyframes open {
  50% {
    left: 0;
    width: calc((100% - 60px) / 3); }
  100% {
    left: 0;
    width: 100%; } }

.toworks {
  position: relative;
  max-width: 960px;
  width: 100%;
  background: url(/wp-content/themes/united-corp/img/bg-service.png) center center no-repeat;
  background-size: cover;
  padding-top: 45%;
  margin: 0 auto; }
  .toworks__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    width: 100%;
    background-color: #fff;
    padding: 25px;
    transform: translate(-50%, -50%); }
  .toworks__txt {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; }
  .toworks__link {
    position: relative;
    display: block;
    max-width: 346px;
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #231815;
    padding: 20px;
    margin: 0 auto; }
    .toworks__link::after {
      content: "";
      position: absolute;
      top: calc(50% - 10px);
      right: 20px;
      display: inline-block;
      width: 12px;
      height: 12px;
      border-right: 2px solid #231815;
      border-bottom: 2px solid #231815;
      transform: rotate(45deg); }
    @media screen and (max-width: 560px) {
      .toworks__link span {
        display: block;
        width: 0;
        height: 0;
        visibility: hidden; } }

.message {
  position: relative; }
  .message__caption:before {
    content: "";
    display: block;
    width: 39px;
    height: 37px;
    background: url(/wp-content/themes/united-corp/img/icon-heading-message.svg) left top no-repeat;
    background-size: contain;
    margin: 0 auto 10px; }
  .message__inner {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 960px) {
      .message__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -ms-grid-rows: auto auto 63.45vw auto 74.65vw auto;
        grid-template-rows: auto auto 63.45vw auto 74.65vw auto; } }
  @media screen and (max-width: 960px) {
    .message__heading {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1 / 2; } }
  .message__tit {
    max-width: 585px;
    font-size: 3.4rem;
    font-weight: bold;
    margin-bottom: 50px; }
    @media screen and (max-width: 960px) {
      .message__tit {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        max-width: 100%;
        font-size: 1.8rem;
        text-align: center; } }
  .message__tit-b {
    font-size: 5rem; }
    @media screen and (max-width: 960px) {
      .message__tit-b {
        font-size: 2.6rem; } }
  .message__txt {
    max-width: 585px;
    line-height: 1.8; }
    @media screen and (max-width: 960px) {
      .message__txt {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4 / 5;
        max-width: 100%; } }
  .message__txt-p {
    margin-bottom: 2em; }
  .message__ceo {
    position: absolute;
    bottom: 0;
    left: 400px;
    white-space: nowrap; }
    @media screen and (max-width: 960px) {
      .message__ceo {
        bottom: auto;
        top: calc(100% - 4.5vw);
        left: 15px;
        width: calc(100% - 30px);
        text-align: right; } }
    .message__ceo::before, .message__ceo::after {
      content: "RYO YAMADA";
      display: inline-block;
      font-family: "Mukta", sans-serif;
      font-size: 13rem;
      font-weight: bold;
      line-height: 0.7em;
      opacity: 0.8; }
      @media screen and (max-width: 1400px) {
        .message__ceo::before, .message__ceo::after {
          font-size: 9.3vw; } }
      @media screen and (max-width: 960px) {
        .message__ceo::before, .message__ceo::after {
          font-size: 13vw; } }
    .message__ceo::before {
      position: relative;
      color: #e5e5da;
      z-index: 1; }
    .message__ceo::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 265px;
      z-index: 2;
      overflow: hidden; }
      @media screen and (max-width: 960px) {
        .message__ceo::after {
          content: none; } }
    .message__ceo p {
      font-size: 2rem;
      font-weight: bold;
      margin-left: 270px; }
      @media screen and (max-width: 960px) {
        .message__ceo p {
          font-size: 1.6rem;
          text-align: left;
          margin-left: 0; } }
  .message__pic {
    position: relative;
    max-width: 650px;
    width: 100%;
    background: url(/wp-content/themes/united-corp/img/img-message.jpg) left top no-repeat;
    background-size: contain;
    padding-top: 41.65%;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      .message__pic {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
        max-width: calc(100% + 30px);
        width: calc(100% + 30px);
        padding: 0;
        margin: 0 -15px; } }
  .message__bg {
    position: absolute;
    top: 140px;
    left: 610px;
    display: block;
    background: url(/wp-content/themes/united-corp/img/bg-message.jpg) left top no-repeat;
    background-size: cover;
    width: calc(((100vw - 990px) / 2) + 370px);
    padding-top: 918px;
    z-index: 0; }
    @media screen and (max-width: 960px) {
      .message__bg {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5 / 6;
        position: static;
        width: 100%;
        padding: 0; } }

.news__caption:before {
  content: "";
  display: block;
  width: 38px;
  height: 34px;
  background: url(/wp-content/themes/united-corp/img/icon-heading-news.svg) left top no-repeat;
  background-size: contain;
  margin: 0 auto 10px; }

.news__inner {
  position: relative; }

.news-slick {
  max-width: 1850px;
  width: 100%;
  margin: 0 auto; }
  .news-slick__item {
    padding: 0 25px; }
    .news-slick__item--corp .news-slick__tit {
      background-color: #f07700; }
      .news-slick__item--corp .news-slick__tit::before {
        content: "ユナイテッド コーポレーション";
        display: block; }
    .news-slick__item--corp .news-slick__more {
      color: #f07700;
      border: 1px solid #f07700; }
      .news-slick__item--corp .news-slick__more::after {
        border-color: #f07700; }
    .news-slick__item--housing .news-slick__tit {
      background-color: #9f0000; }
      .news-slick__item--housing .news-slick__tit::before {
        content: "ユナイテッド ハウジング";
        display: block; }
    .news-slick__item--housing .news-slick__more {
      color: #9f0000;
      border: 1px solid #9f0000; }
      .news-slick__item--housing .news-slick__more::after {
        border-color: #9f0000; }
    .news-slick__item--resort .news-slick__tit {
      background-color: #00602d; }
      .news-slick__item--resort .news-slick__tit::before {
        content: "ユナイテッド リゾート";
        display: block; }
    .news-slick__item--resort .news-slick__more {
      color: #00602d;
      border: 1px solid #00602d; }
      .news-slick__item--resort .news-slick__more::after {
        border-color: #00602d; }
    .news-slick__item--mujinn .news-slick__tit {
      background-color: #3A5B78; }
      .news-slick__item--mujinn .news-slick__tit::before {
        content: "Mujinn";
        display: block; }
    .news-slick__item--mujinn .news-slick__more {
      color: #3A5B78;
      border: 1px solid #3A5B78; }
      .news-slick__item--mujinn .news-slick__more::after {
        border-color: #3A5B78; }
    .news-slick__item--info .news-slick__tit::before {
      content: "お知らせ";
      display: block; }
  .news-slick__figure {
    max-width: 320px;
    width: 320px;
    margin: 0 auto; }
    .news-slick__figure img {
      display: block;
      width: 100%; }
  .news-slick__cont {
    background-color: #fff; }
  .news-slick__link {
    display: block;
    padding: 10px 20px; }
  .news-slick__date {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px; }
  .news-slick__tit {
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    vertical-align: bottom;
    background-color: #999;
    padding: 5px;
    margin-bottom: 15px; }
  .news-slick__txt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px; }
  .news-slick__more {
    position: relative;
    display: block;
    max-width: 124px;
    width: 100%;
    color: #999;
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid #999;
    padding: 5px 20px;
    margin-left: auto;
    margin-right: 0; }
    .news-slick__more::after {
      content: "";
      position: absolute;
      top: 10px;
      right: 10px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #999;
      border-right: 2px solid #999;
      transform: rotate(45deg); }
  .news-slick__arrows {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
    @media screen and (max-width: 560px) {
      .news-slick__arrows {
        padding: 0 5px; } }
  .news-slick__arr {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: solid 2px #333333;
    border-radius: 100%;
    cursor: pointer; }
    @media screen and (max-width: 560px) {
      .news-slick__arr {
        transform: scale(0.7); } }
    .news-slick__arr--prev::after {
      content: "";
      position: absolute;
      top: 15px;
      left: 17px;
      display: block;
      width: 15px;
      height: 15px;
      border-bottom: 3px solid #00303f;
      border-left: 3px solid #00303f;
      transform: rotate(45deg); }
    .news-slick__arr--next::after {
      content: "";
      position: absolute;
      top: 15px;
      left: 13px;
      display: block;
      width: 15px;
      height: 15px;
      border-top: 3px solid #00303f;
      border-right: 3px solid #00303f;
      transform: rotate(45deg); }
  .news-slick__dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0; }
  .news-slick__dotslist {
    display: flex;
    justify-content: center; }
    .news-slick__dotslist li {
      margin-right: 12px;
      opacity: 0.6; }
      .news-slick__dotslist li.slick-active {
        opacity: 1; }
      .news-slick__dotslist li:last-child {
        margin-right: 0; }
      .news-slick__dotslist li button {
        width: 16px;
        height: 16px;
        color: transparent;
        font-size: 0px;
        line-height: 0px;
        border-radius: 50%;
        padding: 0;
        outline: none; }

.sns__caption:before {
  content: "";
  display: block;
  width: 44px;
  height: 37px;
  background: url(/wp-content/themes/united-corp/img/icon-heading-sns.svg) left top no-repeat;
  background-size: contain;
  margin: 0 auto 10px; }

.sns__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 960px) {
    .sns__list {
      display: block; } }

.sns__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #231815;
  padding-bottom: 10px;
  margin-bottom: 40px; }
  @media screen and (max-width: 960px) {
    .sns__item {
      margin: 0 auto 40px; } }
  .sns__item--01, .sns__item--02 {
    max-width: 450px; }
  .sns__item--03 {
    border-bottom: 0;
    padding-bottom: 0; }
    @media screen and (max-width: 960px) {
      .sns__item--03 {
        max-width: 450px; } }

.sns__txt {
  width: calc(100% - 90px);
  font-weight: bold; }
  @media screen and (max-width: 560px) {
    .sns__txt {
      font-size: 1.4rem; } }
  .sns__txt--housing {
    background: url(/wp-content/themes/united-corp/img/icon-mono-housing.svg) left top no-repeat;
    background-size: 58px 41px;
    padding: 10px 0 10px 70px; }
  .sns__txt--mujinn {
    background: url(/wp-content/themes/united-corp/img/icon-mono-mujinn.svg) left top no-repeat;
    background-size: 45px 44px;
    padding: 10px 0 10px 60px; }
  .sns__txt--resort {
    width: 100%;
    background: url(/wp-content/themes/united-corp/img/icon-mono-resort.svg) left top no-repeat;
    background-size: 59px 54px;
    padding: 20px 0 10px 70px; }

.sns__detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }

.sns__subitem {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 450px;
  width: 100%;
  min-height: 50px;
  padding: 10px 0;
  border-bottom: 1px solid #231815; }

.sns__subtxt {
  font-size: 1.4rem;
  font-weight: bold; }
  .sns__subtxt span {
    font-size: 1.2rem; }

.sns__link {
  display: flex; }

.sns__icon {
  width: 30px;
  height: 30px; }
  .sns__icon--fb {
    background: url(/wp-content/themes/united-corp/img/icon-sns-fb.svg) left top no-repeat;
    margin-left: 30px;
    background-size: 100%; }
  .sns__icon--insta {
    background: url(/wp-content/themes/united-corp/img/icon-sns-insta.svg) left top no-repeat;
    background-size: 100%; }

.company__caption:before {
  content: "";
  display: block;
  width: 35px;
  height: 39px;
  background: url(/wp-content/themes/united-corp/img/icon-heading-company.svg) left top no-repeat;
  background-size: contain;
  margin: 0 auto 10px; }

.overview {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .overview {
      display: block; } }
  .overview__cont {
    max-width: 450px;
    width: calc((100% - 60px) / 2); }
    @media screen and (max-width: 768px) {
      .overview__cont {
        max-width: 500px;
        width: 100%;
        margin: 0 auto; } }
  .overview__item {
    display: flex;
    border-bottom: solid 1px #707070;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .overview__tit {
    min-width: 100px;
    margin-right: 20px; }

.project__caption {
  width: 268px;
  color: #fff;
  text-align: center;
  background-color: #aaa;
  padding: 10px;
  margin: 0 auto 40px; }

.project__cont {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 200px; }

.project__detail {
  position: relative;
  max-width: 700px;
  width: 100%;
  min-height: 500px;
  background-color: #fff;
  padding: 40px 60px 80px;
  z-index: 2; }

.project__tit {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 15px; }

.project__link {
  position: absolute;
  bottom: -40px;
  left: 60px;
  display: block;
  max-width: 274px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #fff;
  border: solid 2px #000;
  z-index: 3; }

.project__link-txt {
  position: relative;
  display: block;
  padding: 22px 0 22px 60px; }
  .project__link-txt::before {
    content: "";
    position: absolute;
    top: 27px;
    right: 33px;
    width: 16px;
    height: 16px;
    border: 1px solid #000; }
  .project__link-txt::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 16px;
    height: 16px;
    border: 1px solid #000; }

.project__bg {
  position: absolute;
  top: 40px;
  left: 300px;
  display: block;
  width: calc(100vw - 300px - ((100vw - 1080px) / 2));
  height: 530px;
  background-color: #ccc;
  z-index: 1; }

.project:nth-child(even) .project__detail {
  margin-left: auto;
  margin-right: 0; }

.project:nth-child(even) .project__link {
  left: auto;
  right: 60px; }

.project:nth-child(even) .project__bg {
  left: auto;
  right: 300px; }

.project--housing .project__caption {
  background-color: #9f0000; }

.project--housing .project__tit {
  color: #9f0000; }

.project--housing .project__link {
  color: #9f0000;
  border-color: #9f0000; }

.project--housing .project__link-txt::before, .project--housing .project__link-txt::after {
  border-color: #9f0000; }

.project--resort .project__caption {
  background-color: #00602d; }

.project--resort .project__tit {
  color: #00602d; }

.project--resort .project__link {
  color: #00602d;
  border-color: #00602d; }

.project--resort .project__link-txt::before, .project--resort .project__link-txt::after {
  border-color: #00602d; }

.project--mujinn .project__caption {
  background-color: #3A5B78; }

.project--mujinn .project__tit {
  color: #3A5B78; }

.project--mujinn .project__link {
  color: #3A5B78;
  border-color: #3A5B78; }

.project--mujinn .project__link-txt::before, .project--mujinn .project__link-txt::after {
  border-color: #3A5B78; }

.contact__caption:before {
  content: "";
  display: block;
  width: 37px;
  height: 29px;
  background: url(/wp-content/themes/united-corp/img/icon-heading-contact.svg) left top no-repeat;
  background-size: contain;
  margin: 0 auto 10px; }

.contact__cont {
  max-width: 960px;
  width: 100%;
  margin: 0 auto; }

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

.contact__intro-anno {
  display: block;
  font-size: 1.2rem; }

.contact__error {
  font-size: 1.4rem;
  color: #fa4f4f;
  text-align: center;
  margin-bottom: 40px; }

.inquiry__cont {
  margin: 30px 0;
  font-size: 14px; }

.inquiry__confirm {
  text-align: center; }

.inquiry__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .inquiry__item {
      display: block; } }

.inquiry__tit {
  position: relative;
  width: 330px;
  font-size: 1.6rem;
  padding-right: 80px;
  padding-top: 10px; }
  @media screen and (max-width: 768px) {
    .inquiry__tit {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      padding-right: 0; } }
  .inquiry__tit--req::after {
    content: "必須";
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 20px;
    background-color: #707070;
    color: #fff;
    padding: 3px 7px;
    letter-spacing: 3px; }
    @media screen and (max-width: 768px) {
      .inquiry__tit--req::after {
        position: static;
        margin-left: 15px; } }

.inquiry__subj {
  width: calc(100% - 330px); }
  @media screen and (max-width: 768px) {
    .inquiry__subj {
      width: 100%; } }
  .inquiry__subj > * {
    width: 100%; }

.inquiry__anno {
  font-size: 1.2rem;
  margin-bottom: 10px; }

.inquiry__check {
  padding-right: 20px; }
  .inquiry__check > span {
    display: inline-block; }
  .inquiry__check label {
    cursor: pointer; }

.inquiry__check-req {
  display: inline-block;
  background-color: #707070;
  font-size: 1.6rem;
  color: #fff;
  padding: 3px 7px;
  margin-left: 10px;
  letter-spacing: 3px; }

.inquiry__plink {
  margin: 20px 0 50px; }
  .inquiry__plink a {
    font-size: 1.4rem;
    text-decoration: underline; }

.inquiry__submit, .inquiry__back {
  display: inline-block;
  width: 250px;
  font-size: 18px;
  font-weight: bold;
  border: solid 2px #231815;
  padding: 20px 10px;
  cursor: pointer; }

.inquiry__submit {
  background-color: #fff;
  color: #231815;
  transition: color 0.75s, background-color 0.75s; }
  .inquiry__submit:hover {
    color: #fff;
    background-color: #231815; }

.inquiry__back {
  background-color: #aaa;
  color: #fff;
  margin-left: 20px;
  transition: color 0.75s, background-color 0.75s; }
  @media screen and (max-width: 768px) {
    .inquiry__back {
      margin-left: 0;
      margin-top: 30px; } }
  .inquiry__back:hover {
    color: #aaa;
    background-color: #fff; }

.inquiry__info {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 30px; }

.inquiry--confirm .inquiry__item {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border-top: 2px solid #aaa;
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa; }
  .inquiry--confirm .inquiry__item:last-child {
    border-bottom: 2px solid #aaa; }

.inquiry--confirm .inquiry__tit {
  width: 50%;
  text-align: center;
  background-color: #f1f1f1;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .inquiry--confirm .inquiry__tit {
      width: 100%;
      border-bottom: 1px solid #231815;
      margin-bottom: 0; } }
  .inquiry--confirm .inquiry__tit::after {
    content: none; }

.inquiry--confirm .inquiry__subj {
  width: 50%;
  background-color: #fff;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .inquiry--confirm .inquiry__subj {
      width: 100%;
      min-height: 41px; } }

.inquiry--confirm .inquiry__anno {
  display: none; }

.inquiry--confirm .inquiry__policy {
  display: none; }

.inquiry--thankyou p {
  text-align: center;
  margin: 100px 0 50px; }

.cnav {
  position: relative;
  display: flex;
  width: 100%;
  text-align: center;
  overflow: hidden;
  counter-reset: step;
  background-color: #fff;
  border-top: 2px solid #231815;
  border-left: 2px solid #231815;
  border-right: 1px solid #231815;
  border-bottom: 2px solid #231815; }
  .cnav__txt {
    display: inline-block; }
    @media screen and (max-width: 840px) {
      .cnav__txt {
        display: block;
        color: #e5e5da;
        font-size: 1.3rem; } }
    @media screen and (max-width: 560px) {
      .cnav__txt {
        font-size: 1.2rem; } }
    .cnav__txt::before {
      content: "STEP" counter(step);
      counter-increment: step;
      display: inline-block;
      font-size: 1.6rem;
      line-height: 1;
      vertical-align: -1px;
      color: #fff;
      background-color: #231815;
      padding: 5px 10px;
      margin-right: 10px; }
      @media screen and (max-width: 840px) {
        .cnav__txt::before {
          display: block;
          font-size: 1.4rem;
          background-color: #e5e5da;
          margin-right: 0;
          margin-bottom: 5px; } }
      @media screen and (max-width: 560px) {
        .cnav__txt::before {
          font-size: 1rem; } }
  .cnav__item {
    position: relative;
    display: inline-block;
    width: calc(100% / 3);
    padding: 12px 20px 12px 10px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #231815;
    background-color: #fff; }
    @media screen and (max-width: 840px) {
      .cnav__item {
        padding: 10px;
        background-color: transparent; } }
    @media screen and (min-width: 841px) {
      .cnav__item::before, .cnav__item::after {
        content: "";
        display: block;
        position: absolute;
        left: -13px;
        border-left: 2px solid #231815;
        width: 25px;
        height: 25px;
        background-color: #fff; } }
    .cnav__item::before {
      bottom: 0;
      transform: skew(-40deg); }
    .cnav__item::after {
      top: 0;
      transform: skew(40deg); }
      @media screen and (max-width: 840px) {
        .cnav__item::after {
          content: "▶︎";
          display: block;
          position: absolute;
          top: 40%;
          left: -5px;
          color: #231815;
          transform: none; } }
    .cnav__item:first-child::before {
      content: none; }
    .cnav__item:first-child::after {
      content: none; }
    .cnav__item.active {
      background-color: #231815; }
      @media screen and (max-width: 840px) {
        .cnav__item.active {
          background-color: transparent; } }
      @media screen and (min-width: 841px) {
        .cnav__item.active:before, .cnav__item.active::after {
          background-color: #231815;
          border-left: none; } }
      .cnav__item.active .cnav__txt {
        color: #fff; }
        @media screen and (max-width: 840px) {
          .cnav__item.active .cnav__txt {
            color: inherit; } }
        .cnav__item.active .cnav__txt::before {
          color: #231815;
          background-color: #fff; }
          @media screen and (max-width: 840px) {
            .cnav__item.active .cnav__txt::before {
              color: #fff;
              background-color: #231815; } }
      .cnav__item.active + .cnav__item::before, .cnav__item.active + .cnav__item::after {
        border-left: none; }

.policy__intro {
  max-width: 860px;
  width: 100%;
  margin: 0 0 60px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  color: #231815;
  padding-left: 64px; }
  @media screen and (max-width: 960px) {
    .policy__intro {
      line-height: 1.57;
      padding-left: 0px; } }

.policy__inner {
  max-width: 960px;
  margin: 70px auto 0; }
  @media screen and (max-width: 960px) {
    .policy__inner {
      margin: 40px auto 0; } }

.policy__cont {
  margin: 0 auto 48px; }
  @media screen and (max-width: 960px) {
    .policy__cont {
      margin: 0 auto; } }

.policy__item {
  margin-bottom: 42px;
  counter-increment: step;
  position: relative; }
  @media screen and (max-width: 960px) {
    .policy__item:last-child {
      margin-bottom: 0; } }

.policy__item-tit {
  max-width: 940px;
  margin: 0 -20px 0 20px;
  width: calc(100% - 20px);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 12px 0 10px 44px;
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #231815; }
  @media screen and (max-width: 960px) {
    .policy__item-tit {
      font-size: 1.6rem;
      padding: 12px 10px 10px 44px;
      margin: 0 -20px 20px 0; } }
  .policy__item-tit::before {
    content: counter(step, decimal-leading-zero);
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 0.82;
    letter-spacing: 1.7px;
    position: absolute;
    top: -20px;
    left: 0px;
    border: solid 1px #231815;
    padding: 12px 7px;
    width: 54px;
    height: 54px; }
    @media screen and (max-width: 960px) {
      .policy__item-tit::before {
        font-size: 3.0rem;
        left: -7px;
        width: 50px;
        height: 50px; } }

.policy__item-number {
  max-width: 860px;
  margin: 0 0 0 92px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  padding-left: 26px;
  text-indent: -26px; }
  @media screen and (max-width: 960px) {
    .policy__item-number {
      font-size: 1.2rem;
      line-height: 1.67;
      margin: 0 0 0 40px; } }

.policy__item-txt {
  max-width: 860px;
  margin: 0 0 30px 64px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57; }
  @media screen and (max-width: 960px) {
    .policy__item-txt {
      font-size: 1.2rem;
      line-height: 1.67;
      margin: 0 0 0px 20px; } }

.post {
  padding: 0 0 100px; }
  @media screen and (max-width: 560px) {
    .post {
      padding: 0 0 50px; } }
  .post__inner {
    max-width: 990px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
  .post__cont {
    background-color: #fff;
    padding: 50px 100px; }
    @media screen and (max-width: 768px) {
      .post__cont {
        padding: 50px; } }
    @media screen and (max-width: 560px) {
      .post__cont {
        padding: 30px; } }
  .post__img {
    position: relative;
    width: 100vw;
    height: 40vh;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 40px; }
    .post__img span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: cover; }
  .post__sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .post__date {
    color: #555;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 20px; }
  .post__tag {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    padding: 5px;
    margin-bottom: 20px; }
    .post__tag--corp {
      background-color: #f07700; }
      .post__tag--corp::before {
        content: "ユナイテッド・コーポレーション";
        display: block; }
    .post__tag--housing {
      background-color: #9f0000; }
      .post__tag--housing::before {
        content: "ユナイテッド・ハウジング";
        display: block; }
    .post__tag--resort {
      background-color: #00602d; }
      .post__tag--resort::before {
        content: "ユナイテッド・リゾート";
        display: block; }
    .post__tag--mujinn {
      background-color: #3A5B78; }
      .post__tag--mujinn::before {
        content: "Mujinn";
        display: block; }
    .post__tag--info {
      background-color: #999; }
      .post__tag--info::before {
        content: "お知らせ";
        display: block; }
  .post__tittxt {
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .post__tittxt {
        font-size: 2.8rem; } }
    @media screen and (max-width: 560px) {
      .post__tittxt {
        font-size: 2.5rem;
        text-align: left;
        margin-bottom: 25px; } }
  .post__totop {
    position: relative;
    display: block;
    max-width: 346px;
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #231815;
    padding: 20px;
    margin: 70px auto 0; }
    @media screen and (max-width: 560px) {
      .post__totop {
        margin: 40px auto 0; } }
    .post__totop::after {
      content: "";
      position: absolute;
      top: calc(50% - 7px);
      left: 20px;
      display: inline-block;
      width: 12px;
      height: 12px;
      border-left: 2px solid #231815;
      border-bottom: 2px solid #231815;
      transform: rotate(45deg); }

.p_contents > * {
  margin-bottom: 20px; }

.p_contents * {
  line-height: 2; }

.p_contents a:hover {
  text-decoration: underline; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

