@charset "UTF-8";
/***reset***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

input, select {
  vertical-align: middle;
}

/***setting***/
.floatbox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.2s ease-in-out;
}

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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html, body {
  height: 100%;
}

html {
  line-height: 1.6;
  font-family: "Noto Sans JP";
}

body {
  position: relative;
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
  color: #2C2C2C;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  scroll-behavior: smooth;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: #2b2d29;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  border: 0;
}

a:hover {
  color: #2ba3a3;
}

a:hover img {
  opacity: 0.5;
}

a:focus, *:focus {
  outline: none;
}

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

:root {
  font-size: 13px !important;
}

/* wrapper
--------------------------- */
#wrapper {
  padding: 4rem 0 0 0;
  min-height: 100%;
}

/* toTop
--------------------------- */
#toTop {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 3%;
  opacity: 0;
  z-index: 1000;
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 8887;
}

.to-top-on #toTop {
  bottom: 2%;
  opacity: 1;
}

#toTop a {
  display: block;
  width: 60px;
  height: 60px;
  color: rgba(41, 49, 47, 0.8);
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.to-top-on #toTop a {
  cursor: pointer;
}

#toTop a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#pos {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  visibility: hidden;
}

/* Floatバグ回避用
--------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  /*IE9-11用ハック*/
  body {
    padding: 4em 0 0;
  }
  #wrapper {
    padding: 0;
  }
}
.main {
  width: 100%;
}

*, h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.container-full {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .container-full {
    max-width: 100%;
  }
}

.d-none {
  display: none !important;
}

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

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

.d-flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.overflow-hidden {
  overflow: hidden !important;
}

a:hover {
  color: unset;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  color: unset;
  text-decoration: none;
}

@media screen and (min-width: 544px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-inline-md-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media screen and (min-width: 1240px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
    display: none !important;
  }
}
.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .mt-md-1 {
    margin-top: 10px;
  }
  .mt-md-2 {
    margin-top: 20px;
  }
  .mt-md-3 {
    margin-top: 30px;
  }
  .mt-md-4 {
    margin-top: 40px;
  }
  .mb-md-1 {
    margin-bottom: 10px;
  }
  .mb-md-2 {
    margin-bottom: 20px;
  }
  .mb-md-3 {
    margin-bottom: 30px;
  }
  .mb-md-4 {
    margin-bottom: 40px;
  }
  .ml-md-1 {
    margin-left: 10px;
  }
  .ml-md-2 {
    margin-left: 20px;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.w-100 {
  width: 100%;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 10px !important;
}

.rounded-2 {
  border-radius: 20px !important;
}

.rounded-3 {
  border-radius: 30px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.border-purple {
  border: 3px solid rgb(154, 99, 217);
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.digit {
  opacity: 0;
  transform: translateY(-5px);
  transition: 0.7s cubic-bezier(0.1, 0, 0.25, 0);
  vertical-align: top;
  transition-delay: 0.1s;
}
.digit.top {
  transform: translateY(60px);
  transition: 1s cubic-bezier(0.4, 0, 0, 0);
}
.digit.rights {
  transform: translateY(0) translateX(100px);
  transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
  transition-delay: 0.1s;
}
.digit.lefts {
  transform: translateY(0) translateX(-100px);
  transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
  transition-delay: 0.1s;
}
.digit.visible {
  opacity: 1;
  transform: none;
}

sup {
  zoom: 0.7;
  vertical-align: top;
}

.img-hover {
  transition: all 0.3s ease-in-out;
}
.img-hover:hover {
  opacity: 0.8;
}

#hojokin {
  color: rgb(49, 73, 141);
  /* その場で */
  /* 下から */
}
#hojokin h2 {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  #hojokin h2 {
    font-size: 28px;
  }
}
#hojokin h2.title {
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 576px) {
  #hojokin h2.title {
    letter-spacing: normal;
    line-height: 1.5em;
  }
}
#hojokin h2.title:before {
  content: "";
  background-image: url(../imgs/deco_title.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 126px;
  height: 52px;
  margin: 0px auto 20px;
}
@media screen and (max-width: 576px) {
  #hojokin h2.title:before {
    width: 94px;
    height: 38px;
  }
}
#hojokin h2.title span {
  color: rgb(154, 99, 217);
}
#hojokin h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.8em;
}
@media screen and (max-width: 576px) {
  #hojokin h3 {
    font-size: 22px;
  }
}
#hojokin h3 span {
  color: rgb(154, 99, 217);
}
#hojokin h3.ordinaly {
  letter-spacing: 0.2em;
}
#hojokin h4 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  #hojokin h4 {
    font-size: 20px;
  }
}
#hojokin h4 span {
  color: rgb(154, 99, 217);
}
#hojokin #kv {
  background: linear-gradient(#E3ECFF, #ffffff);
  padding: 20px 0;
}
@media screen and (max-width: 992px) {
  #hojokin #kv {
    background: linear-gradient(#E3ECFF 40%, #ffffff);
    padding: 20px 20px 180px 20px;
  }
}
#hojokin #kv .header-logo {
  width: 200px;
  height: auto;
  display: block;
}
@media screen and (max-width: 576px) {
  #hojokin #kv .header-logo {
    width: 116px;
  }
}
#hojokin #kv .header-logo img {
  width: auto;
}
#hojokin #kv .kv-inner {
  position: relative;
  width: 100%;
  height: 450px;
  padding: 10px 0;
  margin: 80px auto;
  display: inline-flex;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner {
    display: block;
    margin: 10px auto 30px;
  }
}
#hojokin #kv .kv-inner .kv-img {
  position: absolute;
  width: 150px;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #hojokin #kv .kv-inner .kv-img {
    width: 105px;
  }
}
#hojokin #kv .kv-inner .kv-left {
  position: relative;
  width: 25%;
  min-width: 280px;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-left {
    display: flex;
    min-width: unset;
    width: 100%;
    height: 133px;
    margin-bottom: 10px;
  }
}
#hojokin #kv .kv-inner .kv-left .kv-01 {
  top: -20px;
  right: 15%;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-left .kv-01 {
    top: unset;
    right: unset;
    bottom: 0;
    left: -10px;
  }
}
#hojokin #kv .kv-inner .kv-left .kv-02 {
  left: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-left .kv-02 {
    left: 0;
    right: 0;
    bottom: unset;
  }
}
#hojokin #kv .kv-inner .kv-left .kv-03 {
  bottom: 0;
  right: -20px;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-left .kv-03 {
    right: -10px;
  }
}
#hojokin #kv .kv-inner .kv-left .kv-sub-01 {
  width: 82px;
  top: 25%;
  right: 20px;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-left .kv-sub-01 {
    width: 53px;
    top: 10px;
    right: unset;
    left: 20%;
    z-index: 1;
  }
}
#hojokin #kv .kv-inner .kv-left .kv-sub-02 {
  width: 86px;
  bottom: 30px;
  right: 44%;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-left .kv-sub-02 {
    width: 42px;
    right: 20%;
    bottom: 10px;
    z-index: 1;
  }
}
#hojokin #kv .kv-inner .kv-center {
  padding: 25px 0;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-center {
    width: 100%;
    padding: 0;
  }
}
#hojokin #kv .kv-inner .kv-center .kv-upper {
  color: rgb(49, 73, 141);
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-center .kv-upper {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #hojokin #kv .kv-inner .kv-center .kv-upper {
    font-size: 20px;
  }
}
#hojokin #kv .kv-inner .kv-center .kv-upper span {
  font-weight: bold;
}
#hojokin #kv .kv-inner .kv-center .kv-lede {
  margin: 20px auto;
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 500;
  background-color: rgb(49, 73, 141);
  padding: 10px 20px;
}
@media screen and (max-width: 1085px) {
  #hojokin #kv .kv-inner .kv-center .kv-lede {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-center .kv-lede {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #hojokin #kv .kv-inner .kv-center .kv-lede {
    margin: 10px auto;
    font-size: 24px;
    line-height: 1.3em;
  }
}
#hojokin #kv .kv-inner .kv-center .kv-lede span {
  font-size: 24px;
}
@media screen and (max-width: 1085px) {
  #hojokin #kv .kv-inner .kv-center .kv-lede span {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  #hojokin #kv .kv-inner .kv-center .kv-lede span {
    font-size: 18px;
    font-weight: 400;
  }
}
#hojokin #kv .kv-inner .kv-center .kv-title {
  color: rgb(154, 99, 217);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1085px) {
  #hojokin #kv .kv-inner .kv-center .kv-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-center .kv-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #hojokin #kv .kv-inner .kv-center .kv-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
#hojokin #kv .kv-inner .kv-center .kv-title span {
  font-size: 65px;
  font-weight: 600;
}
@media screen and (max-width: 1085px) {
  #hojokin #kv .kv-inner .kv-center .kv-title span {
    font-size: 55px;
  }
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-center .kv-title span {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  #hojokin #kv .kv-inner .kv-center .kv-title span {
    font-size: 39px;
    font-weight: 700;
  }
}
#hojokin #kv .kv-inner .kv-center .kv-bottom {
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-center .kv-bottom {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hojokin #kv .kv-inner .kv-center .kv-bottom {
    font-size: 18px;
  }
}
#hojokin #kv .kv-inner .kv-center .kv-bottom span {
  position: relative;
}
#hojokin #kv .kv-inner .kv-center .kv-bottom span:after {
  position: absolute;
  content: "";
  display: inline;
  width: 100%;
  height: 10px;
  background-color: rgb(255, 255, 0);
  left: 0;
  bottom: 0;
  z-index: -1;
}
#hojokin #kv .kv-inner .kv-right {
  position: relative;
  width: 25%;
  min-width: 280px;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-right {
    min-width: unset;
    display: flex;
    width: 100%;
    height: 133px;
  }
}
#hojokin #kv .kv-inner .kv-right .kv-04 {
  top: -20px;
  left: 23%;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-right .kv-04 {
    top: -10px;
    left: -10px;
  }
}
#hojokin #kv .kv-inner .kv-right .kv-05 {
  right: 0;
  top: 5%;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-right .kv-05 {
    right: 0;
    left: 0;
    top: unset;
  }
}
#hojokin #kv .kv-inner .kv-right .kv-06 {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-right .kv-06 {
    bottom: unset;
    top: -10px;
    left: unset;
    right: -10px;
  }
}
#hojokin #kv .kv-inner .kv-right .kv-sub-03 {
  width: 118px;
  top: 30%;
  left: 20%;
  z-index: 1;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-right .kv-sub-03 {
    width: 76px;
    top: -70px;
    right: -10px;
    left: unset;
  }
}
#hojokin #kv .kv-inner .kv-right .kv-sub-04 {
  width: 80px;
  bottom: 10%;
  right: 15%;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .kv-inner .kv-right .kv-sub-04 {
    width: 52px;
    bottom: 0;
    right: unset;
    left: 20%;
  }
}
#hojokin #kv .scroll {
  position: fixed;
  width: 100%;
  height: 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  #hojokin #kv .scroll {
    display: none;
  }
}
#hojokin #kv .scroll div {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  color: rgb(49, 73, 141);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
}
#hojokin #kv .scroll div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: rgb(49, 73, 141);
}
#hojokin #kv .scroll div ::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: rgba(49, 73, 141, 0.4);
}
#hojokin #kv .scroll div::after {
  height: 40px;
  animation: sdl07 1.5s ease infinite;
}
@keyframes sdl07 {
  0% {
    transform: translateY(-70px);
  }
  50%, 100% {
    transform: translateY(40px);
  }
}
#hojokin .lede-text {
  line-height: 2em;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  #hojokin .lede-text {
    font-size: 16px;
    line-height: 1.8em;
  }
}
#hojokin .lede-text span {
  color: rgb(154, 99, 217);
  font-weight: bold;
}
#hojokin .container {
  width: 990px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  #hojokin .container {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  #hojokin .container {
    width: 100%;
    padding: 20px;
  }
}
#hojokin #lede .title, #hojokin #lede .lede-text {
  opacity: 0;
}
#hojokin .about-hojokin {
  margin: 90px auto 90px;
  padding: 40px;
  position: relative;
  background-color: rgb(255, 255, 255);
  opacity: 0;
}
@media screen and (max-width: 576px) {
  #hojokin .about-hojokin {
    padding: 10px 5px;
    margin: 50px auto 90px;
  }
}
#hojokin .about-hojokin::before {
  content: "";
  position: absolute;
  display: block;
  top: -40px;
  width: 3px;
  height: 40px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgb(154, 99, 217);
}
#hojokin .about-hojokin .about-hojokin-inn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 576px) {
  #hojokin .about-hojokin .about-hojokin-inn {
    justify-content: space-evenly;
    margin: 10px auto;
  }
}
#hojokin .about-hojokin .about-hojokin-inn .about-hojokin-box {
  min-width: 154px;
  width: 280px;
  height: 168px;
  font-size: 18px;
  font-weight: bold;
  background-color: rgb(247, 243, 252);
  padding: 15px 0;
  text-align: center;
  margin: 10px 0;
  line-height: 1.3em;
}
@media screen and (max-width: 576px) {
  #hojokin .about-hojokin .about-hojokin-inn .about-hojokin-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 2px 0;
    width: 154px;
    height: 154px;
    font-size: 16px;
    padding: 25px 0;
  }
}
#hojokin .about-hojokin .about-hojokin-inn .about-hojokin-box img {
  width: 90px;
  display: block;
  margin: 10px auto;
}
@media screen and (max-width: 576px) {
  #hojokin .about-hojokin .about-hojokin-inn .about-hojokin-box img {
    width: 68px;
    margin: auto 30px;
  }
}
#hojokin #support {
  margin-top: -250px;
  padding: 300px 0 0;
  background-color: rgb(244, 246, 255);
}
@media screen and (max-width: 576px) {
  #hojokin #support {
    padding: 200px 0 0;
  }
}
#hojokin #support .title, #hojokin #support .lede-text {
  opacity: 0;
}
#hojokin #support .about-support {
  margin: 50px auto;
  background-color: rgb(255, 255, 255);
  padding: 60px 0 50px;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support {
    padding: 30px 0;
    margin: 10px auto;
  }
}
#hojokin #support .about-support .about-support-inn {
  margin: auto;
  width: 740px;
}
@media screen and (max-width: 992px) {
  #hojokin #support .about-support .about-support-inn {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .about-support-inn {
    width: 100%;
    padding: 0 20px;
  }
}
#hojokin #support .about-support .about-support-inn h3 {
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(154, 99, 217);
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .about-support-inn h3 {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
#hojokin #support .about-support .about-support-inn p {
  font-size: 18px;
  line-height: 2em;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .about-support-inn p {
    font-size: 16px;
  }
}
#hojokin #support .about-support .about-support-inn .tbl-about-support {
  width: 740px;
  margin: 40px auto 20px;
}
@media screen and (max-width: 992px) {
  #hojokin #support .about-support .about-support-inn .tbl-about-support {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .about-support-inn .tbl-about-support {
    width: 100%;
  }
}
#hojokin #support .about-support .about-support-inn .tbl-about-support thead {
  color: rgb(255, 255, 255);
  background-color: rgb(154, 99, 217);
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .about-support-inn .tbl-about-support thead.invoice th {
    width: 99px;
  }
}
#hojokin #support .about-support .about-support-inn .tbl-about-support thead th {
  padding: 20px 0;
  font-weight: 500;
  border: 1px solid rgb(224, 206, 243);
  width: 240px;
}
@media screen and (max-width: 992px) {
  #hojokin #support .about-support .about-support-inn .tbl-about-support thead th {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .about-support-inn .tbl-about-support thead th {
    font-size: 16px;
    width: 119px;
  }
}
#hojokin #support .about-support .about-support-inn .tbl-about-support thead th:first-child {
  background-color: rgb(255, 255, 255);
  border: unset;
  width: 289px;
}
@media screen and (max-width: 992px) {
  #hojokin #support .about-support .about-support-inn .tbl-about-support thead th:first-child {
    width: 30%;
  }
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .about-support-inn .tbl-about-support thead th:first-child {
    width: 99px;
  }
}
#hojokin #support .about-support .about-support-inn .tbl-about-support thead th.thin {
  width: 130px;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .about-support-inn .tbl-about-support thead th.thin {
    width: 77px;
  }
}
#hojokin #support .about-support .about-support-inn .tbl-about-support tbody td {
  border: 1px solid rgb(224, 206, 243);
  padding: 20px 0;
  vertical-align: middle;
  line-height: 1.8em;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .about-support-inn .tbl-about-support tbody td {
    padding: 10px 5px;
    text-align: left;
  }
}
#hojokin #support .about-support .about-support-inn .tbl-about-support tbody td.bg-colored {
  background-color: rgb(247, 243, 252);
  font-weight: 500;
}
#hojokin #support .about-support .about-support-inn .tbl-about-support tbody td sup {
  margin-left: 10px;
}
#hojokin #support .about-support .about-support-inn .tbl-about-support tbody td span {
  color: rgb(154, 99, 217);
  font-weight: bold;
}
#hojokin #support .about-support .about-support-inn .tbl-caption {
  display: flex;
  align-items: start;
  font-size: 12px;
  text-align: left;
  margin: auto 0;
}
#hojokin #support .about-support .about-support-inn .tbl-caption div {
  margin: 4px 0;
}
#hojokin #support .about-support .about-support-inn .tbl-caption div:first-child {
  margin-right: 5px;
}
#hojokin #support .about-support .products {
  width: 740px;
}
#hojokin #support .about-support .products:before {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 40px;
  background-color: rgb(154, 99, 217);
  margin: 20px auto 10px;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .products:before {
    margin-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  #hojokin #support .about-support .products {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .products {
    width: 100%;
  }
}
#hojokin #support .about-support .products .products-inn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 0;
}
#hojokin #support .about-support .products .products-inn .product-box {
  width: 222px;
  height: 276px;
  border-radius: 20px;
  padding: 30px 0 20px;
  box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.45);
  margin: 10px auto;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .products .products-inn .product-box {
    width: 143px;
    height: 192px;
    padding: 15px 0 10px;
  }
  #hojokin #support .about-support .products .products-inn .product-box:last-child {
    margin-right: 50%;
  }
}
#hojokin #support .about-support .products .products-inn .product-box:hover {
  background-color: rgb(255, 255, 190);
}
#hojokin #support .about-support .products .products-inn .product-box:hover img {
  opacity: 1;
}
#hojokin #support .about-support .products .products-inn .product-box .prod-06 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 186px;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .products .products-inn .product-box .prod-06 {
    height: 118px;
  }
}
#hojokin #support .about-support .products .products-inn .product-box .prod-logo {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .products .products-inn .product-box .prod-logo {
    height: 109px;
  }
}
#hojokin #support .about-support .products .products-inn .product-box img {
  max-width: 141px;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .products .products-inn .product-box img {
    width: 90px;
  }
}
#hojokin #support .about-support .products .products-inn .product-box p {
  margin-top: 15px;
  line-height: 1em;
  color: rgb(49, 73, 141);
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-support .products .products-inn .product-box p {
    font-size: 14px;
    line-height: 1.2em;
  }
}
#hojokin #support .about-support .products .products-inn .product-box p span {
  font-size: 14px;
}
#hojokin #support .reference {
  line-height: 2em;
  margin: 20px auto;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  #hojokin #support .reference {
    font-size: 16px;
  }
}
#hojokin #support .about-target .about-target-title {
  background: rgb(49, 73, 141);
  color: rgb(224, 206, 243);
  font-size: 32px;
  font-weight: bold;
  padding: 20px 0;
  margin: 60px auto 40px;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-target .about-target-title {
    margin: 0 auto 30px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
  }
}
#hojokin #support .about-target .about-target-inn {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-target .about-target-inn {
    display: block;
  }
}
#hojokin #support .about-target .about-target-inn .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  padding-right: 30px;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-target .about-target-inn .text {
    font-size: 16px;
    padding: 0;
  }
}
#hojokin #support .about-target .about-target-inn .text p {
  margin: 20px 0;
}
#hojokin #support .about-target .about-target-inn .text p span {
  color: rgb(154, 99, 217);
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-target .about-target-inn .text p span {
    font-size: 18px;
  }
}
#hojokin #support .about-target .about-target-inn img {
  margin-top: 40px;
  width: 404px;
  opacity: 0;
}
@media screen and (max-width: 576px) {
  #hojokin #support .about-target .about-target-inn img {
    width: 100%;
  }
}
#hojokin #companies {
  margin: -50px auto 0;
  padding: 80px 0 150px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 576px) {
  #hojokin #companies {
    margin: -80px auto 0;
    padding: 120px 0 0;
  }
}
#hojokin #companies .title, #hojokin #companies .lede-text {
  opacity: 0;
}
#hojokin #companies .company-tab-container {
  margin: 80px auto 40px;
  background-color: rgb(255, 255, 255);
  border-bottom: 3px solid rgb(154, 99, 217);
}
@media screen and (max-width: 576px) {
  #hojokin #companies .company-tab-container {
    margin: 80px auto 15px;
    border-bottom: 2px solid rgb(154, 99, 217);
  }
}
#hojokin #companies .company-tab-container .container {
  padding-bottom: 0 !important;
}
#hojokin #companies .company-tab-container .company-tab {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hojokin #companies .company-tab-container .company-tab div.tab {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.3em;
  width: 475px;
  padding: 25px 0 20px;
  border: 3px solid rgb(209, 215, 230);
  border-bottom: unset;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  #hojokin #companies .company-tab-container .company-tab div.tab {
    width: 48%;
  }
}
@media screen and (max-width: 576px) {
  #hojokin #companies .company-tab-container .company-tab div.tab {
    width: 152px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    padding: 15px 0 0;
    border: 2px solid rgb(209, 215, 230);
  }
}
#hojokin #companies .company-tab-container .company-tab div.tab:hover {
  background-color: rgb(255, 255, 190);
  color: rgb(154, 99, 217);
}
#hojokin #companies .company-tab-container .company-tab div.tab:hover:after {
  background-image: url(../imgs/ico_arrow_down_active.png);
}
#hojokin #companies .company-tab-container .company-tab div.tab:after {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  margin: 15px auto 0;
  background-image: url(../imgs/ico_arrow_down.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 576px) {
  #hojokin #companies .company-tab-container .company-tab div.tab:after {
    margin: 10px auto 5px;
  }
}
#hojokin #companies .company-tab-container .company-tab div.tab:before {
  content: "";
  position: absolute;
  display: block;
  width: 110%;
  height: 5px;
  background-color: rgb(255, 255, 255);
  bottom: 0px;
  left: -5%;
}
@media screen and (max-width: 576px) {
  #hojokin #companies .company-tab-container .company-tab div.tab:before {
    bottom: -2px;
  }
}
#hojokin #companies .company-tab-container .company-tab div.tab.active {
  color: rgb(154, 99, 217);
  border-color: rgb(154, 99, 217);
  cursor: default;
}
#hojokin #companies .company-tab-container .company-tab div.tab.active:hover {
  background-color: rgb(255, 255, 255);
}
#hojokin #companies .company-tab-container .company-tab div.tab.active:after {
  background-image: url(../imgs/ico_arrow_down_active.png);
}
#hojokin #companies .company-tab-container .company-tab div.tab.active:before {
  width: 100%;
  height: 5px;
  bottom: -4px;
  left: unset;
}
#hojokin #companies .company-tab-container .company-tab div.tab.active .balloon {
  display: none;
}
#hojokin #companies .company-tab-container .company-tab div.tab .balloon {
  position: absolute;
  display: block;
  width: 140px;
  height: 140px;
  padding: 35px 0;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.8em;
  background-image: url(../imgs/bg_balloon_purple.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: unset;
  top: -120px;
  right: 0;
}
@media screen and (max-width: 576px) {
  #hojokin #companies .company-tab-container .company-tab div.tab .balloon {
    width: 90px;
    height: 90px;
    font-size: 12px;
    line-height: 1.5em;
    padding: 22px 0;
    top: -80px;
    right: -10px;
  }
}
#hojokin #companies .company-tab-container .company-tab div.tab .balloon:hover {
  background-color: unset;
}
#hojokin #companies .company-tab-container .company-tab div.tab .balloon:before, #hojokin #companies .company-tab-container .company-tab div.tab .balloon:after {
  display: none;
}
#hojokin #companies #tab-chusho, #hojokin #companies #tab-shokibo {
  padding: 20px 0;
}
#hojokin #companies .tab-container {
  display: none;
}
#hojokin #companies .tab-container.active {
  display: block;
}
#hojokin #companies .tab-inn {
  margin-bottom: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 576px) {
  #hojokin #companies .tab-inn {
    margin-bottom: 20px;
  }
}
#hojokin #companies .tab-inn .tab-title {
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  line-height: 1.3em;
  margin: 30px auto 10px;
  background-color: rgb(247, 243, 252);
}
@media screen and (max-width: 576px) {
  #hojokin #companies .tab-inn .tab-title {
    font-size: 18px;
    margin: 0 auto 10px;
    padding: 20px 25px;
  }
}
#hojokin #companies .tab-inn .caution {
  font-size: 14px;
  margin: 15px auto 0;
}
@media screen and (max-width: 576px) {
  #hojokin #companies .tab-inn .caution {
    line-height: 1.3em;
  }
}
#hojokin #companies .tab-inn table {
  width: 100%;
  margin: 80px auto;
}
@media screen and (max-width: 576px) {
  #hojokin #companies .tab-inn table {
    margin: 50px auto;
  }
}
#hojokin #companies .tab-inn table caption {
  text-align: left;
  font-size: 22px;
  color: rgb(154, 99, 217);
  font-weight: bold;
  margin: 0 auto 20px;
}
@media screen and (max-width: 576px) {
  #hojokin #companies .tab-inn table caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#hojokin #companies .tab-inn table caption span {
  text-align: left;
  font-weight: 300;
  color: rgb(49, 73, 141);
  font-size: 18px;
  margin: 20px 0;
}
@media screen and (max-width: 576px) {
  #hojokin #companies .tab-inn table caption span {
    display: block;
    font-size: 16px;
    line-height: 1.3em;
    margin: 10px 0;
  }
}
#hojokin #companies .tab-inn table thead {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  background-color: rgb(154, 99, 217);
}
#hojokin #companies .tab-inn table thead td:first-child {
  width: 65%;
}
#hojokin #companies .tab-inn table thead td:nth-child(2) {
  width: 15%;
}
@media screen and (max-width: 576px) {
  #hojokin #companies .tab-inn table thead {
    font-size: 16px;
  }
  #hojokin #companies .tab-inn table thead td {
    text-align: center;
  }
  #hojokin #companies .tab-inn table thead td:first-child {
    width: 177px;
  }
  #hojokin #companies .tab-inn table thead td:first-child p {
    position: relative;
    top: 8px;
  }
  #hojokin #companies .tab-inn table thead td:nth-child(2) {
    width: 92px;
  }
  #hojokin #companies .tab-inn table thead td:nth-child(2) p {
    position: relative;
    top: 8px;
  }
  #hojokin #companies .tab-inn table thead td:nth-child(3) {
    width: 66px;
  }
  #hojokin #companies .tab-inn table thead.others td {
    text-align: center;
  }
  #hojokin #companies .tab-inn table thead.others td:first-child {
    width: 177px;
  }
  #hojokin #companies .tab-inn table thead.others td:nth-child(2) {
    width: 68px;
  }
  #hojokin #companies .tab-inn table thead.others td:nth-child(3) {
    width: 90px;
  }
}
#hojokin #companies .tab-inn table tbody {
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  #hojokin #companies .tab-inn table tbody {
    font-size: 16px;
    line-height: 1.3em;
  }
  #hojokin #companies .tab-inn table tbody td {
    padding: 10px 5px;
  }
  #hojokin #companies .tab-inn table tbody td span {
    font-size: 12px;
  }
  #hojokin #companies .tab-inn table tbody td.sm-small {
    font-size: 14px;
  }
}
#hojokin #companies .tab-inn table td {
  padding: 25px 20px;
  border: 1px solid rgb(224, 206, 243);
  line-height: 1.3em;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  #hojokin #companies .tab-inn table td {
    padding: 15px 0;
  }
}
#hojokin #companies .tab-inn table td.bg-colored {
  font-weight: 500;
  background-color: rgb(247, 243, 252);
}
#hojokin #companies .tab-inn table td span {
  font-size: 14px;
}
#hojokin #companies #tab-shokibo table {
  width: 80%;
  margin-bottom: 150px;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  #hojokin #companies #tab-shokibo table {
    width: 100%;
    margin-bottom: 80px;
  }
}
#hojokin #companies #tab-shokibo table td:first-child {
  width: 40%;
}
@media screen and (max-width: 576px) {
  #hojokin #companies #tab-shokibo table td:first-child {
    width: 70%;
  }
}
#hojokin #schedule {
  position: relative;
  padding: 100px 0 50px;
  background-color: rgb(244, 246, 255);
}
@media screen and (max-width: 576px) {
  #hojokin #schedule {
    padding: 40px 0 50px;
  }
}
#hojokin #schedule .img-schedule {
  position: absolute;
  width: 290px;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
}
@media screen and (max-width: 576px) {
  #hojokin #schedule .img-schedule {
    width: 220px;
  }
}
#hojokin #schedule p {
  margin: 30px auto;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  #hojokin #schedule p {
    margin: 20px auto 30px;
    padding: 0 20px;
    line-height: 1.8em;
  }
}
#hojokin #schedule .btn-schedule {
  padding: 20px 40px;
  display: inline-flex;
  margin: auto;
  background-color: rgb(255, 255, 255);
  color: rgb(154, 99, 217);
  font-weight: bold;
  border: 2px solid rgb(154, 99, 217);
  border-radius: 40px;
}
@media screen and (max-width: 576px) {
  #hojokin #schedule .btn-schedule {
    padding: 20px 20px;
    font-size: 16px;
  }
}
#hojokin #schedule .btn-schedule:hover {
  background-color: rgb(154, 99, 217);
  color: rgb(255, 255, 255);
}
#hojokin #preparation {
  padding: 150px 0;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 576px) {
  #hojokin #preparation {
    padding: 60px 0;
  }
}
#hojokin #preparation .title {
  opacity: 0;
}
#hojokin #preparation .bg-preparation {
  position: absolute;
  background-color: rgb(244, 246, 255);
  width: 100%;
  height: 45%;
  bottom: 120px;
}
@media screen and (max-width: 576px) {
  #hojokin #preparation .bg-preparation {
    top: 420px;
    bottom: unset;
    height: 75%;
  }
}
#hojokin #preparation .bg-preparation:before {
  content: "";
  position: absolute;
  height: 120px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: rgb(244, 246, 255);
  left: 0;
  bottom: -120px;
}
@media screen and (max-width: 576px) {
  #hojokin #preparation .bg-preparation:before {
    height: 60px;
    bottom: -60px;
  }
}
#hojokin #preparation h2 {
  letter-spacing: normal;
}
#hojokin #preparation .preparation-container {
  position: relative;
}
#hojokin #preparation .preparation-container .preperation-container-inn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#hojokin #preparation .preparation-container .preperation-container-inn .preparation-box {
  width: 230px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  #hojokin #preparation .preparation-container .preperation-container-inn .preparation-box {
    width: 45%;
  }
}
@media screen and (max-width: 576px) {
  #hojokin #preparation .preparation-container .preperation-container-inn .preparation-box {
    width: 100%;
  }
}
#hojokin #preparation .preparation-container .preperation-container-inn .preparation-box:after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background-color: rgb(49, 73, 141);
  margin: auto;
}
#hojokin #preparation .preparation-container .preperation-container-inn .preparation-box .step-tab {
  position: relative;
  display: inline-flex;
  justify-content: start;
  align-items: baseline;
  color: rgb(224, 206, 243);
  font-size: 32px;
  font-weight: bold;
  padding: 10px 20px;
  background-color: rgb(49, 73, 141);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#hojokin #preparation .preparation-container .preperation-container-inn .preparation-box .step-tab:before {
  content: "準備";
  display: block;
  position: relative;
  top: -1px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
  vertical-align: baseline;
}
#hojokin #preparation .preparation-container .preperation-container-inn .preparation-box .step-box {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(49, 73, 141);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px 0;
  height: 446px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  #hojokin #preparation .preparation-container .preperation-container-inn .preparation-box .step-box {
    height: auto;
  }
}
#hojokin #preparation .preparation-container .preperation-container-inn .preparation-box .step-box .step-img {
  width: 154px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 576px) {
  #hojokin #preparation .preparation-container .preperation-container-inn .preparation-box .step-box .step-img {
    width: 132px;
    margin: 0 auto 10px;
  }
}
#hojokin #preparation .preparation-container .preperation-container-inn .preparation-box .step-box .step-title {
  color: rgb(154, 99, 217);
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 20px;
  line-height: 1.5em;
}
@media screen and (max-width: 576px) {
  #hojokin #preparation .preparation-container .preperation-container-inn .preparation-box .step-box .step-title {
    margin: 0 auto 0;
  }
}
#hojokin #preparation .preparation-container .preperation-container-inn .preparation-box .step-box .step-text {
  font-size: 16px;
  padding: 20px 10px;
  line-height: 1.8em;
  text-align: left;
}
#hojokin #preparation .preparation-container .preperation-container-inn .preparation-box .step-box .step-text a {
  text-decoration: underline;
  color: rgb(154, 99, 217);
  font-weight: 500;
}
#hojokin #preparation .preparation-container .preperation-container-inn .preparation-box .step-box .step-text a:hover {
  opacity: 0.6;
}
#hojokin #flow {
  margin: 50px auto 100px;
}
@media screen and (max-width: 576px) {
  #hojokin #flow {
    margin-bottom: 30px;
  }
}
#hojokin #flow .title {
  letter-spacing: normal;
  margin-bottom: 50px;
  opacity: 0;
}
#hojokin #flow .flow-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  position: relative;
  width: 608px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  #hojokin #flow .flow-block {
    width: 100%;
    margin-bottom: 20px;
  }
}
#hojokin #flow .flow-block:last-child .num:after {
  display: none;
}
#hojokin #flow .flow-block .num {
  position: relative;
  width: 88px;
  height: 88px;
  font-size: 36px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-color: rgb(49, 73, 141);
  border-radius: 50%;
  padding: 22px 34px;
  z-index: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  #hojokin #flow .flow-block .num {
    width: 60px;
    height: 60px;
    font-size: 28px;
    padding: 15px 10px;
    margin-bottom: 0;
  }
}
#hojokin #flow .flow-block .num:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -22px;
  left: 42px;
  height: 20px;
  width: 4px;
  background-color: rgb(49, 73, 141);
}
@media screen and (max-width: 576px) {
  #hojokin #flow .flow-block .num:after {
    left: 28px;
    height: 15px;
    bottom: -17px;
  }
}
#hojokin #flow .flow-block .flow-block {
  position: relative;
  width: 520px;
  font-size: 26px;
  background-color: rgb(224, 206, 243);
  color: rgb(49, 73, 141);
  font-weight: bold;
  padding: 15px 20px 15px 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  #hojokin #flow .flow-block .flow-block {
    width: 80%;
    padding: 15px 4px;
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#hojokin #flow .flow-block .flow-block:before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 20px;
  background-color: rgb(224, 206, 243);
  left: -20px;
}
@media screen and (max-width: 576px) {
  #hojokin #flow .flow-block .flow-block:before {
    width: 20px;
    left: -20px;
  }
}
#hojokin #flow .cta {
  margin: 10px auto 30px;
}
#hojokin #flow .links {
  margin: 60px auto;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  #hojokin #flow .links {
    padding: 0 20px;
    line-height: 1.8em;
  }
}
#hojokin .outer-link {
  color: rgb(154, 99, 217);
  font-size: 18px;
  margin: 20px auto 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  #hojokin .outer-link {
    display: block;
    margin-bottom: 20px;
  }
}
#hojokin .outer-link:hover {
  opacity: 0.6;
}
#hojokin .outer-link.btn:hover {
  background-color: rgb(154, 99, 217);
  color: rgb(255, 255, 255);
}
#hojokin .outer-link.btn:hover:after {
  background-image: url(../imgs/ico_outer_link_hover.png);
}
#hojokin .outer-link:after {
  content: "";
  display: block;
  margin-left: 25px;
  width: 16px;
  height: 16px;
  background-image: url(../imgs/ico_outer_link.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  #hojokin .outer-link:after {
    display: inline-block;
    margin-left: 10px;
  }
}
#hojokin .cta-container {
  margin: 80px auto;
}
@media screen and (max-width: 992px) {
  #hojokin .cta-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  #hojokin .cta-container {
    margin: 50px auto 40px;
    padding: 0;
  }
}
#hojokin .cta {
  width: 100%;
  max-width: 740px;
  background-color: rgb(49, 73, 141);
  position: relative;
  padding: 30px 0 10px;
  margin: 50px auto 0;
  border-radius: 20px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #hojokin .cta {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 576px) {
  #hojokin .cta {
    border-radius: 0;
    padding: 40px 10px 200px;
  }
}
#hojokin .cta .cta-inn {
  position: relative;
  margin: auto;
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #hojokin .cta .cta-inn {
    padding-left: 100px;
  }
}
@media screen and (max-width: 576px) {
  #hojokin .cta .cta-inn {
    padding-left: unset;
    font-size: 20px;
  }
}
#hojokin .cta .cta-inn .btn-cta {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 20px auto;
  width: 366px;
  padding: 20px 0;
  text-align: center;
  color: rgb(154, 99, 217);
  background-color: rgb(255, 255, 0);
  border-radius: 60px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  #hojokin .cta .cta-inn .btn-cta {
    width: 100%;
    font-size: 16px;
  }
}
#hojokin .cta .cta-inn .btn-cta:after {
  position: absolute;
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background-color: rgb(154, 99, 217);
  background-image: url(../imgs/ico_arrow_next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  border-radius: 50%;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#hojokin .cta .cta-inn .btn-cta:hover {
  background-color: rgb(154, 99, 217);
  color: yellow;
}
#hojokin .cta .cta-inn .btn-cta:hover:after {
  background-image: url(../imgs/ico_arrow_next_hover.png);
  background-color: rgb(255, 255, 0);
  width: 36px;
  height: 36px;
  right: 15px;
}
#hojokin .cta .cta-inn .img-cta {
  position: absolute;
  width: 178px;
  left: 10px;
  top: -50px;
}
@media screen and (max-width: 768px) {
  #hojokin .cta .cta-inn .img-cta {
    width: 150px;
    top: unset;
    bottom: -20px;
  }
}
@media screen and (max-width: 576px) {
  #hojokin .cta .cta-inn .img-cta {
    width: 178px;
    top: unset;
    bottom: -271px;
    left: 15px;
  }
}
#hojokin .cta .cta-inn .balloon-cta {
  position: absolute;
  top: -60px;
  right: 20px;
  color: rgb(154, 99, 217);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  background-image: url(../imgs/bg_cta_balloon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 142px;
  height: 142px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #hojokin .cta .cta-inn .balloon-cta {
    width: 120px;
    height: 120px;
    padding: 20px 0;
    top: -120px;
  }
}
@media screen and (max-width: 576px) {
  #hojokin .cta .cta-inn .balloon-cta {
    width: 142px;
    height: 142px;
    padding: 30px 0;
    bottom: -220px;
    top: unset;
    right: 0px;
  }
}
#hojokin .cta p {
  font-size: 15px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #hojokin .cta p {
    line-height: 1.3em;
  }
}
@media screen and (max-width: 576px) {
  #hojokin .cta p {
    font-size: 13px;
    padding: 0;
  }
}
#hojokin .cta.full {
  margin-top: 100px;
  max-width: unset;
}
@media screen and (max-width: 576px) {
  #hojokin .cta.full {
    margin: 40px auto 120px;
    padding: 40px 20px 200px;
  }
}
#hojokin .cta.full .img-cta {
  left: 130px;
}
@media screen and (max-width: 992px) {
  #hojokin .cta.full .img-cta {
    left: 20px;
  }
}
@media screen and (max-width: 576px) {
  #hojokin .cta.full .img-cta {
    left: 15px;
  }
}
#hojokin .cta.full .balloon-cta {
  right: 150px;
}
@media screen and (max-width: 992px) {
  #hojokin .cta.full .balloon-cta {
    right: 40px;
  }
}
@media screen and (max-width: 576px) {
  #hojokin .cta.full .balloon-cta {
    right: 10px;
  }
}
#hojokin .fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#hojokin .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#hojokin footer p {
  width: 100%;
  padding: 40px;
  background-color: rgb(49, 73, 141);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 576px) {
  #hojokin footer p {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */