/* ------------------------------------------------------------------------- */
/* reset */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
figure {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

button {
  font: inherit;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

/* ------------------------------------------------------------------------- */
/* utility */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------------------------------------------------------- */
/* base */

html {
  font-size: 16px;
}
.pc {
  display: block !important;
}
.smt {
  display: none !important;
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 1.1vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.4vw;
    overflow-x: hidden;
  }
  .smt {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic",
    "Yu Gothic", "Meiryo", sans-serif;
  color: #333;
  font-weight: 400;
  font-display: swap;
}
img {
  vertical-align: top;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #333;
  text-decoration: none;
}

header {
  height: calc(90 / 16 * 1rem);
  background-color: #004094;
  width: 100%;
  padding: 0 calc(50 / 16 * 1rem);
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(90 / 16 * 1rem);
}
.header-inner h1 a {
  width: calc(200 / 16 * 1rem);
  display: block;
}
.header-inner h1 a img {
  width: 100%;
  height: auto;
}
.header-inner ul {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.header-inner ul li {
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  line-height: 1em;
  border-left: 1px solid #fff;
}
.header-inner ul li.r-btn {
  background-color: #e60012;
  padding: 0;
  border-radius: 0.3rem;
  margin-left: 1rem;
  border-left: none;
  width: 14rem;
  text-align: center;
  transition: all 0.2s;
  height: 3.5rem;
}
.header-inner ul li.r-btn.client {
  background-color: #fff;
}
.header-inner ul li.r-btn:hover {
  opacity: 0.5;
}
.header-inner ul li:nth-child(1) {
  margin-left: 0rem;
  padding-left: 0rem;
  border-left: none;
}
.header-inner ul li:nth-child(3) {
  margin-right: 2rem;
}
.header-inner ul li a {
  line-height: 1em;
  font-size: 1rem;
  position: relative;
  color: #fff;
}
.header-inner ul li.r-btn a {
  color: #fff;
  font-weight: bold;
  /* padding: 1.1rem 0rem; */
  width: 14rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1.2em;
}
.header-inner ul li.r-btn.client a {
  color: #004094;
}
.header-inner ul li a::after {
  content: "";
  display: block;
  height: 0.2rem;
  width: 0;
  background-color: #e60012;
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  transform-origin: left center;
  transition: all 0.2s;
  opacity: 0;
}
.header-inner ul li a:hover::after {
  width: 100%;
  opacity: 1;
}
.header-inner ul li.r-btn a::after {
  display: none;
}

.link-btn-list {
  display: flex;
  justify-content: center;
  column-gap: calc(40 / 16 * 1rem);
}

.formlib3-button,
.link-btn {
  width: calc(500 / 16 * 1rem);
  height: calc(90 / 16 * 1rem);
  background-color: #b00e1b;
  border-radius: calc(10 / 16 * 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.formlib3-button::after,
.link-btn::after {
  content: "";
  display: block;
  width: calc(500 / 16 * 1rem);
  height: calc(90 / 16 * 1rem);
  background-color: #e60012;
  border-radius: calc(10 / 16 * 1rem);
  position: absolute;
  left: 0;
  bottom: calc(10 / 16 * 1rem);
  transition: all 0.2s;
}
.formlib3-button span,
.link-btn span {
  color: #fff;
  font-size: calc(22 / 16 * 1rem);
  font-weight: bold;
  height: calc(90 / 16 * 1rem);
  position: relative;
  z-index: 10;
  width: calc(500 / 16 * 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: calc(10 / 16 * 1rem);
  transition: all 0.2s;
}
.formlib3-button:hover::after,
.formlib3-button:hover span,
.link-btn:hover::after,
.link-btn:hover span {
  bottom: 0;
}
.contents-ttl {
  font-size: calc(40 / 16 * 1rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(100 / 16 * 1rem);
}
.contents-ttl span {

  font-family: "Lato", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic",
    "Yu Gothic", "Meiryo", sans-serif;
  font-size: calc(40 / 16 * 1rem);
  font-weight: 700;
  text-align: center;
  color: #004094;
  margin-bottom: calc(15 / 16 * 1rem);
  border-bottom: calc(8 / 16 * 1rem) solid #004094;
  padding-bottom: calc(12 / 16 * 1rem);
}

#ririku-toc01,
#ririku-toc02,
#ririku-toc03,
#ririku-toc04 {
  padding-top: calc(90 / 16 * 1rem);
  margin-top: calc(-90 / 16 * 1rem);
}


/*-- MV --*/
.ririku-toc__mv {
  height: calc(540 / 16 * 1rem);
  width: 100%;
  background-image: url(/assets/img/mv-bg.jpg);
  background-position: top center;
  background-size: cover;
  margin-top: calc(90 / 16 * 1rem);
}
.ririku-toc__mv-inner {
  width: calc(1300 / 16 * 1rem);
  height: calc(540 / 16 * 1rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.ririku-toc__mv-inner h2 {
  margin-bottom: calc(30 / 16 * 1rem);
  width: calc(589 / 16 * 1rem);
}
.ririku-toc__mv-inner h2 img {
  width: 100%;
  height: auto;
}
.ririku-toc__mv-inner p {
  font-size: calc(20 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.6em;
  color: #000;
  margin-bottom: calc(55 / 16 * 1rem);
}
.ririku-toc__mv-inner .link-btn,
.ririku-toc__mv-inner .link-btn span,
.ririku-toc__mv-inner .link-btn::after {
  width: calc(460 / 16 * 1rem);
  height: calc(80 / 16 * 1rem);
}



/*-- example --*/
.ririku-toc__example {
  padding: calc(100 / 16 * 1rem) 0;
  background-color: #004094;
}
.ririku-toc__example .contents-ttl span {
  color: #fff;
  border-color: #fff;
}
.ririku-toc__example .example-contents {
  width: calc(1100 / 16 * 1rem);
  padding: 0 calc(55 / 16 * 1rem) calc(55 / 16 * 1rem);
  margin: 0 auto calc(80 / 16 * 1rem);
  background-color: #dae8ff;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-image: url(/assets/img/ex-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: calc(65 / 16 * 1rem) auto;
}
.ririku-toc__example .example-contents:last-child {
  margin-bottom: 0;
}
.ririku-toc__example .example-contents > div {
  width: calc(450 / 16 * 1rem);
}
.ririku-toc__example .example-contents > div > h3 {
  background-image: url(/assets/img/exttl-bg-gray.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(336 / 16 * 1rem);
  height: calc(150 / 16 * 1rem);
  text-align: center;
  color: #fff;
  padding-top: calc(45 / 16 * 1rem);
  font-size: calc(24 / 16 * 1rem);
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic",
    "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1em;
  margin: 0 auto calc(-45 / 16 * 1rem);
  box-sizing: border-box;
}
.ririku-toc__example .example-contents > div.proposal > h3 {
  background-image: url(/assets/img/exttl-bg-blue.png);
}
.ririku-toc__example .example-contents > div section {
  width: calc(450 / 16 * 1rem);
  background-color: #fff;
  padding: calc(35 / 16 * 1rem);
  box-sizing: border-box;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.ririku-toc__example .example-contents > div section h4 {
  text-align: center;
  font-size: calc(26 / 16 * 1rem);
  line-height: 1.3em;
  margin-bottom: calc(26 / 16 * 1rem);
}
.ririku-toc__example .example-contents > div section p strong {
  width: 100%;
  height: calc(40 / 16 * 1rem);
  line-height: calc(40 / 16 * 1rem);
  text-align: center;
  background-color: #7d7d7d;
  color: #fff;
  display: block;
  margin-bottom: 0.8rem;
}
.ririku-toc__example .example-contents > div.proposal section p strong {
  background-color: #004094;
}
.ririku-toc__example .example-contents > div section p span {
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.6em;
  font-weight: bold;
}

.ririku-toc__example .example-contents > div section p span.autoheight {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
}
.ririku-toc__example .example-contents > div section p span.autoheight4 {
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-align: center; */
  height: 6.4rem;
}


/*-- Example --*/
.ririku-toc__example .example {
  background-color: #fff;
  /* width: calc(520 / 16 * 1rem) !important; */
  height: calc(690 / 16 * 1rem);
  padding: calc(30 / 16 * 1rem);
  box-sizing: border-box;
  /* margin: 0 auto; */
  display: block !important;
  /* margin-right: calc(60 / 16 * 1rem) !important; */
  /* margin-left: calc(30 / 16 * 1rem) !important; */
}
#js-slider {
  height: calc(690 / 16 * 1rem);
  position: relative;
  width: calc(1100 / 16 * 1rem);
  margin: 0 auto;
}
.example-inner {
  min-width: calc(1100 / 16 * 1rem);
  margin: 0 auto;
}
.swiper-slide {
  /* margin-right: calc(30 / 16 * 1rem) !important;
  margin-left: calc(30 / 16 * 1rem) !important; */
  /* width: calc(520 / 16 * 1rem) !important; */
  transition: all 0.3s;
  opacity: 0.4;
}
.swiper-slide.swiper-slide-active,
.swiper-slide.swiper-slide-next {
  /* pointer-events: none; */
  opacity: 1;
}


.example-inner {
  overflow: hidden;
}
.example-inner .swiper {
  overflow: visible;
}

.swiper-button-prev {
  top: 0;
  bottom: 0;
  left: -5rem;
  z-index: 10;
  right: auto;
  width: calc((49 / 16) * 1rem);
  height: calc((111 / 16) * 1rem);
  margin: auto;
  transform: none;
  display: block;
  content: "";
  background: url(/assets/img/prev-arrow.png) no-repeat;
    background-size: auto;
  background-size: calc((49 / 16) * 1rem) auto;
  width: calc((49 / 16) * 1rem);
  height: calc((111 / 16) * 1rem);
}
.swiper-button-next  {
  top: 0;
  bottom: 0;
  right: -5rem;
  z-index: 10;
  left: auto;
  width: calc((49 / 16) * 1rem);
  height: calc((111 / 16) * 1rem);
  transform: none;
  margin: auto;
  background: url(/assets/img/next-arrow.png) no-repeat;
  background-size: auto;
  background-size: calc((49 / 16) * 1rem) auto;
  width: calc((49 / 16) * 1rem);
  height: calc((111 / 16) * 1rem);
}

.ririku-toc__example .example h3 {
  padding-bottom: calc(15 / 16 * 1rem);
  height: calc(70 / 16 * 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #004094;
  border-bottom: 2px solid #004094;
  line-height: 1.2em;
  font-size: calc(24 / 16 * 1rem);
  margin-bottom: calc(30 / 16 * 1rem);
}
.ririku-toc__example .example dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  height: calc(385 / 16 * 1rem);
  padding-bottom: calc(30 / 16 * 1rem);
  border-bottom: 2px solid #004094;
  margin-bottom: calc(20 / 16 * 1rem);
}
.ririku-toc__example .example dl dt {
  height: calc(30 / 16 * 1rem);
  width:  calc(130 / 16 * 1rem);
  text-align: center;
  border-radius: calc(15 / 16 * 1rem);
  color: #004094;
  font-weight: bold;
  line-height: calc(30 / 16 * 1rem);
  background-color: #e5e5e5;
  font-size: calc(16 / 16 * 1rem);
  margin-bottom: calc(20 / 16 * 1rem);
}
.ririku-toc__example .example dl dd {
  width: calc(100% - calc(130 / 16 * 1rem));
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: calc(20 / 16 * 1rem);
  padding: 0.3rem 0 0 1.8rem;
  box-sizing: border-box;
}
.ririku-toc__example .example p {
  font-size: calc(16 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.7em;
}

/*-- reason --*/
.ririku-toc__reason {
  background-color: #efefef;
  padding: calc(120 / 16 * 1rem) 0;
}
.ririku-toc__reason .reason-ttl {
  background-image: url(/assets/img/reason-ttl-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(631 / 16 * 1rem);
  height: calc(166 / 16 * 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #004094;
  font-size: calc(38 / 16 * 1rem);
  font-weight: bold;
  padding-bottom: 2.5rem;
  box-sizing: border-box;
}
.ririku-toc__reason .reason-ttl span {
  color: #e60012;
  font-size: calc(72 / 16 * 1rem);
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic",
  "Yu Gothic", "Meiryo", sans-serif;
}
.reason-inner {
  width: calc(1100 / 16 * 1rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.ririku-toc__reason .reason-list {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: calc(36 / 16 * 1rem);
  box-sizing: border-box;
  width: 100%;
  margin-top: calc(60 / 16 * 1rem);
}
.ririku-toc__reason .reason-list h3 {
  font-size: calc(32 / 16 * 1rem);
  line-height: 1.2em;
  border-bottom: 2px solid #004094;
  color: #004094;
  padding-bottom: calc(20 / 16 * 1rem);
  margin-bottom: calc(15 / 16 * 1rem);
}
.ririku-toc__reason .reason-list p {
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.7em;
}
.ririku-toc__reason .reason-list.reason01 {
  background-image: url(/assets/img/reason01-no.png);
  background-repeat: no-repeat;
  background-position: left calc(30 / 16 * 1rem) bottom calc(30 / 16 * 1rem);
  background-size: auto calc(146 / 16 * 1rem);
}
.ririku-toc__reason .reason-list.reason01 section {
  padding-left: calc(220 / 16 * 1rem);
}
.ririku-toc__reason .reason-list.reason01 figure {
  margin-bottom: 2rem;
}
.ririku-toc__reason .reason-list.reason01 figure img {
  width: 100%;
  height: auto;
}
.ririku-toc__reason .reason-list.reason02 {
  background-image: url(/assets/img/reason02-no.png);
  background-repeat: no-repeat;
  background-position: right calc(30 / 16 * 1rem) top calc(30 / 16 * 1rem);
  background-size: auto calc(146 / 16 * 1rem);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ririku-toc__reason .reason-list.reason02 section {
  width: calc(520 / 16 * 1rem);
}
.ririku-toc__reason .reason-list.reason03 {
  background-image: url(/assets/img/reason03-no.png);
  background-repeat: no-repeat;
  background-position: right calc(30 / 16 * 1rem) top calc(30 / 16 * 1rem);
  background-size: auto calc(146 / 16 * 1rem);
}
.ririku-toc__reason .reason-list.reason04 {
  background-image: url(/assets/img/reason04-no.png);
  background-repeat: no-repeat;
  background-position: right calc(30 / 16 * 1rem) top calc(30 / 16 * 1rem);
  background-size: auto calc(146 / 16 * 1rem);
}
.ririku-toc__reason .reason-list.reason03,
.ririku-toc__reason .reason-list.reason04 {
  width: calc(520 / 16 * 1rem);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.ririku-toc__reason .reason-list.reason02 figure img {
  width: 28rem;
  height: auto;
}
.ririku-toc__reason .reason-list.reason03 figure img {
  display: block;
  margin: 0 auto 1rem;
  width: 80%;
}
.ririku-toc__reason .reason-list.reason04 figure img {
  display: block;
  margin: 0 auto 1.5rem;
  width: 100%;
}

/*-- osusume --*/
.ririku-toc__osusume {
  height: auto;
  width: 100%;
  background-image: url(/assets/img/osusume-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: calc(100 / 16 * 1rem) 0;
  box-sizing: border-box;
}
.osusume-inner {
  width: calc(1100 / 16 * 1rem);
  margin: 0 auto;
}
.osusume-inner .contents-ttl {
  font-size: calc(40 / 16 * 1rem);
  font-weight: bold;
  text-align: left;
  margin-bottom: calc(80 / 16 * 1rem);
  color: #fff;
}
.osusume-inner .contents-ttl span {
  color: #fff;
  border-color: #fff;
}
.osusume-inner ul li {
  height: calc(60 / 16 * 1rem);
  padding-left: calc(90 / 16 * 1rem);
  line-height: 1.3em;
  font-size: calc(26 / 16 * 1rem);
  font-weight: bold;
  color: #fff;
  margin-top: calc(30 / 16 * 1rem);
  background-image: url(/assets/img/check-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto calc(60 / 16 * 1rem);
  display: flex;
  align-items: center;
}

/*-- service --*/
.ririku-toc__service {
  padding: calc(140 / 16 * 1rem) 0 calc(190 / 16 * 1rem);
  background-color: #efefef;
}
.ririku-toc__service .link-btn-list {
  margin-top: 10rem;
  margin-bottom: -2rem;
}
.contents-subttl {
  text-align: center;
  margin-bottom: calc(60 / 16 * 1rem);
}
.contents-subttl span {
  text-align: center;
  font-size: calc(40 / 16 * 1rem);
  font-weight: bold;
  color: #004094;
  border-bottom: calc(7 / 16 * 1rem) solid #004094;
  padding-bottom: calc(10 / 16 * 1rem);
  line-height: 1em;
  display: inline-block;
  margin: 0 auto;
}
.service-contents > p {
  text-align: center;
  font-weight: bold;
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.6em;
}
.service-contents .graph {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(130 / 16 * 1rem);
}
.service-contents .graph img {
  margin: 0 calc(30 / 16 * 1rem);
  width: calc(528 / 16 * 1rem);
  height: auto;
}
.service-contents .margin-img {
  width: calc(953 / 16 * 1rem);
  margin: calc(70 / 16 * 1rem) auto calc(140 / 16 * 1rem);
}
.service-contents .margin-img img {
  width: 100%;
  height: auto;
}
.service-contents .support-img {
  margin-bottom: calc(130 / 16 * 1rem);
}
.support-img {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: calc(1100 / 16 * 1rem);
  margin: calc(120 / 16 * 1rem) auto 0;
}
.support-img::after {
  content: "";
  display: block;
  width: calc(419 / 16 * 1rem);
  height: calc(157 / 16 * 1rem);
  background-image: url(/assets/img/support-img03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(128 / 16 * 1rem);
}
.support-img > section {
  width: calc(360 / 16 * 1rem);
  height: calc(410 / 16 * 1rem);
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: calc(66 / 16 * 1rem) calc(30 / 16 * 1rem) calc(30 / 16 * 1rem);
  position: relative;
  box-sizing: border-box;
}
.support-img > section img {
  height: calc(170 / 16 * 1rem);
  width: auto;
}
.support-img > section h5 {
  width: calc(250 / 16 * 1rem);
  height: calc(70 / 16 * 1rem);
  background-color: #004094;
  color: #fff;
  font-weight: bold;
  font-size: calc(26 / 16 * 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-35 / 16 * 1rem);
  margin: auto;
}
.support-img > section.support-team h5 {
  background-color: #4aa1ff;
}
.support-img > section p {
  font-weight: bold;
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.6em;
  margin-top: calc(30 / 16 * 1rem);
}
.service-contents.proposal {
  width: calc(1100 / 16 * 1rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.service-contents.proposal figure {
  width: calc(596 / 16 * 1rem);
  height: auto;
  position: relative;
  z-index: 10;
}
.service-contents.proposal figure img {
  width: 100%;
  height: auto;
}
.service-contents.proposal > div {
  background-color: #fff;
  width: calc(596 / 16 * 1rem);
  height: calc(450 / 16 * 1rem);
  padding-left: calc(174 / 16 * 1rem);
  padding-right: calc(78 / 16 * 1rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  right: 0;
  top: calc(50 / 16 * 1rem);
  box-sizing: border-box;
}
.service-contents.proposal > div h4 {
  font-weight: bold;
  font-size: calc(32 / 16 * 1rem);
  line-height: 1.6em;
  margin-bottom: calc(30 / 16 * 1rem);
  color: #004094;
}
.service-contents.proposal > div p {
  font-weight: bold;
  font-size: calc(18 / 16 * 1rem);
  line-height: 2em;
}

.text-c {
  text-align: center;
}


/*-- flow --*/
.ririku-toc__flow {
  padding: calc(110 / 16 * 1rem) 0;
  background-color: #efefef;
}
.flow-contents {
  width: calc(1100 / 16 * 1rem);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.flow-contents .flow-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 calc(20 / 16 * 1rem) calc(20 / 16 * 1rem);
  height: auto;
  width: calc(200 / 16 * 1rem);
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
}


.flow-contents .flow-list .num {
  width: calc(50 / 16 * 1rem);
  height: calc(50 / 16 * 1rem);
  text-align: center;
  line-height: calc(50 / 16 * 1rem);
  border-radius: 50%;
  color: #fff;
  background-color: #004094;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic","Yu Gothic", "Meiryo", sans-serif;
  font-size: calc(28 / 16 * 1rem);
  font-weight: bold;
  position: relative;
  top: calc(-25 / 16 * 1rem);
  margin-bottom: calc(-10 / 16 * 1rem);
}
.flow-contents .flow-list figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(20 / 16 * 1rem);
}
.flow-contents .flow-list figure img {
  height: calc(110 / 16 * 1rem);
  width: auto;
}
.flow-contents .flow-list section {
  width: 100%;
}
.flow-contents .flow-list section h3 {
  font-size: calc(22 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: calc(20 / 16 * 1rem);
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.flow-contents .flow-list section p {
  font-size: calc(16 / 16 * 1rem);
  font-weight: normal;
  line-height: 1.5em;
}
.flow-contents .flow-list section p a {
  text-decoration: underline;
}

/*-- Contact --*/
.ririku-toc__contact {
  padding: calc(140 / 16 * 1rem) 0;
  background-color: #fff;
}
.ririku-toc__contact.thanks {
  padding: calc(200 / 16 * 1rem) 0 calc(150 / 16 * 1rem);
  background-color: #fff;
}
.ririku-toc__contact .contents-ttl,
.ririku-toc__contact .contents-ttl span {
  color: #004094;
  border-color: #004094;
}
.ririku-toc__contact .privacy {
  width: calc(920 / 16 * 1rem);
  height: calc(450 / 16 * 1rem);
  background-color: #fff;
  border-radius: calc(8 / 16 * 1rem);
  margin: 6rem auto 0;
  padding: 0 calc(25 / 16 * 1rem) 0 calc(35 / 16 * 1rem);
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.ririku-toc__contact .privacy-inner {
  width: 100%;
  height: 100%;
  padding: calc(50 / 16 * 1rem) calc(15 / 16 * 1rem) calc(50 / 16 * 1rem) 0;
  box-sizing: border-box;
  /* overflow-y: scroll ; */
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0rem;
  bottom: 1.6rem;
  width: 0.4rem;
  background-color: #ddd;
  border-radius: 0.2rem;
  top: 1.6rem !important;
}
.simplebar-scrollbar {
  position: absolute;
  right: 0;
  width: calc((8 / 16) * 1rem);
  min-height: 10px;
}
.simplebar-scrollbar::before {
  background-color: #004094;
  opacity: 1;
  border-radius: calc((4 / 16) * 1rem);
}
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: 100%;
}
.simplebar-track.horizontal {
  display: none;
}

.ririku-toc__contact .privacy-inner h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: calc(18 / 16 * 1rem);
}
.ririku-toc__contact .privacy-inner p {
  font-size: calc(15 / 16 * 1rem);
  font-weight: normal;
  line-height: 1.6em;
}
.ririku-toc__contact .privacy-inner p strong {
  text-align: left;
  font-weight: bold;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: calc(16 / 16 * 1rem);
  display: block;
}
.ririku-toc__contact .formlib3-button,
.ririku-toc__contact .link-btn {
  background-color: #b00e1b;
  margin-top: calc(100 / 16 * 1rem);
}
.ririku-toc__contact .formlib3-button::after,
.ririku-toc__contact .link-btn::after {
  background-color: #e60012;
}
.privacy-check {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: calc(60 / 16 * 1rem);
}
.privacy-check span {
  font-size: calc(18 / 16 * 1rem);
  /* color: #fff; */
  margin-left: 1rem;
}
.privacy-check .formlib3-field-errors {
  color: #fcc;
  font-weight: bold;
}
.privacy-check .formlib3-field-error {
  margin-top: calc(10 / 16 * 1rem);
}
.form-lead {
  width: calc(920 / 16 * 1rem);
  margin: 0 auto calc(50 / 16 * 1rem);
  color: #333;
  line-height: 1.6em;
}
.form-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(920 / 16 * 1rem);
  margin: 0 auto calc(40 / 16 * 1rem);
}
.form-list label {
  width: calc(320 / 16 * 1rem);
  height: calc(60 / 16 * 1rem);
  display: flex;
  align-items: center;
  font-size: calc(20 / 16 * 1rem);
  flex-basis: calc(320 / 16 * 1rem);
  flex-shrink: 0;
}
.form-list label span {
  width: calc(60 / 16 * 1rem);
  height: calc(30 / 16 * 1rem);
  background-color: #bf0000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(20 / 16 * 1rem);
}
.form-list label span.option {
  background-color: #aaa;
}
.form-list label p {
  font-size: calc(20 / 16 * 1rem);
}
.form-list .input-area {
  width: calc(600 / 16 * 1rem);
  background-color: #efefef;
  border-radius: calc(4 / 16 * 1rem);
  overflow: hidden;
  font-size: 1rem;
}
.formlib3-is-show .form-list .input-area {
  border-radius: 0;
  background-color: transparent;
  color: #fff;
}
.formlib3-input,
.formlib3-confirm,
.form-list .input-area input[type="text"],
.form-list .input-area input[type="mail"],
.form-list .input-area input[type="tel"] {
  height: calc(60 / 16 * 1rem);
  width: 100%;
  padding: 0 calc(20 / 16 * 1rem);
  border-radius: calc(4 / 16 * 1rem);
  border: none;
  background-color: #efefef;
}
.formlib3-confirm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.formlib3-is-show .formlib3-confirm {
  background-color: transparent;
  color: #333;
}
.formlib3-confirm-area {
  min-height: calc(60 / 16 * 1rem);
  height: auto;
  display: block;
}
.form-list .input-area input[type="text"].formlib3-invalid,
.form-list .input-area input[type="mail"].formlib3-invalid,
.form-list .input-area input[type="tel"].formlib3-invalid {
  background: #fcc;
}
.form-list .input-area select {
  height: calc(60 / 16 * 1rem);
  width: 100%;
  padding: 0 calc(20 / 16 * 1rem);
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
  border: none;
  background-color: #fff;
}
.form-list .input-area select.formlib3-invalid {
  background: #fcc;
}
.form-list .input-area.select {
  position: relative;
}
.form-list .input-area.select::after {
  content: "";
  display: block;
  background-image: url(/assets/img/select-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(20 / 16 * 1rem);
  height: calc(13 / 16 * 1rem);
  position: absolute;
  right: calc(20 / 16 * 1rem);
  top: 1.45rem;
  pointer-events: none;
}
.formlib3-is-show .form-list .input-area.select::after {
  display: none;
}
.form-list .input-area textarea {
  width: 100%;
  height: calc(130 / 16 * 1rem);
  padding: calc(20 / 16 * 1rem);
  border: none;
}
.form-list .input-area textarea.formlib3-invalid {
  background: #fcc;
}

.form-list .formlib3-field-errors {
  width: calc(100% - (320 / 16 * 1rem));
  margin-left: calc(320 / 16 * 1rem);
  color: #fcc;
  font-weight: bold;
}
.form-list .formlib3-field-error {
  margin-top: calc(10 / 16 * 1rem);
}

.privacy-check input[type="checkbox"] {
  width: calc(40 / 16 * 1rem);
  height: calc(40 / 16 * 1rem);
  border: none;
  vertical-align: middle;
}

/*--Footer--*/

.ririku-toc-footer {
  height: calc(70 / 16 * 1rem);
  background-color: #004094;
  padding: 0 calc(50 / 16 * 1rem);
}
.ririku-toc-footer .footer-inner {
  height: calc(70 / 16 * 1rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ririku-toc-footer .footer-inner ul {
  display: flex;
  align-items: center;
}
.ririku-toc-footer .footer-inner ul li a {
  font-size: calc(15 / 16 * 1rem);
  color: #fff;
}
.ririku-toc-footer .footer-inner p {
  font-size: calc(15 / 16 * 1rem);
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic",
    "Yu Gothic", "Meiryo", sans-serif;
    color: #fff;
}

.form-thanks {
  color: #333;
  text-align: center;
  line-height: 1.8;
}
.form-thanks p {
  font-size: calc(18 / 16 * 1rem);
}
.form-thanks p + p {
  margin-top: 1.5em;
}

.form-thanks-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: calc(24 / 16 * 1rem);
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic",
  "Yu Gothic", "Meiryo", sans-serif;
}

.form-thanks-tel strong {
  font-size: 2.4em;
  line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
  header {
    height: calc(120 / 750 * 100vw);
    background-color: #004094;
    width: 100%;
    padding: 0 calc(40 / 750 * 100vw);
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
  }
  .header-inner h1 a {
    width: calc(246 / 750 * 100vw);
    display: block;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(120 / 750 * 100vw);
  }
  .header-inner ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    justify-content: center;
    /* height: calc(100vh - (calc(120 / 750 * 100vw))); */
    height: calc(100vh - (calc(320 / 750 * 100vw)));
  }
  .header-inner ul li {
    margin-left: 0;
    padding-left: 0;
    line-height: 16vw;
    border-left: none;
    width: 100%;
    text-align: center;
    font-size: 4vw;
    color: #fff;
  }
  .header-inner ul li:nth-child(3) {
    margin-right: 0;
  }
  .header-inner ul li.r-btn {
    background-color: #e60012;
    padding: 0;
    border-radius: 0.3rem;
    margin-left: 0;
    border-left: none;
    width: 64vw;
    text-align: center;
    transition: all 0.2s;
    line-height: 1em;
    margin-top: 8vw;
    box-shadow: 0 1.2vw 0 #b00e1b;
    height: 15vw;
  }
  .header-inner ul li.r-btn:hover {
    opacity: 1;
  }
  .header-inner ul li a {
    line-height: 1em;
    font-size: 4.6vw;
    position: relative;
    color: #fff;
    width: 100%;
    display: block;
    padding: 1.4rem 3rem;
    box-sizing: border-box;
  }
  .header-inner ul li a::after {
    display: none;
  }
  .header-inner ul li.r-btn a {
    color: #fff;
    font-weight: bold;
    width: 64vw;
    display: block;
    padding: 1.4rem 3rem;
    box-sizing: border-box;
    height: 15vw;
  }
  .header-inner ul li.r-btn.client {
    background-color: #fff;
    height: 20vw;
    box-shadow: 0 1.2vw 0 #002a62;
  }
  .header-inner ul li.r-btn.client a {
    color: #004094;
    padding: 1.4rem 0;
    box-sizing: border-box;
    height: 20vw;
  }
  #menu {
    z-index: 10000;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    pointer-events: auto;
    position: fixed;
    top: 0vw;
    right: 0;
    left: auto;
    bottom: auto;
    margin: auto;
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    border: none;
    display: block;
  }
  #menu i {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #fff;
    width: 8vw;
    right: 0;
    margin: auto;
    bottom: 0;
  }
  #menu i:nth-child(1) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #menu i:nth-child(2) {
    -webkit-transform: translate(0, -2.4vw);
    -ms-transform: translate(0, -2.4vw);
    transform: translate(0, -2.4vw);
  }
  #menu i:nth-child(3) {
    width: 8vw;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 2.4vw);
    -ms-transform: translate(0, 2.4vw);
    transform: translate(0, 2.4vw);
  }
  body.on #menu i:nth-child(1) {
    opacity: 0;
  }
  body.on #menu i:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.on #menu i:nth-child(3) {
    width: 8vw;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #site-nav {
    position: absolute;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: calc(100vh - (calc(120 / 750 * 100vw)));
    background-color: #004094;
    z-index: 9000;
    transition: all 0.2s;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    top: calc(120 / 750 * 100vw);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    overflow: scroll !important;
  }
  body.on #site-nav {
    visibility: visible;
    opacity: 1;
  }
  .link-btn-list {
    display: block;
  }
  .ririku-toc__service .link-btn-list {
    margin-top: 18vw;
    margin-bottom: 0;
  }
  .formlib3-button,
  .link-btn {
    width: 74vw;
    height: 16vw;
    background-color: #b00e1b;
    border-radius: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
  }
  .formlib3-button::after,
  .formlib3-button:hover::after,
  .link-btn::after,
  .link-btn:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 16vw;
    background-color: #e60012;
    border-radius: 2vw;
    position: absolute;
    left: 0;
    bottom: 2vw;
  }
  .formlib3-button span,
  .formlib3-button:hover span,
  .link-btn span,
  .link-btn:hover span {
    color: #fff;
    font-size: 4.2vw;
    font-weight: bold;
    height: 16vw;
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 2vw;
  }
  .form-lead {
    width: 88vw;
  }

  #ririku-toc01,
  #ririku-toc02,
  #ririku-toc03,
  #ririku-toc04 {
    padding-top: calc(120 / 750 * 100vw);
    margin-top: calc(-120 / 750 * 100vw);
  }


  .ririku-toc__mv {
    height: calc(1030 / 750 * 100vw);
    width: 100%;
    background-image: url(/assets/img/mv-bg_sp.jpg);
    background-position: bottom center;
    background-size: 115%;
    margin-bottom: 0;
    margin-top: calc(120 / 750 * 100vw);
    padding-top: 55vw;
    box-sizing: border-box;
  }
  .ririku-toc__mv-inner {
    width: 100%;
    height: calc(920 / 750 * 100vw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8vw;
  }
  .ririku-toc__mv-inner h2 {
    margin: 0 auto 5vw;
    width: 86vw;
  }
  .ririku-toc__mv-inner h2 img {
    width: 100%;
  }
  .ririku-toc__mv-inner p {
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 8vw;
  }
  .ririku-toc__mv-inner .link-btn, .ririku-toc__mv-inner .link-btn span, .ririku-toc__mv-inner .link-btn::after {
    width: 74vw;
    height: 14vw;
  }



  .ririku-toc__service {
    padding: 22vw 0;
    background-color: #efefef;
  }
  .contents-ttl {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12vw;
  }
  .contents-ttl span {
    display: inline-block;
    font-family: "Lato", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic",
      "Yu Gothic", "Meiryo", sans-serif;
    font-size: 6.5vw;
    font-weight: 700;
    text-align: center;
    color: #004094;
    margin-bottom: 2vw;
    border-bottom: 1.5vw solid #004094;
  }
  .contents-subttl {
    text-align: center;
    margin-bottom: 8vw;
  }
  .contents-subttl span {
    text-align: center;
    font-size: 5.2vw;
    font-weight: bold;
    color: #004094;
    border-bottom: 1.4vw solid #004094;
    padding-bottom: 2vw;
    line-height: 1em;
    display: inline-block;
    margin: 0 auto;
  }
  .service-contents > p {
    text-align: center;
    font-weight: bold;
    font-size: 3.6vw;
    line-height: 1.6em;
  }
  .service-contents .graph {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16vw;
    flex-direction: column;
  }
  .service-contents .graph img {
    margin: 0 auto 5vw;
    width: 74%;
    height: auto;
  }
  .service-contents .margin-img {
    width: 85vw;
    margin: 10vw auto 20vw;
  }
  .service-contents.proposal {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-direction: column-reverse;
  }
  .service-contents.proposal > div {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: static;
    box-sizing: border-box;
  }
  .service-contents.proposal > div h4 {
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.6em;
    margin-bottom: 4vw;
    color: #004094;
  }
  .service-contents.proposal > div p {
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 1.8em;
  }
  .service-contents.proposal figure {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
  }
  .support-img {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 92vw;
    margin: 14vw auto 0;
    margin-bottom: 0px;
  }
  .service-contents .support-img {
    margin-bottom: 47vw;
  }
  .support-img::after {
    content: "";
    display: block;
    width: 52vw;
    height: 20vw;
    background-image: url(/assets/img/support-img03__sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: -24vw;
  }

  .support-img > section {
    width: 48%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 8vw 4vw 4vw;
    position: relative;
    box-sizing: border-box;
  }
  .support-img > section h5 {
    width: 32vw;
    height: 8vw;
    background-color: #004094;
    color: #fff;
    font-weight: bold;
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -4vw;
    margin: auto;
  }
  .support-img > section img {
    height: 22vw;
    width: auto;
  }
  .support-img > section p {
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 1.6em;
    margin-top: 4vw;
  }
  .ririku-toc__example {
    padding: 18vw 0;
  }
  .ririku-toc__example .example-contents {
    width: 90vw;
    padding: 5vw 0;
    margin: 0 auto 8vw;
    background-color: #dae8ff;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-image: none;
    /* background-repeat: no-repeat;
  background-position: center center;
  background-size: calc(65 / 16 * 1rem) auto; */
    flex-direction: column;
  }
  .ririku-toc__example .example-contents > div {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .ririku-toc__example .example-contents > div.pj {
    padding-bottom: 10vw;
    background-image: url(/assets/img/ex-arrow__sp.png);
    background-repeat: no-repeat;
    background-position: bottom 1.6vw right 35.2vw;
    background-size: 5vw auto;
  }
  .ririku-toc__example .example-contents > div > h3 {
    background-image: url(/assets/img/exttl-bg-gray__sp.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24vw;
    height: 46vw;
    text-align: center;
    color: #fff;
    padding-top: 0;
    font-size: 3vw;
    font-family: "Lato", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic",
      "Yu Gothic", "Meiryo", sans-serif;
    font-weight: bold;
    line-height: 46vw;
    margin: 0;
    box-sizing: border-box;
    padding-right: 5vw;
  }
  .ririku-toc__example .example-contents > div.proposal > h3 {
    background-image: url(/assets/img/exttl-bg-blue__sp.png);
  }
  .ririku-toc__example .example-contents > div section {
    width: 66vw;
    background-color: #fff;
    padding: 5vw;
    box-sizing: border-box;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-left: -5vw;
    min-height: 46vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ririku-toc__example .example-contents > div section h4 {
    text-align: center;
    font-size: 4vw;
    line-height: 1.3em;
    margin-bottom: 3vw;
  }
  .ririku-toc__example .example-contents > div section p strong {
    width: 100%;
    height: 6vw;
    line-height: 6vw;
    text-align: center;
    background-color: #7d7d7d;
    color: #fff;
    display: block;
    margin-bottom: 0.8rem;
    font-size: 3vw;
  }
  .ririku-toc__example .example-contents > div section p span {
    font-size: 3.2vw;
    line-height: 1.4em;
    font-weight: bold;
  }
  .ririku-toc__example .example-contents > div section p span br {
    display: none;
  }
  .ririku-toc__example .example-contents > div section p span.autoheight,
  .ririku-toc__example .example-contents > div section p span.autoheight4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    font-size: 3.2vw;
  }
  .text-c {
    text-align: left;
  }
  .ririku-toc__flow {
    padding: 20vw 0;
    background-color: #efefef;
  }
  .flow-contents .flow-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5vw 5vw 5vw 13vw;
    height: auto;
    width: 96%;
    background-color: #fff;
    margin-bottom: 8vw;
    position: relative;
    flex-direction: column;
    box-sizing: border-box;
    margin-left: 4%;
  }
  .flow-contents .flow-list:last-child {
    margin-bottom: 0;
  }
  .flow-contents {
    width: 84vw;
    margin: 0 auto;
    flex-direction: column;
  }
  .flow-contents .flow-list figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .flow-contents .flow-list figure img {
    height: 20vw;
    width: auto;
  }
  .flow-contents .flow-list section {
    width: 100%;
    margin-top: 4vw;
  }
  .flow-contents .flow-list section h3 {
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 3vw;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .flow-contents .flow-list section p {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.6em;
  }
  .flow-contents .flow-list section p br,
  .flow-contents .flow-list section h3 br {
    display: none;
  }
  .flow-contents .flow-list section p span {
    display: block;
    color: #333;
  }
  .flow-contents .flow-list section p.t-center {
    text-align: center;
  }

  .flow-contents .flow-list .num {
    width: 14vw;
    height: 14vw;
    text-align: center;
    line-height: 14vw;
    border-radius: 50%;
    color: #fff;
    background-color: #004094;
    font-family: "Lato", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic",
      "Yu Gothic", "Meiryo", sans-serif;
    font-size: 8vw;
    font-weight: bold;
    position: absolute;
    left: -6.2vw;
    top: 0;
    margin: auto;
    bottom: 0;
  }
  .ririku-toc__contact {
    padding: 20vw 0;
    background-color: #fff;
  }
  .ririku-toc__contact.thanks {
    padding: 34vw 0 30vw;
    background-color: #fff;
  }

  .ririku-toc__contact .privacy {
    width: 88vw;
    height: 70vw;
    background-color: #fff;
    border-radius: 2vw;
    margin: 14vw auto 0;
    padding: 0 4vw;
    box-sizing: border-box;
  }
  .ririku-toc__contact .privacy-inner {
    width: 100%;
    height: 100%;
    padding: 8vw 5vw 6vw 0;
    box-sizing: border-box;
  }
  .ririku-toc__contact .privacy-inner h4 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 4vw;
  }
  .ririku-toc__contact .privacy-inner p {
    font-size: 3vw;
    font-weight: normal;
    line-height: 1.6em;
  }
  .ririku-toc__contact .privacy-inner p strong {
    text-align: left;
    font-weight: bold;
    margin-top: 3rem;
    margin-bottom: 1.6rem;
    font-size: 3.2vw;
    display: block;
  }
  .simplebar-scrollbar {
    position: absolute;
    right: 0;
    width: 1vw;
    min-height: 10px;
  }
  .simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0rem;
    bottom: 4vw;
    width: 1vw;
    background-color: #ddd;
    border-radius: 0.5vw;
    top: 4vw !important;
  }
  .privacy-check {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 8vw;
  }
  .privacy-check input[type="checkbox"] {
    width: 6vw;
    height: 6vw;
    border: none;
    vertical-align: middle;
  }
  .privacy-check span {
    font-size: 3.2vw;
    color: #333;
    margin-left: 1rem;
  }
  .ririku-toc__contact .formlib3-button,
  .ririku-toc__contact .link-btn {
    background-color: #b00e1b;
    margin-top: 14vw;
  }
  .form-list {
    display: flex;
    align-items: flex-start;
    width: 88vw;
    margin: 0 auto 6vw;
    flex-direction: column;
  }
  .form-list label {
    width: 100%;
    flex-basis: 8vw;
    height: 8vw;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 3.6vw;
  }
  .form-list .input-area {
    width: 100%;
    background-color: #fff;
    border-radius: 2vw;
    overflow: hidden;
    font-size: 1rem;
    margin-top: 2vw;
  }
  .formlib3-input,
  .form-list .input-area input[type="text"],
  .form-list .input-area input[type="mail"],
  .form-list .input-area input[type="tel"] {
    height: 11vw;
    width: 100%;
    padding: 0 4vw;
  }
  .form-list label span {
    width: 12vw;
    height: 6vw;
    background-color: #bf0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3vw;
  }
  .form-list label p {
    font-size: 3.6vw;
  }
  .form-list .formlib3-field-errors {
    width: 100%;
    margin-left: 0;
  }
  .ririku-toc-footer {
    height: auto;
    background-color: #004094;
    padding: 5vw;
  }
  .ririku-toc-footer .footer-inner {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .ririku-toc-footer .footer-inner ul {
    display: flex;
    align-items: center;
    margin-bottom: 4vw;
  }
  .ririku-toc-footer .footer-inner p {
    font-size: 3vw;
    font-family: "Lato", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic",
      "Yu Gothic", "Meiryo", sans-serif;
  }

  .form-thanks p {
    font-size: 4vw;
  }
  .form-thanks-tel {
    font-size: 4vw;
  }

  .form-thanks-tel strong {
    font-size: 2em;
  }

  #js-slider {
    height: 123vw;
    position: relative;
    width: 80vw;
    margin: 0 auto;
  }
  .swiper-button-next {
    top: 0;
    bottom: 0;
    right: -8.5vw;
    z-index: 10;
    left: auto;
    width: calc((49 / 16) * 1rem);
    height: calc((111 / 16) * 1rem);
    transform: none;
    margin: auto;
    background: url(/assets/img/next-arrow.png) no-repeat;
      background-size: auto;
    background-size: auto;
    background-size: 6vw auto;
    width: 6vw;
    height: 14vw;
  }
  .swiper-button-prev {
    top: 0;
    bottom: 0;
    left: -8.5vw;
    z-index: 10;
    right: auto;
    margin: auto;
    transform: none;
    display: block;
    content: "";
    background: url(/assets/img/prev-arrow.png) no-repeat;
      background-size: auto;
    background-size: auto;
    background-size: 6vw auto;
    width: 6vw;
    height: 14vw;
  }

  .ririku-toc__reason {
    background-color: #efefef;
    padding: 20vw 5vw;
  }
  .reason-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .ririku-toc__reason .reason-ttl {
    background-image: url(/assets/img/reason-ttl-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 85vw;
    height: 23vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -4vw;
    color: #004094;
    font-size: 5vw;
    font-weight: bold;
    padding-bottom: 7vw;
    box-sizing: border-box;
  }
  .ririku-toc__reason .reason-ttl span {
    color: #e60012;
    font-size: 11vw;
    font-family: "Lato", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "Yu Gothic", "Meiryo", sans-serif;
  }
  .ririku-toc__reason .reason-list {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 8vw 6vw 6vw;
    box-sizing: border-box;
    width: 100%;
    margin-top: 9vw;
    flex-direction: column-reverse;
    display: flex;
  }
  .ririku-toc__reason .reason-list.reason02 {
    background-image: url(/assets/img/reason02-no.png);
    background-repeat: no-repeat;
    background-position: right 3vw top 3vw;
    background-size: auto 20vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .ririku-toc__reason .reason-list.reason01 {
    background-position: right 3vw top 3vw;
    background-size: auto 20vw;
  }
  .ririku-toc__reason .reason-list h3 {
    font-size: 5vw;
    line-height: 1.2em;
    border-bottom: 2px solid #004094;
    color: #004094;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  .ririku-toc__reason .reason-list p {
    font-size: 3.2vw;
    line-height: 1.7em;
  }
  .ririku-toc__reason .reason-list.reason01 section {
    padding-left: 0;
  }
  .ririku-toc__reason .reason-list.reason02 section {
    width: 100%;
  }
  .ririku-toc__reason .reason-list.reason03, .ririku-toc__reason .reason-list.reason04 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
    background-position: right 3vw top 3vw;
    background-size: auto 20vw;
  }
  .ririku-toc__reason .reason-list.reason03 figure img {
    display: block;
    margin: 6vw auto 0;
    width: 58vw;
  }
  .ririku-toc__reason .reason-list.reason02 figure img {
    display: block;
    margin: 6vw auto 0;
    width: 90%;
  }
  .ririku-toc__reason .reason-list.reason01 figure {
    margin-bottom: 0;
  }
  .ririku-toc__reason .reason-list.reason01 figure img,
  .ririku-toc__reason .reason-list.reason04 figure img {
    display: block;
    margin: 6vw auto 0;
    width: 100%;
  }

  .example-inner {
    min-width: 100%;
    margin: 0 auto;
  }
  .swiper-slide.swiper-slide-next {
    opacity: 0.4;
  }
  .ririku-toc__example .example {
    background-color: #fff;
    height: 123vw;
    padding: 5vw;
    box-sizing: border-box;
    display: block !important;
  }
  .ririku-toc__example .example h3 {
    padding-bottom: 3vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #004094;
    border-bottom: 2px solid #004094;
    line-height: 1.2em;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .ririku-toc__example .example dl {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 70vw;
    padding-bottom: 4vw;
    border-bottom: 2px solid #004094;
    margin-bottom: 4vw;
  }
  .ririku-toc__example .example dl dt {
    height: 5vw;
    width: 23vw;
    text-align: center;
    border-radius: calc(15 / 16 * 1rem);
    color: #004094;
    font-weight: bold;
    line-height: 5vw;
    background-color: #e5e5e5;
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .ririku-toc__example .example dl dd {
    width: calc(100% - 23vw);
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 3vw;
    padding: 0.3vw 0 0 3vw;
    box-sizing: border-box;
  }
  .ririku-toc__example .example p {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.6em;
  }

  .ririku-toc__osusume {
    height: auto;
    width: 100%;
    background-image: url(/assets/img/osusume-bg-sp.png);
    background-size: 154vw auto;
    background-position: top center;
    padding: 15vw 0 15vw;
    box-sizing: border-box;
    background-color: #004094;
    background-repeat: no-repeat;
  }

  .osusume-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 6vw;
    box-sizing: border-box;
  }
  .osusume-inner .contents-ttl.smt {
    font-weight: bold;
    text-align: left;
    margin-bottom: 12vw;
    color: #fff;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .osusume-inner .contents-ttl.smt span {
    font-size: 8vw;
  }
  .osusume-inner ul li {
    height: 12vw;
    padding-left: 16vw;
    line-height: 1.4em;
    font-size: 4.2vw;
    font-weight: bold;
    color: #fff;
    margin-top: 4vw;
    background-image: url(/assets/img/check-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    background-size: 13vw auto;
  }


}

.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.intro-movie-wrapper {
  display: flex;
  justify-content: center;
  background-color: #efefef;
  padding-top: calc(7.5rem);
}

.intro-movie {
  height: 480px;
  width: 960px;
}

.privacy_link {
  text-decoration: underline;
}

.contact-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .intro-movie-wrapper {
    padding: 10vw 5vw 0 5vw;
  }

  .intro-movie {
    height: auto;
    width: 100%;
  }
}
