@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 58.5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50.5%;
  }
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: #fff;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

html {
  scroll-behavior: smooth;
}

h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  transition: all 0.5s 0s ease;
}
a img {
  transition: all 0.5s 0s ease;
}
a:hover {
  transform: scale(1.1);
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.5s 0s ease;
}
button:hover {
  cursor: pointer;
}

.__sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .__sp {
    display: block;
  }
}

.__pc {
  display: block;
}
@media screen and (min-width: 768px) {
  .__pc {
    display: none;
  }
}

.mod_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  background-color: #FCEDE8;
}
@media screen and (max-width: 767px) {
  .mod_header {
    padding: 2rem;
    gap: 2rem;
    flex-flow: column;
  }
}
.mod_header h1 img {
  width: 258px;
}
@media screen and (max-width: 767px) {
  .mod_header h1 img {
    width: 200px;
  }
}
.mod_header a img {
  width: 386px;
}
@media screen and (max-width: 767px) {
  .mod_header a img {
    width: 300px;
  }
}

.kv {
  padding-bottom: 15rem;
  background-color: #FCEDE8;
}
@media screen and (max-width: 767px) {
  .kv {
    padding-bottom: 0rem;
  }
}
.kv img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kv img {
    width: 100%;
  }
}

.mod_ceo {
  padding-left: 20%;
  position: relative;
  background-color: #FCEDE8;
  background-image: url(img/bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .mod_ceo {
    padding: 3rem;
  }
}
.mod_ceo .service_area {
  position: absolute;
  z-index: 10;
  width: 300px;
  right: 20rem;
  top: -20rem;
}
@media screen and (max-width: 767px) {
  .mod_ceo .service_area {
    position: relative;
    top: 2rem;
    right: -4rem;
    width: 80%;
  }
}
.mod_ceo .mod_ceo_detail {
  background-color: #fff;
  border-radius: 32px 0 0 32px;
  position: relative;
  padding: 10rem 20rem;
  display: flex;
  gap: 2rem;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .mod_ceo .mod_ceo_detail {
    padding: 3rem;
    border-radius: 32px;
  }
}
.mod_ceo .mod_ceo_detail .ceo_img {
  position: absolute;
  width: 260px;
  left: -130px;
  top: 5rem;
}
@media screen and (max-width: 767px) {
  .mod_ceo .mod_ceo_detail .ceo_img {
    position: static;
    width: 50%;
    margin: 0 auto;
  }
}
.mod_ceo .mod_ceo_detail h2 {
  font-size: 4.8rem;
  color: #666666;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mod_ceo .mod_ceo_detail h2 {
    font-size: 3rem;
    text-align: center;
  }
}
.mod_ceo .mod_ceo_detail p {
  font-size: 1.6rem;
  line-height: 2;
}

.mod_cv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 10rem;
}
@media screen and (max-width: 767px) {
  .mod_cv {
    padding: 3rem;
  }
}
.mod_cv a {
  background-color: #C6191E;
  border-radius: 100px;
  padding: 2rem 3rem;
  display: flex;
  gap: 1rem;
}
.mod_cv a img {
  width: 47px;
}
@media screen and (max-width: 767px) {
  .mod_cv a img {
    width: 32px;
  }
}
.mod_cv a p {
  gap: 0.5rem;
  color: #fff;
  display: flex;
  flex-flow: column;
}
.mod_cv a p strong {
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .mod_cv a p strong {
    font-size: 1.8rem;
  }
}
.mod_cv a p span {
  font-weight: bold;
  font-size: 2rem;
  padding-left: 0.25em;
}
@media screen and (max-width: 767px) {
  .mod_cv a p span {
    font-size: 1.3rem;
  }
}

.mod_width {
  max-width: 1200px;
  margin: 0 auto;
}

.mod_service {
  padding: 10rem 3rem;
}
.mod_service .mod_service_detail {
  margin-bottom: 5rem;
}
.mod_service .mod_service_detail img {
  float: right;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .mod_service .mod_service_detail img {
    float: none;
    width: 150px;
  }
}
.mod_service .mod_service_detail h2 {
  color: #DC7E72;
  font-weight: bold;
  font-size: 4.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .mod_service .mod_service_detail h2 {
    font-size: 3.2rem;
  }
}
.mod_service .mod_service_detail p {
  color: #796A56;
  font-size: 2.3rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .mod_service .mod_service_detail p {
    font-size: 2rem;
  }
}
.mod_service .mod_service_detail p.-min {
  color: #666666;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .mod_service .mod_service_detail p.-min {
    font-size: 1.6rem;
  }
}
.mod_service h3 {
  text-align: center;
  color: #DC7E72;
  font-weight: bold;
  font-size: 3.2rem;
}
.mod_service h3 strong {
  font-size: 4.8rem;
}
.mod_service .mod_service_3point {
  display: flex;
  flex-flow: column;
  gap: 2rem;
  padding: 2rem 0;
}
.mod_service .mod_service_3point_item {
  border: 2px solid #FCEDE8;
  border-radius: 8px;
  padding: 2rem;
  gap: 2rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mod_service .mod_service_3point_item {
    flex-flow: column;
  }
}
.mod_service .mod_service_3point_item .mod_service_3point_item_img {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .mod_service .mod_service_3point_item .mod_service_3point_item_img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mod_service .mod_service_3point_item .mod_service_3point_item_text h4 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mod_service .mod_service_3point_item .mod_service_3point_item_text h4 span {
  background-color: #C6191E;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3.2rem;
}
.mod_service .mod_service_3point_item .mod_service_3point_item_text h4 strong {
  color: #C6191E;
  font-size: 2.4rem;
}
.mod_service .mod_service_3point_item .mod_service_3point_item_text p {
  padding-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.7;
}

.mod_service_list_title {
  text-align: center;
  padding: 8rem 0 2rem;
}
.mod_service_list_title img {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .mod_service_list_title img {
    max-width: 70%;
  }
}
.mod_service_list_title h3 {
  color: #C6191E;
  padding-top: 1rem;
}

.mod_service_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .mod_service_list {
    flex-flow: column;
  }
}
.mod_service_list .mod_service_list_item {
  width: 50%;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .mod_service_list .mod_service_list_item {
    width: 100%;
  }
}
.mod_service_list .mod_service_list_item h4 {
  color: #DC7E72;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.mod_service_list .mod_service_list_item p {
  color: #666;
  font-size: 1.8rem;
  line-height: 1.7;
}

.mod_flow {
  background-color: #FCEDE8;
  padding: 10rem 2rem;
}
.mod_flow .mod_width {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  .mod_flow .mod_width {
    max-width: 100%;
  }
}
.mod_flow .mod_flow_h2 {
  background-image: url(img/flow.webp);
  width: 340px;
  height: 270px;
  background-size: cover;
  color: #935421;
  font-size: 3.2rem;
  text-align: center;
  padding-top: 8rem;
  font-weight: bold;
}
.mod_flow .mod_flow_detail {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  gap: 1rem;
}
.mod_flow .-flow_1 {
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  gap: 1px;
  overflow: hidden;
  background-color: #EDEDC5;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mod_flow .-flow_1 {
    flex-flow: column;
  }
}
.mod_flow .-flow_1 h3 {
  background-color: #fff;
  color: #DC7E72;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .mod_flow .-flow_1 h3 {
    font-size: 2.4rem;
    width: 100%;
    padding: 1rem;
  }
}
.mod_flow .-flow_1 p {
  background-color: #fff;
  width: calc(70% - 1px);
  padding: 4rem 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .mod_flow .-flow_1 p {
    width: 100%;
    font-size: 2rem;
  }
}
.mod_flow .-flow_2 {
  border-radius: 16px;
  display: flex;
  gap: 1px;
  overflow: hidden;
  width: 100%;
  background-color: #EDEDC5;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mod_flow .-flow_2 {
    flex-flow: column;
  }
}
.mod_flow .-flow_2 h3 {
  background-color: #DC7E72;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .mod_flow .-flow_2 h3 {
    font-size: 2.4rem;
    width: 100%;
    padding: 1rem;
  }
}
.mod_flow .-flow_2 p {
  background-color: #DC7E72;
  width: calc(70% - 1px);
  padding: 4rem 2rem;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mod_flow .-flow_2 p {
    width: 100%;
    font-size: 2rem;
  }
}

.footer-img {
  background-color: #FCEDE8;
  text-align: center;
}
.footer-img img {
  vertical-align: bottom;
  max-width: 340px;
}

.mod_footer {
  background-color: #FCEDE8;
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .mod_footer {
    text-align: center;
  }
}
.mod_footer .mod_width {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .mod_footer .mod_width {
    flex-flow: column;
  }
}
.mod_footer .mod_width .-action {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .mod_footer .mod_width .-action {
    justify-content: center;
  }
}

.mod_business {
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .mod_business {
    padding: 3rem;
  }
}
.mod_business .mod_business-detail {
  display: flex;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mod_business .mod_business-detail {
    flex-flow: column;
  }
}
.mod_business .mod_business-detail .-logo img {
  max-width: 320px;
}
.mod_business .mod_business-detail .-logo .tel {
  text-align: center;
  font-size: 2rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .mod_business .mod_business-detail .-logo .tel a {
    font-size: 3.8rem;
    font-weight: bold;
    color: #C6191E;
    text-decoration: underline;
  }
}
.mod_business .mod_business-detail .-detail h2 {
  color: #DC7E72;
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
.mod_business .mod_business-detail .-detail p {
  font-size: 2rem;
  line-height: 1.7;
}
.mod_business .mod_business-detail .-detail a {
  font-size: 4vw;
  display: block;
  font-weight: bold;
  color: #C6191E;
  line-height: 1;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .mod_business .mod_business-detail .-detail a {
    padding-top: 3vw;
    font-size: 14vw;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #C6191E;
    text-decoration: underline;
  }
}/*# sourceMappingURL=style.css.map */