@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
/* Gradation  グラデーション
====================================== */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #333;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: -2;
}

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

a {
  color: #333;
  text-decoration: none;
  display: block;
  transition: 0.6s;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.l-gnav.__sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .l-gnav.__sp {
    display: block;
    background: #2591ac;
    padding-top: 0px;
    padding-bottom: 10px;
    position: fixed;
    padding-left: 12px;
    top: 0;
    right: 0;
    z-index: 9999;
    height: 68px;
  }
  .l-gnav.__sp .nav-unshown {
    display: none;
  }
  .l-gnav.__sp #nav-open {
    display: inline-block;
    width: 51px;
    height: 40px;
    vertical-align: middle;
    padding-top: 16px;
    padding-left: 0px;
  }
  .l-gnav.__sp #nav-open span,
  .l-gnav.__sp #nav-open span:before,
  .l-gnav.__sp #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 37px;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: "";
    cursor: pointer;
  }
  .l-gnav.__sp #nav-open span:before {
    bottom: -10px;
  }
  .l-gnav.__sp #nav-open span:after {
    bottom: -20px;
  }
  .l-gnav.__sp #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overscroll-behavior: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
  }
  .l-gnav.__sp #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }
  .l-gnav.__sp #nav-close span {
    display: block;
    height: 100.1%;
  }
  .l-gnav.__sp #nav-close2 {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .l-gnav.__sp #nav-input:checked ~ #nav-close2 {
    display: block;
    opacity: 1;
  }
  .l-gnav.__sp #nav-close2 span {
    position: relative;
  }
  .l-gnav.__sp #nav-close2 span:before,
  .l-gnav.__sp #nav-close2 span:after {
    position: absolute;
    height: 3px;
    width: 28px;
    top: 28px;
    left: 10px;
    border-radius: 3px;
    background: #333;
    display: block;
    content: "";
    cursor: pointer;
  }
  .l-gnav.__sp #nav-close2 span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-gnav.__sp #nav-close2 span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-gnav.__sp .menu_ttl {
    display: block;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    position: relative;
    left: 1px;
    top: 3px;
  }
  .l-gnav.__sp #nav-content {
    overflow: auto;
    position: fixed;
    overscroll-behavior: none;
    top: 0;
    right: 0;
    z-index: 10001;
    width: 90%;
    height: 100%;
    padding-top: 54px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    transform: translateX(100%);
  }
  .l-gnav.__sp #nav-input.active ~ #nav-content {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .l-gnav.__sp #nav-content .wrap_nav_content {
    min-height: 100%;
    height: 100.1%;
    padding-bottom: 50px;
  }
  .l-gnav.__sp .sp_gnav {
    border-bottom: 1px solid #eee;
  }
  .l-gnav.__sp .sp_gnav > li {
    border-top: 1px solid #eee;
  }
  .l-gnav.__sp .sp_gnav a {
    color: #333;
    display: block;
    font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    line-height: 1.3;
    padding: 12px 16px;
  }
  .l-gnav.__sp .sp_gnav a span {
    font-size: 14px;
    color: #2591ac;
    display: block;
  }
  .l-gnav.__sp .sp_gnav .ham_btn {
    width: 95%;
    margin: 0 auto 15px;
    padding-top: 15px;
  }
  .l-gnav.__sp .sp_gnav .ham_btn a {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 12px 16px;
  }
  .l-gnav.__sp .sp_gnav .ham_btn a .icon-container {
    width: 25px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-gnav.__sp .sp_gnav .ham_btn a.ham-tel {
    background: #2591ac;
  }
  .l-gnav.__sp .sp_gnav .ham_btn a.ham-form {
    background: #f99a29;
  }
}
.l-gnav.__pc {
  padding: 10px;
  background: #2591ac;
}
.l-gnav.__pc .header-nav .nav-list {
  display: flex;
  justify-content: space-between;
}
.l-gnav.__pc .header-nav .nav-list .nav-item {
  text-align: center;
  padding: 10px 0;
  width: 12.5%;
  border-right: 1px solid #fff;
}
.l-gnav.__pc .header-nav .nav-list .nav-item:first-child {
  border-left: 1px solid #fff;
}
.l-gnav.__pc .header-nav .nav-list .nav-item a {
  font-weight: bold;
  color: #fff;
}
.l-gnav.__pc.fixed {
  position: fixed;
  padding: 10px;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background: rgba(37, 145, 172, 0.9);
}
@media screen and (max-width: 1100px) {
  .l-gnav.__pc {
    display: none;
  }
}

.l-header {
  padding: 15px 0;
}
@media screen and (max-width: 1100px) {
  .l-header {
    height: 68px;
  }
}
.l-header .l-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .l-header .l-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-header .l-header-flex .header-top-l {
  width: min(23.43vw, 375px);
}
@media screen and (max-width: 1100px) {
  .l-header .l-header-flex .header-top-l {
    width: 290px;
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 430px) {
  .l-header .l-header-flex .header-top-l {
    width: 217px;
  }
}
.l-header .l-header-flex .header-top-r {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1100px) {
  .l-header .l-header-flex .header-top-r {
    display: none;
  }
}
.l-header .l-header-flex .header-top-r .contact-tel {
  display: flex;
  align-items: center;
  gap: 3px;
}
.l-header .l-header-flex .header-top-r .contact-tel .tel-icon {
  max-width: 41px;
}
.l-header .l-header-flex .header-top-r .contact-tel .tel-num p {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.l-header .l-header-flex .header-top-r .contact-tel .tel-num span {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 19px;
  background: #e34d42;
  border-radius: 4px;
}
.l-header .l-header-flex .header-top-r .contact-form {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  background: #f99a29;
  padding: 16px 10px 16px 14px;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px #6b4b0a;
}
.l-header .l-header-flex .header-top-r .contact-form .form-icon {
  width: 30px;
  margin-right: 10px;
}
.l-header .l-header-flex .header-top-r .contact-form .form-txt {
  margin-right: 19px;
}
.l-header .l-header-flex .header-top-r .contact-form .form-arrow {
  width: 14px;
  transform: rotate(-90deg);
}

.l-main {
  overflow: hidden;
  position: relative;
  z-index: -2;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .inner {
    padding: 0 15px;
  }
}

.hide {
  opacity: 0 !important;
  pointer-events: none !important;
}

.l-footer {
  background: #2591ac;
  padding: 40px 0;
}
@media screen and (max-width: 1100px) {
  .l-footer {
    padding: 40px 0 120px;
  }
}
.l-footer .footer-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 430px) {
  .l-footer .footer-flex {
    flex-direction: column;
    gap: 30px;
  }
}
.l-footer .footer-flex .footer-flex-l {
  color: #fff;
}
.l-footer .footer-flex .footer-flex-l .site-name {
  color: #fff;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  margin-bottom: 22px;
}
.l-footer .footer-flex .footer-flex-l .info {
  line-height: 1.5;
}
.l-footer .footer-flex .footer-flex-l .info a {
  color: #fff;
}
.l-footer .footer-flex .footer-flex-r {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 430px) {
  .l-footer .footer-flex .footer-flex-r {
    margin-bottom: 30px;
  }
}
.l-footer .footer-flex .footer-flex-r a {
  display: block;
  width: clamp(165px, 14.4vw, 231px);
}
@media screen and (max-width: 430px) {
  .l-footer .footer-flex .footer-flex-r a {
    width: 50%;
  }
}
.l-footer .copyright {
  color: #fff;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 430px) {
  .l-footer .copyright {
    text-align: center;
  }
}

.sec-ttl {
  color: #2591ac;
  font-size: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  padding: 0 60px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 430px) {
  .sec-ttl {
    font-size: 28px;
    padding: 0 40px;
    line-height: 1.2;
  }
}
.sec-ttl::before, .sec-ttl:after {
  content: "";
  display: block;
  width: 37px;
  height: 71px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 430px) {
  .sec-ttl::before, .sec-ttl:after {
    width: 30px;
    height: 58px;
  }
}
.sec-ttl::before {
  background: url(../img/sankotsu/l-title.png) no-repeat center;
  background-size: cover;
  left: 0;
}
.sec-ttl:after {
  background: url(../img/sankotsu/r-title.png) no-repeat center;
  background-size: cover;
  right: 0;
}
.sec-ttl.__area {
  padding: 0 83px;
}
@media screen and (max-width: 430px) {
  .sec-ttl.__area {
    padding: 0 62px;
  }
}
.sec-ttl.__area::before, .sec-ttl.__area:after {
  display: block;
  width: 60px;
  height: 94px;
}
@media screen and (max-width: 430px) {
  .sec-ttl.__area::before, .sec-ttl.__area:after {
    width: 52px;
    height: 80px;
  }
}
.sec-ttl.__area::before {
  background: url(../img/sankotsu/l-title_shadow.png) no-repeat center;
  background-size: cover;
}
.sec-ttl.__area:after {
  background: url(../img/sankotsu/r-title_shadow.png) no-repeat center;
  background-size: cover;
}
.sec-ttl .br-sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .sec-ttl .br-sp {
    display: block;
  }
}
.sec-ttl .en {
  font-size: 16px;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 430px) {
  .sec-ttl .en {
    font-size: 13px;
  }
}

.c-concept {
  padding: 12.7vw 0 8.3vw;
  background: rgb(240, 251, 255);
  background: linear-gradient(180deg, rgb(240, 251, 255) 80%, rgb(255, 255, 255) 100%);
  position: relative;
  z-index: -1;
}
.c-concept::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/sankotsu/concept-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 430px) {
  .c-concept::after {
    background-image: url(../img/sankotsu/concept-bg_sp01.png), url(../img/sankotsu/concept-bg_sp02.png);
    background-position: center top, center 85%;
  }
}
.c-concept .concept-desc {
  text-align: center;
  text-shadow: 0px 0px 10px rgb(255, 255, 255), 0px 5px 10px rgb(255, 255, 255), 5px 0px 10px rgb(255, 255, 255), 0px -5px 10px rgb(255, 255, 255), -5px 0px 10px rgb(255, 255, 255);
  position: relative;
  z-index: 2;
}
.c-concept .concept-desc.__mdl {
  font-size: 22px;
  line-height: 1.86;
  margin-bottom: min(35px, 3.8vw);
}
@media screen and (max-width: 430px) {
  .c-concept .concept-desc.__mdl {
    font-size: 18px;
  }
}
.c-concept .concept-desc.__mdl .br-sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .c-concept .concept-desc.__mdl {
    font-size: 16px;
  }
  .c-concept .concept-desc.__mdl .br-sp {
    display: block;
  }
}
.c-concept .concept-desc.__big {
  font-size: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  line-height: 2.25;
}
@media screen and (max-width: 430px) {
  .c-concept .concept-desc.__big {
    font-size: 24px;
  }
}
.c-concept .concept-desc.__big.__second {
  margin-bottom: min(35px, 3.6vw);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .c-concept .concept-desc.__big.__second {
    flex-direction: column;
  }
}
.c-concept .concept-desc.__big .gradation {
  color: transparent;
  font-weight: 600;
  text-shadow: none;
  display: block;
  position: relative;
  background: linear-gradient(180deg, rgb(37, 145, 172), rgb(63, 211, 247));
  -webkit-background-clip: text;
  background-clip: text;
}
.c-concept .concept-desc.__big .gradation::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  text-shadow: 0px 0px 10px rgb(255, 255, 255), 0px 5px 10px rgb(255, 255, 255), 5px 0px 10px rgb(255, 255, 255), 0px -5px 10px rgb(255, 255, 255), -5px 0px 10px rgb(255, 255, 255);
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .c-concept .concept-desc.__big .gradation::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-concept .concept-desc.___sml {
  font-size: 18px;
  line-height: 2;
  margin-bottom: min(38px, 2.4vw);
}
.c-concept .concept-desc.___sml .br-sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .c-concept .concept-desc.___sml {
    font-size: 16px;
  }
  .c-concept .concept-desc.___sml .br-sp {
    display: block;
  }
}
.c-concept .ill-btm {
  display: flex;
  align-content: flex-start;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 430px) {
  .c-concept .ill-btm {
    gap: 24px;
  }
}
.c-concept .ill-btm .ill-container {
  width: min(181px, 11.3vw);
}
@media screen and (max-width: 430px) {
  .c-concept .ill-btm .ill-container {
    width: 120px;
  }
}

@media (max-width: 834px) {
  .c-concept {
    margin-bottom: 25px;
  }
}
@media (max-width: 430px) {
  .c-concept .br-pc {
    display: none;
  }
  .c-concept .logo-container {
    gap: 25px;
  }
  .c-concept .logo-container .logo-mishima {
    max-width: 120px;
  }
  .c-concept .logo-container .logo-atami {
    max-width: 128px;
  }
}
.c-about {
  padding-bottom: 16.3vw;
  background-image: url(../img/sankotsu/about-btm.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: -4.6vw 0 max(3.2vw, 57px);
}
.c-about .br-tab {
  display: none;
}
@media screen and (max-width: 834px) {
  .c-about .br-tab {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .c-about .br-tab {
    display: none;
  }
}
.c-about .br-sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .c-about .br-sp {
    display: block;
  }
}
.c-about .sec-ttl {
  margin-bottom: 40px;
}
.c-about .about-desc {
  line-height: 2;
  text-align: center;
  margin-bottom: clamp(22.5px, 3.4vw, 55px);
  position: relative;
}
.c-about .about-desc::before, .c-about .about-desc::after {
  content: "";
  width: 158px;
  height: 163px;
  position: absolute;
  top: 0;
}
.c-about .about-desc::before {
  background: url(../img/sankotsu/about-bubble_left.png) no-repeat center;
  background-size: contain;
  left: 0;
}
.c-about .about-desc::after {
  background: url(../img/sankotsu/about-bubble_right.png) no-repeat center;
  background-size: contain;
  right: 0;
}
@media screen and (max-width: 430px) {
  .c-about .about-desc::after {
    top: unset;
    bottom: 0;
  }
}
.c-about .merit-list {
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 430px) {
  .c-about .merit-list {
    flex-direction: column;
  }
}
.c-about .merit-list .merit-item {
  flex-basis: calc((100% - 52px) / 3);
  padding: 10px;
  position: relative;
}
.c-about .merit-list .merit-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.c-about .merit-list .merit-item:first-child::after {
  background: url(../img/sankotsu/merit-bg01.png) no-repeat center;
  background-size: contain;
}
.c-about .merit-list .merit-item:first-child .ill-container {
  width: min(11.9vw, 191px);
  margin: 0 auto 22px;
}
@media screen and (max-width: 430px) {
  .c-about .merit-list .merit-item:first-child .ill-container {
    width: 180px;
  }
}
.c-about .merit-list .merit-item:nth-child(2)::after {
  background: url(../img/sankotsu/merit-bg02.png) no-repeat center;
  background-size: contain;
}
.c-about .merit-list .merit-item:nth-child(2) .ill-container {
  width: min(12.8vw, 204px);
  margin: 0 auto 20px;
}
@media screen and (max-width: 430px) {
  .c-about .merit-list .merit-item:nth-child(2) .ill-container {
    width: 193px;
  }
}
.c-about .merit-list .merit-item:last-child::after {
  background: url(../img/sankotsu/merit-bg03.png) no-repeat center;
  background-size: contain;
}
.c-about .merit-list .merit-item:last-child .ill-container {
  width: min(10.4vw, 166px);
  margin: 0 auto 14px;
}
@media screen and (max-width: 430px) {
  .c-about .merit-list .merit-item:last-child .ill-container {
    width: 155px;
  }
}
.c-about .merit-list .merit-ttl {
  font-size: 24px;
  color: #2591ac;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: center;
  margin-bottom: 22px;
  line-height: 1.2;
}
.c-about .merit-list .merit-desc {
  line-height: 1.5;
}

.c-reason .sec-ttl {
  margin-bottom: clamp(62px, 7.6vw, 124px);
}
.c-reason .reason-list {
  display: flex;
  flex-wrap: wrap;
  gap: 105px 30px;
}
@media screen and (max-width: 1100px) {
  .c-reason .reason-list {
    gap: 88px 30px;
  }
}
@media screen and (max-width: 430px) {
  .c-reason .reason-list {
    flex-direction: column;
  }
}
.c-reason .reason-list .reason-item {
  width: calc((100% - 60px) / 3);
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 3px 13px 0px rgb(223, 217, 217);
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-reason .reason-list .reason-item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 430px) {
  .c-reason .reason-list .reason-item {
    width: 100%;
  }
}
@media screen and (min-width: 431px) {
  .c-reason .reason-list .reason-item:nth-child(2) .reason-ttl {
    height: 3em;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .c-reason .reason-list .reason-item:nth-child(4) .reason-ttl {
    height: 3em;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 430px) {
  .c-reason .reason-list .reason-item:nth-child(4) .reason-ttl {
    height: unset;
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .c-reason .reason-list .reason-item:last-child .reason-ttl {
    height: 3em;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .c-reason .reason-list .reason-item:last-child .reason-ttl {
    height: unset;
    display: block;
  }
}
.c-reason .reason-list .reason-item .reason-num {
  height: 76px;
  position: absolute;
  top: -67px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .c-reason .reason-list .reason-item .reason-num {
    height: 60px;
    top: -51px;
  }
}
.c-reason .reason-list .reason-item .reason-num img {
  width: auto;
  height: 100%;
}
.c-reason .reason-list .reason-item .reason-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.c-reason .reason-list .reason-item .reason-txt {
  padding: 20px 26px 26px;
  line-height: 1.5;
}
.c-reason .reason-list .reason-item .reason-ttl {
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #2591ac;
  font-weight: bold;
  margin-bottom: 15px;
}

.c-area {
  margin-top: clamp(-102px, -12.8vw, -204px);
}
.c-area::before {
  content: "";
  display: block;
  width: 100%;
  height: clamp(102px, 12.8vw, 204px);
  background: url(../img/sankotsu/area-top.png) no-repeat center;
  background-size: cover;
}
.c-area .bg-yellow {
  background: #fcfcec;
  padding: max(4.2vw, 67px) 0 max(10vw, 100px);
}
.c-area .sec-ttl {
  margin-bottom: clamp(20px, 2.5vw, 40px);
  text-shadow: 0px 0px 10px rgb(255, 255, 255), 0px 5px 10px rgb(255, 255, 255), 5px 0px 10px rgb(255, 255, 255), 0px -5px 10px rgb(255, 255, 255), -5px 0px 10px rgb(255, 255, 255);
}
.c-area .area-intro {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 834px) {
  .c-area .area-intro {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 40px;
  }
}
.c-area .area-intro .img-container {
  flex-basis: 50%;
  box-shadow: 20px 20px 0px 0px rgb(250, 250, 172);
  border-radius: 40px;
}
@media screen and (max-width: 834px) {
  .c-area .area-intro .img-container {
    margin-right: 15px;
  }
}
.c-area .area-intro .img-container img {
  border-radius: 40px;
}
.c-area .area-intro .area-txt {
  flex-basis: calc(50% - 75px);
  margin-left: clamp(37.5px, 4.7vw, 75px);
}
@media screen and (max-width: 834px) {
  .c-area .area-intro .area-txt {
    margin-left: 0;
  }
}
.c-area .area-intro .area-txt h3 {
  font-size: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #f99a29;
  line-height: 1.5;
  margin-bottom: clamp(21px, 2.6vw, 42px);
}
@media screen and (max-width: 430px) {
  .c-area .area-intro .area-txt h3 {
    font-size: 24px;
  }
}
.c-area .area-intro .area-txt .area-desc {
  line-height: 1.875;
}
.c-area .area-map {
  margin-bottom: 70px;
}
@media screen and (max-width: 430px) {
  .c-area .area-map {
    margin-bottom: 40px;
  }
}
.c-area .area-scenery h3 {
  color: #f99a29;
  font-size: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: center;
  margin-bottom: clamp(30px, 3.8vw, 60px);
}
@media screen and (max-width: 430px) {
  .c-area .area-scenery h3 {
    font-size: 24px;
  }
}
.c-area .area-scenery .scenery-item {
  margin: 0 8px;
}
.c-area .area-scenery .scenery-item .img-container {
  border-radius: 18px;
  box-shadow: 10px 10px 0px 0px rgb(250, 201, 172);
  margin-bottom: 25px;
  overflow: hidden;
}
.c-area .area-scenery .scenery-item .scenery-name {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.c-area .area-scenery .scenery-item .scenery-name .icon-container {
  width: 24px;
  height: 28px;
}
.c-area .area-scenery .scenery-item .scenery-name p {
  font-weight: bold;
}
.c-area .area-scenery .slide-arrow {
  width: 39px;
  position: absolute;
  top: 36%;
  z-index: 10000;
}
.c-area .area-scenery .slide-arrow.prev-arrow {
  left: -19px;
}
.c-area .area-scenery .slide-arrow.next-arrow {
  right: -19px;
}

.c-plan {
  padding: 80px 0;
  background: url(../img/sankotsu/plan-bg.jpg) no-repeat center;
  margin-bottom: max(80px, 5vw);
}
.c-plan .bg-white {
  background: #fff;
  box-shadow: 0px 0px 30px 5px rgba(223, 220, 220, 0.6);
  padding: clamp(30px, 5vw, 80px);
}
.c-plan .sec-ttl {
  margin-bottom: clamp(40px, 5vw, 80px);
}
.c-plan .plan-container {
  margin-bottom: clamp(30px, 3.8vw, 60px);
}
.c-plan .plan-container .plan-ttl {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #2591ac;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 430px) {
  .c-plan .plan-container .table-scroll {
    overflow: scroll;
  }
}
.c-plan .plan-container .table-container {
  border: 1px solid #aaa;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .c-plan .plan-container .table-container {
    min-width: 600px;
  }
}
.c-plan .plan-container .plan-table {
  width: 100%;
  box-shadow: 0px 0px 30px 5px rgba(223, 220, 220, 0.6);
  border-collapse: collapse;
  border-spacing: 0;
}
.c-plan .plan-container .plan-table tr {
  text-align: center;
}
.c-plan .plan-container .plan-table th, .c-plan .plan-container .plan-table td {
  padding: 20px 0;
  font-weight: bold;
  border-bottom: 1px solid #e3efeb;
}
.c-plan .plan-container .plan-table th {
  color: #fff;
  font-size: 18px;
}
.c-plan .plan-container .plan-table td.price {
  color: #f75f5f;
  font-size: 18px;
}
.c-plan .plan-container .__member tr:first-child {
  border: none;
  background: #25ac84;
}
.c-plan .plan-container .__non-member tr:first-child {
  border: none;
  background: #f99a29;
}
.c-plan .cautions-ttl,
.c-plan .option-ttl {
  color: #2591ac;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 35px;
}
.c-plan .cautions-container,
.c-plan .option-container {
  border: 1px solid #2591ac;
  box-shadow: 0px 0px 30px 5px rgba(223, 220, 220, 0.6);
  border-radius: 10px;
}
.c-plan .cautions-container {
  padding: clamp(20px, 1.4vw, 22px) clamp(30px, 3.8vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(25px, 2.8vw, 45px);
}
@media screen and (max-width: 430px) {
  .c-plan .cautions-container {
    flex-direction: column;
  }
}
.c-plan .cautions-container .ill-container {
  flex-basis: min(21.1vw, 377px);
}
.c-plan .cautions-container .cations-list {
  line-height: 2;
}
.c-plan .option-container {
  padding: clamp(20px, 2.1vw, 35px) clamp(30px, 4.4vw, 70px) clamp(20px, 2.1vw, 35px) clamp(30px, 3.5vw, 56px);
  margin-bottom: clamp(30px, 3.8vw, 60px);
}
.c-plan .option-container .option-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(20px, 2.5vw, 40px);
}
@media screen and (max-width: 430px) {
  .c-plan .option-container .option-flex {
    flex-direction: column;
    gap: 10px;
  }
}
.c-plan .option-container .option-name {
  font-size: 24px;
  color: #2591ac;
}
.c-plan .option-container .option-price {
  font-size: 24px;
  font-weight: bold;
  color: #f75f5f;
}
.c-plan .option-container .option-price span {
  font-size: 20px;
}
.c-plan .option-container .option-desc {
  line-height: 2;
}
.c-plan .plan-pet {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .c-plan .plan-pet {
    flex-direction: column;
  }
}
.c-plan .plan-pet .ill-container {
  flex-basis: calc(50% - 60px);
  margin-right: 60px;
}
@media screen and (max-width: 834px) {
  .c-plan .plan-pet .ill-container {
    margin-right: 0;
    width: 70%;
  }
}
@media screen and (max-width: 430px) {
  .c-plan .plan-pet .ill-container {
    width: 100%;
  }
}
.c-plan .plan-pet .pet-desc {
  color: #25ac84;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: center;
  line-height: 1.43;
  padding: 50px 0;
  flex-basis: 50%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-plan .plan-pet .pet-desc {
    width: 68%;
  }
}
@media screen and (max-width: 430px) {
  .c-plan .plan-pet .pet-desc {
    font-size: 18px;
    width: 100%;
  }
}
.c-plan .plan-pet .pet-desc::before, .c-plan .plan-pet .pet-desc::after {
  content: "";
  display: block;
  width: clamp(40px, 5.75vw, 92px);
  height: clamp(40px, 5.75vw, 92px);
  position: absolute;
}
.c-plan .plan-pet .pet-desc::before {
  background: url(../img/sankotsu/l-paren.png) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
}
.c-plan .plan-pet .pet-desc::after {
  background: url(../img/sankotsu/r-paren.png) no-repeat center;
  background-size: cover;
  bottom: 0;
  right: 0;
}
.c-plan .plan-pet .pet-desc .br-sp {
  display: none;
}
.c-plan .plan-pet .pet-desc .emphasis {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .c-plan .plan-pet .pet-desc .emphasis {
    font-size: 24px;
    display: block;
  }
}

.c-flow {
  margin-bottom: max(3.6vw, 60px);
}
.c-flow .sec-ttl {
  margin-bottom: clamp(60px, 7.5vw, 120px);
}
.c-flow .flow-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
  margin-bottom: clamp(75px, 9.4vw, 150px);
}
@media screen and (max-width: 1100px) {
  .c-flow .flow-list {
    gap: 72px 36px;
  }
}
@media screen and (max-width: 430px) {
  .c-flow .flow-list {
    gap: 90px;
  }
}
.c-flow .flow-item {
  background: #fff;
  box-shadow: 0px 0px 30px 5px rgba(223, 220, 220, 0.6);
  padding: 43px 15px 20px;
  border-radius: 10px;
  width: calc((100% - 180px) / 6);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .c-flow .flow-item {
    width: calc((100% - 108px) / 3);
  }
}
@media screen and (max-width: 430px) {
  .c-flow .flow-item {
    width: 100%;
  }
}
.c-flow .flow-item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid #2b96b1;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 430px) {
  .c-flow .flow-item::after {
    border-top: 14px solid #2b96b1;
    border-bottom: 0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    top: unset;
    right: unset;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-flow .flow-item .flow-num {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 18px;
  text-align: center;
  line-height: 1.1;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.c-flow .flow-item .flow-num::after {
  content: "";
  background: #74d1ad;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.c-flow .flow-item .flow-num span {
  display: block;
  font-size: 22px;
}
.c-flow .flow-item .icon-container {
  height: 80px;
  margin-bottom: 15px;
  text-align: center;
}
.c-flow .flow-item .icon-container img {
  height: 100%;
  width: auto;
}
.c-flow .flow-item .flow-ttl {
  text-align: center;
  color: #2591ac;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 19px);
  line-height: 1.2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-flow .flow-item:last-child::after {
  display: none;
}
.c-flow .flow-video {
  padding-bottom: clamp(60px, 7.5vw, 120px);
  background: url(../img/sankotsu/video-bg.png) no-repeat;
  background-size: cover;
  background-position: center top;
}
.c-flow .flow-video .video-ttl {
  font-size: 32px;
  color: #2591ac;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 430px) {
  .c-flow .flow-video .video-ttl {
    font-size: 24px;
    line-height: 1.2;
  }
}
.c-flow .flow-video .video-ttl .br-sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .c-flow .flow-video .video-ttl .br-sp {
    display: block;
  }
}
.c-flow .flow-video .video-container {
  text-align: center;
  width: 45vw;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .c-flow .flow-video .video-container {
    width: 100%;
  }
}
.c-flow .flow-video .video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.c-message {
  margin-bottom: max(80px, 5vw);
}
.c-message .sec-ttl {
  margin-bottom: clamp(55px, 6.9vw, 110px);
}
.c-message .message-container {
  background: rgb(50, 173, 125);
  background: linear-gradient(0deg, rgba(50, 173, 125, 0.2) 68%, rgb(255, 255, 255) 100%);
}
.c-message .message-flex {
  display: flex;
  align-items: flex-end;
  gap: clamp(42.5px, 5.3vw, 85px);
}
@media screen and (max-width: 834px) {
  .c-message .message-flex {
    flex-direction: column-reverse;
  }
}
.c-message .message-txt {
  flex-basis: 63%;
}
.c-message .message-txt .message-ttl {
  font-size: 42px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  color: transparent;
  line-height: 1.43;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 430px) {
  .c-message .message-txt .message-ttl {
    font-size: 24px;
  }
}
.c-message .message-txt .message-ttl.__second {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .c-message .message-txt .message-ttl.__second {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .c-message .message-txt .message-ttl.__second {
    flex-direction: row;
  }
}
@media screen and (max-width: 430px) {
  .c-message .message-txt .message-ttl.__second {
    flex-direction: column;
  }
}
.c-message .message-txt .message-ttl .gradation {
  display: block;
  background: linear-gradient(180deg, rgb(37, 145, 172), rgb(63, 211, 247));
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}
.c-message .message-txt .message-ttl .gradation::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  text-shadow: 0px 0px 10px rgb(255, 255, 255), 0px 5px 10px rgb(255, 255, 255), 5px 0px 10px rgb(255, 255, 255), 0px -5px 10px rgb(255, 255, 255), -5px 0px 10px rgb(255, 255, 255);
  z-index: -1;
}
.c-message .message-txt .message {
  line-height: 2.25;
  margin: clamp(20px, 2.5vw, 40px) 0;
}
.c-message .message-txt .sign-flex {
  display: flex;
  gap: clamp(13px, 1.6vw, 23px);
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .c-message .message-txt .sign-flex {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media screen and (max-width: 834px) {
  .c-message .message-txt .sign-flex {
    flex-direction: row;
  }
}
@media screen and (max-width: 430px) {
  .c-message .message-txt .sign-flex {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.c-message .message-txt .ill-container {
  padding-left: 20px;
  flex-basis: 59%;
  max-width: 471px;
}
.c-message .message-txt .sign-container {
  text-align: right;
  flex-basis: 41%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  padding: 21px 0 37px;
  position: relative;
}
.c-message .message-txt .sign-container::after {
  content: "";
  display: block;
  width: 135px;
  height: 120px;
  background: url(../img/sankotsu/message-illust02.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.c-message .message-txt .sign-container .sign-company {
  font-size: 21px;
  line-height: 1.9;
}
@media screen and (max-width: 430px) {
  .c-message .message-txt .sign-container .sign-company {
    font-size: 18px;
  }
}
.c-message .message-txt .sign-container .sign-name {
  font-size: 21px;
}
.c-message .message-txt .sign-container .sign-name span {
  font-size: 27px;
}
@media screen and (max-width: 430px) {
  .c-message .message-txt .sign-container .sign-name {
    font-size: 18px;
  }
  .c-message .message-txt .sign-container .sign-name span {
    font-size: 22px;
  }
}
.c-message .img-container {
  flex-basis: 37%;
  padding-right: min(110px, 6.875vw);
}
@media screen and (max-width: 834px) {
  .c-message .img-container {
    width: 40%;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 430px) {
  .c-message .img-container {
    width: 50%;
  }
}

.c-faq {
  margin-bottom: clamp(50px, 5vw, 80px);
}
.c-faq .sec-ttl {
  margin-bottom: clamp(40px, 5vw, 80px);
}
.c-faq .qa-item {
  border: 1px solid #2591ac;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
.c-faq .qa-item .question,
.c-faq .qa-item .answer {
  padding: 30px 30px 30px 105px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .c-faq .qa-item .question,
  .c-faq .qa-item .answer {
    padding: 15px 15px 15px 65px;
  }
}
.c-faq .qa-item .question::before,
.c-faq .qa-item .answer::before {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 30px;
}
@media screen and (max-width: 430px) {
  .c-faq .qa-item .question::before,
  .c-faq .qa-item .answer::before {
    font-size: 18px;
    width: 40px;
    height: 40px;
    left: 15px;
  }
}
.c-faq .qa-item .question {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.625;
  background: #2591ac;
}
@media screen and (max-width: 430px) {
  .c-faq .qa-item .question {
    font-size: 18px;
  }
}
.c-faq .qa-item .question::before {
  content: "Q";
  color: #2591ac;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.c-faq .qa-item .answer {
  line-height: 1.625;
}
.c-faq .qa-item .answer::before {
  content: "A";
  color: #fff;
  background: #2591ac;
  top: 10px;
}

.c-contact {
  margin-bottom: clamp(50px, 5vw, 80px);
}

.c-pagetop {
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(76, 76, 76, 0.64);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 100px;
  transition: all 0.3s;
  z-index: 101;
}
.c-pagetop .icon-container {
  width: 35px;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .c-pagetop {
    width: 75px;
    height: 75px;
    right: 50px;
  }
}
@media (max-width: 768px) {
  .c-pagetop {
    width: 48px;
    height: 48px;
    bottom: 100px;
    right: 10px;
  }
  .c-pagetop .icon-container {
    width: 20px;
  }
}
.c-sp-cta {
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: #fff;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.c-sp-cta li {
  width: calc(50% - 15px);
  height: 60px;
  line-height: 60px;
}
.c-sp-cta li.cta-tel {
  background: #2591ac;
}
.c-sp-cta li.cta-mail {
  background: #f99a29;
}
.c-sp-cta li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.c-sp-cta li .icon-container {
  width: 20px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .c-sp-cta {
    display: none;
  }
}

/* ======================================= */
/* 海洋散骨の豆知識セクション（追加）               */
/* ======================================= */

#sankotsu{
  .c-message{
    margin-bottom: 0;
  }
  .column_knowledge{
    margin-bottom: max(80px, 5vw);
    background-color: #fcfcec;
    background-image: none;
    .inner{
      .sec_title{
        color: #f99a29;
        text-align: center;
        margin: 0 auto 30px auto;
      }
      .catch{
        text-align: center;
      }
    }
  }
}