@charset "UTF-8";

:root {
  --100vh: calc(100 * var(--vh, 1vh));
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact__info__tel a::after,
.menu__arrowList li a::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

.menu__arrowList li a::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu__inner {
  height: 100%;
  width: 100%;
}

.menu__inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu__inner::-webkit-scrollbar {
  display: none;
}

.main {
  overflow: visible;
}

.menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  width: 54.6rem;
  height: var(--100vh, 100vh);
  background-color: white;
  -webkit-filter: drop-shadow(1rem 1rem 2rem rgba(122, 128, 134, 0.16));
  filter: drop-shadow(1rem 1rem 2rem rgba(122, 128, 134, 0.16));
  display: none;
}

@media only screen and (max-width: 767px) {
  .menu {
    width: 100%;
  }
}

.menu__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: var(--100vh, 100vh);
  background-color: black;
  z-index: 15;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.menu__close {
  width: 3.433rem;
  position: absolute;
  top: 2.4rem;
  right: 2.6rem;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .menu__close:hover {
    opacity: 0.7;
  }
}

.menu__inner {
  overflow: auto;
}

.menu__container .tagList {
  margin: 1.2rem auto 2.1rem;
  width: 95%;
}

@media only screen and (max-width: 767px) {
  .menu__container .tagList {
    width: 100%;
    margin: 1.2rem auto 1.5rem;
  }
}

.menu__tagArea {
  padding: 5.2rem 8.5rem 1.9rem 3.8rem;
}

@media only screen and (max-width: 767px) {
  .menu__tagArea {
    padding: 5rem 3rem 1.9rem 3rem;
  }
}

.menu__ttl1 {
  padding: 0.8rem 1rem;
  background-image: url("../../images/common/dottedLine.svg");
  background-repeat: repeat-x;
  background-size: auto 0.2rem;
  background-position: bottom;
  margin: 0 0 1rem 0;
}

.menu__ttl1 span {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.8rem;
}

.menu__ttl1 span::before {
  top: 40%;
  left: -1.7rem;
  width: 3.6rem;
  height: 3.6rem;
}

.menu__ttl2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.12em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.2rem;
}

.menu__ttl2 span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  margin-left: 1rem;
}

.menu__ttl2::before {
  content: "";
  width: 0.4rem;
  height: 2.7rem;
  border-radius: 0.2rem;
  background: #d5d5d5;
  margin-right: 1rem;
}

.menu__ttl3 {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.8rem;
  border-bottom: 1px solid #d5d5d5;
  padding: 0.9rem 0 0.9rem 1.5rem;
  margin: 1rem 0 1.9rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .menu__ttl3 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 0.9rem 0 0.9rem 1rem;
    margin: 1rem 0 1.5rem;
  }
}

.menu__ttl3::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #c1b37f;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.6rem;
}

.menu__ttl3 span {
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1.6rem;
  color: #c1b37f;
  margin-left: 0.9rem;
}

@media only screen and (max-width: 767px) {
  .menu__ttl3 span {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-left: 0.6rem;
  }
}

.menu__arrowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.8rem auto 3rem;
  width: 95%;
}

@media only screen and (max-width: 767px) {
  .menu__arrowList {
    width: 100%;
    margin: -0.8rem auto 2rem;
  }
}

.menu__arrowList li {
  width: 46%;
}

.menu__arrowList li a {
  display: block;
  background-image: url("../images/common/dottedLine2.svg");
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
  padding: 1.1rem 1.7rem 1.1rem 0.4rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.8rem;
  font-weight: 400;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .menu__arrowList li a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .menu__arrowList li a {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 1rem 1.5rem 1rem 0.4rem;
  }
}

.menu__arrowList li a::after {
  content: "";
  background-image: url("../images/common/arrow04.svg");
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
}

.menu__arrowList li a.no-line {
  background-image: none;
}

.menu__arrowList.longer li {
  display: inline-block;
  width: auto;
}

.menu__arrowList.longer li a {
  padding-right: 2rem;
}

.menu__bnr50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu__bnr50 a {
  border-radius: 0.9rem;
  width: 49%;
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .menu__bnr50 a {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.menu__contactArea {
  position: relative;
  background-color: #f7f7f7;
  padding: 3.2rem 3rem 2.4rem;
}

@media only screen and (max-width: 767px) {
  .menu__contactArea {
    padding: 5rem 2rem 2.4rem;
  }
}

.menu__contactArea .snsList {
  position: absolute;
  top: 2.3rem;
  right: 2.6rem;
}

@media only screen and (max-width: 767px) {
  .menu__contactArea .snsList {
    right: 1rem;
  }
}

.menu__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .menu__info {
    margin: 0.5rem 0 0.5rem;
  }
}

.menu__hours {
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-left: 1.4rem;
}

.menu__btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.2rem 1.1rem;
}

@media only screen and (max-width: 767px) {
  .menu__btnList {
    padding: 1.2rem 5rem;
  }
}

.menu__btnList li {
  margin-bottom: 1.2rem;
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .menu__btnList li {
    width: 100%;
  }
}

.menu__bnr {
  border-radius: 1rem;
}

.menu__button {
  position: fixed;
  top: 1.6rem;
  right: 2.9rem;
  z-index: 10;
  width: 3.6rem;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .menu__button:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .menu__button {
    right: 1rem;
  }
}

.menu-is-open {
  overflow: hidden;
}

.menu-is-open .menu__overlay {
  opacity: 0.2;
  pointer-events: auto;
}

.corp__mv2 {
  height: 46rem;
  padding: 15.8rem 0 0 8.5rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .corp__mv2 {
    height: auto;
    padding: 16.5rem 0 0 2rem;
  }
}

.corp__mv2__background {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .corp__mv2__background {
    height: 24rem;
    top: 1.2rem;
  }
}

.corp__mv2__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.corp__mv2__background::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57.5%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(23.88%, rgba(255, 255, 255, 0.9)), color-stop(100%, #fff), to(rgba(128, 128, 128, 0)));
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 23.88%, #fff 100%, rgba(128, 128, 128, 0) 100%);
}

@media only screen and (max-width: 767px) {
  .corp__mv2__background::before {
    width: 100%;
    height: 13.429rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.9)), color-stop(100%, #fff), to(rgba(128, 128, 128, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 45%, #fff 100%, rgba(128, 128, 128, 0) 100%);
  }
}

.corp__mv2__ttl1 {
  line-height: 5.6rem;
}

@media only screen and (max-width: 767px) {
  .corp__mv2__ttl1 {
    line-height: 1.7;
  }
}

.corp__mv2__ttl1 span {
  position: relative;
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .corp__mv2__ttl1 span {
    font-size: 2rem;
  }
}

.corp__mv2__ttl2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 2rem;
  color: #c1b37f;
  margin: 0.8rem 0 4.1rem;
  position: relative;
  padding-left: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .corp__mv2__ttl2 {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin: 0.3rem 0 2.8rem;
    padding-left: 2.1rem;
  }
}

.corp__mv2__ttl2::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  width: 0.8rem;
  height: 0.2rem;
  background-color: #c1b37f;
}

.corp__mv2__tagList {
  max-width: 70rem;
}

@media only screen and (max-width: 767px) {
  .corp__mv2__tagList {
    margin-left: 1.5rem;
  }
}

.corp__mv2__tagList li {
  display: inline-block;
  margin: 0 1.2rem 1.2rem 0;
}

@media only screen and (max-width: 767px) {
  .corp__mv2__tagList li {
    margin: 0 1.7rem 1.2rem 0;
  }
}

.corp__mv2__tagList li span,
.corp__mv2__tagList li a {
  display: block;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 0.3rem 1.1rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 3px 3px 6px rgba(122, 128, 134, 0.1);
  box-shadow: 3px 3px 6px rgba(122, 128, 134, 0.1);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

@media only screen and (min-width: 768px) {

  .corp__mv2__tagList li span:hover,
  .corp__mv2__tagList li a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {

  .corp__mv2__tagList li span,
  .corp__mv2__tagList li a {
    font-size: 1.2rem;
    padding: 0.5rem 0.8rem;
  }
}

.corp__mv2__tagList li.active span,
.corp__mv2__tagList li.active a {
  background: #c1b37f;
  color: #fff;
}

.corp__mv2__illustration {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -18.3rem;
  width: 135rem;
  padding-right: 11rem;
}

@media only screen and (max-width: 767px) {
  .corp__mv2__illustration {
    width: 100%;
    padding-right: 0;
  }
}

.corp__mv2__illustration img {
  width: 23rem;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .corp__mv2__illustration {
    display: none;
  }
}

.corp__mv2 .scroll {
  bottom: 0rem;
  right: 13rem;
}

@media only screen and (max-width: 767px) {
  .corp__mv2 .scroll {
    bottom: -7rem;
    right: 2.5rem;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    width: 9rem;
  }
}

.corp__layout {
  margin-bottom: 9.5rem;
  position: relative;
  border-bottom: 1px solid #d6d9da;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .corp__layout {
    margin: 0 15px 9.5rem;
  }
}

.corp__layout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 136.6rem;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .corp__layout__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.corp__layout__left {
  width: 38.3rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .corp__layout__left {
    width: 100%;
    padding-bottom: 2rem;
  }
}

.corp__layout__left::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.2rem;
  height: 100%;
  background: #f1f1f1;
  -webkit-box-shadow: -0.1rem 0.2rem 0.5rem rgba(0, 0, 0, 0.05);
  box-shadow: -0.1rem 0.2rem 0.5rem rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 767px) {
  .corp__layout__left::before {
    width: 100%;
    height: 0.2rem;
  }
}

.corp__layout__right {
  width: calc(100% - 38.3rem);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .corp__layout__right {
    width: 100%;
  }
}

.corp__layout__right__inner {
  padding: 0 8.3rem 8rem 9.7rem;
}

@media only screen and (max-width: 767px) {
  .corp__layout__right__inner {
    padding: 0 0 3.4rem;
  }
}

.corp__layout__block:not(:last-child) {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .corp__layout__block:not(:last-child) {
    margin-bottom: 4.8rem;
  }
}

.corp__breadCrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2.6rem 0 0 auto;
  width: 29.8rem;
}

@media only screen and (max-width: 767px) {
  .corp__breadCrumbs {
    width: 100%;
    margin: 2rem 0 0 0;
    padding: 0 0 0.9rem 0rem;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.05);
  }
}

.corp__breadCrumbs li:not(:first-child)::before {
  content: ">";
  margin: 0 0.3rem;
}

.corp__breadCrumbs li {
  font-weight: normal;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  line-height: 3rem;
}

.grey-radius {
  border-radius: 1rem;
  border: 1px solid rgba(213, 213, 213, 0.3);
}

.corp__index {
  margin: 5.1rem 0 0 auto;
  width: 29.8rem;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .corp__index {
    width: 32.8rem;
    margin: 3.6rem auto 0;
  }
}

.corp__index__titleArea {
  border-bottom: 2px solid #c1b37f;
}

.corp__index__ttl1 {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.2rem;
  text-align: center;
}

.corp__index__ttl1__img {
  width: 5.16rem;
  margin: 0.7rem auto 2.5rem;
}

.corp__index__sticky {
  height: 100%;
}

.corp__index__container {
  padding: 2.5rem 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 27rem;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .corp__index__container {
    width: 30.7rem;
  }
}

.corp__index__container.no-image {
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .corp__index__container.no-image {
    margin-bottom: 3rem;
  }
}

.corp__index__container.no-image .corp__index__item {
  width: 100%;
  padding: 2rem 1rem 2rem 3.5rem;
  background-image: url(../images/corporate/dot02.png);
  background-repeat: repeat-x;
  background-size: 6px 1.5px;
  background-position: bottom;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .corp__index__container.no-image .corp__index__item {
    padding: 1.5rem 1rem 1.5rem 3.5rem;
  }
}

.corp__index__container.no-image .corp__index__item__number {
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.corp__index__container.no-image .corp__index__item__ttl {
  border-bottom: none;
}

.corp__index__item {
  width: 11.9rem;
  position: relative;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .corp__index__item:hover .corp__index__item__ttl {
    color: #c5b378;
  }
}

@media only screen and (max-width: 767px) {
  .corp__index__item {
    width: 14rem;
    margin-bottom: 3rem;
  }
}

.corp__index__item__number {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  width: 2.443rem;
  height: 2.443rem;
  background-color: #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  line-height: 1.8rem;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .corp__index__item__number {
    background-color: #a1c8be;
  }
}

.corp__index__item__img {
  width: 10rem;
  border-radius: 1rem;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(122, 128, 134, 0.1);
  box-shadow: 1rem 1rem 3rem rgba(122, 128, 134, 0.1);
}

@media only screen and (max-width: 767px) {
  .corp__index__item__img {
    width: 13.1rem;
  }
}

.corp__index__item__ttl {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.9rem;
  text-align: left;
  color: rgba(122, 128, 134, 0.3764705882);
  border-bottom: 1px solid #e2e2e2;
  padding: 0 2rem 1rem 0;
  margin: 1rem 0 0;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .corp__index__item__ttl {
    color: #c5b378;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 0.7rem;
  }
}

.corp__index__item__ttl::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 1px solid #babec1;
  border-right: 1px solid #babec1;
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  transform: translate(50%, 50%) rotate(45deg);
}

.corp__concept2 {
  background: #f6f5f2;
  padding: 35px 0 3.5rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .corp__concept2 {
    padding: 35px 0 2rem;
    margin-top: 0px;
  }
}

.corp__concept2::after {
  content: "";
  left: calc(100% - 1px);
  top: 0;
  width: 50vw;
  background: #f6f5f2;
  position: absolute;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .corp__concept2::after {
    display: none;
  }
}

.corp__concept2.background-white {
  background: transparent;
}

.corp__concept2.background-white::after {
  display: none;
}

.corp__concept2__house {
  width: 13rem;
  margin: 0 auto 0;
}

@media only screen and (max-width: 767px) {
  .corp__concept2__house {
    width: 13.6rem;
  }
}

.corp__concept2__ttl1 {
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  line-height: 3.8rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .corp__concept2__ttl1 {
    font-size: 1.8rem;
    margin: 0.3rem 0 0;
  }
}

.corp__concept2__ttl1::after {
  content: "";
  width: 2rem;
  height: 0.2rem;
  background: #7a8086;
  display: block;
  margin: auto;
  margin-top: 0.6rem;
}

@media only screen and (max-width: 767px) {
  .corp__concept2__ttl1::after {
    margin-top: 0;
    width: 1.6rem;
  }
}

.corp__concept2__list {
  width: 77.1rem;
  margin: 3.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .corp__concept2__list {
    width: 32rem;
    margin: 4rem 0 0 4rem;
    width: 32rem;
  }
}

.corp__concept2__item {
  position: relative;
  margin-bottom: 4.2rem;
  display: block;
  width: 23.8rem;
  background-color: white;
  height: 31.5rem;
  border-radius: 1rem;
  border: 0.8rem solid #fff;
  position: relative;
  -webkit-box-shadow: 10px 10px 30px rgba(122, 128, 134, 0.1);
  box-shadow: 10px 10px 30px rgba(122, 128, 134, 0.1);
}

@media only screen and (max-width: 767px) {
  .corp__concept2__item {
    width: 100%;
    margin: 0 auto 4rem;
    height: 23.1rem;
  }
}

.corp__concept2__item:nth-child(1) .corp__concept2__item__ttl1 {
  background-color: #b6d0c8;
}

.corp__concept2__item:nth-child(1) .corp__concept2__item__ttl1::before {
  border-right-color: #a3b3ae;
}

.corp__concept2__item:nth-child(2) .corp__concept2__item__ttl1 {
  background-color: #dfbdb8;
}

.corp__concept2__item:nth-child(2) .corp__concept2__item__ttl1::before {
  border-right-color: #d2a9a5;
}

.corp__concept2__item:nth-child(3) .corp__concept2__item__ttl1 {
  background-color: #d1cbba;
}

.corp__concept2__item:nth-child(3) .corp__concept2__item__ttl1::before {
  border-right-color: #c0b7a2;
}

.corp__concept2__item:nth-child(4) .corp__concept2__item__ttl1 {
  background-color: #b5b9a4;
}

.corp__concept2__item:nth-child(4) .corp__concept2__item__ttl1::before {
  border-right-color: #a3a88b;
}

.corp__concept2__item:nth-child(5) .corp__concept2__item__ttl1 {
  background-color: #afced1;
}

.corp__concept2__item:nth-child(5) .corp__concept2__item__ttl1::before {
  border-right-color: #8fb9bd;
}

.corp__concept2__item:nth-child(6) .corp__concept2__item__ttl1 {
  background-color: #d7d3ac;
}

.corp__concept2__item:nth-child(6) .corp__concept2__item__ttl1::before {
  border-right-color: #bbb897;
}

.corp__concept2__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.corp__concept2__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.corp__concept2__item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1.5rem 1rem;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(26.08%, rgba(255, 255, 255, 0.9)), color-stop(100%, #fff), to(rgba(128, 128, 128, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 26.08%, #fff 100%, rgba(128, 128, 128, 0) 100%);
  min-height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .corp__concept2__item__text {
    min-height: 15.5rem;
    padding: 0 0.5rem 0;
  }

  .corp__concept2__item__text::after {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: 0.8rem;
    right: 0rem;
    background-size: contain;
    background-image: url("../images/front-page/info_arrow.svg");
    width: 2.3rem;
    height: 2.3rem;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.corp__concept2__item__text .whiteBtn a,
.corp__concept2__item__text .whiteBtn span {
  height: 4rem;
  width: 18.4rem;
  font-size: 1.4rem;
  padding-right: 2.2rem;
}

.corp__concept2__item__text .whiteBtn a::after,
.corp__concept2__item__text .whiteBtn span::after {
  right: 2.8rem;
}

.corp__concept2__item__ttl1 {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  height: 3.4rem;
  color: #fff;
  position: absolute;
  left: -1.7rem;
  top: -1.7rem;
  padding: 0.3rem 1.3rem 0 0.8rem;
  min-width: 12.2rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, calc(100% - 0.7rem) 50%, calc(100% - 0.7rem) 50%, 100% 100%, 100% 100%, 0% 190%, 0% 190%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, calc(100% - 0.7rem) 50%, calc(100% - 0.7rem) 50%, 100% 100%, 100% 100%, 0% 190%, 0% 190%);
}

@media only screen and (max-width: 767px) {
  .corp__concept2__item__ttl1 {
    left: -1.6rem;
    top: -1.8rem;
  }
}

.corp__concept2__item__ttl1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-right: 0.9rem solid #a3b3ae;
  border-bottom: 0.9rem solid transparent;
  width: 0;
  height: 0;
}

.corp__concept2__item__ttl2 {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2rem;
}

@media only screen and (max-width: 767px) {
  .corp__concept2__item__ttl2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.corp__concept2__item__list {
  margin: 1rem 0 1rem;
  line-height: 1;
}

.corp__concept2__item__list li {
  display: inline-block;
  margin: 0 0.2rem 0.4rem 0;
  font-size: 1rem;
  text-align: left;
  color: #7a8086;
  border-radius: 0.3rem;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 0.3rem 0.2rem;
  font-weight: 400;
}

.contact__ttl1 span:after {
  background-image: url(../images/single-media/concact_buble.png);
  width: 17.1rem;
  height: 6.9rem;
  top: -6.5rem;
}

.contact__info {
  margin: 5rem 0 3rem;
  text-align: center;
  line-height: 1.4;
}

.contact__info__copy {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 3rem;
}

@media only screen and (max-width: 767px) {
  .contact__info__copy {
    font-size: 1.6rem;
  }
}

.contact__info__tel {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 3.9rem;
  color: #c1b37f;
}

@media only screen and (max-width: 767px) {
  .contact__info__tel {
    font-size: 2rem;
    padding: 0.5rem 2rem 0 0;
  }
}

.contact__info__tel a {
  color: #c1b37f;
  font-size: 4.7rem;
  letter-spacing: 0;
  padding: 0 1.5rem 0 1rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .contact__info__tel a {
    font-size: 3rem;
    padding: 0 1rem 0 0.5rem;
  }
}

.contact__info__tel a::after {
  content: "";
  right: -2.5rem;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../images/common/arrow06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.corp__basic__ttl1 {
  padding: 2.5rem 1rem 2.5rem 3.3rem;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.8rem;
  position: relative;
  margin: 12.3rem 0 3.8rem;
  background-image: url(../images/corporate/dot02.png);
  background-repeat: repeat-x;
  background-size: 8px 2px;
  background-position: bottom;
}

@media only screen and (max-width: 767px) {
  .corp__basic__ttl1 {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    line-height: 2.8rem;
    width: 35rem;
    margin: 3.5rem auto 3.2rem;
    padding: 1.2rem 1rem 1.2rem 2rem;
  }
}

.corp__basic__ttl1::before {
  content: "";
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .corp__basic__ttl1::before {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.corp__basic__ttl1 img {
  content: "";
  mix-blend-mode: multiply;
  z-index: 1;
  left: 3.3rem;
  bottom: 4.7rem;
  width: 14.2rem;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .corp__basic__ttl1 img {
    width: 11.3rem;
    top: -2.5rem;
  }
}

.corp__basic__copy {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 3.6rem;
  margin: 2rem 0 2rem;
}

@media only screen and (max-width: 767px) {
  .corp__basic__copy {
    font-size: 1.7rem;
    line-height: 30px;
    width: 33rem;
    margin: auto;
  }
}

.corp__basic__p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin: 2rem 0 2rem;
}

@media only screen and (max-width: 767px) {
  .corp__basic__p {
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: 0.06em;
    max-width: 33rem;
    margin: 1.5rem auto;
  }
}

.corp__basic__ttl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  padding: 1.6rem 1rem;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.8rem;
  margin: 3rem 0 3rem;
}

.corp__basic__ttl2 img {
  content: "";
  mix-blend-mode: multiply;
  z-index: 1;
  left: 21rem;
  bottom: 0.9rem;
  width: 14.2rem;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .corp__basic__ttl2 img {
    width: 12rem;
    bottom: 1rem;
    left: 19rem;
  }
}

@media only screen and (max-width: 767px) {
  .corp__basic__ttl2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    max-width: 33rem;
    margin: 1.5rem auto;
  }
}

.corp__basic__ttl2 span {
  width: 3rem;
  height: 3rem;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.75rem;
}

@media only screen and (max-width: 767px) {
  .corp__basic__ttl2 span {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.6rem;
  }
}

.corp__basic__ttl2::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid #d5d5d5;
  border-top: 2px solid #d5d5d5;
  position: absolute;
  left: 0;
  top: -0.6rem;
  height: calc(100% + 1.2rem);
}

.corp__basic__pic {
  margin: 3.5rem 0 3.5rem;
}

@media only screen and (max-width: 767px) {
  .corp__basic__pic {
    width: 33rem;
    margin: 3rem auto;
  }
}

.corp__basic__ttl3 {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.8rem;
  border-bottom: 1px solid #d5d5d5;
  padding: 1.1rem 0 1.1rem 1.5rem;
  margin: 2.4rem 0 2.4rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .corp__basic__ttl3 {
    max-width: 33rem;
    margin: 2rem auto;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0.5rem;
  }
}

.corp__basic__ttl3::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .corp__basic__ttl3::before {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 1rem;
  }
}

.corp__underline-color {
  background-size: 100% 80%;
  background-position: left center;
}

.corp__arrowLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2.7rem 0;
}

@media only screen and (max-width: 767px) {
  .corp__arrowLayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2rem auto;
    width: 33rem;
  }
}

.corp__arrowLayout__p {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2.6rem;
  margin: 1.6rem 0;
}

@media only screen and (max-width: 767px) {
  .corp__arrowLayout__p {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}

.corp__arrowLayout__col {
  width: 34.4rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .corp__arrowLayout__col {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .corp__arrowLayout__col:first-child {
    margin-bottom: 6.5rem;
  }
}

.corp__arrowLayout__col:first-child::after {
  content: "";
  width: 2.8rem;
  height: 3.4rem;
  position: absolute;
  left: calc(100% + 4.4rem);
  top: 13.2rem;
  background-image: url("../images/corporate/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .corp__arrowLayout__col:first-child::after {
    left: 50%;
    top: calc(100% + 1rem);
    width: 2.7rem;
    height: 3.3rem;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}

.corp__basic__ttl4 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #aac7be;
  margin-bottom: 2.3rem;
}

@media only screen and (max-width: 767px) {
  .corp__basic__ttl4 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 1.7rem;
  }
}

.corp__seishin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  .corp__seishin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 3rem auto;
    width: 33rem;
  }
}

.corp__seishin__image {
  width: 34.4rem;
}

@media only screen and (max-width: 767px) {
  .corp__seishin__image {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.corp__seishin__text {
  width: calc(100% - 34.4rem - 3.2rem);
}

@media only screen and (max-width: 767px) {
  .corp__seishin__text {
    width: 100%;
    margin-top: 2rem;
  }
}

.corp__seishin__ttl1 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.3rem;
  position: relative;
  padding-left: 0.8rem;
}

.corp__seishin__ttl1::before {
  content: "";
  width: 0.2rem;
  height: 90%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
  left: 0;
}

.corp__seishin__ttl3 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .corp__seishin__ttl3 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

.corp__seishin__p {
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2.6rem;
}

@media only screen and (max-width: 767px) {
  .corp__seishin__p {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}

.corp__seishin__image__small {
  font-weight: normal;
  font-size: 1rem;
  line-height: 2.2rem;
  margin-top: 0.7rem;
}

@media only screen and (max-width: 767px) {
  .corp__seishin__image__small {
    font-size: 0.9rem;
  }
}

.corp__seishin__image__small2 {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.8rem;
  text-align: center;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .corp__seishin__image__small2 {
    font-size: 1rem;
    line-height: 2.2rem;
  }
}

.corp__seishin__ttl2 {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.6rem;
  margin: 1.7rem 0 1.1rem;
}

@media only screen and (max-width: 767px) {
  .corp__seishin__ttl2 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

.corp__seishin__text__small {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2.2rem;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .corp__seishin__text__small {
    font-size: 1rem;
  }
}

.corp__seishin__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .corp__seishin__btnArea {
    padding-bottom: 1rem;
    width: 33rem;
    margin: auto;
  }
}

.corp__memo {
  border-radius: 1rem;
  background-color: #f6f5f2;
  padding: 5rem 6rem 4rem;
  margin: 5.5rem 0 8.3rem;
}

@media only screen and (max-width: 767px) {
  .corp__memo {
    width: 100%;
    padding: 3.3rem 3rem 4rem;
    margin: 3rem 0 5rem;
  }
}

.corp__memo__ttl1 {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.6rem;
  color: #c1b37f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .corp__memo__ttl1 {
    padding-left: 2rem;
    margin-bottom: 1.8rem;
  }
}

.corp__memo__ttl1 span {
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.corp__memo__ttl1 span::before {
  content: "";
  width: 1px;
  height: 1.4rem;
  background-color: #c1b37f;
  display: inline-block;
  margin-right: 1rem;
}

.corp__memo__copyArea {
  width: 60rem;
  margin: 0 0 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .corp__memo__copyArea {
    width: 30rem;
  }
}

.corp__memo__copyArea::before {
  content: "";
  width: 9.95rem;
  height: 10.8rem;
  position: absolute;
  left: -8.3rem;
  top: -3.8rem;
  background-image: url("../images/corporate/kodawari_memo01.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .corp__memo__copyArea::before {
    width: 7.1rem;
    height: 7.5rem;
    left: -5.5rem;
    top: -4.5rem;
  }
}

.corp__memo__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  padding: 1.3rem 3.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2.4rem;
}

.corp__memo__copy::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid #d5d5d5;
  border-top: 2px solid #d5d5d5;
  position: absolute;
  left: 0;
  top: -0.6rem;
  height: calc(100% + 1.2rem);
}

.corp__memo__videoLink {
  width: 60rem;
  height: 40rem;
  border-radius: 3rem;
  border: 1rem solid #fff;
  margin: 3.5rem auto 1rem;
  -webkit-box-shadow: 1rem 1rem 30px rgba(122, 128, 134, 0.14);
  box-shadow: 1rem 1rem 30px rgba(122, 128, 134, 0.14);
  position: relative;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .corp__memo__videoLink:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  .corp__memo__videoLink {
    width: 32.8rem;
    height: 21.867rem;
    border-radius: 1rem;
  }
}

.corp__memo__videoLink picture {
  height: 100%;
}

.corp__memo__videoLink picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  border-radius: 2rem;
}

@media only screen and (max-width: 767px) {
  .corp__memo__videoLink picture img {
    border-radius: 0.7rem;
  }
}

.corp__memo__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.8rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .corp__memo__play {
    width: 4.8rem;
  }
}

.corp__basic__ttl5 {
  background: #f7f4f2;
  padding: 2.1rem 2.2rem 2.1rem 2.2rem;
}

@media only screen and (max-width: 767px) {
  .corp__basic__ttl5 {
    padding: 1.4rem;
    width: 33rem;
    margin: auto;
  }
}

.corp__text-color {
  font-weight: 700;
}

.corp__basic_buttonArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 2.7rem auto;
}

@media only screen and (max-width: 767px) {
  .corp__basic_buttonArea {
    width: 33rem;
    margin: 2rem auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.corp__basic_button1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.6rem;
  height: 5.1rem;
  padding: 0 5rem 0 2.5rem;
  margin: 0 5px;
  border-radius: 2.55rem;
  background: #fff;
  border: 0.1rem solid #d5d5d5;
  -webkit-box-shadow: 0.3rem 0.3rem 0.6rem rgba(122, 128, 134, 0.1);
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(122, 128, 134, 0.1);
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .corp__basic_button1:hover {
    background: #aac7be;
    color: white;
  }

  .corp__basic_button1:hover::after {
    background: white !important;
  }

  .corp__basic_button1:hover.variation {
    background: white;
    color: #7a8086;
  }

  .corp__basic_button1:hover.variation::after {
    background: #aac7be !important;
    -webkit-transform: translateY(-50%) translateX(-2.4rem);
    transform: translateY(-50%) translateX(-2.4rem);
  }

  .corp__basic_button1:hover.variation::before {
    background: #aac7be;
  }

  .corp__basic_button1:hover.variation-madori {
    background: white;
    color: #7a8086;
  }

  .corp__basic_button1:hover.variation-madori::after {
    background: #d1cbba !important;
    -webkit-transform: translateY(-50%) translateX(-2.4rem);
    transform: translateY(-50%) translateX(-2.4rem);
  }

  .corp__basic_button1:hover.variation-madori::before {
    background: #d1cbba;
  }

  .corp__basic_button1:hover.variation-sozai {
    background: white;
    color: #7a8086;
  }

  .corp__basic_button1:hover.variation-sozai::after {
    background: #dfbdb8 !important;
    -webkit-transform: translateY(-50%) translateX(-2.4rem);
    transform: translateY(-50%) translateX(-2.4rem);
  }

  .corp__basic_button1:hover.variation-sozai::before {
    background: #dfbdb8;
  }
}

@media only screen and (max-width: 767px) {
  .corp__basic_button1 {
    width: 100%;
    height: 4.8rem;
    padding: 0 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .corp__basic_button1:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.corp__basic_button1::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #aac7be;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 1.7rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.corp__basic_button1.variation {
  background: #aac7be;
  color: white;
}

.corp__basic_button1.variation::after {
  background: #fff;
}

.corp__basic_button1.variation::before {
  content: "";
  width: 2.8rem;
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.corp__basic_button1.variation-madori {
  background: #d1cbba;
  color: white;
}

.corp__basic_button1.variation-madori::after {
  background: #fff;
}

.corp__basic_button1.variation-madori::before {
  content: "";
  width: 2.8rem;
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.corp__basic_button1.variation-sozai {
  background: #dfbdb8;
  color: white;
}

.corp__basic_button1.variation-sozai::after {
  background: #fff;
}

.corp__basic_button1.variation-sozai::before {
  content: "";
  width: 2.8rem;
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.corp__basic__mediumImage {
  max-width: 502px;
  margin: 3rem 0;
}

@media only screen and (max-width: 767px) {
  .corp__basic__mediumImage {
    width: 33rem;
    margin: 3rem auto;
  }
}

.corp__basic__small {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2.2rem;
  margin-top: 0.8rem;
}

@media only screen and (max-width: 767px) {
  .corp__basic__small {
    font-size: 1rem;
  }
}

.corp__sheet {
  background-image: url("../images/common/graphPaper.jpg");
  background-size: 1.6rem;
  background-repeat: repeat;
  -webkit-filter: drop-shadow(0.5rem 0.5rem 1rem rgba(122, 128, 134, 0.1));
  filter: drop-shadow(0.5rem 0.5rem 1rem rgba(122, 128, 134, 0.1));
  border-radius: 2rem;
  padding: 1.5rem 3.2rem 2rem;
  position: relative;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 767px) {
  .corp__sheet {
    padding: 1.5rem 2.5rem 2.7rem;
    margin: 0 auto 5rem;
    max-width: 33rem;
    border-radius: 1rem;
  }
}

.corp__sheet::before {
  content: "";
  background-image: url("../images/common/graphPaperHoles.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 100%;
}

.corp__sheet__label {
  position: absolute;
  width: 18.7rem;
  top: -2.8rem;
  left: -5.5rem;
}

@media only screen and (max-width: 767px) {
  .corp__sheet__label {
    top: -4rem;
    left: -1.8rem;
  }
}

.corp__sheet__pic {
  max-width: 60rem;
  margin: 2.5rem auto;
}

.corp__sheet__pic img {
  border-radius: 1rem;
}

.corp__sheet__bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 67.2rem;
  margin: 5.3rem auto 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .corp__sheet__bubble {
    width: 100%;
    margin: 3.3rem auto 0;
  }
}

.corp__sheet__bubble__img {
  width: 12.1rem;
}

@media only screen and (max-width: 767px) {
  .corp__sheet__bubble__img {
    width: 4.8rem;
  }
}

.corp__sheet__text {
  width: 52rem;
  background: #f6f5f2;
  border-radius: 1rem;
  padding: 2.8rem 3rem 2rem 4.5rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2.4rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .corp__sheet__text {
    width: 21rem;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.corp__sheet__text::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 2rem 0 0;
  border-color: #f6f5f2 transparent transparent transparent;
  position: absolute;
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .corp__sheet__text::before {
    border-width: 1.5rem 1.5rem 0 0;
    left: -0.7rem;
    top: 14%;
  }
}

.corp__basic__ttl6 {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  padding-left: 1.4rem;
  position: relative;
  margin: 5.5rem 0 1.5rem;
}

@media only screen and (max-width: 767px) {
  .corp__basic__ttl6 {
    margin: 4rem auto 2rem;
    width: 33rem;
    font-size: 1.7rem;
  }
}

.corp__basic__ttl6::before {
  content: "";
  width: 0.8rem;
  height: 0.2rem;
  position: absolute;
  top: 1.7rem;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .corp__basic__ttl6::before {
    top: 1.3rem;
  }
}

.corp__basic__contactLinks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin: 1.5rem 0 5.5rem;
}

@media only screen and (max-width: 767px) {
  .corp__basic__contactLinks {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
    margin: 2rem auto 4rem;
    width: 33rem;
  }
}

@-webkit-keyframes arrow {
  0% {
    background-position-x: center;
  }

  50% {
    background-position-x: 3rem;
  }

  51% {
    background-position-x: -3rem;
  }

  100% {
    background-position-x: center;
  }
}

@keyframes arrow {
  0% {
    background-position-x: center;
  }

  50% {
    background-position-x: 3rem;
  }

  51% {
    background-position-x: -3rem;
  }

  100% {
    background-position-x: center;
  }
}

.corp__basic__contactLinks__item {
  height: 8.9rem;
  background: #fff;
  border: 0.1rem solid #d5d5d5;
  -webkit-filter: drop-shadow(0.3rem 0.3rem 0.6rem rgba(122, 128, 134, 0.1));
  filter: drop-shadow(0.3rem 0.3rem 0.6rem rgba(122, 128, 134, 0.1));
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5.5rem 0 1.2rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .corp__basic__contactLinks__item:hover {
    -webkit-filter: drop-shadow(0.3rem 0.3rem 0.6rem rgba(122, 128, 134, 0.3));
    filter: drop-shadow(0.3rem 0.3rem 0.6rem rgba(122, 128, 134, 0.3));
  }

  .corp__basic__contactLinks__item:hover::after {
    -webkit-animation-name: arrow;
    animation-name: arrow;
    background-color: #8b9072 !important;
  }
}

.corp__basic__contactLinks__item::after {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position-y: center;
  background-position-x: center;
  background-image: url("../images/corporate/arrow_white.svg");
  background-size: 48%;
  background-repeat: no-repeat;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

.corp__basic__contactLinks__item p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
  padding-left: 1.8rem;
}

.corp__basic__contactLinks__item picture {
  width: 6.4rem;
  height: 6.4rem;
}

.corp__basic__contactLinks__item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}

.corp__nagare {
  margin: 4rem 0 0;
  padding-left: 2.3rem;
}

@media only screen and (max-width: 767px) {
  .corp__nagare {
    width: 33rem;
    margin: 4rem auto 0;
    padding-left: 0.2rem;
  }
}

.corp__nagare__box {
  background-image: url(../images/corporate/dot02_vertical.png);
  background-repeat: repeat-y;
  background-size: 2px 8px;
  background-position: left 0.5rem;
}

.corp__nagare__ttl1 {
  position: relative;
}

.corp__nagare__ttl1 span {
  display: inline-block;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #a1a58a;
  width: 579px;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #e6ead3;
  padding: 0.4rem 2.3rem 0.4rem 4.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .corp__nagare__ttl1 span {
    font-size: 1.4rem;
    padding: 0.7rem 2rem 0.7rem 3.2rem;
    line-height: 1.2;
  }
}

.corp__nagare__ttl1::before {
  content: "無料";
  width: 4.8rem;
  height: 4.8rem;
  background: #a1a58a;
  border-radius: 50%;
  position: absolute;
  left: -2.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.8rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .corp__nagare__ttl1::before {
    width: 4.5rem;
    height: 4.5rem;
    left: -1.9rem;
    font-size: 1.2rem;
  }
}

.corp__nagare__warning {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #ba6a6a;
  position: absolute;
  left: calc(100% + 7.1rem);
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  white-space: nowrap;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .corp__nagare__warning {
    left: calc(100% + 1.5rem);
    font-size: 1.2rem;
  }
}

.corp__nagare__warning::before {
  content: "";
  width: 4.744rem;
  height: 3.114rem;
  background: #ba6a6a;
  position: absolute;
  right: calc(100% + 0.7rem);
  top: 50%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

@media only screen and (max-width: 767px) {
  .corp__nagare__warning::before {
    width: 0.2rem;
    height: 3rem;
    right: calc(100% + 0.5rem);
  }
}

.corp__nagare__warning small {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .corp__nagare__warning small {
    font-size: 1rem;
  }
}

.corp__nagare__p {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2;
  padding: 1.5rem 0 3rem 4.3rem;
}

@media only screen and (max-width: 767px) {
  .corp__nagare__p {
    padding: 1.5rem 0 2.5rem 3rem;
    font-size: 1.4rem;
  }
}

.corp__nagare .no-dots {
  background-image: none;
}

.corp__nagare__subBox {
  background-image: url(../images/corporate/dot02_vertical.png);
  background-repeat: repeat-y;
  background-size: 2px 8px;
  background-position: 1.5rem 0.5rem;
  margin-left: 9.3rem;
}

@media only screen and (max-width: 767px) {
  .corp__nagare__subBox {
    margin-left: 3.4rem;
  }
}

.corp__nagare__subBox .corp__nagare__p {
  padding-left: 3.7rem;
}

@media only screen and (max-width: 767px) {
  .corp__nagare__subBox .corp__nagare__p {
    padding-left: 2.7rem;
  }
}

.corp__nagare__ttl2.with-dots {
  position: relative;
}

.corp__nagare__ttl2.with-dots::after {
  content: "";
  background-image: url(../images/corporate/dot02.png);
  background-repeat: repeat-x;
  background-size: 8px 2px;
  background-position: left top;
  height: 2px;
  width: 9rem;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .corp__nagare__ttl2.with-dots::after {
    width: 2.6rem;
  }
}

.corp__nagare__ttl2 span {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #a1a58a;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #e6ead3;
  padding: 0.4rem 2rem 0.6rem 3.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .corp__nagare__ttl2 span {
    font-size: 1.4rem;
    padding: 0.4rem 1.5rem 0.6rem 2.2rem;
  }
}

.corp__nagare__ttl2 span::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #a1a58a;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .corp__nagare__ttl2 span::before {
    width: 0.6rem;
    height: 0.6rem;
    left: 0.8rem;
  }
}

.corp__prices {
  width: 81rem;
  margin: 3rem auto 8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}

@media only screen and (max-width: 767px) {
  .corp__prices {
    width: 33rem;
    margin: 3rem auto 5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
  }
}

.corp__prices__item {
  background-image: url(../images/common/graphPaper.jpg);
  background-repeat: repeat;
  background-size: 1.6rem;
  -webkit-box-shadow: 0rem 0.3rem 2.6rem rgba(208, 204, 204, 0.16);
  box-shadow: 0rem 0.3rem 2.6rem rgba(208, 204, 204, 0.16);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 2.5rem;
  border-radius: 1rem;
}

@media only screen and (min-width: 768px) {
  .corp__prices__item:hover {
    -webkit-box-shadow: 0rem 0.3rem 2.6rem rgba(208, 204, 204, 0.6);
    box-shadow: 0rem 0.3rem 2.6rem rgba(208, 204, 204, 0.6);
  }

  .corp__prices__item:hover .corp__prices__item__pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 767px) {
  .corp__prices__item {
    padding: 2rem;
  }
}

.corp__prices__item__pic {
  width: 100%;
  height: 21.8rem;
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .corp__prices__item__pic {
    height: 18rem;
  }
}

.corp__prices__item__pic img {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.corp__prices__item__title {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2.2rem;
  text-align: center;
  color: #b2ced1;
  margin: 2rem 0 0.3rem;
}

@media only screen and (max-width: 767px) {
  .corp__prices__item__title {
    font-size: 1.3rem;
    margin: 1rem 0 0;
  }
}

.corp__prices__item__info td,
.corp__prices__item__info th {
  letter-spacing: 0.06em;
  border-bottom: 1.5px solid #d5d5d5;
  padding: 1.5rem 1rem 0.3rem;
  text-align: left;
}

.corp__prices__item__info th {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.9rem;
  position: relative;
}

.corp__prices__item__info th::after {
  content: "";
  width: 0.1rem;
  height: 33%;
  position: absolute;
  right: 0;
  bottom: 0rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #d5d5d5;
}

.corp__prices__item__info td {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.7rem;
}

@media only screen and (max-width: 767px) {
  .corp__prices__item__info td {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.corp__prices__item__info td .tax {
  font-size: 1.2rem;
  line-height: 1.9rem;
}

@media only screen and (max-width: 767px) {
  .corp__prices__item__info td .tax {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

.corp__prices__item__tagList {
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .corp__prices__item__tagList {
    margin-top: 1.5rem;
  }
}

.corp__prices__item__tagList li {
  display: inline-block;
  font-weight: normal;
  margin: 0 0.9rem 0.5rem 0;
  font-size: 1.2rem;
  text-align: left;
  color: #7a8086;
  border-radius: 0.3rem;
  background: #fff;
  border: 0.1rem solid #d6d6d6;
  padding: 0.1rem 0.3rem;
}

@media only screen and (max-width: 767px) {
  .corp__prices__item__tagList li {
    font-size: 1.1rem;
  }
}

.corp__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

.corp__pagination .circleBtn {
  position: static;
  display: block;
  -webkit-transform: none;
  transform: none;
}

.corp__pagination__nbrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1rem;
}

.corp__pagination__nbrList li {
  margin: 0 0.65rem;
}

.corp__pagination__nbrList li a {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.corp__pagination__nbrList li a.active {
  background: #b6cdd0;
  color: white;
}

.corp__concept3 {
  padding: 10rem 0 8rem;
}

@media only screen and (max-width: 767px) {
  .corp__concept3 {
    padding: 5rem 0 5.5rem;
  }
}

.corp__concept3__container1 {
  margin: 0 0 0 10rem;
  width: 74rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .corp__concept3__container1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    width: 33rem;
  }
}

.corp__concept3__container1__img {
  width: 40.2rem;
  border-radius: 21.331rem 18.869rem 0.82rem 0.82rem;
  overflow: hidden;
  border: 0.8rem solid #fff;
  opacity: 1;
  -webkit-box-shadow: 0.3rem 0.3rem 0.6rem rgba(122, 128, 134, 0.1);
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(122, 128, 134, 0.1);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media only screen and (max-width: 767px) {
  .corp__concept3__container1__img {
    width: 25.5rem;
    border-radius: 13.371rem 11.829rem 0.514rem 0.514rem;
    border: 0.8rem solid #fff;
    opacity: 1;
    -webkit-box-shadow: 0.3rem 0.3rem 0.6rem rgba(122, 128, 134, 0.1);
    box-shadow: 0.3rem 0.3rem 0.6rem rgba(122, 128, 134, 0.1);
    margin: auto;
  }
}

.corp__concept3__container1__copy {
  width: 29rem;
  margin-top: 8.3rem;
}

@media only screen and (max-width: 767px) {
  .corp__concept3__container1__copy {
    width: 24.7rem;
    margin: -2.5rem auto 0;
  }
}

.corp__concept3__container1__copy path {
  fill: #7a8086;
}

.corp__concept3__container1__copy__up {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .corp__concept3__container1__copy__up {
    opacity: 1;
  }
}

.corp__concept3__container1__copy__down {
  width: 14.4rem;
  margin: -1.8rem auto 0;
}

.corp__concept3__container1__copy__down .copy-anim {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
}

.corp__concept3__container1__copy__down .copy-anim.anim-1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.corp__concept3__container1__copy__down .copy-anim.anim-2 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.corp__concept3__container1__copy__down .copy-anim.anim-3 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.corp__concept3__container1__copy__down .copy-anim.anim-4 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.corp__concept3__container1__copy__down .copy-anim.anim-5 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.corp__concept3__container1__copy__down.inview .copy-anim {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 767px) {
  .corp__concept3__container1__copy__down {
    width: 14.1rem;
  }
}

.corp__concept3__container2 {
  margin: 11.1rem 0 0 10rem;
  width: 87rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .corp__concept3__container2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33rem;
    margin: 6.8rem auto 0;
  }
}

.corp__concept3__container2__text {
  width: 38rem;
}

@media only screen and (max-width: 767px) {
  .corp__concept3__container2__text {
    width: 100%;
  }
}

.corp__concept3__container2__title {
  position: relative;
  margin-bottom: 3rem;
}

.corp__concept3__container2__title span {
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 3.6rem;
  display: inline-block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@media only screen and (max-width: 767px) {
  .corp__concept3__container2__title span {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

.corp__concept3__container2__title span:first-child {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}

.corp__concept3__container2__title span:first-child::after {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

@media only screen and (max-width: 767px) {
  .corp__concept3__container2__title span:first-child {
    font-size: 2.2rem;
  }
}

.corp__concept3__container2__title span em {
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  font-size: 4.8rem;
}

@media only screen and (max-width: 767px) {
  .corp__concept3__container2__title span em {
    font-size: 3.6rem;
  }
}

.corp__concept3__container2__title span::after {
  content: "";
  width: 101%;
  height: 2rem;
  background: #def2f7;
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  mix-blend-mode: multiply;
  -webkit-transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

@media only screen and (max-width: 767px) {
  .corp__concept3__container2__title span::after {
    height: 1.4rem;
  }
}

.corp__concept3__container2__title img {
  position: absolute;
  width: 34.6rem;
  top: -10rem;
  left: 17rem;
  -webkit-transform: translate(9em, -4rem);
  transform: translate(9em, -4rem);
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

@media only screen and (max-width: 767px) {
  .corp__concept3__container2__title img {
    width: 27rem;
    top: -8.5rem;
    left: 14.3rem;
  }
}

.corp__concept3__container2__title.inview span {
  visibility: visible;
  opacity: 1;
}

.corp__concept3__container2__title.inview span::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.corp__concept3__container2__title.inview img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

.corp__concept3__container2__p {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.corp__concept3__container2__p.first-letter::first-letter {
  font-size: 2rem;
}

.corp__concept3__container2__img {
  width: 47rem;
  margin-top: -2rem;
}

@media only screen and (max-width: 767px) {
  .corp__concept3__container2__img {
    width: 100%;
    margin-top: -5.5rem;
  }

  .corp__concept3__container2__img img {
    width: 115%;
    max-width: none;
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }
}

.corp__conceptVideo {
  background-color: #f6f5f2;
  padding: 5.7rem 10rem 4rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .corp__conceptVideo {
    padding: 3.5rem 2rem 3.5rem;
  }
}

.corp__conceptVideo::after {
  content: "";
  left: calc(100% - 1px);
  top: 0;
  width: 50vw;
  background: #f6f5f2;
  position: absolute;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .corp__conceptVideo::after {
    display: none;
  }
}

.corp__conceptVideo__ttl1 {
  position: relative;
  text-align: center;
}

.corp__conceptVideo__ttl1::before,
.corp__conceptVideo__ttl1::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e3dfd5;
  left: 0;
}

.corp__conceptVideo__ttl1::before {
  height: 1px;
  -webkit-transform: translateY(0.4rem);
  transform: translateY(0.4rem);
}

.corp__conceptVideo__ttl1::after {
  height: 2px;
}

.corp__conceptVideo__ttl1 span {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 2.4rem;
  white-space: nowrap;
  background-color: #f6f5f2;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 2rem;
}

@media only screen and (max-width: 767px) {
  .corp__conceptVideo__ttl1 span {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.corp__conceptVideo__videoLink {
  width: 47rem;
  height: 31rem;
  border-radius: 3rem;
  border: 1rem solid #fff;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(122, 128, 134, 0.14);
  box-shadow: 1rem 1rem 3rem rgba(122, 128, 134, 0.14);
  position: relative;
  margin: 2.5rem auto 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .corp__conceptVideo__videoLink:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  .corp__conceptVideo__videoLink {
    width: 32.8rem;
    height: 21.867rem;
    border-radius: 1rem;
  }
}

.corp__conceptVideo__videoLink picture {
  height: 100%;
}

.corp__conceptVideo__videoLink picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  border-radius: 2rem;
}

@media only screen and (max-width: 767px) {
  .corp__conceptVideo__videoLink picture img {
    border-radius: 0.7rem;
  }
}

.corp__conceptVideo__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5.3rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .corp__conceptVideo__play {
    width: 4.8rem;
  }
}

.corp__conceptVideo__deco2 {
  position: absolute;
  width: 13.15rem;
  right: 10rem;
  bottom: 5rem;
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 767px) {
  .corp__conceptVideo__deco2 {
    display: none;
  }
}

.corp__conceptVideo__deco3 {
  position: absolute;
  width: 11.5rem;
  left: 13rem;
  bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .corp__conceptVideo__deco3 {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .kodawari .corp__index__item:hover .corp__index__item__number {
    background-color: #a1c8be;
  }
}

@media only screen and (max-width: 767px) {
  .kodawari .corp__index__item__number {
    background-color: #a1c8be;
  }
}

.kodawari .corp__basic__ttl1::before {
  background-color: #e2edea;
}

.kodawari .corp__basic__ttl2 span,
.kodawari .corp__basic__ttl3:before,
.kodawari .corp__basic__contactLinks__item:after,
.kodawari .corp__basic__ttl6:before,
.kodawari .corp__seishin__ttl1:before {
  background-color: #a1c8be;
}

.kodawari .corp__basic__ttl6,
.kodawari .corp__seishin__ttl1,
.kodawari .corp__seishin__ttl2,
.kodawari .corp__text-color {
  color: #aac7be;
}

.kodawari .corp__underline-color {
  background-image: url("../images/corporate/color_ecf4f2.jpg");
}

@media only screen and (min-width: 768px) {
  .sozai .corp__index__item:hover .corp__index__item__number {
    background-color: #dfbdb8;
  }
}

@media only screen and (max-width: 767px) {
  .sozai .corp__index__item__number {
    background-color: #dfbdb8;
  }
}

.sozai .corp__basic__ttl1::before {
  background-color: #f2eae9;
}

.sozai .corp__basic__ttl2 span,
.sozai .corp__basic__ttl3:before {
  background-color: #dfbdb8;
}

.sozai .corp__text-color {
  color: #d9beb9;
}

.sozai .corp__underline-color {
  background-image: url("../images/corporate/color_faf2f1.jpg");
}

.sozai .corp__mv2__illustration {
  padding-right: 13rem;
}

.sozai .corp__mv2__illustration img {
  width: 22.5rem;
}

.sozai .corp__basic__ttl1 img {
  width: 20.1rem;
  bottom: 5.7rem;
}

@media only screen and (min-width: 768px) {
  .madori .corp__index__item:hover .corp__index__item__number {
    background-color: #d1cbba;
  }
}

@media only screen and (max-width: 767px) {
  .madori .corp__index__item__number {
    background-color: #d1cbba;
  }
}

.madori .corp__basic__ttl1::before {
  background-color: #f8f5ef;
}

.madori .corp__basic__ttl2 span,
.madori .corp__basic__ttl3:before,
.madori .corp__basic__contactLinks__item:after,
.madori .corp__basic__ttl6:before,
.madori .corp__seishin__ttl1:before {
  background-color: #d1cbba;
}

.madori .corp__basic__ttl6,
.madori .corp__seishin__ttl1,
.madori .corp__seishin__ttl2,
.madori .corp__text-color {
  color: #d1cbba;
}

.madori .corp__underline-color {
  background-image: url("../images/corporate/color_f6f5f2.jpg");
}

.madori .corp__mv2__illustration {
  padding-right: 15rem;
  bottom: -15.5rem;
  mix-blend-mode: multiply;
}

.madori .corp__mv2__illustration img {
  width: 22rem;
}

@media only screen and (min-width: 768px) {
  .concept .corp__index__item:hover .corp__index__item__number {
    background-color: #addfe7;
  }
}

@media only screen and (max-width: 767px) {
  .concept .corp__index__item__number {
    background-color: #addfe7;
  }
}

.concept .corp__mv2__illustration {
  padding-right: 5rem;
  bottom: -24.5rem;
  mix-blend-mode: multiply;
}

.concept .corp__mv2__illustration img {
  width: 20rem;
}

@media only screen and (min-width: 768px) {

  .nagare .corp__index__item:hover .corp__index__item__number,
  .contact .corp__index__item:hover .corp__index__item__number {
    background-color: #a0a587;
  }
}

@media only screen and (max-width: 767px) {

  .nagare .corp__index__item__number,
  .contact .corp__index__item__number {
    background-color: #a0a587;
  }
}

.nagare .corp__basic__ttl1::before,
.contact .corp__basic__ttl1::before {
  background-color: #e2e3d8;
}

.nagare .corp__basic__ttl6,
.contact .corp__basic__ttl6 {
  color: #a1a58a;
}

.nagare .corp__mv2__illustration,
.contact .corp__mv2__illustration {
  padding-right: 17rem;
  bottom: -17.5rem;
  mix-blend-mode: multiply;
}

.nagare .corp__mv2__illustration img,
.contact .corp__mv2__illustration img {
  width: 13.5rem;
}

.nagare .corp__basic__ttl1 img,
.contact .corp__basic__ttl1 img {
  width: 23.6rem;
  bottom: 4.5rem;
}

.nagare .corp__basic__ttl2 span,
.nagare .corp__basic__ttl3:before,
.nagare .corp__basic__contactLinks__item:after,
.nagare .corp__basic__ttl6:before,
.contact .corp__basic__ttl2 span,
.contact .corp__basic__ttl3:before,
.contact .corp__basic__contactLinks__item:after,
.contact .corp__basic__ttl6:before {
  background-color: #a0a587;
}

@media only screen and (min-width: 768px) {
  .kagaku .corp__index__item:hover .corp__index__item__number {
    background-color: #aacfd2;
  }
}

@media only screen and (max-width: 767px) {
  .kagaku .corp__index__item__number {
    background-color: #aacfd2;
  }
}

.kagaku .corp__basic__ttl1::before {
  background-color: #ecf9fa;
}

.kagaku .corp__basic__ttl6 {
  color: #aacfd2;
}

.kagaku .corp__mv2__illustration {
  padding-right: 12rem;
  bottom: -18rem;
  mix-blend-mode: multiply;
}

.kagaku .corp__mv2__illustration img {
  width: 22.5rem;
}

.kagaku .corp__basic__ttl1 img {
  width: 6.6rem;
  bottom: 5.7rem;
}

.kagaku .corp__basic__ttl2 span,
.kagaku .corp__basic__ttl3:before,
.kagaku .corp__basic__contactLinks__item:after,
.kagaku .corp__basic__ttl6:before {
  background-color: #a0a587;
}

@media only screen and (min-width: 768px) {
  .hosho .corp__index__item:hover .corp__index__item__number {
    background-color: #d7d3ac;
  }

  .hosho .corp__basic_button1:hover {
    background-color: #d7d3ac;
  }
}

@media only screen and (max-width: 767px) {
  .hosho .corp__index__item__number {
    background-color: #d7d3ac;
  }
}

.hosho .corp__basic__ttl1::before {
  background-color: #f5f2d8;
}

.hosho .corp__basic__ttl6,
.hosho .corp__seishin__ttl1,
.hosho .corp__seishin__ttl3,
.hosho .corp__text-color {
  color: #d7d3ac;
}

.hosho .corp__mv2__illustration {
  padding-right: 6rem;
  bottom: -15rem;
  mix-blend-mode: multiply;
}

.hosho .corp__mv2__illustration img {
  width: 36rem;
}

.hosho .corp__basic__ttl1 img {
  width: 9.846rem;
  bottom: 4.3rem;
}

@media only screen and (max-width: 767px) {
  .hosho .corp__basic__ttl1 img {
    width: 8rem;
    top: -1.5rem;
  }
}

.hosho .corp__basic__ttl2 span,
.hosho .corp__basic__vttl3:before,
.hosho .corp__basic__contactLinks__item:after,
.hosho .corp__basic__ttl6:before,
.hosho .corp__seishin__ttl1:before,
.hosho .corp__basic_button1::after {
  background-color: #d7d3ac;
}

.contact .corp__basic__ttl1:before {
  background-color: #e2e3d8;
}

.contact table.ik-contact-form {
  border: solid 1px #ddd;
  max-width: 100%;
  width: 100%;
  margin: 0px auto 30px;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-collapse: collapse;
}

.contact table.ik-contact-form th,
.contact table.ik-contact-form td {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  border: solid 1px #ddd;
  background-color: #fff;
  width: 100%;
}

@media only screen and (max-width: 767px) {

  .contact table.ik-contact-form th,
  .contact table.ik-contact-form td {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.contact table.ik-contact-form th {
  width: 100%;
  color: #3f3b3a;
  background-color: #f7f4f2;
  padding: 10px 10px;
  width: 260px;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.6;
}

.contact table.ik-contact-form th span.required {
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: #f2c6c6;
  color: #fff;
  padding: 3px 6px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
}

.contact table.ik-contact-form th span.optional {
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: #86b5cb;
  color: #fff;
  padding: 3px 6px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
}

.contact table.ik-contact-form th span.other-form {
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: #b7a490;
  color: #fff;
  padding: 3px 6px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
}

.contact table.ik-contact-form td {
  padding: 20px 10px;
  width: 420px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}

.contact table.ik-contact-form td textarea {
  border: 1px solid #ddd;
  padding: 8px 12px;
  width: 100%;
}

.contact table.ik-contact-form td .inputText {
  height: 30px;
  border: 1px solid #ddd;
  padding: 6px;
  width: 100%;
}

.contact table.ik-contact-form td .input-postal-text {
  height: 30px;
  border: 1px solid #ddd;
  padding: 6px;
  width: 100%;
}

.contact table.ik-contact-form td .input-call-text {
  height: 30px;
  border: 1px solid #ddd;
  padding: 6px;
  width: 100%;
}

.contact table.ik-contact-form td .hasDatepicker {
  border: 1px solid #ddd;
  padding: 2px 12px;
  cursor: pointer;
  width: 100%;
}

.contact table.ik-contact-form td span.supplementary-recruit-info {
  font-size: 1.1rem;
  line-height: 1.3;
  color: #aaa;
  margin-left: 10px;
  display: inline-block;
  margin: 5px 0px;
}

.contact table.ik-contact-form td span.supplementary-recruit-info a {
  color: #f1a09f;
}

.contact table.ik-contact-form td select {
  border: 1px solid #ddd;
  padding: 2px 12px;
  cursor: pointer;
  width: 100%;
}

.contact table.ik-contact-form .form-check span.vertical-item {
  display: block;
}

.contact table.ik-contact-form .form-check span.supplementary-info {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #aaa;
  margin-left: 10px;
  display: inline-block;
  margin: 5px 0px;
}

.contact table.ik-contact-form .form-check span.supplementary-info a {
  color: #f1a09f;
}

.contact table.ik-contact-form .form-check p.document-request a.document-request-link {
  color: blue;
  border-bottom: 1px solid blue;
  padding-right: 18px;
  background: url(/iksm/wp-content/themes/ito-kensetsu/static/images/lp/link-target.png) right center/15px auto no-repeat;
}

@media only screen and (max-width: 767px) {
  .contact table.ik-contact-form {
    margin: 20px auto 20px;
    border-collapse: collapse;
    max-width: 350px;
    width: 100%;
    text-align: center;
  }

  .contact table.ik-contact-form th,
  .contact table.ik-contact-form td {
    border-collapse: collapse;
    max-width: 350px;
    width: 100%;
    text-align: center;
  }

  .contact table.ik-contact-form th {
    padding: 4px 6px;
    font-size: 1.2rem;
    display: block;
    width: 100%;
  }

  .contact table.ik-contact-form th span.required {
    font-size: 1.3rem;
    line-height: 1.5;
    background-color: #f2c6c6;
    color: #fff;
    padding: 2px 6px 2px;
    margin-left: 5px;
    border-radius: 5px;
    display: inline-block;
  }

  .contact table.ik-contact-form th span.optional {
    font-size: 1.3rem;
    line-height: 1.5;
    background-color: #86b5cb;
    color: #fff;
    padding: 2px 6px 2px;
    margin-left: 5px;
    border-radius: 5px;
    display: inline-block;
  }

  .contact table.ik-contact-form td {
    padding: 4px 12px;
    font-size: 1.2rem;
    line-height: 1.7;
    display: block;
    width: 100%;
    text-align: left;
  }

  .contact table.ik-contact-form td textarea {
    width: 100%;
  }

  .contact table.ik-contact-form td .inputText {
    width: 100%;
  }

  .contact table.ik-contact-form td span.mwform-zip-field .inputText {
    width: auto;
  }

  .contact table.ik-contact-form .form-check span.vertical-item {
    display: block;
  }

  .contact table.ik-contact-form .form-check span.supplementary-info {
    font-size: 1.1rem;
    color: #aaa;
    margin-left: 10px;
    display: inline-block;
    margin: 5px 0px;
  }

  .contact table.ik-contact-form .form-check span.supplementary-info a {
    color: rgb(255, 89, 60);
  }
}

.contact table.ik-contact-form.last-ik-table {
  margin: 0;
}

.contact .form-submit {
  margin: 20px 0 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact .form-submit .submit-btn {
  width: calc(50% - 10px);
  margin: 0 5px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #00d1e3;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-top: 0px;
  cursor: pointer;
}

.contact .form-submit .submit-btn:hover {
  letter-spacing: 1.2px;
}

.contact .txBox h5 {
  text-align: center;
  margin-bottom: 15px;
}

.contact .txBox p {
  margin-left: 120px;
}

.contact .mw_wp_form_complete {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  font-family: "Kosugi Maru", sans-serif;
}

.contact .form-box-mini-title {
  margin: 0 0 15px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #af9b50;
  text-align: center;
  letter-spacing: 0.12em;
}

.contact .click-for-calendar {
  margin: 0 0 15px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #aaa;
  text-align: center;
  letter-spacing: 0.12em;
}

.corp__first__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -0.4rem auto 0;
  width: 94rem;
}

@media only screen and (max-width: 767px) {
  .corp__first__container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
  }
}

.corp__first__textArea {
  width: 32.4rem;
  padding-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .corp__first__textArea {
    width: 100%;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .corp__first__ttl2 {
    width: 27.6rem;
    margin: auto;
  }
}

.corp__first__checklist {
  margin: 1.9rem 0 3rem;
}

@media only screen and (max-width: 767px) {
  .corp__first__checklist {
    margin: 2.3rem 0 0 1.5rem;
  }
}

.corp__first__checklist li {
  position: relative;
  padding-left: 4rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2.3rem;
  margin-bottom: 1.2rem;
}

.corp__first__checklist li em {
  background-image: url("../images/common/color_f8f4dc.jpg");
  background-size: 100% 70%;
  background-position: left center;
}

.corp__first__checklist li::before {
  content: "";
  position: absolute;
  top: 63%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.8rem;
  height: 3.8rem;
  background-image: url(../images/front-page/first_check.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.corp__first__imgArea {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .corp__first__imgArea {
    width: 100%;
    margin: 0 10px 10px 10px;
  }
}

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