@charset "UTF-8";
/*-------------------------
top style
--------------------------*/
/***************************
*** add
******************************/
@import url("https://fonts.googleapis.com/css2?family=Miriam+Libre:wght@400;700&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap");
/* p tag */
/* heading */
/* hr */
/* blockquote */
/* ul */
/* ol */
/* table */
/***************************
*** header ヘッダー
******************************/
.header {
  height: 110px;
  background-color: #fff;
}
@media only screen and (max-width: 1271px) {
  .header {
    height: 91px;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
}
.header__wrap {
  justify-content: space-between;
  margin-right: 200px;
}
@media only screen and (max-width: 1271px) {
  .header__wrap {
    margin-right: 130px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__wrap {
    margin-right: 4%;
  }
}
.header__logo {
  position: fixed;
  top: 0;
  left: 0;
  display: contents;
}
.header__logo a {
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 0 0 20px 0;
  box-shadow: 1px 1px 10px #e8e8e8;
}
@media only screen and (max-width: 1271px) {
  .header__logo a {
    padding: 20px 40px;
    width: 205px;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo a {
    /* width: 100px;
    padding: 10px 15px; */
    max-width: 100%;
    padding: 10px 14px;
    height: 100%;
    display: block;
    width: 164px;
  }
}

.header__gnav {
  width: calc(100% - 241px);
}
@media only screen and (max-width: 1271px) {
  .header__gnav {
    width: calc(100% - 165px);
  }
}
@media only screen and (max-width: 1023px) {
  .header__gnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10vw;
    background: #08a7f1;
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  }
  .header__gnav .icon img {
    width: 28px;
  }
}
.header__gnav--txt {
  display: block !important;
  font-size: 11px;
  position: absolute;
  top: 10px;
  right: 200px;
}
@media only screen and (max-width: 1271px) {
  .header__gnav--txt {
    right: 130px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__gnav--txt {
    right: inherit;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .header__gnav--txt {
    font-size: 11px;
    top: 8px;
  }
}
@media only screen and (max-width: 360px) {
  .header__gnav--txt {
    font-size: 10px;
  }
}
.header__gnav--contact {
  position: fixed;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .header__gnav--contact {
    position: initial;
  }
}
.header__gnav--contact a {
  color: #fff;
  font-family: "Miriam Libre", sans-serif;
  font-weight: 700;
  position: relative;
  padding: 38px 50px;
  border-radius: 0 0 0 24px;
  background-color: #08a7f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 1271px) {
  .header__gnav--contact a {
    padding: 22px 28px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__gnav--contact a {
    max-width: 155px;
    margin: 0 auto;
    border: solid 2px #fff;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header__gnav--contact a {
    flex-direction: row;
    max-width: 92%;
  }
}
.header__gnav--contact a::before {
  content: "";
  width: 20px;
  height: 18px;
  display: block;
  background: url(../img/top/hd_icon_mail.png) no-repeat center/contain;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .header__gnav--contact a::before {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.header__gnav-list {
  justify-content: right;
  margin-top: 45px;
}
@media only screen and (max-width: 1271px) {
  .header__gnav-list {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__gnav-list {
    flex-direction: column;
  }
}
.header__gnav-list--item {
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .header__gnav-list--item {
    margin-bottom: 4vw;
    border-bottom: none;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header__gnav-list--item {
    margin-bottom: 5.2vw;
  }
}
.header__gnav-list--item:not(:first-child) {
  margin-left: 2.4%;
  padding-left: 2.4%;
  border-left: solid 1px #020202;
}
@media only screen and (max-width: 1023px) {
  .header__gnav-list--item:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
.header__gnav-list--item:last-child {
  margin-left: 3%;
  padding-left: 0;
  border: none;
}
@media only screen and (max-width: 1023px) {
  .header__gnav-list--item:last-child {
    margin-left: 0;
  }
}
.header__gnav-list--item a {
  color: #020202;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .header__gnav-list--item a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__gnav-list--item a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header__gnav-list--item a {
    font-size: 16px;
  }
}
.header__gnav-list--item a::after {
  content: "";
  width: 0;
  height: 0;
  background: #08a7f1;
  display: block;
  border-radius: 5px 5px 0 0;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in;
}
@media only screen and (max-width: 1271px) {
  .header__gnav-list--item a::after {
    bottom: -27px;
  }
}
.header__gnav-list--item a:hover::after {
  width: 20px;
  height: 10px;
}
.header__gnav-list--item.current a {
  pointer-events: none;
}
.header__gnav-list--item.current a::after {
  width: 20px;
  height: 10px;
}
.header .icon img {
  vertical-align: baseline;
  width: 20px;
  height: auto;
}
@media only screen and (max-width: 1271px) {
  .header .icon img {
    width: 17px;
  }
}
@media only screen and (max-width: 1023px) {
  .header .icon img {
    width: 18px;
  }
  .header__gnav-list--item.current a {
    pointer-events: inherit;
  }
}
.header .tel_link {
  font-family: "Miriam Libre", sans-serif;
  font-weight: 700;
  font-size: 31px;
  line-height: 1;
}
@media only screen and (max-width: 1271px) {
  .header .tel_link {
    font-size: 23px;
    color: #020202;
  }
  .header .tel_link a {
    font-size: 23px;
    color: #020202;
  }
}
@media only screen and (max-width: 1023px) {
  .header .tel_link {
    font-size: 32px;
  }
  .header .tel_link a {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .header .tel_link {
    font-size: 30px;
    white-space: nowrap;
  }
  .header .tel_link a {
    font-size: 30px;
    white-space: nowrap;
  }
}
.header .tel_txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .header .tel_txt {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
  }
}
.header.is-scrolled {
  background-color: rgba(8, 167, 241, 0.4);
}
@media only screen and (max-width: 1023px) {
  .header__sptrigger {
    display: flex;
    align-items: center;
    height: 80px;
  }
  .header__sptrigger .is-sp {
    display: none;
  }
}
@media only screen and (max-width: 919px) {
  .header__sptrigger-telbtn .is-tablet .icon {
    margin-right: 0;
    width: 22px;
  }
}

.top__sns {
  position: fixed;
  top: 275px;
  right: 0;
  z-index: 2;
  width: 100px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .top__sns {
    top: 145px;
    width: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .top__sns {
    display: none;
  }
}
.top__sns--ttl {
  transform: rotate(90deg);
  margin-bottom: 100px;
}
@media only screen and (max-width: 1023px) {
  .top__sns--ttl {
    margin-bottom: 70px;
  }
}
.top__sns--list {
  position: relative;
}
.top__sns--list li {
  width: 50%;
  margin: 0 auto 30px;
}
.top__sns--list li img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .top__sns--list li {
    margin: 0 auto 20px;
  }
}
.top__sns--list::before {
  content: "";
  width: 2px;
  height: 60px;
  background-color: #020202;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .top__sns--list::before {
    height: 38px;
    top: -50px;
  }
}

.top__spmenu--sns {
  margin-top: 8vw;
  display: flex;
  justify-content: center;
}
.top__spmenu--sns li {
  margin: 0 4%;
  width: calc((100% - 60px) / 4);
}
.top__spmenu--sns li img {
  width: 80%;
}

@media only screen and (max-width: 1023px) {
  .navToggle {
    display: block;
    margin-left: 2rem;
    cursor: pointer;
    z-index: 9999;
  }
  .navToggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #020202;
    transition: 0.35s ease-in-out;
    border-radius: 5px;
  }
  .navToggle div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 35px;
    height: 18px;
    z-index: 9999;
    position: relative;
  }
  .navopen .header__gnav {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.4s, opacity 0.4s;
    overflow-y: scroll;
  }
  .navopen .navToggle span {
    position: absolute;
  }
  .navopen .navToggle span:nth-child(1) {
    top: 11px;
    transform: rotate(135deg);
  }
  .navopen .navToggle span:nth-child(2) {
    top: 11px;
    transform: rotate(-135deg);
  }
}
/***************************
*** footer フッター
******************************/
.footer {
  padding: 70px 0 35px;
  background: url(../img/top/ft_bg.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 15px;
  }
}
.footer__inner {
  flex-wrap: nowrap;
  margin-bottom: 85px !important;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px !important;
  }
}
.footer__logo {
  margin-right: 40px;
}
@media only screen and (max-width: 1271px) {
  .footer__logo {
    margin-right: 30px;
    width: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    margin-right: 0;
    width: 36%;
    margin-bottom: 0;
  }
}
.footer__logo img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .footer__detail {
    display: none;
  }
}
.footer__detail .number {
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__detail .number img {
  width: 24px;
  height: auto;
}
@media only screen and (max-width: 1271px) {
  .footer__detail .number {
    margin-bottom: 15px;
  }
  .footer__detail .number img {
    width: 22px;
  }
}
.footer__detail .number .tel_link {
  font-family: "Miriam Libre", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 35px;
  color: #fff;
}
@media only screen and (max-width: 1271px) {
  .footer__detail .number .tel_link {
    font-size: 30px;
  }
}
.footer__company {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.9;
}
@media only screen and (max-width: 1271px) {
  .footer__company {
    font-size: 13px;
  }
}
.footer__gnav {
  margin-right: 0;
  margin-left: auto;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1271px) {
  .footer__gnav {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .footer__gnav {
    display: none;
  }
}
.footer__gnav--list {
  height: fit-content;
}
.footer__gnav--list li:not(:last-child) {
  margin-bottom: 22px;
}
.footer__gnav--list a {
  color: #fff;
  font-size: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 500;
}
@media only screen and (max-width: 1271px) {
  .footer__gnav--list a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__gnav--list a {
    font-size: 3.3vw;
  }
}
.footer__gnav--list:not(:first-child) {
  margin-left: 45px;
  padding-left: 45px;
  border-left: solid 1px #2dbcff;
}
@media only screen and (max-width: 1271px) {
  .footer__gnav--list:not(:first-child) {
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__gnav--list:not(:first-child) {
    margin-left: 20px;
    padding-left: 20px;
  }
}
.footer__pagetop {
  padding-left: 60px;
  margin-right: -30px;
}
@media only screen and (max-width: 1271px) {
  .footer__pagetop {
    padding-left: 15px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__pagetop {
    position: absolute;
    right: 4%;
    top: -35px;
    padding-left: 0;
    width: 50px;
    height: 50px;
  }
  .footer__pagetop a {
    width: 100%;
    height: 100%;
  }
  .footer__pagetop a img {
    width: 50px;
    height: 50px;
  }
}
.footer__pagetop--icon {
  position: fixed;
  bottom: 7%;
  right: 4%;
}
.footer__copy--inner {
  text-align: center;
}
.footer .copyright {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.075em;
}
.footer .copyright a {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.075em;
}

/***************************
*** common 共通
******************************/
.content_wrap-min {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}

.content_wrap-max {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}

.top__heading {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  line-height: 2.5;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .top__heading {
    width: 64%;
    margin-inline: auto;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .top__heading img {
    width: 100%;
  }
}
.top__heading::before {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .top__heading::before {
    width: 60px;
    height: 60px;
    top: -70px;
  }
}

.button a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 15px 60px;
  border-radius: 40px;
  background-color: #08a7f1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .button a {
    width: 100%;
    display: block;
    padding: 24px 30px;
    text-align: center;
  }
}
.button a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/top/arw.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}

.sponly {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sponly {
    display: block;
  }
}

/***************************
*** main contents メインコンテンツ
******************************/
.top__mainv {
  padding-top: 51%;
  width: calc(100% - 100px);
  position: relative;
  margin-bottom: 0;
  background-image: url(../img/top/mainvisual_bg.jpg);
  background-position: bottom center;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .top__mainv {
    width: calc(100% - 75px);
    padding-top: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .top__mainv {
    padding-top: 62vh;
    margin-top: 70px;
    width: 100%;
  }
}
.top__mainv--copy {
  position: absolute;
  bottom: 0;
  left: 53%;
  transform: translateX(-50%);
  width: 102%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .top__mainv--copy {
    top: 50%;
    bottom: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../img/top/mainvisual_cp-sp.png) no-repeat center/42%,
      url(../img/top/mainvisual_cp2-sp.png) no-repeat bottom 2% left/92%;
  }
}
.top__mainv--copy img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .top__mainv--copy img {
    display: none;
  }
}

.top__worry {
  padding: 280px 0 120px;
  margin-top: -160px;
  background: url(../img/top/worry_bg.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 1023px) {
  .top__worry {
    padding: 140px 0 80px;
    margin-top: -80px;
    margin-bottom: 50px;
  }
}
.top__worry--head {
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1271px) {
  .top__worry--head {
    margin: 0 auto 55px;
    width: 82%;
  }
}
@media only screen and (max-width: 1023px) {
  .top__worry--head {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .top__worry--head {
    width: 92%;
    margin-bottom: 45px;
  }
}
.top__worry--head img {
  width: 100%;
}
.top__worry--list {
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 320px;
}
@media only screen and (max-width: 1023px) {
  .top__worry--list {
    margin-bottom: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .top__worry--list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .top__worry--list li {
    width: 46%;
    margin-bottom: 12px;
  }
}
.top__worry--list li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .top__worry--list li:not(:last-child) {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .top__worry--list li:not(:last-child) {
    margin-right: 0;
  }
}
.top__worry--list li img {
  width: 100%;
}
.top__worry--txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #fff;
  background-color: #ead314;
  padding: 40px 0;
  width: 100%;
  border-radius: 70px;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .top__worry--txt {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .top__worry--txt {
    font-size: 18px;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top__worry--txt {
    font-size: 4.6vw;
    padding: 20px 0;
  }
}
.top__worry--txt::before {
  content: "";
  width: 545px;
  height: 330px;
  background: url(../img/top/woman.png) no-repeat center/contain;
  position: absolute;
  top: -328px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .top__worry--txt::before {
    width: 400px;
    height: 260px;
    top: -253px;
  }
}
@media only screen and (max-width: 767px) {
  .top__worry--txt::before {
    width: 60%;
    height: 150px;
    top: -145px;
  }
}

.top__business {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 1023px) {
  .top__business {
    padding-bottom: 30px;
  }
}
.top__business--head::before {
  background: url(../img/top/business_icon.png) no-repeat center/contain;
}
.top__business .image img {
  width: 100%;
}
.top__business--column {
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .top__business--column {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .top__business--column {
    flex-direction: column;
  }
}
.top__business--txtarea {
  width: 44%;
}
@media only screen and (max-width: 1023px) {
  .top__business--txtarea {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .top__business--txtarea {
    width: 100%;
  }
}
.top__business--image {
  width: 50%;
  margin-right: 2%;
}
@media only screen and (max-width: 1023px) {
  .top__business--image {
    width: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .top__business--image {
    width: 100%;
    margin-right: 0;
  }
}
.top__business--sub {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .top__business--sub {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .top__business--sub {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.top__business--text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-bottom: 50px;
  padding-right: 18%;
}
@media only screen and (max-width: 1023px) {
  .top__business--text {
    font-size: 15px;
    padding-right: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .top__business--text {
    font-size: 14px;
    padding-right: 0;
    margin-bottom: 65px;
    letter-spacing: 0.075em;
  }
}

.top__strength {
  padding: 180px 0 100px;
  margin-bottom: 0;
  background: url(../img/top/strengths_bg.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 1023px) {
  .top__strength {
    padding-top: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .top__strength {
    padding-bottom: 80px;
  }
}
.top__strength--head {
  color: #fff;
  margin-bottom: 100px;
}
.top__strength--head::before {
  background: url(../img/top/strengths_icon.png) no-repeat center/contain;
  width: 50px;
  height: 55px;
  top: -75px;
}
@media only screen and (max-width: 767px) {
  .top__strength--head::before {
    top: -65px;
  }
}
.top__strength--list {
  margin-bottom: 80px;
  flex-wrap: nowrap;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .top__strength--list {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.top__strength--list li {
  width: calc((100% - 60px) / 3);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .top__strength--list li {
    width: calc((100% - 30px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .top__strength--list li {
    width: 100%;
    margin-bottom: 70px;
  }
}
.top__strength--list li:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .top__strength--list li:not(:last-child) {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top__strength--list li:not(:last-child) {
    margin-right: 0;
  }
}
.top__strength--detail {
  background-color: #fff;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  min-height: 560px;
}
@media only screen and (max-width: 1023px) {
  .top__strength--detail {
    min-height: 500px;
  }
}
.top__strength--point {
  color: #fff;
  font-family: "Miriam Libre", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 20px;
  width: 122px;
  height: 122px;
  background: url(../img/top/strengths_ttl.png) no-repeat center/contain;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .top__strength--point {
    width: 100px;
    height: 100px;
    font-size: 15px;
  }
}
.top__strength--point span {
  font-size: 40px;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .top__strength--point span {
    font-size: 32px;
  }
}
.top__strength--image {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .top__strength--image {
    margin-bottom: 15px;
    margin-top: -10px;
  }
}
.top__strength--image img {
  width: 100%;
}
.top__strength--ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .top__strength--ttl {
    font-size: 16px;
    min-height: 48px;
  }
}
.top__strength--txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 7% 25px;
}
@media only screen and (max-width: 1023px) {
  .top__strength--txt {
    font-size: 14px;
  }
}
.top__strength--btn {
  text-align: center;
}

.top__works {
  padding: 160px 0 100px;
  background: url(../img/top/works_bg.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 1023px) {
  .top__works {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .top__works {
    padding-bottom: 80px;
  }
}
.top__works--head::before {
  background: url(../img/top/works_icon.png) no-repeat center/contain;
  width: 52px;
  height: 62px;
}
@media only screen and (max-width: 767px) {
  .top__works--head::before {
    top: -80px;
  }
}
.top__works--list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.top__works--list::after {
  display: block;
  content: "";
  width: 23%;
}

@media only screen and (max-width: 767px) {
  .top__works--list {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.top__works--list li {
  width: 23%;
}
@media only screen and (max-width: 1023px) {
  .top__works--list li {
    width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .top__works--list li {
    width: 47%;
    margin-bottom: 30px;
  }
}
/*.top__works--list li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .top__works--list li:not(:last-child) {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top__works--list li:not(:last-child) {
    margin-right: 0;
  }
}*/
.top__works--image {
  margin-bottom: 28px;
  border-radius: 20px;
  overflow: hidden;
  /* padding-top: 78.5%; */
  position: relative;
}
.top__works--image::before {
  content: "";
  display: block;
  padding-top: calc(2 / 2.4 * 100%);
}
.top__works--image img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  .top__works--image {
    margin-bottom: 20px;
  }
}
.top__works--image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.top__works--date {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .top__works--date {
    font-size: 14px;
  }
}
.top__works--ttl {
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .top__works--ttl {
    font-size: 16px;
  }
}
.top__works--txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.75;
}
@media only screen and (max-width: 1023px) {
  .top__works--txt {
    font-size: 13px;
  }
}
.top__works--btn {
  text-align: center;
}

.top__company {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 767px) {
  .top__company {
    padding-bottom: 80px;
  }
}
.top__company--head::before {
  background: url(../img/top/company_icon.png) no-repeat center/contain;
  width: 50px;
  height: 55px;
  top: -75px;
}
@media only screen and (max-width: 767px) {
  .top__company--head::before {
    top: -70px;
  }
}
.top__company .image img {
  width: 100%;
}
.top__company--column {
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .top__company--column {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .top__company--column {
    flex-direction: column-reverse;
  }
}
.top__company--textarea {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .top__company--textarea {
    width: 56%;
  }
}
@media only screen and (max-width: 767px) {
  .top__company--textarea {
    width: 100%;
  }
}
.top__company--image {
  width: 50%;
  margin-right: 2%;
}
@media only screen and (max-width: 1023px) {
  .top__company--image {
    width: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .top__company--image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.top__company--sub {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .top__company--sub {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .top__company--sub {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.top__company--txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-bottom: 50px;
  padding-right: 18%;
}
@media only screen and (max-width: 1023px) {
  .top__company--txt {
    font-size: 15px;
    padding-right: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .top__company--txt {
    font-size: 14px;
    padding-right: 0;
    letter-spacing: 0.075em;
    margin-bottom: 65px;
  }
}

.top__blog {
  margin-bottom: 140px;
}
@media only screen and (max-width: 1023px) {
  .top__blog {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .top__blog {
    margin-bottom: 60px;
  }
}
.top__blog--inner {
  padding: 120px 5% 80px;
  background-color: #f1fafe;
  border-radius: 20px;
}
@media only screen and (max-width: 1023px) {
  .top__blog--inner {
    width: 82%;
    padding: 60px 4%;
  }
}
@media only screen and (max-width: 767px) {
  .top__blog--inner {
    width: 92%;
    padding: 80px 4% 50px;
    flex-direction: column;
  }
}
.top__blog--head {
  margin-bottom: 80px;
  margin-left: 56px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .top__blog--head {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .top__blog--head {
    width: 40%;
    margin-bottom: 40px;
    text-align: center;
    margin-inline: auto;
  }
}
.top__blog--head::before {
  background: url(../img/top/blog_icon.png) no-repeat center/contain;
  width: 35px;
  height: 38px;
  top: 8px;
  left: -56px;
  transform: none;
}
@media only screen and (max-width: 1023px) {
  .top__blog--head::before {
    width: 34px;
    height: 40px;
    left: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .top__blog--head::before {
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
  }
}
.top__blog--title {
  width: 300px;
}
@media only screen and (max-width: 1023px) {
  .top__blog--title {
    width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .top__blog--title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top__blog--list {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 1023px) {
  .top__blog--list {
    width: calc(100% - 210px);
  }
}
@media only screen and (max-width: 767px) {
  .top__blog--list {
    width: 100%;
  }
}
.top__blog .bloglist__item {
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 0 24px 12px;
  border-bottom: 2px dotted #020202;
}
@media only screen and (max-width: 1023px) {
  .top__blog .bloglist__item {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top__blog .bloglist__item {
    padding-bottom: 35px;
  }
}
.top__blog .bloglist__item:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .top__blog .bloglist__item:not(:last-child) {
    margin-bottom: 35px;
  }
}
.top__blog .date {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #020202;
}
.top__blog .tag {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  margin: 0 20px;
  padding: 3px 8px;
  border-radius: 5px;
  letter-spacing: normal;
  white-space: nowrap;
  background-color: #08a7f1;
}
@media only screen and (max-width: 1023px) {
  .top__blog .tag {
    margin-bottom: 10px;
  }
}
.top__blog .tag--red {
  background-color: #f5a2a0;
}
.top__blog .tag--green {
  background-color: #72d59c;
}
.top__blog .title a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 15px;
  color: #020202;
}

.top__banner {
  margin-bottom: 140px;
}
.top__banner .banner a img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 25%);
  box-shadow: 0 5px 5px rgb(0 0 0 / 25%);
}

.common__contact {
  position: relative;
  padding: 10rem 0;
  background: url(../img/top/contact_bg.jpg) no-repeat center center/cover;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .common__contact {
    padding: 9rem 0 6rem;
  }
}
.common__contact::before {
  content: none;
}
.common__contact--inner {
  text-align: center;
}
.common__contact--head {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.075em;
  margin-bottom: 50px;
  line-height: 1.45;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .common__contact--head {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  .common__contact--head {
    font-size: 22px;
  }
}
.common__contact--head::before {
  content: "";
  width: 35px;
  height: 46px;
  background: url(../img/top/contact_line01.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: -40px;
}
.common__contact--head::after {
  content: "";
  width: 35px;
  height: 46px;
  background: url(../img/top/contact_line02.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: -40px;
}
.common__contact--tel {
  width: 50%;
  padding-left: 65px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .common__contact--tel {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .common__contact--tel {
    width: 100%;
    margin-bottom: 65px;
    text-align: center;
  }
}
.common__contact--tel .tel_link {
  font-family: "Miriam Libre", sans-serif;
  font-weight: 700;
  font-weight: 700;
}
.common__contact--tel .tel_link a {
  color: #fff;
  text-decoration: none;
}
.common__contact--tel .time {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.common__contact--tel .number {
  font-size: 46px;
}
@media only screen and (max-width: 1271px) {
  .common__contact--tel .number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .common__contact--tel .number {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .common__contact--tel .number {
    font-size: 9.4vw;
  }
}
.common__contact--tel .number img {
  margin-right: 1rem;
  width: 33px;
  vertical-align: 3px;
}
@media only screen and (max-width: 1023px) {
  .common__contact--tel .number img {
    width: 24px;
  }
}
.common__contact--mail {
  width: 50%;
  padding-left: 25px;
}
@media only screen and (max-width: 1023px) {
  .common__contact--mail {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .common__contact--mail {
    width: 100%;
  }
}
.common__contact--btn {
  width: 400px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .common__contact--btn {
    width: 100%;
  }
}
.common__contact--btn a {
  color: #fff;
  font-size: 21px;
  padding: 20px 52px;
  width: 100%;
  border: 1px solid #ead314;
  background-color: #ead314;
  border-radius: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .common__contact--btn a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .common__contact--btn a {
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 26px 20px;
  }
}
.common__contact--btn a::after {
  content: "";
  width: 150px;
  height: 168px;
  background: url(../img/top/contact_woman.png) no-repeat center/contain;
  position: absolute;
  top: -155px;
  right: 20px;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .common__contact--btn a::after {
    width: 120px;
    height: 135px;
    top: -125px;
  }
}
@media only screen and (max-width: 767px) {
  .common__contact--btn a::after {
    content: none;
  }
}
.common__contact--btn img {
  margin-right: 10px;
  width: 26px;
  vertical-align: -3px;
}
@media only screen and (max-width: 1023px) {
  .common__contact--btn img {
    width: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .common__contact .common__flex {
    flex-direction: column;
  }
}

/*============================
	非表示のsns
============================*/

.top__sns--list li:nth-of-type(1),
.top__sns--list li:nth-of-type(4) {
  display: none;
}
