@charset "UTF-8";
:root {
    --white: #FFF;
    --black: #333;
    --black-2: #242A2A;
    --blue: #35ABD5;
    --light-blue: #cee5ee;
    --pink: #EB118E;
    --gray: #CCC;
    --gray-2: #555;
    --light-gray: #F4F4F4;
    --light-gray-2: #DDD;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: var(--light-gray);
}

a {
  color: var(--black-2);
}

a:not(.shiny-btn) {
  transition: background-color 0.3s, color 0.3s;
}

a:hover {
  color: var(--blue);
}

img {
  width: 100%;
}

h1{
  font-size: 30px;
  font-weight: bold;
}

h2{
  font-size: 20px;
  font-weight: bold;
}

h3{
  font-size: 20px;
}

@media screen and (max-width: 768.98px) {
  .md-down-none {
    display: none;
  }
}
.plus {
  width: 30px;
}
@media screen and (max-width: 768.98px) {
  .plus {
    width: 50px;
  }
}

@media screen and (min-width: 767px) {
  .plus {
    width: 30px;
    margin-top: 50px;
  }
}

.blue {
  color: var(--blue);
}

.pink {
  color: var(--pink);
}

.bg-blue {
  background: rgba(53, 171, 213, 0.3) !important;
}

.bg-white {
  background: rgba(255, 255, 255, 0.3) !important;
}

.pcOnly {
  display: none;
}
@media screen and (min-width: 576px) {
  .pcOnly {
    display: block;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 575px) {
  .spOnly {
    display: block;
  }
}

.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.w-90 {
  width: 90%;
}

.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}

@media screen and (min-width: 769px) {
  .d-pc-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 768.98px) {
  .d-sp-block {
    display: block !important;
  }
}

.justify-between {
  justify-content: space-between !important;
}

.align-center {
  align-items: center !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.m-0 {
  margin: 0 !important;
}

.mt--30 {
  margin-top: -30px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 768.98px) {
  .mt-sp-0 {
    margin-top: 0 !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 768.98px) {
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
}

.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-38 {
  margin-left: 38px !important;
}
.ml-46 {
  margin-left: 46px !important;
}

@media screen and (max-width: 768.98px) {
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .ml-sp-36 {
    margin-left: 36px !important;
  }
}

.text-center {
  text-align: center !important;
}

@media screen and (max-width: 768.98px) {
  .text-sp-left {
    text-align: left !important;
  }
  .text-sp-right {
    text-align: right !important;
  }
}

.fz-14 {
  font-size: 14px !important;
}
.fz-16 {
  font-size: 16px !important;
}
.fz-18 {
  font-size: 18px !important;
}
.fz-20 {
  font-size: 20px !important;
}
.fz-24 {
  font-size: 24px !important;
}
.fz-28 {
  font-size: 28px !important;
}
.fz-30 {
  font-size: 30px !important;
}
.fz-32 {
  font-size: 32px !important;
}
.fz-36 {
  font-size: 36px !important;
}
.fz-46 {
  font-size: 46px !important;
}
.fz-54 {
  font-size: 54px !important;
}
.fz-68 {
  font-size: 68px !important;
}
.fz-20 {
  font-size: 20px !important;
}

@media screen and (max-width: 768.98px) {
  .fz-sp-14 {
    font-size: 14px !important;
  }
  .fz-sp-16 {
    font-size: 16px !important;
  }
  .fz-sp-18 {
    font-size: 18px !important;
  }
  .fz-sp-20 {
    font-size: 20px !important;
  }
  .fz-sp-22 {
    font-size: 22px !important;
  }
  .fz-sp-26 {
    font-size: 26px !important;
  }
  .fz-sp-30 {
    font-size: 30px !important;
  }
  .fz-sp-36 {
    font-size: 36px !important;
  }
  .fz-sp-40 {
    font-size: 40px !important;
  }
  .fz-sp-48 {
    font-size: 48px !important;
  }
}

.fw-normal {
  font-weight: 400 !important;
}

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

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

.breadcrumb-list {
	padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 3px;
  font-size: 14px;
}

@media screen and (max-width: 768.98px) {
  .breadcrumb-list {
    padding: 10px 3%;
    font-size: 12px;
  }
}

.breadcrumb-link {
  position: relative;
  font-weight: 700;
  margin-right: 25px;
}

.breadcrumb-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border: 1px solid var(--black);
  border-bottom: none;
  border-left: none;
  pointer-events: none;
}

.container {
  margin: 0 auto;
  width: 94%;
  max-width: 1080px;
  padding: 80px 0 100px;
}

@media screen and (max-width: 1199px) {
  .container {
    padding: 50px 0;
  }
}

.main {
  position: relative;
  margin-top: 60px;
  z-index: 10;
}

.floating {
  display: block;
  position: fixed;
  top: 0;
  right: 24px;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 64px);
  background: url(../img/bg_logomark.svg) 90% 80% no-repeat;
  background-size: 34%;
}
@media screen and (max-width: 768.98px) {
  .floating {
    display: none;
  }
}

h2.section-title {
  margin-bottom: 30px;
  line-height: 1.3;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  h2.section-title {
    margin-bottom: 6%;
    font-size: 22px;
  }
}

.section-sub-title {
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  .section-sub-title {
    font-size: 18px;
  }
}

.white-box {
  padding: 50px;
  border-radius: 30px;
  background: var(--white);
}
@media screen and (max-width: 1199px) {
  .white-box {
    padding: 20px;
  }
}

.line-box {
  position: relative;
  padding: 20px 0;
  border: 3px solid var(--blue);
  border-radius: 10px;
}

@media screen and (min-width: 769px) {
  .doubleline-box__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.doubleline-box {
  position: relative;
  padding: 20px 0;
  border: 4px solid rgba(53, 171, 213, 0.7);
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .doubleline-box {
    width: 48%;
  }
}
@media screen and (max-width: 768.98px) {
  .doubleline-box:last-child {
    margin-top: 4%;
  }
}
.doubleline-box:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  content: "";
  border: 2px solid rgba(53, 171, 213, 0.7);
  border-radius: 4px;
}

.doubleline-box-pink {
  border: 4px solid rgba(235, 17, 142, 0.4);
}
.doubleline-box-pink:before {
  border: 2px solid rgba(235, 17, 142, 0.4);
}

.shiny-btn {
  display: block;
  position: relative;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  overflow: hidden;
  transition: 0.2s;
}
.shiny-btn:hover {
  cursor: pointer;
}

.shiny-btn:hover.shiny-btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -140px;
  left: 0;
  width: 30px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  animation: shiny-btn 3s ease-in-out infinite;
  animation-delay: -2.5s;
}

@keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* ---------------
header
--------------- */
#navi {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 64px;
  width: 100%;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.16);
  background: var(--light-gray);
}
#navi input {
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header-logo {
  position: absolute;
  display: inline-block;
  top: 54%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768.98px) {
  .header-logo {
    left: 14px;
    max-width: 150px;
  }
}

/* ---------------
footer
--------------- */
footer {
  position: relative;
  background: var(--white);
  z-index: 1000;
}
footer .container {
  padding: 26px 0;
}

.footer__contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 768.98px) {
  .footer__contents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer__logo {
  display: block;
  line-height: 2.5;
  font-size: 9.8px;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    font-size: 10.5px;
  }
}
.footer__logo:hover, .footer__logo:hover div {
  color: inherit;
  opacity: 0.7;
}
.footer__logo img {
  display: block;
  margin-top: 0.5em;
}
@media screen and (min-width: 769px) {
  .footer__logo img {
    width: 130px;
  }
}
@media screen and (max-width: 768.98px) {
  .footer__logo img {
    width: 124px;
  }
}

@media screen and (min-width: 576px) {
  .footer__menu {
    display: flex;
    gap: 10px;
  }
}
.footer__menu li {
  position: relative;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .footer__menu li:not(:first-of-type):before {
    content: "/";
    padding-right: 10px;
  }
}
@media screen and (max-width: 768.98px) {
  .footer__menu li {
    text-align: center;
    font-size: 14px;
  }
  .footer__menu li:before {
    top: 4px;
    left: -24px;
  }
}

@media screen and (max-width: 575px) {
  .footer__menu li:not(:first-of-type) {
    margin-top: 0.5em;
  }
}

.copyright {
  text-align: end;
  color: var(--light-gray);
  font-size: 12px;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 576px) {
  .copyright {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .copyright {
    padding: 10px 0;
    text-align: center;
  }
}

/* ---------------
グローバルナビ
--------------- */
@media screen and (min-width: 850px) {
  .menu {
    display: flex;
    gap: 30px;
    justify-content: end;
    margin-right: 20px;
  }
}
@media screen and (max-width: 849.98px) {
  .menu {
    display: none;
  }
}

.menu-parent {
  position: relative;
  line-height: 64px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 849.98px) {
  .menu-parent:nth-last-child(-n+2) {
    padding: 0 20px;
  }
}
@media screen and (min-width: 850px) {
  .menu-parent:not(:nth-last-child(-n+2)):hover::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: var(--blue);
    border-radius: 10px;
  }
  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
  }
}
.menu-parent label {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 849.98px) {
  .menu-parent {
    height: auto;
    width: 100%;
  }
  .menu-parent:first-child {
    border-top: 1px solid var(--light-gray-2);
  }
  .menu-parent:not(:last-of-type) {
    border-bottom: 1px solid var(--light-gray-2);
  }

  .menu-parent > label {
    padding: 0 20px;
  }
}

.menu-parent__title {
  font-size: 16px;
}

.menu-child__toggle {
  display: none;
}
@media screen and (max-width: 849.98px) {
  .menu-child__toggle {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 20px;
  }
  .menu-parent > label::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 20px;
    transform: rotate(90deg) scale(0.7);
    width: 16.4px;
    height: 20px;
    background: url(../img/icon_arrow_2.svg) no-repeat;
    background-size: contain;
    z-index: 20;
  }
  .menu-child__toggle::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
}

.menu-child {
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: auto;
  top: 64px;
  left: 0;
}
@media screen and (min-width: 850px) {
  .menu-child {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
    background: var(--light-gray);
  }
}
@media screen and (max-width: 849.98px) {
  .menu-child {
    border-top: 1px solid var(--light-gray-2);
    position: relative;
    padding: 0 20px;
    opacity: 1;
    top: 0;
    margin-left: auto;
    left: auto;
    width: auto;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
  }
}

.menu-child__li {
  font-size: 14px;
}
@media screen and (min-width: 850px) {
  .menu-child__li {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 50px;
  }
}
.menu-child__li:not(:last-of-type) {
  border-bottom: 1px solid var(--light-gray-2);
}

#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 849.98px) {
  #menu-navibtn:checked ~ * .menu {
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    opacity: 1;
  }
  #menu-navibtn:checked ~ * .menu-parent {
    max-height: inherit;
    overflow-y: visible;
  }
  #menu-navibtn:checked ~ * .menu-child {
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden;
    transition: all 0.4s;
  }
  #menu-navibtn:checked ~ * .header-logo {
    top: 34px;
  }
}

@media screen and (max-width: 849.98px) {
  .menu-parent > label:hover {
    cursor: pointer;
    cursor: hand;
  }
  #navi input[type=checkbox]:checked ~ .menu-child {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
    transition: all 0.4s;
  }
  #menu-navibtn:checked ~ #navi {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
}
.menu-contact {
  margin-top: 10px;
  padding: 10px 20px;
  line-height: 1.4;
  color: var(--white);
  border-radius: 4px;
  box-shadow: 5px 5px 5px var(--white);
  border-radius: 24px;
  background: var(--blue);
}
.menu-contact::before {
  content: "";
  display: inline-block;
  width: 18.08px;
  height: 15px;
  vertical-align: middle;
  margin: 0 5px 2px 0;
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: contain;
}
.menu-contact:hover {
  color: var(--white);
}
@media screen and (max-width: 849.98px) {
  .menu-contact {
    margin-top: 20px;
    padding: 18px;
    border-radius: 50px;
  }
}

/* ハンバーガー */
#navibtn {
  display: none;
}
@media screen and (max-width: 849.98px) {
  #navibtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
  }
}

.navitoggle {
  position: relative;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 56px;
  height: 44px;
  background: none;
  border: none;
  border-radius: 12px;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 849.98px) {
  .navitoggle {
    display: block;
  }
}

.navitoggle__bar {
  position: absolute;
  left: 13px;
  display: inline-block;
  width: 30px;
  height: 4px;
  transition: all 0.4s;
  box-sizing: border-box;
  background: var(--blue);
  border-radius: 4px;
}
.navitoggle__bar:nth-of-type(1) {
  top: 10px;
  animation: menu-bar01 0.75s forwards;
}
.navitoggle__bar:nth-of-type(2) {
  top: 20px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.navitoggle__bar:nth-of-type(3) {
  bottom: 10px;
  animation: menu-bar02 0.75s forwards;
}

#menu-navibtn:checked ~ #navi label .navitoggle__bar:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
#menu-navibtn:checked ~ #navi label .navitoggle__bar:nth-of-type(2) {
  opacity: 0;
}
#menu-navibtn:checked ~ #navi label .navitoggle__bar:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0px) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}
/* フロー図 */
@media screen and (min-width: 769px) {
  .flow {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media screen and (min-width: 769px) {
  .flow__1 {
    width: 64%;
  }
}

@media screen and (min-width: 769px) {
  .flow__2 {
    width: 25%;
  }
}
@media screen and (max-width: 768.98px) {
  .flow__2 {
    margin-top: 80px;
  }
}

.flow__3 {
  border-radius: 20px;
  background: var(--white);
}
@media screen and (min-width: 769px) {
  .flow__3 {
    width: 48%;
  }
}
@media screen and (max-width: 768.98px) {
  .flow__3:last-of-type {
    margin-top: 40px;
  }
}

.flow-title {
  position: relative;
  height: 80px;
  text-align: center;
  color: var(--white);
  background: var(--blue);
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 30px 30px 0 0;
}

.flow-title__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#section-contract .flow-title {
  height: 52px;
}

.flow-title__surround {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px 8px;
  line-height: 0.9;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  background-color: var(--white);
  border-radius: 10px;
}
@media screen and (max-width: 768.98px) {
  .flow-title__surround {
    font-size: 14px;
  }
}

.flow-figure {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  background: var(--white);
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 768.98px) {
  .flow-figure {
    padding: 20px;
  }
}

.flow-figure__set {
  font-size: 20px;
  line-height: 1.3;
  border-radius: 0 0 55px 55px;
}
@media screen and (max-width: 768.98px) {
  .flow-figure__set {
    font-size: 16px;
  }
}


.flow-figure__set > div{
  font-size: 16px;
  line-height: 1.5;
}

.flow-figure__item1 {
  position: relative;
  display: inline-block;
  padding: 36px 0;
  text-align: center;
  background: var(--white);
}
@media screen and (max-width: 768.98px) {
  .flow-figure__item1 {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .flow-figure__item1:first-of-type {
    border-radius: 0 0 0 20px;
  }
}
.flow-figure__item1:last-of-type {
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 769px) {
  .flow-figure__item1:last-of-type {
    border-radius: 0 0 20px 0;
  }
}

.flow-figure__item2 {
  width: 100%;
  padding: 62px 0;
  text-align: center;
  border-radius: 0 0 20px 20px;
  background: var(--white);
}
@media screen and (max-width: 768.98px) {
  .flow-figure__item2 {
    padding: 20px 0;
  }
}

.flow-figure__item3 {
  width: 100%;
  padding: 24px 0;
  text-align: center;
}
.flow-figure__item3:last-of-type {
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .flow-figure__item3:last-of-type {
    padding: 48px 0;
  }
}
.flow-figure__item3:not(:last-of-type) {
  padding: 37px 0;
}

.flow-figure__item3_space {
  line-height: 3.2;
}

.flow-figure__item4 {
  width: 100%;
  padding: 24px 0;
  text-align: center;
}
@media screen and (max-width: 768.98px) {
  .flow-figure__item4 {
    padding: 20px 0;
  }
}

.flow-figure__arrow1 {
  display: inline-block;
  position: relative;
}
.flow-figure__arrow1::before {
  z-index: 10;
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
}
@media screen and (min-width: 769px) {
  .flow-figure__arrow1::before {
    top: 52px;
    right: -38px;
    border-left: 20px solid var(--white);
  }
}
@media screen and (max-width: 768.98px) {
  .flow-figure__arrow1::before {
    bottom: -38px;
    left: 49%;
    border-top: 20px solid var(--white);
  }
}
.flow-figure__arrow1::after {
  content: "";
  position: absolute;
  width: 16.4px;
  height: 20px;
  background: url(../img/icon_arrow_2.svg) no-repeat;
  background-size: contain;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .flow-figure__arrow1::after {
    top: 50%;
    right: -33px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768.98px) {
  .flow-figure__arrow1::after {
    left: 50%;
    bottom: -33px;
    transform: translateX(-50%) rotate(90deg);
  }
}
.flow-figure__arrow2 {
  position: relative;
}
.flow-figure__arrow2::after {
  content: "";
  position: absolute;
  width: 35.83px;
  height: 20.18px;
  background: url(../img/icon_arrow_3.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .flow-figure__arrow2::after {
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768.98px) {
  .flow-figure__arrow2::after {
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%) rotate(90deg);
  }
}

.flow-figure__arrow3 {
  display: inline-block;
  position: relative;
}
.flow-figure__arrow3::before {
  z-index: 10;
  content: "";
  position: absolute;
  bottom: -37px;
  left: 46%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-top: 20px solid var(--white);
}
.flow-figure__arrow3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%) rotate(90deg);
  width: 16.4px;
  height: 20px;
  background: url(../img/icon_arrow_2.svg) no-repeat;
  background-size: contain;
  z-index: 20;
}

/* ---------------
mv
--------------- */
.mv {
  position: relative;
  display: block;
}

.mv__lead {
  position: absolute;
  top: calc(50% - 60px);
  left: 2%;
  transform: translateY(-50%);
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  .mv__lead {
    font-size: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .mv__lead {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .mv__lead {
    font-size: 8vw;
  }
}

.mv__lead-1 {
  display: inline-block;
  margin-bottom: 20px;
}

/* ---------------
NEWS
--------------- */
.news__box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 8px;
  background: url(../img/news_01.svg);
  width: 107px;
  height: 106px;
}
@media screen and (max-width: 768.98px) {
  .news__box {
    padding-bottom: 110px;
  }
  .news__box::after {
    left: 56%;
    transform: translate(-50%);
    background: url(../img/news_01.svg);
    width: 107px;
    height: 107px;
  }
}
.news-set {
  display: inline-block;
  position: relative;
}
.news-set__inner{
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768.98px) {
  .news-set__inner{
    flex-direction: column;
    gap: 0;
  }
}
.news-set__time {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}
.news-set__time::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  border: 4px solid var(--blue);
  border-radius: 4px;
}
@media screen and (max-width: 768.98px) {
  .news-set__time::before {
    top: 11px;
  }
}

@media screen and (max-width: 768.98px) {
  .news-set__contents {
    padding-left: 30px;
  }
}

/* ---------------
クラウドドキュメントとは
--------------- */
.about__lead {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
}

.about__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4% auto;
}
.about__logo-porters {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .about__logo-porters {
    width: 26%;
    height: auto;
  }
}
.about__logo-cd {
  width: 360px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .about__logo-cd {
    width: 45%;
    height: auto;
  }
}
.about__logo-relationship {
  padding: 0 20px 0 6px;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .about__logo-relationship {
    font-size: 6vw;
  }
}

.about__example {
  margin: 0 auto;
  max-width: 850px;
}
.about__example-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
  text-align: center;
  margin-bottom: 10px;
}
.about__example table {
  width: 100%;
  font-size: 14px;
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768.98px) {
  .about__example table {
    width: 800px;
  }
}
.about__example thead {
  color: var(--blue);
  font-weight: bold;
}
.about__example thead th {
  padding: 16px 12px 12px;
  background: #e2eef3;
  border-right: 4px solid var(--light-gray);
  border-bottom: 4px solid var(--light-gray);
}
.about__example thead th:first-of-type {
  padding: 12px 20px;
  text-align: left;
  color: var(--white);
  background-color: var(--blue);
}
.about__example tbody td {
  padding: 12px;
  background-color: var(--white);
  border-right: 4px solid var(--light-gray);
  border-bottom: 4px solid var(--light-gray);
}
.about__example tbody td:first-of-type {
  padding: 12px 20px;
  background: #badeea;
}

.about__example thead th:last-of-type,
.about__example tbody td:last-of-type {
  border-right: none;
}
.about__example tbody tr:last-of-type td{
  padding-bottom: 16px;
  border-bottom: none;
}

/* ---------------
クラウドドキュメントの特徴
--------------- */
.feature__box:first-of-type {
  margin-bottom: 1em;
}

.feature__title {
  text-align: center;
  line-height: 1.3;
  color: var(--blue);
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768.98px) {
  .feature__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .feature__contents {
    margin-bottom: 30px;
  }
}

.feature-cost {
  margin-bottom: 4%;
  padding: 4%;
  border-radius: 30px;
  background: var(--white);
}
@media screen and (min-width: 769px) {
  .feature-cost {
    width: 100%;
  }
}
@media screen and (max-width: 768.98px) {
  .feature-cost {
    padding: 40px 30px;
    border-radius: 30px;
  }
}

.feature-cost__contents {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .feature-cost__contents {
    text-align: center;
  }
}

.feature-cost-box__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768.98px) {
  .feature-cost-box__wrap {
    flex-direction: column;
  }
}

.feature-cost-box {
  position: relative;
  height: 100px;
  background-color: var(--light-gray);
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .feature-cost-box {
    width: 38%;
  height: 120px;
  }
}

.feature-cost-box__ribbon {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 28px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 17px;
  background: var(--blue);
  border-radius: 2px 0 0 0;
  height: 20px;
}
.feature-cost-box__ribbon::before {
  position: absolute;
  content: "";
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #1587af;
  border-right: solid 6px transparent;
}
.feature-cost-box__ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid var(--blue);
  border-right: 20px solid var(--blue);
  border-bottom: 14px solid transparent;
}

.feature-cost-box__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}
@media screen and (max-width: 768.98px) {
  .feature-cost-box__contents {
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .feature-3column {
    display: flex;
  }
}

.feature-3column__item {
  position: relative;
  border-radius: 30px;
  background: var(--white);
  padding: 40px 30px 90px;
}
@media screen and (min-width: 769px) {
  .feature-3column__item {
    width: 32%;
  }
  .feature-3column__item:not(:last-of-type) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768.98px) {
  .feature-3column__item {
    border-radius: 30px;
  }
  .feature-3column__item:not(:first-of-type) {
    padding-bottom: 140px;
  }
  .feature-3column__item:not(:last-of-type) {
    margin-bottom: 6%;
  }
}

.feature__note {
  margin-top: 2em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

.feature__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ---------------
ご利用イメージ
--------------- */
.accordion{
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.accordion:not(:last-of-type) {
  margin-bottom: 16px;
}

.accordion__check {
  display: none;
}

.accordion__label {
  position: relative;
  display: block;
  height: 120px;
  max-width: 760px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 30px;
  background: var(--white);
  cursor: pointer;
}
@media screen and (max-width: 768.98px) {
  .accordion__label {
    height: 80px;
  }
}

.accordion__title {
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768.98px) {
  .accordion__title {
    left: 46%;
    font-size: 16px;
    white-space: nowrap;
  }
}

.accordion__contents {
  width: 100%;
  height: 0;
  opacity: 0;
  padding: 0 70px;
  transition: 0.5s;
  visibility: hidden;
  background: var(--white);
  border-radius: 0 0 50px 50px;
}
@media screen and (max-width: 768.98px) {
  .accordion__contents {
    padding: 0 20px;
  }
}

.accordion__check:checked + .accordion__label + .accordion__contents {
  height: auto;
  opacity: 1;
  padding: 0 70px 70px;
  visibility: visible;
}
@media screen and (max-width: 768.98px) {
  .accordion__check:checked + .accordion__label + .accordion__contents {
    padding: 0 20px 70px;
  }
}

.accordion__contents-details {
  padding: 1em 0;
  font-size: 14px;
}

.accordion__contents-details li {
  padding-left: 1em;
  text-indent: -1em;
}

.accordion__contents-details_note {
  padding-left: 1em;
  text-indent: -1em;
}

.accordion__contents-details_process {
  padding: 2em 0;
}

.accordion__contents-details_number {
  padding: 1em 0 1em 1.2em;
  text-indent: -1.2em;
}

.accordion__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  border-radius: 0 30px 30px 0;
  background: var(--blue);
}
@media screen and (max-width: 768.98px) {
  .accordion__toggle {
    width: 10%;
  }
}
.accordion__toggle::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 16.4px;
  height: 20px;
  background: url(../img/icon_arrow_4.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768.98px) {
  .accordion__toggle::before {
    left: 46%;
    transform: translate(-50%, -50%) scale(0.7);
  }
}

.accordion__check:checked + .accordion__label{
  border-radius: 30px 30px 0 0;
}

.accordion__check:checked + .accordion__label .accordion__toggle {
  background: #bbb;
  border-radius: 0 30px 0 0;
}

.accordion__check:checked + .accordion__label .accordion__toggle::before {
  top: 42%;
  left: 38%;
  transform: scaleY(-1);
}
@media screen and (max-width: 768.98px) {
  .accordion__check:checked + .accordion__label .accordion__toggle::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7) scaleY(-1);
  }
}

/* ---------------
データの保持について
--------------- */
.retention__contents {
  margin: 6% auto 0;
}
@media screen and (min-width: 1200px) {
  .retention__contents {
    max-width: 950px;
    margin: 70px auto 0;
  }
}

.retention__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.retention__logo-porters {
  width: 260px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .retention__logo-porters {
    width: 26%;
    height: auto;
  }
}
.retention__logo-cd {
  width: 450px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .retention__logo-cd {
    width: 45%;
    height: auto;
  }
}
.retention__logo-relationship {
  display: inline-block;
  width: 45px;
  height: 50px;
  margin: 15px 30px 0 16px;
}
@media screen and (max-width: 1199px) {
  .retention__logo-relationship {
    width: 6%;
    height: auto;
    margin: 1.5% 4% 0;
  }
}

/* ---------------
ご利用料金について
--------------- */
#section-cost {
  text-align: center;
  line-height: 1.5;
}

#section-cost .white-box:not(:last-of-type) {
  margin-top: 60px;
}

.cost__contents {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 36px 36px 48px 36px;
  line-height: 1.6;
  border-radius: 30px;
  background-color: var(--light-gray);
  overflow: hidden;
}
@media screen and (max-width: 768.98px) {
  .cost__contents {
    padding: 24px;
  }
}

.cost__title {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768.98px) {
  .cost__title {
    font-size: 36px;
  }
}

.cost-option {
  position: relative;
  margin-top: 40px;
}

.cost-option__title {
  width: calc(100% + 72px);
  padding: 10px;
  margin: -36px 0 30px -36px;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  background-color: var(--blue);
}
@media screen and (max-width: 768.98px) {
  .cost-option__title {
    width: calc(100% + 48px);
    margin: -24px 0 30px -24px;
  }
}

.cost-option__left {
  width: calc(50% - 1px);
  padding: 0 24px 20px 0;
}
@media screen and (max-width: 768.98px) {
  .cost-option__left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.cost-option__right {
  width: calc(50% - 1px);
  padding: 0 0 20px 24px;
}
@media screen and (max-width: 768.98px) {
  .cost-option__right {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}

.option-fkds {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  height: 70px;
  margin: 10px auto;
  background-color: var(--light-blue);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}
.option-fkds::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: rgba(53, 171, 213, 0.2) transparent transparent transparent;
  border-width: 12px 10px 0 10px;
}
@media screen and (max-width: 768.98px) {
  .option-fkds {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin-top: 0;
  }
}

.cost__sentence1 {
  padding: 0 0.2em;
  font-size: 16px;
}
@media screen and (max-width: 768.98px) {
  .cost__sentence1 {
    font-size: 14px;
  }
}

.cost__sentence2 {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 20px;
}
@media screen and (max-width: 768.98px) {
  .cost__sentence2 {
    font-size: 16px;
  }
}

.decoration1 {
  color: var(--blue);
  font-size: 30px;
}
@media screen and (max-width: 768.98px) {
  .decoration1 {
    font-size: 20px;
  }
}

.decoration2 {
  display: inline;
  padding: 0 2px;
  line-height: 2;
  background: radial-gradient(circle at calc(100% - 7px) calc(100% - 7px), #f2b9da 7px, transparent 7px), radial-gradient(circle at 7px calc(100% - 7px), #f2b9da 7px, transparent 7px), linear-gradient(to bottom, var(--light-gray) calc(100% - 14px), transparent calc(100% - 14px)), linear-gradient(to right, transparent 7px, #f2b9da 7px, #f2b9da calc(100% - 7px), transparent calc(100% - 7px));
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 700;
}

.decoration3 {
  display: inline;
  padding: 0 10px;
  line-height: 1.5;
  background: radial-gradient(circle at calc(100% - 7px) calc(100% - 7px), var(--white) 7px, transparent 7px), radial-gradient(circle at 7px calc(100% - 7px), var(--white) 7px, transparent 7px), linear-gradient(to bottom, var(--light-gray) calc(100% - 14px), transparent calc(100% - 14px)), linear-gradient(to right, transparent 7px, var(--white) 7px, var(--white) calc(100% - 7px), transparent calc(100% - 7px));
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.decoration4 {
  position: relative;
  margin-top: 30px;
  padding: 20px 10px;
  background-color: var(--light-gray);
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .decoration4 {
    width: calc((100% - 80px) / 2);
    padding: 30px;
  }
}

.decoration4__title {
  width: calc(100% + 72px);
  margin: -30px 0 10px -30px;
  padding: 10px;
  white-space: nowrap;
  color: var(--white);
  background-color: var(--blue);
}
@media screen and (max-width: 768.98px) {
  .decoration4__title{
    width: calc(100% + 20px);
    margin: -20px 0 0 -10px;
  }
}

@media screen and (min-width: 769px) {
  .decoration4-1 {
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .decoration4-1 .cost__set {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}

.support-ticket {
  vertical-align: 10px;
}

.cost__set-item {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 4px;
  height: 4em;
}
@media screen and (max-width: 768.98px) {
  .cost__set-item {
    height: 3em;
  }
}

.cost__set-item .pink{
  display: inline-block;
  margin-bottom: -5px;
}

.cost__text1 {
  font-size: 68px;
  color: var(--pink);
}
@media screen and (max-width: 768.98px) {
  .cost__text1 {
    font-size: 48px;
  }
}

.cost__text2 {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768.98px) {
  .cost__text2 {
    font-size: 18px;
  }
}

.cost2__title {
  font-size: 26px;
}
@media screen and (max-width: 768.98px) {
  .cost2__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 768.98px) {
  .cost2__sentence {
    font-size: 20px;
  }
}

.cost2__discount {
  font-size: 36px;
  color: var(--pink);
}
@media screen and (max-width: 768.98px) {
  .cost2__discount {
    font-size: 18px;
  }
}

.cost2__monthly {
  font-size: 23px;
}
@media screen and (max-width: 768.98px) {
  .cost2__monthly {
    font-size: 13px;
  }
}

.cost2__yen {
  padding: 0 0.2em;
  font-size: 23px;
}
@media screen and (max-width: 768.98px) {
  .cost2__yen {
    width: 90%;
    height: auto;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .cost__note_pd {
    padding-left: clamp(0rem, -12.923rem + 26.92vw, 5.25rem);
    padding-right: clamp(0rem, -12.923rem + 26.92vw, 5.25rem);
  }
}

.cost__lead {
  margin: 60px 0 1em;
}
@media screen and (max-width: 768.98px) {
  .cost__lead {
    text-align: left;
  }
}

.cost__lead_point {
  background: linear-gradient(transparent 60%, rgba(53, 171, 213, 0.3) 60%);
}

.cost-title {
  margin: 10% 0 20px;
  font-size: 36px;
}
@media screen and (max-width: 768.98px) {
  .cost-title {
    font-size: 26px;
  }
}

.cost-lh{
  line-height: 1.3;
}

.line {
  border-left: 2px dashed var(--gray);
}
@media screen and (max-width: 768.98px) {
  .line {
    border-left: 0;
    border-top: 2px dashed var(--gray);
  }
}

/* ---------------
ご利用開始について
--------------- */
.start__lead {
  text-align: center;
  margin-bottom: 30px;
}

.start__img {
  text-align: center;
}
.start__img img{
  max-width: 500px;
}
.start__img img:nth-of-type(1) {
  max-width: 760px;
}
.start__img img:nth-of-type(2) {
  width: 80%;
}
.start__img img:nth-of-type(3) {
  width: 80%;
}
.start__img img:nth-of-type(4) {
  width: 80%;
}

.start__arrow {
  position: relative;
  padding: 3em 0;
}
.start__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%) rotate(90deg);
  width: 16.4px;
  height: 20px;
  background: url(../img/icon_arrow_2.svg) no-repeat;
  background-size: contain;
  z-index: 20;
}

.start__btn {
  margin: 4% auto 0;
  border-radius: 6px;
  background: var(--blue);
}
@media screen and (min-width: 769px) {
  .start__btn {
    width: 48%;
  }
}
.start__btn a {
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768.98px) {
  .start__btn a {
    padding: 14px;
  }
}

/* ---------------
締め
--------------- */
.contact__lead {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4%;
}
@media screen and (max-width: 768.98px) {
  .contact__lead {
    font-size: 14px;
  }
}

.contact-btn__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 760px;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768.98px) {
  .contact-btn__wrap {
    flex-direction: column;
  }
}

.contact-btn {
  border-radius: 50px;
  box-shadow: 5px 5px 5px var(--white);
  background: var(--pink);
}
@media screen and (min-width: 769px) {
  .contact-btn {
    width: 48%;
  }
}
.contact-btn a {
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768.98px) {
  .contact-btn a {
    padding: 14px;
  }
}
.contact-btn:last-child {
  background: var(--light-blue);
}
.contact-btn:last-child a {
  color: var(--black);
}

.contact__logo {
  margin: 40px auto 0;
}
@media screen and (max-width: 768.98px) {
  .contact__logo {
    width: 300px;
    margin: 0 auto;
  }
}

.contact__logo img{
  margin: 0 auto;
  display: block;
  max-width: 300px;
}

@media screen and (max-width: 500px) {
  .contact__logo img{
    max-width: 200px;
  }
}

#contact {
  position: relative;
}

/* ---------------
下層ページ
--------------- */
.under-page div {
  padding: 1em 0;
}
.under-page h3 {
  padding: 1em 0 0.5em;
  font-size: 20px;
  font-weight: 700;
}
.under-page li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.under-page .text-indent {
  padding: 1em;
  text-indent: -1em;
}
.under-page .contact-btn {
  margin: 60px auto 0;
  padding: 0;
}

.under-page__note {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.cost-pc-table,
.cost-sp-table {
  width: 100%;
  margin-left: -8px;
  text-align: center;
  font-size: 18px;
  border-collapse: separate;
  border-spacing: 10px;
}

.cost-pc-table th,
.cost-pc-table td {
  vertical-align: middle;
}

.cost-pc-table-1 th,
.cost-pc-table-1 td,
.cost-pc-table-2 td {
  padding: 20px 0;
}

.cost-pc-table-1 th,
.cost-pc-table-1 td,
.cost-pc-table-2 td,
.cost-sp-table-1 td,
.cost-sp-table-2 th,
.cost-sp-table-2 td {
  background-color: var(--white);
}

.cost-pc-table-1 th.bg-blue,
.cost-pc-table-2 th.bg-blue {
  width: 30%;
  min-width: 300px;
}

.cost-pc-table-1 td {
  width: 70%;
}

.cost-pc-table-2 td {
  width: 35%;
}
.cost-pc-table-2 td:first-of-type {
  background-color: var(--light-gray-2);
}

.cost-pc-table-2 th {
  padding: 20px 0;
}
@media screen and (max-width: 768.98px) {
  .cost-pc-table-2 th {
    display: block;
    width: 100%;
  }
}

.cost-pc-table .note,
.cost-sp-table .note {
  color: rgba(47, 56, 55, 0.8);
  font-size: 14px;
}

.cost-sp-table th,
.cost-sp-table td {
  padding: 20px 10px;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .cost-sp-table th,
  .cost-sp-table td {
    padding: 20px 0;
  }
}

.cost-sp-table tbody th {
  background-color: var(--light-gray-2);
  width: 164px;
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */