@charset "UTF-8";
/*
Theme Name: SakuraOrthopedic
*/
@import url("assets/scss/reset.css");
/* iOSでのデフォルトスタイルをリセット */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@500;700&display=swap");
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
body {
  color: #38484D !important;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FCFCFC;
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
body p {
  line-height: 1.8;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 1196px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}

ul.normal-list li {
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
}
ul.normal-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}
ol.normal-list li {
  line-height: 1.8;
}

.logo-text {
  font-weight: bold;
  font-size: 24px;
}
.logo-text.white {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .logo-text {
    font-size: 16px;
  }
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  background-color: #fff;
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navi {
  margin-left: auto;
}
.header__sp-menu {
  margin-left: auto;
  display: none;
}
@media screen and (max-width: 959px) {
  .header {
    padding: 15px 0;
  }
  .header__wrap {
    padding: 0 20px;
  }
  .header__navi {
    display: none;
  }
  .header__sp-menu {
    display: block;
  }
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-navi__item {
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
.header-navi__item a {
  display: block;
}
.header-navi__item.contact-btn a {
  padding: 26px 20px;
  background-image: -webkit-radial-gradient(circle, rgb(51, 182, 222), rgb(92, 161, 230));
  background-image: radial-gradient(circle, rgb(51, 182, 222), rgb(92, 161, 230));
  color: #fff;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  width: 30px;
  position: relative;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #38484D;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger span:nth-of-type(3) {
  left: inherit;
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.sp-navi {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  padding-top: 47px;
  top: 0;
  z-index: 9;
  background: #fff;
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
.sp-navi.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.sp-navi__item {
  display: block;
  padding: 18px 30px;
  border-top: 1px solid #eee;
  color: #38484D;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.sp-navi__item:last-child {
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1047px) {
  .sp-navi {
    display: block;
  }
}

.form-table {
  font-size: 15px;
}
.form-table__wrap {
  position: relative;
}
.form-table__wrap::after {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background-color: #F4F4F4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.form-table div[data-formrun-show-if-error] {
  margin-top: 8px;
  color: red;
}
@media screen and (max-width: 959px) {
  .form-table div[data-formrun-show-if-error] {
    font-size: 12px;
  }
}
.form-table__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #BCBCBC;
  position: relative;
  z-index: 3;
}
.form-table__row:first-child {
  border-top: 1px solid #BCBCBC;
}
.form-table__row.block {
  display: block;
  text-align: center;
  margin-top: 60px;
  border-bottom: 0;
  border-top: 0;
}
.form-table__head {
  width: 300px;
  padding: 0 24px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-table__head span {
  font-size: 10px;
  display: inline-block;
  border: 1px solid #87B4D0;
  padding: 2px 10px;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: 12px;
  background-color: #87B4D0;
  color: #fff;
}
.form-table__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-table__body.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .form-table {
    font-size: 16px;
  }
  .form-table__wrap::after {
    display: none;
  }
  .form-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  .form-table__row.block {
    margin-top: 30px;
  }
  .form-table__head {
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin-bottom: 12px;
  }
  .form-table__head span {
    font-size: 12px;
  }
  .form-table__body {
    width: 100%;
    padding: 0;
  }
}
.form-table label {
  display: block;
  margin-bottom: 12px;
}
.form-table label input[type=checkbox] {
  display: none;
}
.form-table label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form-table label input[type=checkbox] + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.form-table label input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #38484D;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.form-table label input[type=checkbox] + span::after {
  border-right: 3px solid #38484D;
  border-bottom: 3px solid #38484D;
  content: "";
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.form-table label input[type=radio] {
  display: none;
}
.form-table label input[type=radio]:checked + span::after {
  opacity: 1;
}
.form-table label input[type=radio] + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.form-table label input[type=radio] + span::before {
  background: #fff;
  border: 1px solid #38484D;
  border-radius: 100%;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.form-table label input[type=radio] + span::after {
  content: "";
  display: block;
  left: 5px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #38484D;
}
.form-table input[type=text],
.form-table input[type=tel],
.form-table input[type=email],
.form-table textarea {
  font-size: 15px;
  padding: 15px 24px;
  border: 0;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  background-color: #F4F4F4;
}
.form-table input[type=text]::-webkit-input-placeholder, .form-table input[type=tel]::-webkit-input-placeholder, .form-table input[type=email]::-webkit-input-placeholder, .form-table textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]::-moz-placeholder, .form-table input[type=tel]::-moz-placeholder, .form-table input[type=email]::-moz-placeholder, .form-table textarea::-moz-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]:-ms-input-placeholder, .form-table input[type=tel]:-ms-input-placeholder, .form-table input[type=email]:-ms-input-placeholder, .form-table textarea:-ms-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]::-ms-input-placeholder, .form-table input[type=tel]::-ms-input-placeholder, .form-table input[type=email]::-ms-input-placeholder, .form-table textarea::-ms-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]::placeholder,
.form-table input[type=tel]::placeholder,
.form-table input[type=email]::placeholder,
.form-table textarea::placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
@media screen and (max-width: 959px) {
  .form-table input[type=text],
  .form-table input[type=tel],
  .form-table input[type=email],
  .form-table textarea {
    font-size: 16px;
    padding: 18px 22px;
  }
  .form-table input[type=text]::-webkit-input-placeholder, .form-table input[type=tel]::-webkit-input-placeholder, .form-table input[type=email]::-webkit-input-placeholder, .form-table textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]::-moz-placeholder, .form-table input[type=tel]::-moz-placeholder, .form-table input[type=email]::-moz-placeholder, .form-table textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]:-ms-input-placeholder, .form-table input[type=tel]:-ms-input-placeholder, .form-table input[type=email]:-ms-input-placeholder, .form-table textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]::-ms-input-placeholder, .form-table input[type=tel]::-ms-input-placeholder, .form-table input[type=email]::-ms-input-placeholder, .form-table textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]::placeholder,
  .form-table input[type=tel]::placeholder,
  .form-table input[type=email]::placeholder,
  .form-table textarea::placeholder {
    font-size: 16px;
  }
}

.wpcf7 form .wpcf7-response-output {
  border: 0 !important;
  padding: 20px !important;
  background-color: rgba(255, 0, 0, 0.3) !important;
  margin: 2em 0 0 0 !important;
  color: red !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
  background-color: rgba(70, 180, 80, 0.3) !important;
}

.normal-btn {
  display: inline-block;
  width: 300px;
  background-color: #38484D;
  color: #fff;
  font-size: 12px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  position: relative;
  border: 1px solid #38484D;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.normal-btn::after {
  content: "";
  display: block;
  width: 26px;
  height: 12px;
  background-image: url("./assets/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.normal-btn:hover {
  background-color: #fff;
  color: #38484D;
}
.normal-btn:hover::after {
  background-image: url("./assets/images/arrow--black.svg");
}

.footer {
  background-color: #1F7099;
  color: #fff;
  text-align: center;
}
.footer__main {
  padding: 80px 0;
}
.footer__navi {
  margin-bottom: 60px;
}
.footer__press {
  margin-bottom: 20px;
}
.footer__legal {
  padding: 12px 0;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer__main {
    padding: 32px 0;
  }
  .footer__legal {
    font-size: 10px;
  }
}

.footer-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-navi__item {
  font-size: 14px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .footer-navi {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-navi__item {
    width: 50%;
    padding: 20px 20px 20px 0;
  }
}

.to-top {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #38484D;
  position: relative;
  background-color: #fff;
}
.to-top::before, .to-top::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #38484D;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.to-top::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -6px;
}
.to-top::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -6px;
}
.to-top:hover {
  opacity: 1;
}

.page {
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 40px 0;
  }
}
.page__head {
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .page__head {
    margin-bottom: 36px;
  }
}

.page-mv {
  height: 450px;
  background-position: center;
  position: relative;
  background-size: cover;
}
.page-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-mv > .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.page-mv__content {
  position: absolute;
  bottom: -1px;
  line-height: 1.6;
  background-color: #fff;
  padding: 50px 57px 5px;
}
.page-mv__title {
  font-size: 38px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.2em;
}
.page-mv__subtitle {
  font-size: 12px;
  letter-spacing: 0.22em;
  font-style: italic;
}
@media screen and (max-width: 959px) {
  .page-mv {
    height: 270px;
  }
  .page-mv > .container {
    width: 100%;
    padding: 0;
  }
  .page-mv__content {
    padding: 15px 20px;
  }
  .page-mv__title {
    font-size: 26px;
  }
  .page-mv__subtitle {
    font-size: 12px;
  }
}

.wysiwyg {
  font-weight: 500;
  line-height: 1.875;
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-bottom: 2em;
}
.wysiwyg h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 12px;
}
.wysiwyg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 4px;
}
.wysiwyg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.wysiwyg p {
  font-size: 16px;
  line-height: 1.875;
}
.wysiwyg .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: 10px;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #E7E7E7;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #F2F2F2;
  border-radius: 10px;
}
.wysiwyg img {
  max-width: 100%;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}
.wysiwyg table thead th {
  text-align: center;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 12px 12px;
  white-space: nowrap;
  position: relative;
}
.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6em;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}
.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child {
  background-color: #F2F2F2;
}
.wysiwyg table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th {
  background-color: #F2F2F2;
}
.wysiwyg dl {
  border: 1px solid #ccc;
}
.wysiwyg dt, .wysiwyg dd {
  padding: 12px;
  line-height: 1.6;
}
.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg blockquote {
  font-size: 16px;
  line-height: 1.875;
  background-color: #F2F2F2;
  padding: 48px;
  position: relative;
}
.wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote cite {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}
.wysiwyg blockquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28px;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 1.5em;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul, .wysiwyg ol {
  padding-left: 1.3em;
}
.wysiwyg ul li, .wysiwyg ol li {
  line-height: 1.8;
}
.wysiwyg strong {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 18px;
  }
  .wysiwyg h3 {
    font-size: 16px;
  }
  .wysiwyg h4 {
    font-size: 14px;
  }
  .wysiwyg p {
    font-size: 14px;
  }
  .wysiwyg blockquote {
    font-size: 14px;
    padding: 40px 32px;
  }
  .wysiwyg blockquote cite {
    font-size: 12px;
  }
}

.pagination-wrap {
  width: 100%;
  margin: 100px auto 0;
}

.pagination, .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination span, .pagination a, .page-numbers span, .page-numbers a {
  margin: 0 10px;
  display: block;
  text-align: center;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #38484D;
}
.pagination span.current, .pagination span:hover, .pagination a.current, .pagination a:hover, .page-numbers span.current, .page-numbers span:hover, .page-numbers a.current, .page-numbers a:hover {
  background: #38484D;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .pagination, .page-numbers {
    margin-top: 65px;
  }
  .pagination span, .pagination a, .page-numbers span, .page-numbers a {
    font-size: 16px;
    width: 28px;
    line-height: 28px;
  }
}

.breadcrumb {
  margin-top: 20px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 13px;
  background-image: url("./assets/images/arrow-right--mini.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 20px;
  color: #EBE4D8;
}
.breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    overflow-x: scroll;
  }
}

.md-body {
  width: 720px;
  margin: auto;
  max-width: 100%;
}

.category-label {
  padding: 4px 10px;
  font-size: 14px;
  background: #fff;
  color: #888;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 99px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .category-label {
    font-size: 10px;
  }
}

.single__category {
  margin-bottom: 4px;
}
.single__title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
.single__date {
  font-size: 16px;
}
.single__terms {
  margin-top: 10px;
}
.single__thumbnail {
  margin-top: 60px;
}
.single__thumbnail img {
  width: 100%;
}
.single__content {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .single__title {
    font-size: 20px;
  }
  .single__date {
    font-size: 12px;
  }
  .single__terms a {
    font-size: 12px;
  }
}

.mv {
  height: 100%;
  color: #fff;
  position: relative;
}
.mv__text-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.mv__text-area > .container {
  height: 100%;
}
.mv__slider {
  z-index: 3;
  height: 100%;
}
.mv__slider .slick-list, .mv__slider .slick-track, .mv__slider .slick-slide {
  height: 100%;
}
.mv__slider .slick-list img, .mv__slider .slick-track img, .mv__slider .slick-slide img {
  width: 100%;
  height: 100%;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__slider .slick-slide {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.mv__slider .slick-slide.slick-current.slick-active {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes fadeInAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
@keyframes fadeInAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
.mv__wrap {
  position: relative;
  height: 100%;
}
.mv__content {
  position: absolute;
  left: 0;
  bottom: 240px;
  width: 800px;
  max-width: 100%;
}
.mv__title {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  line-height: 1.2;
}
.mv__subtitle {
  font-size: 20px;
  position: relative;
  z-index: 2;
  line-height: 1.4;
}
@media screen and (max-width: 1047px) {
  .mv__slider .slick-slide img {
    height: 400px;
    -o-object-position: right;
       object-position: right;
  }
  .mv__content {
    bottom: 0;
    padding-bottom: 60px;
  }
  .mv__title {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .mv__subtitle {
    font-size: 14px;
  }
}

.first-visit {
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .first-visit {
    padding: 40px 0;
  }
}
@media screen and (max-width: 959px) {
  .first-visit {
    padding-bottom: 0;
  }
}

.first-visit-box {
  background-image: url("./assets/images/first-visit.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: #fff;
}
.first-visit-box__head {
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .first-visit-box__head {
    margin-bottom: 36px;
  }
}
.first-visit-box__body {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .first-visit-box {
    padding: 40px 20px;
  }
}

.normal-heading {
  text-align: center;
  position: relative;
}
.normal-heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  background-color: #33B5DD;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.normal-heading__sub {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
.normal-heading__main {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.5;
}
.normal-heading.white {
  color: #fff;
}
.normal-heading.white::after {
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .normal-heading::after {
    height: 3px;
  }
  .normal-heading__sub {
    font-size: 14px;
  }
  .normal-heading__main {
    font-size: 24px;
  }
}

.front-top .img-text-horizon {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .front-top .img-text-horizon {
    padding: 40px 0;
  }
}
.front-top .img-text-horizon__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.front-top .img-text-horizon__img {
  width: 43%;
  position: relative;
}
.front-top .img-text-horizon__img img {
  display: block;
  width: 100%;
}
.front-top .img-text-horizon__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 40px;
}
.front-top .img-text-horizon__title {
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .front-top .img-text-horizon__title {
    margin-bottom: 36px;
  }
}
.front-top .img-text-horizon__description {
  line-height: 1.8;
}
.front-top .img-text-horizon:nth-of-type(even) .img-text-horizon__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 959px) {
  .front-top .img-text-horizon:not(:last-child) {
    margin-bottom: 40px;
  }
  .front-top .img-text-horizon__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .front-top .img-text-horizon__img {
    width: 100%;
  }
  .front-top .img-text-horizon__text {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 6px;
  }
  .front-top .img-text-horizon__description {
    font-size: 14px;
  }
  .front-top .img-text-horizon:nth-of-type(even) .img-text-horizon__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.treatment {
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .treatment {
    padding: 40px 0;
  }
}
.treatment__head {
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .treatment__head {
    margin-bottom: 36px;
  }
}
.treatment__description {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .treatment {
    width: 700px;
    max-width: 100%;
    margin: auto;
  }
  .treatment__description {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 960px) {
  .treatment-card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(20px * -1);
  }
  .treatment-card-list__item {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc((100% - 20px * (5 - 1)) / 5);
  }
  .treatment-card-list__item:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .treatment-card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(20px * -1);
  }
  .treatment-card-list__item {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
  .treatment-card-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.treatment-card-img {
  position: relative;
  width: 100%;
}
.treatment-card-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.treatment-card-img__wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.treatment-card-img__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.treatment-card__img {
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.treatment-card__img img {
  height: 135px;
  width: auto;
}
.treatment-card__text {
  margin-top: 10px;
  line-height: 1.8;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.treatment-card__text > img {
  width: 8px;
  margin-left: 12px;
}
.treatment-card:hover {
  opacity: 1;
}
.treatment-card:hover .treatment-card__img {
  -webkit-box-shadow: 3px 6px 10px -4px rgba(0, 0, 0, 0.6);
          box-shadow: 3px 6px 10px -4px rgba(0, 0, 0, 0.6);
  background-color: #F2FCFF;
}

.circle-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 12rem;
}
.circle-btn.lg {
  width: 18rem;
}
.circle-btn__circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #33B5DD;
  border-radius: 1.625rem;
}
.circle-btn__icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.circle-btn__icon::before {
  position: absolute;
  content: "";
  top: -0.3rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.circle-btn__text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.circle-btn:hover {
  opacity: 1;
}
.circle-btn:hover .circle-btn__circle {
  width: 100%;
}
.circle-btn:hover .circle-btn__icon {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.circle-btn:hover .circle-btn__text {
  color: #fff;
}

.news {
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .news {
    padding: 40px 0;
  }
}
.news__head {
  width: 300px;
  max-width: 30%;
}
.news__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .news {
    width: 700px;
    max-width: 100%;
    margin: auto;
  }
  .news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__head {
    width: 100%;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .news__head {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 959px) {
  .news__body {
    width: 100%;
  }
}

.news-label-list__item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.news-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.news-label__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-label__date {
  width: 120px;
}
.news-label__circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #33B5DD;
  border-radius: 100%;
}
.news-label__term {
  width: 120px;
}
.news-label__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .news-label__date {
    width: 100px;
  }
  .news-label__term {
    display: none;
  }
}

.access {
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .access {
    padding: 40px 0;
  }
}
.access__head {
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .access__head {
    margin-bottom: 36px;
  }
}
.access__map {
  margin-bottom: 60px;
}
.access__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.access__img {
  width: 50%;
}
.access__img img {
  width: 100%;
}
.access__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
.access__logo {
  margin-bottom: 20px;
  text-align: center;
}
.access__logo .logo-text {
  font-size: 32px;
}
.access__address {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}
.access__phone-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}
.access__phone-number > img {
  width: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 959px) {
  .access {
    width: 700px;
    max-width: 100%;
    margin: auto;
  }
  .access__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .access__img {
    width: 100%;
    margin-top: 40px;
  }
  .access__text {
    padding-left: 0;
    width: 100%;
  }
  .access__phone-number {
    font-size: 33px;
    margin-bottom: 20px;
  }
  .access__phone-number > img {
    width: 32px;
  }
}

.access-map {
  position: relative;
  width: 100%;
}
.access-map::before {
  content: "";
  display: block;
  padding-top: 40%;
}
.access-map__wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.access-map iframe {
  width: 100%;
  height: 100%;
}

table.open-hour-table {
  width: 100%;
}
table.open-hour-table tr {
  border-top: 1px solid #38484D;
}
table.open-hour-table tr:last-child {
  border-bottom: 1px solid #38484D;
}
table.open-hour-table th, table.open-hour-table td {
  line-height: 1.8;
  padding: 12px 10px;
  text-align: center;
}
table.open-hour-table th:first-child, table.open-hour-table td:first-child {
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  table.open-hour-table {
    font-size: 12px;
  }
}

.contact {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .contact {
    padding: 40px 0;
  }
}
.contact__head {
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .contact__head {
    margin-bottom: 36px;
  }
}
.contact__body {
  text-align: center;
}
.contact__btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .contact {
    width: 700px;
    max-width: 100%;
    margin: auto;
  }
}

.treatment-mv {
  color: #fff;
  height: 400px;
  position: relative;
}
.treatment-mv > .container {
  height: 100%;
}
.treatment-mv__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.treatment-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.treatment-mv__title {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.treatment-mv__title-en {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  line-height: 1.4;
}
.treatment-mv__title-ja {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .treatment-mv {
    height: 300px;
  }
  .treatment-mv__title-en {
    font-size: 12px;
  }
  .treatment-mv__title-ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .treatment-mv {
    height: 200px;
  }
}

.treatment-top .img-text-horizon {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .treatment-top .img-text-horizon {
    padding: 40px 0;
  }
}
.treatment-top .img-text-horizon__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  max-width: 100%;
  margin: auto;
}
.treatment-top .img-text-horizon__img {
  width: 43%;
  position: relative;
}
.treatment-top .img-text-horizon__img img {
  width: 100%;
  display: block;
}
.treatment-top .img-text-horizon__text {
  width: 640px;
  max-width: 55%;
}
.treatment-top .img-text-horizon__title {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  font-size: 28px;
}
.treatment-top .img-text-horizon__description {
  line-height: 1.8;
}
.treatment-top .img-text-horizon:nth-of-type(even) .img-text-horizon__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .treatment-top .img-text-horizon__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .treatment-top .img-text-horizon__img {
    width: 100%;
  }
  .treatment-top .img-text-horizon__text {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 6px;
  }
  .treatment-top .img-text-horizon__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .treatment-top .img-text-horizon__description {
    font-size: 14px;
  }
  .treatment-top .img-text-horizon:nth-of-type(even) .img-text-horizon__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 959px) {
  .treatment-top {
    width: 700px;
    max-width: 100%;
    margin: auto;
  }
}

.case {
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .case {
    padding: 40px 0;
  }
}
.case__head {
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .case__head {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 960px) {
  .case-card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(40px * -1);
  }
  .case-card-list__item {
    margin-bottom: 40px;
    margin-right: 40px;
    width: calc((100% - 40px * (3 - 1)) / 3);
  }
  .case-card-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .case-card-list {
    width: 700px;
    max-width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(20px * -1);
  }
  .case-card-list__item {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc((100% - 20px * (1 - 1)) / 1);
  }
  .case-card-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}

.case-card-img {
  position: relative;
  width: 100%;
}
.case-card-img::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
.case-card-img__wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.case-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-card__img img {
  display: block;
}
.case-card__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
}
.case-card__description {
  line-height: 1.8;
}
.case-card__body {
  padding: 16px 12px 12px 12px;
  background-color: #fff;
}

.first-aid {
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .first-aid {
    padding: 40px 0;
  }
}
.first-aid__head {
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .first-aid__head {
    margin-bottom: 36px;
  }
}

.column {
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .column {
    padding: 40px 0;
  }
}
.column__head {
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .column__head {
    margin-bottom: 36px;
  }
}
.column__btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .column {
    width: 700px;
    max-width: 100%;
    margin: auto;
  }
}

.faq {
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .faq {
    padding: 40px 0;
  }
}
.faq__head {
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .faq__head {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 959px) {
  .faq {
    width: 700px;
    max-width: 100%;
    margin: auto;
  }
}

.qa-box {
  line-height: 1.8;
}
.qa-box:not(:last-child) {
  margin-bottom: 30px;
}
.qa-box__q, .qa-box__a {
  padding: 20px 80px;
  position: relative;
}
.qa-box__q::before, .qa-box__a::before {
  content: "Q";
  width: 50px;
  line-height: 50px;
  background-color: #38484D;
  border-radius: 100%;
  color: #38484D;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 12px;
  left: 10px;
  color: #fff;
}
.qa-box__q {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-size: 19px;
  position: relative;
  cursor: pointer;
}
.qa-box__a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
.qa-box__a::before {
  content: "A";
  background-color: #33B5DD;
  color: #fff;
}
.qa-box__toggle {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.qa-box__toggle-wrap {
  width: 20px;
  height: 20px;
  position: relative;
}
.qa-box__toggle-wrap.active::after {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.qa-box__toggle-wrap::before, .qa-box__toggle-wrap::after {
  content: "";
  display: block;
  background-color: #38484D;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.qa-box__toggle-wrap::before {
  width: 100%;
  height: 2px;
}
.qa-box__toggle-wrap::after {
  width: 2px;
  height: 100%;
}
.qa-box__a {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: default;
}
.qa-box__a.active {
  height: auto;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .qa-box:not(:last-child) {
    margin-bottom: 15px;
  }
  .qa-box__toggle {
    right: 14px;
  }
  .qa-box__q, .qa-box__a {
    padding: 10px 48px 10px 62px;
  }
  .qa-box__q::before, .qa-box__a::before {
    width: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .qa-box__q {
    font-size: 16px;
  }
  .qa-box__a {
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .qa-box__a.active {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 960px) {
  .normal-card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(40px * -1);
  }
  .normal-card-list__item {
    margin-bottom: 40px;
    margin-right: 40px;
    width: calc((100% - 40px * (3 - 1)) / 3);
  }
  .normal-card-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .normal-card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(10px * -1);
  }
  .normal-card-list__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px * (1 - 1)) / 1);
  }
  .normal-card-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}

.normal-card-img {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
}
.normal-card-img::before {
  content: "";
  display: block;
  padding-top: 66.666%;
}
.normal-card-img__wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.normal-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.normal-card__text {
  padding: 20px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.normal-card__info {
  margin-bottom: 10px;
}
.normal-card__title {
  line-height: 1.6;
  font-size: 22px;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 12px;
}
.normal-card__description {
  font-size: 14px;
  letter-spacing: 0.13em;
  line-height: 1.6;
}
.normal-card__date {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}

.term-label {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.term-label::before {
  content: "●";
  color: #33B5DD;
  display: inline-block;
  margin-right: 4px;
}

.noimage {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}/*# sourceMappingURL=style.css.map */