@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
グローバル変数
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #3E3D3D;
  line-height: 1;
  min-width: 350px;
}
body.debug {
  background-color: pink;
}
@media (min-width: 768px) {
  body.debug {
    background-color: rgb(244, 244, 190);
  }
}
@media (min-width: 1200px) {
  body.debug {
    background-color: rgb(156, 230, 208);
  }
}

img {
  display: block;
}

h1,
.h1-text {
  font-family: "Noto Serif JP";
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
}

p {
  color: #3E3D3D;
  margin-bottom: 0;
}

span {
  color: #3E3D3D;
}

.table {
  margin-bottom: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Main css
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid .row,
.container-lg .row,
.container-md .row,
.container-sm .row,
.container-xl .row {
  margin-left: 0;
  margin-right: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: calc(100% - 30px);
  width: 100%;
}
@media (min-width: 576px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
    width: 100%;
  }
}

.container {
  padding-left: 0;
  padding-right: 0;
  z-index: -5;
}
@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > div {
  margin: 0 auto;
  text-align: center;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

*:focus {
  outline: none;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

a.center-icon {
  position: relative;
}
a.center-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

span.red-emphais,
a.red-emphais,
p.red-emphais {
  color: #EC4B4B;
}

div.border-emphais,
span.border-emphais,
p.border-emphais {
  background-image: linear-gradient(transparent 60%, #FFDA05 60%);
}

a.blue-link {
  color: #1C6DBE;
  text-decoration: underline;
}
a.blue-link:hover {
  opacity: 0.7;
}

a.red-button {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 9999px;
  padding: 10px 30px 10px 25px;
  text-align: center;
  background-color: #D13030;
  box-shadow: 0 5px 0 #A82626;
}
@media (min-width: 768px) {
  a.red-button {
    text-align: left;
    padding: 30px 100px 30px 50px;
    background-image: linear-gradient(0deg, #c10000 0%, #e26060 100%);
    box-shadow: none;
  }
  a.red-button:hover {
    background-image: linear-gradient(0deg, #e26060 0%, #c10000 100%);
    transition: all 0.3s;
  }
}
a.red-button p {
  font-family: "Noto Sans JP", sans-serif;
  color: #FBF9F3;
  font-size: 17px;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  a.red-button p {
    font-size: 40px;
  }
}
a.red-button span {
  color: #FBF9F3;
}
a.red-button:not(.no-arrow) ::after {
  position: absolute;
  content: "▲";
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  background-color: #FBF9F3;
  color: #D13030;
  border-radius: 50%;
}
@media (min-width: 768px) {
  a.red-button:not(.no-arrow) ::after {
    right: 40px;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}

a.blue-button {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 9999px;
  padding: 10px 30px 10px 25px;
  text-align: center;
  background-color: #0177BF;
  box-shadow: 0 5px 0 #00588E;
}
@media (min-width: 768px) {
  a.blue-button {
    text-align: left;
    padding: 30px 100px 30px 50px;
    background-image: linear-gradient(0deg, #025588 0%, #46A9F5 100%);
    box-shadow: none;
  }
  a.blue-button:hover {
    background-image: linear-gradient(0deg, #46A9F5 0%, #025588 100%);
    transition: all 0.3s;
  }
}
a.blue-button p {
  font-family: "Noto Sans JP", sans-serif;
  color: #FBF9F3;
  font-size: 17px;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  a.blue-button p {
    font-size: 40px;
  }
}
a.blue-button span {
  color: #FBF9F3;
}
a.blue-button:not(.no-arrow) ::after {
  position: absolute;
  content: "▲";
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  background-color: #FBF9F3;
  color: #2580C0;
  border-radius: 50%;
}
@media (min-width: 768px) {
  a.blue-button:not(.no-arrow) ::after {
    right: 40px;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}

a.matcha-green-button {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 9999px;
  padding: 10px 30px 10px 25px;
  text-align: center;
  background-color: #04A59D;
  box-shadow: 0 5px 0 #007B75;
}
@media (min-width: 768px) {
  a.matcha-green-button {
    text-align: left;
    padding: 30px 100px 30px 50px;
    background-image: linear-gradient(0deg, #003734 0%, #04A59D 100%);
    box-shadow: none;
  }
  a.matcha-green-button:hover {
    background-image: linear-gradient(0deg, #04A59D 0%, #003734 100%);
    transition: all 0.3s;
  }
}
a.matcha-green-button p {
  font-family: "Noto Sans JP", sans-serif;
  color: #FBF9F3;
  font-size: 17px;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  a.matcha-green-button p {
    font-size: 40px;
  }
}
a.matcha-green-button span {
  color: #FBF9F3;
}
a.matcha-green-button:not(.no-arrow) ::after {
  position: absolute;
  content: "▲";
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  background-color: #FBF9F3;
  color: transparent;
  border-radius: 50%;
}
@media (min-width: 768px) {
  a.matcha-green-button:not(.no-arrow) ::after {
    right: 40px;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}

a.square-button {
  border-radius: 10px;
  padding: 10px;
}

a.orange-button {
  display: block;
  position: relative;
  width: 149px;
  border-radius: 10px;
  padding: 8px 15px 8px 8px;
  background-color: #E87843;
  background-image: linear-gradient(0deg, #E87843 0%, #EFA468 100%);
}
@media (min-width: 768px) {
  a.orange-button {
    width: 250px;
    padding: 15px 30px 15px 10px;
  }
}
@media (min-width: 768px) {
  a.orange-button:hover {
    background-color: #EFA468;
    background-image: linear-gradient(0deg, #EFA468 0%, #E87843 100%);
  }
}
a.orange-button p {
  font-family: "Kosugi Maru", sans-serif;
  color: #FBF9F3;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 768px) {
  a.orange-button p {
    font-size: 20px;
  }
}
a.orange-button span {
  color: #FBF9F3;
}
a.orange-button ::after {
  position: absolute;
  content: "▲";
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 20px;
  height: 20px;
  font-size: 13px;
  text-align: center;
  color: #FBF9F3;
}
@media (min-width: 768px) {
  a.orange-button ::after {
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

a.green-button {
  display: block;
  position: relative;
  width: 149px;
  border-radius: 10px;
  padding: 8px 15px 8px 8px;
  background-color: #028F02;
  background-image: linear-gradient(0deg, #028F02 0%, #00B900 100%);
}
@media (min-width: 768px) {
  a.green-button {
    width: 250px;
    padding: 15px 30px 15px 10px;
  }
}
@media (min-width: 768px) {
  a.green-button:hover {
    background-color: #00B900;
    background-image: linear-gradient(0deg, #00B900 0%, #028F02 100%);
  }
}
a.green-button p {
  font-family: "Kosugi Maru", sans-serif;
  color: #FBF9F3;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 768px) {
  a.green-button p {
    font-size: 20px;
  }
}
a.green-button span {
  color: #FBF9F3;
}
a.green-button ::after {
  position: absolute;
  content: "▲";
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 20px;
  height: 20px;
  font-size: 13px;
  text-align: center;
  color: #FBF9F3;
}
@media (min-width: 768px) {
  a.green-button ::after {
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

a span.button-emphasis {
  font-size: 22px;
}
@media (min-width: 768px) {
  a span.button-emphasis {
    font-weight: 700;
    font-size: 50px;
  }
}

a.explanation-text,
p.explanation-text {
  font-size: 17px;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media (min-width: 768px) {
  a.explanation-text,
  p.explanation-text {
    font-size: 30px;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  a.explanation-text.main-right-under,
  p.explanation-text.main-right-under {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.slide-arrow-span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.slide-arrow-span.prev-arrow {
  left: -15px;
}
@media (min-width: 768px) {
  .slide-arrow-span.prev-arrow {
    left: -30px;
  }
}
.slide-arrow-span.next-arrow {
  right: -15px;
}
@media (min-width: 768px) {
  .slide-arrow-span.next-arrow {
    right: -30px;
  }
}
.slide-arrow-span .slide-arrow-circle {
  color: white;
}
.slide-arrow-span .slide-arrow {
  color: #04A59D;
}

.container-background {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 30px;
  background-size: cover;
}
@media (min-width: 768px) {
  .container-background {
    width: 100%;
  }
}

.flex-box-inner {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 20px auto;
}
.flex-box-inner.col_num_2 {
  display: flex;
  gap: 40px;
}
.flex-box-inner.col_num_3, .flex-box-inner.col_num_4 {
  display: none;
}
@media (min-width: 576px) {
  .flex-box-inner.col_num_2 {
    display: none;
  }
  .flex-box-inner.col_num_3 {
    display: flex;
    gap: 40px;
  }
  .flex-box-inner.col_num_4 {
    display: none;
  }
}
@media (min-width: 992px) {
  .flex-box-inner.col_num_2, .flex-box-inner.col_num_3 {
    display: none;
  }
  .flex-box-inner.col_num_4 {
    display: flex;
    gap: 50px;
  }
}
.flex-box-inner .box {
  text-align: left;
}
.flex-box-inner .box p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .flex-box-inner .box p {
    font-size: 30px;
    padding: 10px 0;
  }
}

.point-3-reader-line-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.point-3-reader-line-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.point-3-reader-line-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.header-md-inner,
.footer-md-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1200px, 100%);
  height: 100%;
  margin: 0 auto;
}
.header-md-inner .logo,
.footer-md-inner .logo {
  width: 200px;
  display: block;
  margin-left: 10px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .header-md-inner .logo,
  .footer-md-inner .logo {
    width: 300px;
  }
}
.header-md-inner .logo img,
.footer-md-inner .logo img {
  width: 100%;
}
.header-md-inner .tell-infomation,
.footer-md-inner .tell-infomation {
  margin-right: 20px;
}
.header-md-inner .tell-infomation > div,
.footer-md-inner .tell-infomation > div {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.header-md-inner .tell-infomation .tags,
.footer-md-inner .tell-infomation .tags {
  margin-bottom: 20px;
}
.header-md-inner .tell-infomation .tags p,
.footer-md-inner .tell-infomation .tags p {
  border: 1px solid #0177BF;
  border-radius: 10px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 20px;
  background-color: white;
  padding: 3px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
}
@media (min-width: 992px) {
  .header-md-inner .tell-infomation .tags p,
  .footer-md-inner .tell-infomation .tags p {
    font-size: 28px;
  }
}
.header-md-inner .tell-infomation .title-text,
.footer-md-inner .tell-infomation .title-text {
  margin-bottom: 10px;
}
.header-md-inner .tell-infomation .title-text p,
.footer-md-inner .tell-infomation .title-text p {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 28px;
  color: #3E3D3D;
  -webkit-text-stroke: 4px #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.header-md-inner .tell-infomation .title-text p span,
.footer-md-inner .tell-infomation .title-text p span {
  color: #3E3D3D;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.header-md-inner .tell-infomation .tell-number-img img,
.footer-md-inner .tell-infomation .tell-number-img img {
  width: 300px;
}
@media (min-width: 992px) {
  .header-md-inner .tell-infomation .tell-number-img img,
  .footer-md-inner .tell-infomation .tell-number-img img {
    width: 400px;
  }
}
.header-md-inner .buttons,
.footer-md-inner .buttons {
  margin-right: 10px;
}
.header-md-inner .buttons a,
.footer-md-inner .buttons a {
  width: 270px;
}
.header-md-inner .buttons a:first-child,
.footer-md-inner .buttons a:first-child {
  margin-bottom: 10px;
}
.header-md-inner .buttons a ::after,
.footer-md-inner .buttons a ::after {
  right: 10px;
}
.header-md-inner .buttons a p,
.footer-md-inner .buttons a p {
  text-align: center;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	設定本体
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#index-body {
  position: relative;
  z-index: -10;
}
#index-body #exampleModal .modal-dialog {
  width: 100vw;
  height: 100vh;
  max-width: none;
  margin: 0;
  line-height: normal;
  position: relative;
}
#index-body #exampleModal .modal-dialog .modal-content {
  border: none;
  position: absolute;
  z-index: 20;
}
@media (min-width: 768px) {
  #index-body #exampleModal .modal-dialog .modal-content {
    width: 500px;
  }
}
#index-body #exampleModal .modal-dialog .modal-content .modal-my-header {
  height: 84px;
  width: inherit;
  margin-right: 1px;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-my-header.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #46A9F5;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-my-header button {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 56px;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-my-header button img {
  width: 100%;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-my-header .sm-logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 60%;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-my-header .sm-logo img {
  height: 100%;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body {
  position: relative;
  width: 100%;
  margin-top: 84px;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar {
  margin-bottom: 20px;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 10px;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu.menu-title {
  display: none;
}
@media (min-width: 1300px) {
  #index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu.menu-title {
    display: block;
  }
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu a.menu-box {
  position: relative;
  width: 100%;
  height: 50px;
  display: inline-block;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu a.menu-box p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 2.7777777778;
  padding-left: 10px;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu a.menu-box p br {
  display: none;
}
@media (min-width: 1300px) {
  #index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu a.menu-box p br {
    display: block;
  }
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu a.menu-box div.menu-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu.menu-main {
  border-top: 1px solid #707070;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu.menu-parent.show-sub {
  border-bottom: 1px solid #707070;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu.menu-sub {
  display: none;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu.menu-sub .menu-box {
  padding-left: 30px;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu.menu-sub .menu-box:not(:last-child) {
  border-bottom: 1px dotted #707070;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .menu-bar .menu.no-border {
  border-top: none;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .table .row .col > div {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .table .row .col > div {
    margin-left: 0;
  }
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .table .row .col .tag {
  border: 1px solid #0177BF;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  margin-bottom: 5px;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .table .row .col .tag p {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  color: #0177BF;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .table .row .col .tell-img {
  width: min(90%, 350px);
  margin-bottom: 10px;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .table .row .col .tell-img img {
  width: 100%;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .table .row .col .buttons {
  width: -moz-fit-content;
  width: fit-content;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .table .row .col .buttons a {
  width: 165px;
  margin-bottom: 10px;
}
@media (min-width: 375px) {
  #index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .table .row .col .buttons a {
    float: left;
  }
}
@media (min-width: 768px) {
  #index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .table .row .col .buttons a {
    width: 270px;
  }
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .table .row .col .buttons a.orange-button {
  margin-right: 10px;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .table .row .col .buttons a.green-button {
  padding-left: 15px;
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .frog-img {
  width: 100px;
  display: none;
}
@media (min-width: 460px) {
  #index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .frog-img {
    display: block;
  }
}
@media (min-width: 768px) {
  #index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .frog-img {
    width: 200px;
  }
}
#index-body #exampleModal .modal-dialog .modal-content .modal-body .modal-my-footer .frog-img img {
  width: 100%;
}
#index-body .fixed-modal-menu-button {
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 20;
}
#index-body .fixed-modal-menu-button .menu-button {
  width: 70px;
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  #index-body .fixed-modal-menu-button .menu-button {
    top: 10px;
    left: 10px;
    width: 76px;
  }
}
@media (min-width: 1300px) {
  #index-body .fixed-modal-menu-button .menu-button {
    display: none;
  }
}
#index-body .fixed-modal-menu-button .menu-button img {
  width: 100%;
}
#index-body .body-header {
  position: relative;
  z-index: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
#index-body .body-header .header-sm {
  position: relative;
  height: 84px;
  background-color: #46A9F5;
}
#index-body .body-header .header-sm .sm-logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 60%;
}
#index-body .body-header .header-sm .sm-logo img {
  height: 100%;
}
#index-body .body-header .header-md {
  position: relative;
  height: 210px;
  background-image: url("./img/background/header.jpg");
  background-size: cover;
  border-bottom: 3px solid #EBEBEB;
  box-shadow: 0 5px 3px #EBEBEB;
}
#index-body .body-header .header-md .logo {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  #index-body .body-header .header-md .logo {
    margin-top: 0;
  }
}
#index-body .left-side-bar {
  position: relative;
  z-index: -5;
  display: none;
  background-color: #D1E8FC;
  border-right: 1px solid #707070;
}
@media (min-width: 1300px) {
  #index-body .left-side-bar {
    display: block;
    float: left;
    width: 280px;
    height: 100vh;
    overflow-y: scroll;
  }
  #index-body .left-side-bar.fixed {
    position: fixed;
    top: 0;
  }
}
#index-body .left-side-bar .menu {
  position: relative;
  border-bottom: 1px solid #707070;
}
#index-body .left-side-bar .menu.menu-title {
  height: 70px;
  background-color: #3E3D3D;
  padding-left: 10px;
}
#index-body .left-side-bar .menu.menu-title a {
  width: 100%;
  height: 100%;
}
#index-body .left-side-bar .menu.menu-title a p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  color: #FBF9F3;
  line-height: 2.3333333333;
}
#index-body .left-side-bar .menu.menu-main {
  background-color: #FBF9F3;
}
#index-body .left-side-bar .menu.menu-main p {
  left: 20px;
}
#index-body .left-side-bar .menu.menu-sub {
  background-color: #F6EFD8;
  display: none;
}
#index-body .left-side-bar .menu.menu-sub p {
  left: 50px;
}
#index-body .left-side-bar .menu.menu-sub a:not(:last-child) {
  border-bottom: 1px dotted #707070;
}
#index-body .left-side-bar .menu a.menu-box {
  position: relative;
  display: block;
  height: 83px;
}
#index-body .left-side-bar .menu a.menu-box p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  line-height: 1.3;
}
#index-body .left-side-bar .menu a.menu-box div.menu-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
#index-body .left-side-bar .menu a.menu-box div.menu-button i {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .left-side-bar .menu a.menu-box div.menu-button.arrow-button {
  background-color: #04A59D;
}
#index-body .left-side-bar .menu a.menu-box div.menu-button.arrow-button i {
  color: #FBF9F3;
}
#index-body .left-side-bar .menu a.menu-box div.menu-button.arrow-button-white {
  background-color: transparent;
}
#index-body .left-side-bar .menu a.menu-box div.menu-button.arrow-button-white i {
  color: #04A59D;
}
#index-body .left-side-bar .menu a.menu-box div.menu-button.plus-button {
  background-color: #FBF9F3;
  border: 1px solid #04A59D;
}
#index-body .left-side-bar .menu a.menu-box div.menu-button.plus-button i {
  color: #04A59D;
}
#index-body .left-side-bar .menu a.menu-box:hover {
  background-color: #14109B;
}
#index-body .left-side-bar .menu a.menu-box:hover p {
  color: #FBF9F3;
}
#index-body .left-side-bar .menu a.menu-box:hover .menu-button.arrow-button {
  background-color: #FBF9F3;
}
#index-body .left-side-bar .menu a.menu-box:hover .menu-button.arrow-button i {
  color: #14109B;
}
#index-body .left-side-bar .menu a.menu-box:hover .menu-button.arrow-button-white {
  background-color: #14109B;
}
#index-body .left-side-bar .menu a.menu-box:hover .menu-button.arrow-button-white i {
  color: #FBF9F3;
}
#index-body .left-side-bar .menu a.menu-box:hover .menu-button.plus-button {
  background-color: #14109B;
  border: 1px solid #FBF9F3;
}
#index-body .left-side-bar .menu a.menu-box:hover .menu-button.plus-button i {
  color: #FBF9F3;
}
#index-body .main-contents {
  position: relative;
  z-index: -5;
  margin-left: 0;
  width: 100%;
}
@media (min-width: 1300px) {
  #index-body .main-contents {
    float: left;
    width: calc(100% - 280px);
  }
  #index-body .main-contents.side-bar-fixed {
    margin-left: 280px;
  }
}
#index-body .main-contents > div:not(.main-visual,
.your-worries,
.buttons-footer-sm,
.buttons-footer-md,
.footer) {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: -3;
}
#index-body .main-contents .contents-header {
  position: relative;
  height: 100px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #index-body .main-contents .contents-header {
    height: 245px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  #index-body .main-contents .contents-header {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
#index-body .main-contents .contents-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 25px;
  background-color: #04A59D;
  border-radius: 50%;
  z-index: -1;
}
@media (min-width: 768px) {
  #index-body .main-contents .contents-header::before {
    height: 50px;
  }
}
#index-body .main-contents .contents-header .header-icon {
  height: 90%;
}
#index-body .main-contents .contents-header .header-icon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#index-body .main-contents .contents-header .header-text {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #index-body .main-contents .contents-header .header-text {
    bottom: 80px;
  }
}
#index-body .main-contents .contents-header .header-text p {
  font-family: "Potta One", cursive;
  font-size: 23px;
  color: #3E3D3D;
  -webkit-text-stroke: 6px #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .main-contents .contents-header .header-text p span {
  color: #3E3D3D;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 576px) {
  #index-body .main-contents .contents-header .header-text p {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  #index-body .main-contents .contents-header .header-text p {
    font-size: 62px;
  }
}
#index-body .main-contents .main-visual {
  position: relative;
}
#index-body .main-contents .main-visual .main-visual-sm {
  position: relative;
  width: 100%;
  aspect-ratio: 375/452;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-background {
  width: 100%;
  height: 100%;
  background-image: url("./img/background/sky-tree-tate.jpg");
  background-size: contain;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-background::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: radial-gradient(#FBF9F3, #D1E8FC);
  opacity: 0.45;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner > div {
  position: absolute;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .message-1 {
  top: 5.8666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .message-1 p {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 4.2666666667vw;
  color: #3E3D3D;
  -webkit-text-stroke: 0.5333333333vw #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .message-1 p span {
  color: #3E3D3D;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line {
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line.title-line-1 {
  top: 13.8666666667vw;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line.title-line-2 {
  top: 22.4vw;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line.title-line-3 {
  top: 28.8vw;
  z-index: 10;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line .title-line-inner {
  display: flex;
  align-items: flex-end;
  gap: 1.3333333333vw;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line .title-line-inner.title-line-inner-1 p {
  white-space: nowrap;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line .title-line-inner.title-line-inner-1 p.p-main {
  font-family: "Potta One", cursive;
  font-size: 8vw;
  color: #0177BF;
  -webkit-text-stroke: 1.0666666667vw #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line .title-line-inner.title-line-inner-1 p.p-main span {
  color: #0177BF;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line .title-line-inner.title-line-inner-1 p .p-sub {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 5.8666666667vw;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line .title-line-inner.title-line-inner-2 {
  border-radius: 2.6666666667vw;
  background-color: #ffebfc;
  background-image: linear-gradient(180deg, #ffebfc 0%, #fba7ea 100%);
  padding: 0.8vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line .title-line-inner.title-line-inner-2 span {
  white-space: nowrap;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line .title-line-inner.title-line-inner-2 span.span-1 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 4.2666666667vw;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line .title-line-inner.title-line-inner-2 span.span-2 {
  color: #EC4B4B;
  font-weight: 600;
  font-size: 5.0666666667vw;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line .title-line-inner.title-line-inner-3 p {
  white-space: nowrap;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line .title-line-inner.title-line-inner-3 p.p-main {
  font-family: "Potta One", cursive;
  font-size: 13.3333333333vw;
  color: #067D77;
  -webkit-text-stroke: 2.6666666667vw #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line .title-line-inner.title-line-inner-3 p.p-main span {
  color: #067D77;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .title-line .title-line-inner.title-line-inner-3 p.p-sub {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 4.8vw;
  margin-bottom: 1.3333333333vw;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .message-2 {
  top: 41.0666666667vw;
  left: 6.6666666667vw;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .message-2 .circle-box {
  width: 56.5333333333vw;
  height: 21.8666666667vw;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .message-2 .circle-box::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(white 0%, #FFFF0E 90%);
  filter: blur(10px);
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .message-2 .circle-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 5.3333333333vw;
  line-height: 1.15;
  white-space: nowrap;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .cleaning-woman {
  top: 39.4666666667vw;
  width: 100%;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .cleaning-woman img {
  width: 100%;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .tell-info-tag {
  top: 88.2666666667vw;
  left: 4.8vw;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .tell-info-tag .box {
  border: 0.5333333333vw solid #0177BF;
  border-radius: 2.6666666667vw;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 1.3333333333vw;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .tell-info-tag .box p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5333333333vw;
  line-height: 1.5;
  color: #0177BF;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .tell-number {
  top: 98.1333333333vw;
  left: 4.8vw;
  width: 77.3333333333vw;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .tell-number img {
  width: 100%;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .buttons {
  top: 109.0666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .buttons .buttons-inner {
  display: flex;
  gap: 1.6vw;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .buttons .buttons-inner a {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 2.1333333333vw;
  padding-right: 4.8vw;
  padding-bottom: 2.1333333333vw;
  padding-left: 2.1333333333vw;
  border-radius: 2.6666666667vw;
  border: 0.2666666667vw solid white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .buttons .buttons-inner a ::after {
  right: 2.1333333333vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  font-size: 3.4666666667vw;
}
#index-body .main-contents .main-visual .main-visual-sm .main-visual-sm-inner .buttons .buttons-inner a p {
  white-space: nowrap;
  font-size: 3.7333333333vw;
  margin-right: 1.0666666667vw;
}
#index-body .main-contents .main-visual .main-visual-md {
  position: relative;
  overflow: hidden;
  height: 56.6666666667vw;
}
@media (min-width: 992px) {
  #index-body .main-contents .main-visual .main-visual-md {
    height: 52.0833333333vw;
  }
}
@media (min-width: 1300px) {
  #index-body .main-contents .main-visual .main-visual-md {
    height: max(650px, 42.5vw);
  }
}
@media (min-width: 1656px) {
  #index-body .main-contents .main-visual .main-visual-md {
    height: 690px;
  }
}
#index-body .main-contents .main-visual .main-visual-md .side-images {
  width: min(50%, 320px);
}
#index-body .main-contents .main-visual .main-visual-md .side-images img {
  width: 100%;
}
#index-body .main-contents .main-visual .main-visual-md .side-images.left-side {
  float: left;
}
#index-body .main-contents .main-visual .main-visual-md .side-images.left-side::after {
  position: absolute;
  content: "";
  background-color: rgba(209, 232, 252, 0.45);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .main-contents .main-visual .main-visual-md .side-images.right-side {
  float: right;
}
#index-body .main-contents .main-visual .main-visual-md .center-image {
  position: absolute;
  width: min(768px, 80%);
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1021px) {
  #index-body .main-contents .main-visual .main-visual-md .center-image {
    width: 100%;
  }
}
#index-body .main-contents .main-visual .main-visual-md .center-image img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1021px) {
  #index-body .main-contents .main-visual .main-visual-md .center-image img {
    width: 1021px;
    margin: 0 auto;
  }
}
#index-body .main-contents .main-visual .main-visual-md .center-image::after {
  position: absolute;
  content: "";
  background: radial-gradient(#FBF9F3 0%, #D1E8FC 100%);
  opacity: 0.45;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .main-contents .main-visual .main-visual-md .cleaning-people {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .main-contents .main-visual .main-visual-md .cleaning-people img {
  width: 100vw;
}
@media (min-width: 1300px) {
  #index-body .main-contents .main-visual .main-visual-md .cleaning-people img {
    width: 78.475vw;
  }
}
@media (min-width: 1656px) {
  #index-body .main-contents .main-visual .main-visual-md .cleaning-people img {
    width: 1300px;
  }
}
#index-body .main-contents .main-visual .main-visual-md .message-1 {
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .main-contents .main-visual .main-visual-md .message-1 .message-line {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  background-image: linear-gradient(transparent 60%, #E6CF3A 60%);
  display: flex;
  justify-content: center;
}
#index-body .main-contents .main-visual .main-visual-md .message-1 .message-line p {
  margin-top: auto;
  margin-bottom: 10px;
}
#index-body .main-contents .main-visual .main-visual-md .message-1 .message-line p.text-ihin-seiri {
  font-family: "Potta One", cursive;
  color: #3E3D3D;
  -webkit-text-stroke: 8px rgba(116, 194, 255, 0.97);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 50px;
}
#index-body .main-contents .main-visual .main-visual-md .message-1 .message-line p.text-ihin-seiri span {
  color: #3E3D3D;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  #index-body .main-contents .main-visual .main-visual-md .message-1 .message-line p.text-ihin-seiri {
    font-size: 60px;
  }
}
#index-body .main-contents .main-visual .main-visual-md .message-1 .message-line p.text-ha {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
}
@media (min-width: 992px) {
  #index-body .main-contents .main-visual .main-visual-md .message-1 .message-line p.text-ha {
    font-size: 40px;
  }
}
#index-body .main-contents .main-visual .main-visual-md .message-1 .message-line p.text-kaisha-mei {
  font-family: "Potta One", cursive;
  color: #067D77;
  -webkit-text-stroke: 6px #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 60px;
}
#index-body .main-contents .main-visual .main-visual-md .message-1 .message-line p.text-kaisha-mei span {
  color: #067D77;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  #index-body .main-contents .main-visual .main-visual-md .message-1 .message-line p.text-kaisha-mei {
    font-size: 70px;
  }
}
#index-body .main-contents .main-visual .main-visual-md .message-2 {
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .main-contents .main-visual .main-visual-md .message-2 .message-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .main-contents .main-visual .main-visual-md .message-2 .message-box .message-line {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}
#index-body .main-contents .main-visual .main-visual-md .message-2 .message-box .message-line p {
  font-weight: 600;
}
#index-body .main-contents .main-visual .main-visual-md .message-2 .message-box .message-line p.blue-middle {
  color: #14109B;
  -webkit-text-stroke: 4px #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.7;
  font-size: min(40px, 4.0333333333vw);
}
#index-body .main-contents .main-visual .main-visual-md .message-2 .message-box .message-line p.blue-middle span {
  color: #14109B;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  #index-body .main-contents .main-visual .main-visual-md .message-2 .message-box .message-line p.blue-middle {
    font-size: min(50px, 4.0333333333vw);
  }
}
#index-body .main-contents .main-visual .main-visual-md .message-2 .message-box .message-line p.red-large {
  color: #EC4B4B;
  -webkit-text-stroke: 4px #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 60px;
}
#index-body .main-contents .main-visual .main-visual-md .message-2 .message-box .message-line p.red-large span {
  color: #EC4B4B;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  #index-body .main-contents .main-visual .main-visual-md .message-2 .message-box .message-line p.red-large {
    font-size: min(80px, 6.05vw);
  }
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement {
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 51.6666666667vw;
  aspect-ratio: 5/2;
}
@media (min-width: 1300px) {
  #index-body .main-contents .main-visual .main-visual-md .our-achievement {
    width: 42.2666666667vw;
  }
}
@media (min-width: 1656px) {
  #index-body .main-contents .main-visual .main-visual-md .our-achievement {
    width: 700px;
  }
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 97%;
  background-color: #D1E8FC;
  border: 3px solid #067D77;
  border-radius: 10px;
  padding: 5px 0 7px 0;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-header p {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 992px) {
  #index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-header p {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-header p {
    font-size: 25px;
  }
}
@media (min-width: 1300px) {
  #index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-header p {
    font-size: 28px;
  }
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-header p span {
  font-size: 23px;
  color: #C10000;
}
@media (min-width: 992px) {
  #index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-header p span {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-header p span {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  #index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-header p span {
    font-size: 30px;
  }
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 95%;
  background-color: #251efe;
  background-image: linear-gradient(0deg, #251efe 0%, #2f2c9b 100%);
  border: 10px solid #FBF9F3;
  border-radius: 20px;
  padding-bottom: 0;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content .table {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content .table .row {
  height: 100%;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content .table .row .col {
  height: 100%;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content .table .row .col .box {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content .table .row .col .box img.medal-img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content .table .row .col .box .medal-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20px;
  width: 100%;
  height: 100%;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content .table .row .col .box .medal-content > div {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px auto;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content .table .row .col .box .medal-content .medal-title {
  height: 38%;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content .table .row .col .box .medal-content .medal-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content .table .row .col .box .medal-content .medal-value {
  height: 13%;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content .table .row .col .box .medal-content .medal-value img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content .table .row .col .box .medal-content .medal-frog {
  height: 37%;
  width: 100%;
}
#index-body .main-contents .main-visual .main-visual-md .our-achievement .our-achievement-content .table .row .col .box .medal-content .medal-frog img {
  height: 100%;
  aspect-ratio: 321/300;
  margin: 0 auto;
}
#index-body .main-contents .main-visual .main-visual-catch-copy {
  position: relative;
  width: 100%;
  aspect-ratio: 375/108;
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy-background {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("./img/background/blue-kira-main-visual-sm.jpg");
  background-size: contain;
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy-background::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: white;
  opacity: 0.32;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line {
  display: flex;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line p {
  white-space: nowrap;
  line-height: 1.2;
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line p.text-normal {
  font-family: "Kosugi Maru", sans-serif;
  font-size: min(4.2666666667vw, 55px);
}
@media (min-width: 1300px) {
  #index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line p.text-normal {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  #index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line p.text-normal {
    font-size: min(4.2666666667vw, 55px);
  }
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line p.text-big {
  font-size: min(6.9333333333vw, 90px);
}
@media (min-width: 1300px) {
  #index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line p.text-big {
    font-size: 75px;
  }
}
@media (min-width: 1440px) {
  #index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line p.text-big {
    font-size: min(6.9333333333vw, 90px);
  }
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line p.text-green {
  font-family: "Potta One", cursive;
  color: #067D77;
  -webkit-text-stroke: 1.0666666667vw #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line p.text-green span {
  color: #067D77;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line p.text-brown {
  font-family: "Potta One", cursive;
  color: #A45E26;
  -webkit-text-stroke: 0.5333333333vw #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line p.text-brown span {
  color: #A45E26;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line p.text-red {
  font-weight: 600;
  color: #EC4B4B;
  -webkit-text-stroke: 0.5333333333vw #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .main-contents .main-visual .main-visual-catch-copy .main-visual-catch-copy .main-visual-catch-copy-inner .catch-copy-line p.text-red span {
  color: #EC4B4B;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .main-contents .buttons-footer {
  position: fixed;
  bottom: 0;
  width: inherit;
  z-index: 40;
  transition: all 1s;
}
#index-body .main-contents .buttons-footer.hide-bottom {
  bottom: calc(-1 * (100% - 1.0666666667vw) / 5);
}
@media (min-width: 768px) {
  #index-body .main-contents .buttons-footer.hide-bottom {
    bottom: -108px;
  }
}
#index-body .main-contents .buttons-footer-sm {
  border-top: 1px solid #FBF9F3;
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner {
  display: flex;
  gap: 0.2666666667vw;
  background-color: white;
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner a {
  width: calc((100% - 1.0666666667vw) / 5);
  aspect-ratio: 1/1;
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner a.sm-footer-button-blue {
  background-color: #46A9F5;
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner a.sm-footer-button-red {
  position: relative;
  background-color: #EC4B4B;
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner a > div {
  position: relative;
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner a .illustration {
  height: 53%;
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner a .illustration img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner a .button-text {
  height: 47%;
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner a .button-text.button-red {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner a .button-text p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  color: #3E3D3D;
  -webkit-text-stroke: 1.0666666667vw #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner a .button-text p span {
  color: #3E3D3D;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner a .button-text p.gomi-font-size {
  font-size: 3.2vw;
  margin-top: 0.8vw;
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner a .button-text p.yellow-text {
  font-size: 4.2666666667vw;
  color: #3E3D3D;
  -webkit-text-stroke: 1.0666666667vw #FFFF6A;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
}
#index-body .main-contents .buttons-footer-sm .buttons-footer-sm-inner a .button-text p.yellow-text span {
  color: #3E3D3D;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #46A9F5;
  border-top: 1px solid #FBF9F3;
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .frog-illustration {
  width: 93px;
  margin-top: 5px;
  margin-right: 10px;
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .frog-illustration img {
  width: 100%;
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .tags {
  margin-right: 8px;
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .tags p {
  border: 1px solid #0177BF;
  border-radius: 10px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 16px;
  background-color: white;
  padding: 3px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 770px) {
  #index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .tags p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .tags p {
    font-size: 28px;
  }
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .tags p:first-child {
  margin-bottom: 3px;
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .tell-info {
  width: 300px;
  margin-right: 2px;
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .tell-info p {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 20px;
  color: #3E3D3D;
  -webkit-text-stroke: 4px #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3px;
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .tell-info p span {
  color: #3E3D3D;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .tell-info img {
  width: 100%;
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .buttons a {
  width: 215px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid white;
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .buttons a:first-child {
  margin-bottom: 3px;
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .buttons a ::after {
  right: 10px;
}
#index-body .main-contents .buttons-footer-md .buttons-footer-md-inner .buttons a p {
  text-align: center;
}
#index-body .main-contents .your-worries .worries {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .worries {
    margin-bottom: 50px;
  }
}
#index-body .main-contents .your-worries .worries .worries-header {
  height: 50px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .worries .worries-header {
    height: 80px;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  #index-body .main-contents .your-worries .worries .worries-header {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
#index-body .main-contents .your-worries .worries .worries-header p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 600;
  color: #FBF9F3;
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .worries .worries-header p {
    font-size: 48px;
  }
}
#index-body .main-contents .your-worries .worries .worries-body {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .worries .worries-body {
    margin-bottom: 80px;
  }
}
#index-body .main-contents .your-worries .worries .worries-body .table {
  width: 100%;
}
#index-body .main-contents .your-worries .worries .worries-body .table .row {
  width: 100%;
}
#index-body .main-contents .your-worries .worries .worries-body .table .row .col {
  position: relative;
}
#index-body .main-contents .your-worries .worries .worries-body .table .row .col.text-col {
  background-image: url("./img/background/moya.jpg");
  -o-object-fit: cover;
     object-fit: cover;
}
#index-body .main-contents .your-worries .worries .worries-body .table .row .col.text-col::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 15px 15px white;
}
#index-body .main-contents .your-worries .worries .worries-body .table .row .col.text-col .text-box {
  position: relative;
  padding: 30px;
  margin: 0 auto 0 auto;
  z-index: 30;
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .worries .worries-body .table .row .col.text-col .text-box {
    padding: 40px 50px;
  }
}
#index-body .main-contents .your-worries .worries .worries-body .table .row .col.text-col .text-box .text-box-inner ul li {
  position: relative;
  font-size: 17px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  padding-left: 17px;
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .worries .worries-body .table .row .col.text-col .text-box .text-box-inner ul li {
    font-size: 32px;
    padding-left: 40px;
  }
}
#index-body .main-contents .your-worries .worries .worries-body .table .row .col.text-col .text-box .text-box-inner ul li:not(:last-child) {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .worries .worries-body .table .row .col.text-col .text-box .text-box-inner ul li:not(:last-child) {
    padding-bottom: 20px;
  }
}
#index-body .main-contents .your-worries .worries .worries-body .table .row .col.text-col .text-box .text-box-inner ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .main-contents .your-worries .worries .worries-body .table .row .col.img-col {
  aspect-ratio: 8/5;
}
@media (min-width: 1200px) {
  #index-body .main-contents .your-worries .worries .worries-body .table .row .col.img-col {
    aspect-ratio: 6/7;
  }
}
#index-body .main-contents .your-worries .worries .worries-body .table .row .col.img-col .person-img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .main-contents .your-worries .worries .worries-body .table .row .col.img-col .person-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index-body .main-contents .your-worries .worries .worries-body .table .row .col.img-col .person-img::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 15px 8px white;
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .worries .worries-body .table .row .col.img-col .person-img::after {
    box-shadow: inset 0 0 15px 15px white;
  }
}
#index-body .main-contents .your-worries .container-fluid.resolution .background-kira {
  position: relative;
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .container-fluid.resolution .background-kira {
    height: 400px;
  }
}
#index-body .main-contents .your-worries .container-fluid.resolution .background-kira img.background-kira-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index-body .main-contents .your-worries .container-fluid.resolution .background-kira img.frog-img {
  width: 130px;
  position: absolute;
  top: -30px;
  left: 58.3333333333vw;
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .container-fluid.resolution .background-kira img.frog-img {
    width: 260px;
  }
}
#index-body .main-contents .your-worries .container-fluid.resolution .background-kira img.yellow-bottom-arrow-img {
  width: min(20%, 100px);
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .container-fluid.resolution .background-kira img.yellow-bottom-arrow-img {
    width: min(10%, 120px);
    top: -80px;
  }
}
#index-body .main-contents .your-worries .container-fluid.resolution .background-kira div.kaiketsu-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 10px));
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .main-contents .your-worries .container-fluid.resolution .background-kira div.kaiketsu-text p {
  font-size: min(8.3333333333vw, 50px);
  font-weight: 600;
  color: #C10000;
  -webkit-text-stroke: 8px #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
#index-body .main-contents .your-worries .container-fluid.resolution .background-kira div.kaiketsu-text p span {
  color: #C10000;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .container-fluid.resolution .background-kira div.kaiketsu-text p {
    font-size: 5vw;
  }
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .container-fluid.resolution .background-kira div.kaiketsu-text {
    top: 100px;
    transform: translate(-50%, 0);
  }
}
#index-body .main-contents .your-worries .container-fluid.resolution .background-kira a.red-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: min(3.75vw, 20px);
  width: 240px;
}
#index-body .main-contents .your-worries .container-fluid.resolution .background-kira a.red-button.memento {
  padding-left: 40px;
}
@media (min-width: 576px) {
  #index-body .main-contents .your-worries .container-fluid.resolution .background-kira a.red-button {
    width: 340px;
  }
  #index-body .main-contents .your-worries .container-fluid.resolution .background-kira a.red-button.memento {
    padding-left: 45px;
  }
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .container-fluid.resolution .background-kira a.red-button {
    bottom: 50px;
    width: 760px;
  }
  #index-body .main-contents .your-worries .container-fluid.resolution .background-kira a.red-button.memento {
    padding-left: 100px;
  }
}
#index-body .main-contents .your-worries .container-fluid.resolution .background-kira img.check-finger-img {
  width: 100px;
  position: absolute;
  left: 50%;
  bottom: 2.9166666667vw;
  transform: translateX(calc(-50% - 120px - 10px));
  overflow: hidden;
}
@media (min-width: 576px) {
  #index-body .main-contents .your-worries .container-fluid.resolution .background-kira img.check-finger-img {
    width: 90px;
    bottom: 10px;
    transform: translateX(calc(-50% - 170px - 20px));
  }
}
@media (min-width: 768px) {
  #index-body .main-contents .your-worries .container-fluid.resolution .background-kira img.check-finger-img {
    display: none;
  }
}
@media (min-width: 1300px) {
  #index-body .main-contents .your-worries .container-fluid.resolution .background-kira img.check-finger-img {
    width: 200px;
    bottom: 50px;
    transform: translateX(calc(-50% - 380px - 50px));
  }
}
#index-body .main-contents .service {
  background-image: url("./img/background/lattice.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
}
#index-body .main-contents .service .brief-description {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .brief-description {
    margin-bottom: 100px;
  }
}
#index-body .main-contents .service .brief-description p a.red-link {
  text-decoration: underline;
}
#index-body .main-contents .service .brief-description p a.red-link:hover {
  opacity: 0.7;
}
#index-body .main-contents .service .service-content {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content {
    margin-bottom: 150px;
  }
}
#index-body .main-contents .service .service-content .service-header {
  position: relative;
  height: 50px;
  width: 100%;
  background-color: #46A9F5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .service-header {
    height: 100px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  #index-body .main-contents .service .service-content .service-header {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
#index-body .main-contents .service .service-content .service-header p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FBF9F3;
  font-size: 25px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .service-header p {
    font-size: 50px;
    left: 30px;
    transform: translate(0, -50%);
  }
}
#index-body .main-contents .service .service-content .service-expansion {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .service-expansion {
    margin-bottom: 50px;
  }
}
#index-body .main-contents .service .service-content .four-basic-service {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .four-basic-service {
    margin-bottom: 50px;
  }
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col {
  margin-bottom: 20px;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5px;
  border: 2px solid transparent;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .four-basic-service .table .row .col .box {
    width: 95%;
    padding: 10px;
    border: 4px solid transparent;
  }
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.purple-box {
  border-color: #14109B;
  background-color: #bbbbff;
  background-image: linear-gradient(135deg, #bbbbff 0%, #dcdbfc 46%);
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.red-box {
  border-color: #EC4B4B;
  background-color: #F18989;
  background-image: linear-gradient(135deg, #F18989 0%, #FFD8D8 46%);
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.yellow-box {
  border-color: #E5CE4B;
  background-color: #E1CF77;
  background-image: linear-gradient(135deg, #E1CF77 0%, #FFF6C1 46%);
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.green-box {
  border-color: #04A59D;
  background-color: #95DCD9;
  background-image: linear-gradient(135deg, #95DCD9 0%, #C4EEEC 46%);
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-header {
  margin-bottom: 10px;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-header .table .row .col {
  position: relative;
  margin-bottom: 0;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-header .table .row .col.title img {
  position: absolute;
  width: min(80%, 150px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-header .table .row .col.title img {
    width: 80%;
  }
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-header .table .row .col.title p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  color: #3E3D3D;
  -webkit-text-stroke: 0.8333333333vw #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(10.15625vw, 40px);
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-header .table .row .col.title p span {
  color: #3E3D3D;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-header .table .row .col.title p {
    color: #3E3D3D;
    -webkit-text-stroke: 0.5vw #FBF9F3;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 4.0322580645vw;
  }
  #index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-header .table .row .col.title p span {
    color: #3E3D3D;
    -webkit-text-stroke: 0px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-header .table .row .col.title p {
    font-size: 52px;
  }
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-header .table .row .col.sample-image img {
  width: min(100%, 150px);
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-header .table .row .col.sample-image img {
    width: 100%;
  }
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-text {
  padding: 5px;
  font-size: 17px;
  line-height: 1.6;
  text-align: left;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-text {
    padding: 10px;
    font-size: 30px;
  }
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box .box-text a {
  float: right;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.detail-box {
  border-top: none;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.detail-box a.opne-close-detail-button {
  position: relative;
  display: block;
  height: 48px;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.detail-box a.opne-close-detail-button p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.detail-box a.opne-close-detail-button::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.detail-box a.opne-close-detail-button.open-detail-button p {
  top: 5px;
  bottom: auto;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.detail-box a.opne-close-detail-button.open-detail-button::after {
  top: auto;
  bottom: 5px;
  border-width: 14px 22px 0 22px;
  border-color: white transparent transparent transparent;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.detail-box a.opne-close-detail-button.close-detail-button p {
  top: auto;
  bottom: 5px;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.detail-box a.opne-close-detail-button.close-detail-button::after {
  top: 5px;
  bottom: auto;
  border-width: 0 22px 14px 22px;
  border-color: transparent transparent white transparent;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.detail-box a.opne-close-detail-button.hide {
  display: none;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.detail-box a.opne-close-detail-button.show {
  display: block;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.detail-box .detail-box-inner {
  display: none;
}
#index-body .main-contents .service .service-content .four-basic-service .table .row .col .box.detail-box .detail-box-inner p {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .service-items .service-items-box {
    margin-right: 10px;
    margin-left: 10px;
  }
}
#index-body .main-contents .service .service-content .service-items .service-items-box .box-header {
  position: relative;
  height: 68px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #3E3D3D;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .service-items .service-items-box .box-header {
    height: 120px;
  }
}
#index-body .main-contents .service .service-content .service-items .service-items-box .box-header p {
  position: absolute;
  width: 100%;
  color: #FBF9F3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .service-items .service-items-box .box-header p {
    font-size: 40px;
  }
}
#index-body .main-contents .service .service-content .service-items .service-items-box .box-header p span {
  display: none;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .service-items .service-items-box .box-header p span {
    display: inline;
    color: #FBF9F3;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
  }
}
#index-body .main-contents .service .service-content .service-items .service-items-box .box-items {
  border-radius: 0 0 10px 10px;
  border: 1px solid #3E3D3D;
  padding: 20px;
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .service-items .service-items-box .box-items {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  #index-body .main-contents .service .service-content .service-detail-area {
    margin-right: 10px;
    margin-left: 10px;
  }
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-header {
  margin-bottom: 40px;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-header p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  padding: 0 15px;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content {
  margin-bottom: 100px;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content .contents-box {
  width: 100%;
  border: 1px solid #707070;
  padding: 30px;
  background-color: white;
  text-align: left;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content .contents-box p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 1.5;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content .contents-box p.show-all-contents {
  overflow: visible;
  display: inline;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content .contents-footer {
  width: 100%;
  border: 1px solid #707070;
  background-color: #FFFCE8;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content .contents-footer a {
  display: block;
  position: relative;
  padding: 15px;
  height: 80px;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content .contents-footer a p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content .contents-footer a p.show {
  display: block;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content .contents-footer a p.hide {
  display: none;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content .contents-footer a p::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content .contents-footer a p.open-text {
  top: 16px;
  bottom: auto;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content .contents-footer a p.open-text::after {
  top: auto;
  bottom: -30px;
  border-width: 17px 26px 0 26px;
  border-color: #605F5F transparent transparent transparent;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content .contents-footer a p.close-text {
  top: auto;
  bottom: 16px;
}
#index-body .main-contents .service .service-content .service-detail-area .service-detail-content .contents-footer a p.close-text::after {
  top: -30px;
  bottom: auto;
  border-width: 17px 26px 0 26px;
  border-width: 0 26px 17px 26px;
  border-color: transparent transparent #605F5F transparent;
}
#index-body .main-contents .reasons {
  background-image: url("./img/background/side-kira.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
}
#index-body .main-contents .reasons .reason:first-child {
  margin-top: 40px;
}
#index-body .main-contents .reasons .reason {
  position: relative;
}
#index-body .main-contents .reasons .reason.first-reason {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #index-body .main-contents .reasons .reason.first-reason {
    margin-top: 0;
  }
}
#index-body .main-contents .reasons .reason .half-circle {
  position: relative;
  width: 110px;
  height: 55px;
  border-radius: 55px 55px 0 0;
  background: #FFDA05;
  margin-left: 20px;
}
@media (min-width: 768px) {
  #index-body .main-contents .reasons .reason .half-circle {
    width: 240px;
    height: 120px;
    border-radius: 120px 120px 0 0;
    margin-left: 100px;
  }
}
#index-body .main-contents .reasons .reason .half-circle span {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  line-height: normal;
}
#index-body .main-contents .reasons .reason .half-circle span:first-child {
  left: 5px;
  bottom: 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  #index-body .main-contents .reasons .reason .half-circle span:first-child {
    left: 10px;
    bottom: -10px;
    font-size: 50px;
  }
}
#index-body .main-contents .reasons .reason .half-circle span:last-child {
  right: 5px;
  bottom: -10px;
  font-size: 50px;
}
@media (min-width: 768px) {
  #index-body .main-contents .reasons .reason .half-circle span:last-child {
    right: 10px;
    bottom: -28 px;
    font-size: 100px;
  }
}
#index-body .main-contents .reasons .reason .glasses-frog {
  position: absolute;
  right: 40px;
  top: -30px;
  width: 76px;
}
#index-body .main-contents .reasons .reason .glasses-frog img {
  width: 100%;
}
#index-body .main-contents .reasons .reason .reason-box {
  position: relative;
  border: 10px solid #FFDA05;
  padding: 0;
  width: 100%;
  background-color: white;
}
@media (min-width: 768px) {
  #index-body .main-contents .reasons .reason .reason-box {
    border: 20px solid #FFDA05;
    padding: 0 40px 40px 40px;
    width: 90%;
  }
}
#index-body .main-contents .reasons .reason .reason-box .title {
  width: 60%;
  margin-top: 15px;
  margin-bottom: 25px;
  float: left;
}
@media (min-width: 768px) {
  #index-body .main-contents .reasons .reason .reason-box .title {
    float: none;
    width: 50%;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
#index-body .main-contents .reasons .reason .reason-box .title img {
  width: 100%;
}
#index-body .main-contents .reasons .reason .reason-box .sm-image-photo {
  width: 40%;
  float: right;
}
#index-body .main-contents .reasons .reason .reason-box .sm-image-photo img {
  width: 100%;
}
#index-body .main-contents .reasons .reason .reason-box .reason-link {
  text-align: right;
}
#index-body .main-contents .reasons .reason .reason-box .explanation-text {
  padding: 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .reasons .reason .reason-box .explanation-text {
    padding: 0;
  }
}
#index-body .main-contents .reasons .reason .reason-box .image-photo {
  position: absolute;
  top: -150px;
  right: -50px;
  width: 50%;
}
#index-body .main-contents .reasons .reason .reason-box .image-photo img {
  width: 100%;
}
#index-body .main-contents .sample-and-flow {
  background-image: url("./img/background/side-check.jpg");
  background-size: cover;
}
#index-body .main-contents .sample-and-flow .sm-button .button-table .table {
  width: min(100%, 340px);
  margin: 0 auto;
}
#index-body .main-contents .sample-and-flow .sm-button .button-table .table .row {
  margin-bottom: 20px;
}
#index-body .main-contents .sample-and-flow .sm-button .button-table .table .row p {
  line-height: 1.7;
}
#index-body .main-contents .sample-and-flow .sm-button .button-table .table .row p span {
  line-height: 1;
}
#index-body .main-contents .sample-and-flow .sm-button .button-table .table .row .col {
  width: calc(100% - 14px);
}
#index-body .main-contents .sample-and-flow .sm-button .button-table .table .row .col a {
  padding-top: 20px;
  width: calc(100% - 7px);
}
#index-body .main-contents .sample-and-flow .sm-button .button-table .table .row .col a p,
#index-body .main-contents .sample-and-flow .sm-button .button-table .table .row .col a span {
  margin: 0 auto;
}
#index-body .main-contents .sample-and-flow .sm-button .button-table .table .row .col:first-child a {
  margin-right: 7px;
}
#index-body .main-contents .sample-and-flow .sm-button .button-table .table .row .col:last-child a {
  margin-left: 7px;
}
#index-body .main-contents .sample-and-flow .clean-sample {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample {
    margin-bottom: 100px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box {
  width: 100%;
  border: 5px solid #46A9F5;
  background-image: url(./img/background/rainbow.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box {
    border-width: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .header-area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-bottom: 10px;
  background-color: #104165;
  background-image: linear-gradient(0deg, #104165 0%, #46a9f5 46%);
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .header-area {
    padding: 5px 10px;
    margin-bottom: 20px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .header-area .title {
  position: relative;
  white-space: nowrap;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .header-area .title {
    margin-right: 20px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .header-area .title p {
  color: #FBF9F3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .header-area .title p {
    font-size: 60px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .header-area .title p br {
  display: block;
}
@media (min-width: 450px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .header-area .title p br {
    display: none;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .header-area .case-detail {
  width: 100%;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .header-area .case-detail .case-detail-box {
  background-color: #FBF9F3;
  border-radius: 5px;
  padding: 5px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .header-area .case-detail .case-detail-box {
    border-radius: 10px;
    padding: 10px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .header-area .case-detail .case-detail-box p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .header-area .case-detail .case-detail-box p {
    font-size: 30px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo {
    margin-bottom: 30px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.photo {
  width: 42%;
}
@media (min-width: 992px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.photo {
    width: 370px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.photo .photo-title {
  border: 1px solid #707070;
  border-radius: 20px;
  height: 22px;
  width: 85px;
  margin: 0 auto 10px auto;
  padding: 3px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.photo .photo-title {
    height: 64px;
    width: 270px;
    margin: 0 auto 10px auto;
    padding: 5px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.photo .photo-title.before {
  background: radial-gradient(#FFFFFF, #808080);
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.photo .photo-title.after {
  background: radial-gradient(#FFFFFF, #FFC4EF);
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.photo .photo-title p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.photo .photo-title p {
    font-size: 30px;
    line-height: 1.8;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.photo .photo-content {
  border: 3px solid transparent;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.photo .photo-content {
    border-width: 10px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.photo .photo-content.before {
  border-color: #AFAFAF;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.photo .photo-content.after {
  border-color: #FFC4EF;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.photo .photo-content img {
  width: 100%;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.arrow {
  position: relative;
  width: 25px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.arrow {
    width: 50px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .before-after-photo .flex-box-outer .flex-box.arrow p {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer.flex-col {
  flex-flow: column;
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer.flex-col {
    flex-flow: nowrap;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost {
    width: 590px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box {
  position: relative;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box > div {
  float: left;
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box > div {
    float: none;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-header {
  position: relative;
  border: 1px solid #46A9F5;
  border-right: none;
  width: 28px;
  height: 34px;
  background-color: #D1E8FC;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-header {
    width: 100px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-header {
    border: 1px solid #707070;
    border-bottom: none;
    width: auto;
    height: 65px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-header p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  width: 100%;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-header p {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-header p {
    position: static;
    transform: none;
    font-size: 20px;
    line-height: 3.25;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-content {
  border: 1px solid #46A9F5;
  border-left: none;
  height: box-header-height-sm;
  background-color: #FBF9F3;
  padding-right: 5px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-content {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-content {
    border: 1px solid #707070;
    border-top: none;
    height: 100px;
    padding-right: 0;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 2.4615384615;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-content p {
    font-size: 20px;
    line-height: 2.9;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-content p {
    font-size: 30px;
    line-height: 3.3333333333;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-content p .unit-en {
  font-size: 12px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-content p .unit-en {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box .box-content p .unit-en {
    font-size: 25px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .flex-box.symbol p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .work-cost p {
  font-size: 30px;
  line-height: 3.3333333333;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .work-cost .box-content {
  width: calc(100% - 28px);
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .work-cost .box-content {
    width: calc(100% - 100px);
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .work-cost .box-content {
    width: 100%;
    padding: 0 5px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .work-cost .box-content p,
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .work-cost .box-content span {
  color: #707070;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .minus-symbol {
  width: 24px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .minus-symbol {
    width: 50px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .purchase-price .box-content {
  width: calc(100% - 28px);
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .purchase-price .box-content {
    width: calc(100% - 100px);
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .purchase-price .box-content {
    width: 100%;
    padding: 0 5px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .purchase-price .box-content p,
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .purchase-price .box-content span {
  color: #EC4B4B;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .arrow-symbol {
  width: 20px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .arrow-symbol {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .arrow-symbol {
    width: 84px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .arrow-symbol p {
  font-size: 14px;
  color: #EC4B4B;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .arrow-symbol p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .arrow-symbol p {
    font-size: 48px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .real-price p {
  font-size: 33px;
  line-height: 3.0303030303;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .real-price .box-content {
  width: calc(100% - 28px);
  background-color: #FFFCD8;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .real-price .box-content {
    width: calc(100% - 100px);
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .real-price .box-content {
    width: 100%;
    padding: 0 5px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .real-price .box-content p,
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.cost .flex-box-outer .real-price .box-content span {
  color: #707070;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another {
  width: 100%;
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another {
    width: 350px;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table {
  width: 100%;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row {
  width: min(100%, 500px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row {
    width: min(100%, 800px);
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row .col {
  height: 32px;
  width: min(130px, (100% - 12px) / 6);
  border: 1px solid #707070;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row .col {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row .col {
    height: 64px;
    width: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row .col.col-sm-2 {
    flex: 1 0 auto;
  }
}
@media (max-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row .col.col-xl-6 {
    flex: 1 0 auto;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row .col.header {
  background-color: #46A9F5;
  border-right: none;
  margin-left: 2px;
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row .col.header {
    margin-left: 0;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row .col.header p {
  color: white;
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row .col.content {
  background-color: white;
  border-left: none;
  margin-right: 2px;
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row .col.content {
    margin-right: 0;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row .col p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 2.6666666667;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row .col p {
    font-size: 22px;
    line-height: 2.2727272727;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .sample-and-flow .clean-sample .sample-box .infomation .flex-box-outer .flex-box.another .table .row .col p {
    font-size: 30px;
    line-height: 2.1333333333;
  }
}
#index-body .main-contents .sample-and-flow .clean-sample .blue-button,
#index-body .main-contents .sample-and-flow .clean-sample .matcha-green-button {
  width: 140px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .blue-button::after,
  #index-body .main-contents .sample-and-flow .clean-sample .matcha-green-button::after {
    content: none;
  }
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-sample .blue-button,
  #index-body .main-contents .sample-and-flow .clean-sample .matcha-green-button {
    width: 710px;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  #index-body .main-contents .sample-and-flow .clean-flow {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box {
  position: relative;
  overflow: hidden;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  padding: 40px 10px;
  height: 400px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box {
    padding: 70px 10px;
    height: 800px;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .tilte {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .tilte {
    margin-bottom: 50px;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .tilte p {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #14109B;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .tilte p {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .tilte .under-border {
  border: 2px solid #14109B;
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .tilte .under-border {
    border-width: 3px;
    width: 50%;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all {
  width: 100%;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit {
  position: relative;
  width: 98%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit {
    padding: 20px 0;
    width: 90%;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:not(:last-child) {
    margin-bottom: 70px;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:nth-child(odd) {
  border: 3px solid #46A9F5;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:nth-child(odd) .flow-unit-header {
  background-color: #46A9F5;
  border: 3px solid #46A9F5;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:nth-child(odd) .flow-unit-header {
    border: none;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:nth-child(odd) .flow-unit-header .left-half-circle {
  background-color: #46A9F5;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:nth-child(odd) .flow-unit-header .flow-number span {
  color: #46A9F5;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:nth-child(even) {
  border: 3px solid #0177BF;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:nth-child(even) .flow-unit-header {
  background-color: #0177BF;
  border: 3px solid #0177BF;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:nth-child(even) .flow-unit-header {
    border: none;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:nth-child(even) .flow-unit-header .left-half-circle {
  background-color: #0177BF;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:nth-child(even) .flow-unit-header .flow-number span {
  color: #0177BF;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header {
  float: left;
  border-radius: 16px 0 0 0;
  height: 50px;
  width: 50%;
  display: table;
  border-collapse: separate;
  border-spacing: 3px 0;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header {
    float: none;
    border-radius: 0;
    height: 90px;
    width: 100%;
    border-spacing: 0 0;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header .left-half-circle {
  display: table-cell;
  width: 45px;
  height: 90px;
  border-radius: 100px 0 0 100px;
  margin-left: -45px;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header .flow-number-outer {
  display: table-cell;
  position: relative;
  width: 28px;
  height: 50px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header .flow-number-outer {
    width: 50px;
    height: 90px;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header .flow-number-outer div.flow-number {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: white;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header .flow-number-outer div.flow-number {
    left: -25px;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header .flow-number-outer div.flow-number span {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8666666667;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header .flow-number-outer div.flow-number span {
    font-size: 30px;
    line-height: 1.6666666667;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header p.flow-title-text {
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: white;
  width: calc(100% - 28px);
  line-height: 1.3;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header p.flow-title-text.flow-title-text-ex-sm {
  display: table-cell;
  text-align: left;
}
@media (min-width: 576px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header p.flow-title-text.flow-title-text-ex-sm {
    display: none;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header p.flow-title-text.flow-title-text-sm {
  display: none;
}
@media (min-width: 576px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header p.flow-title-text.flow-title-text-sm {
    display: table-cell;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header p.flow-title-text.flow-title-text-sm {
    display: none;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header p.flow-title-text.flow-title-text-md {
  display: none;
  text-align: left;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header p.flow-title-text.flow-title-text-md {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-header p.flow-title-text {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 30px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-image-sm {
  float: left;
  width: 50%;
  height: 50px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-image-sm {
    display: none;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-image-sm img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content {
  padding: 15px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content {
    padding: 20px;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem {
  width: 100%;
  float: left;
  padding-top: 8px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem {
    width: 70%;
    padding-top: 0;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem p.explain-text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem p.explain-text:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem p.explain-text {
    font-size: 20px;
    line-height: 1.4;
  }
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem p.explain-text:not(:last-child) {
    margin-bottom: 20px;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem .all-day-ok-tag {
  border: 1px solid #0177BF;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  margin-bottom: 5px;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem .all-day-ok-tag p {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  color: #0177BF;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem .all-day-ok-tag p {
    font-size: 20px;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem .phone-number-img {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem .phone-number-img {
    width: 80%;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem .phone-number-img img {
  width: 100%;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem .blue-button {
  width: 250px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem .blue-button {
    width: 400px;
    padding: 20px 100px 20px 50px;
  }
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .left-elem .blue-button p {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .flow-unit-image {
    float: right;
    width: 30%;
    border: 1px solid #AFAEAE;
    border-radius: 10px;
    margin-top: -80px;
  }
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .flow-unit-image img {
    width: 100%;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .bottom-elem {
  float: left;
  width: 100%;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .bottom-elem .request-buttons {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px auto;
}
@media (min-width: 375px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .bottom-elem .request-buttons {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 400px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .bottom-elem .request-buttons {
    margin-left: auto;
    margin-right: auto;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .bottom-elem .request-buttons br.tweak-br {
  display: block;
}
@media (min-width: 375px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .bottom-elem .request-buttons br.tweak-br {
    display: none;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .bottom-elem .request-buttons > a {
  float: left;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .bottom-elem .request-buttons :first-child {
  margin-bottom: 5px;
  margin-right: 4px;
}
@media (min-width: 375px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .bottom-elem .request-buttons :first-child {
    margin-bottom: 0;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .bottom-elem p.explain-text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit .flow-unit-content .bottom-elem p.explain-text {
    font-size: 20px;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:not(:last-child)::after {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #067D77 transparent transparent transparent;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .flow-all .flow-unit:not(:last-child)::after {
    bottom: -50px;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box.open-flow .open-close-button {
  display: none;
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .open-close-button {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 59.91%, #fff);
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .open-close-button {
    height: 180px;
  }
}
#index-body .main-contents .sample-and-flow .clean-flow .flow-box .open-close-button i {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}
@media (min-width: 768px) {
  #index-body .main-contents .sample-and-flow .clean-flow .flow-box .open-close-button i {
    bottom: -10px;
    font-size: 50px;
  }
}
#index-body .main-contents .purchase-example {
  background-image: url("./img/background/triangls.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
}
#index-body .main-contents .purchase-example .brief-description {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  #index-body .main-contents .purchase-example .brief-description {
    margin-bottom: 10px;
  }
}
@media (min-width: 1550px) {
  #index-body .main-contents .purchase-example .brief-description {
    margin-bottom: 30px;
  }
}
#index-body .main-contents .purchase-example .brief-description span {
  font-size: 23px;
  font-weight: 700;
  color: #C10000;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .brief-description span {
    font-size: 50px;
  }
}
#index-body .main-contents .purchase-example .cheerful-acounting {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  #index-body .main-contents .purchase-example .cheerful-acounting {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 0 auto 60px auto;
  }
}
@media (min-width: 1550px) {
  #index-body .main-contents .purchase-example .cheerful-acounting {
    margin-bottom: 100px;
  }
}
#index-body .main-contents .purchase-example .cheerful-acounting .stamp.stamp-sm {
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
}
@media (min-width: 576px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .stamp.stamp-sm {
    display: none;
  }
}
#index-body .main-contents .purchase-example .cheerful-acounting .stamp.stamp-md {
  display: none;
}
@media (min-width: 576px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .stamp.stamp-md {
    display: block;
    float: left;
    margin-right: 3.3333333333vw;
  }
}
@media (min-width: 1550px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .stamp.stamp-my-xl {
    display: block;
    float: left;
    margin: 0;
  }
}
#index-body .main-contents .purchase-example .cheerful-acounting .stamp .circle {
  position: relative;
  width: 80px;
  aspect-ratio: 1/1;
  border: 5px solid #EC4B4B;
  border-radius: 50%;
  background-color: #FBF9F3;
}
@media (min-width: 576px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .stamp .circle {
    width: min(32.5vw, 330px);
  }
}
@media (min-width: 1550px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .stamp .circle {
    width: 180px;
  }
}
#index-body .main-contents .purchase-example .cheerful-acounting .stamp .circle p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Potta One", cursive;
  font-size: 24px;
  line-height: 1.1;
  color: #EC4B4B;
  width: 100%;
}
@media (min-width: 576px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .stamp .circle p {
    font-size: min(12.5vw, 123px);
  }
}
@media (min-width: 1550px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .stamp .circle p {
    font-size: 65px;
  }
}
#index-body .main-contents .purchase-example .cheerful-acounting .explain-text {
  margin-bottom: 20px;
  width: 80%;
  margin-left: 22%;
}
@media (min-width: 576px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .explain-text {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1550px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .explain-text {
    width: auto;
    float: right;
  }
}
#index-body .main-contents .purchase-example .cheerful-acounting .explain-text p {
  font-size: 15px;
  text-align: left;
}
@media (min-width: 1550px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .explain-text p {
    font-size: 30px;
  }
}
#index-body .main-contents .purchase-example .cheerful-acounting .explain-text.exlpain-text-my-xl {
  display: none;
}
@media (min-width: 1550px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .explain-text.exlpain-text-my-xl {
    display: block;
  }
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm {
  display: block;
  position: relative;
  background-color: #FAF18D;
  border: 1px solid #707070;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 15px;
  width: 346px;
}
@media (min-width: 576px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm {
    float: left;
  }
}
@media (min-width: 1550px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm {
    display: none;
  }
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .formula-left-side {
  display: flex;
  gap: 10px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .formula-left-side .cost {
  width: 117px;
  height: 103px;
  border-radius: 3px;
  background-color: white;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .formula-left-side .cost .cost-header {
  height: 40%;
  position: relative;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .formula-left-side .cost .cost-header p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .formula-left-side .cost .cost-content {
  height: 60%;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .formula-left-side .cost .cost-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .formula-left-side .cost .cost-content p span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  width: 18px;
  margin-left: 5px;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .formula-left-side .cost.purchase-cost .cost-header p {
  color: #EC4B4B;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .formula-left-side .minus-operation p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .equal-operation {
  margin-bottom: 5px;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .equal-operation p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  transform: rotate(90deg);
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .payment {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .payment .woman-img {
  width: 90px;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .payment .woman-img img {
  width: 100%;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .payment .payment-cost .circle {
  width: 120px;
  aspect-ratio: 1/1;
  border: 3px solid #EC4B4B;
  border-radius: 50%;
  background-color: #FBF9F3;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .payment .payment-cost .circle p.circle-header {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0 auto;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .payment .payment-cost .circle p.circle-content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #EC4B4B;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-sm .payment .payment-cost .circle p.circle-content span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  width: 18px;
  margin-left: 5px;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl {
  display: none;
  float: right;
  background-color: #FAF18D;
  border: 1px solid #707070;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 20px;
}
@media (min-width: 1550px) {
  #index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl {
    display: block;
  }
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl > div {
  float: right;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box {
  background-color: white;
  padding: 10px;
  width: 290px;
  border-radius: 10px;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box .title {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box .price {
  font-size: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box .price span {
  font-size: 30px;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box.basic-price, #index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box.purchase-price {
  position: relative;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box.basic-price > p, #index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box.purchase-price > p {
  float: left;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box.basic-price .title, #index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box.purchase-price .title {
  margin-right: 10px;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box.basic-price .price, #index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box.purchase-price .price {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box.basic-price img, #index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box.purchase-price img {
  position: absolute;
  width: 80px;
  top: -40px;
  right: -40px;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box.last-price {
  width: 250px;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box.last-price .title {
  font-size: 20px;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .price-box.last-price .price {
  color: #EC4B4B;
  font-weight: 700;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .operate {
  margin: 0 20px;
}
#index-body .main-contents .purchase-example .cheerful-acounting .formula-box-my-xl .operate p {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 3;
}
#index-body .main-contents .purchase-example .purchase-sample {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-sample {
    margin-bottom: 100px;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  #index-body .main-contents .purchase-example .purchase-sample {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-sample-header {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-sample .purchase-sample-header {
    margin-left: 80px;
    margin-bottom: 80px;
  }
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-sample-header p {
  font-family: "Potta One", cursive;
  font-size: 32px;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-sample .purchase-sample-header p {
    font-size: 54px;
  }
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-sample-header::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 150%;
  margin: 0 auto;
  height: 40px;
  background-color: #FFDA05;
  border-radius: 50%;
  z-index: -1;
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area {
    margin-bottom: 50px;
  }
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider {
  width: min(100%, 260px);
  margin: 0 auto;
}
@media (min-width: 576px) {
  #index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider {
    width: 100%;
  }
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box {
  width: calc(100% - 30px);
  margin: 0 auto;
  border: 1px solid #A0826A;
  border-radius: 10px;
  background-color: white;
  padding: 15px;
}
@media (min-width: 576px) {
  #index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box {
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box {
    padding: 20px;
    width: calc(100% - 30px);
  }
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box .picture {
  width: 100%;
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box .picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box .goods {
  padding: 10px 0;
  text-align: left;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box .goods {
    padding: 20px 0;
    font-size: 30px;
  }
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box .price-tilte {
  background-color: #FFDA05;
  width: 100%;
  height: 32px;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box .price-tilte {
    height: 42px;
  }
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box .price-tilte::after {
  content: "買取価格";
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 4px 0;
  line-height: 1.7777777778;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box .price-tilte::after {
    content: "買取価格";
    font-size: 28px;
    padding: 10px 0;
    line-height: 1.5;
  }
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box .price {
  padding: 10px 0 0 0;
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box .price p {
  color: #EC4B4B;
  font-size: 40px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box .price p {
    font-size: 50px;
  }
}
#index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box .price p span {
  color: #EC4B4B;
  font-size: 18px;
}
@media (min-width: 576px) {
  #index-body .main-contents .purchase-example .purchase-sample .purchase-slider-area ul.purchase-slider li .box .price p span {
    font-size: 30px;
  }
}
#index-body .main-contents .purchase-example .purchase-sample .blue-button {
  width: 285px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-sample .blue-button {
    width: 600px;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  #index-body .main-contents .purchase-example .purchase-target-goods {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
#index-body .main-contents .purchase-example .purchase-target-goods .goods-header {
  position: relative;
  width: 100%;
  border-radius: 30px 30px 0 0;
  height: 92px;
  background-color: #0177BF;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-target-goods .goods-header {
    height: 145px;
  }
}
#index-body .main-contents .purchase-example .purchase-target-goods .goods-header p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  color: #FBF9F3;
  width: 100%;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-target-goods .goods-header p {
    font-size: 50px;
  }
}
#index-body .main-contents .purchase-example .purchase-target-goods .goods-contents {
  border-radius: 0 0 30px 30px;
  border: 5px solid #0177BF;
  border-top: none;
  background-color: white;
  margin-bottom: 25px;
  padding: 20px;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-target-goods .goods-contents {
    border-width: 10px;
    margin-bottom: 50px;
  }
}
#index-body .main-contents .purchase-example .purchase-target-goods .goods-contents .goods-image {
  width: 100%;
}
#index-body .main-contents .purchase-example .purchase-target-goods .goods-contents .goods-image img {
  width: 100%;
}
#index-body .main-contents .purchase-example .purchase-target-goods .message .main-message {
  position: relative;
  padding: 50px 0;
  width: 90%;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto;
}
#index-body .main-contents .purchase-example .purchase-target-goods .message .main-message::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(white 0%, #FFFF0E 90%);
  filter: blur(10px);
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-target-goods .message .main-message {
    padding: 100px 0;
    height: 350px;
  }
}
#index-body .main-contents .purchase-example .purchase-target-goods .message .main-message p {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-target-goods .message .main-message p {
    font-size: 40px;
  }
}
#index-body .main-contents .purchase-example .purchase-target-goods .message .main-message p span {
  font-size: 25px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-target-goods .message .main-message p span {
    font-size: 50px;
  }
}
#index-body .main-contents .purchase-example .purchase-target-goods .message .sub-message {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .main-contents .purchase-example .purchase-target-goods .message .sub-message p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
  color: #707070;
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-target-goods .message .sub-message p {
    font-size: 20px;
  }
}
#index-body .main-contents .purchase-example .purchase-target-goods .message .frog-image {
  margin: 20px auto 0 auto;
  width: 80px;
  transform: scale(-1, 1);
}
@media (min-width: 768px) {
  #index-body .main-contents .purchase-example .purchase-target-goods .message .frog-image {
    width: 10%;
    margin-top: -30px;
    margin-left: auto;
    margin-right: 0;
  }
}
#index-body .main-contents .purchase-example .purchase-target-goods .message .frog-image img {
  width: 100%;
}
#index-body .main-contents .customers-voice {
  background-image: url("./img/background/pink-kira.jpg");
  background-size: cover;
}
#index-body .main-contents .customers-voice .brief-description {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #index-body .main-contents .customers-voice .brief-description {
    margin-bottom: 70px;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  #index-body .main-contents .customers-voice .customers-voice-slider {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area {
  width: 100%;
  margin-bottom: 50px;
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider {
  width: 100%;
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li {
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box {
  display: block;
  width: calc(100% - 30px);
  margin: 0 auto;
  border: 1px solid #A0826A;
  border-radius: 10px;
}
@media (min-width: 576px) {
  #index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box {
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  #index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box {
    width: calc(100% - 30px);
  }
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .picture {
  position: relative;
  width: 100%;
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .picture img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  aspect-ratio: 421/246;
  -o-object-fit: cover;
     object-fit: cover;
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .picture .tag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 138px;
  aspect-ratio: 210/56;
}
@media (min-width: 768px) {
  #index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .picture .tag {
    width: 210px;
  }
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .picture .tag p {
  width: 100%;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  color: #FBF9F3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  #index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .picture .tag p {
    font-size: 29px;
  }
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .text {
  padding: 15px;
  background-color: #FBF9F3;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .text {
    padding: 20px;
  }
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .text p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .text p.date {
  font-size: 17px;
  color: #707070;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  #index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .text p.date {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .text p.comment {
  font-size: 18px;
  line-height: 1.6;
  text-decoration: underline;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .text p.comment {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .text p.profile {
  font-size: 17px;
  color: #707070;
}
@media (min-width: 768px) {
  #index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box .text p.profile {
    font-size: 25px;
  }
}
#index-body .main-contents .customers-voice .customers-voice-slider .voice-slider-area ul.voice-slider li a.box:hover {
  opacity: 0.7;
}
#index-body .main-contents .customers-voice .customers-voice-slider .blue-button {
  width: 300px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 768px) {
  #index-body .main-contents .customers-voice .customers-voice-slider .blue-button {
    width: 640px;
  }
}
#index-body .main-contents .supported-regions .close-contact {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px auto;
}
@media (min-width: 1200px) {
  #index-body .main-contents .supported-regions .close-contact {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 50px;
  }
}
#index-body .main-contents .supported-regions .close-contact p {
  font-family: "Noto Sans JP", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}
#index-body .main-contents .supported-regions .close-contact p.tag {
  padding: 5px;
  font-size: 22px;
  color: #FBF9F3;
  background-color: #EC4B4B;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .supported-regions .close-contact p.tag {
    padding: 5px;
    font-size: 53px;
    margin-right: 20px;
  }
}
#index-body .main-contents .supported-regions .close-contact p.comment {
  font-size: 22px;
  font-weight: 700;
  color: #EC4B4B;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #index-body .main-contents .supported-regions .close-contact p.comment {
    font-size: 50px;
    line-height: 1.26;
  }
}
#index-body .main-contents .supported-regions .maps {
  margin-bottom: 50px;
  width: 95%;
}
#index-body .main-contents .supported-regions .maps .table .row .col .prefecture-text {
  background-color: #067D77;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  margin: 0 auto;
}
#index-body .main-contents .supported-regions .maps .table .row .col .prefecture-text p {
  font-size: 50px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3D3D;
  -webkit-text-stroke: 10px #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .main-contents .supported-regions .maps .table .row .col .prefecture-text p span {
  color: #3E3D3D;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .main-contents .supported-regions .maps .table .row .col .prefecture-img {
  width: 100%;
}
#index-body .main-contents .supported-regions .maps .table .row .col .prefecture-img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#index-body .main-contents .supported-regions .maps .map-image-sm {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  #index-body .main-contents .supported-regions .maps .map-image-sm {
    width: 500px;
  }
}
#index-body .main-contents .supported-regions .maps .map-image-sm img {
  width: 100%;
}
#index-body .main-contents .supported-regions .maps .message {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .main-contents .supported-regions .maps .message p {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #C10000;
  -webkit-text-stroke: 8px #FAF18D;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#index-body .main-contents .supported-regions .maps .message p span {
  color: #C10000;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  #index-body .main-contents .supported-regions .maps .message p {
    font-size: 50px;
    color: #C10000;
    -webkit-text-stroke: 16px #FAF18D;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  #index-body .main-contents .supported-regions .maps .message p span {
    color: #C10000;
    -webkit-text-stroke: 0px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#index-body .main-contents .supported-regions .maps .message p ::after {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  background-image: linear-gradient(transparent 0, #04A59D 60%);
  box-shadow: inset 0 0 10px 16px white;
  z-index: -1;
}
@media (min-width: 768px) {
  #index-body .main-contents .supported-regions .maps .message p ::after {
    bottom: -50px;
    background-image: linear-gradient(transparent 0, #04A59D 60%);
    box-shadow: inset 0 0 10px 32px white;
  }
}
#index-body .main-contents .usage-fee {
  background-image: url("./img/background/wind.jpg");
  background-size: cover;
}
#index-body .main-contents .usage-fee .brief-description {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .brief-description {
    margin-bottom: 80px;
  }
}
#index-body .main-contents .usage-fee .brief-description .brief-description-header {
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .brief-description .brief-description-header {
    margin-bottom: 40px;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  #index-body .main-contents .usage-fee .brief-description .brief-description-header {
    width: 95%;
  }
}
#index-body .main-contents .usage-fee .brief-description .brief-description-header p {
  font-size: 20px;
  font-weight: 600;
  color: #14109B;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .brief-description .brief-description-header p {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
#index-body .main-contents .usage-fee .brief-description .brief-description-header .under-bar {
  border: 1px solid #14109B;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .brief-description .brief-description-header .under-bar {
    border-width: 5px;
  }
}
#index-body .main-contents .usage-fee .brief-description .brief-description-content {
  text-align: left;
  padding: 0 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .brief-description .brief-description-content {
    padding: 0 40px;
  }
}
#index-body .main-contents .usage-fee .brief-description .brief-description-content p {
  font-size: 15px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .brief-description .brief-description-content p {
    font-size: 40px;
    line-height: 1.1;
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-header {
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-header {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-header .title {
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-header .title {
    height: 100px;
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-header .title p {
  font-size: 25px;
  font-weight: 600;
  color: #FBF9F3;
  line-height: 2;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-header .title p {
    font-size: 50px;
    line-height: 2;
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-header .icon {
  position: absolute;
}
#index-body .main-contents .usage-fee .fee-list .fee-list-header .icon.icon-rabit {
  width: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-130px, -50%);
}
#index-body .main-contents .usage-fee .fee-list .fee-list-header .icon.icon-cardboard {
  width: 80px;
  right: 50%;
  top: 50%;
  transform: translate(160px, -50%);
}
#index-body .main-contents .usage-fee .fee-list .fee-list-header .icon.icon-set {
  width: 20%;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#index-body .main-contents .usage-fee .fee-list .fee-list-header .icon img {
  width: 100%;
}
#index-body .main-contents .usage-fee .fee-list .fee-list-content {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-content {
    margin-bottom: 100px;
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-content .table {
  width: min(90%, 450px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-content .table {
    width: min(100%, 800px);
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col {
    margin-bottom: 10px;
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box {
  padding: 0 2px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box {
    padding: 0 3px;
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .box-header {
  border-radius: 10px 10px 0 0;
  height: 32px;
  background-color: #E1B8EF;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .box-header {
    border-radius: 30px 30px 0 0;
    height: 73px;
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .box-header p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #FBF9F3;
  line-height: 2.1333333333;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .box-header p {
    font-size: 50px;
    color: #FBF9F3;
    line-height: 1.46;
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .box-content {
  border-radius: 0 0 10px 10px;
  border: 3px solid #E1B8EF;
  border-top: none;
  height: 38px;
  background-color: #FBF9F3;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .box-content {
    border-radius: 0 0 30px 30px;
    border-width: 7px;
    height: 100px;
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .box-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 2.0588235294;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .box-content p {
    font-size: 43px;
    line-height: 2.1627906977;
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .box-content p span {
  font-size: 12px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .box-content p span {
    font-size: 25px;
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .img-box {
  height: 70px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .img-box {
    height: 173px;
    border-radius: 30px;
  }
}
#index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #E1B8EF;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-list .fee-list-content .table .row .col .box .img-box img {
    border-radius: 30px;
    border-width: 7px;
  }
}
#index-body .main-contents .usage-fee .fee-point .fee-point-header {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-header {
    margin-bottom: 70px;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-header {
    width: 95%;
  }
}
#index-body .main-contents .usage-fee .fee-point .fee-point-header .header-text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .main-contents .usage-fee .fee-point .fee-point-header .header-text p {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
  margin: 0 auto;
}
#index-body .main-contents .usage-fee .fee-point .fee-point-header .header-text p span.company {
  display: inline-block;
  font-family: "Potta One", cursive;
  font-size: 45px;
  color: #067D77;
  -webkit-text-stroke: 10px #FBF9F3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .main-contents .usage-fee .fee-point .fee-point-header .header-text p span.company span {
  color: #067D77;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-header .header-text p span.company {
    font-size: 90px;
    color: #067D77;
    -webkit-text-stroke: 20px #FBF9F3;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  #index-body .main-contents .usage-fee .fee-point .fee-point-header .header-text p span.company span {
    color: #067D77;
    -webkit-text-stroke: 0px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#index-body .main-contents .usage-fee .fee-point .fee-point-header .header-text p span.particle {
  font-size: 20px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-header .header-text p span.particle {
    font-size: 40px;
  }
}
#index-body .main-contents .usage-fee .fee-point .fee-point-header .header-text p span.point {
  font-size: 20px;
  color: #EC4B4B;
  font-weight: 600;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-header .header-text p span.point {
    font-size: 60px;
  }
}
#index-body .main-contents .usage-fee .fee-point .fee-point-header .header-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 150%;
  margin: 0 auto;
  height: 50px;
  background-color: #FFDA05;
  border-radius: 50%;
  z-index: -1;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-header .header-text::after {
    bottom: -20px;
    width: min(1000px, 120%);
  }
}
#index-body .main-contents .usage-fee .fee-point .fee-point-header img {
  position: absolute;
  width: 80px;
  top: -20px;
  left: 50%;
  transform: translateX(-160px) rotate(36deg);
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-header img {
    top: -90px;
    width: 200px;
    transform: translateX(-350px) rotate(36deg);
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-header img {
    top: -100px;
    left: 0;
    transform: translateX(0) rotate(36deg);
  }
}
#index-body .main-contents .usage-fee .fee-point .fee-point-content .table {
  width: min(100%, 450px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-content .table {
    width: min(100%, 1100px);
  }
}
@media (max-width: 768px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-content .table .row .col:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-content .table .row .col {
    margin-bottom: 30px;
  }
}
#index-body .main-contents .usage-fee .fee-point .fee-point-content .table .row .col .box {
  padding: 0 10px;
  height: 100%;
}
#index-body .main-contents .usage-fee .fee-point .fee-point-content .table .row .col .box .box-header {
  position: relative;
  border-radius: 15px 15px 0 0;
  background-color: #04A59D;
  height: 59px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-content .table .row .col .box .box-header {
    border-radius: 30px 30px 0 0;
    background-color: #04A59D;
    height: 90px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-content .table .row .col .box .box-header {
    height: 114px;
  }
}
#index-body .main-contents .usage-fee .fee-point .fee-point-content .table .row .col .box .box-header p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #FBF9F3;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-content .table .row .col .box .box-header p {
    font-size: 30px;
  }
}
#index-body .main-contents .usage-fee .fee-point .fee-point-content .table .row .col .box .box-content {
  position: relative;
  border-radius: 0 0 15px 15px;
  border: 2px solid #04A59D;
  border-top: none;
  background-color: #FBF9F3;
  padding: 10px 10px 15px 10px;
  text-align: left;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-content .table .row .col .box .box-content {
    border-radius: 0 0 30px 30px;
    padding: 20px 20px;
    height: calc(100% - 90px);
  }
}
#index-body .main-contents .usage-fee .fee-point .fee-point-content .table .row .col .box .box-content p {
  width: 100%;
  font-size: 15px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  #index-body .main-contents .usage-fee .fee-point .fee-point-content .table .row .col .box .box-content p {
    font-size: 30px;
  }
}
#index-body .main-contents .q-and-a {
  background-image: url("./img/background/question.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media (min-width: 1300px) and (max-width: 1550px) {
  #index-body .main-contents .q-and-a .qa-countent .qa-classification-l {
    width: 90%;
  }
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-header {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-header {
    margin-bottom: 50px;
  }
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-header .box-outer {
  background-color: #9201C5;
  padding: 4px;
}
@media (min-width: 768px) {
  #index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-header .box-outer {
    padding: 8px;
  }
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-header .box-outer .box-inner {
  position: relative;
  background-color: #9201C5;
  border: 3px solid #FBF9F3;
  height: 48px;
}
@media (min-width: 768px) {
  #index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-header .box-outer .box-inner {
    height: 80px;
    border-width: 5px;
  }
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-header .box-outer .box-inner p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #FBF9F3;
}
@media (min-width: 768px) {
  #index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-header .box-outer .box-inner p {
    font-size: 38px;
  }
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content {
    margin-bottom: 50px;
  }
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .annotation {
  margin-bottom: 10px;
  background-image: linear-gradient(white 0%, white 100%);
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .annotation p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
  color: #707070;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col {
  margin-bottom: 20px;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box {
  border: 2px solid #A0826A;
  border-radius: 10px;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box {
    padding: 20px;
  }
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box.hide {
  background-color: #FBF9F3;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box.show {
  background-color: #D1E8FC;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row {
  position: relative;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row.answer-row.show {
  display: flex;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row.answer-row {
  margin-top: 20px;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row.answer-row.hide {
  display: none;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row .col {
  position: relative;
  text-align: left;
  margin-bottom: 0;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row .col p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row .col p {
    font-size: 30px;
  }
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row .col.row-head-col p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row .col.text-col {
  padding: 0 10px;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row .col.button-col {
  text-align: center;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row .col.button-col p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border: 1px solid #707070;
  border-radius: 10px;
  background-color: #FFFCD8;
}
@media (min-width: 768px) {
  #index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row .col.button-col p {
    padding: 5px 0;
  }
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row .col.button-col p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row .col.button-col p.show {
  display: block;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row .col.button-col p.hide {
  display: none;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .qa-content .table .row .col .box .table .row .col.button-col p:hover {
  background-color: #FAF18D;
}
#index-body .main-contents .q-and-a .qa-countent .qa-classification-l .blue-button {
  width: 330px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #index-body .main-contents .q-and-a .qa-countent .qa-classification-l .blue-button {
    width: 730px;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  #index-body .main-contents .company-info {
    width: 95%;
    margin: 0 auto;
  }
}
#index-body .main-contents .company-info .company-header {
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .company-header {
    margin-bottom: 50px;
  }
}
#index-body .main-contents .company-info .company-header p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .company-header p {
    font-size: 50px;
    font-weight: 500;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}
#index-body .main-contents .company-info .company-header .under-bar {
  border: 2px solid #C10000;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .company-header .under-bar {
    border-width: 5px;
  }
}
#index-body .main-contents .company-info .company-basic-info {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .company-basic-info {
    margin-bottom: 100px;
  }
}
#index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table {
  width: 320px;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table {
    width: auto;
  }
}
#index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table .row {
  border-bottom: none;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table .row {
    border-bottom: 1px solid #707070;
  }
}
#index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table .row .col {
  border-left: none;
  border-top: none;
  text-align: left;
  padding: 0;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table .row .col {
    border-left: 1px solid #707070;
    border-top: 1px solid #707070;
    padding: 30px 0 30px 30px;
  }
}
#index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table .row .col.row-header-col {
  background-color: transparent;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table .row .col.row-header-col {
    background-color: #E2E2E2;
    margin-bottom: 0;
  }
}
#index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table .row .col.row-header-col p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table .row .col.row-header-col p {
    font-size: 30px;
    font-weight: 500;
  }
}
#index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table .row .col.row-content-col {
  border-right: none;
  background-color: transparent;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table .row .col.row-content-col {
    border-right: 1px solid #707070;
    background-color: white;
    margin-bottom: 0;
  }
}
#index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table .row .col.row-content-col p {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .company-basic-info .company-basic-info-list .table .row .col.row-content-col p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
  }
}
#index-body .main-contents .company-info .credential-holder {
  background-image: url("./img/background/sky.jpg");
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .credential-holder {
    background-image: none;
  }
}
#index-body .main-contents .company-info .good-company {
  background-image: url("./img/background/pink-kira.jpg");
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .good-company {
    background-image: none;
  }
}
#index-body .main-contents .company-info .certificate-bk-inner {
  width: 320px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
@media (min-width: 576px) {
  #index-body .main-contents .company-info .certificate-bk-inner {
    width: auto;
  }
}
#index-body .main-contents .company-info .certificate-bk-inner ul.slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .main-contents .company-info .certificate-bk-inner ul.slick-dots li {
  width: 20px !important;
}
#index-body .main-contents .company-info .explanation-text {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .explanation-text {
    margin-bottom: 50px;
  }
}
#index-body .main-contents .company-info .company-certification {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .company-certification {
    margin-bottom: 100px;
  }
}
#index-body .main-contents .company-info .company-certification .qualification-slider-area {
  width: 80%;
  margin: 0 auto;
}
#index-body .main-contents .company-info .company-certification .qualification-slider-area ul.qualification-slider {
  width: 100%;
}
#index-body .main-contents .company-info .company-certification .qualification-slider-area ul.qualification-slider li {
  float: left;
  width: calc((100% - 20px) / 2);
  padding: 10px;
}
#index-body .main-contents .company-info .company-certification .qualification-slider-area ul.qualification-slider li img {
  width: 100%;
}
#index-body .main-contents .company-info .blue-button {
  width: 350px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .blue-button {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  #index-body .main-contents .company-info .blue-button {
    width: 800px;
  }
}
#index-body .main-contents .company-info .company-access {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #index-body .main-contents .company-info .company-access {
    margin-bottom: 100px;
  }
}
#index-body .main-contents .company-info .company-access .map-wrapper {
  max-width: 50%;
}
#index-body .main-contents .company-info .company-access .map-wrapper .map-image {
  border: 1px solid #707070;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
#index-body .main-contents .company-info .company-access .map-wrapper .map-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .main-contents .footer .footer-sm {
  background-color: #46A9F5;
  padding-top: 20px;
  padding-bottom: 20px;
}
#index-body .main-contents .footer .footer-sm .footer-sm-inner {
  padding-bottom: 20px;
}
#index-body .main-contents .footer .footer-sm .footer-sm-inner > div {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .main-contents .footer .footer-sm .footer-sm-inner .footer-line-1 {
  margin-bottom: 10px;
}
#index-body .main-contents .footer .footer-sm .footer-sm-inner .footer-line-1 > div,
#index-body .main-contents .footer .footer-sm .footer-sm-inner .footer-line-1 a {
  display: inline-block;
}
#index-body .main-contents .footer .footer-sm .footer-sm-inner .footer-line-1 .tag:first-child {
  margin-right: 5px;
  margin-left: -5px;
}
#index-body .main-contents .footer .footer-sm .footer-sm-inner .footer-line-1 .tag p {
  border: 1px solid #0177BF;
  border-radius: 10px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 17px;
  color: #0177BF;
  background-color: white;
  padding: 5px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
}
#index-body .main-contents .footer .footer-sm .footer-sm-inner .footer-line-1 .logo-img {
  width: 110px;
}
#index-body .main-contents .footer .footer-sm .footer-sm-inner .footer-line-1 .logo-img img {
  width: 100%;
}
#index-body .main-contents .footer .footer-sm .footer-sm-inner .footer-line-2 {
  width: min(90%, 300px);
  margin-bottom: 10px;
}
#index-body .main-contents .footer .footer-sm .footer-sm-inner .footer-line-2 img {
  width: 100%;
}
#index-body .main-contents .footer .footer-sm .footer-sm-inner .footer-line-3 .buttons a {
  width: 170px;
  display: inline-block;
  border: 1px solid #FBF9F3;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
#index-body .main-contents .footer .footer-sm .footer-sm-inner .footer-line-3 .buttons a ::after {
  right: 8px;
}
#index-body .main-contents .footer .footer-sm .footer-sm-inner .footer-line-3 .buttons a p {
  text-align: center;
}
#index-body .main-contents .footer .footer-sm .footer-sm-bar {
  width: 90%;
  border: 1px solid white;
  margin: 0 auto 10px auto;
}
#index-body .main-contents .footer .footer-sm .copyright {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .main-contents .footer .footer-sm .copyright p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: white;
}
#index-body .main-contents .footer .footer-md {
  height: 310px;
  background-image: url("./img/background/header.jpg");
  background-size: cover;
}
#index-body .main-contents .footer .footer-md .footer-md-inner {
  height: 210px;
}
#index-body .main-contents .footer .footer-md .footer-md-bar {
  width: 90%;
  border: 3px solid white;
  margin: 0 auto 30px auto;
}
#index-body .main-contents .footer .footer-md .copyright {
  width: 80%;
  margin: 0 auto;
}
#index-body .main-contents .footer .footer-md .copyright p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #707070;
}/*# sourceMappingURL=style.css.map */