@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

/* ================================================

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ================================================

- フォント

================================================ */
.playfair {
  font-family: 'Playfair Display', serif;
  font-weight: 700px;
}

.notoSerif {
  font-family: 'Noto Serif JP', serif;
}

/* ================================================

-

================================================ */
.transition3, .lozad {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.lozad {
  opacity: 0;
}

.lozad[data-loaded="true"] {
  opacity: 1;
}

.indentKome p {
  position: relative;
  padding: 0 0 0 16px;
}

.indentKome p::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}

/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- 共通

================================================ */
.wrapper {
  overflow: hidden;
}

.bg--gray {
  background-color: #FAFAFA;
}

.m-sec__ttl {
  font-size: 6.4rem;
  line-height: 1;
}

.m-sec__ttl__sp {
  display: none;
}

.m-subTtl {
  display: block;
  margin-top: 12px;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.m-sec__txt {
  margin-top: 60px;
}

.m-sec__txt p {
  margin-top: 1.0em;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
}

.m-sec__txt p:first-of-type {
  margin-top: 0;
}

.m-hover--opacity {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.m-hover--opacity:hover,
.m-hover--opacity:active {
  opacity: .7;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-sec__ttl {
    font-size: 14.66667vw;
    text-align: center;
  }
  .m-sec__ttl__sp {
    display: block;
  }
  .m-sec__ttl__pc {
    display: none;
  }
  .m-subTtl {
    margin-top: 12px;
    font-size: 4.26667vw;
  }
  .m-sec__txt {
    margin-top: 28px;
  }
  .m-sec__txt p {
    margin-top: 1.0em;
    font-size: 1.6rem;
  }
}

/* ================================================

- m-pageTop

================================================ */
.m-pageTop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #6B747A;
  cursor: pointer;
  -webkit-transform: translateX(90px);
      -ms-transform: translateX(90px);
          transform: translateX(90px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.m-pageTop figure {
  width: 18px;
  padding-top: 17px;
  margin: 0 auto;
}

.m-pageTop.-fixed {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-pageTop {
    bottom: 20px;
    right: 15px;
    width: 42px;
    height: 42px;
    -webkit-transform: translateX(57px);
        -ms-transform: translateX(57px);
            transform: translateX(57px);
  }
  .m-pageTop figure {
    width: 12px;
    padding-top: 10px;
  }
}

/* ================================================

- ハンバーガーボタン

================================================ */
.m-hamburger__btn {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .m-hamburger__btn {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    padding: 10px;
    z-index: 12;
    cursor: pointer;
    background-color: #002233;
  }
  .m-hamburger__btn .m-hamburger__line {
    position: relative;
    width: 32px;
    height: 23px;
  }
  .m-hamburger__btn .m-hamburger__line span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .m-hamburger__btn .m-hamburger__line span:nth-of-type(1) {
    top: 0;
  }
  .m-hamburger__btn .m-hamburger__line span:nth-of-type(2) {
    top: 10px;
  }
  .m-hamburger__btn .m-hamburger__line span:nth-of-type(3) {
    bottom: 0;
  }
  .m-hamburger__btn.-active .m-hamburger__line span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-135deg);
    -ms-transform: translateY(10px) rotate(-135deg);
        transform: translateY(10px) rotate(-135deg);
  }
  .m-hamburger__btn.-active .m-hamburger__line span:nth-of-type(2) {
    opacity: 0;
  }
  .m-hamburger__btn.-active .m-hamburger__line span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(135deg);
    -ms-transform: translateY(-10px) rotate(135deg);
        transform: translateY(-10px) rotate(135deg);
  }
}

/* ================================================

-

================================================ */
.m-mv__arrow {
  position: absolute;
  bottom: 2.917vw;
  right: 7.500vw;
  width: 1.500vw;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.works .m-mv__arrow {
  visibility: visible;
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .m-mv__arrow {
    display: none;
  }
}

/* ================================================

- ナビゲーション

================================================ */
.l-nav {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 3;
}

ul.l-nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

ul.l-nav__list li {
  margin-left: 30px;
}

ul.l-nav__list li a {
  display: block;
  padding-bottom: 5px;
  font-size: 1.1rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

ul.l-nav__list li a span {
  display: block;
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

ul.l-nav__list li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #6B747A;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

ul.l-nav__list li a:hover {
  color: #6B747A;
  text-shadow: 2px 2px 15px white;
}

ul.l-nav__list li a:hover::after {
  width: 100%;
}

ul.l-nav__list li li:first-of-type {
  margin-left: 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-nav {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background-color: #002233;
    z-index: 11;
  }
  .l-nav.-active {
    left: 0;
  }
  ul.l-nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 12vw;
  }
  ul.l-nav__list li {
    margin-left: 0;
    border-bottom: solid 1px #FFFFFF;
  }
  ul.l-nav__list li a {
    padding: 25px 0;
    font-size: 4vw;
  }
  ul.l-nav__list li a span {
    margin-bottom: 10px;
    font-size: 5.6vw;
  }
}

/* ================================================

- l-footer

================================================ */
.l-footer {
  padding: 140px 0 40px;
}

.l-footer .copyright {
  font-size: 1rem;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-footer {
    padding: 98px 0 20px;
  }
}

/* ================================================

- ローディング

================================================ */
.header {
  position: relative;
}

.header::before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #002233;
  background-image: url(../images/ss_top.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.header.-active::before {
  height: 0;
}

.top-mv {
  width: 100%;
  position: relative;
}

.top-mv img {
  width: 100%;
  height: auto;
}

.mainvisual__logo {
  position: absolute;
  top: 21.250vw;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  width: 28.583vw;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%) translateX(50%);
    transform: translateY(-100%) translateX(50%);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(50%);
    transform: translateY(0) translateX(50%);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%) translateX(50%);
    transform: translateY(-100%) translateX(50%);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(50%);
    transform: translateY(0) translateX(50%);
    visibility: visible;
    opacity: 1;
  }
}

/*  */
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInDown2 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes slideInDown2 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .header::before {
    height: 100vh;
    background-image: url(../images/ss_top.jpg);
  }
  .top-mv {
    height: 60vh;
  }
  .top-mv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainvisual__logo {
    top: 30vw;
    width: 75vw;
  }
}

/* ================================================

- メインビジュアル

================================================ */
.mainvisual__lead {
  position: absolute;
  left: 11.667vw;
  bottom: 7.750vw;
  color: white;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.mainvisual__lead__ttl {
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.mainvisual__lead__txt {
  margin-top: 21px;
  font-size: 1.4rem;
  line-height: 2.0;
  letter-spacing: 0.08em;
  font-weight: 700;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .mainvisual__lead {
    left: 3.2vw;
    right: 3.2vw;
    bottom: 3.2vw;
  }
  .mainvisual__lead__ttl {
    font-size: 5.33333vw;
  }
  .mainvisual__lead__txt {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .mainvisual__lead__txt br {
    display: none;
  }
}

/* ================================================

- MISSION

================================================ */
.container--1 {
  padding: 90px 0 140px;
}

.top-misson {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1030px;
  margin: 0 auto;
}

.top-misson__subTtl {
  margin-top: 20px;
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.top-misson__desc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 450px;
}

.top-misson__photo {
  width: 371px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bg_orange {
  position: relative;
}

.bg_orange::before {
  content: '';
  position: absolute;
  width: 100%;
  background-color: #6B747A;
  z-index: -1;
}

.top-misson__photo.bg_orange::before {
  left: -30px;
  bottom: -30px;
  height: 355px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .container--1 {
    padding: 90px 4vw 140px;
  }
  .top-misson {
    display: block;
  }
  .top-misson__subTtl {
    margin-top: 20px;
    font-size: 4.26667vw;
    text-align: center;
  }
  .top-misson__desc {
    width: 100%;
  }
  .m-sec__txt br {
    display: none;
  }
  .top-misson__photo {
    width: 70vw;
    margin: 40px auto 0;
  }
  .top-misson__photo.bg_orange::before {
    left: -4vw;
    bottom: -4vw;
    height: 80%;
  }
}

/* ================================================

- SERVICE

================================================ */
.top-service {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  max-width: 1030px;
  margin: 40px auto 0;
  position: relative;
}

.top-service .m-sec__ttl {
  position: absolute;
  top: 215px;
  left: -145px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 2;
}

.top-service__photo {
  max-width: 371px;
}

.top-service__photo.bg_orange::before {
  right: -30px;
  top: 20px;
  height: 515px;
}

.m-subTtl.top-service__subTtl {
  text-align: left;
}

.top-service__desc {
  margin-top: 1.0em;
}

.top-service__desc p {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
}

ul.top-service__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 571px;
  margin-top: 40px;
}

ul.top-service__list li {
  width: 157px;
  margin-top: 20px;
  margin-right: 50px;
}

ul.top-service__list li:nth-child(-n+3) {
  margin-top: 0;
}

ul.top-service__list li:nth-child(3n) {
  margin-right: 0;
}

.top-service__list__icon figcaption {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-service {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 80px auto 0;
  }
  .top-service .m-sec__ttl {
    position: static;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .top-service__photo {
    width: 70vw;
    margin: 40px auto 0;
  }
  .top-service__photo.bg_orange::before {
    right: -4vw;
    top: 4vw;
    height: calc(100% - 8vw);
  }
  .m-subTtl.top-service__subTtl {
    text-align: left;
  }
  .top-service__desc {
    margin-top: 1.0em;
  }
  .top-service__desc p {
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 500;
    text-align: left;
  }
  ul.top-service__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  ul.top-service__list li {
    width: calc((100% / 3) - (40px / 3));
    margin-top: 20px;
    margin-right: 20px;
  }
  ul.top-service__list li:nth-child(-n+3) {
    margin-top: 0;
  }
  ul.top-service__list li:nth-child(3n) {
    margin-right: 0;
  }
  .top-service__list__icon figcaption {
    margin-top: 8px;
    font-size: 3.2vw;
  }
  .top-service__list__icon figcaption br {
    display: none;
  }
}

/* ================================================

- LIFE PLAN

================================================ */
.container--2 {
  padding: 200px 0 100px;
  position: relative;
}

.top-lifeplan {
  max-width: 1124px;
  margin: 0 auto;
  position: relative;
}

.top-lifeplan__ttl {
  position: absolute;
  top: -150px;
  right: 40px;
}

.top-lifeplan__ttl::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  background-image: url(../images/lifeplan_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 169px;
  height: 306px;
}

.top-lifeplan__ttl .m-sec__ttl {
  position: relative;
  z-index: 2;
}

.top-lifeplan__content {
  max-width: 744px;
  margin: 0 auto;
  position: relative;
}

.top-lifeplan--2 {
  margin-top: 70px;
}

.top-lifeplan--3 {
  margin-top: 60px;
}

.top-lifeplan--4 {
  margin-top: 40px;
}

.top-lifeplan__subTtl {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
}

.top-lifeplan__subTtl + .top-lifeplan__txt {
  margin-top: 20px;
}

.top-lifeplan__img--4 + .top-lifeplan__txt {
  margin-top: 20px;
}

.top-lifeplan__txt p {
  font-size: 1.2rem;
  line-height: 1.7;
}

.top-lifeplan__txt p span {
  color: #6B747A;
}

.top-lifeplan__txt p a {
  color: #231815;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.top-lifeplan__txt p a:hover {
  opacity: .7;
  text-decoration: underline;
}

.top-lifeplan__img {
  margin: 0 auto;
}

.top-lifeplan__img--1 {
  max-width: 730px;
  margin-top: 20px;
}

.top-lifeplan__img--2 {
  max-width: 683px;
  margin-top: 20px;
}

.top-lifeplan__img--3 {
  max-width: 663px;
  margin-top: 20px;
}

.top-lifeplan__img--4 {
  max-width: 641px;
  margin-top: 15px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .container--2 {
    padding: 70px 4vw 100px;
  }
  .top-lifeplan__ttl {
    position: static;
  }
  .top-lifeplan__ttl::before {
    display: none;
  }
  .top-lifeplan__content {
    margin-top: 40px;
  }
  .top-lifeplan__subTtl {
    font-size: 4.53333vw;
    line-height: 1.4;
    text-align: left;
  }
  .top-lifeplan__txt p {
    font-size: 3.06667vw;
    line-height: 1.7;
  }
}

/* ================================================

- COMPANY

================================================ */
.container--3 {
  padding-top: 65px;
}

.top-company {
  max-width: 1030px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.top-company__ttl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 360px;
  padding-top: 45px;
}

.top-company__ttl .m-sec__ttl {
  position: relative;
  z-index: 2;
}

.top-company__photo {
  width: 282px;
  margin-top: 60px;
  margin-left: auto;
}

.top-company__photo.bg_orange::before {
  top: 15px;
  left: -215px;
  background-color: transparent;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 200px 350px;
  border-color: transparent transparent #6B747A transparent;
  -webkit-transform: rotate(98deg);
      -ms-transform: rotate(98deg);
          transform: rotate(98deg);
}

.top-company__desc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 540px;
}

.top-company__list dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.top-company__list dl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 120px;
}

.top-company__list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.top-company__map {
  position: relative;
  height: 0;
  width: 100%;
  margin-top: 20px;
  padding-top: 56.25%;
}

.top-company__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .container--3 {
    padding-top: 65px;
  }
  .top-company {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-company__ttl {
    display: none;
  }
  .top-company__photo {
    width: 70vw;
    margin: 0px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top-company__photo.bg_orange::before {
    top: 10vw;
    left: -35.211vw;
    border-width: 0 35.211vw 35.211vw 61.620vw;
  }
  .top-company__desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .top-company__list {
    margin-top: 40px;
    padding: 0 4vw;
  }
  .top-company__list dl {
    margin-top: 10px;
    font-size: 3.46667vw;
  }
  .top-company__list dl dt {
    width: 24vw;
  }
  .top-company__map {
    margin-top: 70px;
    z-index: 2;
  }
}

/* ================================================

- CONTACT

================================================ */
.top-contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1030px;
  margin: 85px auto 0;
}

.top-contact__ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

.top-contact__ttl .m-sec__ttl {
  position: relative;
  z-index: 2;
}

.top-contact__ttl:before {
  content: '';
  position: absolute;
  top: -40px;
  right: 35px;
  background-image: url(../images/contact_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 184px;
  height: 334px;
  z-index: -1;
}

.top-contact__form {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 650px;
  width: 100%;
}

.top-contact__list {
  margin-top: 20px;
}

.top-contact__list dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem;
}

.top-contact__list dl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100px;
  padding: 14px 0;
}

.top-contact__list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.top-contact__list:first-of-type {
  margin-top: 0;
}

/* フォーム入力部分 */
.top-contact__list textarea,
.top-contact__list input {
  width: 100%;
  padding: 14px;
  background-color: #D3D3D4;
}

.top-contact__list textarea {
  min-height: 100px;
  background-color: #D3D3D4;
}

.top-contact__list .top-contact__btn input[type=submit] {
  display: block;
  width: 220px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 1.4rem;
  background-color: #FFFFFF;
  border: solid 1px #6B747A;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-contact {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 85px auto 0;
    padding: 0 4vw;
  }
  .top-contact__ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top-contact__ttl:before {
    display: none;
  }
  .top-contact__form {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 40px;
  }
  .top-contact__list {
    margin-top: 20px;
  }
  .top-contact__list dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3.46667vw;
  }
  .top-contact__list dl dt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding: 0 0 14px 0;
  }
}
