@charset "UTF-8";

/*------------------------------------------------

  カカリンク
  医療機関向け CSS
  20240301
  更新:20250209 カカリンクドック追加

------------------------------------------------*/
/*--------------------------------
  css variables
--------------------------------*/
:root {
  --color-txt: #22244E;
  --color-link: #0061FF;
  --color-gray1: #595757;
  --color-bg-gray1: #F6F9FB;
  --color-border-gray1: #D6D7DF;
  --color-border-gray2: #ADAFBC;
  --color-blue1: #0061FF;
  --color-blue1-hover: #2374F8;
  --color-blue2: #42A8EE;
  --color-bg-blue1: #E9F6FF;
  --color-green1: #02B7AE;
  --color-bg-green1: #D6F9F6;
  --color-pink1: #FF8484;
  --color-red1: #FF5858;
  --color-orange1: #ED7D31;
  --font-family-jp: "Noto Sans JP", sans-serif;
  --font-family-en: "Poppins", sans-serif;
}

/*--------------------------------
  reset
--------------------------------*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

ul {
  list-style: none
}

button {
  margin: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  box-shadow: none;
}

button {
  cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

html {
  box-sizing: border-box
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

header,
footer,
main {
  display: block;
}

/*--------------------------------
  base
--------------------------------*/
body {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: var(--color-txt);
  font-family: var(--font-family-jp);
  word-break: break-word;
  overflow-x: hidden;
}

a {
  color: var(--color-link);
  text-decoration: underline;
}

::placeholder {
  color: #ADAFBC;
}

@media screen and (max-width: 736px) {
  body {
    font-size: 14px;
  }
}

.l-wrapper {
  padding-top: 100px;
  overflow-x: hidden;
}

@media screen and (max-width: 736px) {
  .l-wrapper {
    padding-top: 60px;
  }
}

/*--------------------------------
  common parts
--------------------------------*/
/* レスポンシブ出し分け */
@media screen and (min-width: 737px) {
  .is-only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 736px) {
  .is-only-pc {
    display: none !important;
  }
}

/* ボタン */
.btn-primary {
  background: var(--color-blue1);
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
  transition: background .2s;
}

.btn-secondary {
  background: #fff;
  color: var(--color-blue1);
  border-radius: 50px;
  border: 2px solid var(--color-blue1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background .2s;
}

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

  .btn-primary,
  .btn-secondary {
    height: 56px;
    padding: 8px 16px;
    font-size: 16px;
  }
}

@media screen and (min-width: 737px) {
  .btn-primary:hover {
    background: var(--color-blue1-hover);
  }

  .btn-secondary:hover {
    background: var(--color-bg-blue1);
  }
}

/* セクション */
.section-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading__en {
  font-family: var(--font-family-en);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-green1);
  margin-bottom: 16px;
}

.section-heading__ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.section-heading__txt {
  margin-top: 32px;
  font-weight: 500;
}

.section-btn-wrap {
  margin-top: 40px;
  text-align: center;
}

.section-btn-wrap .btn-primary {
  width: 400px;
}

@media screen and (max-width: 736px) {
  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading__en {
    font-size: 14px;
  }

  .section-heading__ttl {
    font-size: 20px;
  }

  .section-heading__txt {
    margin-top: 16px;
    font-size: 12px;
  }

  .section-btn-wrap {
    margin-top: 24px;
  }

  .section-btn-wrap .btn-primary {
    max-width: 320px;
  }
}

/* 円 */
.circle-wrap {}

.circle-wrap .circle {
  position: absolute;
  z-index: 1;
}

.circle-wrap .circle img {
  width: 100%;
}

.circle-wrap .circle[data-size="5"] {
  width: 38vw;
}

.circle-wrap .circle[data-size="4"] {
  width: 32vw;
}

.circle-wrap .circle[data-size="3"] {
  width: 26vw;
}

.circle-wrap .circle[data-size="2"] {
  width: 20vw;
}

.circle-wrap .circle[data-size="1"] {
  width: 14vw;
}

@media screen and (max-width: 736px) {
  .circle-wrap .circle[data-size="5"] {
    width: 90vw;
  }

  .circle-wrap .circle[data-size="4"] {
    width: 76vw;
  }

  .circle-wrap .circle[data-size="3"] {
    width: 68vw;
  }

  .circle-wrap .circle[data-size="2"] {
    width: 50vw;
  }

  .circle-wrap .circle[data-size="1"] {
    width: 36vw;
  }
}

/* snippet */
.list-dot>li {
  text-indent: -1em;
  padding-left: 1em;
}

.list-dot>li::before {
  content: "・";
}

.fw--bold {
  font-weight: 700;
}

.fw--medium {
  font-weight: 500;
}

.align--c {
  text-align: center;
}

.align--r {
  text-align: right;
}

.mt--0-5em {
  margin-top: .5em;
}

.mt--1em {
  margin-top: 1em;
}

.mt--2em {
  margin-top: 2em;
}

.mb--0-5em {
  margin-bottom: .5em;
}

.mb--1em {
  margin-bottom: 1em;
}

.mb--1-5em {
  margin-bottom: 1.5em;
}

.mb--2em {
  margin-bottom: 2em;
}

.fc--green {
  color: var(--color-green1);
}

/*--------------------------------
  header
--------------------------------*/
.l-header {
  background: #fff;
  width: 100%;
  height: 100px;
  padding: 0 2.4vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.l-header__container {
  height: 100%;
}

.l-header__row {
  display: flex;
  align-items: center;
  gap: 0 24px;
  height: 100%;
}

@media screen and (max-width: 736px) {
  .l-header {
    height: 60px;
    padding: 0 64px 0 12px;
  }

  .l-header__row {
    gap: 0;
  }
}

/* ロゴ */
.header-logo {
  display: flex;
  align-items: center;
}

.header-logo>a {
  display: flex;
  align-items: center;
  color: var(--color-txt);
  text-decoration: none;
}

.header-logo img {
  width: 240px;
}

.header-target {
  margin-left: 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 12px;
  border: 1px solid;
  border-radius: 2px;
  white-space: nowrap;
}

@media screen and (max-width: 736px) {
  .header-logo img {
    width: 120px;
  }

  .header-target {
    margin-left: 8px;
    font-size: 10px;
    padding: 0;
    border: none;
  }
}

/* ナビゲーション */
.header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header-nav__menu-list {
  display: flex;
  gap: 1vw 2.4vw;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-nav__menu-list>li {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.header-nav__menu-list>li a {
  color: var(--color-txt);
  text-decoration: none;
  position: relative;
}

.header-nav__btn-list {
  margin-left: 2.4vw;
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-btn-inquiry,
.header-btn-login {
  height: 48px;
  font-size: 16px;
  box-shadow: none;
  white-space: nowrap;
}

.header-btn-login {
  border-width: 1px;
}

/* PC表示の調整 */
@media screen and (min-width: 737px) and (max-width: 1440px) {
  .header-logo img {
    width: 200px;
  }

  .header-target {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header-nav__menu-list>li {
    font-size: 14px;
  }

  .header-btn-inquiry,
  .header-btn-login {
    font-size: 14px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1180px) {
  .header-nav__menu-list {
    display: none;
  }
}

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

  .header-btn-inquiry,
  .header-btn-login {
    height: 32px;
    font-size: 10px;
  }
}

/* SPハンバーガーメニュー */
.header-menu {
  position: absolute;
  top: 0;
  right: 0;
}

.header-menu__btn {
  width: 56px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu__btn-line {
  display: block;
  width: 20px;
  height: 18px;
  position: relative;
}

.header-menu__btn-line>span {
  display: block;
  background: var(--color-txt);
  width: 20px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  transition: all .2s;
}

.header-menu__btn-line>span:nth-child(1) {
  top: 0;
}

.header-menu__btn-line>span:nth-child(2) {
  top: 8px;
}

.header-menu__btn-line>span:nth-child(3) {
  top: 16px;
}

.header-menu__btn[aria-expanded=true] .header-menu__btn-line>span:nth-child(1) {
  transform: rotate(30deg);
  top: 8px;
}

.header-menu__btn[aria-expanded=true] .header-menu__btn-line>span:nth-child(2) {
  opacity: 0;
}

.header-menu__btn[aria-expanded=true] .header-menu__btn-line>span:nth-child(3) {
  transform: rotate(-30deg);
  top: 8px;
}

/* SPグローバルメニュー */
.nav-global[aria-hidden="true"] {
  right: -100vw;
}

.nav-global[aria-hidden="true"] .nav-global__overlay {
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}

.nav-global[aria-hidden="false"] {
  right: 0;
}

.nav-global[aria-hidden="false"] .nav-global__overlay {
  opacity: 1;
  z-index: 8;
}

.nav-global {
  background: #fff;
  width: 80vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
  padding-top: 60px;
  transition: all .2s;
}

.nav-global__overlay {
  background: rgba(0, 0, 0, .5);
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  transition: all .2s;
}

.nav-global__content {
  background: #fff;
  height: 100%;
  overflow-y: auto;
  padding: 16px 24px 40px;
  position: relative;
  z-index: 9;
}

.nav-global__menu-list>li {
  border-bottom: 1px solid var(--color-border-gray1);
}

.nav-global__menu-list>li a {
  display: flex;
  align-items: center;
  gap: 0 4px;
  text-decoration: none;
  color: var(--color-txt);
  font-weight: 700;
  position: relative;
  padding: 16px 0;
}

.nav-global__menu-list>li a:after {
  content: "";
  display: block;
  background: url(../img/icon-arrow-right.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.nav-global__btn-list {
  margin-top: 32px;
}

.nav-global__btn-list>li {
  margin-bottom: 16px;
}

.nav-global__btn-list>li a {
  display: flex;
  height: 44px;
  font-size: 14px;
}

/*--------------------------------
  TOP ＞ mv
--------------------------------*/
.top-mv {
  background: #fff;
  background: linear-gradient(35deg, rgba(255, 255, 255, 1) 0%, rgba(223, 255, 250, 1) 100%);
  padding: 80px 4vw 24px;
  position: relative;
  overflow-x: hidden;
}

.top-mv:before {
  content: "";
  display: block;
  background: url(../img/circle-01.svg) no-repeat center;
  background-size: contain;
  width: 80vw;
  aspect-ratio: 1/1;
  position: absolute;
  left: 34vw;
  bottom: 10vw;
  z-index: 0;
  opacity: .8;
}

.top-mv__container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.top-mv__row {
  display: flex;
  align-items: center;
}

.top-mv__col-right {
  flex: 1;
  padding-left: 4%;
}

.top-mv__ttl {
  font-size: 32px;
  font-weight: 900;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top-mv__ttl>span {
  white-space: nowrap;
}

.top-mv__ttl-line {
  background: linear-gradient(transparent 70%, #FFE45E 70%);
}

.top-mv__txt {
  margin-top: 40px;
  font-weight: 500;
}

.top-mv__btn {
  margin-top: 40px;
}

.top-mv__btn .btn-primary {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 736px) {
  .top-mv {
    padding: 24px 16px;
  }

  .top-mv:before {
    width: 130vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: -70vw;
  }

  .top-mv__row {
    flex-direction: column-reverse;
  }

  .top-mv__col-left {
    width: auto;
    padding: 16px 0 0;
  }

  .top-mv__col-right {
    width: auto;
    padding: 0;
  }

  .top-mv__content {
    text-align: center;
  }

  .top-mv__ttl {
    font-size: 24px;
    line-height: 1.8;
    align-items: center;
  }
}

/*--------------------------------
  TOP ＞ about
--------------------------------*/
.top-about {
  position: relative;
  padding: 100px 4vw 0;
}

.top-about::before {
  content: "";
  display: block;
  background: url(../img/top-about-bg.jpg) no-repeat center;
  background-size: cover;
  clip-path: ellipse(140% 100% at 50% 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.top-about__container {
  position: relative;
  max-width: 960px;
  z-index: 2;
}

.top-about .section-heading,
.top-about .section-heading__en {
  color: #fff;
}

.top-about__txt {
  margin-top: 32px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.top-about__img {
  max-width: 880px;
  margin: 64px auto -120px;
}

.top-about .circle {
  right: -10vw;
  bottom: -10vw;
}

@media screen and (max-width: 736px) {
  .top-about {
    padding: 48px 16px 0;
  }

  .top-about::before {
    clip-path: ellipse(160% 100% at 50% 100%);
  }

  .top-about::after {
    clip-path: ellipse(120% 100% at 0% 100%);
    height: 160px;
  }

  .top-about__txt {
    margin: 24px 0 0;
    font-size: 14px;
  }

  .top-about__img {
    max-width: 615px;
    margin: 24px auto -64px;
  }

  .top-about .circle-wrap .circle {
    width: 64vw;
    right: -20vw;
    bottom: -5vw;
    opacity: .8;
  }
}

/*--------------------------------
  TOP ＞ service
--------------------------------*/
.top-service {
  padding: 160px 4vw 0;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(223, 255, 250, 1) 100%);
}

.top-service .service-card-list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 736px) {
  .top-service {
    padding-top: 100px;
  }
}

/* リンクカード */
.service-card-list {
  display: flex;
  gap: 4%;
}

.service-card-item {
  display: flex;
}

.service-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(59, 99, 84, .24);
  border-radius: 10px;
  overflow: hidden;
  color: var(--color-txt);
  text-decoration: none;
}

.service-card__img {}

.service-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2/1;
}

.service-card__desc {
  flex: 1;
  padding: 48px 32px 32px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}

.service-card .service-icon {
  background: var(--color-green1);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.service-card .service-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.service-card .service-txt {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.6;
}

.service-card .service-action {
  margin-top: auto;
  padding-top: 24px;
}

.service-card .service-btn {
  font-size: 16px;
  width: 100%;
  max-width: 200px;
  height: 48px;
  padding: 0;
}

.top-service .cv-lead-txt {
  margin-top: 80px;
  font-size: 24px;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .service-card-list {
    flex-direction: column;
    gap: 4vw;
  }

  .service-card {
    flex-direction: row;
  }

  .service-card__img {
    width: 33%;
  }

  .service-card__img img {
    aspect-ratio: auto;
  }

  .service-card__desc {
    padding: 16px;
    text-align: left;
  }

  .service-card .service-icon {
    width: 28px;
    height: 28px;
    top: 15px;
    left: 16px;
    transform: none;
    padding: 1px;
  }

  .service-card .service-ttl {
    font-size: 18px;
    line-height: 28px;
    text-indent: 32px;
  }

  .service-card .service-txt {
    font-size: 12px;
    line-height: 1.4;
  }

  .service-card .service-action {
    padding-top: 1em;
    text-align: right;
  }

  .service-card .service-btn {
    font-size: 10px;
    width: 100%;
    max-width: 100px;
    height: 28px;
    border-width: 1px;
  }

  .top-service .cv-lead-txt {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.6;
  }
}

/* 利用料 */
.top-service .price-box {
  margin-top: 120px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.price-box {
  background: #fff;
  border: 3px solid var(--color-green1);
  border-radius: 10px;
  position: relative;
}

.price-box__head {
  position: absolute;
  left: 0;
  top: -18px;
  width: 100%;
  text-align: center;
}

.price-box__head-ttl {
  display: inline-block;
  padding: 0 .5em;
  background: #fff;
  color: var(--color-green1);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.price-box__body {
  padding: 64px;
  line-height: 1.5;
  text-align: center;
}

.price-block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.price-block>dt {
  padding: .5em 1em;
  background: var(--color-pink1);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  white-space: nowrap;
}

.price-block>dd {
  padding-left: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 4px 24px;
}

.price-block__num {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.price-block__num em {
  font-style: normal;
  font-size: 48px;
  font-weight: 700;
}

.price-block__num span {
  font-size: 20px;
}

.price-block__txt {
  line-height: 1.4;
}

.price-box__img {
  margin-top: 40px;
}

.price-box__lead {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
}

.price-box__description {
  margin-top: 24px;
  line-height: 1.7;
}

@media screen and (max-width: 736px) {
  .top-service .price-box {
    margin-top: 80px;
  }

  .price-box {
    border-width: 2px;
  }

  .price-box__head {
    top: -12px;
  }

  .price-box__head-ttl {
    font-size: 18px;
  }

  .price-box__body {
    padding: 40px 16px 16px;
  }

  .price-block {
    align-items: flex-end;
  }

  .price-block>dt {
    font-size: 16px;
  }

  .price-block>dd {
    padding-left: 16px;
  }

  .price-block__num {
    font-size: 16px;
  }

  .price-block__num em {
    font-size: 36px;
  }

  .price-block__num span {
    font-size: 14px;
  }

  .price-block__img {
    line-height: 1.4;
  }

  .price-box__lead {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 700;
  }

  .price-box__description {
    margin-top: 16px;
    text-align: left;
  }
}

/*--------------------------------
  news
--------------------------------*/
.top-news {
  position: relative;
  z-index: 2;
  padding: 80px 4vw;
}

.news-box {
  /*max-width: 1280px;*/
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
  padding: 48px;
}

.news-box__heading {
  font-family: var(--font-family-en);
  color: var(--color-green1);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 36px;
}

.news-list {
  position: relative;

  &::before {
    content: "";
    display: block;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }

  &[aria-hidden="true"] {
    max-height: 300px;
    overflow: hidden;

    &::before {
      opacity: 1;
      visibility: visible;
    }
  }
}

.news-list__more {
  text-align: center;

  .btn-more {
    background: #fff;
    border-radius: 40px;
    width: 160px;
    height: 48px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

    &:hover {
      background: var(--color-bg-blue1);
    }

    &[aria-expanded="false"] {
      .txt-close {
        display: none;
      }
    }

    &[aria-expanded="true"] {
      position: static;
      transform: none;
      margin-top: 40px;

      .txt-open {
        display: none;
      }
    }
  }
}

@media screen and (max-width: 736px) {
  .news-list {
    &::before {
      height: 150px;
    }

    &[aria-hidden="true"] {
      max-height: 400px;
    }
  }

  .news-list__more {
    .btn-more {
      width: 100px;
      height: 36px;
      font-size: 12px;

      &[aria-expanded="true"] {
        margin-top: 20px;
      }
    }
  }
}

.news-item {
  display: flex;
}

.news-item+.news-item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border-gray1);
}

.news-item__date {
  width: 7em;
  flex-shrink: 0;
}

.news-item__txt {
  line-height: 1.7;
}

@media screen and (max-width: 736px) {
  .top-news {
    padding: 40px 4vw;
  }

  .news-box {
    padding: 24px 16px;
  }

  .news-box__heading {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .news-item {
    flex-direction: column;
  }

  .news-item+.news-item {
    margin-top: 16px;
    padding-top: 16px;
  }

  .news-item__date {
    width: auto;
    font-size: 14px;
    margin-bottom: 4px;
  }
}

/*--------------------------------
  faq
--------------------------------*/
.top-faq {
  position: relative;
  padding: 140px 4vw 120px;
}

.top-faq::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 480px);
  background: var(--color-bg-green1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.top-faq::after {
  content: "";
  display: block;
  background: var(--color-bg-green1);
  clip-path: ellipse(105% 100% at 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 480px;
  width: 100%;
  z-index: 0;
}

.top-faq__container {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .top-faq {
    padding: 64px 16px;
  }

  .top-faq::before {
    height: calc(100% - 160px);
  }

  .top-faq::after {
    clip-path: ellipse(120% 100% at 0% 100%);
    height: 160px;
  }
}

/* 各質問 */
.top-faq__list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  transition: all .2s;
  margin-bottom: 16px;
}

.faq-item[open] .faq-item__heading:before {
  opacity: 0;
}

.faq-item[open] .faq-item__heading:after {
  transform: rotate(90deg);
}

.faq-item__heading {
  padding: 32px 64px 32px 32px;
  list-style: none;
  cursor: pointer;
  position: relative;
}

.faq-item__heading::-webkit-details-marker {
  display: none;
}

.faq-item__heading:before,
.faq-item__heading:after {
  content: "";
  display: block;
  background: var(--color-green1);
  position: absolute;
  border-radius: 2px;
  transition: all .3s;
}

.faq-item__heading:before {
  width: 16px;
  height: 2px;
  right: 24px;
  top: 50%;
  margin-top: -1px;
}

.faq-item__heading:after {
  width: 2px;
  height: 16px;
  right: 31px;
  top: 50%;
  margin-top: -8px;
}

.faq-item__body {
  padding: 0 32px 32px 72px;
  transition: padding 0.2s;
}

.faq-question {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.faq-question:before {
  content: "Q";
  width: 24px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  font-family: var(--font-family-en);
  color: var(--color-green1);
  margin-right: 16px;
}

.top-faq .circle-01 {
  top: 0;
  right: -4vw;
}

.top-faq .circle-02 {
  bottom: 10%;
  left: -4vw;
  transform: rotate(180deg);
}

@media screen and (max-width: 736px) {
  .faq-item {
    margin-bottom: 12px;
  }

  .faq-item__heading {
    padding: 16px 40px 16px 16px;
  }

  .faq-item__heading:before {
    width: 12px;
    height: 2px;
    right: 16px;
  }

  .faq-item__heading:after {
    width: 2px;
    height: 12px;
    right: 21px;
    margin-top: -6px;
  }

  .faq-item__body {
    padding: 0 16px 16px 40px;
  }

  .faq-question {
    font-size: 14px;
  }

  .faq-question:before {
    width: 16px;
    font-size: 16px;
    margin-right: 8px;
  }

  .top-faq .circle-01 {
    top: -10vw;
    right: -38vw;
  }

  .top-faq .circle-02 {
    bottom: 5vw;
    left: -20vw;
  }
}

/*--------------------------------
  cvs
--------------------------------*/
.top-cvs {
  position: relative;
  padding: 100px 4vw;
  background: var(--color-txt);
}

.top-cvs__container {
  max-width: 960px;
}

.top-cvs .section-heading {
  color: #fff;
}

.top-cvs .section-heading__en {
  color: var(--color-pink1);
}

.top-cvs__form {
  background: #fff;
  border-radius: 50px;
  padding: 4vw;
}

.top-cvs__form form {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 736px) {
  .top-cvs {
    padding: 48px 12px;
  }

  .top-cvs__form {
    padding: 24px 16px;
  }
}

/*--------------------------------
  footer
--------------------------------*/
.l-footer {
  background: var(--color-bg-gray1);
  padding: 48px 4vw;
}

.l-footer__container {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-gray1);
}

.footer-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 2em;
}

.footer-menu-list>li a {
  color: var(--color-gray1);
  text-decoration: none;
}

@media screen and (min-width: 737px) {
  .footer-menu-list>li a:hover {
    text-decoration: underline;
  }
}

.footer-company {
  margin-top: 56px;
}

.footer-company__logo {}

.footer-company__logo img {
  width: 220px;
}

.footer-company__tagline {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
}

.footer-company__address {
  margin-top: 24px;
  font-size: 12px;
}

.copyright {
  margin-top: 40px;
  font-family: var(--font-family-en);
  font-size: 12px;
}

@media screen and (max-width: 736px) {
  .l-footer {
    padding: 32px 24px;
  }

  .l-footer__container {
    font-size: 12px;
  }

  .footer-company {
    margin-top: 40px;
  }

  .footer-company__logo img {
    width: 160px;
  }

  .footer-company__tagline {
    margin-top: 8px;
    font-size: 10px;
  }

  .footer-company__address {
    font-size: 11px;
  }

  .copyright {
    font-size: 11px;
  }
}

/*------------------------------------------------

  フローティングバナー

------------------------------------------------*/
/* トップページ フローティングバナー設置 */
.floating-bnr {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  display: none;
}

.floating-bnr .floating-close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #444 url(../img/icon-close_white.svg) no-repeat center;
  background-size: 20px auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.floating-bnr img {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 736px) {
  .floating-bnr {
    bottom: 10px;
    right: 15px;
  }

  .floating-bnr img {
    width: 200px;
  }

  .floating-bnr .floating-close-btn {
    top: -8px;
    right: -8px;
    background-size: 14px auto;
    width: 20px;
    height: 20px;
  }
}

/*------------------------------------------------

  人間ドック・健診

------------------------------------------------*/
/* ビジュアル */
.dock-mv {
  background: url(../../dock/img/dock-mv.jpg) no-repeat center;
  background-size: cover;
  height: 800px;
  max-height: 100vh;
  display: flex;
  align-items: center;
  padding: 4vw;
}

.dock-mv__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
}

.dock-mv__content {
  max-width: 448px;
}

.dock-mv__ttl {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
}

.dock-mv__txt {
  margin-top: 40px;
  text-shadow: 0 1px 4px #fff;
}

@media screen and (max-width: 736px) {
  .dock-mv {
    height: auto;
    max-height: initial;
    padding: 120px 8vw 64px;
  }

  .dock-mv__ttl {
    font-size: 24px;
  }

  .dock-mv__txt {
    margin-top: 24px;
  }
}

/* セクション */
.dock-section {
  padding: 100px 4vw;
  position: relative;
}

.dock-section__header {
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}

.dock-section__body {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .dock-section {
    padding: 40px 4vw;
    line-height: 1.7;
  }

  .dock-section__header {
    margin-bottom: 24px;
  }
}

/* 共通要素 */
.dock-section-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.dock-txt-01 {
  font-size: 24px;
}

.dock-section-box {
  background: #fff;
  border-radius: 20px;
  padding: 48px 80px;
}

@media screen and (max-width: 736px) {
  .dock-section-ttl {
    font-size: 20px;
  }

  .dock-txt-01 {
    font-size: 18px;
  }

  .dock-section-box {
    border-radius: 10px;
    padding: 16px;
  }
}

/* 健診センターのよくある悩み */
.dock-section--worry::before {
  content: "";
  border-style: solid;
  border-width: 70px 200px 0;
  border-color: #fff transparent transparent;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.dock-worry-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dock-worry-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  letter-spacing: .2em;
  padding: 16px 32px;
  margin-bottom: 24px;
  background: #7bc4ff;
  border-radius: 100px;
  position: relative;
}

.dock-worry-ttl::before {
  content: "";
  border-style: solid;
  border-width: 10px 20px 0;
  border-color: #7bc4ff transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.dock-worry-list {
  margin-bottom: 24px;
}

.dock-worry-list>li {
  font-size: 28px;
  font-weight: 500;
  padding-left: 1.8em;
  position: relative;
  line-height: 1.4;
  margin-bottom: .5em;
}

.dock-worry-list>li::before {
  content: "";
  display: block;
  background: url(../../dock/img/icon-check.svg);
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
}

.dock-worry-txt {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  padding-top: 40px;
}

.dock-worry-txt::before {
  content: "";
  border-style: solid;
  border-width: 40px 60px 0;
  border-color: #7bc4ff transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 736px) {
  .dock-section--worry {
    padding-bottom: 0;
  }

  .dock-section--worry::before {
    border-width: 50px 200px 0;
  }

  .dock-worry-ttl {
    font-size: 16px;
    letter-spacing: .1em;
    padding: 12px 16px;
    margin-bottom: 24px;
  }

  .dock-worry-ttl::before {
    border-width: 10px 15px 0;
  }

  .dock-worry-list {
    margin-bottom: 10px;
  }

  .dock-worry-list>li {
    font-size: 18px;
  }

  .dock-worry-txt {
    font-size: 20px;
    padding-top: 30px;
    text-align: center;
  }

  .dock-worry-txt::before {
    border-width: 20px 30px 0;
  }
}

/* カカリンク®で予防医療経営の実現へ */
.dock-section--prevention {
  background: var(--color-bg-green1);
  padding-top: 120px;
}

@media screen and (max-width: 736px) {
  .dock-section--prevention {
    padding-top: 80px;
  }
}

/* カカリンク®機能一例 */
.dock-section--function .circle-01 {
  top: -5vw;
  left: -5vw;
}

.dock-function {
  display: flex;
  gap: 0 40px;
}

.dock-function__img {
  width: 40%;
  flex-shrink: 0;
  align-self: center;
}

.dock-function__medical {
  order: -1;
  width: 30%;
}

.dock-function__patient {
  width: 30%;
}

.dock-function .box {
  background: #ceedff;
  padding: 20px 15px;
  border-radius: 8px;
  line-height: 1.4;
}

.dock-function .box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: .8em;
  text-align: center;
}

.dock-function .box ul {}

.dock-function .box ul>li {
  margin-bottom: .5em;
  text-indent: -1em;
  padding-left: 1em;
}

.dock-function .box ul>li::before {
  content: "・";
  color: #26a7f4;
}

.dock-function .subbox {
  margin-top: 10px;
  background: #cffaf7;
  padding: 20px 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.dock-function .subbox h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: .8em;
  text-align: center;
}

.dock-function .subbox ul>li {
  margin-bottom: .5em;
  text-indent: -1em;
  padding-left: 1em;
}

.dock-function .subbox ul>li::before {
  content: "・";
  color: var(--color-green1);
}

@media screen and (max-width: 736px) {
  .dock-section--function .circle-wrap .circle-01 {
    width: 30vw;
    top: -6vw;
    left: -10vw;
  }

  .dock-function {
    display: flex;
    gap: 0 40px;
  }

  .dock-function {
    flex-wrap: wrap;
    gap: 15px;
  }

  .dock-function__img {
    order: 0;
    width: 100%;
    text-align: center;
  }

  .dock-function__img img {
    width: 80%;
    max-width: 240px;
  }

  .dock-function__medical {
    order: 1;
    flex: 1;
  }

  .dock-function__patient {
    order: 2;
    flex: 1;
  }

  .dock-function .box {
    padding: 16px 10px;
    font-size: 13px;
  }

  .dock-function .box h3 {
    font-size: 16px;
  }

  .dock-function .subbox {
    margin-top: 5px;
    padding: 16px 10px;
    font-size: 12px;
  }

  .dock-function .subbox h3 {
    font-size: 13px;
  }
}

/* 活用事例 */
.dock-section--case {
  background: var(--color-bg-gray1);
}

.dock-case-box {
  background: #fff;
  border-radius: 10px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.dock-case-box__company {
  padding: 40px 56px;
  display: flex;
  gap: 0 40px;
}

.dock-case-box__company-col-txt {
  line-height: 1.7;
  flex: 1;
}

.dock-case-box__company-col-img {
  padding-top: 40px;
  width: 300px;
}

.dock-case-box__company .case-en {
  font-family: var(--font-family-en);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-green1);
  margin-bottom: 16px;
}

.dock-case-box__company .case-ttl {
  border-left: 4px solid var(--color-green1);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 16px;
  margin-bottom: 16px;
}

.dock-case-box__company .company-logo {
  border: 1px solid var(--color-border-gray1);
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
}

.dock-case-box__detail {
  border-top: 1px solid var(--color-border-gray1);
  padding: 40px 56px 56px;
  text-align: center;
  line-height: 1.5;
}

.dock-case-box__detail .case-txt-l {
  font-size: 24px;
}

.dock-case-box__detail .case-txt-m {
  font-size: 20px;
}

.dock-case-box__detail .case-txt-s {
  font-size: 16px;
}

.dock-case-box__detail .case-data {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 16px;
}

.dock-case-box__detail .case-data-add {
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

.dock-case-box__detail .case-data__label {
  background: var(--color-txt);
  min-width: 188px;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  padding: .4em .5em;
}

.dock-case-box__detail .case-data .label-txt-l {
  font-size: 32px;
}

.dock-case-box__detail .case-data .label-txt-m {
  font-size: 24px;
}

.dock-case-box__detail .case-data .label-txt-s {
  font-size: 20px;
}

.dock-case-box__detail .case-data__number {
  color: var(--color-orange1);
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.dock-case-box__detail .case-data__number em {
  font-size: 64px;
  font-style: normal;
}

.dock-case-box__detail .case-data__number small {
  font-size: .5em;
}

.dock-case-box__detail .case-detail-img {
  margin-top: 64px;

  img {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .dock-case-box__company {
    padding: 16px;
    display: block;
  }

  .dock-case-box__company-col-txt {}

  .dock-case-box__company-col-img {
    padding-top: 24px;
    width: 100%;
  }

  .dock-case-box__company .case-en {
    font-size: 12px;
    line-height: 1;
  }

  .dock-case-box__company .case-ttl {
    font-size: 18px;
    padding-left: 12px;
    margin-bottom: 12px;
  }

  .dock-case-box__detail {
    padding: 24px 16px;
  }

  .dock-case-box__detail .case-txt-l {
    font-size: 18px;
  }

  .dock-case-box__detail .case-txt-m {
    font-size: 14px;
  }

  .dock-case-box__detail .case-txt-s {
    font-size: 12px;
  }

  .dock-case-box__detail .case-data {
    gap: 0 10px;
  }

  .dock-case-box__detail .case-data-add {
    font-size: 40px;
  }

  .dock-case-box__detail .case-data__label {
    min-width: initial;
  }

  .dock-case-box__detail .case-data .label-txt-l {
    font-size: 18px;
  }

  .dock-case-box__detail .case-data .label-txt-m {
    font-size: 14px;
  }

  .dock-case-box__detail .case-data .label-txt-s {
    font-size: 12px;
  }

  .dock-case-box__detail .case-data__number {
    font-size: 24px;
  }

  .dock-case-box__detail .case-data__number em {
    font-size: 40px;
  }

  .dock-case-box__detail .case-data__number small {
    display: block;
    font-size: 12px;
    line-height: 1.4;
  }

  .dock-case-box__detail .case-detail-img {
    margin-top: 32px;
  }
}

/* 導入フロー */
.dock-section--flow::before {
  content: "";
  border-style: solid;
  border-width: 70px 200px 0;
  border-color: #fff transparent transparent;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.dock-flow-txt {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1em;
}

.dock-section--flow .circle-01 {
  bottom: -20vw;
  left: -10vw;
}

.dock-section--flow .circle-02 {
  top: -10vw;
  right: -6vw;
}

@media screen and (max-width: 736px) {
  .dock-section--flow::before {
    border-width: 50px 200px 0;
  }

  .dock-flow-txt {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 1em;
  }

  .dock-section--flow .circle-wrap .circle-01 {
    width: 32vw;
    bottom: -23vw;
    left: -13vw;
  }

  .dock-section--flow .circle-wrap .circle-02 {
    top: -7vw;
    right: -8vw;
    width: 25vw;
  }

  .dock-flow-txt {
    font-size: 16px;
  }
}

/* CVボタンエリア */
.dock-cv {
  background: var(--color-bg-green1);
  text-align: center;
  padding: 100px 4vw;
}

.dock-cv__ttl {
  font-size: 32px;
  font-weight: 700;
}

.dock-cv__btn {
  margin-top: 40px;
}

.dock-cv__btn>a {
  width: 100%;
  max-width: 640px;
  height: 100px;
  font-size: 24px;
}

@media screen and (max-width: 736px) {
  .dock-cv {
    padding: 80px 4vw 48px;
  }

  .dock-cv__ttl {
    font-size: 20px;
  }

  .dock-cv__btn {
    margin-top: 24px;
    padding: 0 16px;
  }

  .dock-cv__btn>a {
    height: 72px;
    font-size: 18px;
  }
}

/*------------------------------------------------

  医療者の業務効率化

------------------------------------------------*/
/*--------------------------------
  mv
--------------------------------*/
.efficiency-mv {
  background: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(223, 255, 250, 1) 100%);
  padding: 64px 4vw 80px;
  position: relative;
  overflow-x: hidden;
}

.efficiency-mv:before {
  content: "";
  display: block;
  background: url(../img/circle-01_white.svg) no-repeat center;
  background-size: contain;
  width: 80vw;
  aspect-ratio: 1/1;
  position: absolute;
  left: 34vw;
  bottom: 10vw;
  z-index: 0;
}

.efficiency-mv__container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.efficiency-mv__row {
  display: flex;
  align-items: center;
}

.efficiency-mv__col-left {
  width: 50%;
  flex-shrink: 0;
  padding-right: 4vw;
}

.efficiency-mv__col-right {
  width: 50%;
  flex-shrink: 0;
}

.efficiency-mv__content {}

.efficiency-mv__ttl {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .05em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.efficiency-mv__ttl>span {
  white-space: nowrap;
}

.efficiency-mv__txt {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .efficiency-mv {
    padding: 40px 4vw 16px;
  }

  .efficiency-mv:before {
    width: 130vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: -70vw;
  }

  .efficiency-mv__row {
    flex-direction: column-reverse;
  }

  .efficiency-mv__col-left {
    width: auto;
    padding: 8px 0 0;
  }

  .efficiency-mv__col-right {
    width: auto;
  }

  .efficiency-mv__content {
    text-align: center;
  }

  .efficiency-mv__ttl {
    font-size: 24px;
    align-items: center;
  }

  .efficiency-mv__txt {
    margin-top: 24px;
    text-align: left;
  }
}

/*--------------------------------
  reason
--------------------------------*/
.efficiency-reason {
  position: relative;
  padding: 0 4vw 120px;
}

.efficiency-reason__container {
  max-width: 1280px;
}

.efficiency-reason__list {
  margin-top: 80px;
}

.efficiency-reason__item {
  margin-bottom: 100px;
  position: relative;
}

.efficiency-reason__item:nth-child(even) .efficiency-reason-card {
  flex-direction: row-reverse;
}

.efficiency-reason__item:nth-child(2) .circle {
  top: 0;
  left: -18vw;
}

.efficiency-reason__item:nth-child(3) .circle {
  top: -7vw;
  right: -10vw;
}

.efficiency-reason__item:last-child {
  margin-bottom: 0;
}

.efficiency-reason-card {
  display: inline-flex;
  justify-content: center;
  gap: 0 2.4vw;
  position: relative;
  z-index: 2;
}

.efficiency-reason-card__desc {
  /*flex: 1;*/
}

.efficiency-reason-card__img {
  width: 50%;
  flex-shrink: 0;
}

.efficiency-reason-card__num {
  font-family: var(--font-family-en);
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  background: var(--color-pink1);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 8px;
  left: -24px;
}

.efficiency-reason-card__num::before {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  background: var(--color-pink1);
  border-radius: 2px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  right: 0;
}

.efficiency-reason-card__ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.efficiency-reason-card__txt {
  margin-top: 32px;
}

@media screen and (min-width: 737px) and (max-width: 1000px) {

  /* tablet */
  .efficiency-reason__list {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .efficiency-reason__item {
    margin-bottom: 80px;
  }

  .efficiency-reason-card {
    flex-direction: column;
    gap: 24px 0;
  }

  .efficiency-reason__item:nth-child(even) .efficiency-reason-card {
    flex-direction: column;
  }

  .efficiency-reason-card__img {
    width: auto;
  }
}

@media screen and (max-width: 736px) {
  .efficiency-reason {
    padding: 40px 24px;
  }

  .efficiency-reason__list {
    margin-top: 40px;
  }

  .efficiency-reason__item {
    margin-bottom: 40px;
  }

  .efficiency-reason__item:nth-child(2) .efficiency-reason-card {
    flex-direction: column;
  }

  .efficiency-reason__item:nth-child(2) .circle {
    top: 34%;
    left: -45%;
  }

  .efficiency-reason__item:nth-child(3) .circle {
    top: 30%;
    right: -20%;
  }

  .efficiency-reason-card {
    flex-direction: column;
    gap: 24px 0;
  }

  .efficiency-reason-card__img {
    width: auto;
    flex-shrink: 0;
  }

  .efficiency-reason-card__num {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin: 0 auto 24px;
    left: 0;
  }

  .efficiency-reason-card__num::before {
    width: 3px;
    height: 10px;
    transform: none;
    bottom: -8px;
    right: 50%;
    margin-right: -1px;
  }

  .efficiency-reason-card__ttl {
    font-size: 24px;
    text-align: center;
  }

  .efficiency-reason-card__txt {
    margin-top: 16px;
  }
}

/*--------------------------------
  case
--------------------------------*/
.efficiency-case {
  position: relative;
  padding: 100px 4vw;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(246, 249, 251, 1) 100%);
}

.efficiency-case .circle-01 {
  bottom: -6vw;
  left: -8vw;
}

.efficiency-case__container {
  max-width: 1280px;
  position: relative;
  z-index: 1;
}

.efficiency-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  margin-bottom: 48px;
}

.efficiency-case__item {
  width: calc((100% - 4vw) / 3);
}

.efficiency-case-card {
  border-radius: 10px;
  background: #fff;
  border: 2px solid var(--color-border-gray1);
  padding: 32px;
  height: 100%;
}

.efficiency-case-card__logo {
  margin-bottom: 24px;
}

.efficiency-case-card__section {
  font-weight: 700;
  border-style: dotted;
  border-width: 1px 0 0;
  border-color: var(--color-border-gray1);
  text-align: center;
  padding: 16px 0;
}

.efficiency-case-card__body {
  padding-top: 24px;
  border-style: dotted;
  border-width: 1px 0 0;
  border-color: var(--color-border-gray1);
}

/*.efficiency-case .section-btn-wrap .btn-primary {
  width: 100%;
  max-width: 640px;
  height: 100px;
  font-size: 24px;
}*/
@media screen and (min-width: 737px) and (max-width: 1000px) {

  /* tablet */
  .efficiency-case__item {
    width: calc((100% - 2vw) / 2);
  }
}

@media screen and (max-width: 736px) {
  .efficiency-case {
    padding: 48px 16px;
  }

  .efficiency-case__list {
    display: block;
    margin-bottom: 32px;
  }

  .efficiency-case__item {
    width: auto;
    margin-bottom: 16px;
  }

  .efficiency-case-card {
    padding: 16px;
    height: auto;
  }

  .efficiency-case-card__logo {
    margin-bottom: 16px;
  }

  .efficiency-case-card__section {
    padding: 12px 0;
  }

  .efficiency-case-card__body {
    padding-top: 16px;
  }

  .efficiency-case .circle-wrap .circle {
    width: 40vw;
    bottom: -2vw;
    left: -13vw;
  }

  .efficiency-case .section-btn-wrap .btn-primary {
    height: 72px;
    font-size: 18px;
  }
}