#area .inner .heading h2, #qanda .inner .heading h2, #service .inner .heading h2, #promise .inner .innerblock .heading h2, #company .inner .heading h2, #case .inner .heading h2 {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#area .inner .heading h2 small, #qanda .inner .heading h2 small, #service .inner .heading h2 small, #promise .inner .innerblock .heading h2 small, #company .inner .heading h2 small, #case .inner .heading h2 small {
  color: #6B8FF7;
  font-size: 20px;
  line-height: 2;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 999px) {
  #area .inner .heading h2, #qanda .inner .heading h2, #service .inner .heading h2, #promise .inner .innerblock .heading h2, #company .inner .heading h2, #case .inner .heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #area .inner .heading h2, #qanda .inner .heading h2, #service .inner .heading h2, #promise .inner .innerblock .heading h2, #company .inner .heading h2, #case .inner .heading h2 {
    font-size: 24px;
  }
  #area .inner .heading h2 small, #qanda .inner .heading h2 small, #service .inner .heading h2 small, #promise .inner .innerblock .heading h2 small, #company .inner .heading h2 small, #case .inner .heading h2 small {
    font-size: 18px;
    line-height: 1.6;
  }
}

#area .inner .heading h2, #qanda .inner .heading h2, #service .inner .heading h2, #promise .inner .innerblock .heading h2 {
  align-items: center;
}
#company .inner .heading h2, #case .inner .heading h2 {
  align-items: start;
}
#selecter .map .HTMLBlock {
  height: 100%;
}

#main {
  position: relative;
  z-index: 2;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  letter-spacing: 0.08em;
  margin-bottom: 70px;
}
#mainimg #mainslider {
  width: 100%;
}
#mainimg #mainslider img {
  height: 775px;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg .catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainimg .catch .catchinner {
  font-size: 40px;
  line-height: 1.75;
  position: absolute;
  top: 47%;
  left: 6.75%;
}
#mainimg .catch .catchinner .txtbox {
  color: #fff;
}
#mainimg .catch .catchinner .txtbox .text {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
}
#mainimg .catch .catchinner .txtbox .text p {
  margin-top: 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  transform: rotate(-5.24deg);
  background-color: #ebc321;
  padding: 28px 40px;
}
#mainimg .catch .catchinner .txtbox .text p .bigtext {
  font-size: 56px;
}
#mainimg .side {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  right: 40px;
  /* &.close{
    display: none;
  } */
}
#mainimg .side .txtbox {
  position: relative;
  background-color: #fff;
  border: solid #daf3ff 5px;
  border-radius: 8px;
  padding: 30px 33px 15px;
  width: 450.45px;
  min-height: 247.75px;
}
#mainimg .side .txtbox .title {
  color: #6B8FF7;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.7272727273;
  text-align: center;
  margin-bottom: 5px;
}
#mainimg .side .txtbox .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8333333333;
  margin-bottom: 17px;
}
#mainimg .side .txtbox .bnrbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: right;
  font-weight: normal;
  text-decoration: none;
  color: #2c2924;
  transition: all 0.5s ease-out;
  font-weight: 700;
  font-size: 18px;
  color: #ebc321;
}
#mainimg .side .txtbox .bnrbtn a:hover {
  opacity: 0.6;
}
#mainimg .side .txtbox .bnrbtn a::after {
  content: "";
  margin-left: 10px;
  width: 8px;
  height: 11px;
  background-image: url(../images/bnr-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#mainimg .side .txtbox .closebtn {
  position: absolute;
  top: -26px;
  right: -26px;
  width: 40px;
  height: 40px;
  border: solid #daf3ff 2px;
  border-radius: 50%;
  background-color: #ebc321;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
#mainimg .side .txtbox .closebtn::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 23px;
  background-color: #daf3ff;
  transform: rotate(45deg);
}
#mainimg .side .txtbox .closebtn::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 23px;
  background-color: #fff;
  transform: rotate(-45deg);
}
@media (max-width: 1299px) {
  #mainimg #mainslider img {
    height: 650px;
  }
  #mainimg .catch .catchinner {
    top: 20%;
  }
}
@media (max-width: 999px) {
  #mainimg #mainslider img {
    height: 500px;
  }
  #mainimg .catch .catchinner .txtbox .text p {
    font-size: 22px;
    padding: 20px 30px;
  }
  #mainimg .catch .catchinner .txtbox .text p .bigtext {
    font-size: 26px;
  }
  #mainimg .side {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 40px;
    /* &.close{
      display: none;
    } */
  }
  #mainimg .side .txtbox {
    background-color: #fff;
    border: solid #daf3ff 5px;
    border-radius: 8px;
    padding: 30px 33px 15px;
    width: 385px;
    min-height: 200px;
  }
  #mainimg .side .txtbox .title {
    font-size: 18px;
    line-height: 1.6;
  }
  #mainimg .side .txtbox .text {
    font-size: 16px;
    line-height: 1.6;
  }
  #mainimg .side .txtbox .bnrbtn a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider {
    width: 100%;
    margin-bottom: 50px;
  }
  #mainimg #mainslider img {
    height: 300px;
  }
  #mainimg .catch .catchinner {
    top: 20%;
    left: 10px;
    right: 10px;
  }
  #mainimg .catch .catchinner .txtbox .text p {
    font-size: 14px;
    padding: 10px;
  }
  #mainimg .catch .catchinner .txtbox .text p .bigtext {
    font-size: 18px;
  }
  #mainimg .side {
    position: relative;
    z-index: 2;
    top: -80px;
    right: 0px;
    padding: 0 30px;
    /* &.close{
      display: none;
    } */
  }
  #mainimg .side .txtbox {
    margin: 0 auto;
    background-color: #fff;
    border: solid #daf3ff 5px;
    border-radius: 8px;
    padding: 30px 10px 15px;
    width: 100%;
    min-height: 200px;
  }
  #mainimg .side .txtbox .title {
    font-size: 16px;
    line-height: 1.6;
  }
  #mainimg .side .txtbox .text {
    font-size: 14px;
    line-height: 1.6;
  }
  #mainimg .side .txtbox .bnrbtn a {
    font-size: 16px;
  }
}

/* ----------------------------------------------
promise
------------------------------------------------- */
#promise {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
#promise::before {
  position: absolute;
  z-index: -1;
  top: -43.6%;
  left: 0;
  width: 100%;
  height: 143.6%;
  content: "";
  background-image: url(../images/promise-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 15%, 100% 0, 100% 81.3%, 0% 100%);
}
#promise .images {
  position: relative;
  z-index: 2;
}
#promise .images .image-block {
  position: absolute;
  width: 19.6875%;
  min-width: 150px;
  top: -5.5vw;
  left: 2.6875vw;
  max-width: 1000px;
}
#promise .images .image-block .image {
  position: relative;
  padding-top: 89.5238095238%;
}
#promise .images .image-block .image img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#promise .inner {
  position: relative;
  padding: 0 10px;
}
#promise .inner .innerblock {
  padding-top: 78px;
  padding-bottom: 107px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1340px;
  min-height: 540px;
  background-color: #fff;
}
#promise .inner .innerblock .txtbox {
  margin-top: 35px;
  padding-left: 12.1212121212%;
  padding-right: 20.6060606061%;
}
#promise .inner .innerblock .txtbox .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
}
#promise .inner .images2 .image-block {
  position: absolute;
  width: 22.375%;
  min-width: 100px;
  top: 50%;
  transform: translateY(-50%);
  right: 0vw;
  max-width: 1000px;
}
#promise .inner .images2 .image-block .image {
  position: relative;
  padding-top: 108.1005586592%;
}
#promise .inner .images2 .image-block .image img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  #promise .inner .innerblock {
    padding-top: 50px;
    padding-bottom: 70px;
    min-height: 400px;
  }
  #promise .inner .innerblock .txtbox .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #promise::before {
    top: -16%;
    height: 116%;
    clip-path: polygon(0 6.2%, 100% 0, 100% 93.8%, 0% 100%);
  }
  #promise .images .image-block {
    top: -15.625vw;
  }
  #promise .inner {
    padding-top: 50px;
  }
  #promise .inner .innerblock .txtbox {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  #promise .inner .innerblock .txtbox .text {
    font-size: 14px;
  }
  #promise .inner .innerblock .image_sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #promise .inner .innerblock .image_sp img {
    width: 100%;
    max-width: 200px;
  }
}

/* ----------------------------------------------
service
------------------------------------------------- */
#service {
  position: relative;
  padding-bottom: 70px;
}
#service::before {
  position: absolute;
  z-index: -2;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  background-color: #fff4dc;
}
#service .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#service .inner .heading {
  margin-bottom: 50px;
}
#service .inner .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#service .inner .contents .block {
  width: 46.6101694915%;
  transition: all 0.5s ease-out;
}
#service .inner .contents .block:hover {
  opacity: 0.6;
}
#service .inner .contents .block:nth-child(n+3) {
  margin-top: 68px;
}
#service .inner .contents .block a {
  text-decoration: none;
}
#service .inner .contents .block a .image {
  position: relative;
}
#service .inner .contents .block a .image img {
  width: 100%;
}
#service .inner .contents .block a .image .icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
#service .inner .contents .block a .image .icon img {
  width: initial;
}
#service .inner .contents .block a .txtbox {
  background-color: #fff;
  padding: 42px 55px 37px 35px;
}
#service .inner .contents .block a .txtbox .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-width: 128px;
  min-height: 40px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: all 0.5s ease-out;
  color: #6B8FF7;
  margin-bottom: 5px;
  justify-content: center;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#service .inner .contents .block a .txtbox .btn:hover {
  opacity: 0.6;
}
#service .inner .contents .block a .txtbox .btn::after {
  position: absolute;
  right: 0;
  min-width: 10px;
  min-height: 15px;
  content: "";
  background-image: url(../images/service-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  #service .inner .contents .block a .txtbox .btn {
    font-size: 15px;
  }
  #service .inner .contents .block a .txtbox .btn::after {
    min-width: 10px;
    min-height: 15px;
  }
}
#service .inner .contents .block a .txtbox .text {
  font-weight: normal;
  text-decoration: none;
  color: #2c2924;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
}
#service .inner .contents .bottom {
  width: 100%;
  transition: all 0.5s ease-out;
  margin-top: 68px;
}
#service .inner .contents .bottom:hover {
  opacity: 0.6;
}
#service .inner .contents .bottom a {
  text-decoration: none;
  display: flex;
}
#service .inner .contents .bottom a .image {
  position: relative;
  width: 46.6101694915%;
}
#service .inner .contents .bottom a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .inner .contents .bottom a .image .icon {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(50%, -50%);
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
#service .inner .contents .bottom a .image .icon img {
  width: initial;
  height: initial;
}
#service .inner .contents .bottom a .txtbox {
  width: 53.3898305085%;
  background-color: #fff;
  padding: 55px 55px 37px 6.7796610169%;
}
#service .inner .contents .bottom a .txtbox .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-width: 128px;
  min-height: 40px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: all 0.5s ease-out;
  color: #6B8FF7;
  margin-bottom: 5px;
  justify-content: left;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#service .inner .contents .bottom a .txtbox .btn:hover {
  opacity: 0.6;
}
#service .inner .contents .bottom a .txtbox .btn::after {
  position: absolute;
  right: 0;
  min-width: 10px;
  min-height: 15px;
  content: "";
  background-image: url(../images/service-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  #service .inner .contents .bottom a .txtbox .btn {
    font-size: 15px;
  }
  #service .inner .contents .bottom a .txtbox .btn::after {
    min-width: 10px;
    min-height: 15px;
  }
}
#service .inner .contents .bottom a .txtbox .text {
  font-weight: normal;
  text-decoration: none;
  color: #2c2924;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  #service::before {
    top: -15%;
    height: 130%;
  }
  #service .inner .contents .block a .image .icon {
    width: 100px;
    height: 100px;
  }
  #service .inner .contents .block a .txtbox .text {
    font-size: 15px;
  }
  #service .inner .contents .bottom a .image .icon {
    width: 100px;
    height: 100px;
  }
  #service .inner .contents .bottom a .txtbox .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #service {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #service::before {
    top: -5%;
    height: 110%;
  }
  #service .inner .contents .block {
    max-width: 405px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #service .inner .contents .block:nth-child(n+2) {
    margin-top: 60px;
  }
  #service .inner .contents .block a .image .icon {
    width: 100px;
    height: 100px;
  }
  #service .inner .contents .block a .txtbox {
    padding: 42px 10px 10px;
  }
  #service .inner .contents .block a .txtbox .text {
    font-size: 14px;
  }
  #service .inner .contents .bottom {
    width: 100%;
    max-width: 405px;
    margin-left: auto;
    margin-right: auto;
  }
  #service .inner .contents .bottom a {
    display: block;
  }
  #service .inner .contents .bottom a .image {
    width: 100%;
  }
  #service .inner .contents .bottom a .image img {
    width: 100%;
  }
  #service .inner .contents .bottom a .image .icon {
    position: absolute;
    top: initial;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
  }
  #service .inner .contents .bottom a .txtbox {
    width: 100%;
    padding: 42px 10px 10px;
  }
  #service .inner .contents .bottom a .txtbox .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-width: 128px;
    min-height: 40px;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: all 0.5s ease-out;
    color: #6B8FF7;
    margin-bottom: 5px;
    justify-content: center;
    /* @include transition();
    &:hover {
      background: #0b60ca;
      color: #f9f159;
    } */
  }
  #service .inner .contents .bottom a .txtbox .btn:hover {
    opacity: 0.6;
  }
  #service .inner .contents .bottom a .txtbox .btn::after {
    position: absolute;
    right: 0;
    min-width: 10px;
    min-height: 15px;
    content: "";
    background-image: url(../images/service-flow.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) and (max-width: 999px) {
  #service .inner .contents .bottom a .txtbox .btn {
    font-size: 15px;
  }
  #service .inner .contents .bottom a .txtbox .btn::after {
    min-width: 10px;
    min-height: 15px;
  }
}
@media (max-width: 767px) {
  #service .inner .contents .bottom a .txtbox .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case {
  letter-spacing: 0.08em;
}
#case .images {
  position: relative;
  z-index: 2;
}
#case .images .image-block {
  position: absolute;
  width: 23.1875%;
  min-width: 150px;
  top: 40vw;
  right: 5vw;
  max-width: 1000px;
}
#case .imgbox img {
  width: 100%;
  clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 82%);
  margin-bottom: 18px;
}
#case .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#case .inner .heading {
  margin-bottom: 48px;
}
#case .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  border-radius: 8px;
  font-size: 16px;
  background-color: #ebc321;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#case .inner .btn a::before {
  width: 40px;
}
#case .inner .btn a::before {
  content: "";
  width: 8px;
  height: 12px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#case .inner .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #case .inner .btn a {
    width: 290px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #case .inner .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
}
#case .inner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #case {
    padding-bottom: 50px;
  }
  #case .images .image-block {
    top: 42.5vw;
  }
}

/* ----------------------------------------------
qanda
------------------------------------------------- */
#qanda {
  position: relative;
  padding-top: 33px;
  padding-bottom: 50px;
  letter-spacing: 0.08em;
}
#qanda::before {
  position: absolute;
  z-index: -2;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  background-color: #fff4dc;
}
#qanda .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#qanda .inner .heading {
  margin-bottom: 50px;
}
#qanda .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  border-radius: 8px;
  font-size: 16px;
  background-color: #ebc321;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#qanda .inner .btn a::before {
  width: 40px;
}
#qanda .inner .btn a::before {
  content: "";
  width: 8px;
  height: 12px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#qanda .inner .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #qanda .inner .btn a {
    width: 290px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #qanda .inner .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
}
#qanda .inner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ----------------------------------------------
area
------------------------------------------------- */
#area {
  position: relative;
  padding-top: 170px;
  padding-bottom: 220px;
  letter-spacing: 0.08em;
}
#area::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/area-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
#area .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#area .inner .heading {
  margin-bottom: 60px;
}
#area .inner .contents {
  display: flex;
}
#area .inner .contents .imgbox {
  width: 47.4576271186%;
  margin-right: 2.5423728814%;
}
#area .inner .contents .imgbox .image {
  margin-bottom: 40px;
}
#area .inner .contents .imgbox .image img {
  width: 100%;
}
#area .inner .contents .imgbox .creditcard {
  padding: 40px 20px 25px;
  background-color: #fff;
}
#area .inner .contents .imgbox .creditcard p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 30px;
}
#area .inner .contents .imgbox .creditcard ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 22px;
}
#area .inner .contents .areabox {
  width: 50%;
}
#area .inner .contents .areabox .txtbox:not(:last-child) {
  margin-bottom: 40px;
}
#area .inner .contents .areabox .txtbox .cate {
  display: flex;
  margin-bottom: 20px;
}
#area .inner .contents .areabox .txtbox .cate p {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  height: 42px;
  color: #fff;
  background-color: #6B8FF7;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#area .inner .contents .areabox .txtbox .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 999px) {
  #area::before {
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
  }
  #area .inner .contents .areabox .txtbox:not(:last-child) {
    margin-bottom: 30px;
  }
  #area .inner .contents .areabox .txtbox .cate p {
    min-width: 120px;
    height: 35px;
    font-size: 16px;
  }
  #area .inner .contents .areabox .txtbox .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #area {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  #area::before {
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
  }
  #area .inner .contents {
    display: block;
  }
  #area .inner .contents .imgbox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #area .inner .contents .areabox {
    margin-top: 40px;
    width: 100%;
  }
  #area .inner .contents .areabox .txtbox:not(:last-child) {
    margin-bottom: 30px;
  }
  #area .inner .contents .areabox .txtbox .cate p {
    min-width: 120px;
    height: 35px;
    font-size: 16px;
  }
  #area .inner .contents .areabox .txtbox .text {
    font-size: 15px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  letter-spacing: 0.08em;
  padding-bottom: 40px;
}
#company .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#company .inner .heading {
  margin-bottom: 50px;
}
#company .inner .contents {
  display: flex;
}
#company .inner .contents .imgbox {
  width: 47.4576271186%;
  margin-right: 2.5423728814%;
}
#company .inner .contents .imgbox .image img {
  width: 100%;
}
#company .inner .contents .address {
  width: 47.4576271186%;
  margin-right: 2.5423728814%;
}
#company .inner .contents .address .txtbox {
  margin-bottom: 37px;
}
#company .inner .contents .address .txtbox .name {
  margin-bottom: 3px;
  color: #6B8FF7;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#company .inner .contents .address .txtbox .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
#company .inner .contents .address .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: right;
}
@media (max-width: 999px) {
  #company .inner .contents .address .txtbox .name {
    font-size: 18px;
  }
  #company .inner .contents .address .txtbox .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company {
    margin-top: 0px;
    padding-bottom: 40px;
  }
  #company .inner .contents {
    display: block;
  }
  #company .inner .contents .imgbox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #company .inner .contents .imgbox .image img {
    margin-bottom: 30px;
  }
  #company .inner .contents .address {
    width: 100%;
  }
  #company .inner .contents .address .txtbox .name {
    font-size: 18px;
  }
  #company .inner .contents .address .txtbox .text {
    font-size: 16px;
  }
}/*# sourceMappingURL=index.css.map */