@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@font-face {
  font-family: 'SourceHanSerif-Bold';
  src: url(/common/font/SourceHanSerif-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'SourceHanSerif-Heavy';
  src: url(/common/font/SourceHanSerif-Heavy.otf) format("opentype");
}

.online {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  box-sizing: border-box;
  padding-top: 62px;
  /* スマホ向け：タッチ操作でもコントロールが表示されるように */
}

.online * {
  box-sizing: border-box;
}

.online .pc {
  display: block;
}

.online .sp {
  display: none;
}

.online a {
  cursor: pointer;
  text-decoration: none;
}

.online a:hover {
  opacity: .9;
}

.online img {
  width: 100%;
  vertical-align: bottom;
}

.online em {
  font-weight: 600;
}

.online .sp374 {
  display: none;
}

.online .pink {
  color: #d03086;
}

.online .gold {
  color: #927429;
}

.online .italic {
  font-style: italic;
}

.online .hilight {
  background-color: #ffe44e;
  font-weight: 500;
}

.online .c-underline {
  display: inline-block;
  position: relative;
}

.online .c-underline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 20px);
  height: 50%;
  background-color: #f4fe00;
}

.online .c-underline > span {
  position: relative;
  z-index: 1;
}

.online .c-underline--zIndex::after {
  z-index: -1;
}

.online .c-btnCv {
  position: relative;
  background-image: url(/common/img/online/bg-btn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 580px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: auto;
  font-size: 32px;
  font-weight: 600;
}

.online .c-btnCv span small {
  font-size: 72%;
}

.online .c-btnCv img {
  width: 12px;
  margin-left: 18px;
}

.online .c-btnCv::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #fff;
  border-radius: 1000px;
}

.online .c-triangle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/common/img/online/ico-triangle.png);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  width: 300px;
  height: 112px;
  margin: 20px auto;
  font-size: 43px;
  font-weight: 600;
  padding: 0 0 47px;
}

.online .c-triangle2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  height: 68px;
}

.online .c-triangle2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent;
  border-top: 68px solid #7ea9ff;
  border-bottom: 0;
  z-index: 1;
}

.online .c-triangle2 span {
  position: relative;
  z-index: 2;
}

.online .c-ttl-circle {
  padding: 10px 40px;
  border-radius: 1000px;
  background: linear-gradient(to right, #012254, #1d59ad);
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
}

.online .c-price {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
}

.online .c-price em {
  font-size: 200%;
}

.online .c-price small {
  font-size: 50%;
}

.online .c-txt-gradation {
  display: inline-block;
  background: linear-gradient(to right, #012254, #1d59ad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.online .c-kakeru {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  text-align: center;
  text-shadow: initial;
}

.online .c-kakeru div {
  width: 235px;
  padding: 7px 0;
  background-color: #012254;
  color: #fff;
  border: 1px solid #012254;
  border-radius: 1000px;
}

.online .c-kakeru span {
  margin: 0 6px;
}

.online .c-header-type0 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 1200px;
  max-width: calc(100vw - 60px);
  margin: 0 auto 50px;
}

.online .c-header-type0-txtWrap {
  color: #012254;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

.online .c-header-type0-txtWrap::before, .online .c-header-type0-txtWrap::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #012254;
  position: absolute;
  top: 65%;
}

.online .c-header-type0-txtWrap::before {
  right: 100%;
}

.online .c-header-type0-txtWrap::after {
  left: 100%;
}

.online .c-header-type0-txt1 {
  font-size: 21px;
  position: absolute;
  left: 117px;
  top: 32px;
}

.online .c-header-type0-txt2 {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}

.online .c-header-type0-txt2 span {
  display: inline-block;
}

.online .c-header-type0-txt2 span:nth-of-type(1) {
  font-size: 150px;
  font-weight: 700;
  color: #d03086;
  margin-right: 8px;
}

.online .c-header-type0-txt2 span:nth-of-type(2) {
  font-weight: 600;
  font-size: 46px;
  transform: translateY(-10px);
}

.online .movie-yt,
.online .device-yt {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.online .movie-yt.video-playing .control-btn,
.online .device-yt.video-playing .control-btn {
  background-color: transparent;
}

.online .movie-yt.video-playing .play-icon,
.online .device-yt.video-playing .play-icon {
  display: none;
}

.online .movie-yt.video-playing:hover .control-btn,
.online .device-yt.video-playing:hover .control-btn {
  background-color: rgba(0, 0, 0, 0.6);
}

.online .movie-yt.video-playing:hover .pause-icon,
.online .device-yt.video-playing:hover .pause-icon {
  display: block;
}

.online .movie-yt:not(.video-playing) .control-btn,
.online .device-yt:not(.video-playing) .control-btn {
  background-color: rgba(0, 0, 0, 0.6);
}

.online .movie-yt video,
.online .device-yt video {
  width: 100%;
  height: auto;
  display: block;
}

.online .video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.online .control-btn {
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 40px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  opacity: 1;
  pointer-events: auto;
}

.online .play-icon {
  display: block;
}

.online .pause-icon {
  display: none;
  /* 一時停止アイコンは初期状態では非表示 */
  width: 25px;
  height: 25px;
  background-color: white;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  /* 一時停止アイコンの見た目 */
}

.online .control-btn:focus {
  outline: none;
}

@media (max-width: 767px) {
  .online .pause-icon {
    display: none !important;
  }
  .online .movie-yt.video-playing .control-btn,
  .online .device-yt.video-playing .control-btn {
    background-color: transparent !important;
  }
  .online .movie-yt.video-playing:hover .control-btn,
  .online .device-yt.video-playing:hover .control-btn {
    background-color: transparent !important;
  }
}

.online .c-movie-attention {
  max-width: 906px;
  margin: auto;
  text-align: right;
  font-size: 15px;
}

.online .c-reasonForQuality {
  font-weight: 500;
  max-width: 600px;
  margin: auto;
}

.online .c-reasonForQuality--big .c-reasonForQuality-toggleTtl {
  border: 2px solid #d03086;
  font-size: 46px;
  max-width: 500px;
}

.online .c-reasonForQuality-toggleTtl {
  color: #d03086;
  border: 1px solid #d03086;
  border-radius: 1000px;
  background-color: #fff;
  padding: 5px 0;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}

.online .c-reasonForQuality-toggleTtl:hover {
  color: #fff;
  background-color: #d03086;
}

.online .c-reasonForQuality-toggleCnt {
  display: none;
  margin-top: 20px;
}

.online .c-attention {
  position: relative;
}

.online .c-attention::after {
  content: '※継続受講プランの場合。単月契約の場合は月額39,600円（税込）';
  position: absolute;
  right: 0;
  top: calc(100% - 0.5em);
  font-size: 10px;
  color: #012557;
  min-width: 302px;
}

.online .c-blue {
  color: #0d3672;
}

.online .c-lightblue {
  color: #2e45b5;
}

.online .c-bitterblue {
  color: #627A9F;
}

.online .c-pink {
  color: #d03086;
}

.online .c-gold {
  color: #927429;
}

.online .c-yellow {
  color: #f6df35;
}

.online .c-shadow--white {
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.8);
}

.online .c-shadow--black {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.online .c-bgSquare {
  display: inline-block;
  color: #fff;
}

.online .c-bgSquare--gray {
  background-color: #3b3237;
}

.online .c-bgSquare--blue {
  background-color: #0d3672;
}

.online .c-highlight {
  display: inline-block;
  background-color: #f6df35;
}

.online .c-secHeader {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.online .c-secHeader > p em {
  font-size: 140%;
}

.online .c-secHeader > p:nth-of-type(1) {
  font-size: 32px;
  font-weight: 500;
}

.online .c-secHeader > p:nth-of-type(2) {
  font-size: 60px;
  font-weight: 700;
}

.online .c-blur {
  box-shadow: 0px 0px 15px -5px #777777;
}

.online header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 0 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.online header .menu {
  display: none;
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
}

.online header .menu span {
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #012c44;
}

.online header .menu span:nth-of-type(1) {
  top: 0;
}

.online header .menu span:nth-of-type(2) {
  top: 50%;
}

.online header .menu span:nth-of-type(3) {
  top: 100%;
}

.online header h1 img {
  width: 240px;
}

.online header .header-right {
  display: flex;
  align-items: center;
}

.online header .header-right > a {
  background-color: #F4FE00;
  color: #000;
  padding: 10px 10px 10px 12px;
  font-size: 14px;
  font-weight: 600;
}

.online header .header-right-logo {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.online header .header-right-logo span {
  margin-right: 5px;
  font-weight: 500;
}

.online header .header-right-logo img {
  width: 130px;
}

.online .sec {
  padding: 80px 30px;
}

.online .sec--cv {
  display: none;
}

.online .sec--cvV2 {
  background-image: url(/common/img/online/pc_cta_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 30px 0;
}

.online .sec--cvV2 .cvV2 a {
  display: block;
  max-width: 920px;
  margin: auto;
  position: relative;
}

.online .sec--cvV2 .cvV2 a > span > img:nth-of-type(2) {
  position: absolute;
  left: 20px;
  bottom: 38px;
  max-width: 550px;
}

.online .sec--mv {
  background-image: url(/common/img/online/pc_fv_bg_v2.png);
  background-size: 120vw;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 50px 30px;
  font-family: "Noto Serif JP", serif;
}

.online .sec--mv .sec-inner {
  max-width: 1200px;
  margin: auto;
}

.online .sec--mv .mv {
  max-width: 645px;
  font-weight: 500;
  color: #fff;
}

.online .sec--mv .c-underline::after {
  bottom: 6%;
  height: 30%;
}

.online .sec--mv .mv-block1 {
  font-size: 35px;
  line-height: 1.6;
  border-bottom: 3px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 5px;
  position: relative;
}

.online .sec--mv .mv-block1::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 14px solid #fff;
  border-bottom: 0;
}

.online .sec--mv .mv-block1-row1 {
  font-family: "Noto Sans JP", sans-serif;
}

.online .sec--mv .mv-block1-square {
  display: inline-block;
  border: 1px solid;
  line-height: 1.4;
  padding: 0 7px;
}

.online .sec--mv .mv-block1-row2 span {
  font-size: 120%;
}

.online .sec--mv .mv-block2-row1 {
  font-size: 51px;
}

.online .sec--mv .mv-block2-row1 small {
  font-size: 60%;
}

.online .sec--mv .mv-block2-row2 {
  font-size: 135px;
  line-height: 1;
}

.online .sec--mv .mv-block2-row2 small {
  font-size: 72%;
}

.online .sec--mv .mv-block2-row2 span {
  display: inline-block;
  background: linear-gradient(to right, #c6b893, #a29471);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.online .sec--mv .mv-block2-row3 {
  font-size: 48px;
}

.online .sec--mv .mv-block2-row3 small {
  font-size: 45px;
}

.online .sec--mv .mv-block2-row3 small.kakeru {
  font-size: 40px;
  font-weight: 400;
}

.online .sec--mv .mv-block3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin: 20px 0;
}

.online .sec--mv .mv-block3 > div {
  position: relative;
  width: calc(100% / 3 - 15px);
  background-image: url(/common/img/online/fv_medal_v2.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
  line-height: 1.3;
  height: 200px;
  padding-bottom: 14px;
}

.online .sec--mv .mv-block3 > div > p:nth-of-type(1) {
  font-size: 13px;
}

.online .sec--mv .mv-block3 > div > p:nth-of-type(2) {
  font-size: 24px;
  padding: 15px 0 0;
}

.online .sec--mv .mv-block3 > div > p:nth-of-type(3) {
  font-size: 35px;
}

.online .sec--mv .mv-block3 > div > p:nth-of-type(3) span {
  font-size: 80%;
}

.online .sec--mv .mv-block4 {
  width: 140%;
  font-size: 13px;
  font-weight: 500;
}

.online .sec--cumulativeTotal {
  background-image: url(/common/img/online/pc_cta_bg_v2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.online .sec--cumulativeTotal .cumulativeTotal {
  color: #012557;
}

.online .sec--cumulativeTotal .cumulativeTotal-txtAbove {
  max-width: 700px;
  margin: auto;
}

.online .sec--cumulativeTotal .cumulativeTotal-crown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.online .sec--cumulativeTotal .cumulativeTotal-crown > div {
  position: relative;
  width: calc(100% / 3 - 30px);
  background-image: url(/common/img/online/bg-crown.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
  height: 320px;
  padding-bottom: 34px;
}

.online .sec--cumulativeTotal .cumulativeTotal-crown > div span {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 10px;
}

.online .sec--cumulativeTotal .cumulativeTotal-crown > p {
  font-size: 10px;
  margin: 50px auto 0;
}

.online .sec--cumulativeTotal .cumulativeTotal-crown > p span {
  display: inline-block;
  margin-right: 15px;
}

.online .sec--cumulativeTotal .cumulativeTotal-crown > p span:last-of-type {
  margin-right: 0;
}

.online .sec--cumulativeTotal .cumulativeTotal-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.online .sec--cumulativeTotal .cumulativeTotal-ttl em {
  font-size: 133%;
}

.online .sec--cumulativeTotal .cumulativeTotal-txt {
  color: #012557;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin: 60px 0 30px;
}

.online .sec--cumulativeTotal .swpr {
  padding: 30px 0;
}

.online .sec--cumulativeTotal .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin: auto;
}

.online .sec--cumulativeTotal .swiper-wrapper .swiper-slide {
  width: calc(100% / 3 - 12px);
  background-color: #fff;
  border-radius: 10px;
}

.online .sec--cumulativeTotal .swiper-wrapper .swiper-slide:nth-of-type(2) .cumulativeTotal-item-spec p:nth-of-type(1) img {
  width: 148px;
}

.online .sec--cumulativeTotal .swiper-wrapper .swiper-slide:nth-of-type(3) .cumulativeTotal-item-spec p:nth-of-type(1) img {
  width: 150px;
}

.online .sec--cumulativeTotal .swiper-slide-inner {
  padding: 30px 20px;
  height: 100%;
}

.online .sec--cumulativeTotal .cumulativeTotal-item-top p {
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 20px;
}

.online .sec--cumulativeTotal .cumulativeTotal-item-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}

.online .sec--cumulativeTotal .cumulativeTotal-item-pic {
  max-width: 180px;
}

.online .sec--cumulativeTotal .cumulativeTotal-item-pic img {
  border-radius: 1000px;
}

.online .sec--cumulativeTotal .cumulativeTotal-item-spec p:nth-of-type(1) {
  margin: 5px 0 10px;
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.online .sec--cumulativeTotal .cumulativeTotal-item-spec p:nth-of-type(1) img {
  width: 140px;
}

.online .sec--cumulativeTotal .cumulativeTotal-item-spec p:nth-of-type(2) {
  font-size: 15px;
  height: 68px;
  margin-bottom: 15px;
  font-weight: 500;
}

.online .sec--cumulativeTotal .cumulativeTotal-item-spec p:nth-of-type(3) {
  font-size: 35px;
  font-weight: 500;
  margin: 0 0 5px;
}

.online .sec--cumulativeTotal .cumulativeTotal-item-spec p:nth-of-type(3) small {
  font-size: 64%;
}

.online .sec--cumulativeTotal .cumulativeTotal-item-right p:nth-of-type(1) {
  font-size: 30px;
  line-height: 1.4;
  color: #144892;
  margin-bottom: 20px;
  text-align: center;
}

.online .sec--cumulativeTotal .cumulativeTotal-item-right p:nth-of-type(2) {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}

.online .sec--worries {
  padding: 0;
  background-image: url(/common/img/online/bg-comparison.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.online .sec--worries .worries {
  color: #505050;
}

.online .sec--worries .worries-intro {
  display: flex;
  justify-content: center;
  background-image: url(/common/img/online/bg-worries.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0 50px;
}

.online .sec--worries .worries-intro-ttl {
  font-size: 38px;
  font-weight: 600;
  margin: 38px -25px 0 0;
  line-height: 1.3;
}

.online .sec--worries .worries-intro-ttl > span {
  display: block;
}

.online .sec--worries .worries-intro-ttl > span:nth-of-type(2) {
  margin-left: 75px;
}

.online .sec--worries .worries-intro-ttl em {
  font-size: 140%;
}

.online .sec--worries .worries-intro-imgWrap {
  position: relative;
}

.online .sec--worries .worries-intro-img {
  width: 300px;
}

.online .sec--worries .worries-intro-bubbleWrap {
  position: absolute;
  right: 100%;
  bottom: 147px;
}

.online .sec--worries .worries-intro-bubble {
  padding: 12px 20px;
  border-radius: 1000px;
  background-color: #fff;
  text-align: center;
  position: relative;
  word-break: keep-all;
}

.online .sec--worries .worries-intro-bubble::after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -2px;
  width: 50px;
  height: 50px;
  background-image: url(/common/img/online/ico-bubble-triangle.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.online .sec--worries .worries-intro-bubble span {
  position: relative;
  z-index: 1;
}

.online .sec--worries .worries-txt {
  text-align: center;
  font-size: 40px;
  color: #012557;
  margin-top: 100px;
}

.online .sec--worries .worries-txt p {
  line-height: 1.8;
}

.online .sec--worries .worries-txt p em {
  font-size: 150%;
  margin-right: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.online .sec--worries .worries-txt p em.c-underline::after {
  bottom: 5%;
  height: 23%;
  width: 100%;
}

.online .sec--worries .worries-txt p.c-price {
  font-size: 67px;
  margin: -20px 0 0;
  color: #2544b2;
}

.online .sec--worries .worries-txt p.c-price em {
  font-size: 190%;
}

.online .sec--worries .worries-txt p.c-price em.italic {
  display: inline-block;
  transform: translateX(-3rem);
}

.online .sec--worries .worries-txt p.c-price span {
  margin-left: 4rem;
}

.online .sec--worries .worries-txt p + p {
  margin-top: 80px;
}

.online .sec--worries .worries-txt.nanto {
  background-color: #f4fe00;
  padding: 50px 30px 30px;
}

.online .sec--worries .worries-intro2 {
  color: #012254;
}

.online .sec--worries .worries-intro2-header {
  font-size: 43px;
  color: #fff;
  text-align: center;
  padding: 70px 0;
  background-color: #012557;
  position: relative;
}

.online .sec--worries .worries-intro2-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 32.3px 37px 0 37px;
  border-color: #012557 transparent transparent;
  translate: -50% 100%;
}

.online .sec--worries .worries-intro2-mv {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -120px;
  position: relative;
}

.online .sec--worries .worries-intro2-mv-left {
  font-size: 54px;
  line-height: 1.2;
  text-align: center;
  width: 250px;
  height: 250px;
  margin-bottom: 42px;
  border: 1.5px solid;
  border-radius: 1000px;
  position: relative;
}

.online .sec--worries .worries-intro2-mv-left span {
  width: 114%;
  position: absolute;
  top: 23%;
  left: -9%;
  transform: rotate(-13deg);
  background-color: #fbfbfb;
}

.online .sec--worries .worries-intro2-mv-center {
  padding: 0 0 0 25px;
}

.online .sec--worries .worries-intro2-mv-right {
  max-width: 350px;
}

.online .sec--worries .worries-intro2-mv-txt1 {
  font-size: 32px;
}

.online .sec--worries .worries-intro2-mv-txt1 em {
  font-size: 150%;
  margin-right: 18px;
}

.online .sec--worries .worries-intro2-mv-txt2 {
  font-size: 32px;
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}

.online .sec--worries .worries-intro2-mv-txt2 .c-kakeru {
  margin-right: 12px;
}

.online .sec--worries .worries-intro2-mv-txt3 {
  color: #d03086;
  font-family: "Noto Serif JP", serif;
  font-size: 98px;
  font-weight: 700;
}

.online .sec--worries .worries-strengths {
  margin-top: 60px;
}

.online .sec--worries .strengths-point {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 30px;
  color: #2544b2;
}

.online .sec--worries .strengths-point > div {
  background: #fff;
  display: flex;
  margin-top: 20px;
  width: 100%;
  padding: 30px;
  box-shadow: 0px 0px 15px -3px #777777;
}

.online .sec--worries .strengths-point > div:first-child {
  margin-top: 0;
}

.online .sec--worries .strengths-point > div > div:nth-of-type(1) {
  font-family: "Noto Serif JP", serif;
  margin-right: 40px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.online .sec--worries .strengths-point > div > div:nth-of-type(1) p:nth-of-type(1) {
  font-size: 30px;
  margin-bottom: 4px;
}

.online .sec--worries .strengths-point > div > div:nth-of-type(1) p:nth-of-type(2) {
  font-size: 62px;
}

.online .sec--worries .strengths-point > div > div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 38px;
  font-weight: 700;
}

.online .sec--worries .strengths-point > div > div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 22px;
  color: #d03086;
}

.online .sec--worries .strengths-point + .c-txt-gradation {
  margin-bottom: 10px;
}

.online .sec--worries .c-attention::after {
  top: calc(100% + 0.5em);
}

.online .sec--worriesV2 {
  background: #E8F1FF;
}

.online .sec--worriesV2 .worries {
  max-width: 920px;
  margin: auto;
}

.online .sec--worriesV2 .worries-ttl {
  font-family: "Noto Serif JP", serif;
  border-bottom: 2px solid #0d3672;
  font-size: 66px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.online .sec--worriesV2 .worries-ttl span {
  font-size: 130%;
  font-weight: 700;
}

.online .sec--worriesV2 .worries-item {
  display: flex;
  justify-content: space-between;
}

.online .sec--worriesV2 .worries-item > div {
  width: calc(100% / 3 - 12px);
}

.online .sec--worriesV2 .worries-item > div > div:nth-of-type(1) {
  background-color: #FFF9E8;
  padding: 15px;
  margin-bottom: 8px;
  border-radius: 10px;
  position: relative;
  min-height: 126px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.online .sec--worriesV2 .worries-item > div > div:nth-of-type(1)::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 14px solid #FFF9E8;
  border-bottom: 0;
}

.online .sec--worriesV2 .worries-item > div > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  height: 266px;
}

.online .sec--worriesV2 .worries-item > div > div:nth-of-type(2) img {
  max-height: 228px;
  max-width: 100%;
  height: auto;
  width: auto;
}

.online .sec--worriesV2 .worries-item > div:nth-of-type(1) > div:nth-of-type(2) img {
  max-height: 266px;
}

.online .sec--worriesV2 .worries-item > div:nth-of-type(2) > div:nth-of-type(1) {
  background-color: #fff;
}

.online .sec--worriesV2 .worries-item > div:nth-of-type(2) > div:nth-of-type(1)::after {
  border-top: 14px solid #fff;
}

.online .sec--pursuit {
  background-image: url(/common/img/online/pc_sec03_bg_v2.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.online .sec--pursuit .pursuit-ttl {
  text-align: center;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  text-shadow: 4px 4px 8px white;
}

.online .sec--pursuit .pursuit-ttl-row1 {
  font-size: 32px;
}

.online .sec--pursuit .pursuit-ttl-row2 {
  font-size: 60px;
  line-height: 1.3;
}

.online .sec--pursuit .pursuit-ttl-row2 .pursuit-ttl-row2-underline {
  display: inline-block;
  color: #927429;
  border-bottom: 3px solid #0d3672;
  font-weight: 700;
}

.online .sec--pursuit .pursuit-ttl-row2 small {
  font-size: 75%;
}

.online .sec--pursuit .pursuit-item {
  max-width: 920px;
  margin: auto;
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.online .sec--pursuit .pursuit-item > div:nth-of-type(1) {
  width: calc(60% - 10px);
}

.online .sec--pursuit .pursuit-item > div:nth-of-type(1) > p {
  margin-top: 30px;
}

.online .sec--pursuit .pursuit-item > div:nth-of-type(1) > p .c-underline {
  font-weight: 700;
}

.online .sec--pursuit .pursuit-item > div:nth-of-type(1) > p .c-underline::after {
  width: 100%;
  height: 40%;
}

.online .sec--pursuit .pursuit-item > div:nth-of-type(1) > p .c-black {
  font-size: 30px;
  font-weight: 700;
}

.online .sec--pursuit .pursuit-item > div:nth-of-type(1) > p:nth-of-type(3) {
  font-size: 26px;
}

.online .sec--pursuit .pursuit-item > div:nth-of-type(1) > p:first-of-type {
  margin-top: 0;
}

.online .sec--pursuit .pursuit-item > div:nth-of-type(2) {
  width: calc(40% - 10px);
}

.online .sec--realization .realization-item-left {
  margin-right: 40px;
  width: calc(100% - 200px - 40px);
  display: flex;
}

.online .sec--realization .realization-item-no {
  font-size: 85px;
  font-size: 85px;
  font-weight: 500;
  line-height: 1;
  margin-right: 20px;
}

.online .sec--realization .realization-item-txt > p:nth-of-type(1) {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
}

.online .sec--realization .realization-item-txt > p:nth-of-type(2) {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.online .sec--realization .realization-item-right {
  width: 200px;
}

.online .sec--realization .realization-item-right img {
  border-radius: 8px;
}

.online .sec--realization .realization-item {
  max-width: 920px;
  margin: 80px auto 0;
  font-weight: 700;
}

.online .sec--realization .realization-item > div {
  display: flex;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
}

.online .sec--realization .realization-item > div:last-of-type {
  margin-bottom: 0;
}

.online .sec--practicalType {
  padding: 0;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.online .sec--practicalType .practicalType-header {
  text-align: center;
  margin-bottom: 35px;
}

.online .sec--practicalType .practicalType-header-bubble {
  padding: 12px 40px;
  border-radius: 1000px;
  background-color: #004791;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.online .sec--practicalType .practicalType-header-bubble::after {
  content: '';
  position: absolute;
  left: 47%;
  bottom: -9px;
  width: 26px;
  height: 32px;
  background-image: url(/common/img/online/ico-bubble-triangle-blue.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.online .sec--practicalType .practicalType-header-ttl {
  font-weight: 600;
  font-size: 30px;
  color: #012557;
}

.online .sec--practicalType .practicalType-header-ttl em {
  font-size: 50px;
}

.online .sec--practicalType .point-sec {
  padding: 50px 0;
  background-image: url(/common/img/online/bg-comparison.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.online .sec--practicalType .point-sec-bg1 {
  background-image: url(/common/img/online/pic-point01.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 30px;
  margin-top: 100px;
}

.online .sec--practicalType .point-sec-bg1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  /* ここで薄さを調整 */
  pointer-events: none;
  /* クリックを透過 */
}

.online .sec--practicalType .point-sec-bg1 .c-header-type0-txt1 {
  top: 22px;
}

.online .sec--practicalType .point-sec-bg1 > * {
  position: relative;
}

.online .sec--practicalType .point-sec-block950 {
  max-width: 950px;
  margin: 50px auto;
}

.online .sec--practicalType .point-sec-block1050 {
  max-width: 1050px;
  margin: 50px auto;
}

.online .sec--practicalType .point-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.online .sec--practicalType .point-header-left {
  width: 50%;
  padding-right: 2%;
}

.online .sec--practicalType .point-header-ico {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: inline-block;
  line-height: 1;
  color: #2544b2;
}

.online .sec--practicalType .point-header-ico div:nth-of-type(1) {
  font-size: 50px;
  font-weight: 600;
}

.online .sec--practicalType .point-header-ico div:nth-of-type(2) {
  font-size: 100px;
  font-weight: 700;
}

.online .sec--practicalType .point-header-ttl {
  color: #012557;
  font-size: 40px;
  font-weight: 600;
  margin-top: 30px;
}

.online .sec--practicalType .point-header-right {
  width: 50%;
}

.online .sec--practicalType .point-header-right img {
  border-radius: 12px;
  height: 120%;
  object-fit: cover;
}

.online .sec--practicalType .point-header-bottom {
  width: 100%;
  margin-top: 100px;
  font-size: 22px;
}

.online .sec--practicalType .point-header-bottom em {
  color: #2544b2;
  font-weight: 700;
}

.online .sec--practicalType .point-header-bottom-coreSkill {
  display: flex;
  padding: 60px 0;
  align-items: center;
}

.online .sec--practicalType .point-header-bottom-coreSkill-left {
  width: 40%;
  word-break: break-all;
  text-align: justify;
}

.online .sec--practicalType .point-header-bottom-coreSkill-left p:nth-of-type(1) {
  color: #2544b2;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 30px;
  text-align: center;
}

.online .sec--practicalType .point-header-bottom-coreSkill-left p:nth-of-type(2) {
  font-size: 27.5px;
}

.online .sec--practicalType .point-header-bottom-coreSkill-right {
  width: 50%;
  margin-left: 30px;
}

.online .sec--practicalType .point-header-bottom-img {
  margin: 20px auto;
  max-width: 550px;
}

.online .sec--practicalType .point-block0 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.online .sec--practicalType .point-block0 > div {
  width: calc(100% / 3 - 20px);
  padding: 40px 20px;
  background-color: #fff;
  box-shadow: 7px 7px 23px -5px #777777;
  border-radius: 40px;
}

.online .sec--practicalType .point-block0--type2 {
  margin-top: 0;
}

.online .sec--practicalType .point-block0--type2 > div {
  padding: 0;
  margin-top: 40px;
}

.online .sec--practicalType .point-block0--type2 > div:nth-of-type(1), .online .sec--practicalType .point-block0--type2 > div:nth-of-type(2), .online .sec--practicalType .point-block0--type2 > div:nth-of-type(3) {
  margin-top: 0;
}

.online .sec--practicalType .point-block0--type2 .point-block0-img {
  height: 100px;
}

.online .sec--practicalType .point-block0--type2 .point-block0-img img {
  max-width: 100%;
  border-radius: 40px 40px 0 0;
  height: 100%;
  object-fit: cover;
}

.online .sec--practicalType .point-block0--type2 .point-block0-ttl {
  padding: 0 20px;
}

.online .sec--practicalType .point-block0--type2 .point-block0-cnt {
  padding: 0 20px 40px;
}

.online .sec--practicalType .point-block0--type3 {
  flex-wrap: wrap;
}

.online .sec--practicalType .point-block0--type3 > div {
  width: calc(100% / 2 - 20px);
}

.online .sec--practicalType .point-block0--type3 > div:nth-of-type(1) {
  width: 100%;
  font-size: 45px;
  margin-bottom: 50px;
  padding: 0;
  background-color: initial;
  box-shadow: initial;
  border-radius: 0;
  text-align: center;
  color: #2544b2;
  font-weight: 600;
}

.online .sec--practicalType .point-block0-img {
  margin-bottom: 30px;
  text-align: center;
}

.online .sec--practicalType .point-block0-img img {
  max-width: 124px;
}

.online .sec--practicalType .point-block0-ttl {
  font-size: 30px;
  line-height: 1.4;
  color: #144892;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.online .sec--practicalType .point-block0-ttl.min-h-126 {
  min-height: 126px;
}

.online .sec--practicalType .point-block0-cnt {
  font-size: 20px;
  line-height: 1.6;
  color: #000;
}

.online .sec--practicalType .point-block1 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 15px -5px #777777;
  margin-top: 30px;
  padding: 20px;
}

.online .sec--practicalType .point-block1 > div p {
  padding-right: 20px;
}

.online .sec--practicalType .point-block2-ttl {
  color: #012557;
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  margin: 100px 0 50px;
}

.online .sec--practicalType .point-block2-ttl .bassui {
  display: block;
  font-size: 40%;
  margin-top: 10px;
}

.online .sec--practicalType .swiper {
  padding: 30px;
}

.online .sec--practicalType .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.online .sec--practicalType .swiper-slide {
  width: calc(100% / 3 - 20px);
  box-shadow: 7px 7px 23px -5px #777777;
  border-radius: 40px;
  background-color: #fff;
}

.online .sec--practicalType .swiper-slide-inner {
  padding: 20px;
  height: 100%;
}

.online .sec--practicalType .point-block2-cnt-pic {
  text-align: center;
}

.online .sec--practicalType .point-block2-cnt-pic img {
  border-radius: 1000px;
  max-width: 200px;
}

.online .sec--practicalType .point-block2-cnt-ttl {
  color: #2544b2;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
}

.online .sec--practicalType .point-block2-cnt-ttl .t {
  display: none;
}

.online .sec--practicalType .point-block2-cnt-txt {
  font-size: 15px;
}

.online .sec--practicalType .point-block2-cnt-txt p {
  margin: 10px 0 20px;
}

.online .sec--practicalType .point-block2-cnt-txt dl {
  display: flex;
  width: 100%;
}

.online .sec--practicalType .point-block2-cnt-txt dl + dl {
  margin-top: 5px;
}

.online .sec--practicalType .point-block2-cnt-txt dt {
  word-break: keep-all;
  width: 96px;
  color: #2544b2;
}

.online .sec--practicalType .point-block2-cnt-txt dd {
  width: calc(100% - 96px);
}

.online .sec--practicalType .point-figure {
  max-width: 670px;
  margin: 40px auto;
}

.online .sec--practicalType .point-figure-2 {
  margin: 40px auto;
  width: 100%;
}

.online .sec--practicalType .point-figure-2 .c-reasonForQuality {
  max-width: 100%;
}

.online .sec--practicalType .point-figure-2 .c-reasonForQuality-toggleTtl {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.online .sec--practicalType .point-figure-2 .c-reasonForQuality-toggleCnt img {
  margin-top: 20px;
}

.online .sec--practicalType .point-figure-3 {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.online .sec--practicalType .point-figure-3 > div {
  padding: 70px 20px 40px;
  background-color: #fff;
  box-shadow: 7px 7px 23px -5px #777777;
  border-radius: 40px;
  position: relative;
}

.online .sec--practicalType .point-figure-3 > div .img img {
  max-height: 320px;
  width: auto;
  max-width: 100%;
}

.online .sec--practicalType .point-figure-3 > div .ttl {
  background-color: #012557;
  color: #fff;
  padding: 15px 0;
  border-radius: 1000px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  min-width: 200px;
}

.online .sec--practicalType .point-figure-3 > div .txt1 {
  color: #d03086;
  font-size: 25px;
  margin: 20px 0;
  font-weight: 700;
}

.online .sec--practicalType .point-figure-3 > div .txt2 {
  font-size: 16px;
  color: #2544b2;
}

.online .sec--practicalType .point-figure-3 > div:nth-of-type(1) {
  width: calc(60% - 40px);
  margin-right: 80px;
}

.online .sec--practicalType .point-figure-3 > div:nth-of-type(1)::after {
  content: '▶';
  position: absolute;
  right: -57px;
  top: 36%;
  font-size: 37px;
  color: #2544b2;
}

.online .sec--practicalType .point-figure-3 > div:nth-of-type(2) {
  width: calc(40% - 40px);
}

.online .sec--practicalType .point-block3-ttl {
  color: #012557;
  text-align: center;
  font-size: 26px;
  margin: 40px 0 20px;
}

.online .sec--practicalType .point-block3-item > div {
  box-shadow: 0px 0px 15px -5px #777777;
  margin-top: 30px;
  border-radius: 10px;
}

.online .sec--practicalType .point-block3-item-header {
  background-color: #012557;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.online .sec--practicalType .point-block3-item-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.online .sec--practicalType .point-block4 {
  margin: 60px 0;
}

.online .sec--practicalType .point-block4 div {
  margin-top: 20px;
}

.online .sec--practicalType .point-block4 div p {
  padding-left: 20px;
}

.online .sec--practicalType .point-block4 div p:nth-of-type(1) {
  color: #2c6dc8;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}

.online .sec--practicalType .point-block4 div p:nth-of-type(1)::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
}

.online .sec--practicalType .point-block4 div p:nth-of-type(2) {
  font-weight: 500;
}

.online .sec--practicalType .point-block4 div:nth-of-type(1) {
  margin-top: 0;
}

.online .sec--practicalType .img1 {
  min-width: 132px;
  max-width: 132px;
}

.online .sec--practicalType .img2 {
  min-width: 127px;
  max-width: 127px;
}

.online .sec--practicalType .img3 {
  min-width: 149px;
  max-width: 149px;
}

.online .sec--practicalType .img4 {
  min-width: 147px;
  max-width: 147px;
}

.online .sec--practicalType .img5 {
  min-width: 178px;
  max-width: 178px;
}

.online .sec--practicalType .img6 {
  min-width: 139px;
  max-width: 139px;
}

.online .sec--practicalType .swiper3 .point-block2-cnt-txt {
  display: block;
}

.online .sec--practicalType .swiper3 .point-block2-cnt-ttl {
  font-size: 25px;
  margin: 0;
}

.online .sec--movie .movie {
  text-align: center;
}

.online .sec--movie .movie-ttl {
  font-size: 42px;
  font-weight: 500;
  color: #2544b2;
}

.online .sec--movie .movie-yt {
  max-width: 906px;
  margin: 50px auto 0;
}

.online .sec--movie .movie-yt video {
  width: 100%;
}

.online .sec--movie .movie-txt {
  font-size: 44px;
  font-weight: 700;
  color: #193564;
}

.online .sec--movie .movie-txt .pink,
.online .sec--movie .movie-txt .gold {
  font-size: 150%;
}

.online .sec--movie .movie-txt .wo {
  font-size: 80%;
  display: inline-block;
  margin-left: 5px;
}

.online .sec--quality {
  background-color: #dcdcdc;
  padding-bottom: 0;
}

.online .sec--quality .quality {
  display: flex;
  justify-content: center;
  font-weight: 500;
  text-align: center;
}

.online .sec--quality .quality-left > a {
  display: block;
  width: 400px;
  margin: auto;
}

.online .sec--quality .quality-left-ttlRadius {
  background-color: #012557;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 1000px;
  padding: 5px 0;
}

.online .sec--quality .c-price {
  margin: 10px 0 20px;
}

.online .sec--quality .quality-left-txt1 {
  font-size: 20px;
  padding: 5px;
  background-color: #fff;
}

.online .sec--quality .quality-left-txt2 {
  margin: 15px 0 20px;
}

.online .sec--quality .quality-left-attention {
  font-size: 12px;
  position: absolute;
  right: -25px;
  bottom: 5px;
  font-weight: 400;
}

.online .sec--quality .quality-right {
  display: flex;
  width: 400px;
  margin-left: 50px;
}

.online .sec--quality .quality-right-img {
  width: 220px;
}

.online .sec--quality .quality-right-circle {
  width: 150px;
  height: 150px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1000px;
  margin-left: -40px;
}

.online .sec--quality .quality-right-circle p {
  color: #d03086;
}

.online .sec--quality .quality-right-circle p:nth-of-type(1) {
  font-size: 18px;
  line-height: 1.4;
}

.online .sec--quality .quality-right-circle p:nth-of-type(2) {
  line-height: 1;
}

.online .sec--quality .quality-right-circle p:nth-of-type(2) span {
  font-size: 400%;
  font-weight: 700;
}

.online .sec--reasonForQuality--p2 {
  padding-bottom: 0;
}

.online .sec--comparison {
  background-image: url(/common/img/online/bg-comparison.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.online .sec--comparison .comparison {
  text-align: center;
}

.online .sec--comparison .comparison-radius {
  padding: 10px 40px;
  border-radius: 1000px;
  background-color: #fff;
  color: #335087;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
}

.online .sec--comparison .comparison-txt1 {
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0 5px;
}

.online .sec--comparison .comparison-table table {
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  color: #1e1e1e;
  background-color: #f0f0f0;
}

.online .sec--comparison .comparison-table table tr td {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 10px 25px;
}

.online .sec--comparison .comparison-table table tr td:last-child {
  border-right: none;
}

.online .sec--comparison .comparison-table table tr td:first-child {
  font-weight: 500;
}

.online .sec--comparison .comparison-table table tr td:nth-of-type(2) {
  background-color: #cce1fe;
  border-left: 1px solid #12458e;
  border-right: 1px solid #12458e;
}

.online .sec--comparison .comparison-table table tr td.blue {
  background-color: #12458e;
  color: #fff;
  font-weight: 700 !important;
  font-size: 120%;
  line-height: 1.1;
}

.online .sec--comparison .comparison-table table tr td.gray {
  background-color: #919191;
  color: #fff;
  font-weight: 700 !important;
  font-size: 120%;
  line-height: 1.1;
}

.online .sec--comparison .comparison-table table tr td.gray span {
  font-size: 80%;
}

.online .sec--comparison .comparison-table table tr td span {
  font-size: 80%;
}

.online .sec--comparison .comparison-table table tr:first-child td {
  border-top: none;
  font-weight: 500;
}

.online .sec--comparison .comparison-table table tr:first-child td:first-child {
  background-color: #fff;
}

.online .sec--comparison .comparison-table table tr:last-child td:nth-of-type(2) {
  border-bottom: 1px solid #12458e;
}

.online .sec--comparison .comparison-table .c-attention {
  padding-bottom: 40px;
}

.online .sec--comparison .comparison-table .c-attention::after {
  min-width: initial;
  max-width: 204px;
  top: initial;
  bottom: 0;
  text-align: left;
}

.online .sec--comparison .comparison-table-ttl {
  color: #012557;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px;
}

.online .sec--comparison .comparison-chosen {
  max-width: 1000px;
  margin: 80px auto 40px;
}

.online .sec--comparison .swiper4 {
  text-align: left;
}

.online .sec--comparison .swiper4 .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.online .sec--comparison .swiper4 .swiper-slide {
  width: calc(100% / 3 - 10px);
}

.online .sec--comparison .comparison-chosen-ttl {
  color: #012557;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px;
}

.online .sec--comparison .comparison-chosen-slideTtl {
  padding: 15px;
  background-color: #ededed;
}

.online .sec--comparison .comparison-chosen-slideTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid #2c6dc8;
  border-bottom: 0;
  margin: 15px auto;
}

.online .sec--comparison .comparison-chosen-slideCnt {
  padding: 10px;
  background-color: #dfebfd;
}

.online .sec--comparison .comparison-chosen-slideCnt p {
  background-color: #fff;
  padding: 10px;
}

.online .sec--comparison .comparison-chosen-slideCnt p span {
  color: #2c6dc8;
  font-weight: 700;
}

.online .sec--comparison .comparison-chosen-slideCnt div {
  background-color: #fff;
  padding: 10px;
}

.online .sec--comparison .comparison-bubble {
  padding: 10px 40px;
  border-radius: 1000px;
  background-color: #fff;
  color: #335087;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  margin-top: 38px;
}

.online .sec--comparison .comparison-bubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}

.online .sec--comparison .comparison-txt2 {
  color: #012557;
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0 30px;
}

.online .sec--comparison .comparison-txt3 {
  color: #012557;
  font-size: 20px;
}

.online .sec--comparisonV2 .comparisonV2 {
  text-align: center;
  max-width: 920px;
  margin: auto;
}

.online .sec--comparisonV2 .comparisonV2-ttl {
  font-family: "Noto Serif JP", serif;
  background-color: #173774;
  color: #fff;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  padding: 20px;
  position: relative;
}

.online .sec--comparisonV2 .comparisonV2-ttl::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #173774;
  border-bottom: 0;
}

.online .sec--comparisonV2 .comparisonV2-ttlUnder {
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin: 40px 0 50px;
}

.online .sec--comparisonV2 .comparisonV2-ttlUnder .c-gold {
  text-decoration: underline;
  font-size: 55px;
  font-weight: 600;
}

.online .sec--comparisonV2 .comparisonV2-slide-no {
  text-align: center;
  font-size: 40px;
  font-style: italic;
  color: #173774;
  font-weight: 700;
}

.online .sec--comparisonV2 .comparisonV2-slide-ttl {
  text-align: center;
  font-size: 28px;
  text-decoration: underline;
  line-height: 1.3;
  min-height: 74px;
  margin: 8px 0 25px;
  color: #173774;
  font-weight: 700;
}

.online .sec--comparisonV2 .comparisonV2-slide-img {
  text-align: center;
  height: 150px;
  margin-bottom: 25px;
}

.online .sec--comparisonV2 .comparisonV2-slide-img img {
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
}

.online .sec--comparisonV2 .comparisonV2-slide-txt {
  font-weight: 500;
  text-align: left;
}

.online .sec--comparisonV2 .comparisonV2-slide {
  display: flex;
  justify-content: space-between;
}

.online .sec--comparisonV2 .comparisonV2-slide > div {
  width: calc(100% / 3 - 10px);
  border-radius: 10px;
  padding: 10px 15px 25px;
  background-color: #fff;
}

.online .sec--comparisonV2 .comparison-radius {
  padding: 10px 40px;
  border-radius: 1000px;
  background-color: #fff;
  color: #335087;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
}

.online .sec--comparisonV2 .comparison-txt1 {
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0 5px;
}

.online .sec--comparisonV2 .comparison-table table {
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  color: #1e1e1e;
}

.online .sec--comparisonV2 .comparison-table table tr td {
  border-top: 1px dashed gray;
  padding: 10px 25px;
}

.online .sec--comparisonV2 .comparison-table table tr td:last-child {
  border-right: none;
}

.online .sec--comparisonV2 .comparison-table table tr td:first-child {
  font-weight: 500;
}

.online .sec--comparisonV2 .comparison-table table tr td:nth-of-type(2) {
  background: linear-gradient(90deg, #fff 5px, #edfafe 5px, #edfafe calc(100% - 5px), #fff calc(100% - 5px), #fff);
}

.online .sec--comparisonV2 .comparison-table table tr td.blue {
  background: linear-gradient(90deg, #0d3773, #02a1c4);
  color: #fff;
  font-weight: 700 !important;
  font-size: 120%;
  line-height: 1.1;
  border-radius: 10px 10px 0 0;
}

.online .sec--comparisonV2 .comparison-table table tr td.gray {
  background-color: #919191;
  background: linear-gradient(90deg, #fff 5px, #919191 5px, #919191 calc(100% - 5px), #fff calc(100% - 5px), #fff);
  color: #fff;
  font-weight: 700 !important;
  font-size: 120%;
  line-height: 1.1;
  border-radius: 10px 10px 0 0;
}

.online .sec--comparisonV2 .comparison-table table tr td.gray span {
  font-size: 80%;
}

.online .sec--comparisonV2 .comparison-table table tr td span {
  font-size: 80%;
}

.online .sec--comparisonV2 .comparison-table table tr:first-child td {
  border-top: none;
  font-weight: 500;
}

.online .sec--comparisonV2 .comparison-table table tr:first-child td:first-child {
  background-color: #fff;
}

.online .sec--comparisonV2 .comparison-table .c-attention {
  padding-bottom: 40px;
}

.online .sec--comparisonV2 .comparison-table .c-attention::after {
  min-width: initial;
  max-width: 204px;
  top: initial;
  bottom: 0;
  text-align: left;
}

.online .sec--comparisonV2 .comparison-table-ttl {
  font-family: "Noto Serif JP", serif;
  color: #012557;
  font-size: 28px;
  font-weight: 600;
  margin: 60px 0;
}

.online .sec--comparisonV2 .comparison-chosen {
  max-width: 1000px;
  margin: 80px auto 40px;
}

.online .sec--comparisonV2 .swiper4 {
  text-align: left;
}

.online .sec--comparisonV2 .swiper4 .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.online .sec--comparisonV2 .swiper4 .swiper-slide {
  width: calc(100% / 3 - 10px);
}

.online .sec--comparisonV2 .comparison-chosen-ttl {
  color: #012557;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px;
}

.online .sec--comparisonV2 .comparison-chosen-slideTtl {
  padding: 15px;
  background-color: #ededed;
}

.online .sec--comparisonV2 .comparison-chosen-slideTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid #2c6dc8;
  border-bottom: 0;
  margin: 15px auto;
}

.online .sec--comparisonV2 .comparison-chosen-slideCnt {
  padding: 10px;
  background-color: #dfebfd;
}

.online .sec--comparisonV2 .comparison-chosen-slideCnt p {
  background-color: #fff;
  padding: 10px;
}

.online .sec--comparisonV2 .comparison-chosen-slideCnt p span {
  color: #2c6dc8;
  font-weight: 700;
}

.online .sec--comparisonV2 .comparison-chosen-slideCnt div {
  background-color: #fff;
  padding: 10px;
}

.online .sec--comparisonV2 .comparison-bubble {
  padding: 10px 40px;
  border-radius: 1000px;
  background-color: #fff;
  color: #335087;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  margin-top: 38px;
}

.online .sec--comparisonV2 .comparison-bubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}

.online .sec--comparisonV2 .comparison-txt2 {
  color: #012557;
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0 30px;
}

.online .sec--comparisonV2 .comparison-txt3 {
  color: #012557;
  font-size: 20px;
}

.online .sec--chosen .chosen {
  max-width: 920px;
  margin: auto;
}

.online .sec--chosen .chosen-ttl {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 60px;
  text-align: center;
}

.online .sec--chosen .chosen-ttl > p:nth-of-type(1) {
  font-size: 35px;
  font-weight: 600;
}

.online .sec--chosen .chosen-ttl > p:nth-of-type(1) small {
  font-size: 80%;
}

.online .sec--chosen .chosen-ttl > p:nth-of-type(2) {
  font-size: 55px;
  font-weight: 700;
}

.online .sec--coupon {
  display: none;
}

.online .sec--coupon .coupon {
  max-width: 614px;
  margin: auto;
  transform: translateX(7px);
}

.online .sec--cando {
  background-image: url(/common/img/online/bg-cando.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.online .sec--cando .cando {
  text-align: center;
}

.online .sec--cando .cando-ttl {
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 50px;
}

.online .sec--cando .cando-ttl em {
  font-size: 150%;
}

.online .sec--cando .cando-item {
  display: flex;
  justify-content: space-between;
  max-width: 1050px;
  margin: auto;
  text-align: left;
}

.online .sec--cando .cando-item > div {
  width: calc(100% / 3 - 10px);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px #777777;
}

.online .sec--cando .cando-item-ttl {
  position: relative;
  color: #022a69;
  font-size: 18px;
  font-weight: 500;
  padding-left: 40px;
}

.online .sec--cando .cando-item-ttl::before {
  content: '';
  background-image: url(/common/img/online/ico-check.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 34px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.online .sec--cando .cando-item-pic {
  margin: 10px 0 5px;
}

.online .sec--cando .cando-item-txt {
  line-height: 1.8;
}

.online .sec--cando .cando-item-txt em {
  color: #022a69;
}

.online .sec--program {
  background-color: #f8f8f8;
  background-image: url(/common/img/online/bg-program.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.online .sec--program::before {
  content: '';
  background-image: url(/common/img/online/bg-program-txt.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.online .sec--program .sec-inner {
  position: relative;
}

.online .sec--program .program {
  text-align: center;
}

.online .sec--program .program-ttl {
  font-size: 38px;
  font-weight: 700;
}

.online .sec--program .program-desc {
  margin: 30px 0 50px;
  font-size: 20px;
  font-weight: 500;
  color: #012254;
}

.online .sec--program .program-block > div {
  margin-top: 80px;
}

.online .sec--program .program-block > div:first-child {
  margin-top: 0;
}

.online .sec--program .program-block > div:nth-of-type(2) .program-block-item > div {
  background-color: #f3f3f8;
}

.online .sec--program .program-block-ttl {
  font-size: 28px;
  font-weight: 700;
  color: #1d59ad;
  margin-bottom: 60px;
}

.online .sec--program .program-block-item {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.online .sec--program .program-block-item > div {
  width: calc(25% - 10px);
  border: 3px solid #c9d6e3;
  background-color: #fff;
}

.online .sec--program .program-block-item > div > div:nth-of-type(1) {
  background-color: #012254;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 46px;
  line-height: 1.15;
  margin: -23px auto 0;
}

.online .sec--program .program-block-item > div > div:nth-of-type(1) p:nth-of-type(1) {
  font-size: 12px;
  font-weight: 600;
}

.online .sec--program .program-block-item > div > div:nth-of-type(1) p:nth-of-type(2) {
  font-size: 22px;
  font-weight: 700;
}

.online .sec--program .program-block-item > div > div:nth-of-type(2) {
  padding: 20px 10px 20px;
}

.online .sec--program .program-block-item > div > div:nth-of-type(2) p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  min-height: 120px;
}

.online .sec--program .program-block-item > div > div:nth-of-type(2) p:nth-of-type(2) {
  color: #012254;
  font-weight: 500;
}

.online .sec--program .program-before {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: left;
}

.online .sec--program .program-before p:nth-of-type(1) {
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
  color: #012557;
  border: 1px solid #012557;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.online .sec--program .program-tab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #01317c;
  margin-bottom: 50px;
}

.online .sec--program .program-tab > div {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 600;
  opacity: .5;
  cursor: pointer;
}

.online .sec--program .program-tab > div.active {
  color: #000;
  border: 1px solid #01317c;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  position: relative;
  opacity: 1;
}

.online .sec--program .program-tab > div.active::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f8f8f8;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.online .sec--program .program-step {
  display: none;
}

.online .sec--program .program-step.active {
  display: block;
}

.online .sec--learningFlow .learningFlow {
  max-width: 800px;
  margin: auto;
}

.online .sec--learningFlow .learningFlow-ttl {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #012557;
  text-align: center;
}

.online .sec--learningFlow .learningFlow-before {
  margin-bottom: 30px;
}

.online .sec--learningFlow .learningFlow-before p:nth-of-type(1) {
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
  color: #012557;
  border: 1px solid #012557;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.online .sec--learningFlow .learningFlow-step > div:not(.learningFlow-step-triangle) {
  border: 1px solid #2c6dc8;
  border-radius: 10px;
  padding: 20px;
}

.online .sec--learningFlow .learningFlow-step-ttl {
  display: flex;
  font-weight: 600;
}

.online .sec--learningFlow .learningFlow-step-ttl p:nth-of-type(1) {
  color: #2c6dc8;
  border: 2px solid;
  border-radius: 1000px;
  font-size: 25px;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 10px;
  padding: 0 0 3px 1px;
}

.online .sec--learningFlow .learningFlow-step-ttl p:nth-of-type(2) {
  width: calc(100% - 50px);
  font-size: 24px;
  border-bottom: 1px solid #c9d6e3;
}

.online .sec--learningFlow .learningFlow-step-txt {
  margin-top: 12px;
}

.online .sec--learningFlow .learningFlow-step-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid #2c6dc8;
  border-bottom: 0;
  margin: 15px auto;
}

.online .sec--device .device {
  text-align: center;
}

.online .sec--device .device-ttl {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #012557;
}

.online .sec--device .device-img {
  max-width: 906px;
  margin: 50px auto 80px;
}

.online .sec--device .device-yt {
  max-width: 906px;
  margin: 50px auto 0;
}

.online .sec--strengths {
  background-image: url(/common/img/online/bg-strengths.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.online .sec--strengths .strengths {
  text-align: center;
}

.online .sec--strengths .strengths-txt1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  font-weight: 700;
  margin: 30px 0;
  color: #004791;
}

.online .sec--strengths .strengths-txt1 .c-kakeru {
  margin-left: 18px;
}

.online .sec--strengths .c-triangle {
  margin-bottom: 0;
}

.online .sec--strengths .c-price {
  font-size: 41px;
}

.online .sec--strengthsV2 {
  background-image: url(/common/img/online/pc_sec05_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.online .sec--strengthsV2 .c-secHeader > p:nth-of-type(2) {
  line-height: 1;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper .swpr {
  padding: 30px 20px;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper .swiper-slide {
  width: calc(100% / 3 - 12px);
  border-radius: 10px;
  background-color: #fff;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper .swiper-slide-inner {
  padding: 20px;
  height: 100%;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-pic {
  text-align: center;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-pic img {
  max-width: 200px;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-ttl {
  color: #2544b2;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-txt {
  font-size: 15px;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-txt p {
  margin: 10px 0 20px;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-txt dl {
  display: flex;
  width: 100%;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-txt dl + dl {
  margin-top: 5px;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-txt dt {
  word-break: keep-all;
  width: 96px;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-txt dd {
  width: calc(100% - 96px);
}

.online .sec--strengthsV2 .strengthsV2-point-swiper-ttl {
  font-family: "Noto Serif JP", serif;
  position: relative;
  background-color: #c52381;
  background-color: #bc9b48;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper-ttl::before, .online .sec--strengthsV2 .strengthsV2-point-swiper-ttl::after {
  content: '';
  position: absolute;
  top: 0;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper-ttl::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 42px solid transparent;
  border-bottom: 42px solid transparent;
  border-left: 22px solid #ffffff;
  border-right: 0;
  left: 0;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper-ttl::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 42px solid transparent;
  border-bottom: 42px solid transparent;
  border-right: 22px solid #ffffff;
  border-left: 0;
  right: 0;
}

.online .sec--strengthsV2 .strengthsV2-point-swiper-ttl small {
  font-size: 60%;
}

.online .sec--strengthsV2 .strengthsV2-point {
  border: 2px solid #0d3672;
  padding: 20px 20px 50px;
  max-width: 920px;
  margin: 50px auto 0;
  background-color: #fff;
}

.online .sec--strengthsV2 .strengthsV2-point--2 .strengthsV2-point-header-txt .c-yellow {
  line-height: 1.3;
  margin-top: 5px;
  display: block;
}

.online .sec--strengthsV2 .strengthsV2-point--3 .strengthsV2-point-headerThumb--hasTxt {
  background-image: url(/common/img/online/pc_sec05_p3_h3_img.png);
}

.online .sec--strengthsV2 .strengthsV2-point--3 .strengthsV2-point-headerThumb--hasTxt > div {
  text-align: left;
  max-width: 656px;
}

.online .sec--strengthsV2 .strengthsV2-point-header {
  text-align: center;
  background-color: #0d3672;
  color: #fff;
  padding: 0 30px 30px;
}

.online .sec--strengthsV2 .strengthsV2-point-header-no {
  color: #0d3672;
  background-color: #fff;
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
  display: inline-block;
  font-weight: 500;
}

.online .sec--strengthsV2 .strengthsV2-point-header-no::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 74px solid transparent;
  border-left: 74px solid transparent;
  border-top: 18px solid #ffffff;
  border-bottom: 0;
}

.online .sec--strengthsV2 .strengthsV2-point-header-no > span {
  font-size: 28px;
  font-style: italic;
}

.online .sec--strengthsV2 .strengthsV2-point-header-no > span:nth-of-type(2) {
  font-size: 32px;
}

.online .sec--strengthsV2 .strengthsV2-point-header-txt {
  font-family: "Noto Serif JP", serif;
  font-size: 33px;
  font-weight: 700;
}

.online .sec--strengthsV2 .strengthsV2-point-header-txt .c-yellow {
  font-size: 45px;
}

.online .sec--strengthsV2 .strengthsV2-point-header-txt small {
  font-size: 80%;
}

.online .sec--strengthsV2 .strengthsV2-point-headerThumb {
  margin-bottom: 40px;
}

.online .sec--strengthsV2 .strengthsV2-point-headerThumb--hasTxt {
  padding: 50px 15px;
  background-image: url(/common/img/online/pc_sec05_p2_h3_img.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.online .sec--strengthsV2 .strengthsV2-point-headerThumb--hasTxt > div {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 18px;
  padding: 40px;
  font-weight: 500;
}

.online .sec--strengthsV2 .strengthsV2-point-slide-header {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  padding: 15px;
  background-color: #4f4e4e;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 150px;
}

.online .sec--strengthsV2 .strengthsV2-point-slide-header small {
  font-size: 60%;
  font-weight: 500;
  line-height: 2;
  display: block;
}

.online .sec--strengthsV2 .strengthsV2-point-slide-img {
  margin-bottom: 30px;
  padding: 20px 15px 0;
  height: 180px;
  display: flex;
  align-items: flex-end;
}

.online .sec--strengthsV2 .strengthsV2-point-slide-txt {
  padding: 0 15px 30px;
}

.online .sec--strengthsV2 .strengthsV2-point-slide {
  display: flex;
  justify-content: space-between;
}

.online .sec--strengthsV2 .strengthsV2-point-slide > div {
  width: calc(100% / 3 - 12px);
  border: 2px solid #d9d9d9;
  background-color: #d9d9d9;
}

.online .sec--strengthsV2 .strengthsV2-point-slide > div.emphasis {
  border: 6px solid #f6df35;
  background-color: #fff;
}

.online .sec--strengthsV2 .strengthsV2-point-slide > div.emphasis .strengthsV2-point-slide-header {
  height: 146px;
  background: linear-gradient(90deg, #0d3773, #02a1c4);
}

.online .sec--strengthsV2 .strengthsV2-point-more {
  margin: 20px 0;
}

.online .sec--strengthsV2 .strengthsV2-point-block1 {
  display: flex;
  padding: 40px 20px;
  align-items: center;
}

.online .sec--strengthsV2 .strengthsV2-point-block1 > div:nth-of-type(1) {
  width: 30%;
  margin-right: 20px;
}

.online .sec--strengthsV2 .strengthsV2-point-block1 > div:nth-of-type(2) {
  width: 70%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.online .sec--strengthsV2 .strengthsV2-point-block1 > div:nth-of-type(2) > p:nth-of-type(1) {
  font-weight: 500;
  line-height: 1.6;
}

.online .sec--strengthsV2 .strengthsV2-point-block1 > div:nth-of-type(2) > p:nth-of-type(1) .c-bgSquare--gray {
  padding: 0 5px 3px;
}

.online .sec--strengthsV2 .strengthsV2-point-block1 > div:nth-of-type(2) > p:nth-of-type(2) {
  margin-top: 30px;
  font-size: 24px;
}

.online .sec--strengthsV2 .strengthsV2-point-block2 {
  display: flex;
  padding: 40px 20px;
  align-items: center;
}

.online .sec--strengthsV2 .strengthsV2-point-block2 > div:nth-of-type(1) {
  width: 56%;
}

.online .sec--strengthsV2 .strengthsV2-point-block2 > div:nth-of-type(1) > p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 500;
}

.online .sec--strengthsV2 .strengthsV2-point-block2 > div:nth-of-type(1) > p:nth-of-type(1) .c-bgSquare--blue {
  padding: 0 0 1px 4px;
}

.online .sec--strengthsV2 .strengthsV2-point-block2 > div:nth-of-type(1) > p:nth-of-type(2) {
  font-size: 30px;
  margin-top: 30px;
  font-weight: 600;
  line-height: 1.7;
}

.online .sec--strengthsV2 .strengthsV2-point-block2 > div:nth-of-type(2) {
  width: calc(44% - 10px);
}

.online .sec--strengthsV2 .strengthsV2-point-msgBlock1 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  padding: 5px 0;
  background-color: #fff;
}

.online .sec--strengthsV2 .strengthsV2-point-msgBlock1 .c-gold {
  font-size: 30px;
}

.online .sec--strengthsV2 .strengthsV2-point-msgBlock1 .c-gold small {
  font-size: 80%;
}

.online .sec--strengthsV2 .strengthsV2-point-msgBlock1-inner {
  padding: 30px 20px;
  border-top: 2px solid #0d3672;
  border-bottom: 2px solid #0d3672;
}

.online .sec--strengthsV2 .strengthsV2-point-block3 {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  border-radius: 10px;
}

.online .sec--strengthsV2 .strengthsV2-point-block3 > div:nth-of-type(1) {
  width: 72%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}

.online .sec--strengthsV2 .strengthsV2-point-block3 > div:nth-of-type(2) {
  width: calc(28% - 20px);
}

.online .sec--strengthsV2 .strengthsV2-point-4skill {
  margin-top: 80px;
}

.online .sec--strengthsV2 .strengthsV2-point-4skill-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.online .sec--strengthsV2 .strengthsV2-point-4skill-ttl > p:nth-of-type(1) {
  font-size: 41px;
  font-weight: 600;
}

.online .sec--strengthsV2 .strengthsV2-point-4skill-ttl > p:nth-of-type(1) small {
  font-size: 67%;
}

.online .sec--strengthsV2 .strengthsV2-point-4skill-ttl > p:nth-of-type(2) {
  font-size: 55px;
}

.online .sec--strengthsV2 .strengthsV2-point-4skill-ttl > p:nth-of-type(3) {
  font-size: 46px;
}

.online .sec--strengthsV2 .strengthsV2-point-cnt {
  display: flex;
  align-items: center;
}

.online .sec--strengthsV2 .strengthsV2-point-cnt > div:nth-of-type(1) {
  width: 50%;
  font-weight: 500;
  line-height: 1.7;
  font-size: 18px;
}

.online .sec--strengthsV2 .strengthsV2-point-cnt > div:nth-of-type(2) {
  width: 50%;
  margin-left: 20px;
}

.online .sec--strengthsV2 .strengthsV2-point-block5 .c-triangle2 {
  margin: 40px 0 20px;
}

.online .sec--strengthsV2 .strengthsV2-point-block5-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  text-align: center;
  margin: 30px 0;
  font-weight: 700;
}

.online .sec--strengthsV2 .strengthsV2-point-block5-ttl small {
  font-size: 60%;
}

.online .sec--strengthsV2 .strengthsV2-point-block5-item-ttl {
  color: #fff;
  padding: 20px 15px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(90deg, #0d3773, #02a1c4);
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}

.online .sec--strengthsV2 .strengthsV2-point-block5-item-ttl span {
  display: block;
  font-size: 60%;
  margin-top: 6px;
}

.online .sec--strengthsV2 .strengthsV2-point-block5-item-cnt {
  padding: 15px 15px 30px;
}

.online .sec--strengthsV2 .strengthsV2-point-block5-item-cnt > p:nth-of-type(1) {
  margin-bottom: 20px;
  text-align: center;
}

.online .sec--strengthsV2 .strengthsV2-point-block5-item-cnt > p:nth-of-type(1) img {
  max-width: 80%;
  max-height: 206px;
  width: auto;
  height: auto;
}

.online .sec--strengthsV2 .strengthsV2-point-block5-item-cnt > p:nth-of-type(2) {
  line-height: 1.7;
}

.online .sec--strengthsV2 .strengthsV2-point-block5-item {
  display: flex;
  justify-content: space-between;
}

.online .sec--strengthsV2 .strengthsV2-point-block5-item > div {
  width: calc(50% - 12px);
  background-color: #fff;
}

.online .sec--strengthsV2 .strengthsV2-point-msgBlock2 {
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.online .sec--flow {
  background-image: url(/common/img/online/bg-practicalType.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.online .sec--flow .flow {
  text-align: center;
  background-color: #fff;
}

.online .sec--flow .flow-tab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #01317c;
  margin-bottom: 50px;
}

.online .sec--flow .flow-tab > div {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 600;
  opacity: .5;
  cursor: pointer;
}

.online .sec--flow .flow-tab > div.active {
  color: #000;
  border: 1px solid #01317c;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  position: relative;
  opacity: 1;
}

.online .sec--flow .flow-tab > div.active::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.online .sec--flow .flow-cnt {
  text-align: left;
}

.online .sec--flow .flow-step {
  display: none;
}

.online .sec--flow .flow-step > div {
  display: flex;
  justify-content: center;
}

.online .sec--flow .flow-step > div:nth-of-type(n+2) .flow-step-no div:nth-of-type(1) {
  display: none;
}

.online .sec--flow .flow-step > div:last-of-type .flow-step-no::before {
  content: none;
}

.online .sec--flow .flow-step > div:last-of-type .flow-step-cnt {
  padding-bottom: 0;
}

.online .sec--flow .flow-step.active {
  display: block;
}

.online .sec--flow .flow-step-no {
  position: relative;
  margin-right: 20px;
  text-align: center;
  position: relative;
}

.online .sec--flow .flow-step-no::before {
  content: '';
  width: 3px;
  height: 100%;
  background-color: #01317c;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.online .sec--flow .flow-step-no div:nth-of-type(1) {
  font-size: 12px;
  font-weight: 600;
  color: #01317c;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.online .sec--flow .flow-step-no div:nth-of-type(2) {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #01317c;
  border-radius: 1000px;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.online .sec--flow .flow-step-cnt {
  width: 350px;
  padding-bottom: 45px;
}

.online .sec--flow .flow-step-cnt-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.online .sec--flow .flow-step-cnt-header div {
  margin-right: 10px;
}

.online .sec--flow .flow-step-cnt-header div img {
  max-height: 40px;
  width: auto;
}

.online .sec--flow .flow-step-cnt-header p {
  color: #1d59ad;
  font-size: 18px;
  font-weight: 500;
}

.online .sec--flow .flow-step-cnt-txt p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.online .sec--flow .flow-step-cnt-txt p:nth-of-type(2) {
  font-weight: 500;
  color: #3d3d3d;
}

.online .sec--flow .flow-step-cnt-txt p small {
  font-size: 70%;
}

.online .sec--flow .flow-step-cnt-txt a {
  color: #2c6dc8;
  text-decoration: underline;
}

.online .sec--reason {
  background-image: url(/common/img/online/bg-reason.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.online .sec--reason .reason {
  text-align: center;
}

.online .sec--reason .reason-ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.online .sec--reason .reason-ttl em {
  font-size: 150%;
}

.online .sec--reason .reason-item {
  text-align: left;
  max-width: 500px;
  margin: auto;
}

.online .sec--reason .reason-item > div {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 6px 6px 8px 0px #e9e7e7;
}

.online .sec--reason .reason-item > div:first-child {
  margin-top: 0;
}

.online .sec--reason .reason-item-header {
  display: flex;
  font-weight: 600;
}

.online .sec--reason .reason-item-header > div:nth-of-type(1) {
  color: #2c6dc8;
  border: 2px solid;
  border-radius: 1000px;
  font-size: 25px;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 10px;
  padding: 0 0 3px 1px;
}

.online .sec--reason .reason-item-header > div:nth-of-type(2) {
  width: calc(100% - 50px);
  color: #012557;
  font-size: 24px;
  border-bottom: 1px solid #c9d6e3;
}

.online .sec--reason .reason-item-txt {
  color: #4f4f4f;
  margin-top: 12px;
}

.online .sec--survice {
  background-color: #f2f2f2;
}

.online .sec--survice .survice {
  text-align: center;
}

.online .sec--survice .survice-price {
  display: flex;
  justify-content: center;
  text-align: left;
  margin: 10px 0 50px;
}

.online .sec--survice .survice-price-before {
  margin-top: 22px;
  line-height: 1.4;
}

.online .sec--survice .survice-price-before p:nth-of-type(1) {
  font-size: 25px;
}

.online .sec--survice .survice-price-before p:nth-of-type(2) {
  font-size: 36px;
}

.online .sec--survice .survice-price-arrow {
  width: 75px;
  margin: 34px 20px 0 30px;
}

.online .sec--survice .survice-price-after .c-price {
  font-size: 40px;
  line-height: 1.4;
}

.online .sec--survice .survice-price-after p {
  font-size: 12px;
}

.online .sec--survice .survice-ttl {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.online .sec--survice .survice-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

.online .sec--survice .survice-item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}

.online .sec--survice .survice-item > div img.img1 {
  width: 84px;
}

.online .sec--survice .survice-item > div img.img2 {
  width: 134px;
  margin-top: 25px;
}

.online .sec--survice .survice-item > div img.img3 {
  width: 109px;
}

.online .sec--survice .survice-item > div img.img4 {
  width: 127px;
}

.online .sec--survice .survice-item > div img.img5 {
  width: 76px;
}

.online .sec--survice .survice-item > div img.img6 {
  width: 141px;
  margin-top: 25px;
}

.online .sec--survice .survice-item > div img.img7 {
  width: 78px;
}

.online .sec--survice .survice-item > div img.img9 {
  width: 145px;
  margin-top: 25px;
}

.online .sec--survice .survice-item > div img.img10 {
  width: 61px;
}

.online .sec--survice .survice-item > div p {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #012557;
  height: 66px;
}

.online .sec--survice .survice-item hr {
  border-top: 5px solid #c9d6e3;
  width: 100%;
}

.online .sec--faq {
  padding-top: 50px;
}

.online .sec--faq .faq {
  max-width: 800px;
  margin: auto;
}

.online .sec--faq .faq-ttl {
  display: inline-block;
  margin-bottom: 40px;
}

.online .sec--faq .faq-ttl p:nth-of-type(1) {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  color: #1d59ad;
  font-size: 25px;
  margin-bottom: 20px;
}

.online .sec--faq .faq-ttl p:nth-of-type(1)::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #1d59ad;
  border-radius: 4px;
  margin: 3px 5px 0 0;
}

.online .sec--faq .faq-ttl p:nth-of-type(2) {
  font-size: 35px;
  font-weight: 500;
}

.online .sec--faq .faq-qa > div {
  margin-top: 40px;
}

.online .sec--faq .faq-qa > div.active .faq-qa-q::after {
  background-image: url(/common/img/online/ico-minus-blue.png);
}

.online .sec--faq .faq-qa-q {
  position: relative;
  padding: 20px 60px 20px 20px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
}

.online .sec--faq .faq-qa-q::after {
  content: '';
  background-image: url(/common/img/online/ico-plus-blue.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.online .sec--faq .faq-qa-a {
  position: relative;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
  display: none;
}

.online .sec--spring {
  background-image: url(/common/img/online/bg-sky.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 30px;
}

.online .sec--spring .spring {
  padding: 20px 30px 38px;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 10px 10px 0px 0px rgba(55, 58, 100, 0.48);
  line-height: 1;
  max-width: 1200px;
  margin: auto;
}

.online .sec--spring .spring-inner {
  max-width: 845px;
  margin: auto;
}

.online .sec--spring .spring-block1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 3px solid #d0d9e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.online .sec--spring .spring-block1-left {
  color: #193564;
}

.online .sec--spring .spring-block1-left-row1 {
  font-family: 'SourceHanSerif-Heavy';
  position: relative;
  font-size: 46px;
}

.online .sec--spring .spring-block1-left-row1 .txt1 {
  font-size: 75px;
  color: #0272e2;
}

.online .sec--spring .spring-block1-left-row1 .txt2 {
  font-size: 116px;
}

.online .sec--spring .spring-block1-left-row1-hash {
  position: absolute;
  right: -52px;
  top: 28px;
  width: 305px;
  height: 68px;
  padding-left: 16px;
  font-size: 20px;
  color: #fff;
  background-image: url(/common/img/online/bg-sakura-2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.5em;
}

.online .sec--spring .spring-block1-left-row2 {
  display: flex;
  align-items: flex-end;
  margin: 10px 0 0 40px;
}

.online .sec--spring .spring-block1-left-row2 .txt1 {
  font-family: 'SourceHanSerif-Heavy';
  font-size: 42px;
  margin: 0 12px 6px 0;
  display: flex;
  align-items: center;
}

.online .sec--spring .spring-block1-left-row2 .txt1::after {
  content: '▶';
  font-size: 12px;
  margin-left: 12px;
}

.online .sec--spring .spring-block1-left-row2 .txt1 span {
  position: relative;
}

.online .sec--spring .spring-block1-left-row2 .txt1 span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/common/img/online/bg-batsu.png);
  background-size: 100%;
  background-position: center;
}

.online .sec--spring .spring-block1-left-row2 .txt2 {
  font-family: 'SourceHanSerif-Heavy';
  font-size: 74px;
  color: #0272e2;
}

.online .sec--spring .spring-block1-right {
  font-family: 'SourceHanSerif-Bold';
  font-size: 20px;
  color: #193564;
  text-align: center;
  background-image: url(/common/img/online/ico-en.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 180px;
  height: 180px;
  padding: 39px 0;
  line-height: 1.4;
}

.online .sec--spring .spring-block1-right span {
  font-family: 'SourceHanSerif-Heavy';
  font-size: 26px;
}

.online .sec--spring .spring-block2 > div {
  margin-top: 10px;
}

.online .sec--spring .spring-block2 > div:nth-of-type(1) {
  margin-top: 0;
}

.online .sec--spring .spring-block2 > div:nth-of-type(1) > div:nth-of-type(2) {
  color: #193564;
}

.online .sec--spring .spring-block2 > div:nth-of-type(2) > div:nth-of-type(2) {
  color: #0272e2;
}

.online .sec--spring .spring-block2-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.online .sec--spring .spring-block2-row > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}

.online .sec--spring .spring-block2-row > div:nth-of-type(1) > span:nth-of-type(1) {
  width: 36px;
  height: 36px;
  background-color: #193564;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 1000px;
}

.online .sec--spring .spring-block2-row > div:nth-of-type(1) > span:nth-of-type(2) {
  color: #484848;
}

.online .sec--spring .spring-block2-row > div:nth-of-type(2) {
  font-family: 'SourceHanSerif-Bold';
  font-size: 39px;
  letter-spacing: 0.01em;
}

.online .sec--spring .spring-block3 {
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.5;
}

.online footer {
  background-image: url(/common/img/online/bg-cumulativeTotal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 30px;
}

.online footer .footer-company-block1 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1210px;
  margin: auto;
}

.online footer .footer-company-block1-left {
  width: 600px;
  margin-right: 30px;
}

.online footer .footer-company-block1-right {
  width: 580px;
}

.online footer .footer-company-logo {
  width: 345px;
}

.online footer .footer-company-txt {
  font-weight: 600;
  margin: 50px auto;
}

.online footer .footer-company-txt p:nth-of-type(1) {
  font-size: 22px;
}

.online footer .footer-company-txt p:nth-of-type(2) {
  font-size: 30px;
}

.online footer .footer-txt {
  max-width: 580px;
  margin: auto;
  line-height: 1.8;
}

.online footer .footer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  margin: 60px auto 0;
  max-width: 400px;
  color: #08316b;
  font-weight: 600;
  border-radius: 20px;
  padding: 25px;
}

.online footer .footer-btn > span {
  font-size: 21px;
}

.online footer .footer-btn > span em {
  font-size: 150%;
}

.online footer .footer-btn img {
  position: absolute;
  right: 30px;
  top: 51%;
  transform: translateY(-50%);
  width: 15px;
}

.online footer .footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}

.online footer .footer-sns a {
  display: block;
  width: 34px;
}

.online footer .footer-sns a img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.online footer .footer-sns a:nth-of-type(1) {
  width: 36px;
}

.online footer .footer-sns a:nth-of-type(1) img {
  filter: initial;
}

.online footer .footer-sns a:nth-of-type(2) {
  margin: 0 25px;
}

.online footer .footer-sns a:nth-of-type(3) {
  width: 30px;
}

.online footer .footer-pageTop {
  color: #fff;
  text-align: center;
  margin: 50px auto;
  font-size: 18px;
}

.online footer .footer-pageTop div {
  display: inline-block;
  border: 1px solid;
  padding: 10px;
  cursor: pointer;
}

.online footer .footer-pageTop div:hover {
  opacity: .8;
}

.online footer .footer-img {
  max-width: 580px;
  margin: auto;
}

.online .fade-in {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.online .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1590px) and (min-width: 769px) {
  .online .sec--mv {
    background-size: cover;
    padding: 50px 30px;
  }
}

@media (max-width: 1000px) and (min-width: 769px) {
  .online .sec--cumulativeTotal .cumulativeTotal-crown > div {
    width: calc(100% / 3 - 1vw);
    font-size: 4vw;
    height: 27vw;
    padding-bottom: 3vw;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-crown > div span {
    right: 0;
    top: 0;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-txt {
    font-size: 37px;
  }
  .online .sec--worries .worries-intro2-header {
    font-size: 38px;
  }
  .online .sec--worries .worries-intro2-mv {
    margin-top: 55px;
  }
  .online .sec--worries .worries-intro2-mv-left {
    font-size: 30px;
    width: 150px;
    height: 150px;
  }
  .online .sec--worries .worries-intro2-mv-left span {
    background-color: #f3f3f3;
  }
  .online .sec--worries .worries-intro2-mv-txt1 {
    font-size: 27px;
  }
  .online .sec--worries .worries-intro2-mv-txt2 {
    font-size: 23px;
  }
  .online .sec--worries .c-kakeru {
    font-size: 26px;
  }
  .online .sec--worries .c-kakeru div {
    width: 175px;
    padding: 7px 0;
  }
  .online .sec--worries .c-kakeru span {
    margin: 0 6px;
  }
  .online .sec--worries .worries-intro2-mv-txt3 {
    font-size: 70px;
  }
  .online .sec--worries .worries-intro2-mv-right {
    max-width: 150px;
  }
  .online .sec--worries .worries-txt {
    font-size: 33px;
  }
  .online .sec--worries .worries-txt p.c-price {
    font-size: 45px;
  }
  .online .sec--worries .worries-txt p.c-price em.italic {
    transform: translateX(-2rem);
  }
  .online .sec--practicalType .point-block0-ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .online .sec--practicalType .point-block0-ttl.min-h-126 {
    min-height: 102px;
  }
  .online .sec--practicalType .point-block0-cnt {
    font-size: 18px;
  }
  .online .sec--practicalType .point-block0--type2 .point-block0-ttl {
    font-size: 19px;
  }
  .online .sec--practicalType .point-block0--type2 .point-block0-cnt {
    font-size: 16px;
  }
  .online .sec--practicalType .point-block2-ttl {
    font-size: 39px;
  }
  .online .sec--practicalType .point-header-bottom-coreSkill {
    justify-content: center;
  }
  .online .sec--practicalType .point-figure-3 > div .txt1 {
    font-size: 22px;
  }
  .online .sec--practicalType .point-figure-3 > div .img img {
    max-height: 250px;
  }
  .online .sec--movie .movie-ttl {
    font-size: 37px;
  }
}

@media (max-width: 960px) {
  .online .sec--spring {
    padding: 5vw 3vw;
  }
  .online .sec--spring .spring {
    padding: 2vw 3vw 3.8vw;
    border-radius: 3.6vw;
    box-shadow: 1vw 1vw 0px 0px rgba(255, 58, 100, 0.48);
  }
  .online .sec--spring .spring-block1 {
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
  .online .sec--spring .spring-block1-left-row1 {
    font-size: 4.8vw;
  }
  .online .sec--spring .spring-block1-left-row1 .txt1 {
    font-size: 7.5vw;
  }
  .online .sec--spring .spring-block1-left-row1 .txt2 {
    font-size: 12vw;
  }
  .online .sec--spring .spring-block1-left-row1-hash {
    right: -5.2vw;
    top: 2.8vw;
    width: 32vw;
    height: 7.1vw;
    padding-left: 1.6vw;
    font-size: 2.1vw;
  }
  .online .sec--spring .spring-block1-left-row2 {
    margin: 1vw 0 0 2vw;
  }
  .online .sec--spring .spring-block1-left-row2 .txt1 {
    font-size: 4.5vw;
    margin: 0 1.5vw 0.5vw 0;
  }
  .online .sec--spring .spring-block1-left-row2 .txt1::after {
    font-size: 1.5vw;
    margin-left: 1.5vw;
  }
  .online .sec--spring .spring-block1-left-row2 .txt2 {
    font-size: 8.2vw;
  }
  .online .sec--spring .spring-block1-right {
    font-size: 2.2vw;
    width: 18.7vw;
    height: 18.7vw;
    padding: 3.9vw 0;
  }
  .online .sec--spring .spring-block1-right span {
    font-size: 2.7vw;
  }
  .online .sec--spring .spring-block2 > div {
    margin-top: 1vw;
  }
  .online .sec--spring .spring-block2 > div:nth-of-type(1) {
    margin-top: 0;
  }
  .online .sec--spring .spring-block2-row > div:nth-of-type(1) {
    font-size: 2.3vw;
  }
  .online .sec--spring .spring-block2-row > div:nth-of-type(1) > span:nth-of-type(1) {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 1.5vw;
  }
  .online .sec--spring .spring-block2-row > div:nth-of-type(2) {
    font-size: 4.05vw;
  }
  .online .sec--spring .spring-block3 {
    margin-top: 10px;
    font-size: 10px;
  }
}

@media (max-width: 940px) and (min-width: 769px) {
  .online .sec--mv .mv-block4 {
    width: 100%;
  }
  .online .sec--mv .mv-block4 span {
    display: block;
  }
}

@media (max-width: 768px) {
  .online {
    font-size: 15px;
    padding-top: 46.57px;
  }
  .online .pc {
    display: none;
  }
  .online .sp {
    display: block;
  }
  .online .c-underline::after {
    width: calc(100% + 10px);
  }
  .online .c-btnCv {
    width: 340px;
    height: 63px;
    font-size: 20px;
  }
  .online .c-btnCv img {
    width: 10px;
    margin-left: 14px;
  }
  .online .c-triangle {
    width: 150px;
    height: 56px;
    font-size: 20px;
    padding: 0 0 22px;
  }
  .online .c-triangle2 {
    height: 50px;
    font-size: 22px;
  }
  .online .c-triangle2::before {
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    border-top: 50px solid #7ea9ff;
  }
  .online .c-ttl-circle {
    padding: 10px 30px;
    font-size: 19px;
  }
  .online .c-kakeru {
    font-size: 20px;
  }
  .online .c-kakeru div {
    width: 128px;
    padding: 4px 0;
  }
  .online .c-movie-attention {
    font-size: 14px;
  }
  .online .c-reasonForQuality-toggleTtl {
    font-size: 18px;
  }
  .online .c-reasonForQuality-toggleTtl:hover {
    color: #d03086;
    background-color: #fff;
  }
  .online .c-header-type0 {
    width: calc(100vw - 30px);
    max-width: 100%;
  }
  .online .c-header-type0-txtWrap {
    padding: 0 15px;
  }
  .online .c-header-type0-txtWrap::before, .online .c-header-type0-txtWrap::after {
    top: 69%;
  }
  .online .c-header-type0-txt1 {
    font-size: 12px;
    left: 90px;
    top: 23px;
  }
  .online .c-header-type0-txt2 span:nth-of-type(1) {
    font-size: 100px;
  }
  .online .c-header-type0-txt2 span:nth-of-type(2) {
    font-size: 30px;
  }
  .online .c-attention::after {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
  .online .c-secHeader > p:nth-of-type(1) {
    font-size: 24px;
  }
  .online .c-secHeader > p:nth-of-type(2) {
    font-size: 40px;
  }
  .online header {
    justify-content: center;
    padding: 10px 6px 10px 15px;
  }
  .online header h1 {
    position: static;
    transform: initial;
  }
  .online header h1 img {
    width: 180px;
    vertical-align: top;
  }
  .online header .header-right > a {
    background-color: #F4FE00;
    color: #141821;
    border-bottom: #E6D54E solid 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    width: calc(100% - 20px);
    padding: 6px 6px 6px 12px;
    font-size: 12pxs;
  }
  .online header .header-right-logo {
    position: absolute;
    left: 15px;
    top: 8.5px;
  }
  .online header .header-right-logo img {
    width: 46px;
  }
  .online header .header-right-logo a {
    color: #000;
    font-size: 11px;
    font-weight: 500;
  }
  .online .sec {
    padding: 40px 15px;
  }
  .online .sec--cvV2 {
    padding: 1vw 1vw 0;
  }
  .online .sec--cvV2 .cvV2 a > span > img:nth-of-type(2) {
    left: 50%;
    bottom: 9.5vw;
    max-width: 84vw;
    transform: translateX(-50%);
  }
  .online .sec--mv {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url(/common/img/online/sp_fv_bg_v2.jpg);
    background-position: top;
    padding: 6vw 15px;
  }
  .online .sec--mv .mv {
    max-width: 100%;
  }
  .online .sec--mv .mv-block1 {
    text-align: center;
    font-size: 3.7vw;
    padding-bottom: 1vw;
    margin-bottom: 2vw;
    width: 68vw;
  }
  .online .sec--mv .mv-block1::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 11px solid #fff;
  }
  .online .sec--mv .mv-block1-row2 .c-lightblue {
    font-size: 6vw;
  }
  .online .sec--mv .mv-block2-row1 {
    font-size: 6.6vw;
  }
  .online .sec--mv .mv-block2-row1 small {
    display: block;
    font-size: 100%;
  }
  .online .sec--mv .mv-block2-row2 {
    font-size: 16.3vw;
    margin: 2vw 0 3vw;
  }
  .online .sec--mv .mv-block2-row2 small {
    font-size: 45%;
  }
  .online .sec--mv .mv-block2-row3 {
    font-size: 9vw;
    line-height: 1;
  }
  .online .sec--mv .mv-block2-row3 small {
    font-size: 9vw;
  }
  .online .sec--mv .mv-block2-row3 .c-underline {
    line-height: 1.5;
    margin-top: -2.5vw;
  }
  .online .sec--mv .mv-block3 {
    margin: 9vw 0 3vw;
  }
  .online .sec--mv .mv-block3 > div {
    width: 32%;
    height: calc((100vw - 30px) / 100 * 32);
    padding-bottom: 3vw;
  }
  .online .sec--mv .mv-block3 > div > p:nth-of-type(1) {
    font-size: 2.5vw;
  }
  .online .sec--mv .mv-block3 > div > p:nth-of-type(2) {
    font-size: 3.7vw;
    padding: 2vw 0 0;
  }
  .online .sec--mv .mv-block3 > div > p:nth-of-type(3) {
    font-size: 5.4vw;
  }
  .online .sec--mv .mv-block4 {
    font-size: 10px;
    width: 100%;
  }
  .online .sec--mv .mv-block4 span {
    display: block;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-crown > div {
    width: calc(100% / 3 - 5px);
    font-size: 5vw;
    height: 27vw;
    padding-bottom: 3vw;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-crown > div span {
    right: 0;
    top: 0;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-crown > p {
    margin-top: 15px;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-ttl {
    font-size: 26px;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-txt {
    font-size: 18px;
    margin: 50px 0 20px;
  }
  .online .sec--cumulativeTotal .swiper-wrapper {
    display: block;
  }
  .online .sec--cumulativeTotal .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-top: 25px;
    border-radius: 15px;
  }
  .online .sec--cumulativeTotal .swiper-slide-inner {
    display: flex;
    padding: 15px;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-item-left {
    width: 120px;
    margin: 0 15px 0 0;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-item-spec p:nth-of-type(1) {
    height: initial;
    margin: 10px 0;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-item-spec p:nth-of-type(1) img {
    width: 100% !important;
    max-width: 84px;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-item-spec p:nth-of-type(2) {
    font-size: 11px;
    margin-bottom: 0;
    height: initial;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-item-spec p:nth-of-type(3) {
    font-size: 25px;
    margin: 0;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-item-right {
    width: calc(100% - 135px);
  }
  .online .sec--cumulativeTotal .cumulativeTotal-item-right p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-item-right p:nth-of-type(2) {
    font-size: 15px;
  }
  .online .sec--worries {
    padding: 0;
  }
  .online .sec--worries .worries-intro2-header {
    font-size: 24px;
    padding: 30px 15px;
  }
  .online .sec--worries .worries-intro2-header::before, .online .sec--worries .worries-intro2-header::after {
    bottom: 15px;
  }
  .online .sec--worries .worries-intro2-mv {
    margin-top: 50px;
    flex-wrap: wrap;
    align-items: center;
  }
  .online .sec--worries .worries-intro2-mv-left {
    font-size: 23px;
    width: 100px;
    height: 100px;
    margin-bottom: 26px;
  }
  .online .sec--worries .worries-intro2-mv-left span {
    top: 22%;
    left: -9%;
    transform: rotate(-10deg);
    background-color: #f3f3f3;
  }
  .online .sec--worries .worries-intro2-mv-center {
    padding: 0 15px;
    width: 270px;
  }
  .online .sec--worries .worries-intro2-mv-right {
    max-width: 200px;
  }
  .online .sec--worries .worries-intro2-mv-txt1 {
    font-size: 16px;
  }
  .online .sec--worries .worries-intro2-mv-txt1 em {
    margin-right: 8px;
  }
  .online .sec--worries .worries-intro2-mv-txt2 {
    font-size: 16px;
    margin: 13px 0 7px;
  }
  .online .sec--worries .worries-intro2-mv-txt2 .c-kakeru {
    font-size: 16px;
    margin-right: 8px;
  }
  .online .sec--worries .worries-intro2-mv-txt2 .c-kakeru div {
    width: 100px;
    padding: 4px 0;
  }
  .online .sec--worries .worries-intro2-mv-txt2 .c-kakeru span {
    margin: 0 4px;
  }
  .online .sec--worries .worries-intro2-mv-txt3 {
    font-size: 40px;
  }
  .online .sec--worries .worries-intro {
    display: block;
    text-align: center;
  }
  .online .sec--worries .worries-intro-ttl {
    font-size: 22px;
    margin: 0;
  }
  .online .sec--worries .worries-intro-ttl > span {
    display: inline-block;
  }
  .online .sec--worries .worries-intro-ttl > span:nth-of-type(2) {
    margin-left: 0;
  }
  .online .sec--worries .worries-intro-img {
    width: 200px;
    margin: 15px auto;
  }
  .online .sec--worries .worries-intro-bubbleWrap {
    position: static;
  }
  .online .sec--worries .worries-intro-bubble {
    display: inline-block;
    padding: 12px 30px;
  }
  .online .sec--worries .worries-intro-bubble::after {
    right: initial;
    bottom: initial;
    left: 76px;
    top: -13px;
    transform: rotate(-104deg);
  }
  .online .sec--worries .worries-txt {
    font-size: 17px;
    margin-top: 30px;
  }
  .online .sec--worries .worries-txt p.c-price {
    font-size: 22px;
    line-height: 2;
    transform: translateX(7.5px);
  }
  .online .sec--worries .worries-txt p.c-price span {
    margin-left: 0;
  }
  .online .sec--worries .worries-txt p.c-price em.italic {
    transform: translateX(-1rem);
    margin: 0;
  }
  .online .sec--worries .worries-txt p em {
    font-size: 23px;
    margin-right: 6px;
  }
  .online .sec--worries .worries-txt p + p {
    margin-top: 30px;
  }
  .online .sec--worries .worries-txt.nanto {
    padding: 25px 15px 15px;
  }
  .online .sec--worries .strengths-point {
    padding: 0 15px;
  }
  .online .sec--worries .strengths-point > div {
    padding: 20px 15px;
  }
  .online .sec--worries .strengths-point > div > div:nth-of-type(1) {
    margin-right: 20px;
  }
  .online .sec--worries .strengths-point > div > div:nth-of-type(1) p:nth-of-type(1) {
    font-size: 20px;
  }
  .online .sec--worries .strengths-point > div > div:nth-of-type(1) p:nth-of-type(2) {
    font-size: 40px;
  }
  .online .sec--worries .strengths-point > div > div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .online .sec--worries .strengths-point > div > div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 18px;
  }
  .online .sec--worries .c-attention::after {
    left: 47%;
  }
  .online .sec--worriesV2 .worries-ttl {
    font-size: 30px;
    line-height: 1.3;
    padding: 3px 0;
  }
  .online .sec--worriesV2 .worries-item {
    display: block;
    max-width: 400px;
    margin: auto;
  }
  .online .sec--worriesV2 .worries-item > div {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .online .sec--worriesV2 .worries-item > div > div:nth-of-type(1)::after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 8px solid #FFF9E8;
    border-left: 0;
    bottom: initial;
    left: initial;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .online .sec--worriesV2 .worries-item > div > div:nth-of-type(2) {
    height: initial;
  }
  .online .sec--worriesV2 .worries-item > div > div:nth-of-type(2) img {
    max-height: 172px;
    width: auto;
    max-width: initial !important;
  }
  .online .sec--worriesV2 .worries-item > div:nth-of-type(1) > div:nth-of-type(1) {
    width: 200px;
    padding: 25px 15px;
    min-height: initial;
  }
  .online .sec--worriesV2 .worries-item > div:nth-of-type(1) > div:nth-of-type(2) {
    width: calc(100% - 200px);
    margin: 0;
  }
  .online .sec--worriesV2 .worries-item > div:nth-of-type(1) > div:nth-of-type(2) img {
    max-height: 176px;
  }
  .online .sec--worriesV2 .worries-item > div:nth-of-type(2) {
    flex-direction: row;
    margin: 5px 0 15px;
  }
  .online .sec--worriesV2 .worries-item > div:nth-of-type(2) > div:nth-of-type(1) {
    width: 220px;
    padding: 25px 15px;
    min-height: initial;
  }
  .online .sec--worriesV2 .worries-item > div:nth-of-type(2) > div:nth-of-type(1)::after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
    bottom: initial;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .online .sec--worriesV2 .worries-item > div:nth-of-type(2) > div:nth-of-type(2) {
    width: calc(100% - 220px);
    margin: 0;
  }
  .online .sec--worriesV2 .worries-item > div:nth-of-type(3) > div:nth-of-type(1) {
    width: 220px;
    padding: 25px 15px;
    min-height: initial;
  }
  .online .sec--worriesV2 .worries-item > div:nth-of-type(3) > div:nth-of-type(1)::after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 8px solid #FFF9E8;
    border-left: 0;
    bottom: initial;
    left: initial;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .online .sec--worriesV2 .worries-item > div:nth-of-type(3) > div:nth-of-type(2) {
    width: calc(100% - 220px);
    margin: 0;
  }
  .online .sec--pursuit {
    background-image: url(/common/img/online/sp_sec03_bg.png);
  }
  .online .sec--pursuit .pursuit-ttl {
    margin-bottom: 40px;
  }
  .online .sec--pursuit .pursuit-ttl-row1 {
    font-size: 28px;
  }
  .online .sec--pursuit .pursuit-ttl-row2 {
    font-size: 36px;
  }
  .online .sec--pursuit .pursuit-ttl-row2 .pursuit-ttl-row2-underline {
    border-bottom: 2px solid #0d3672;
  }
  .online .sec--pursuit .pursuit-item {
    flex-direction: column-reverse;
    padding: 15px;
  }
  .online .sec--pursuit .pursuit-item > div:nth-of-type(1) {
    width: 100%;
  }
  .online .sec--pursuit .pursuit-item > div:nth-of-type(1) > p {
    margin-top: 20px;
  }
  .online .sec--pursuit .pursuit-item > div:nth-of-type(1) > p .c-black {
    font-size: 19px;
  }
  .online .sec--pursuit .pursuit-item > div:nth-of-type(1) > p:nth-of-type(3) {
    font-size: 18px;
  }
  .online .sec--pursuit .pursuit-item > div:nth-of-type(2) {
    width: 100%;
    margin-bottom: 15px;
  }
  .online .sec--realization .realization-item-left {
    margin: 0;
    width: 100%;
  }
  .online .sec--realization .realization-item-no {
    font-size: 45px;
    margin-right: 15px;
  }
  .online .sec--realization .realization-item-txt {
    margin-bottom: 20px;
  }
  .online .sec--realization .realization-item-txt > p:nth-of-type(1) {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .online .sec--realization .realization-item-txt > p:nth-of-type(2) {
    font-size: 15px;
    line-height: 1.6;
    width: calc(100% + 51.33px + 15px);
    margin-left: calc(-51.33px - 15px);
  }
  .online .sec--realization .realization-item-right {
    width: 100%;
  }
  .online .sec--realization .realization-item {
    margin-top: 40px;
  }
  .online .sec--realization .realization-item > div {
    display: block;
    margin-bottom: 25px;
    padding: 15px;
  }
  .online .sec--realization .realization-item > div:last-of-type {
    display: flex;
  }
  .online .sec--realization .realization-item > div:last-of-type .realization-item-left {
    display: block;
    width: 50%;
  }
  .online .sec--realization .realization-item > div:last-of-type .realization-item-right {
    width: 50%;
    margin-left: 15px;
  }
  .online .sec--realization .realization-item > div:last-of-type .realization-item-no {
    margin: 0 0 5px;
  }
  .online .sec--realization .realization-item > div:last-of-type .realization-item-txt > p:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
  }
  .online .sec--practicalType {
    padding: 0;
  }
  .online .sec--practicalType .practicalType-header {
    margin-bottom: 30px;
  }
  .online .sec--practicalType .practicalType-header-ttl {
    font-size: 27px;
  }
  .online .sec--practicalType .practicalType-header-ttl em {
    font-size: 38px;
  }
  .online .sec--practicalType .point-sec-block1050,
  .online .sec--practicalType .point-sec-block950 {
    padding: 0 15px;
  }
  .online .sec--practicalType .point-sec-block1050 {
    margin: 0 auto;
  }
  .online .sec--practicalType .point-sec-block1050--2 {
    padding: 0;
    margin: 50px auto;
  }
  .online .sec--practicalType .point-sec-bg1 {
    padding: 50px 15px;
    margin-top: 0;
  }
  .online .sec--practicalType .point-sec-bg1 .point-sec-block1050,
  .online .sec--practicalType .point-sec-bg1 .point-sec-block950 {
    padding: 0;
  }
  .online .sec--practicalType .point-sec {
    padding: 1px 0;
    margin-top: 0;
  }
  .online .sec--practicalType .point-header-left {
    width: 100%;
    display: flex;
    padding: 0;
  }
  .online .sec--practicalType .point-header-ico {
    margin-right: 20px;
  }
  .online .sec--practicalType .point-header-ico div:nth-of-type(1) {
    font-size: 19px;
  }
  .online .sec--practicalType .point-header-ico div:nth-of-type(2) {
    font-size: 38px;
  }
  .online .sec--practicalType .point-header-ttl {
    font-size: 22px;
    margin-top: -6px;
  }
  .online .sec--practicalType .point-header-right {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 12px;
  }
  .online .sec--practicalType .point-header-bottom {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.7;
  }
  .online .sec--practicalType .point-header-bottom-coreSkill {
    display: block;
    padding: 30px 0 0;
  }
  .online .sec--practicalType .point-header-bottom-coreSkill-left {
    width: 100%;
  }
  .online .sec--practicalType .point-header-bottom-coreSkill-left p:nth-of-type(1) {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .online .sec--practicalType .point-header-bottom-coreSkill-left p:nth-of-type(2) {
    font-size: 18px;
  }
  .online .sec--practicalType .point-header-bottom-coreSkill-right {
    width: 100%;
    margin: 10px 0 0;
  }
  .online .sec--practicalType .point-block0 {
    margin-top: 30px;
  }
  .online .sec--practicalType .point-block0 > div {
    width: 100%;
    padding: 30px 15px;
    border-radius: 20px;
  }
  .online .sec--practicalType .point-block0 > div + div {
    margin-top: 30px;
  }
  .online .sec--practicalType .point-block0--type2 .point-block0-img img {
    border-radius: 20px 20px 0 0;
  }
  .online .sec--practicalType .point-block0--type2 .point-block0-ttl {
    padding: 0 15px;
    font-size: 19px;
    height: 53.2px;
  }
  .online .sec--practicalType .point-block0--type2 .point-block0-cnt {
    padding: 0 15px 30px;
    font-size: 14px;
  }
  .online .sec--practicalType .point-block0--type2 > div {
    padding: 0;
    margin-top: 0;
    width: calc(50% - 7.5px);
  }
  .online .sec--practicalType .point-block0--type2 > div:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .online .sec--practicalType .point-block0--type2 > div:nth-of-type(2n+1) {
    margin-right: 15px;
  }
  .online .sec--practicalType .point-block0--type2 > div:nth-of-type(2) .point-block0-ttl {
    font-size: 15px;
  }
  .online .sec--practicalType .point-block0--type3 {
    margin-top: 0;
  }
  .online .sec--practicalType .point-block0--type3 > div:nth-of-type(1) {
    font-size: 28px;
    margin-bottom: 0;
  }
  .online .sec--practicalType .point-block0-img {
    margin-bottom: 15px;
  }
  .online .sec--practicalType .point-block0-img img {
    max-width: 100px;
  }
  .online .sec--practicalType .point-block0-ttl {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .online .sec--practicalType .point-block0-ttl.min-h-126 {
    min-height: 73px;
  }
  .online .sec--practicalType .point-block0-cnt {
    font-size: 18px;
  }
  .online .sec--practicalType .point-block1 > div {
    border-radius: 15px;
    margin-top: 15px;
    padding: 15px;
  }
  .online .sec--practicalType .point-block1 > div p {
    padding-right: 10px;
  }
  .online .sec--practicalType .point-block2-ttl {
    font-size: 22px;
    margin: 50px 0 10px;
  }
  .online .sec--practicalType .point-block2-ttl .bassui {
    font-size: 58%;
    margin-top: 5px;
  }
  .online .sec--practicalType .swiper {
    padding: 30px 15px;
  }
  .online .sec--practicalType .swiper3 .point-block2-cnt-ttl {
    font-size: 21px;
  }
  .online .sec--practicalType .swiper-slide-inner {
    padding: 15px;
  }
  .online .sec--practicalType .point-block2-cnt-ttl {
    font-size: 22px;
  }
  .online .sec--practicalType .point-block2-cnt-txt dl dt {
    width: 90px;
  }
  .online .sec--practicalType .point-block2-cnt-txt dl dd {
    width: calc(100% - 90px);
  }
  .online .sec--practicalType .point-figure-2 .imgWrap {
    display: block;
    overflow-x: scroll;
  }
  .online .sec--practicalType .point-figure-2 .imgWrap img {
    width: 700px;
    max-width: initial;
  }
  .online .sec--practicalType .point-figure-2 .c-reasonForQuality-toggleTtl {
    font-size: 18px;
  }
  .online .sec--practicalType .point-figure-3 {
    display: block;
    margin-top: 60px;
  }
  .online .sec--practicalType .point-figure-3 > div {
    padding: 40px 15px 20px;
    border-radius: 20px;
  }
  .online .sec--practicalType .point-figure-3 > div:nth-of-type(1) {
    margin-right: 0;
    width: 100%;
  }
  .online .sec--practicalType .point-figure-3 > div:nth-of-type(1)::after {
    right: initial;
    left: 50%;
    transform: translateX(-42%) rotate(90deg);
    top: 102%;
  }
  .online .sec--practicalType .point-figure-3 > div:nth-of-type(2) {
    margin-top: 95px;
    width: 100%;
  }
  .online .sec--practicalType .point-figure-3 > div:nth-of-type(2) .img img {
    max-width: 120px;
  }
  .online .sec--practicalType .point-figure-3 > div .ttl {
    padding: 10px 0;
    font-size: 20px;
    min-width: 180px;
    top: -25px;
  }
  .online .sec--practicalType .point-figure-3 > div .txt1 {
    font-size: 20px;
    margin: 20px 0 15px;
  }
  .online .sec--practicalType .point-figure-3 > div .txt2 {
    font-size: 15px;
  }
  .online .sec--practicalType .point-block3-ttl {
    font-size: 20px;
  }
  .online .sec--practicalType .point-block3-item > div {
    margin-top: 15px;
  }
  .online .sec--practicalType .point-block3-item-header {
    font-size: 18px;
    padding: 10px;
  }
  .online .sec--practicalType .point-block4 {
    margin: 50px 0;
  }
  .online .sec--practicalType .point-block4 div p {
    padding-left: 18px;
  }
  .online .sec--practicalType .point-block4 div p:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .online .sec--practicalType .img1 {
    min-width: 82px;
    max-width: 82px;
  }
  .online .sec--practicalType .img2 {
    min-width: 82px;
    max-width: 82px;
  }
  .online .sec--practicalType .img3 {
    min-width: 88px;
    max-width: 88px;
  }
  .online .sec--practicalType .img4 {
    min-width: 88px;
    max-width: 88px;
  }
  .online .sec--practicalType .img5 {
    min-width: 90px;
    max-width: 90px;
  }
  .online .sec--practicalType .img6 {
    min-width: 82px;
    max-width: 82px;
  }
  .online .sec--movie {
    padding: 10px 15px 40px;
  }
  .online .sec--movie .movie-ttl {
    font-size: 20px;
  }
  .online .sec--movie .movie-yt {
    margin-top: 20px;
  }
  .online .sec--movie .movie-txt {
    font-size: 26px;
  }
  .online .sec--quality {
    padding-bottom: 0;
  }
  .online .sec--quality .quality {
    display: block;
    max-width: 400px;
    margin: auto;
  }
  .online .sec--quality .quality-left > a {
    width: 300px;
  }
  .online .sec--quality .c-price {
    font-size: 24px;
  }
  .online .sec--quality .quality-left-attention {
    right: -10px;
    text-shadow: 0 0 4px #fff;
  }
  .online .sec--quality .quality-right {
    margin: 30px 0 0 52px;
    width: calc(100% - 52px);
    max-width: 400px;
  }
  .online .sec--quality .quality-right-img {
    width: 150px;
  }
  .online .sec--quality .quality-right-circle {
    width: 130px;
    height: 130px;
  }
  .online .sec--quality .quality-right-circle p:nth-of-type(1) {
    font-size: 16px;
  }
  .online .sec--reasonForQuality--p2 {
    padding-bottom: 0;
  }
  .online .sec--comparison .comparison-radius {
    padding: 8px 36px;
    font-size: 19px;
  }
  .online .sec--comparison .comparison-txt1 {
    font-size: 18px;
  }
  .online .sec--comparison .comparison-tableWrap {
    overflow: scroll;
  }
  .online .sec--comparison .comparison-table table {
    font-size: 12px;
    width: 100%;
    width: 710px;
    border-radius: 10px;
  }
  .online .sec--comparison .comparison-table table tr td {
    padding: 5px 10px;
  }
  .online .sec--comparison .comparison-table table tr td.blue {
    font-size: 140%;
    line-height: 1.2;
  }
  .online .sec--comparison .comparison-table .c-attention {
    padding-bottom: 35px;
  }
  .online .sec--comparison .comparison-table .c-attention::after {
    width: 179px;
    bottom: 2px;
  }
  .online .sec--comparison .comparison-table-ttl {
    font-size: 24px;
  }
  .online .sec--comparison .comparison-chosen {
    margin: 60px auto 0;
  }
  .online .sec--comparison .comparison-chosen-ttl {
    font-size: 24px;
  }
  .online .sec--comparison .comparison-chosen-slideTtl {
    display: flex;
    min-height: 120px;
  }
  .online .sec--comparison .comparison-chosen-slideCnt {
    display: flex;
    flex-direction: column;
  }
  .online .sec--comparison .comparison-chosen-slideCnt div {
    text-align: center;
    padding-top: 0;
  }
  .online .sec--comparison .comparison-chosen-slideCnt div img {
    max-width: 150px;
  }
  .online .sec--comparison .comparison-bubble {
    padding: 8px 36px;
    font-size: 19px;
  }
  .online .sec--comparison .comparison-txt2 {
    font-size: 26px;
    margin: 15px 0 20px;
  }
  .online .sec--comparison .comparison-txt3 {
    font-size: 16px;
  }
  .online .sec--comparisonV2 .comparisonV2-ttl {
    font-size: 22px;
    padding: 10px 10px 14px;
  }
  .online .sec--comparisonV2 .comparisonV2-ttl::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #173774;
  }
  .online .sec--comparisonV2 .comparisonV2-ttlUnder {
    font-size: 25px;
    margin: 15px 0 30px;
  }
  .online .sec--comparisonV2 .comparisonV2-ttlUnder .c-gold {
    font-size: 25px;
  }
  .online .sec--comparisonV2 .comparisonV2-slide-no {
    font-size: 26px;
    width: 35px;
  }
  .online .sec--comparisonV2 .comparisonV2-slide-ttl {
    text-align: left;
    font-size: 19px;
    width: calc(100% - 35px);
    margin: 8px 0 20px;
    min-height: initial;
  }
  .online .sec--comparisonV2 .comparisonV2-slide-img {
    width: 30%;
    margin: 0;
    height: initial;
    padding-right: 15px;
  }
  .online .sec--comparisonV2 .comparisonV2-slide-img img {
    max-width: initial;
    max-height: initial;
    width: 100%;
    height: initial;
  }
  .online .sec--comparisonV2 .comparisonV2-slide-txt {
    width: 70%;
  }
  .online .sec--comparisonV2 .comparisonV2-slide {
    display: block;
  }
  .online .sec--comparisonV2 .comparisonV2-slide > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 25px;
  }
  .online .sec--comparisonV2 .comparisonV2-slide > div:nth-of-type(1) {
    margin-top: 0;
  }
  .online .sec--comparisonV2 .comparison-radius {
    padding: 8px 36px;
    font-size: 19px;
  }
  .online .sec--comparisonV2 .comparison-txt1 {
    font-size: 18px;
  }
  .online .sec--comparisonV2 .comparison-tableWrap {
    overflow: scroll;
  }
  .online .sec--comparisonV2 .comparison-table table {
    font-size: 12px;
    width: 100%;
    width: 710px;
    border-radius: 10px;
  }
  .online .sec--comparisonV2 .comparison-table table tr td {
    padding: 5px 10px;
  }
  .online .sec--comparisonV2 .comparison-table table tr td.blue {
    font-size: 140%;
    line-height: 1.2;
  }
  .online .sec--comparisonV2 .comparison-table .c-attention {
    padding-bottom: 35px;
  }
  .online .sec--comparisonV2 .comparison-table .c-attention::after {
    width: 179px;
    bottom: 2px;
  }
  .online .sec--comparisonV2 .comparison-table-ttl {
    font-size: 24px;
    margin: 40px 0;
  }
  .online .sec--comparisonV2 .comparison-tableImg {
    overflow: scroll;
  }
  .online .sec--comparisonV2 .comparison-tableImg img {
    width: 500px;
    max-width: 500px;
  }
  .online .sec--comparisonV2 .comparison-tableCanScroll {
    max-width: 200px;
    margin: 15px auto 0;
    padding: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    background-color: #eee;
  }
  .online .sec--comparisonV2 .comparison-chosen {
    margin: 60px auto 0;
  }
  .online .sec--comparisonV2 .comparison-chosen-ttl {
    font-size: 24px;
  }
  .online .sec--comparisonV2 .comparison-chosen-slideTtl {
    display: flex;
    min-height: 120px;
  }
  .online .sec--comparisonV2 .comparison-chosen-slideCnt {
    display: flex;
    flex-direction: column;
  }
  .online .sec--comparisonV2 .comparison-chosen-slideCnt div {
    text-align: center;
    padding-top: 0;
  }
  .online .sec--comparisonV2 .comparison-chosen-slideCnt div img {
    max-width: 150px;
  }
  .online .sec--comparisonV2 .comparison-bubble {
    padding: 8px 36px;
    font-size: 19px;
  }
  .online .sec--comparisonV2 .comparison-txt2 {
    font-size: 26px;
    margin: 15px 0 20px;
  }
  .online .sec--comparisonV2 .comparison-txt3 {
    font-size: 16px;
  }
  .online .sec--chosen .chosen-ttl {
    margin-bottom: 40px;
  }
  .online .sec--chosen .chosen-ttl > p:nth-of-type(1) {
    font-size: 24px;
  }
  .online .sec--chosen .chosen-ttl > p:nth-of-type(2) {
    font-size: 40px;
    line-height: 1.2;
  }
  .online .sec--coupon .coupon {
    transform: initial;
    padding-left: 8px;
  }
  .online .sec--cando .cando-ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .online .sec--cando .cando-item {
    display: block;
  }
  .online .sec--cando .cando-item > div {
    width: 100%;
  }
  .online .sec--cando .cando-item > div:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .online .sec--program::before {
    width: 100px;
    height: 720px;
  }
  .online .sec--program .program-ttl {
    font-size: 30px;
  }
  .online .sec--program .program-desc {
    margin: 20px 0 30px;
    font-size: 16px;
  }
  .online .sec--program .program-block > div {
    margin-top: 60px;
  }
  .online .sec--program .program-block-ttl {
    font-size: 17px;
  }
  .online .sec--program .program-block-item {
    display: block;
  }
  .online .sec--program .program-block-item > div {
    width: 100%;
  }
  .online .sec--program .program-block-item > div:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .online .sec--program .program-block-item > div > div:nth-of-type(2) p:nth-of-type(1) {
    display: block;
    min-height: initial;
  }
  .online .sec--program .program-block-item > div > div:nth-of-type(2) img {
    max-width: 200px;
  }
  .online .sec--program .program-before {
    margin-bottom: 0;
  }
  .online .sec--program .program-tab > div {
    padding: 20px 10px;
    font-size: 16px;
  }
  .online .sec--learningFlow .learningFlow-ttl {
    margin-bottom: 40px;
  }
  .online .sec--learningFlow .learningFlow-before p:nth-of-type(1) {
    padding: 4px 17px;
    font-size: 18px;
  }
  .online .sec--learningFlow .learningFlow-step > div:not(.learningFlow-step-triangle) {
    padding: 15px;
  }
  .online .sec--learningFlow .learningFlow-step-ttl p:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.5;
    padding: 5px 0;
  }
  .online .sec--device .device-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .online .sec--device .device-img {
    max-width: 500px;
    margin: 20px auto 40px;
  }
  .online .sec--device .device-yt {
    margin-top: 0;
  }
  .online .sec--strengths .strengths-txt1 {
    display: block;
    font-size: 21px;
    margin: 20px 0;
  }
  .online .sec--strengths .strengths-txt1 .c-kakeru {
    margin: 4px 0 0;
  }
  .online .sec--strengths .strengths-point > div {
    box-shadow: 0px 0px 5px 0px #dcdcdc;
  }
  .online .sec--strengths .strengths-point > div > div:nth-of-type(2) {
    font-size: 16px;
    text-align: left;
  }
  .online .sec--strengths .c-price {
    font-size: 30px;
  }
  .online .sec--strengthsV2 {
    background-image: url(/common/img/online/sp_sec05_bg.png);
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper .swpr {
    padding: 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper .swiper-wrapper {
    display: block;
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper .swiper-slide {
    width: 100%;
    margin-top: 25px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper .swiper-slide:nth-of-type(1) {
    margin-top: 0;
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper .swiper-slide-inner {
    display: flex;
    justify-content: space-between;
    padding: 15px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-left {
    width: 30%;
    margin-right: 10px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-ttl {
    font-size: 16px;
    margin: 10px 0 0;
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-ttl .t {
    display: block;
    background-color: #2544b2;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    font-size: 13px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-txt {
    width: 70%;
    font-size: 12px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-txt dt {
    width: 71px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper .point-block2-cnt-txt dd {
    width: calc(100% - 71px);
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper-ttl {
    font-size: 22px;
    padding: 8px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper-ttl::before {
    border-top: 41px solid transparent;
    border-bottom: 41px solid transparent;
    border-left: 18px solid #ffffff;
  }
  .online .sec--strengthsV2 .strengthsV2-point-swiper-ttl::after {
    border-top: 41px solid transparent;
    border-bottom: 41px solid transparent;
    border-right: 18px solid #ffffff;
  }
  .online .sec--strengthsV2 .strengthsV2-point {
    padding: 15px;
    margin-top: 30px;
  }
  .online .sec--strengthsV2 .strengthsV2-point--3 .strengthsV2-point-headerThumb--hasTxt {
    background-image: url(/common/img/online/sp_sec05_p1_h3_img.png);
  }
  .online .sec--strengthsV2 .strengthsV2-point--3 .strengthsV2-point-headerThumb--hasTxt > div {
    max-width: 80%;
  }
  .online .sec--strengthsV2 .strengthsV2-point-header {
    padding: 0 15px 20px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-header-no {
    margin-bottom: 30px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-header-txt {
    font-size: 20px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-header-txt .c-yellow {
    font-size: 31px;
    line-height: 1.3;
  }
  .online .sec--strengthsV2 .strengthsV2-point-headerThumb--hasTxt {
    padding: 30px 0;
    background-image: url(/common/img/online/sp_sec05_p2_h3_img.png);
  }
  .online .sec--strengthsV2 .strengthsV2-point-headerThumb--hasTxt > div {
    font-size: 13px;
    padding: 30px 15px;
    text-align: left;
    max-width: 80%;
  }
  .online .sec--strengthsV2 .strengthsV2-point-slide-header {
    height: initial;
    font-size: 19px;
    padding: 5px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-slide-img {
    height: initial;
    max-width: 200px;
    margin: 0 auto 15px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-slide {
    display: block;
  }
  .online .sec--strengthsV2 .strengthsV2-point-slide > div {
    width: 100%;
    margin-bottom: 25px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-slide > div.emphasis {
    margin-bottom: 0;
  }
  .online .sec--strengthsV2 .strengthsV2-point-slide > div.emphasis .strengthsV2-point-slide-header {
    height: initial;
    padding: 8px 5px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block1 {
    padding: 15px;
    align-items: initial;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block1 > div:nth-of-type(1) {
    width: 35%;
    margin-right: 15px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block1 > div:nth-of-type(2) {
    width: 65%;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block1 > div:nth-of-type(2) > p:nth-of-type(1) {
    text-align: left;
    font-size: 13px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block1 > div:nth-of-type(2) > p:nth-of-type(2) {
    width: calc(100vw - 90px);
    margin-left: calc(((-100vw + 90px) * 0.35));
    margin-top: 20px;
    font-size: 12px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block1 > div:nth-of-type(2) > p:nth-of-type(2) .c-gold {
    font-size: 18px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block2 {
    padding: 40px 0;
    align-items: initial;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block2 > div:nth-of-type(1) > p:nth-of-type(1) {
    font-size: 15px;
    width: calc(100vw - 60px);
  }
  .online .sec--strengthsV2 .strengthsV2-point-block2 > div:nth-of-type(1) > p:nth-of-type(1) .c-bgSquare--blue {
    margin-top: 4px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block2 > div:nth-of-type(1) > p:nth-of-type(2) {
    width: calc(100vw - 60px);
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
  }
  .online .sec--strengthsV2 .strengthsV2-point-msgBlock1 {
    font-size: 20px;
    box-shadow: initial;
    padding: 15px 0 0;
  }
  .online .sec--strengthsV2 .strengthsV2-point-msgBlock1 .c-gold {
    font-size: 20px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-msgBlock1-inner {
    padding: 15px;
    line-height: 1.7;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block3 {
    padding: 0;
    box-shadow: initial;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block3 > div:nth-of-type(1) {
    font-size: 13px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-4skill {
    margin-top: 50px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-4skill-ttl {
    margin-bottom: 40px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-4skill-ttl > p:nth-of-type(1) {
    font-size: 24px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-4skill-ttl > p:nth-of-type(2) {
    font-size: 34px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-4skill-ttl > p:nth-of-type(3) {
    font-size: 32px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-cnt {
    display: block;
    text-align: center;
  }
  .online .sec--strengthsV2 .strengthsV2-point-cnt > div:nth-of-type(1) {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
  }
  .online .sec--strengthsV2 .strengthsV2-point-cnt > div:nth-of-type(2) {
    width: 100%;
    margin: 40px 0 0;
  }
  .online .sec--strengthsV2 .strengthsV2-point-cnt > div:nth-of-type(2) img {
    max-width: 400px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block5-ttl {
    font-size: 26px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block5-ttl small {
    font-size: 100%;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block5-item {
    display: block;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block5-item > div {
    width: 100%;
  }
  .online .sec--strengthsV2 .strengthsV2-point-block5-item > div:nth-of-type(2) {
    margin-top: 25px;
  }
  .online .sec--strengthsV2 .strengthsV2-point-msgBlock2 {
    font-size: 32px;
  }
  .online .sec--flow .flow-tab {
    margin-bottom: 40px;
  }
  .online .sec--flow .flow-tab > div {
    padding: 10px 15px;
    font-size: 15px;
  }
  .online .sec--flow .flow-step-cnt-header p {
    font-size: 16px;
  }
  .online .sec--flow .flow-step-cnt-txt p:nth-of-type(1) {
    font-size: 22px;
  }
  .online .sec--reason .reason-ttl {
    font-size: 26px;
  }
  .online .sec--reason .reason-item-header > div:nth-of-type(2) {
    font-size: 18px;
    line-height: 2;
  }
  .online .sec--survice .survice-price-before p:nth-of-type(1) {
    font-size: 16px;
  }
  .online .sec--survice .survice-price-before p:nth-of-type(2) {
    font-size: 22px;
  }
  .online .sec--survice .survice-price-arrow {
    width: 50px;
    margin: 34px 10px 0 10px;
  }
  .online .sec--survice .survice-price-after p {
    font-size: 10px;
  }
  .online .sec--survice .survice-price-after .c-price {
    font-size: 24px;
  }
  .online .sec--survice .survice-ttl {
    font-size: 22px;
  }
  .online .sec--survice .survice-item {
    flex-wrap: wrap;
  }
  .online .sec--survice .survice-item > div {
    width: 50%;
    padding: 30px 0;
  }
  .online .sec--survice .survice-item > div img.img1 {
    width: 52px;
  }
  .online .sec--survice .survice-item > div img.img2 {
    width: 87px;
    margin-top: 22px;
  }
  .online .sec--survice .survice-item > div img.img3 {
    width: 70px;
  }
  .online .sec--survice .survice-item > div img.img4 {
    width: 82px;
  }
  .online .sec--survice .survice-item > div img.img5 {
    width: 47px;
  }
  .online .sec--survice .survice-item > div img.img6 {
    width: 92px;
    margin-top: 13px;
  }
  .online .sec--survice .survice-item > div img.img7 {
    width: 48px;
  }
  .online .sec--survice .survice-item > div img.img9 {
    width: 95px;
    margin-top: 0;
  }
  .online .sec--survice .survice-item > div img.img10 {
    width: 36px;
  }
  .online .sec--survice .survice-item > div p {
    font-size: 18px;
    height: 54px;
    margin-top: 4px;
  }
  .online .sec--survice .survice-item > div:nth-of-type(n+3) {
    border-top: 2px solid #c9d6e3;
  }
  .online .sec--survice .survice-item hr {
    display: none;
  }
  .online .sec--faq .faq-ttl {
    margin-bottom: 20px;
  }
  .online .sec--faq .faq-ttl p:nth-of-type(2) {
    font-size: 26px;
  }
  .online .sec--faq .faq-qa > div {
    margin-top: 20px;
  }
  .online .sec--faq .faq-qa-q {
    padding: 15px 45px 15px 15px;
    font-size: 18px;
  }
  .online .sec--faq .faq-qa-q::before {
    width: 22px;
    height: 22px;
    left: 12px;
    top: 19px;
  }
  .online .sec--faq .faq-qa-q::after {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
  }
  .online .sec--faq .faq-qa-a {
    padding: 15px;
    font-size: 16px;
  }
  .online .sec--faq .faq-qa-a::before {
    width: 22px;
    height: 22px;
    left: 12px;
    top: 19px;
  }
  .online .sec--faq .faq-qa-a::after {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
  }
  .online .sec--spring {
    padding: 20px 15px;
  }
  .online .sec--spring .spring-block1-left-row1 {
    font-size: 4.5vw;
  }
  .online .sec--spring .spring-block1-left-row1-hash {
    top: 2vw;
    width: 34vw;
    height: 8.1vw;
    font-size: 2.4vw;
  }
  .online .sec--spring .spring-block1-left-row2 .txt2 {
    font-size: 8.3vw;
  }
  .online .sec--spring .spring-block1-right {
    font-size: 2.5vw;
    padding: 3.2vw 0;
  }
  .online .sec--spring .spring-block1-right span {
    font-size: 3vw;
    margin-bottom: 0.5vw;
    display: inline-block;
  }
  .online .sec--spring .spring-block2-row > div:nth-of-type(1) {
    font-size: 3.2vw;
  }
  .online .sec--spring .spring-block2-row > div:nth-of-type(1) > span:nth-of-type(1) {
    width: 4vw;
    height: 4vw;
    padding-bottom: 0.4vw;
  }
  .online .sec--spring .spring-block2-row > div:nth-of-type(2) {
    font-size: 4.15vw;
  }
  .online footer {
    padding: 40px 15px;
  }
  .online footer .footer-company-block1 {
    max-width: 494px;
  }
  .online footer .footer-company-block1-left {
    display: none;
  }
  .online footer .footer-company-block1-right {
    width: 100%;
  }
  .online footer .footer-company-block1-right > img {
    margin-bottom: 10px;
  }
  .online footer .footer-company-logo {
    width: 250px;
  }
  .online footer .footer-company-txt {
    margin: 40px auto;
  }
  .online footer .footer-company-txt p:nth-of-type(1) {
    font-size: 18px;
  }
  .online footer .footer-company-txt p:nth-of-type(2) {
    font-size: 22px;
  }
  .online footer .footer-btn {
    margin: 40px auto 0;
    border-radius: 10px;
    padding: 15px;
  }
  .online footer .footer-btn > span {
    font-size: 16px;
  }
  .online footer .footer-btn img {
    right: 15px;
    width: 12px;
  }
  .online footer .footer-sns {
    margin-bottom: 100px;
  }
  .online .modaal-content-container {
    padding: 0;
  }
}

@media (max-width: 425px) {
  .online .sec--mv .mvSwiper video.v2 {
    transform: translateX(-39%);
  }
  .online .sec--mv .mvSwiper video.v3 {
    transform: translateX(-39%);
  }
  .online .sec--mv .mvSwiper video.v5 {
    transform: translateX(-22%);
  }
  .online .sec--worriesV2 .worries-item > div:nth-of-type(2) > div:nth-of-type(2) img,
  .online .sec--worriesV2 .worries-item > div:nth-of-type(3) > div:nth-of-type(2) img {
    max-width: calc(100% - 20px);
  }
}

@media (max-width: 400px) {
  .online .sec--worriesV2 .worries-item > div > div:nth-of-type(2) img {
    height: auto !important;
    max-height: initial !important;
    width: 100% !important;
  }
  .online .sec--worriesV2 .worries-item > div:nth-of-type(2) > div:nth-of-type(2) img {
    width: 70% !important;
  }
  .online .sec--worriesV2 .worries-item > div:nth-of-type(3) > div:nth-of-type(2) img {
    width: 60% !important;
  }
}

@media (max-width: 385px) {
  .online .c-price {
    font-size: 28px;
  }
}

@media (max-width: 374px) {
  .online .sp374 {
    display: block;
  }
  .online .c-price {
    font-size: 24px;
  }
  .online .c-btnCv {
    width: 290px;
    height: 54px;
    font-size: 17px;
  }
  .online .c-btnCv img {
    width: 9px;
    margin-left: 12px;
  }
  .online .c-kakeru {
    margin-right: 4px;
  }
  .online .c-kakeru div {
    width: 120px;
    padding: 4px 0;
  }
  .online .c-kakeru span {
    margin: 0 4px;
  }
  .online header h1 img {
    width: 154px;
  }
  .online .sec--mv .mv-txt2-p1 {
    font-size: 18px;
  }
  .online .sec--mv .mv-txt2 a {
    width: 290px;
  }
  .online .sec--cumulativeTotal .cumulativeTotal-txt {
    font-size: 15px;
  }
  .online .sec--worries .worries-intro2-header {
    font-size: 20px;
  }
  .online .sec--worries .worries-intro2-mv-left {
    width: 90px;
    height: 90px;
  }
  .online .sec--worries .worries-intro2-mv-left span {
    top: 19%;
  }
  .online .sec--worries .worries-intro2-mv-center {
    width: 230px;
  }
  .online .sec--worries .worries-intro2-mv-txt1 {
    font-size: 13px;
  }
  .online .sec--worries .worries-intro2-mv-txt1 em {
    margin-right: 6px;
  }
  .online .sec--worries .worries-intro2-mv-txt2 {
    font-size: 12px;
  }
  .online .sec--worries .worries-intro2-mv-txt2 .c-kakeru {
    margin-right: 4px;
  }
  .online .sec--worries .worries-intro2-mv-txt2 .c-kakeru div {
    width: 86px;
    padding: 4px 0;
  }
  .online .sec--worries .worries-intro2-mv-txt2 .c-kakeru span {
    margin: 0 2px;
  }
  .online .sec--worries .worries-intro2-mv-txt3 {
    font-size: 33px;
  }
  .online .sec--worries .worries-txt {
    font-size: 14px;
  }
  .online .sec--worries .worries-txt p em {
    font-size: 20px;
    margin-right: 4px;
  }
  .online .sec--worries .worries-txt p.c-price {
    font-size: 20px;
  }
  .online .sec--worries .worries-txt p.c-price em {
    font-size: 200%;
  }
  .online .sec--practicalType .practicalType-header-ttl {
    font-size: 23px;
  }
  .online .sec--practicalType .practicalType-header-ttl em {
    font-size: 32px;
  }
  .online .sec--practicalType .point-block3-ttl {
    font-size: 17px;
  }
  .online .sec--practicalType .point-block0--type2 {
    margin-top: 20px;
  }
  .online .sec--practicalType .point-block0--type2 .point-block0-img {
    margin-bottom: 10px;
  }
  .online .sec--practicalType .point-block0--type2 .point-block0-ttl {
    padding: 0 10px;
    font-size: 15px;
    height: 42px;
    margin-bottom: 10px;
  }
  .online .sec--practicalType .point-block0--type2 .point-block0-cnt {
    padding: 0 10px 20px;
    font-size: 13px;
  }
  .online .sec--practicalType .point-block0--type2 > div:nth-of-type(2) .point-block0-ttl {
    font-size: 13px;
  }
  .online .sec--movie .movie-txt {
    font-size: 22px;
  }
  .online .sec--comparison .comparison-txt3 {
    font-size: 14px;
  }
  .online .sec--cando .cando-ttl {
    font-size: 28px;
  }
  .online .sec--cando .cando-item-ttl {
    font-size: 16px;
  }
  .online .sec--device .device-ttl {
    font-size: 19px;
  }
  .online .c-ttl-circle {
    font-size: 16px;
  }
  .online .sec--strengths .strengths-point > div {
    padding: 15px 14px;
  }
  .online .sec--strengths .strengths-point > div > div:nth-of-type(1) {
    margin-right: 15px;
  }
  .online .sec--strengths .strengths-point > div > div:nth-of-type(2) {
    font-size: 15px;
  }
  .online .sec--strengths .c-price {
    font-size: 28px;
  }
  .online .sec--flow .flow-tab > div {
    padding: 10px 10px;
    font-size: 13px;
  }
  .online .sec--flow .flow-step-cnt-txt p:nth-of-type(1) {
    font-size: 19px;
  }
  .online .sec--flow .flow-step-cnt-txt p small {
    font-size: 60%;
  }
  .online .sec--reason .reason-item-header > div:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.5;
    padding: 5px 0;
  }
  .online .sec--survice .survice-price-before p:nth-of-type(1) {
    font-size: 14px;
  }
  .online .sec--survice .survice-price-before p:nth-of-type(2) {
    font-size: 20px;
  }
  .online .sec--survice .survice-price-arrow {
    width: 40px;
  }
  .online .sec--survice .survice-price-after .c-price {
    font-size: 19px;
  }
  .online .sec--quality .c-price {
    font-size: 21px;
  }
  .online .sec--quality .quality-left > a {
    width: 290px;
  }
  .online .c-reasonForQuality-toggleTtl {
    font-size: 17px;
  }
  .online .sec--comparison .comparison-chosen-ttl {
    font-size: 22px;
  }
  .online .sec--learningFlow .learningFlow-ttl {
    font-size: 28px;
  }
  .online .sec--program .program-tab > div {
    padding: 20px 3px;
    font-size: 15px;
  }
  .online .sec--spring .spring-block2-row > div:nth-of-type(1) {
    font-size: 3.1vw;
  }
  .online .sec--spring .spring-block3 {
    font-size: 2.8vw;
  }
}
