@charset "UTF-8";
/* CSS Document */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  list-style: none;
  color: #666666;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: column;
}
main {
  flex: 1;
  position: relative;
}
img {
  vertical-align: top;
  width: 100%;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #222;
}
::-webkit-selection {
  color: #fff;
  background: #222;
}
::-moz-selection {
  color: #fff;
  background: #222;
}
::selection {
  color: #fff;
  background: #222;
  text-shadow: none;
}
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-100-padding {
  padding: 100px 0;
}
.common-60-padding {
  padding: 60px 0;
}
.pc_none {
  display: none
}
#faq, #clinic {
  padding-top: 75px;
  margin-top: -75px;
}
@media screen and (max-width: 941px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
    font-size: 14px;
    line-height: 1.5;
  }
  .pc_none {
    display: block !important
  }
  .sp_none {
    display: none !important
  }
  .common-100-padding {
    padding: 80px 0;
  }
  .common-60-padding {
    padding: 46px 0;
  }
}
/* header
* --------------------------------------- */
.global-nav__list {
  display: flex;
  width: 100%;
  gap: 10px 40px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 140px;
  position: relative;
  box-sizing: border-box;
}
.hamburger {
  display: none;
  width: 100%;
}
.global-nav__item {
  text-align: center;
}
.header-global__wrap {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  background-color: #fff;
}
.global-nav__logo a img {
  width: 300px;
}
.global-nav__item a {
  font-weight: 300;
  font-size: 15px;
  padding: 24px 0;
}
.sidebarMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.global-nav__item._contact {
  position: absolute;
  right: 0;
  top: 0;
}
.global-nav__item._contact a {
  padding: 0;
}
.global-nav__item._contact img {
  width: 100px;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {
  .global-nav__item._contact {
    display: none;
  }
  .global-nav__logo a img {
    width: 270px;
    margin-left: 0;
    position: absolute;
    top: 20px;
    z-index: 1000;
  }
  .sidebarMenu {
    position: initial;
    min-height: 70px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  .global-nav {
    flex-direction: column;
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 100px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    border-radius: 50px;
  }
  .global-nav__list {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 80%;
    margin-top: 0;
    gap: 2vh 0;
  }
  .global-nav__item {
    text-align: left;
    width: 100%;
    border-left: solid .5px #fff;
  }
  .global-nav__item a {
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 0;
  }
  .global-nav__item._recruit, .global-nav__item._tel {
    display: none;
  }
  .hamburger__line {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    border-radius: 20px;
    background-color: #6C4228;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 18px;
  }
  .hamburger__line--2 {
    top: 24px;
  }
  .hamburger__line--3 {
    top: 31px;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
    justify-content: center;
    padding: 0;
  }
  .global-nav {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 25px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 25px;
  }
  .header-global__wrap {
    position: fixed;
    top: 0;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
      background-image: url(../img/keyvisual-image.jpg);

    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    margin: 75px auto 0;
    position: relative;
  
    background-size: cover;
	
}
.keyvisual-title__wrap{
	    max-width: 600px;
    position: absolute;
    left: 20%;
    top: 21%;
	filter: drop-shadow(3px 3px 5px #0000008f);
}
.keyvisual-text__wrap{
	margin-bottom: 32px;
}

.keyvisual-text__wrap h1 {
  color: #E6926C;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.keyvisual-text__wrap p {
  font-weight: 600;
  max-width: 820px;
}

@media screen and (max-width: 768px) {
  .keyvisual-text__wrap h1 {
    font-size: 18px;
    padding: 0 10px;
 
  }
	.keyvisual-text__wrap{
	margin-bottom: 16px;
}
  .keyvisual-text__wrap p {
    padding: 0 10px;
  }

.keyvisual-title__wrap{
	    max-width: 300px;
    left: 20px;
    top: 60px;
}
	.keyvisual-area__group {
     height: 60vh;
    margin: 70px auto 0;
	
}

}
/* ポイント
* --------------------------------------- */
.point-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.point-items__block li {
  width: 31%;
  border: solid 3px #E6926C;
  border-radius: 15px;
}
.point-items__block li h2 {
  background-color: #E6926C;
  color: #fff;
  font-size: 23px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  padding: 23px 10px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}
.point-items__block li p {
  text-align: center;
  line-height: 1.5;
  padding: 25px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .point-items__block li {
    width: 100%;
  }
  .point-items__block li h2 {
    font-size: 16px;
    padding: 10px 10px;
  }
  .point-items__block li p {
    padding: 16px 10px;
  }
}
/* こんなお悩みや症状を抱えていませんか
* --------------------------------------- */
.worries-area__group {
  background-color: #CAECE3;
}
.worries-title__wrap {
  margin-bottom: 60px;
}
.worries-title__wrap h2 {
  text-align: center;
}
.worries-title__wrap h2 span {
  display: inline-block;
  color: #2B9F7D;
  font-weight: 600;
  border-bottom: solid 3px #2B9F7D;
  font-size: 25px;
  margin-bottom: 20px;
}
.worries-title__wrap p {
  font-weight: 600;
  max-width: 710px;
  margin: 0 auto;
}
.worries-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
}
.worries-items__box {
  width: 48%;
  display: flex;
  justify-content: space-between
}
.worries-items__image {
  width: 30%;
}
.worries-items__text {
  width: 63%;
}
.worries-items__text h3 {
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  padding: 6px 8px;
  margin-bottom: 10px;
  font-weight: 600;
}
.worries-items__text ul li {
  position: relative;
  padding-left: 14px;
  box-sizing: border-box;
}
.worries-items__text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 50%;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .worries-title__wrap h2 span {
    border-bottom: none;
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .worries-title__wrap p {
    text-align: center;
  }
  .worries-items__box {
    width: 100%;
  }
  .worries-title__wrap {
    margin-bottom: 46px;
  }
  .worries-items__block {
    gap: 32px 0;
  }
  .worries-items__image {
    width: 25%;
  }
  .worries-items__text {
    width: 70%;
  }
  .worries-items__text ul li {
    padding-left: 8px;
    font-size: 12px;
  }
  .worries-items__text ul li::before {
    width: 3px;
    height: 3px;
    top: 8px;
  }
  .worries-items__text h3 {
    padding: 4px 8px;
    margin-bottom: 8px;
  }
}
/* ご相談いただける主なお悩み・疾患
* --------------------------------------- */
.answer-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 24px 0;
}
.answer-items__text {
  width: 40%
}
.answer-items__image {
  width: 45%
}
.answer-items__text h2 span {
  display: inline-block;
  color: #E6926C;
  font-weight: 600;
  border-bottom: solid 3px #E6926C;
  font-size: 25px;
  margin-bottom: 20px;
}
.answer-items__text p {
  font-weight: 600;
  margin-bottom: 20px;
}
.answer-items__text ul li {
  position: relative;
  padding-left: 14px;
  box-sizing: border-box;
}
.answer-items__text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #E6926C;
  border-radius: 50%;
  top: 9px;
  left: 0;
}
.answer-deta__wrap img {
  display: block;
  max-width: 800px;
  margin: 0 auto 46px;
}
.answer-deta__wrap h3 {
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  margin-bottom: 46px;
}
.answer-deta__wrap p {
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .answer-items__text {
    width: 100%
  }
  .answer-items__image {
    width: 80%;
    margin: 0 auto;
  }
  .answer-items__block {
    margin-bottom: 46px;
  }
  .answer-items__text h2 span {
    border-bottom: solid 2px #E6926C;
    font-size: 18px;
  }
  .answer-items__text h2 {
    text-align: center;
  }
  .answer-items__text p {
    margin-bottom: 16px;
    text-align: center;
  }
  .answer-items__text ul li {
    padding-left: 8px;
  }
  .answer-items__text ul li::before {
    width: 3px;
    height: 3px;
    top: 8px;
  }
  .answer-deta__wrap img {
    margin: 0 auto 16px;
  }
  .answer-deta__wrap h3 {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: left;
  }
  .answer-deta__wrap p {
    font-weight: 400;
    text-align: left;
  }
}
/* 両方からアプローチします
* --------------------------------------- */
.solution-area__group {
  background-color: #FDEFEE;
}
.solution-title__wrap {
  padding: 0 140px;
  position: relative;
  margin-bottom: 46px;
}
.solution-title__wrap::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 120px;
  height: 170px;
  background-image: url("../img/solution-image03.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.solution-title__wrap::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  display: block;
  width: 119px;
  height: 170px;
  background-image: url("../img/solution-image04.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.solution-title__box h2 {
  color: #E6926C;
  font-weight: 600;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  margin-bottom: 24px;
}
.solution-title__box p {
  font-weight: 600;
  text-align: center;
	font-weight: 400;
}
.solution-items__box {
  display: flex;
  margin-bottom: 24px;
  background-color: #fff;
}
.solution-items__box:nth-last-child(1) {
  margin-bottom: 0;
}
.solution-items__text {
  width: 64%;
  box-sizing: border-box;
  padding: 24px;
}
.solution-items__text h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.solution-items__text p {
  font-weight: 400;
}
.solution-items__image {
  width: 36%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.solution-items__image._1ver {
  background-image: url("../img/solution-image05.jpg");
}
.solution-items__image._2ver {
  background-image: url("../img/solution-image06.jpg");
}
@media screen and (max-width: 768px) {
  .solution-title__wrap::after {
    width: 65px;
    height: 93px;
  }
  .solution-title__wrap::before {
    width: 65px;
    height: 93px;
  }
  .solution-title__wrap {
    padding: 100px 0 0;
    position: relative;
    margin-bottom: 24px;
  }
  .solution-title__box h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .solution-title__box p {
    font-weight: 500;
    text-align: left;
  }
  .solution-items__box {
    margin-bottom: 16px;
    flex-direction: column;
  }
  .solution-items__box:nth-child(2) {
    flex-direction: column-reverse;
  }
  .solution-items__text {
    width: 100%;
    padding: 16px;
  }
  .solution-items__text h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .solution-items__image {
    width: 100%;
    height: 180px;
  }
}
/* すみだ両国まちなかクリニックが選ばれる5つの理由
* --------------------------------------- */
.reason-title__wrap {
  text-align: center;
  margin-bottom: 60px;
}
.reason-title__wrap span {
  display: inline-block;
  color: #64AAD6;
  font-weight: 600;
  border-bottom: solid 3px #64AAD6;
  font-size: 25px;
  padding-bottom: 10px;
}
.reason-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.reason-items__box {
  width: 48%;
}
.reason-items__title {
  position: relative;
  padding: 16px;
  box-sizing: border-box;
  background-color: #64AAD6;
  margin-bottom: 16px
}
.reason-items__title h3 {
  padding-left: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.reason-items__title ._number {
  width: 60px;
  height: 60px;
  position: absolute;
}
.reason-items__text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason-items__text p {
  width: 73%;
  font-weight: 400;
}
.reason-items__text ._image {
  width: 24%
}
@media screen and (max-width: 768px) {
  .reason-items__box {
    width: 100%;
  }
  .reason-items__title h3 {
    padding-left: 40px;
    font-size: 15px;
  }
  .reason-items__title ._number {
    width: 30px;
    height: 30px;
    top: 15px;
  }

  .reason-items__title {
    padding: 10px;
    margin-bottom: 10px;
  }
  .reason-title__wrap span {
    border-bottom: solid 2px #64AAD6;
    font-size: 18px;
  }
  .reason-title__wrap {
    text-align: center;
    margin-bottom: 26px;
  }
}
/* 院長からのご挨拶
* --------------------------------------- */
.greeting-area__group {
  background-color: #D8EAF5;
}
.greeting-title__wrap {
  color: #64AAD6;
  font-weight: 600;
  background-color: #fff;
  padding: 18px 31px;
  border-left: solid 5px #64AAD6;
  box-sizing: border-box;
  display: inline-block;
  font-size: 25px;
  margin-bottom: 46px;
}
.greeting-items__block {
  display: flex;
  justify-content: space-between;
  gap: 24px 0;
}
.greeting-items__block p {
  width: 65%;
  font-weight: 600;
  line-height: 2.2;
}
.greeting-items__block p span {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.greeting-items__block ._image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .greeting-title__wrap {
    padding: 10px 20px;
    font-size: 18px;
    margin-bottom: 24px;
  }
  .greeting-items__block {
    flex-direction: column-reverse;
  }
  .greeting-items__block ._image {
    width: 70%;
    margin: 0 auto;
  }
  .greeting-items__block p {
    width: 100%;
    line-height: 1.8;
  }
  .greeting-items__block p span {
    font-size: 16px;
  }
}
/* ストーリーでわかる受診イメージ（例）
* --------------------------------------- */
.case-title__wrap {
  text-align: center;
  margin-bottom: 46px;
}
.case-title__wrap span {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  background-color: #95D9C6;
  display: inline-block;
  padding: 15px 69px;
  border-radius: 1000px;
}
.case-items__block {
  display: flex;
  justify-content: center;
  gap: 46px 5%;
  flex-wrap: wrap;
}
.case-items__box {
  width: 30%;
}
.case-items__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.case-items__title ._image {
  width: 30%;
}
.case-items__title ._text {
  width: 60%;
}
.case-items__title ._text span {
  display: inline-block;
  border: solid 2px #95D9C6;
  color: #95D9C6;
  text-align: center;
  padding: 0 10px;
  border-radius: 100px;
  font-weight: 600;
  margin-bottom: 10px;
}
.case-items__title ._text h3 {
  font-weight: 600;
}
.case-items__lists li {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.case-items__lists li:nth-last-child(1) {
  margin-bottom: 0;
}
.case-items__lists li b {
  color: #2B9F7D;
}
@media screen and (max-width: 768px) {
  .case-title__wrap span {
    font-size: 18px;
    padding: 16px 46px;
  }
  .case-items__box {
    width: 100%;
  }
  .case-items__title ._image {
    width: 20%;
  }
  .case-items__title ._text {
    width: 75%;
  }
  .case-items__block {
    gap: 32px 0;
  }
}
/* ご来院からの流れ
* --------------------------------------- */
.flew-area__group {
  background-color: #FDEFEE;
}
.flew-title__wrap {
  background-color: #E6926C;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  padding: 10px 24px;
}
.flew-items__area {
  background-color: #fff;
  padding: 24px;
  box-sizing: border-box;
}
.flew-items__area ._text {
  font-weight: 600;
  margin-bottom: 24px;
}
.flew-items__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.flew-items__block:nth-last-child(1) {
  margin-bottom: 0;
}
.flew-items__title {
  display: flex;
  width: 25%;
  border: solid 2px #E6926C;
}
.flew-items__title ._number {
  background-color: #E6926C;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
}
.flew-items__title h3 {
  font-weight: 600;
  padding: 10px 14px;
}
.flew-items__text {
  width: 73%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .flew-title__wrap {
    font-size: 18px;
    padding: 15px 18px;
  }
  .flew-items__area {
    padding: 16px;
  }
  .flew-items__area ._text {
    margin-bottom: 16px;
  }
  .flew-items__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
  }
  .flew-items__title {
    width: 100%;
  }
  .flew-items__text {
    width: 100%;
	    font-size: 14px;
  }
  .flew-items__title ._number {
    font-weight: 600;
    width: 38px;
  }
  .flew-items__title h3 {
    padding: 8px 14px;
  }
}
/* よくあるご質問
* --------------------------------------- */
.faq-title__wrap {
  text-align: center;
  margin-bottom: 60px;
}
.faq-title__wrap span {
  display: inline-block;
  color: #64AAD6;
  font-weight: 600;
  border-bottom: solid 3px #64AAD6;
  font-size: 25px;
  padding-bottom: 10px;
}
.faq-items__box:not(:last-child) {
  margin-bottom: 32px;
}
.faq-items__box h3 {
  color: #64AAD6;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}
.faq-items__box p {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .faq-title__wrap {
    margin-bottom: 46px;
  }
  .faq-title__wrap span {
    border-bottom: solid 2px #64AAD6;
    font-size: 18px;
  }
  .faq-items__box h3 {
    font-size: 16px;
  }
  .faq-items__box p {
    font-weight: 500;
  }
}
/* クリニック情報
* --------------------------------------- */
.clinic-area__group {
  background-color: #CAECE3;
}
.clinic-title__wrap {
  margin-bottom: 46px;
}
.clinic-title__wrap h2 {
  text-align: center;
  font-size: 34px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  color: #2B9F7D;
  margin-bottom: 24px;
}
.clinic-title__wrap p {
  text-align: center;
  line-height: 2;
  font-weight: 400;
}
.schedule-items__wrap {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 24px;
}
.clinic-area__group ._title {
  margin-bottom: 24px;
}
.clinic-area__group ._title span {
  display: inline-block;
  color: #2B9F7D;
  font-weight: 600;
  border-bottom: solid 3px #2B9F7D;
  font-size: 25px;
  padding-bottom: 10px;
}
.clinic-items__wrap {
  background-color: #fff;
  padding: 30px;
}
.clinic-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
 margin-bottom: 24px;
  justify-content: space-between;
}
.clinic-items__box {
  width: 40%;
}
.clinic-items__image {
  width: 58%;
}

.clinic-items__image iframe {
  width: 100%;
  height: 500px;
}
.clinic-items__deta:not(:last-child) {
  margin-bottom: 24px;
}
.footer-area__group small {
  text-align: center;
  display: block;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .clinic-title__wrap h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .clinic-title__wrap p {
    text-align: left;
    line-height: 1.5;
  }
  .clinic-title__wrap {
    margin-bottom: 32px;
  }
  .schedule-items__wrap {
    padding: 16px;
    margin-bottom: 16px;
  }
  .clinic-area__group ._title {
    margin-bottom: 16px;
  }
  .clinic-area__group ._title span {
    border-bottom: solid 2px #2B9F7D;
    font-size: 18px;
    padding-bottom: 3px;
  }
  .clinic-items__wrap {
    padding: 16px;
  }
  .clinic-items__block {
    gap: 16px 0;

    justify-content: space-between;
    flex-direction: column;
  }
  .clinic-items__box {
    width: 100%;
  }
  .clinic-items__image {
    width: 100%;
  }
.clinic-items__image iframe {
    height: 200px;
  }
}
/* フローティン
* --------------------------------------- */
.desktop-items__wrap {
  max-width: 580px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 10000;
}
.desktop-items__box {
  width: 33.33333%;
}
.desktop-items__box a {
  min-height: 78px;
  box-sizing: border-box;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  gap: 0 10px;
  color: #fff;
  padding: 22px 10px;
  justify-content: center;
}
.desktop-items__box:nth-child(1) a {
  background-color: #EBBF65;
}
.desktop-items__box:nth-child(2) a {
  background-color: #5AB649;
}
.desktop-items__box:nth-child(3) a {
  background-color: #40220F;
}
.desktop-items__box img {
  width: 15px;
}
@media screen and (max-width: 941px) {}
@media screen and (max-width: 769px) {
  .desktop-items__box {
    width: 33%; /* 40% */
  }
  .desktop-items__box:nth-last-child(1) {
    width: 34%; /* 20% */
  }
  .desktop-items__box:nth-child(3) img {
    width: 15px;
  }
  .desktop-items__box a {
    font-size: 15px;
  }
  .desktop-items__box a {
    padding: 16px 10px;
  }
  .desktop-items__box:nth-child(2) a {
    padding: 18px 10px;
  }
  .desktop-items__box:nth-child(1) a {
    padding: 16px 10px;
  }
  .desktop-items__box:nth-child(3) a {
    padding: 9px 0;
  }
}